body {
  color: #000;
  font-family: PingFangSC-Regular, sans-serif, "microsoft yahei";
  background: #fff;
  overflow-x: hidden;
  font-size: 0.16rem;
}
@font-face {
  font-family: syst;
  src: url(/skin/fonts/syst.otf);
  font-weight: 700;
}
@font-face {
  font-family: DINPro-Medium;
  src: url(/skin/fonts/DINPro-Medium.otf);
}
html {
  font-size: 100px;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
dl {
  margin: 0;
}
dt {
  font-weight: normal;
}
ul,
li {
  list-style-type: none;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
a {
  color: #333333;
  text-decoration: none;
  outline: none;
  transition: all 0.3s;
}
a:hover {
  color: #cc1218;
}
a:focus {
  text-decoration: none;
  color: inherit;
}
img {
  border: 0;
  vertical-align: middle;
  transition: all 0.6s;
  max-width: 100%;
}
table {
  border-collapse: collapse;
}
input,
textarea,
select,
button {
  border: 0;
  outline: none;
}
button {
  cursor: pointer;
}
.wrap {
  width: 100%;
  overflow: hidden;
}
.container {
  margin: 0 auto;
  width: 82vw;
  z-index: 3;
}
/*公共样式勿删除*/

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  zoom: 1;
}
.flex {
  display: flex;
  align-items: center;
}
.flex_item {
  flex: 1;
}
video {
  vertical-align: middle;
  background: #000;
  width: 100%;
}
.pic img {
  width: 100%;
}
.pic {
  overflow: hidden;
}
.pic:hover img {
  transform: scale(1.1);
}
.hidden {
  display: none;
}
/**/

.headerAct {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.header {
  padding: 0 0.45rem;
  width: 100%;
  transition: all 0.5s;
  z-index: 99;
  position: fixed;
  left: 0;
  top: 0;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.header .logo {
  display: flex;
  align-items: center;
  font-size: 0.11rem;
  margin-right: 0.65rem;
}
.header .logo dl {
  margin-left: 0.15rem;
  padding-left: 0.15rem;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}
.header .logo dt {
  font-size: 0.14rem;
  margin-bottom: 0.06rem;
}
.header .logo a {
  display: block;
  width: 2rem;
  height: 0.61rem;
  background: url(/static/logo.png) center no-repeat;
  background-size: 100% 100%;
}
.header .nav {
  display: flex;
  align-items: center;
}
.header .nav.on {
  display: none;
}
.header .nav > li {
  z-index: 10;
  padding: 0 0.25rem;
  line-height: 1rem;
  position: relative;
}
.header .nav > li > a {
  display: block;
  color: #fff;
  position: relative;
}
.header .side {
  display: flex;
  align-items: center;
  line-height: 1rem;
}
.header .side b {
  font-size: 0.19rem;
}
.header .side li {
  padding: 0 0.3rem;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.header.on .side li,
.header.active .side li,
.header.active1 .side li,
.header_info .side li {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.header.on .side li b,
.header.active .side li b,
.header.active1 .side li b,
.header_info .side li b {
  color: #cc1218;
}
.header .side li:last-child {
  border: none;
  padding-right: 0;
}
.header .side a {
  color: #fff;
}
.header .nav > li:hover::after,
.header .nav > li.on::after {
  content: "";
  border-bottom: 3px solid #cc1218;
  width: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
}
.header.on .nav > li:hover > a,
.header.on .nav > li.on > a,
.header .nav > li:hover > a,
.header .nav > li.on > a,
.header .nav .dropmenu a:hover {
  color: #cc1218;
}
.header .nav > li:hover .dropmenu {
  display: block;
}
.header .nav .dropmenu {
  display: none;
  line-height: 0.7rem;
  white-space: nowrap;
  position: absolute;
  top: 100%;
  left: 50%;
  background: #fff;
  transform: translate(-50%, 0);
}
.header .nav .dropmenu a {
  color: #777e82;
  padding: 0 0.2rem;
}
.header .searchicon {
  display: inline-block;
  width: 13px;
  height: 14px;
  background: url(/skin/images/home_06.png) center no-repeat;
}
.header.active1::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.7rem;
  background: #fff;
  left: 0;
  top: 100%;
}
.header.on,
.header.active,
.header.active1,
.header_info {
  background: #fff;
  color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.pt {
  padding-top: 1rem;
}
.header.on .logo a,
.header_info .logo a,
.header.active .logo a,
.header.active1 .logo a {
  background: url(/static/logo2.png) center no-repeat;
  background-size: 100% 100%;
}
.header.on .nav > li > a,
.header.on .side a,
.header.active .nav > li > a,
.header.active .side a,
.header.active1 .nav > li > a,
.header.active1 .side a,
.header_info .nav > li > a,
.header_info .side a {
  color: #333;
}
.header.on .searchicon,
.header.active .searchicon,
.header.active1 .searchicon,
.header_info .searchicon {
  background: url(/skin/images/2_06.png) center no-repeat;
  background-size: 100% 100%;
}
.footer {
  color: #fff;
  background-color: #252525;
}
.footer a {
  color: #908f8f;
}
.footer a:hover {
  color: #fff;
}
.footer .bd {
  display: flex;
  padding: 0.7rem 0;
}
.footer .bd .add {
  margin-top: 0.65rem;
}
.footer .bd .logo {
  margin-bottom: 0.9rem;
}
.footer .bd .logo span {
  font-size: 0.36rem;
  font-family: syst;
  line-height: 0.36rem;
  padding-left: 0.2rem;
  vertical-align: middle;
  margin-left: 0.2rem;
  border-left: 1px solid #6f6f6f;
}
.footer .bd .flex {
  align-items: stretch;
}
.footer .bd .box {
  margin-right: 1.1rem;
}
.footer .bd .box h4 {
  font-size: 0.2rem;
  font-family: syst;
  margin-bottom: 0.25rem;
}
.footer .bd .box ul {
  line-height: 0.42rem;
}
.footer .bd .side .tel {
  display: flex;
  line-height: 0.36rem;
  position: relative;
  font-size: 0.24rem;
  font-family: syst;
}
.footer .bd .side .tel::before {
  content: "";
  display: block;
  width: 0.37rem;
  height: 0.37rem;
  border-radius: 50%;
  background: url(/skin/images/home_57.png) center no-repeat;
  position: absolute;
  left: -0.5rem;
  top: 0;
  border: 1px solid #6f6f6f;
}
.footer .bd .side .tel .flex_item {
  color: #f50f17;
}
.footer .bd .side {
  width: 3.1rem;
  line-height: 0.3rem;
}
.footer .bd .code {
  display: flex;
  margin-top: 0.35rem;
  justify-content: space-between;
  text-align: center;
}
.footer .bd ol {
  width: 1.4rem;
  line-height: 0.42rem;
}
.footer .bd ol a {
  display: block;
  padding-left: 0.2rem;
  position: relative;
  border: 1px solid #6f6f6f;
  color: #fff;
}
.footer .bd ol a:hover {
  background: #cc1218;
  border-color: #cc1218;
}
.footer .bd ol li {
  margin-bottom: 0.08rem;
}
.footer .bd ol a::after {
  content: " ";
  display: inline-block;
  height: 6px;
  width: 6px;
  border-width: 1px 1px 0 0;
  border-color: #fff;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 20px;
}
.footer .ft {
  display: flex;
  padding: 0.4rem 0 0.7rem;
  justify-content: space-between;
  font-size: 0.14rem;
  color: #908f8f;
  border-top: 1px solid #3e3e3e;
}

.rightside {
  position: fixed;
  width: 50px;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  right: 10px;
  top: 50%;
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
  transform: translate(0, -50%);
  z-index: 99;
}

.rightside li {
  position: relative;
}

.rightside li.totop {
  /*display: none;*/
}

.rightside li a {
  display: block;
  padding: 8px 0;
}

.rightside i {
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 24px;
  background-image: url(/skin/images/side_03.png);
  background-repeat: no-repeat;
}

.rightside li:hover a {
  color: #ac0d15;
}

.rightside li:hover i {
  background-image: url(/skin/images/side_04.png);
}

.rightside i.i2 {
  background-position: 0 -52px;
}

.rightside i.i3 {
  background-position: 0 -106px;
}

.rightside i.i4 {
  background-position: 0 -155px;
}

.rightside dl {
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
  white-space: nowrap;
  border-radius: 5px;
  padding: 15px;
  right: 77px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  font-size: 14px;
  color: #999999;
  text-align: left;
  display: none;
}

.rightside dl::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translate(0, -50%);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #fff;
}

.rightside dd b {
  font-size: 24px;
  color: #ac0d15;
}

.rightside dd .sm {
  font-size: 16px;
}

.rightside img {
  width: 100%;
}

.rightside li:hover dl {
  display: block;
}

.ws-wap-menu {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: -1;
  opacity: 0;
}
.ws-wap-menu.on {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 40px;
  z-index: 998;
  opacity: 1;
}
.ws-wap-menu a:hover,
.ws-wap-menu a:active {
  opacity: 1;
}
.ws-wap-menu ul {
  width: 100%;
  border-top: 1px solid #eee;
  flex-grow: 0;
  flex-shrink: 0;
}
.ws-wap-menu ul li {
  border-bottom: 1px solid #eee;
}
.ws-wap-menu ul li a {
  display: block;
  line-height: 52px;
  font-size: 16px;
  padding-left: 20px;
}
.ws-wap-menu ul li.has-sub-nav {
  position: relative;
}
.ws-wap-menu ul li.has-sub-nav a {
  display: inline-block;
}
.ws-wap-menu ul li.has-sub-nav:after {
  content: "";
  display: inline-block;
  height: 6px;
  width: 6px;
  border-width: 0 1px 1px 0;
  border-color: #333;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: absolute;
  top: 22px;
  right: 20px;
}
.ws-wap-menu ul li.on.has-sub-nav:after {
  border-width: 1px 0 0 1px;
  border-color: #fff;
}
.ws-wap-menu ul li .sub-nav {
  padding: 10px 0 20px;
  background-color: #fff;
  font-size: 0;
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.ws-wap-menu ul li.on {
  background-color: #cc1218;
}
.ws-wap-menu ul li.on > a {
  color: #fff;
}
.ws-wap-menu ul li.on .sub-nav {
  display: flex;
}
.ws-wap-menu ul li .sub-nav a {
  font-size: 14px;
  line-height: 40px;
  width: 50%;
}
.ws-wap-menu .middle {
  flex-grow: 1;
  padding-top: 0.15rem;
  width: 80%;
}
.ws-wap-menu .search {
  display: flex;
  align-items: center;
  border: 1px solid #666;
  border-radius: 0.3rem;
  margin-top: 0.15rem;
  padding: 0.05rem 0.15rem;
}
.ws-wap-menu .search img {
  width: 0.15rem;
}
.ws-wap-menu .search input {
  width: 100%;
  height: 0.3rem;
  background: none;
}
.searchdialog.on {
  top: 50%;
}
.searchdialog {
  transition: all 0.6s;
  position: absolute;
  z-index: 999;
  left: 50%;
  top: -100%;
  transform: translate(-50%, -50%);
  background: #fff;
}
.searchdialog .search {
  width: 6rem;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 0.1rem 0.2rem;
  border-radius: 0.4rem;
}
.searchdialog .search input {
  width: 100%;
  padding-left: 0.15rem;
  font-size: 0.16rem;
  height: 0.4rem;
}
.searchdialog img {
  margin-left: 0.1rem;
}
.searchdialog .close {
  color: #333;
  margin-right: 0.15rem;
  line-height: 0.26rem;
  display: block;
  margin-top: -3px;
  font-size: 0.36rem;
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  background: #cc1218;
}
/**/

.more {
  display: inline-block;
  color: #cc1218;
  line-height: 0.48rem;
  width: 1.57rem;
  text-align: center;
  border: 1px solid #cc1218;
}
.more:hover {
  background: #cc1218;
  color: #fff;
}
.title_common {
  text-align: center;
}
.title_common h2 {
  font-size: 0.46rem;
  font-family: syst;
}
.title_common p {
  color: #808080;
  font-size: 0.18rem;
  margin-top: 0.15rem;
}
.homepage .banner {
  position: relative;
}
.homepage .banner img {
  width: 100%;
}
.homepage .banner .box .container {
  transform: translateY(-1rem);
  transition: all 1s;
}
.homepage .banner .swiper-pagination {
  bottom: 1.2rem;
}
.homepage .banner .box {
  font-size: 0.17rem;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.homepage .banner h3 {
  font-size: 0.6rem;
  /*font-family: syst;*/
  font-family: "宋体";
  font-weight: bold;
  padding: 0.1rem 0;
}
.homepage .banner p {
  font-size: 36px;
  /*font-family: syst;*/
  font-family: "宋体";
  font-weight: bold;
}
.homepage .banner .ani-slide .box .container {
  transform: translateY(0);
}
.swiper-button-next,
.swiper-button-prev {
  outline: none;
}
.homepage .a {
  position: relative;
  z-index: 9;
}
.homepage .a .flex {
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  justify-content: space-between;
  margin-top: -0.96rem;
  padding: 0.5rem 0.7rem;
}
.homepage .a dd {
  font-size: 0.12rem;
  color: #a9a9a9;
  margin-top: 0.05rem;
  text-transform: uppercase;
}
.homepage .a dt {
  font-weight: bold;
  font-size: 0.18rem;
}
.homepage .a dt span {
  color: #cc1218;
}
.homepage .b {
  padding: 1.1rem 0;
}
.homepage .b .bd {
  margin-top: 0.7rem; line-height:1.5em; 
}
.homepage .b .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.13rem;
}
.homepage .b .bd ul > li {
  width: 50%;
  padding: 0.13rem;
}
.homepage .b .bd ul a {
  position: relative;
  display: block;
}
.homepage .b .bd ul a:hover dd::after {
  margin-left: 0.1rem;
}
.homepage .b .bd ul dl {
  position: absolute;
  left: 0.55rem; right:0.2rem;
  top: 0.5rem;
}
.homepage .b .bd ul ul {
  margin-top: 0.13rem;
}
.homepage .b .bd dt {
  font-size: 0.15rem;
  color: #808080;
  text-transform: uppercase;
}
.homepage .b .bd dd {
  font-size: 0.25rem;
  font-family: syst;
  margin-top: 0.08rem;
}
.homepage .b .bd dd::after {
  content: "→";
  color: #cc1218;
  transition: all 0.3s;
  display: block;
  margin-top: 0.1rem;
}
.homepage .c {
  padding: 1.1rem 0;
  background: url(/skin/images/bg_03.jpg) center no-repeat;
  background-size: cover;
  overflow: hidden;
}
.homepage .c .swiper-pagination {
  text-align: left;
  bottom: 0.45rem;
}
.homepage .c .swiper-pagination-bullet {
  border-radius: 0;
  width: 2px;
  height: 14px;
  margin: 0;
  display: block;
}
.homepage .c .swiper-pagination-bullet-active {
  background: #000;
}
.homepage .c .swiper-button-next,
.homepage .c .swiper-button-prev {
  width: 0.76rem;
  height: 0.64rem;
  color: #333;
  top: auto;
  bottom: 0;
  font-size: 0.3rem;
  background: #fff;
  left: 9.41rem;
  right: auto;
}
.homepage .c .swiper-button-next {
  margin-left: 0.85rem;
  background: #cc1218;
  color: #fff;
}
.homepage .c .swiper-button-next:after,
.homepage .c .swiper-button-prev:after {
  display: none;
}
.homepage .c .title_common {
  text-align: left;
}
.homepage .c .hd {
  display: flex;
  margin-bottom: 0.7rem;
  align-items: center;
  justify-content: space-between;
}
.homepage .c .bd .container {
  margin-left: 9vw;
  width: auto;
}
.homepage .c .bd .swiper-slide {
  width: 8.86rem;
  margin-right: 0.55rem;
}
.homepage .c .bd .swiper-slide > p {
  font-size: 0.18rem;
  line-height: 0.28rem;
  color: #808080;
  position: relative;
  margin: 0.35rem 0;
  padding: 0 0.45rem;
  opacity: 0;
}
.homepage .c .bd .swiper-slide > p::after {
  content: "";
  width: 2px;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
}
.homepage .c .bd .swiper-slide > p::before {
  content: "";
  background: #000;
  height: 14px;
  width: 2px;
  position: absolute;
  left: 0;
  top: 0;
}
.homepage .c .bd .swiper-slide-active > p {
  opacity: 1;
}
.homepage .c .bd .box {
  display: flex;
  background-color: #fff;
}
.homepage .c .bd .box .flex_item {
  border-top: 0.05rem solid #cc1218;
  padding: 0.5rem 0.35rem;
}
.homepage .c .bd .box ul {
  font-size: 0.15rem;
  line-height: 0.3rem;
  color: #808080;
  margin: 0.3rem 0 0.7rem;
}
.homepage .c .bd .box dt {
  font-size: 0.24rem;
  line-height: 0.34rem;
  font-family: syst;
}

.homepage .c .bd .box:hover .btn {
  background: #cc1218;
  color: #fff;
  border-color: #cc1218;
}

.homepage .c .bd .box .btn {
  width: 0.43rem;
  height: 0.43rem;
  border: 1px solid #ddd;
  border-radius: 50%;
  display: flex;
  color: #cc1218;
  align-items: center;
  justify-content: center;
}
.homepage .c .bd .box .btn:hover {
  background: #cc1218;
  color: #fff;
  border-color: #cc1218;
}
.homepage .d .pic {
  width: 58%;
  display: flex;
  align-items: center;
  color: #fff;
  padding-left: 9vw;
  background-size: cover;
  background: url(/static/home_31.jpg) center no-repeat;
  height: 7.6rem;
}
.homepage .d .pic .box {
  max-width: 7rem;
}
.homepage .d .pic p {
  line-height: 0.3rem;
  margin: 0.55rem 0 0.8rem;
}
.homepage .d .pic .more {
  background: #cc1218;
  color: #fff;
}
.homepage .d .pic .more:hover,
.homepage .f .more:hover {
  background: #fff;
  color: #cc1218;
}
.homepage .d .pic h3 {
  font-size: 0.46rem;
  line-height: 0.6rem;
  font-family: syst;
}
.homepage .d .pic h4 {
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.2rem;
  margin: 0.5rem 0 0;
  display: inline-block;
  border-bottom: 7px solid #cc1218;
}
.homepage .d .pic h4 span {
  color: #cc1218;
}
.homepage .d ul {
  display: flex;
  flex-wrap: wrap;
}
.homepage .d ul li {
  width: 33.333%;
  border-right: 1px solid #eee;
  height: 3.8rem;
  position: relative;
  padding: 0.64rem 0.38rem;
  border-bottom: 1px solid #eee;
}
.homepage .d ul li:nth-child(4),
.homepage .d ul li:nth-child(5),
.homepage .d ul li:nth-child(6) {
  border-bottom: none;
}
.homepage .d ul li:hover {
  background: url(/skin/images/home_33.jpg) center no-repeat;
}
.homepage .d ul li:hover a,
.homepage .d ul li:hover dt,
.homepage .d ul li:hover span {
  color: #fff;
}
.homepage .d ul li:hover p {
  opacity: 1;
}
.homepage .d ul p {
  opacity: 0;
  line-height: 0.28rem;
  margin: 0.4rem 0 0;
}
.homepage .d ul span {
  position: absolute;
  right: 0.38rem;
  bottom: 0.45rem;
  color: #cdcdcd;
  line-height: 0.36rem;
  font-size: 0.36rem;
  font-family: syst;
}
.homepage .d ul dt {
  color: #808080;
  text-transform: uppercase;
}
.homepage .d ul dd {
  font-size: 22px;
  margin-top: 0.1rem;
}
.homepage .e {
  padding: 1.1rem 0;
  background: #f5f6f7;
}
.homepage .e .bd {
  display: flex;
  margin-top: 0.7rem;
}
.homepage .e .bd .side {
  margin-right: 0.16rem;
  width: 32%;
}
.homepage .e .bd .side > a {
  height: 5.16rem;
}
.homepage .e .bd .pic,
.homepage .e .bd .pic img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.homepage .e .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.08rem;
}
.homepage .e .bd ul li {
  width: 25%;
  padding: 0.08rem;
}
.homepage .e .bd a {
  position: relative;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.homepage .e .bd a .more {
  border-radius: 0.3rem;
}
.homepage .e .bd p {
  font-size: 0.18rem;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.homepage .e .bd p span {
  font-size: 0.5rem;
  color: #cc1218;
  font-family: syst;
}
.homepage .e .bd dl {
  position: absolute;
  left: 0;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.4)
  );
  opacity: 0;
  width: 100%;
  padding: 0.15rem 0.25rem;
  line-height: 0.22rem;
  color: #fff;
  bottom: 0;
  font-size: 0.14rem;
}
.homepage .e .bd .color,
.homepage .e .bd .color span {
  color: #fff;
}
.homepage .e .bd a:hover dl {
  opacity: 1;
}
.homepage .e .bd .side > a dl {
  opacity: 1;
  color: #000;
  background: #fff;
  width: 1.9rem;
  left: 0.3rem;
  border-left: 3px solid #cc1218;
}
.homepage .f {
  padding: 1.1rem 0;
}
.homepage .f .title_common {
  text-align: left;
}
.homepage .f .box {
  max-width: 7rem;
}
.homepage .f .box h4 {
  line-height: 0.3rem;
  color: #808080;
  margin: 0.5rem 0 0.6rem;
}
.homepage .f .more {
  color: #fff;
  background: #cc1218;
}
.homepage .f .bd .pic {
  position: relative;
}
.homepage .f .bd .pic span {
  position: absolute;
  width: 0.82rem;
  height: 0.82rem;
  border-radius: 50%;
  background: #fff;
  left: 50%;
  top: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
}
.homepage .f .bd .pic span::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 16px solid #cc1218;
  position: absolute;
  left: 50%;
  margin-left: 3px;
  top: 50%;
  transform: translate(-50%, -50%);
}
.homepage .f .ft {
  margin-top: 1.2rem;
  display: flex;
  justify-content: space-between;
}
.homepage .f .ft dt {
  font-size: 0.21rem;
  font-weight: bold;
  line-height: 0.56rem;
}
@font-face {
  font-family: Adobe-Garamond-LT-Bold;
  src: url(/skin/fonts/Adobe-Garamond-LT-Bold.ttf);
}
.homepage .f .ft dt span {
  font-size: 0.56rem;
  font-family: syst;
  font-weight: normal;
}
.homepage .f .ft dd {
  font-size: 0.18rem;
  color: #808080;
}
.homepage .g {
  padding: 1.1rem 0;
  overflow: hidden;
  background: url(/skin/images/bg_05.jpg) center no-repeat;
  background-size: cover;
}
.homepage .g .bd {
  margin: 0.7rem 0;
}
.homepage .g .bd .box {
  position: relative;
  height: 427px;
}
.homepage .g .ft {
  text-align: center;
}
.homepage .g .bd .just,
.homepage .g .bd .back {
  width: 100%;
  height: 100%;
  position: absolute;
  backface-visibility: hidden;
  transition: transform 0.25s ease-in-out;
}
.homepage .g .bd .just {
  transform: rotateY(0deg);
}
.homepage .g .bd .box:hover .just {
  transform: rotateY(180deg);
}
.homepage .g .bd .back {
  transform: rotateY(-180deg);
}
.homepage .g .bd .box:hover .back {
  transform: rotateY(0deg);
}
.homepage .g .bd .box:hover .back dd{
opacity:0.7;
}
.homepage .g .bd .just span {
  color: #fff;
  position: absolute;
  left: 0.45rem;
  bottom: 0.55rem;
}
.homepage .g .bd .just span::after {
  content: " ";
  display: inline-block;
  height: 6px;
  width: 6px;
  border-width: 1px 1px 0 0;
  border-color: #fff;
  vertical-align: middle;
  margin-left: 0.1rem;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
}
.homepage .g .bd dl {
  color: #fff;
  position: absolute;
  left: 0.45rem;
  top: 0.45rem;
}
.homepage .g .bd dt {
  font-size: 0.28rem;
  margin-bottom: 0.15rem;
  font-family: syst;
}

.homepage .g .bd .pic,
.homepage .g .bd .pic img {
  height: 100%;
  object-fit: cover;
 filter: brightness(80%);
}
.homepage .g .bd .bt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  padding: 0.35rem 0.45rem;
  font-size: 0.14rem;
  line-height: 0.24rem;
}
.homepage .g .bd .bt i {
  display: block;
  width: 0.38rem;
  height: 0.02rem;
  background-color: #cc1218;
  margin-bottom: 0.15rem;
}
/**/

.banner_info {
  position: relative;
  z-index: 10;
}
.banner_info img {
  height: 6rem;
  object-fit: cover;
  width: 100%;
}
.banner_info .bd {
  width: 100%;
  position: absolute;
  left: 0;
  font-family: syst;
  transform: translate(0, -50%);
  top: 50%;
  text-align: center;
  color: #fff;
}
.banner_info dt {
  font-size: 0.54rem;
  padding-bottom: 0.2rem;
}
.banner_info dl {
  font-size: 0.3rem;
}
.pages {
  text-align: center;
  display: inline-block;
  width: 100%;
}
.pages li {
  display: inline-block;
}
.pages a {
  width: 40px;
  display: inline-block;
  align-items: center;
  justify-content: center;
  color: #808080;
  border-radius: 50%;
  height: 40px;
  vertical-align: inherit;
  margin: 0 0.08rem;
  font-size: 12px;
  line-height: 40px;
}
.pages a.page-num-current,
.pages a:hover {
  background: #cc1218;
  color: #fff;
  font-size: 12px;
}

.case {
  padding-top: 0.8rem;
}
.case .hd {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.case .hd b {
  font-size: 0.3rem;
}
.tabtitle_list {
  text-align: center;
  margin-bottom: 0.45rem;
}
.tabtitle_list li {
  display: inline-block;
  padding: 0 0.2rem;
  vertical-align: middle;
}
.tabtitle_list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.18rem;
  border: 1px solid #ddd;
  width: 2.37rem;
  height: 0.64rem;
}
.tabtitle_list li.on a,
.tabtitle_list li:hover a {
  background: #cc1218;
  color: #fff;
  border-color: #cc1218;
}
.tab_info {
  font-size: 0.18rem;
  text-align: center;
}
.tab_info a {
  color: #808080;
}
.tab_info a + a {
  margin-left: 0.32rem;
}
.tab_info a.on,
.tab_info a:hover {
  text-decoration: underline;
  color: #cc1218;
}
.case .bd {
  padding: 0.6rem 0;
}
.case .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.23rem;
}
.case .bd ul li {
  width: 33.333%;
  padding: 0.23rem;
}
.case .bd ul li a {
  display: block;
  position: relative;
  padding-bottom: 0.2rem;
  background: #fff;
}
.case .bd ul li a::after {
  content: "";
  width: 0;
  transition: all 0.3s;
  height: 0.03rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #cc1218;
}
.case .bd ul li:hover a::after {
  width: 100%;
}
.case .bd ul li:hover span {
  background: #cc1218;
  border-color: #cc1218;
  color: #fff;
}
.case .bd ul li h4 {
  margin: 0.3rem 0.2rem 0.2rem;
  font-size: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.case .bd ul li p {
  line-height: 0.26rem;
  color: #808080;
  font-size: 0.14rem;
}
.case .bd ul li .flex {
  padding: 0 0.2rem;
}
.case .bd ul li span {
  width: 0.43rem;
  height: 0.43rem;
  border: 1px solid #ddd;
  border-radius: 50%;
  display: flex;
  color: #cc1218;
  align-items: center;
  justify-content: center;
}
.bottom_common {
  padding: 1rem 0;
}
.bottom_common ul {
  display: flex;
  justify-content: space-between;
}
.bottom_common ul li {
  border: 1px solid #eee;
  width: 31.5%;
  padding: 0.45rem;
}
.bottom_common ul li h4 {
  font-size: 0.26rem;
  font-family: syst;
  margin-bottom: 0.1rem;
}
.bottom_common ul li .flex {
  color: #808080;
}
.bottom_common ul li span {
  width: 0.43rem;
  height: 0.43rem;
  border: 1px solid #ddd;
  border-radius: 50%;
  display: flex;
  background: #fff;
  color: #cc1218;
  align-items: center;
  justify-content: center;
}
.bottom_common ul li:hover {
  background: #cc1218;
}
.bottom_common ul li:hover a,
.bottom_common ul li:hover a .flex {
  color: #fff;
}
/**/

.fication {
  padding-top: 1.1rem;
}
.fication .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.29rem;
}
.fication .bd ul li {
  width: 50%;
  padding: 0.29rem;
}
.fication .bd ul li a {
  position: relative;
  display: block;
}
.fication .bd ul li a dl {
  position: absolute;
  left: 0.6rem;
  top: 50%;
  transform: translate(0, -50%);
}
.fication .bd ul li a dt {
  font-size: 0.15rem;
  color: #808080;
  text-transform: uppercase;
}
.fication .bd ul li a dd {
  font-size: 0.25rem;
  font-family: syst;
  margin-top: 0.08rem;
}
.fication .bd ul li a dd::after {
  content: "→";
  color: #cc1218;
  transition: all 0.3s;
  line-height: 0.2rem;
  display: block;
  margin-top: 0.4rem;
}
.fication .bd ul li:hover dd::after {
  margin-left: 0.1rem;
}
/**/

.news {
  padding-top: 0.8rem;
}
.news .bd {
  margin: 0.7rem 0;
}
.news .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.23rem;
}
.news .bd ul li {
  width: 33.333%;
  padding: 0.23rem;
}
.news .bd ul li a {
  display: block;
  background: #fff;
  border: 2px solid #eee;
  padding: 0.4rem;
  border-top: 3px solid #cc1218;
}
.news .bd ul li a:hover {
  color: #fff;
  background: #cc1218;
  border-color: #cc1218;
}
.news .bd ul li a:hover .flex {
  color: #fff;
}
.news .bd ul li .flex {
  color: #9a9a9a;
  font-size: 0.14rem;
  margin-top: 0.32rem;
}
.news .bd ul li span {
  color: #fff;
}
.news .bd ul li p {
  font-size: 0.2rem;
  line-height: 0.36rem;
}
/**/

.title_info {
  text-align: center;
  padding: 0.2rem 0 0.05rem;
}
.title_info h2 {
  font-family: "Times New Roman";
  font-size: 0.7rem;
  color: #f1f1f1;
  line-height: 0.2rem;
  text-transform: uppercase;
}
.title_info span {
  font-size: 0.36rem;
  position: relative;
  display: inline-block;
  line-height: 0.18rem;
  font-family: syst;
}
.team {
  padding-top: 0.9rem;
}
.team .bd {
  padding: 0.7rem 0;
}
.team .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.38rem;
}
.team .bd ul li {
  width: 25%;
  text-align: center;
  padding: 0.38rem;
}
.team .bd ul li dl {
  position: relative;
  margin: -0.5rem 0.3rem 0;
  background: #fff;
  padding: 0.2rem 0;
  z-index: 5;
  box-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.1);
}
.team .bd ul li dl dt {
  font-size: 0.2rem;
}
.team .bd ul li dl dd {
  font-size: 0.14rem;
  color: #808080;
  margin-top: 0.1rem;
}
.team .bd ul li .pic {
  position: relative;
}
.team .bd ul li .pic::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  z-index: 2;
  opacity: 0;
  top: 0;
}
.team .bd ul li .pic::after {
  content: "";
  display: block;
  border: 1px solid #fff;
  position: absolute;
  left: 0.1rem;
  top: 0.1rem;
  right: 0.1rem;
  z-index: 3;
  opacity: 0;
  bottom: 0.1rem;
}
.team .bd ul li .pic span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  width: 0.66rem;
  height: 0.66rem;
  z-index: 4;
  opacity: 0;
  display: flex;
  font-size: 0.3rem;
  align-items: center;
  justify-content: center;
}
.team .bd ul li:hover .pic span,
.team .bd ul li:hover .pic::after,
.team .bd ul li:hover .pic::before {
  opacity: 1;
}
/**/

.stroylist {
  padding-top: 0.8rem;
}
.stroylist .bd {
  padding: 0.45rem 0 0.9rem;
}
.stroylist .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.4rem;
}
.stroylist .bd ul li {
  width: 50%;
  padding: 0.4rem;
}
.stroylist .bd ul li a {
  display: flex;
  align-items: center;
  background: #f5f6f7;
}
.stroylist .bd ul li .pic {
  width: 43%;
}
.stroylist .bd ul li .pic img {
  height: 2.1rem;
  object-fit: cover;
}
.stroylist .bd ul li a > .flex_item {
  padding: 0.2rem 0.48rem;
}
.stroylist .bd ul li a h4 {
  font-size: 0.18rem;
  line-height: 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.stroylist .bd ul li .flex {
  margin-top: 0.4rem;
  font-size: 0.14rem;
  color: #9a9a9a;
}
.stroylist .bd ul li .flex span {
  font-size: 0.18rem;
  color: #cc1218;
}
.stroylist .bd ul li a:hover {
  color: #fff;
  background: #cc1218;
}
.stroylist .bd ul li a:hover .flex,
.stroylist .bd ul li a:hover .flex span {
  color: #fff;
}
/**/

.joinus .a {
  padding: 0.9rem 0;
}
.joinus .a .bd {
  padding-top: 0.45rem;
}
.joinus .a .bd .box {
  text-align: center;
  border: 2px solid #eee;
  padding: 0.55rem;
}
.joinus .a .bd .box p {
  color: #808080;
  margin-top: 0.4rem;
  line-height: 0.3rem;
}
.joinus .a .bd .box span {
  font-size: 0.26rem;
  color: #cc1218;
  font-family: syst;
  line-height: 0.3rem;
  width: 0.6rem;
  display: inline-block;
  vertical-align: middle;
  border: 2px solid #cc1218;
}
.joinus .b {
  padding: 0.9rem 0;
  background: #f5f6f7;
}
.joinus .b .bd {
  margin-top: 0.7rem;
}
.joinus .b dt {
  position: relative;
  font-size: 0.22rem;
  padding: 0.3rem 0.7rem;
  border-bottom: 1px solid #ddd;
}
.joinus .b dt::after {
  content: "+";
  position: absolute;
  right: 0.5rem;
  top: 50%;
  color: #cc1218;
  font-size: 0.3rem;
  transform: translate(0, -50%);
}
.joinus .b dt.on::after {
  content: "-";
}
.joinus .b dd {
  padding: 0.5rem 0.7rem;
  background-color: #fff;
  display: none;
  margin-bottom: 0.4rem;
}
.joinus .b dd .flex {
  align-items: stretch;
  line-height: 0.4rem;
  color: #808080;
}
.joinus .b dd .flex .box {
  border: 1px solid #eee;
  padding: 0.5rem 0.8rem;
}
.joinus .b dd .flex .box a {
  color: #cc1218;
}
.joinus .b dd .flex .flex_item + .flex_item {
  margin-left: 1.4rem;
}
.joinus .b dd h3 {
  font-size: 0.18rem;
  padding-bottom: 0.3rem;
}
.joinus .b dd .flex .flex_item:first-child {
  border-top: 3px solid #eee;
  padding-top: 0.3rem;
}
/**/

.contact .a {
  padding: 1rem 0;
}
.contact .a .bd {
  margin-top: 0.9rem;
}
.contact .a .bd h3 {
  font-weight: bold;
  font-size: 0.26rem;
  padding-bottom: 0.4rem;
}
.contact .a .bd li {
  margin-top: 0.4rem;
  display: flex;
  align-items: center;
}
#allmap {
  width: 53%;
  height: 4rem;
}
.contact .a .bd li .flex_item {
  color: #808080;
}
.contact .a .bd li .flex_item span {
  padding-right: 0.3rem;
  color: #cc1218;
}
.contact .a .bd li .label {
  width: 1.4rem;
  margin-left: 0.28rem;
  font-size: 0.18rem;
}
.contact .a .bd li > span {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 50%;
  justify-content: center;
  width: 0.55rem;
  height: 0.55rem;
}
.contact .b {
  padding: 1rem 0;
  background: url(/skin/images/6_14.jpg) center no-repeat;
  background-size: cover;
  text-align: center;
}
.contact .b .btn {
  margin-top: 0.45rem;
  width: 5.12rem;
  height: 0.67rem;
  color: #fff;
  border: 1px solid #cc1218;
  background: #cc1218;
  font-size: 0.18rem;
}
.contact .b .btn:hover {
  background: #fff;
  color: #cc1218;
}
.contact .b textarea {
  width: 100%;
  resize: none;
  height: 2.16rem;
  padding: 0.2rem 0.25rem;
  font-size: 0.16rem;
  font-family: inherit;
}
.contact .b .flex {
  margin-bottom: 0.2rem;
}
.contact .b .flex .flex_item + .flex_item {
  margin-left: 0.2rem;
}
.contact .b .flex input {
  width: 100%;
  padding-left: 0.25rem;
  height: 0.75rem;
  font-size: 0.16rem;
}
.contact .b .bd {
  margin-top: 0.7rem;
}
/**/

.teamitem .case {
  background: #f5f6f7;
  padding: 0.6rem 0 0.3rem;
}
.bread {
  color: #808080;
  font-size: 0.14rem;
}
.teamitem .a {
  padding: 0.7rem 0;
}
.teamitem .a .hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.teamitem .a .hd .more {
  font-size: 0.14rem;
  width: 1.3rem;
  line-height: 0.4rem;
  border-radius: 0.3rem;
}
.teamitem .a .bd {
  display: flex;
  margin-top: 0.7rem;
  justify-content: space-between;
}
.teamitem .a .bd .box {
  width: 4.65rem;
}
.teamitem .a .bd .box ul {
  line-height: 0.48rem;
  color: #808080;
  margin-top: 0.4rem;
}
.teamitem .a .bd .box ul span {
  color: #000;
}
.teamitem .a .bd .box h4 {
  margin-top: 0.5rem;
  color: #cc1218;
}
.teamitem .a .bd .box h1 {
  font-size: 0.4rem;
  font-family: syst;
}
.teamitem .a .bd .pic {
  width: 4.63rem;
  max-width: 30%;
}
.teamitem .a .bd .side {
  width: 2.6rem;
}
.teamitem .a .bd .side li a {
  display: block;
  border-top: 1px solid #ccc;
  padding: 0.15rem 0 0.7rem;
  position: relative;
}
.teamitem .a .bd .side li a::before {
  content: "";
  background: #cc1218;
  height: 1px;
  position: absolute;
  left: 0;
  top: -1px;
  width: 0;
  transition: all 0.3s;
}
.teamitem .a .bd .side li a:hover::before {
  width: 100%;
}
/**/

.caseitem .a {
  display: flex;
  align-items: center;
  font-size: 0.18rem;
  line-height: 0.36rem;
}
.caseitem .a .bd {
  width: 58%;
}
.caseitem .a .box {
  padding: 0 1.7rem;
}
.caseitem .a h1 {
  font-family: syst;
  line-height: 0.54rem;
  font-size: 0.42rem;
}
.caseitem .a .box ul {
  color: #808080;
  margin: 0.5rem 0 1rem;
}
.caseitem .a .box h4 {
  margin-top: 0.25rem;
  color: #cc1218;
}
.caseitem .a .swiper-button-next,
.caseitem .a .swiper-button-prev {
  position: static;
  border: 1px solid #ddd;
  margin: 0 0.2rem 0 0;
  width: 0.64rem;
  color: #333;
  height: 0.44rem;
}
.caseitem .a .swiper-button-next {
  background: #cc1218;
  color: #fff;
  border-color: #cc1218;
}
.caseitem .a .swiper-button-next:after,
.caseitem .a .swiper-button-prev:after {
  display: none;
}
.caseitem .a .swiper-pagination {
  text-align: right;
  padding-right: 0.2rem;
}
.caseitem .a .swiper-pagination-bullet {
  opacity: 1;
  background: #fff;
}
.caseitem .a .swiper-pagination-bullet-active {
  background: #cc1218;
}
.info {
  display: flex;
}
.info > .side {
  width: 4.65rem;
  margin-left: 1.7rem;
}
.info > .side .title {
  font-size: 0.18rem;
  color: #808080;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #ddd;
}
.info > .side .part-1 li {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}
.info > .side .part-1 li a {
  display: flex;
  align-items: center;
}
.info > .side .part-1 li p {
  margin-bottom: 10px;
}
.info > .side .part-1 .pic {
  width: 1.09rem;
}
.info > .side .part-1 li span {
  color: #808080;
  font-size: 0.14rem;
}
.info > .side .box {
  height: 2.26rem;
  position: relative;
  background: url(/skin/images/2_21.jpg) center no-repeat;
  background-size: cover;
  margin-top: 0.47rem;
  text-align: center;
  padding-top: 0.4rem;
}
.info > .side .box h3 {
  font-size: 0.24rem;
  font-family: syst;
}
.info > .side .box p {
  color: #808080;
  padding: 0.15rem 0 0.25rem;
}
.info > .side .box .more {
  background-color: #cc1218;
  color: #fff;
  width: 1.9rem;
  line-height: 0.43rem;
}
.info > .side .box .more:hover {
  background: #fff;
  color: #cc1218;
}
.caseitem .b {
  background-color: #f5f6f7;
  padding: 0.7rem 0;
}
.caseitem .b .bd h3 {
  font-weight: bold;
  color: #000;
  font-size: 0.18rem;
}
.caseitem .b .bd {
  color: #808080;
  line-height: 0.36rem;
}
.caseitem .b .bd p {
  padding: 0.15rem 0;
}
.caseitem .b .bd img {
  margin: 0.3rem 0;
  width: 100%;
}
.caseitem .b .ft {
  border-top: 1px solid #ddd;
  padding: 0.3rem 0;
  margin-top: 0.6rem;
}
.caseitem .b .ft a {
  color: #74777a;
}
.caseitem .b .ft a:hover {
  color: #cc1218;
}
.caseitem .b .ft > .flex > div:last-child {
  text-align: right;
}
.caseitem .b .ft > .flex .return {
  display: block;
  padding-left: 0.3rem;
  background: url(/skin/images/2_19.png) left center no-repeat;
}
.caseitem .b .ft > .flex > div {
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.caseitem .b .ft p {
  text-align: left;
  margin-bottom: 0.15rem;
}
.caseitem .b .ft .flex .flex {
  border: 2px solid #eee;
  padding: 0.25rem;
}
.caseitem .b .ft .flex .flex .flex_item {
  font-size: 0.14rem;
  color: #000;
  line-height: 0.26rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.caseitem .b .ft .flex .flex:hover {
  color: #cc1218;
  border-color: #cc1218;
}
.caseitem .b .ft .flex .flex:hover .flex_item {
  color: #cc1218;
}
.caseitem .b .ft .flex .flex span {
  margin-left: 0.3rem;
}
.caseitem .b .ft .flex .flex_item + .flex_item {
  margin-left: 0.3rem;
}
/**/

.caseitem .newsitem {
  background: none;
  padding-top: 0;
}
.caseitem .newsitem .hd {
  padding-bottom: 0.5rem;
}
.caseitem .newsitem .hd h1 {
  font-weight: bold;
  font-size: 0.34rem;
  margin-bottom: 0.2rem;
}
.caseitem .newsitem .hd span {
  font-size: 0.14rem;
  color: #9a9a9a;
}
.caseitem .newsitem h4 {
  color: #000;
}
.caseitem .newsitem h4 span {
  padding-right: 0.2rem;
  color: #cc1218;
}
.info > .side_sm {
  width: 3.8rem;
}
.info > .side_sm .part-1 {
  margin-top: 0.2rem;
}
.info > .side_sm .part-1 li {
  border: none;
}
.info > .side_sm .part-1 li .flex_item {
  padding-left: 0.2rem;
  line-height: 0.3rem;
}
.info > .side_sm .part-1 li .flex_item p {
  margin: 0;
}
.caseitem .c {
  padding: 1.1rem 0;
  background: url(/skin/images/5_42.jpg) center no-repeat;
  background-size: cover;
}
.caseitem .c .side {
  width: 6.2rem;
}
.caseitem .c .side input {
  width: 100%;
  background: #fff;
  padding-left: 0.45rem;
  height: 0.72rem;
  margin-bottom: 0.17rem;
  font-size: 0.16rem;
}
.caseitem .c .side .btn {
  width: 100%;
  color: #fff;
  font-size: 0.18rem;
  height: 0.72rem;
  background: #cc1218;
}
.caseitem .c .side h4 {
  font-size: 0.18rem;
  padding-bottom: 0.3rem;
  color: #808080;
}
.caseitem .c h3 {
  font-family: syst;
  font-size: 0.42rem;
  padding-bottom: 0.2rem;
}
.caseitem .c ul {
  display: flex;
  flex-wrap: wrap;
}
.caseitem .c ul li {
  width: 50%;
  padding-top: 0.6rem;
}
.caseitem .c ul li dt {
  font-weight: bold;
  font-size: 0.2rem;
}
.caseitem .c ul li dt b {
  color: #cc1218;
}
.caseitem .c ul li dd {
  font-size: 0.12rem;
  text-transform: uppercase;
  color: #a9a9a9;
  margin-top: 0.05rem;
}
/**/

.products {
  position: relative;
  z-index: 11;
}

.products .a .hd {
  background: #fff;
  margin-bottom: 1.2rem;
  text-align: center;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  margin-top: -1.4rem;
  color: #808080;
  font-size: 0.2rem;
  line-height: 0.46rem;
  padding: 0.5rem 0;
}
.products .a .hd b {
  font-size: 0.2rem;
  color: #cc1218;
}
.products .a .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.23rem;
}
.products .a .bd ul li {
  padding: 0.23rem;
  width: 25%;
}
.products .a .bd ul li dl {
  border: 2px solid #eee;
  padding: 0.4rem 0.3rem 0;
  height: 1.9rem;
  border-bottom: 3px solid #cc1218;
}
.products .a .bd ul li dl:hover,
.products .c .bd dl:hover {
  color: #fff;
  background: #cc1218;
}
.products .c .bd dl:hover dt::after {
  background: #fff;
}
.products .c .bd dl:hover dd {
  color: #fff;
}
.products .a .bd ul li:hover dd {
  color: #fff;
}
.products .a .bd ul li dt {
  font-weight: bold;
  font-size: 0.2rem;
}
.products .a .bd ul li dd {
  line-height: 0.3rem;
  color: #808080;
  margin-top: 0.2rem;
}
.products .a .title_common p {
  line-height: 0.32rem;
  max-width: 85%;
  margin: 0.6rem auto 0.8rem;
  font-size: 0.16rem;
}
.products .b {
  color: #fff;
  background: url(/skin/images/8_03.jpg) center no-repeat;
  background-size: cover;
  padding: 1rem 0;
}
.products .b .bd {
  margin-top: 0.8rem;
}
.products .b .bd ul {
  display: flex;
  justify-content: space-between;
}
.products .b .bd ul li {
  width: 23%;
  font-size: 0.18rem;
  text-align: center;
}
.products .b .bd ul li p {
  padding: 0.15rem 0;
  border-bottom: 1px solid #cc1218;
}
.products .c {
  padding: 1rem 0;
}
.products .c .title_common p {
  font-size: 0.2rem;
}
.products .c .bd {
  margin-top: 0.8rem;
}
.products .c .bd dl {
  border: 2px solid #eee;
  height: 3.4rem;
  padding: 0.32rem;
}
.products .c .bd dl dt {
  font-weight: bold;
  font-size: 0.24rem;
}
.products .c .bd dl dt::after {
  content: "";
  display: block;
  margin: 0.3rem 0 0.4rem;
  width: 0.4rem;
  background: #cc1218;
  height: 0.05rem;
}
.products .c .bd dl dd {
  color: #808080;
  line-height: 0.3rem;
}
.products .d {
  padding: 1rem 0;
}
.products .d .bd {
  margin-top: 0.8rem;
}
.products .d ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.44rem;
}
.products .d ul li {
  width: 33.333%;
  text-align: center;
  padding: 0.44rem;
}
.products .d ul li span {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  font-size: 0.2rem;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  background: #fff;
  width: 1.68rem;
  position: relative;
  z-index: 10;
  line-height: 0.5rem;
  margin-top: -0.2rem;
  border-bottom: 2px solid #cc1218;
}
.products .e {
  padding: 1rem 0;
  background: #f5f6f7;
}
.products .e .title_common p {
  font-size: 0.24rem;
}
.products .e .title_common p b {
  color: #cc1218;
}
.products .e .bd {
  margin-top: 0.8rem;
  background: #fff;
}
.products .e .bd h3 {
  text-align: center;
  padding: 0.4rem 0;
  font-weight: bold;
  font-size: 0.24rem;
  color: #cc1218;
}
.products .e .bd h3.title_h3{ color:#000}
 
.title_common p.title_p{ color:#cc1218}
.products .e .bd h3.table_tit{ color:#000} 


.products .e .bd table {
  text-align: center;
  line-height: 0.89rem;
  color: #808080;
  width: 100%;
  border-top: 1px solid #ddd;
}
.products .e .bd table b {
  color: #000;
}
.products .e .bd table tr:nth-child(even) {
  background: #fffef6;
}

.products .e .bd table.table_jf tr:nth-child(even) {
  background: #fff;
}
.products .e .bd table.table_jf tr.table_tr_jf{
  background: #fffef6;
}
.products .e .bd table  tr.table_tr_jf td + td{ border-left:0}

.products .e .bd table tr {
  border-bottom: 1px solid #ddd;
}
.products .e .bd table td + td {
  border-left: 1px solid #ddd;
}
.products .e .bd p {
  color: #808080;
  padding: 0.4rem 0.7rem;
}
.products .e .ft {
  margin-top: 0.27rem;
  background: #fff;
  color: #808080;
  padding: 0.5rem 0.7rem;
  line-height: 0.3rem;
}
.products .e .ft li + li {
  margin-top: 0.15rem;
}
.products .f {
  padding: 0 0 1rem;
}
.products .f .bd {
  margin-top: 0.7rem;
}
.products .f .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.12rem;
}
.products .f .bd ul li {
  padding: 0.12rem;
  width: 25%;
}
.products .f .bd ul li dl {
  border: 1px solid #eee;
  height: 1.64rem;
  cursor: pointer;
  transition: all 0.3s;
  padding: 0.2rem 0.25rem;
}
.products .f .bd ul li dl dd {
  font-size: 0.15rem;
  color: #808080;
  margin-top: 0.17rem;
  line-height: 0.2rem;
}
.products .f .bd ul li dl dd b{ font-size:0.2rem; font-weight:bold; color:#333333}
.products .f .bd ul li dl dt {
  font-weight: bold;
  color: #cc1218;
  font-size: 0.18rem;
}
.products .f .bd ul li dl:hover {
  color: #fff;
  background: #cc1218;
}
.products .f .bd ul li dl:hover dt,
.products .f .bd ul li dl:hover dd {
  color: #fff;
}
.products .g {
  padding: 1rem 0;
  background-color: #f5f6f7;
}
.products .g .case .bd {
  padding: 0;
}
.products .g .hd {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.products .g .hd b {
  font-size: 0.3rem;
}
.products .h {
  padding: 1rem 0;
}
.products .h .bd {
  position: relative;
  margin-top: 0.7rem;
  padding: 0 0.88rem;
}
.products .h .bd .pic {
  padding: 0.07rem;
  border: 1px solid #ddd;
}
.products .h .swiper-button-next,
.products .h .swiper-button-prev,
.aboutus .f .swiper-button-next,
.aboutus .f .swiper-button-prev {
  width: 0.64rem;
  height: 0.44rem;
  border: 1px solid #ddd;
  color: #333;
  background: #fff;
  font-size: 0.25rem;
}
.products .h .swiper-button-next {
  right: 0;
}
.products .h .swiper-button-next,
.aboutus .f .swiper-button-next {
  background: #cc1218;
  border-color: #cc1218;
  color: #fff;
}
.products .h .swiper-button-prev {
  left: 0;
}
.products .h .swiper-button-next:after,
.products .h .swiper-button-prev:after,
.aboutus .f .swiper-button-next:after,
.aboutus .f .swiper-button-prev:after {
  display: none;
}

.products .I {
  padding: 1rem 0;
  background: #f5f6f7;
}
.products .I .news {
  padding: 0;
}
.products .I .news .bd {
  margin-bottom: 0;
}
/**/

.aboutus .a {
  padding: 1rem 0;
}
.aboutus .a .title_info {
  text-align: left;
}
.aboutus .a .video {
  position: relative;
  width: 35%;
  margin-left: 18%;
}
.aboutus .a .video span {
  width: 0.8rem;
  height: 0.8rem;
  z-index: 9;
  border-radius: 50%;
  background: #fff;
  left: -0.4rem;
  top: 50%;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transform: translate(0, -50%);
  position: absolute;
}
.aboutus .a .video span::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 16px solid #cc1218;
  position: absolute;
  left: 50%;
  margin-left: 3px;
  top: 50%;
  transform: translate(-50%, -50%);
}
.aboutus .a .txt::before {
  content: "";
  display: block;
  width: 0.87rem;
  height: 0.06rem;
  background: #ebebeb;
  margin: 0.4rem 0 0.6rem;
}
.aboutus .a .txt p {
  line-height: 0.32rem;
  color: #7b7b7b;
  margin-top: 0.2rem;
}
.aboutus .a ul {
  display: flex;
  padding-top: 0.5rem;
  justify-content: space-between;
}
.aboutus .a ul dt {
  color: #cc1218;
  font-size: 0.21rem;
}
.aboutus .a ul dt span {
  font-size: 0.56rem;
  font-family: syst;
}
.aboutus .a ul dd {
  font-size: 0.18rem;
  color: #7c7c7c;
}
.aboutus .b {
  background: url(/static/aboutwhbg.jpg) top center no-repeat;
  background-size: cover;
  padding: 1.35rem 0 1rem;
}
.aboutus .b .hd {
  align-items: stretch;
}
.aboutus .b .hd .title_info {
  text-align: left;
  color: #fff;
}
.aboutus .b .hd .title_info h2 {
  opacity: 0.15;
}
.aboutus .b .hd dl {
  text-align: right;
  color: #fff;
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 0.36rem;
}
.aboutus .b .hd dt {
  font-size: 0.26rem;
  font-family: syst;
  background: #cc1218;
  margin-bottom: 0.2rem;
}
.aboutus .b .bd {
  display: flex;
  margin-top: 0rem;
  justify-content: space-between;
}
.aboutus .b .bd .box {
 /* background: #fff;*/
  /*color: #808080;*/color: #808080;
  line-height: 0.3rem;
  width: 45%;
  padding: 0.5rem 0;
 /* box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);*/
}
.aboutus .b .bd .box li{ 
    padding:0.4rem 0; 
    color:#fff; 
    height:1.4rem;
}

.aboutus .b .bd .box li + li {

  border-top:1px #fff solid;

}
.aboutus .b .bd .box li span {
    padding-left:0.3rem;
     font-family: syst;
   font-size: 0.22rem;
   line-height: 0.5rem;
    color: #fff;opacity: 0.8;
    width:30%;
    float:left;
     position:relative;
}
.aboutus .b .bd .box li span:before{
    content:'';
    width:8px;
    height:8px;
    background: #cc1218;
    position: absolute;
    left:0;
    top:0.2rem;
    
}

.aboutus .b .bd .box li p{ width:70%;  float:right; line-height:0.25rem; margin-top:0.1rem;}
.aboutus .b .bd .box li.height{height:1.7rem;}

.aboutus .b .bd .box li:hover{ background:#fff; color:#000}
.aboutus .b .bd .box li:hover span:before{ background-color:#fff;}
.aboutus .b .bd .box li:hover span{ color:#cc1218}
.aboutus .b .bd .box li:hover p{ color:#717171}

.aboutus .c,
.aboutus .d {
  padding: 1rem 0;
}
.aboutus .c .bd {
  margin-top: 0.7rem;
}
.aboutus .c .bd dl {
  height: 2.9rem;
  text-align: center;
  border: 1px solid #eee;
  padding: 0 0.5rem;
}
.aboutus .c .bd dl:hover {
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.aboutus .c .bd dl dd {
  line-height: 0.3rem;
  color: #808080;
  margin-top: 0.45rem;
}
.aboutus .c .bd dl dt {
  margin: 0 auto;
  width: 0.57rem;
  display: flex;
  align-items: flex-end;
  height: 1.17rem;
  background: #cc1218;
  color: #fff;
  font-family: syst;
  font-size: 0.26rem;
  line-height: 0.3rem;
}
.aboutus .d {
  background: #f5f6f7;
}
.aboutus .d .title_info h2 {
  color: #fff;
}
.aboutus .d .bd {
  margin-top: 0.7rem;
  text-align: center;
}
.aboutus .e {
  padding: 2.1rem 0 1.3rem;
  background: url(/static/team.jpg) top center no-repeat;
  background-size: 100% auto;
}
.aboutus .e .title_info {
  color: #fff;
}
.aboutus .e .title_info h2 {
  opacity: 0.15;
}
.aboutus .e .bd {
  margin-top: 2.1rem;
  background: #fff;
  color: #808080;
  line-height: 0.32rem;
  text-align: center;
  padding: 0.75rem 0;
  box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.1);
}
.aboutus .e .bd p {
  max-width: 68%;
  margin: 0 auto 0.45rem;
}
.aboutus .e .bd .more {
  border-radius: 0.4rem;
}
.aboutus .f .bd {
  margin-top: 0.7rem;
}
.aboutus .f .swiper-slide {
  width: 70%;
}
.aboutus .f .swiper-slide span {
  position: absolute;
  font-size: 0.18rem;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  bottom: 0.45rem;
  width: 1.5rem;
  background: #fff;
  line-height: 0.4rem;
}
.aboutus .f .swiper-slide span::before {
  content: "";
  width: 2px;
  height: 100%;
  background: #fff;
  position: absolute;
  left: -4px;
  top: 0;
}
.aboutus .f .swiper-slide span::after {
  content: "";
  width: 2px;
  height: 100%;
  background: #fff;
  position: absolute;
  right: -4px;
  top: 0;
}
.aboutus .f .swiper-button-prev {
  left: 15%;
  margin-left: -0.95rem;
}
.aboutus .f .swiper-button-next {
  right: 15%;
  margin-right: -0.95rem;
}
.aboutus .f .bd {
  position: relative;
  padding-bottom: 0.5rem;
}
.aboutus .title_info span {
  font-size: 0.46rem;
}
.aboutus .title_info h2 {
  font-size: 0.96rem;
}
/**/

.family .a {
  height: 4.6rem;
  background: url(/skin/images/5_02.jpg) center no-repeat;
  background-size: cover;
  text-align: center;
  font-size: 0.3rem;
  line-height: 0.8rem;
  font-family: syst;
  padding-top: 0.95rem;
}
.family .a .bd {
  max-width: 6.56rem;
  margin: 0 auto;
}
.family .a .bd li:last-child {
  color: #b4b4b4;
  margin: 0.6rem auto 0;
  writing-mode: vertical-rl;
}
.family .a .bd .title {
  position: relative;
  margin-bottom: 0.5rem;
}
.family .a .bd .title span {
  display: flex;
  margin: 0 auto;
  font-size: 0.33rem;
  color: #fff;
  width: 0.45rem;
  background: #cc1218;
  height: 0.45rem;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.family .a .bd .title::before {
  content: "";
  width: 40%;
  border-bottom: 1px solid #eee;
  position: absolute;
  left: 0;
  top: 50%;
}
.family .a .bd .title::after {
  content: "";
  width: 40%;
  border-bottom: 1px solid #eee;
  position: absolute;
  right: 0;
  top: 50%;
}
.family .dl {
  font-family: syst;
  text-align: center;
}
.family .dl dt span {
  display: inline-block;
  writing-mode: vertical-rl;
  background: #cc1218;
  color: #fff;
  position: relative;
  font-size: 0.32rem;
  padding: 0.1rem 0;
}
.family .dl dt span::before {
  content: "";
  border: 1px solid #fff;
  position: absolute;
  left: 3px;
  top: 3px;
  right: 3px;
  bottom: 3px;
}
.family .dl dd {
  font-size: 0.46rem;
  
}
.family .dl dd.white {
 color:#fff;
  
}
.family .box {
  background: #fff;
  font-size: 0.18rem;
  line-height: 0.4rem;
  padding: 0.3rem;
}
.family .box > span {
  vertical-align: middle;
  display: inline-block;
  width: 0.27rem;
  height: 0.18rem;
  margin-bottom: 0.2rem;
  background: url(/skin/images/h.png) center no-repeat;
}
.family .b {
  position: relative;
}
.family .b img {
  width: 100%;
}
.family .b dl {
  position: absolute;
  top: 0.65rem;
  left: 50%;
  transform: translate(-50%, 0);
}
.family .b .box {
  left: 50%;
  width: 70%;
  text-align: center;
  position: absolute;
  bottom: 0.88rem;
  transform: translate(-50%, 0);
}
.family .c {
  padding: 1.5rem 0 0;
}
.family .c .bd {
  margin-bottom: 1.5rem;
}
.family .c .flex {
  justify-content: space-between;
}
.family .c .pic {
  position: relative;
  width: 46%;
}
.family .c .pic p {
  position: absolute;
  bottom: 0;
  background: #fff;
  right: 9vw;
  left: 9vw;
  color: #7a7a7a;
  line-height: 0.3rem;
  padding: 0.3rem 0.5rem;
}
.family .c .side {
  max-width: 46%;
}
.family .c .bd .side {
  padding-left: 9vw;
}
.family .c .bd:nth-child(even) .side {
  padding: 0 9vw 0 0;
}
.family .c .dl {
  display: flex;
  text-align: left;
  align-items: center;
  margin-bottom: 1rem;
}
.family .c .dl dd {
  flex: 1;
  padding-left: 0.5rem;
}
.family .c .box {
  padding: 0;
}
.family .c .dl_top {
  align-items: stretch;
}
.family .c .dl_top_m {
  margin: 0;
}
.family .c .dl_top dd {
  padding: 0;
}
.family .txt {
  color: #7a7a7a;
  line-height: 0.32rem;
  margin-top: 0.6rem;
}
.family .b_part1 .dl {
  display: flex;
  align-items: center;
  color: #fff;
  left: 9vw;
  transform: translate(0, 0);
}
.family .b_part1 .dl dt {
  margin-right: 0.5rem;
}
.family .b_part1 .box {
  max-width: 6.57rem;
  bottom: 0;
  right: 9vw;
  padding: 0.5rem;
  text-align: left;
  transform: translate(0, 0);
}
.family .b_part2 {
  padding-top: 1.2rem;
}
.family .b_part2 .b {
  margin-top: 0.45rem;
}
.family .b_part2 .b .box {
  bottom: 0;
}
.family .b_part3 .box {
  width: 5.18rem;
  bottom: 0;
  text-align: left;
  padding: 0.5rem;
  left: 9vw;
  transform: translate(0, 0);
}
.family .b_part3 .dl {
  position: static;
  margin-bottom: 0.4rem;
  display: flex;
  transform: translate(0, 0);
  align-items: center;
}
.family .b_part3 .dl dd {
  flex: 1;
  text-align: left;
}
.family .b_part4 .box {
  left: auto;
  right: 9vw;
}
.family .d {
  padding: 1rem 0;
  text-align: center;
  background: url(/skin/images/5_42.jpg) center no-repeat;
  background-size: cover;
}
.family .d dl {
  font-size: 0.22rem;
  font-family: syst;
  padding-bottom: 1.2rem;
}
.family .d dt {
  font-size: 0.46rem;
  padding-bottom: 0.2rem;
}
.family .d input {
  width: 100%;
  background-color: #fff;
  font-size: 0.16rem;
  height: 0.74rem;
  padding-left: 0.3rem;
}
.family .d .flex_item {
  padding-right: 0.15rem;
}
.family .d .btn {
  height: 0.74rem;
  width: 2.3rem;
  color: #fff;
  font-size: 0.18rem;
  background: #cc1218;
}
.video_dialog {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 9rem;
  z-index: 101;
  background: #fff;
  display: none;
  max-width: 95%;
  padding: 0.1rem;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.video_dialog .close {
  color: #fff;
  width: 0.45rem;
  height: 0.45rem;
  line-height: 0.4rem;
  display: block;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  top: 0;
  position: absolute;
  right: -0.5rem;
  cursor: pointer;
  font-size: 0.5rem;
}
/**/

.findpage .a {
  background: #f5f6f7;
  padding-top: 1.3rem;
  margin-bottom: 1.3rem;
}
.findpage .a .side {
  width: 35%;
}
.findpage .a .flex {
  justify-content: space-between;
  align-items: stretch;
}
.findpage .a .box {
  width: 47%;
}
.findpage .a .title_info {
  text-align: left;
}
.findpage .a .title_info h2 {
  color: #fff;
  font-size: 0.96rem;
}
.findpage .a .title_info span {
  font-size: 0.46rem;
}
.findpage .a .title_info::after {
  content: "";
  display: block;
  width: 1rem;
  height: 0.06rem;
  background: #cc1218;
  margin: 0.6rem 0;
}
.findpage .a .box p {
  line-height: 0.32rem;
  color: #808080;
  padding-bottom: 0.3rem;
}
.findpage .a .side h3 {
  font-weight: bold;
  margin-bottom: 0.6rem;
  font-size: 0.26rem;
}
.findpage .a .side h3 span {
  color: #cc1218;
}
.findpage .a .side h3 b {
  font-size: 0.36rem;
}
.findpage .a .side .bd {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4.46rem;
}
.findpage .a .side .bd ul {
  display: flex;
  flex-wrap: wrap;
}
.findpage .a .side .bd ul li {
  width: 33.333%;
  text-align: center;
  padding: 0.4rem 0;
  position: relative;
}
.findpage .a .side .bd ul li::after {
  content: "";
  height: 0.26rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  border-left: 1px solid #eee;
}
.findpage .a .side .bd ul li:nth-child(1):after,
.findpage .a .side .bd ul li:nth-child(4):after {
  display: none;
}
.findpage .a .side .bd ul dd {
  font-size: 0.1rem;
  text-transform: uppercase;
  color: #9e9e9e;
  margin-top: 0.15rem;
}
.findpage .a .side .bd ul dt {
  font-size: 0.26rem;
  font-family: syst;
  color: #cc1218;
}
.findpage .b .title {
  display: flex;
  justify-content: space-between;
}
.findpage .b .title > span {
  font-family: DINPro-Medium;
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #ebebeb;
}
@font-face {
  font-family: DINPro-Bold;
  src: url(/skin/fonts/DINPro-Bold.otf);
}
.findpage .b .title > span em {
  font-style: normal;
  color: #cc1218;
}
.findpage .b .title dt {
  font-size: 0.24rem;
  color: #919191;
  font-weight: bold;
}
.findpage .b .title dd {
  font-weight: bold;
  color: #cc1218;
  font-size: 0.4rem;
  margin-top: 0.1rem;
  line-height: 0.56rem;
}
.findpage .b .title dl::after {
  content: "";
  display: block;
  width: 1rem;
  margin: 0.5rem 0;
  background: #ebebeb;
  height: 0.06rem;
}
.findpage .b ul li {
  color: #818181;
  line-height: 0.32rem;
  margin-top: 0.2rem;
}
.findpage .b h4 {
  font-weight: bold;
  font-size: 0.18rem;
  line-height: 0.36rem;
  padding-bottom: 0.1rem;
}
.findpage .b ul li b {
  color: #000;
}
.findpage .b .side {
  width: 45%;
  position: relative;
}
.findpage .b .picbox {
  width: 41%;
  position: relative;
  z-index: 5;
}
.findpage .b .picbox > span {
  position: absolute;
  width: 2.2rem;
  height: 2.2rem;
  top: -0.3rem;
  right: -0.3rem;
  font-family: DINPro-Bold;
  text-transform: uppercase;
  color: #cc1218;
  padding: 0.2rem;
  display: flex;
  align-items: flex-end;
  font-size: 0.28rem;
  border: 0.1rem solid #cc1218;
}
.findpage .b .flex {
  margin-top: 1.3rem;
  justify-content: space-between;
}
.findpage .b ol {
  display: flex;
  background: #fff;
  padding: 0.4rem;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  justify-content: space-between;
  position: relative;
  margin: -0.9rem 0.3rem 0;
}
.findpage .b ol li {
  display: flex;
  color: #cc1218;
  line-height: 0.24rem;
  font-size: 0.18rem;
  align-items: center;
}
.findpage .c {
  background: #f5f6f7;
  padding: 1rem 0;
  margin-top: 1.3rem;
}
.findpage .c .bd {
  margin-top: 0.7rem;
}
.findpage .c .bd .box {
  height: 4rem;
  background: #fff;
  position: relative;
  padding: 0.5rem 0.3rem 0.2rem;
}
.findpage .c .bd .box p {
  line-height: 0.3rem;
  color: #7a7a7a;
  margin-top: 0.3rem;
}
.findpage .c .bd .box h3 {
  font-family: syst;
  font-size: 0.24rem;
  line-height: 0.3rem;
}
.findpage .c .bd .box h3 span {
  display: block;
  color: #cc1218;
}
.findpage .c .bd .box i {
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 0.3rem;
  bottom: 0.5rem;
  background-image: url(/skin/images/7_24.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.findpage .c .bd .box:hover i {
  background-image: url(/skin/images/7_25.png);
}
.findpage .c .bd .box:hover {
  background: #cc1218;
  color: #fff;
}
.findpage .c .bd .box:hover p,
.findpage .c .bd .box:hover h3 span {
  color: #fff;
}
.findpage .c .bd .box .i2 {
  background-position: -269px 0;
}
.findpage .c .bd .box .i3 {
  background-position: -536px 0;
}
.findpage .c .bd .box .i4 {
  background-position: -806px 0;
}
.findpage .c .bd .box .i5 {
  background-position: -1073px 0;
  width: 36px;
}
.findpage .c .bd .box .i6 {
  background-position: -1340px 0;
}
.findpage .b .two {
  background: url(/skin/images/7_11.jpg) top center no-repeat;
  background-size: 100% auto;
  margin-top: 1.3rem;
  padding-top: 1.6rem;
}
.findpage .b .two .bd {
  background: #fff;
  display: flex;
  margin-top: -0.14rem;
  padding: 0.7rem;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.findpage .b .two .conceptual {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.86rem;
  font-family: DINPro-Bold;
  line-height: 0.95rem;
}
.findpage .b .two .hd {
  align-items: flex-end;
}
.findpage .b .line1 {
  position: absolute;
  top: 0.2rem;
  right: 1.3rem;
}
.findpage .b .line2 {
  position: absolute;
  top: 0;
  right: 0;
}
.findpage .b .line3 {
  position: absolute;
  top: 0.5rem;
  left: -0.3rem;
}
.findpage .b .line4 {
  position: absolute;
  bottom: 0.6rem;
  right: -0.77rem;
}
.findpage .b .picbox > .span_top {
  top: auto;
  align-items: stretch;
  bottom: -0.3rem;
}
.findpage .b .picbox > .span_left {
  right: auto;
  align-items: stretch;
  left: -0.3rem;
}
.findpage .b .bg {
  background: url(/skin/images/7_15.png) right top no-repeat #f5f6f7;
  padding: 1px 0 1.2rem;
  margin-top: 1.3rem;
}
.findpage .b .bg .title > span {
  color: #fff;
}
.findpage .b .one {
  position: relative;
}
.circle::after {
  content: "";
  width: 3.96rem;
  position: absolute;
  top: -0.5rem;
  right: -1.8rem;
  height: 3.96rem;
  border: 0.2rem solid #f7f7f7;
  border-radius: 50%;
}
.leftside {
  position: fixed;
  left: 0.2rem;
  top: 50%;
  transform: translate(0, -50%);
  line-height: 0.6rem;
  font-size: 0.14rem;
  z-index: 9;
  display: none;
}
.leftside.on {
  display: block;
}
.leftside::before {
  content: "";
  border-left: 1px solid #cdcdcd;
  position: absolute;
  left: 0.03rem;
  top: 0.3rem;
  bottom: 0.3rem;
}
.leftside li a {
  display: flex;
  align-items: center;
  color: #919191;
  position: relative;
}
.leftside li i {
  display: block;
  width: 0.07rem;
  height: 0.07rem;
  position: relative;
  border-radius: 50%;
  background-color: #cdcdcd;
  margin-right: 0.2rem;
}
.leftside li.on a {
  color: #cc1218;
  font-weight: bold;
}
.leftside li.on i {
  background: #cc1218;
}
.leftside li.on i::after {
  content: "";
  width: 0.23rem;
  height: 0.23rem;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  background: #cc1218;
  opacity: 0.3;
  transform: translate(-50%, -50%);
}

/**/

@media screen and (min-width: 1921px) and (max-width: 4000px) {
  html {
    font-size: 120px;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1600px) {
  .header .logo dl {
    display: none;
  }
  .aboutus .a .video {
    width: 45%;
    margin-left: 5%;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1440px) {
  html {
    font-size: 80px;
  }
  .container {
    width: 90vw;
  }
}
@media screen and (min-width: 981px){
.homepage .b .bd ul:first-child > li:first-child dt,.homepage .b .bd ul:first-child > li:first-child dd{ color:#FFFFFF}

.homepage .d .pic .box { margin-top:-130px;
}
.aboutus .g .bd ul{ margin:-100px auto}
.aboutus .g .bd ul li{ width:16.6%!important; } 
}
@media screen and (min-width: 981px) and (max-width: 1200px) {
  html {
    font-size: 60px;
  }
  .container {
    width: 90vw;
  }
  .header .logo dl {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 980px) {
  .aboutus .a .flex {
    display: block;
  }
  .aboutus .title_info h2 {
    font-size: 0.36rem;
  }
  .aboutus .title_info span {
    font-size: 0.24rem;
  }
  .aboutus .a,
  .aboutus .b,
  .aboutus .c,
  .aboutus .d {
    padding: 0.4rem 0;
  }
  .aboutus .a ul dt span {
    font-size: 0.3rem;
  }
  .aboutus .a .video {
    width: 100%;
    margin: 0.3rem 0 0;
  }
  .aboutus .a .video span {
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .aboutus .b .hd {
    display: block;
  }
  .aboutus .b .hd dl {
    text-align: left;
    margin-top: 0.2rem;
    font-size: 0.14rem;
    line-height: 0.24rem;
  }
  .aboutus .b .hd dt {
    font-size: 0.16rem;
  }
  .aboutus .b .bd {
    margin-top: 0.15rem;
    display: block;
  }
  .aboutus .b .bd .box {
    width: 100%;
    padding: 0.15rem;
    margin-top: 0.15rem;
  }
  .aboutus .c .bd,
  .aboutus .f .bd {
    margin-top: 0.3rem;
  }
  .aboutus .e {
    padding: 0.3rem 0;
    background-size: 100% 2rem;
  }
  .aboutus .e .bd {
    padding: 0.2rem 0;
    margin-top: 0.3rem;
  }
  .aboutus .e .bd p {
    margin-bottom: 0.15rem;
  }
  .header {
    z-index: 999;
    height: 50px;
    padding: 0 15px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
  }
  .header .nav {
    display: none;
  }
  .m_nav {
    position: absolute;
    right: 15px;
    top: 16px;
    width: 25px;
    z-index: 99;
  }
  .m_nav i {
    display: block;
    height: 2px;
    background: #fff;
    margin-bottom: 6px;
  }
  .header.on .m_nav i {
    background: #ccc;
  }
  .cross i:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    -ms-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }
  .cross i:nth-of-type(2) {
    opacity: 0;
  }
  .cross i:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    -ms-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
  }
  body {
    font-size: 0.14rem;
  }
  .container {
    width: 100%;
    padding: 0 15px;
    max-width: 100%;
  }
  .footer .bd .flex,
  .header .side {
    display: none;
  }
  .hidden-xs {
    display: none;
  }
  .visible-xs {
    display: block;
  }
  .headerAct {
    transform: translateY(0);
  }
  .header .logo dt {
    font-size: 0.12rem;
    margin-bottom: 0.03rem;
  }
  .header .logo dd {
    text-transform: uppercase;
  }
  .header .logo dt br {
    display: none;
  }
  .header .logo a {
    width: 0.7rem;
    height: 0.28rem;
  }
  .header .logo {
    margin: 0.07rem 0 0;
  }
  #allmap {
    height: 250px;
  }

  /**/

  .homepage .banner h3 {
    font-size: 0.23rem;
  }
  .homepage .banner p {
    font-size: 0.18rem;
  }
  .homepage .banner img {
    height: 5rem;
    object-fit: cover;
  }
  .homepage .a .flex {
    flex-wrap: wrap;
    padding: 0.2rem 0;
    text-align: center;
  }
  .homepage .a dt span {
    display: block;
  }
  .homepage .a dd {
    display: none;
  }
  .homepage .a .flex dl {
    width: 50%;
    padding: 0.1rem 0;
  }
  .title_common h2 {
    font-size: 0.2rem;
  }
  .title_common p {
    font-size: 0.12rem;
    margin-top: 0.1rem;
  }
  .homepage .a dt {
    font-size: 0.14rem;
  }
  .homepage .a dt b {
    font-weight: normal;
    color: #808080;
  }
  .homepage .b .bd ul {
    display: block;
    margin: -0.05rem;
  }
  .homepage .b .bd ul > li {
    width: 100%;
    padding: 0.05rem;
  }
  .homepage .b .bd ul dl {
    left: 0.2rem;
    top: 50%;
    transform: translate(0, -50%);
  }
  .homepage .e .bd {
    display: block;
    margin-top: 0.3rem;
  }
  .homepage .e .bd ul li {
    width: 33.333%;
    padding: 0.03rem;
  }
  .homepage .e .bd ul {
    margin: -0.03rem;
  }
  .homepage .e .bd .side {
    width: 100%;
    display: flex;
    margin: 0 0 0.06rem 0;
  }
  .homepage .e .bd .side ul {
    width: 35%;
    margin-left: 0.06rem;
  }
  .homepage .e .bd .side ul li {
    width: 100%;
  }
  .homepage .e .bd .side > a {
    height: 2.25rem;
    flex: 1;
  }
  .homepage .e {
    padding: 0.4rem 0;
  }
  .homepage .e .bd p span {
    font-size: 0.3rem;
  }
  .homepage .e .bd p {
    font-size: 0.12rem;
    white-space: nowrap;
  }
  .homepage .e .bd a .more {
    width: 0.9rem;
    line-height: 0.3rem;
    font-size: 0.12rem;
  }
  .homepage .e .bd a {
    height: 1.09rem;
  }
  .homepage .b .bd {
    margin-top: 0.3rem;
  }
  .homepage .b {
    padding: 0.4rem 0;
  }
  .homepage .b .bd dt {
    font-size: 0.12rem;
  }
  .homepage .b .bd dd {
    font-size: 0.16rem;
    margin-top: 0.05rem;
  }
  .homepage .c .bd .swiper-slide {
    width: 70%;
    margin: 0 0.2rem 0 0;
  }
  .homepage .c .bd .box {
    display: block;
  }
  .homepage .c .bd .box .flex_item {
    padding: 0.15rem;
    border: none;
    border-left: 0.03rem solid #cc1218;
  }
  .homepage .c .bd .swiper {
    padding-bottom: 0.4rem;
  }
  .homepage .c .bd .box ul {
    margin: 0.05rem 0;
    font-size: 0.12rem;
    line-height: 0.2rem;
  }
  .homepage .c .bd .box .btn,
  .homepage .d .pic p,
  .homepage .d .pic .more {
    display: none;
  }

  .homepage .c .bd .box:hover .btn {
    background: #cc1218;
    color: #fff;
    border-color: #cc1218;
  }

  .homepage .c .bd .container {
    margin: 0;
    width: 100%;
    padding: 0 15px;
  }
  .homepage .c .hidden {
    text-align: center;
    margin-top: 0.15rem;
  }
  .homepage .c .bd .swiper-slide > p {
    display: none;
  }
  .homepage .c .bd .box dt {
    font-size: 0.15rem;
    line-height: 0.24rem;
  }
  .homepage .c .hd {
    margin-bottom: 0.3rem;
    display: block;
  }
  .homepage .c .title_common {
    text-align: center;
  }
  .homepage .c {
    padding: 0.4rem 0;
  }
  .homepage .d .pic h3 {
    font-size: 0.2rem;
    line-height: 0.3rem;
  }
  .homepage .d .pic h4 {
    font-size: 0.14rem;
    margin-top: 0.2rem;
  }
  .homepage .d .flex {
    display: block;
  }
  .homepage .d .pic {
    width: 100%;
    text-align: center;
    height: auto;
    padding: 0.5rem;
  }
  .homepage .d ul li {
    width: 50%;
    padding: 0.15rem;
    height: 2rem;
  }
  .homepage .d ul p {
    opacity: 1;
    font-size: 0.12rem;
    margin-top: 0.2rem;
    line-height: 0.2rem;
  }
  .homepage .d ul dd {
    font-size: 0.15rem;
    font-weight: bold;
    color: #cc1218;
    margin-top: 0.05rem;
  }
  .homepage .d ul dt {
    font-size: 0.12rem;
  }
  .homepage .d ul li:nth-child(4) {
    border-bottom: 1px solid #eee;
  }
  .homepage .d ul span {
    right: 0.15rem;
    bottom: 0.15rem;
    font-size: 0.2rem;
  }
  .homepage .e .bd dl {
    padding: 0.1rem;
  }
  .homepage .e .bd .side > a dl {
    left: 0.15rem;
    width: 1.6rem;
  }
  .homepage .f {
    padding: 0.4rem 0;
  }
  .homepage .f .title_common {
    text-align: center;
    padding-bottom: 0.3rem;
  }
  .homepage .f .box h4 {
    margin: 0.15rem 0;
    line-height: 0.24rem;
    font-size: 0.12rem;
  }
  .homepage .f .ft dd {
    font-size: 0.12rem;
  }
  .homepage .f .ft dt span {
    font-size: 0.4rem;
  }
  .homepage .f .ft dl {
    width: 35%;
    padding-bottom: 0.2rem;
  }
  .homepage .f .visible-xs {
    text-align: center;
  }
  .homepage .f .bd {
    display: block;
  }
  .homepage .f .ft {
    flex-wrap: wrap;
    margin-top: 0.2rem;
  }
  .homepage .g .bd .box {
    height: 1.92rem;
  }
  .homepage .g {
    padding: 0.4rem 0.15rem;
  }
  .homepage .g .bd .just span {
    left: 0.15rem;
    bottom: 0.15rem;
  }
  .homepage .g .bd .bt {
    display: none;
  }
  .homepage .g .bd dl {
    top: 0.15rem;
    left: 0.15rem;
  }
  .homepage .g .bd dt {
    font-size: 0.2rem;
    margin-bottom: 0.1rem;
  }
  .homepage .g .swiper {
    padding-bottom: 0.4rem;
  }
  .homepage .g .bd {
    margin: 0.3rem 0 0.2rem;
  }
  .footer .bd .code {
    display: none;
  }
  .footer .ft {
    display: block;
    font-size: 0.12rem;
    padding: 0.15rem 0;
  }
  .footer .bd {
    display: block;
    padding: 0.3rem 0;
  }
  .footer .bd .add {
    margin-top: 0.2rem;
  }
  .footer .bd .side .tel .flex_item {
    display: flex;
  }
  .footer .bd .side .tel .flex_item div + div {
    padding-left: 0.15rem;
  }
  .footer .bd .side .tel {
    font-size: 0.14rem;
    line-height: 0.24rem;
  }
  .footer .bd .logo {
    margin-bottom: 0.3rem;
  }
  .footer .bd .logo span {
    font-size: 0.2rem;
    line-height: 0.2rem;
  }
  .footer .bd .logo img {
    width: 0.75rem;
  }
  .more {
    width: 1.2rem;
    line-height: 0.36rem;
  }

  /**/

  .pt {
    padding-top: 0.5rem;
  }
  .teamitem .a {
    padding: 0.4rem 0;
  }
  .teamitem .a .bd {
    margin-top: 0.3rem;
    display: block;
  }
  .teamitem .a .bd .pic {
    width: 100%;
    max-width: 100%;
  }
  .teamitem .a .bd .box h4 {
    margin-top: 0.1rem;
  }
  .teamitem .a .bd .box h1 {
    font-size: 0.2rem;
    margin-top: 0.15rem;
  }
  .teamitem .a .bd .box {
    width: 100%;
  }
  .teamitem .a .bd .box ul {
    margin-top: 0.1rem;
    line-height: 0.24rem;
  }
  .teamitem .a .bd .side {
    width: 100%;
    margin-top: 0.2rem;
  }
  .teamitem .a .bd .side ul {
    display: flex;
  }
  .teamitem .a .bd .side ul li {
    flex: 1;
  }
  .teamitem .a .bd .side ul li + li {
    margin-left: 0.2rem;
    text-align: right;
  }
  .teamitem .a .bd .side li a {
    padding-bottom: 0;
  }
  .teamitem .case {
    padding: 0.4rem 0 0;
  }
  .case .bd {
    padding: 0.3rem 0;
  }
  .case .bd ul {
    margin: 0;
  }
  .case .bd ul li {
    width: 100%;
    padding: 0.15rem 0;
  }
  .case .bd ul li h4 {
    font-size: 0.16rem;
  }
  .case .hd b {
    font-size: 0.2rem;
  }
  .bottom_common {
    padding: 0.4rem 0;
  }
  .bottom_common ul li {
    padding: 0.15rem;
    width: 100%;
  }
  .bottom_common ul li + li {
    margin-top: 0.2rem;
  }
  .bottom_common ul {
    display: block;
  }
  .bottom_common ul li h4 {
    font-size: 0.18rem;
  }

  /**/

  .banner_info img {
    height: 3rem;
  }
  .banner_info dl {
    font-size: 0.16rem;
  }
  .banner_info dt {
    font-size: 0.3rem;
  }
  .title_info h2 {
    font-size: 0.36rem;
  }
  .title_info span,
  .caseitem .newsitem .hd h1 {
    font-size: 0.2rem;
  }
  .team {
    padding-top: 0.4rem;
  }
  .team .bd ul {
    margin: -0.1rem;
  }
  .team .bd ul li {
    padding: 0.1rem;
    width: 50%;
  }
  .team .bd ul li dl {
    padding: 0.1rem 0;
    margin: -0.5rem 0.1rem 0.01rem;
  }
  .team .bd ul li dl dt {
    font-size: 0.16rem;
  }
  .team .bd {
    padding: 0.3rem 0;
  }
  .info {
    display: block;
  }
  .caseitem .b .ft {
    margin: 0;
  }
  .caseitem .b .ft > .flex {
    display: block;
  }
  .info > .side_sm {
    width: 100%;
    margin: 0;
  }
  .caseitem .b .ft .flex .flex_item + .flex_item {
    margin: 0.2rem 0 0;
  }
  .caseitem .b .ft > .flex > div:last-child {
    text-align: left;
  }
  .caseitem .b,
  .caseitem .c {
    padding: 0.4rem 0;
  }
  .caseitem .newsitem {
    padding-top: 0;
  }
  .caseitem .c .flex {
    display: block;
  }
  .caseitem .c ul li {
    width: 100%;
    padding-top: 0.2rem;
  }
  .caseitem .c h3 {
    font-size: 0.28rem;
  }
  .caseitem .c ul li dt {
    font-size: 0.16rem;
  }
  .caseitem .c .side h4 {
    margin-top: 0.3rem;
  }
  .caseitem .c .side {
    width: 100%;
  }
  .caseitem .c .side input {
    padding-left: 0.2rem;
    height: 0.45rem;
    font-size: 0.14rem;
  }
  .caseitem .c .side .btn {
    height: 0.45rem;
    font-size: 0.14rem;
  }
  .stroylist {
    padding-top: 0.4rem;
  }
  .tabtitle_list li a {
    width: auto;
    padding: 0 0.1rem;
    height: 0.45rem;
    font-size: 0.14rem;
  }
  .tabtitle_list li {
    padding: 0;
  }
  .tabtitle_list {
    white-space: nowrap;
    overflow-x: auto;
    margin-bottom: 0.2rem;
  }
  .stroylist .bd ul {
    margin: 0;
  }
  .stroylist .bd ul li {
    width: 100%;
    padding: 0.1rem 0;
  }
  .stroylist .bd {
    padding: 0 0 0.4rem;
  }
  .stroylist .bd ul li a > .flex_item {
    padding: 0 0.15rem;
  }
  .stroylist .bd ul li .pic img {
    height: 1.2rem;
  }
  .stroylist .bd ul li .flex {
    margin-top: 0.1rem;
  }
  .stroylist .bd ul li a h4 {
    font-size: 0.14rem;
    line-height: 0.24rem;
  }
  .news {
    padding-top: 0.4rem;
  }
  .tab_info a + a {
    margin-left: 0.15rem;
  }
  .tab_info {
    font-size: 0.14rem;
    white-space: nowrap;
    overflow-x: auto;
  }
  .news .bd {
    margin: 0.3rem 0;
  }
  .news .bd ul {
    margin: 0;
  }
  .news .bd ul li {
    width: 100%;
    padding: 0.1rem 0;
  }
  .news .bd ul li a {
    padding: 0.2rem;
  }
  .news .bd ul li p {
    font-size: 0.14rem;
    line-height: 0.24rem;
  }
  .news .bd ul li .flex {
    margin-top: 0.1rem;
  }
  .products .a .hd {
    margin: 0.2rem 0;
    font-size: 0.14rem;
    line-height: 0.24rem;
    padding: 0.15rem;
  }
  .products .a .hd b,
  .products .a .bd ul li dt {
    font-size: 0.16rem;
  }
  .products .a .title_common p {
    font-size: 0.14rem;
    padding: 0.15rem 0;
    margin: 0;
    max-width: 100%;
  }
  .products .a .bd ul {
    margin: 0;
  }
  .products .a .bd ul li {
    width: 100%;
    padding: 0.1rem 0;
  }
  .products .a .bd ul li dl {
    height: auto;
    padding: 0.15rem;
  }
  .products .a .bd ul li dd {
    margin-top: 0.1rem;
  }
  .products .a {
    padding-bottom: 0.4rem;
  }
  .products .b {
    padding: 0.4rem 0 0.2rem;
  }
  .products .b .bd,
  .products .c .bd {
    margin-top: 0.3rem;
  }
  .products .b .bd ul {
    flex-wrap: wrap;
  }
  .products .b .bd ul li {
    width: 48%;
    margin-bottom: 0.2rem;
    font-size: 0.14rem;
  }
  .products .c,
  .products .e,
  .products .f,
  .products .g,
  .products .h,
  .products .I,
  .joinus .a {
    padding: 0.4rem 0;
  }
  .products .c .title_common p,
  .products .d ul li span,
  .products .e .title_common p {
    font-size: 0.14rem;
  }
  
   .products .e .title_common p.title_p{ color:#cc1218} 
  
 .products .e .bd h3.title_h3{ color:#000}
 
  
  .products .c .bd dl dt {
    font-size: 0.18rem;
  }
  .products .d ul {
    margin: -0.1rem;
  }
  .products .d ul li {
    width: 50%;
    padding: 0.1rem;
  }
  .products .d .bd,
  .products .e .bd,
  .products .h .bd {
    margin-top: 0.3rem;
  }
  .products .d {
    padding-bottom: 0.4rem;
  }
  .products .e .bd .box {
    white-space: nowrap;
    overflow-x: auto;
  }
  .products .e .bd table td {
    padding: 0 0.1rem;
  }
  .products .e .bd table {
    line-height: 0.45rem;
  }
  .products .e .bd p,
  .products .e .ft,
  .products .f .bd ul li dl {
    padding: 0.15rem;
  }
  .products .e .bd h3 {
    padding: 0.2rem 0;
    font-size: 0.2rem;
  }
  .products .f .bd ul {
    margin: 0.05rem;
  }
  .products .f .bd ul li {
    width: 50%;
    padding: 0.05rem;
  }
  .case {
    padding-top: 0.3rem;
  }
  .products .g .hd b {
    font-size: 0.2rem;
  }
  .products .h .swiper-button-next {
    right: 0;
  }
  .products .h .swiper-button-prev {
    left: 0;
  }
  .joinus .a .bd {
    padding-top: 0.2rem;
  }
  .joinus .b,
  .contact .a,
  .contact .b {
    padding: 0.4rem 0;
  }
  .joinus .b .bd,
  .contact .a .bd,
  .contact .b .bd {
    margin-top: 0.3rem;
  }
  .joinus .b dt {
    padding: 0.15rem 0;
    font-size: 0.16rem;
  }
  .joinus .b dt::after {
    right: 0;
  }
  .joinus .b dd {
    padding: 0.15rem;
    margin: 0;
  }
  .joinus .a .bd .box {
    padding: 0.2rem;
  }
  .joinus .a .bd .box p {
    margin-top: 0.15rem;
  }
  .contact .a .bd .flex {
    display: block;
  }
  #allmap {
    width: 100%;
    margin-top: 0.3rem;
  }
  .contact .a .bd h3 {
    font-size: 0.18rem;
    padding: 0;
  }
  .contact .a .bd li {
    margin-top: 0.2rem;
  }
  .contact .a .bd li .label {
    width: auto;
    font-size: 0.14rem;
    margin: 0 0.2rem;
  }
  .contact .b .bd .flex {
    display: block;
  }
  .contact .b .flex .flex_item + .flex_item {
    margin: 0.15rem 0 0;
  }
  .contact .b .flex input,
  .contact .b .btn {
    height: 0.45rem;
    font-size: 0.14rem;
  }
  .contact .b textarea {
    font-size: 0.14rem;
  }
  .contact .b .btn {
    width: 100%;
    margin-top: 0.2rem;
  }
  .fication {
    padding-top: 0.4rem;
  }
  .fication .bd ul {
    margin: -0.1rem;
  }
  .fication .bd ul li {
    width: 100%;
    padding: 0.1rem;
  }
  .fication .bd ul li a dd::after {
    margin-top: 0.1rem;
  }
  .fication .bd ul li a dl {
    left: 0.2rem;
  }
  .fication .bd ul li a dd {
    font-size: 0.18rem;
  }
  .caseitem .a .box {
    padding: 0.15rem;
  }
  .caseitem .a {
    display: block;
    font-size: 0.14rem;
  }
  .caseitem .a .bd {
    width: 100%;
  }
  .caseitem .a h1 {
    font-size: 0.2rem;
    line-height: 0.24rem;
  }
  .caseitem .a .box h4 {
    margin-top: 0.1rem;
  }
  .caseitem .a .box ul {
    margin: 0.15rem 0;
  }
  .info > .side {
    width: 100%;
    margin: 0;
  }
  .caseitem .b .ft > .m {
    display: flex;
  }
  .caseitem .b .ft > .m > div:last-child {
    text-align: right;
  }

  /**/

  .findpage .a {
    padding-top: 0.4rem;
    margin-bottom: 0.4rem;
  }
  .findpage .a .flex {
    display: block;
  }
  .findpage .a .title_info h2 {
    font-size: 0.4rem;
  }
  .findpage .a .title_info span {
    font-size: 0.2rem;
  }
  .findpage .a .box,
  .findpage .a .side {
    width: 100%;
  }
  .leftside {
    display: none !important;
  }
  .findpage .a .title_info::after {
    margin: 0.2rem 0;
  }
  .findpage .a .side h3 {
    font-size: 0.18rem;
    margin-bottom: 0.2rem;
  }
  .findpage .a .side h3 b {
    font-size: 0.24rem;
  }
  .findpage .a .side .bd {
    height: 3rem;
  }
  .findpage .a .side .bd ul li {
    padding: 0.1rem 0;
    width: 50%;
  }
  .findpage .a .side .bd ul li::after {
    display: none;
  }
  .findpage .b .flex {
    display: block;
    margin-top: 0.6rem;
  }
  .findpage .b .picbox,
  .findpage .b .side {
    width: 100%;
    margin: 0.1rem 0;
    z-index: 6;
  }
  .findpage .b .picbox > span {
    width: 1.3rem;
    height: 1.3rem;
    right: 0;
    font-size: 0.18rem;
  }
  .findpage .b .title dd {
    font-size: 0.2rem;
    line-height: 0.3rem;
  }
  .findpage .b .title dt {
    font-size: 0.14rem;
  }
  .findpage .b .title > span {
    font-size: 0.5rem;
    line-height: 0.5rem;
  }
  .findpage .b .title dl::after {
    margin: 0.2rem 0;
  }
  .findpage .b h4 {
    font-size: 0.16rem;
  }
  .findpage .b br {
    display: none;
  }
  .findpage .b .two {
    margin-top: 0.4rem;
    padding-top: 0.4rem;
    background-size: 100% 2rem;
  }
  .findpage .b .two .conceptual {
    font-size: 0.3rem;
  }
  .findpage .b .two .bd {
    padding: 0.15rem;
    display: block;
  }
  .findpage .b .picbox > .span_top {
    bottom: 0.3rem;
  }
  .findpage .b .bg {
    margin-top: 0.4rem;
    padding-bottom: 0.2rem;
  }
  .findpage .b ol {
    margin: 0.15rem 0;
    padding: 0.15rem;
  }
  .findpage .b ol li {
    font-size: 0.14rem;
  }
  .findpage .b ol li img {
    width: 0.3rem;
  }
  .findpage .b .picbox > .span_left {
    left: 0;
  }
  .findpage .c {
    margin-top: 0.4rem;
    padding: 0.4rem 0;
  }
  .findpage .c .bd {
    margin-top: 0.3rem;
  }
  .findpage .c .bd .box {
    height: 2.5rem;
    padding: 0.2rem;
  }
  .findpage .c .bd .box i {
    bottom: 0.2rem;
  }
  .findpage .c .bd .box h3 {
    font-size: 0.18rem;
  }
  .family .a {
    height: auto;
    padding: 0.4rem 0;
  }
  .family .a {
    font-size: 0.18rem;
    line-height: 0.3rem;
  }
  .family .b .box {
    position: static;
    width: 100%;
    padding: 0.15rem;
    transform: translate(0, 0);
  }
  .family .box {
    font-size: 0.14rem;
    line-height: 0.3rem;
    padding: 0.15rem;
  }
  .family .b dl {
    position: static;
    margin: 0.2rem auto 0;
    transform: translate(0, 0);
  }
  .family .dl dd,
  .family .a .bd .title span {
    font-size: 0.23rem;
  }
  .family .dl dt span {
    font-size: 0.18rem;
  }
  .family .c {
    padding-top: 0.4rem;
  }
  .family .a .bd li:last-child {
    margin-top: 0.3rem;
  }
  .family .c .bd .side {
    padding: 0 15px;
  }
  .family .c .side,
  .family .c .pic {
    max-width: 100%;
    margin: 0.15rem 0;
  }
  .family .c .flex {
    display: block;
  }
  .family .c .dl,
  .family .c .bd {
    margin-bottom: 0.3rem;
  }
  .family .c .pic p {
    padding: 0.15rem;
    right: 15px;
    left: 15px;
  }
  .family .c .bd:nth-child(even) .side {
    padding: 0 15px;
  }
  .family .txt {
    margin-top: 0.2rem;
  }
  .family .b_part1 .dl {
    position: absolute;
    top: 0.2rem;
  }
  .family .b_part1 .dl dt {
    margin-right: 0.2rem;
  }
  .family .b_part2 {
    padding-top: 0.3rem;
  }
  .family .b_part2 .b {
    margin-top: 0.2rem;
  }
  .family .d {
    padding: 0.4rem 0;
  }
  .family .d dt {
    font-size: 0.24rem;
  }
  .family .d dl {
    padding-bottom: 0.3rem;
    font-size: 0.16rem;
  }
  .family .d .flex {
    display: block;
  }
  .family .d .flex_item {
    padding: 0 0 0.15rem 0;
  }
  .family .d .btn {
    width: 100%;
    height: 0.45rem;
    font-size: 0.14rem;
  }
  .family .d input {
    height: 0.45rem;
    font-size: 0.14rem;
  }
  .family .b_part3 .dl {
    margin-bottom: 0;
  }
  .family .c .dl dd {
    padding-left: 0.2rem;
  }
}
@media (max-width: 768px) {
    
.rightside {
    display: none;
}
  .header {
    z-index: 999;
    height: 50px;
    padding: 0 15px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
  }
  .header .nav {
    display: none;
  }
  .m_nav {
    position: absolute;
    right: 15px;
    top: 16px;
    width: 25px;
    z-index: 99;
  }
  .m_nav i {
    display: block;
    height: 2px;
    background: #fff;
    margin-bottom: 6px;
  }
  .header.on .m_nav i {
    background: #ccc;
  }
  .cross i:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    -ms-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }
  .cross i:nth-of-type(2) {
    opacity: 0;
  }
  .cross i:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    -ms-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
  }
  body {
    font-size: 0.14rem;
  }
  .container {
    width: 100%;
    padding: 0 15px;
    max-width: 100%;
  }
  .footer .bd .flex,
  .header .side {
    display: none;
  }
  .hidden-xs {
    display: none;
  }
  .visible-xs {
    display: block;
  }
  .headerAct {
    transform: translateY(0);
  }
  .header .logo dt {
    font-size: 0.12rem;
    margin-bottom: 0.03rem;
  }
  .header .logo dt br {
    display: none;
  }
  .header .logo a {
    width: 0.7rem;
    height: 0.28rem;
  }
  .header .logo {
    margin: 0.07rem 0 0;
  }
  #allmap {
    height: 250px;
  }

  /**/

  .homepage .banner h3 {
    font-size: 0.23rem;
  }
  .homepage .banner p {
    font-size: 0.18rem;
  }
  .homepage .a .flex {
    flex-wrap: wrap;
    padding: 0.2rem 0;
    text-align: center;
  }
  .homepage .a dt span {
    display: block;
  }
  .homepage .a dd {
    display: none;
  }
  .homepage .a .flex dl {
    width: 50%;
    padding: 0.1rem 0;
  }
  .title_common h2 {
    font-size: 0.2rem;
  }
  .title_common p {
    font-size: 0.12rem;
    margin-top: 0.1rem;
  }
  .homepage .a dt {
    font-size: 0.14rem;
  }
  .homepage .a dt b {
    font-weight: normal;
    color: #808080;
  }
  .homepage .b .bd ul {
    display: block;
    margin: -0.05rem;
  }
  .homepage .b .bd ul > li {
    width: 100%;
    padding: 0.05rem;
  }
  .homepage .b .bd ul dl {
    left: 0.2rem;
    top: 50%;
    transform: translate(0, -50%);
  }
  .homepage .e .bd {
    display: block;
    margin-top: 0.3rem;
  }
  .homepage .e .bd ul li {
    width: 33.333%;
    padding: 0.03rem;
  }
  .homepage .e .bd ul {
    margin: -0.03rem;
  }
  .homepage .e .bd .side {
    width: 100%;
    display: flex;
    margin: 0 0 0.06rem 0;
  }
  .homepage .e .bd .side ul {
    width: 35%;
    margin-left: 0.06rem;
  }
  .homepage .e .bd .side ul li {
    width: 100%;
  }
  .homepage .e .bd .side > a {
    height: 2.25rem;
    flex: 1;
  }
  .homepage .e {
    padding: 0.4rem 0;
  }
  .homepage .e .bd p span {
    font-size: 0.3rem;
  }
  .homepage .e .bd p {
    font-size: 0.12rem;
    white-space: nowrap;
  }
  .homepage .e .bd a .more {
    width: 0.9rem;
    line-height: 0.3rem;
    font-size: 0.12rem;
  }
  .homepage .e .bd a {
    height: 1.09rem;
  }
  .homepage .b .bd {
    margin-top: 0.3rem;
  }
  .homepage .b {
    padding: 0.4rem 0;
  }
  .homepage .b .bd dt {
    font-size: 0.12rem;
  }
  .homepage .b .bd dd {
    font-size: 0.16rem;
    margin-top: 0.05rem;
  }
  .homepage .c .bd .swiper-slide {
    width: 100%;
    margin: 0;
  }
  .homepage .c .bd .box {
    display: block;
  }
  .homepage .c .bd .box .flex_item {
    padding: 0.15rem;
    border: none;
    border-left: 0.03rem solid #cc1218;
  }
  .homepage .c .bd .swiper {
    padding-bottom: 0.2rem;
  }
  .homepage .c .swiper-button-next,
  .homepage .c .swiper-button-prev {
    left: 0;
    width: 0.5rem;
    font-size: 0.18rem;
    height: 0.4rem;
    bottom: 50%;
  }
  .homepage .c .swiper-pagination {
    display: none;
  }
  .homepage .c .swiper-button-next {
    left: auto;
    right: 0;
  }
  .homepage .c .bd .box ul {
    margin: 0.05rem 0;
    font-size: 0.12rem;
    line-height: 0.2rem;
  }
  .homepage .c .bd .box .btn,
  .homepage .d .pic p,
  .homepage .d .pic .more {
    display: none;
  }
  .homepage .c .bd .container {
    margin: 0;
    width: 100%;
    padding: 0 15px;
  }
  .homepage .c .hidden {
    text-align: center;
    margin-top: 0.15rem;
  }
  .homepage .c .bd .swiper-slide > p {
    display: none;
  }
  .homepage .c .bd .box dt {
    font-size: 0.15rem;
    line-height: 0.24rem;
  }
  .homepage .c .hd {
    margin-bottom: 0.3rem;
    display: block;
  }
  .homepage .c .title_common {
    text-align: center;
  }
  .homepage .c {
    padding: 0.4rem 0;
  }
  .homepage .d .pic h3 {
    font-size: 0.2rem;
    line-height: 0.3rem;
  }
  .homepage .d .pic h4 {
    font-size: 0.14rem;
    margin-top: 0.2rem;
  }
  .homepage .d .flex {
    display: block;
  }
  .homepage .d .pic {
    width: 100%;
    text-align: center;
    height: auto;
    padding: 0.5rem;
  }
  .homepage .d ul li {
    width: 50%;
    padding: 0.15rem;
    height: 2rem;
  }
  .homepage .d ul p {
    opacity: 1;
    font-size: 0.12rem;
    margin-top: 0.2rem;
    line-height: 0.2rem;
  }
  .homepage .d ul dd {
    font-size: 0.15rem;
    font-weight: bold;
    color: #cc1218;
    margin-top: 0.05rem;
  }
  .homepage .d ul dt {
    font-size: 0.12rem;
  }
  .homepage .d ul li:nth-child(4) {
    border-bottom: 1px solid #eee;
  }
  .homepage .d ul span {
    right: 0.15rem;
    bottom: 0.15rem;
    font-size: 0.2rem;
  }
  .homepage .e .bd dl {
    padding: 0.1rem;
  }
  .homepage .e .bd .side > a dl {
    left: 0.15rem;
    width: 1.6rem;
  }
  .homepage .f {
    padding: 0.4rem 0;
  }
  .homepage .f .title_common {
    text-align: center;
    padding-bottom: 0.3rem;
  }
  .homepage .f .box h4 {
    margin: 0.15rem 0;
    line-height: 0.24rem;
    font-size: 0.12rem;
  }
  .homepage .f .ft dd {
    font-size: 0.12rem;
  }
  .homepage .f .ft dt span {
    font-size: 0.4rem;
  }
  .homepage .f .ft dl {
    width: 35%;
    padding-bottom: 0.2rem;
  }
  .homepage .f .visible-xs {
    text-align: center;
  }
  .homepage .f .bd {
    display: block;
  }
  .homepage .f .ft {
    flex-wrap: wrap;
    margin-top: 0.2rem;
  }
  .homepage .g .bd .box {
    height: 1.92rem;
  }
  .homepage .g {
    padding: 0.4rem 0.15rem;
  }
  .homepage .g .bd .just span {
    left: 0.15rem;
    bottom: 0.15rem;
  }
  .homepage .g .bd .bt {
    display: none;
  }
  .homepage .g .bd dl {
    top: 0.15rem;
    left: 0.15rem;
  }
  .homepage .g .bd dt {
    font-size: 0.2rem;
    margin-bottom: 0.1rem;
  }
  .homepage .g .swiper {
    padding-bottom: 0.4rem;
  }
  .homepage .g .bd {
    margin: 0.3rem 0 0.2rem;
  }
  .footer .bd .code {
    display: none;
  }
  .footer .ft {
    display: block;
    font-size: 0.12rem;
    padding: 0.15rem 0;
  }
  .footer .bd {
    display: block;
    padding: 0.3rem 0;
  }
  .footer .bd .add {
    margin-top: 0.2rem;
  }
  .footer .bd .side .tel .flex_item {
    display: flex;
  }
  .footer .bd .side .tel .flex_item div + div {
    padding-left: 0.15rem;
  }
  .footer .bd .side .tel {
    font-size: 0.14rem;
    line-height: 0.24rem;
  }
  .footer .bd .logo {
    margin-bottom: 0.3rem;
  }
  .footer .bd .logo span {
    font-size: 0.2rem;
    line-height: 0.2rem;
  }
  .footer .bd .logo img {
    width: 0.75rem;
  }
  .more {
    width: 1.2rem;
    line-height: 0.36rem;
  }

  /**/

  .pt {
    padding-top: 0.5rem;
  }
  .teamitem .a {
    padding: 0.4rem 0;
  }
  .teamitem .a .bd {
    margin-top: 0.3rem;
    display: block;
  }
  .teamitem .a .bd .pic {
    width: 100%;
    max-width: 100%;
  }
  .teamitem .a .bd .box h4 {
    margin-top: 0.1rem;
  }
  .teamitem .a .bd .box h1 {
    font-size: 0.2rem;
    margin-top: 0.15rem;
  }
  .teamitem .a .bd .box {
    width: 100%;
  }
  .teamitem .a .bd .box ul {
    margin-top: 0.1rem;
    line-height: 0.24rem;
  }
  .teamitem .a .bd .side {
    width: 100%;
    margin-top: 0.2rem;
  }
  .teamitem .a .bd .side ul {
    display: flex;
  }
  .teamitem .a .bd .side ul li {
    flex: 1;
  }
  .teamitem .a .bd .side ul li + li {
    margin-left: 0.2rem;
    text-align: right;
  }
  .teamitem .a .bd .side li a {
    padding-bottom: 0;
  }
  .teamitem .case {
    padding: 0.4rem 0 0;
  }
  .case .bd {
    padding: 0.3rem 0;
  }
  .case .bd ul {
    margin: 0;
  }
  .case .bd ul li {
    width: 100%;
    padding: 0.15rem 0;
  }
  .case .bd ul li h4 {
    font-size: 0.16rem;
  }
  .case .hd b {
    font-size: 0.2rem;
  }
  .bottom_common {
    padding: 0.4rem 0;
  }
  .bottom_common ul li {
    padding: 0.15rem;
    width: 100%;
  }
  .bottom_common ul li + li {
    margin-top: 0.2rem;
  }
  .bottom_common ul {
    display: block;
  }
  .bottom_common ul li h4 {
    font-size: 0.18rem;
  }

  /**/

  .banner_info img {
    height: 3rem;
  }
  .banner_info dl {
    font-size: 0.16rem;
  }
  .banner_info dt {
    font-size: 0.3rem;
  }
  .title_info h2 {
    font-size: 0.36rem;
  }
  .title_info span,
  .caseitem .newsitem .hd h1 {
    font-size: 0.2rem;
  }
  .team {
    padding-top: 0.4rem;
  }
  .team .bd ul {
    margin: -0.1rem;
  }
  .team .bd ul li {
    padding: 0.1rem;
    width: 50%;
  }
  .team .bd ul li dl {
    padding: 0.1rem 0;
    margin: -0.5rem 0.1rem 0.01rem;
  }
  .team .bd ul li dl dt {
    font-size: 0.16rem;
  }
  .team .bd {
    padding: 0.3rem 0;
  }
  .info {
    display: block;
  }
  .caseitem .b .ft {
    margin: 0;
  }
  .caseitem .b .ft > .flex {
    display: block;
  }
  .info > .side_sm {
    width: 100%;
    margin: 0;
  }
  .caseitem .b .ft .flex .flex_item + .flex_item {
    margin: 0.2rem 0 0;
  }
  .caseitem .b .ft > .flex > div:last-child {
    text-align: left;
  }
  .caseitem .b,
  .caseitem .c {
    padding: 0.4rem 0;
  }
  .caseitem .newsitem {
    padding-top: 0;
  }
  .caseitem .c .flex {
    display: block;
  }
  .caseitem .c ul li {
    width: 100%;
    padding-top: 0.2rem;
  }
  .caseitem .c h3 {
    font-size: 0.28rem;
  }
  .caseitem .c ul li dt {
    font-size: 0.16rem;
  }
  .caseitem .c .side h4 {
    margin-top: 0.3rem;
  }
  .caseitem .c .side {
    width: 100%;
  }
  .caseitem .c .side input {
    padding-left: 0.2rem;
    height: 0.45rem;
    font-size: 0.14rem;
  }
  .caseitem .c .side .btn {
    height: 0.45rem;
    font-size: 0.14rem;
  }
  .stroylist {
    padding-top: 0.4rem;
  }
  .tabtitle_list li a {
    width: auto;
    padding: 0 0.1rem;
    height: 0.45rem;
    font-size: 0.14rem;
  }
  .tabtitle_list li {
    padding: 0;
  }
  .tabtitle_list {
    white-space: nowrap;
    overflow-x: auto;
    margin-bottom: 0.2rem;
  }
  .stroylist .bd ul {
    margin: 0;
  }
  .stroylist .bd ul li {
    width: 100%;
    padding: 0.1rem 0;
  }
  .stroylist .bd {
    padding: 0 0 0.4rem;
  }
  .stroylist .bd ul li a > .flex_item {
    padding: 0 0.15rem;
  }
  .stroylist .bd ul li .pic img {
    height: 1.2rem;
  }
  .stroylist .bd ul li .flex {
    margin-top: 0.1rem;
  }
  .stroylist .bd ul li a h4 {
    font-size: 0.14rem;
    line-height: 0.24rem;
  }
  .news {
    padding-top: 0.4rem;
  }
  .tab_info a + a {
    margin-left: 0.15rem;
  }
  .tab_info {
    font-size: 0.14rem;
    white-space: nowrap;
    overflow-x: auto;
  }
  .news .bd {
    margin: 0.3rem 0;
  }
  .news .bd ul {
    margin: 0;
  }
  .news .bd ul li {
    width: 100%;
    padding: 0.1rem 0;
  }
  .news .bd ul li a {
    padding: 0.2rem;
  }
  .news .bd ul li p {
    font-size: 0.14rem;
    line-height: 0.24rem;
  }
  .news .bd ul li .flex {
    margin-top: 0.1rem;
  }
  .products .a .hd {
    margin: 0.2rem 0;
    font-size: 0.14rem;
    line-height: 0.24rem;
    padding: 0.15rem;
  }
  .products .a .hd b,
  .products .a .bd ul li dt {
    font-size: 0.16rem;
  }
  .products .a .title_common p {
    font-size: 0.14rem;
    padding: 0.15rem 0;
    margin: 0;
    max-width: 100%;
  }
  .products .a .bd ul {
    margin: 0;
  }
  .products .a .bd ul li {
    width: 100%;
    padding: 0.1rem 0;
  }
  .products .a .bd ul li dl {
    height: auto;
    padding: 0.15rem;
  }
  .products .a .bd ul li dd {
    margin-top: 0.1rem;
  }
  .products .a {
    padding-bottom: 0.4rem;
  }
  .products .b {
    padding: 0.4rem 0 0.2rem;
  }
  .products .b .bd,
  .products .c .bd {
    margin-top: 0.3rem;
  }
  .products .b .bd ul {
    flex-wrap: wrap;
  }
  .products .b .bd ul li {
    width: 48%;
    margin-bottom: 0.2rem;
    font-size: 0.14rem;
  }
  .products .c,
  .products .e,
  .products .f,
  .products .g,
  .products .h,
  .products .I,
  .joinus .a {
    padding: 0.4rem 0;
  }
  .products .c .title_common p,
  .products .d ul li span,
  .products .e .title_common p {
    font-size: 0.14rem;
  }
     .products .e .title_common p.title_p{ color:#cc1218} 
  
 .products .e .bd h3.title_h3{ color:#000}
 
  .products .c .bd dl dt {
    font-size: 0.18rem;
  }
  .products .d ul {
    margin: -0.1rem;
  }
  .products .d ul li {
    width: 50%;
    padding: 0.1rem;
  }
  .products .d .bd,
  .products .e .bd,
  .products .h .bd {
    margin-top: 0.3rem;
  }
  .products .d {
    padding-bottom: 0.4rem;
  }
  .products .e .bd .box {
    white-space: nowrap;
    overflow-x: auto;
  }
  .products .e .bd table td {
    padding: 0 0.1rem;
  }
  .products .e .bd table {
    line-height: 0.45rem;
  }
  .products .e .bd p,
  .products .e .ft,
  .products .f .bd ul li dl {
    padding: 0.15rem;  height: auto; min-height:1.9rem; overflow:hidden

  }
  
   .products .e .ft ul.ftshowbd{ overflow:hidden} 
  
  
  
  .products .e .bd h3 {
    padding: 0.2rem 0;
    font-size: 0.2rem;
  }
  .products .f .bd ul {
    margin: 0.05rem;
  }
  .products .f .bd ul li {
    width: 50%;
    padding: 0.05rem;
  }
  .case {
    padding-top: 0.3rem;
  }
  .products .g .hd b {
    font-size: 0.2rem;
  }
  .products .h .swiper-button-next {
    right: 0;
  }
  .products .h .swiper-button-prev {
    left: 0;
  }
  .joinus .a .bd {
    padding-top: 0.2rem;
  }
  .joinus .b,
  .contact .a,
  .contact .b {
    padding: 0.4rem 0;
  }
  .joinus .b .bd,
  .contact .a .bd,
  .contact .b .bd {
    margin-top: 0.3rem;
  }
  .joinus .b dt {
    padding: 0.15rem 0;
    font-size: 0.16rem;
  }
  .joinus .b dt::after {
    right: 0;
  }
  .joinus .b dd {
    padding: 0.15rem;
    margin: 0;
  }
  .joinus .a .bd .box {
    padding: 0.2rem;
  }
  .joinus .a .bd .box p {
    margin-top: 0.15rem;
  }
  .contact .a .bd .flex {
    display: block;
  }
  #allmap {
    width: 100%;
    margin-top: 0.3rem;
  }
  .contact .a .bd h3 {
    font-size: 0.18rem;
    padding: 0;
  }
  .contact .a .bd li {
    margin-top: 0.2rem;
  }
  .contact .a .bd li .label {
    width: auto;
    font-size: 0.14rem;
    margin: 0 0.2rem;
  }
  .contact .b .bd .flex {
    display: block;
  }
  .contact .b .flex .flex_item + .flex_item {
    margin: 0.15rem 0 0;
  }
  .contact .b .flex input,
  .contact .b .btn {
    height: 0.45rem;
    font-size: 0.14rem;
  }
  .contact .b textarea {
    font-size: 0.14rem;
  }
  .contact .b .btn {
    width: 100%;
    margin-top: 0.2rem;
  }
  .fication {
    padding-top: 0.4rem;
  }
  .fication .bd ul {
    margin: -0.1rem;
  }
  .fication .bd ul li {
    width: 100%;
    padding: 0.1rem;
  }
  .fication .bd ul li a dd::after {
    margin-top: 0.1rem;
  }
  .fication .bd ul li a dl {
    left: 0.2rem;
  }
  .fication .bd ul li a dd {
    font-size: 0.18rem;
  }
  .caseitem .a .box {
    padding: 0.15rem;
  }
  .caseitem .a {
    display: block;
    font-size: 0.14rem;
  }
  .caseitem .a .bd {
    width: 100%;
  }
  .caseitem .a h1 {
    font-size: 0.2rem;
    line-height: 0.24rem;
  }
  .caseitem .a .box h4 {
    margin-top: 0.1rem;
  }
  .caseitem .a .box ul {
    margin: 0.15rem 0;
  }
  .info > .side {
    width: 100%;
    margin: 0;
  }
  .caseitem .b .ft > .m {
    display: flex;
  }
  .caseitem .b .ft > .m > div:last-child {
    text-align: right;
  }

  /**/

  .findpage .a {
    padding-top: 0.4rem;
    margin-bottom: 0.4rem;
  }
  .findpage .a .flex {
    display: block;
  }
  .findpage .a .title_info h2 {
    font-size: 0.4rem;
  }
  .findpage .a .title_info span {
    font-size: 0.2rem;
  }
  .findpage .a .box,
  .findpage .a .side {
    width: 100%;
  }
  .leftside {
    display: none !important;
  }
  .findpage .a .title_info::after {
    margin: 0.2rem 0;
  }
  .findpage .a .side h3 {
    font-size: 0.18rem;
    margin-bottom: 0.2rem;
  }
  .findpage .a .side h3 b {
    font-size: 0.24rem;
  }
  .findpage .a .side .bd {
    height: 3rem;
  }
  .findpage .a .side .bd ul li {
    padding: 0.1rem 0;
    width: 50%;
  }
  .findpage .a .side .bd ul li::after {
    display: none;
  }
  .findpage .b .flex {
    display: block;
    margin-top: 0.3rem;
  }
  .findpage .b .line2,
  .footer .bd .side .tel::before {
    display: none;
  }
  .findpage .b .picbox,
  .findpage .b .side {
    width: 100%;
    margin: 0.1rem 0;
    z-index: 6;
  }
  .findpage .b .picbox > span {
    width: 1.3rem;
    height: 1.3rem;
    right: 0;
    font-size: 0.18rem;
  }
  .findpage .b .title dd {
    font-size: 0.2rem;
    line-height: 0.3rem;
  }
  .findpage .b .title dt {
    font-size: 0.14rem;
  }
  .findpage .b .title > span {
    font-size: 0.5rem;
    line-height: 0.7rem;
  }
  .findpage .b .title dl::after {
    margin: 0.2rem 0;
  }
  .findpage .b h4 {
    font-size: 0.16rem;
  }
  .findpage .b br {
    display: none;
  }
  .findpage .b .two {
    margin-top: 0.4rem;
    padding-top: 0.4rem;
    background-size: 100% 2rem;
  }
  .findpage .b .two .conceptual {
    font-size: 0.2rem;
    line-height: 0.5rem;
  }
  .findpage .b .two .bd {
    padding: 0.15rem;
    display: block;
  }
  .findpage .b .picbox > .span_top {
    bottom: 0.3rem;
  }
  .findpage .b .bg {
    margin-top: 0.4rem;
    padding-bottom: 0.2rem;
  }
  .findpage .b ol {
    margin: 0.15rem 0;
    padding: 0.15rem;
  }
  .findpage .b ol li {
    font-size: 0.14rem;
  }
  .findpage .b ol li img {
    width: 0.3rem;
  }
  .findpage .b .picbox > .span_left {
    left: 0;
  }
  .findpage .c {
    margin-top: 0.4rem;
    padding: 0.4rem 0;
  }
  .findpage .c .bd {
    margin-top: 0.3rem;
  }
  .findpage .c .bd .swiper-slide {
    width: 80%;
  }
  .findpage .c .bd .box {
    height: 2.5rem;
    padding: 0.2rem;
  }
  .findpage .c .bd .box i {
    bottom: 0.2rem;
  }
  .findpage .c .bd .box h3 {
    font-size: 0.18rem;
  }
  .family .a {
    height: auto;
    padding: 0.4rem 0;
  }
  .family .a {
    font-size: 0.18rem;
    line-height: 0.3rem;
  }
  .family .b .box {
    position: static;
    width: 100%;
    padding: 0.15rem;
    transform: translate(0, 0);
  }
  .family .box {
    font-size: 0.14rem;
    line-height: 0.3rem;
    padding: 0.15rem;
  }
  .family .b dl {
    position: static;
    margin: 0.2rem auto 0;
    transform: translate(0, 0);
  }
  .family .dl dd,
  .family .a .bd .title span {
    font-size: 0.23rem;
  }
  .family .dl dt span {
    font-size: 0.18rem;
  }
  .family .c .dl_top dd{padding: 0;}
  .family .c {
    padding-top: 0;
  }
  .family .a .bd li:last-child {
    margin-top: 0.3rem;
  }
  .family .c .bd .side {
    padding: 0.15rem;
  }
  .family .c .side,
  .family .c .pic {
    width: 100%;
    max-width: 100%;
    margin: 0.15rem 0;
  }
  .family .c .flex {
    display: block;
  }
  .family .c .dl,
  .family .c .bd {
    margin-bottom: 0;
  }
  .family .c .pic p {
    padding: 0.15rem;
    right: 15px;
    left: 15px;
  }
  .family .c .bd:nth-child(even) .side {
    padding: 0 15px;
  }
  .family .c .dl_top dt,.family .b_part3 .dl dt{margin-right: 30px;}
  .family .txt {
    margin-top: 0.2rem;
  }
  .family .b_part1 .dl {
    position: absolute;
    top: 0.2rem;
  }
  .family .b_part1 .dl dt{margin-right: 40px;}
  .family .c .dl dd{padding-left: 40px;}
  .family .b_part2 {
    padding-top: 0.3rem;
  }
  .family .b_part2 .b {
    margin-top: 0.2rem;
  }
  .family .b,.family{overflow: hidden;}
  .family .d {
    padding: 0.4rem 0;
  }
  .family .d dt {
    font-size: 0.24rem;
  }
  .family .d dl {
    padding-bottom: 0.3rem;
    font-size: 0.16rem;
  }
  .family .d .flex {
    display: block;
  }
  .family .d .flex_item {
    padding: 0 0 0.15rem 0;
  }
  .family .d .btn {
    width: 100%;
    height: 0.45rem;
    font-size: 0.14rem;
  }
  .family .d input {
    height: 0.45rem;
    font-size: 0.14rem;
  }
  .family .b_part3 .dl {
    margin-bottom: 0;align-items: stretch;
  }
  .family .c .dl_top dd{padding: 0;}
  .aboutus .a .flex {
    display: block;
  }
  .aboutus .title_info h2 {
    font-size: 0.36rem;
  }
  .aboutus .title_info span {
    font-size: 0.24rem;
  }
  .aboutus .a,
  .aboutus .b,
  .aboutus .c,
  .aboutus .d {
    padding: 0.4rem 0;
  }
  .aboutus .a ul dt span {
    font-size: 0.3rem;
  }
  .aboutus .a .video {
    width: 100%;
    margin: 0.3rem 0 0;
  }
  .aboutus .a .video span {
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .aboutus .b .hd {
    display: block;
  }
  .aboutus .b .hd dl {
    text-align: left;
    margin-top: 0.2rem;
    font-size: 0.14rem;
    line-height: 0.24rem;
  }
  .aboutus .b .hd dt {
    font-size: 0.16rem;
  }
  .aboutus .b .bd {
    margin-top: 0.15rem;
    display: block;
  }
  .aboutus .b .bd .box {
    width: 100%;
    padding: 0.15rem;
    margin-top: 0.15rem;
  }
  .aboutus .c .bd,
  .aboutus .f .bd {
    margin-top: 0.3rem;
  }
  .aboutus .e {
    padding: 0.3rem 0;
    background-size: 100% 2rem;
  }
  .aboutus .e .bd {
    padding: 0.2rem 0;
    margin-top: 0.3rem;
  }
  .aboutus .e .bd p {
    margin-bottom: 0.15rem;
  }
  .video_dialog .close {
    right: 0;
    top: -0.4rem;
    line-height: 0.3rem;
    font-size: 0.2rem;
    width: 0.3rem;
    height: 0.3rem;
  }
  .aboutus .f .swiper-button-next {
    margin: -0.15rem 0 0;
    width: 0.4rem;
    height: 0.3rem;
    right: 0;
  }
  .aboutus .f .swiper-button-prev {
    left: 0;
    margin: -0.15rem 0 0;
    width: 0.4rem;
    height: 0.3rem;
  }
  .joinus .b dd .flex {
    display: block;
  }
  .joinus .b dd .flex .flex_item + .flex_item {
    margin: 0.2rem 0 0;
  }
  .joinus .b dd .flex .box {
    padding: 0.15rem;
  }
  .joinus .b dd h3 {
    padding-bottom: 0.15rem;
  }
  .joinus .b dd .flex .flex_item:first-child {
    padding-top: 0.15rem;
  }
    .aboutus .b .bd .box li{ padding:0.3rem 0 0.4rem 0; display:block}
    .aboutus .b .bd .box li.height{height:2rem; border-bottom:1px #fff solid}
    
  .aboutus .b .bd .box li span{ width:100%; float:none;}
  .aboutus .b .bd .box li p{ width:100%; float:none; margin:0;}
  .aboutus .b .bd .box li:hover{ background:none;}
  .aboutus .b .bd .box li:hover span{ color:#fff}
  .aboutus .b .bd .box li:hover p{color:#fff;}
  .aboutus .b .bd .box:nth-child(2){padding-top:0; margin-top:0;}
}
