a:hover {
  color: #c4372d;
}
.swiper-pagination-bullet-active {
  background-color: #c4372d !important;
}
.top-w {
  background-color: #f4f4f4;
  font-size: 14px;
  line-height: 40px;
}
.top-w .page {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-w ul {
  display: flex;
}
.top-w ul li {
  margin-left: 20px;
}
.header .page {
  height: 108px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
}
.header .logo {
  display: flex;
  align-items: center;
}
.header .logo .text {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #ccc;
  font-size: 18px;
}
.header .logo .text span {
  margin-top: 5px;
}
.header .head-tel {
  display: flex;
  align-items: center;
}
.header .head-tel .iconfont {
  font-size: 40px;
  color: #c4372d;
  margin-right: 13px;
}
.header .head-tel p {
  font-size: 15px;
  color: #c4372d;
  margin-top: 4px;
}
.header .head-tel span {
  font-size: 28px;
  font-weight: bold;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  color: #c4372d;
}
.nav {
  background-color: #c4372d;
}
.nav-list {
  flex: 1;
  display: flex;
  position: relative;
  border-right: #ac231a 1px solid;
  border-left: #df453a 1px solid;
}
.nav-list > li {
  flex: 1;
  display: flex;
  align-items: center;
  position: relative;
  border-right: #df453a 1px solid;
  border-left: #ac231a 1px solid;
}
.nav-list > li > a {
  width: 100%;
  line-height: 50px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  position: relative;
}
.nav-list > li .erji2 {
  min-width: 100%;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 999;
  display: flex;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(-50%) scaleY(0);
  transform-origin: 0 0;
  transition: all 0.3s linear;
  padding-top: 1px;
}
.nav-list > li .erji2 ul {
  width: 100%;
  text-align: center;
}
.nav-list > li .erji2 ul li {
  background-color: #f5f5f5;
  margin-bottom: 1px;
}
.nav-list > li .erji2 ul li a {
  line-height: 40px;
  font-size: 14px;
  padding: 0 15px;
}
.nav-list > li .erji2 ul li:hover {
  background-color: #c4372d;
}
.nav-list > li .erji2 ul li:hover a {
  color: #fff;
}
.nav-list > li .erji2 ul li:last-child {
  border: none;
}
.nav-list > li:hover {
  background-color: #920a01;
}
.nav-list > li:hover .erji2 {
  opacity: 1;
  transform: translateX(-50%) scaleY(1);
  transition: all 0.3s linear;
}
/* 搜索 */
.search {
  background-color: #e7e7e7;
}
.search .page {
  display: flex;
  height: 60px;
  align-items: center;
  justify-content: space-between;
}
.search .page .keywo {
  display: flex;
  align-items: center;
}
.search .page .keywo > p {
  display: flex;
  align-items: center;
  color: #333;
  font-size: 15px;
}
.search .page .keywo > p i {
  font-size: 20px;
  margin-right: 5px;
}
.search .page .keywo a {
  font-size: 14px;
  margin-right: 10px;
  padding-right: 10px;
  color: #666;
}
.search .page .keywo a:last-child {
  border: none;
}
.search .page .keywo a:hover {
  color: #c4372d;
}
.search .page .sear-w {
  display: flex;
  overflow: hidden;
  position: relative;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  border-radius: 20px;
}
.search .page .sear-w input {
  width: 200px;
  height: 35px;
  padding: 0 25px;
  border: none;
  font-size: 14px;
}
.search .page .sear-w input:focus {
  outline: none;
}
.search .page .sear-w button {
  width: 80px;
  height: 35px;
  color: #fff;
  background: #c4372d;
  border: none;
  cursor: pointer;
  transition: all 0.1s linear;
  border-radius: 20px;
  font-size: 14px;
}
/*网站标题*/
.wz-bt {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.wz-bt p {
  font-size: 36px;
  position: relative;
  font-weight: bold;
}
.wz-bt p i {
  color: #c4372d;
}
.wz-bt span {
  font-size: 18px;
  line-height: 32px;
  margin-top: 8px;
  color: #666666;
}
.char-w {
  padding: 60px 0;
}
.char-w .list {
  margin-top: 40px;
  display: flex;
}
.char-w .list li {
  flex: 1;
  border-right: 1px solid #eee;
  padding: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  cursor: default;
}
.char-w .list li:last-child {
  border: none;
}
.char-w .list li i {
  display: block;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  border: 1px solid #000;
  background: url(../images/char-tb.png) no-repeat;
  background-position-x: 2px;
}
.char-w .list li:nth-child(1) i {
  background-position-y: 22px;
}
.char-w .list li:nth-child(2) i {
  background-position-y: -90px;
}
.char-w .list li:nth-child(3) i {
  background-position-y: -214px;
}
.char-w .list li:nth-child(4) i {
  background-position-y: -321px;
}
.char-w .list li p {
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.char-w .list li span {
  font-size: 16px;
  color: #666;
  text-align: center;
  line-height: 1.6;
}
.char-w .list li::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  z-index: -1;
}
.char-w .list li:hover {
  border-color: transparent;
}
.char-w .list li:hover i {
  border-color: #c4372d;
  background-image: url(../images/char-tb1.png);
  transition: all 0.7s linear;
}
.char-w .list li:hover p {
  color: #c4372d;
  border-color: #c4372d;
  transition: all 0.7s linear;
}
.char-w .list li:hover::after {
  transform: translate(-50%, -50%) scale(1) rotate(360deg);
  transition: all 0.7s ease;
}
.pro-w {
  padding: 70px 0 80px;
  background-color: #f5f5f5;
}
.pro-w .box {
  margin-top: 45px;
  display: flex;
}
.pro-w .box .lf {
  width: 250px;
  background-color: #fff;
  margin-right: 30px;
}
.pro-w .box .lf .tit {
  height: 100px;
  background: url(../images/tit-bg.png);
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  line-height: 1.75;
}
.pro-w .box .lf .tit p {
  font-size: 24px;
  font-weight: bold;
}
.pro-w .box .lf .tit span {
  font-size: 14px;
}
.pro-w .box .lf ul {
  border: 1px solid #f0f0f0;
}
.pro-w .box .lf ul li {
  border-bottom: 1px dotted #dbdbdb;
}
.pro-w .box .lf ul li a {
  padding: 0 20px;
  font-size: 14px;
  line-height: 36px;
  color: #666;
}
.pro-w .box .lf ul li:hover {
  background-color: #c4372d;
}
.pro-w .box .lf ul li:hover a {
  color: #fff;
}
.pro-w .box .rg {
  flex: 1;
  margin-bottom: -20px;
  display: flex;
  flex-wrap: wrap;
}
.pro-w .box .rg li {
  width: 31.9%;
  margin-right: 2.15%;
  margin-bottom: 20px;
  border: 1px solid #d9d9d9;
}
.pro-w .box .rg li:nth-child(3n) {
  margin-right: 0;
}
.pro-w .box .rg li p {
  padding: 0 10px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 49px;
}
.case-w {
  padding: 70px;
}
.case-w ul {
  margin-top: 45px;
  display: flex;
  flex-wrap: wrap;
}
.case-w ul li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  position: relative;
}
.case-w ul li:nth-child(3n) {
  margin-right: 0;
}
.case-w ul li p {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  line-height: 50px;
  font-weight: bold;
}
.case-w ul li:hover img {
  transform: scale(1.1);
}
.hf-w {
  padding: 50px 0;
  background: url(../images/hf-bg.jpg) no-repeat center;
  color: #fff;
  line-height: 1.875;
}
.hf-w .page {
  display: flex;
  justify-content: space-between;
}
.hf-w h1 {
  font-size: 36px;
}
.hf-w h2 {
  font-size: 36px;
  font-weight: bold;
}
.hf-w hr {
  width: 60px;
  height: 3px;
  background-color: #fff;
  margin-top: 20px;
}
.hf-w .rg p i {
  font-size: 24px;
  font-weight: bold;
}
.hf-w .rg a {
  width: 150px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 5px;
  margin: 30px 0 0 auto;
}
.hf-w .rg a:hover {
  background-color: #920a01;
  color: #fff;
  border-color: #920a01;
}
.prd-w {
  padding: 70px 0;
}
.prd-w .con {
  display: flex;
  margin-top: 35px;
}
.prd-w .con img:hover {
  transform: scale(1.1);
}
.prd-w .con .t_box {
  background-color: #eee;
  height: 195px;
  padding: 20px;
  display: flex;
}
.prd-w .con .t_box i {
  font-size: 45px;
  font-weight: bold;
  margin-right: 3px;
  line-height: 49px;
}
.prd-w .con .t_box p {
  flex: 1;
  font-size: 18px;
  color: #494949;
  line-height: 1.75;
}
.prd-w .con .lf {
  position: relative;
}
.prd-w .con .lf .l_top {
  display: flex;
}
.prd-w .con .lf .l_top .g_lf {
  width: 225px;
  background-color: #c4372d;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.prd-w .con .lf .l_top .g_lf p {
  font-size: 24px;
  color: #fff;
}
.prd-w .con .lf .l_top .t_box {
  flex: 1;
  align-items: center;
}
.prd-w .con .lf .box2 {
  width: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.prd-w .con .rg .t_box {
  background-color: #c4372d;
  color: #fff;
}
.prd-w .con .rg .t_box p {
  color: #fff;
}
.prd-w .con .rg .t_box span {
  display: block;
  font-size: 14px;
}
.adv-w {
  padding: 70px 0;
  background-color: #f5f5f5;
}
.adv-w ul {
  position: relative;
  margin-top: 35px;
}
.adv-w ul li {
  width: 50%;
  background-color: #fff;
  padding: 30px 60px 10px;
  margin: 0 0 0 auto;
}
.adv-w ul li:nth-child(n+3) {
  margin: 0;
}
.adv-w ul li:nth-child(2n) {
  padding-bottom: 60px;
}
.adv-w ul li i {
  font-size: 55px;
  font-weight: bold;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  opacity: 0.15;
  line-height: 1.5;
}
.adv-w ul li p {
  font-size: 24px;
  font-weight: bold;
}
.adv-w ul li span {
  font-size: 14px;
  color: #999;
  line-height: 30px;
  padding: 12px 0;
  border-bottom: 1px solid #ccc;
}
.adv-w .pic1 {
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.adv-w .pic2 {
  width: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.cust-w {
  background-color: #c4372d;
  color: #fff;
  padding: 75px 0;
}
.cust-w .page {
  display: flex;
  justify-content: space-between;
}
.cust-w .tit {
  padding-top: 20px;
}
.cust-w .tit p {
  font-size: 36px;
  font-weight: bold;
}
.cust-w .tit hr {
  width: 60px;
  height: 2px;
  background-color: #fff;
  margin: 20px 0;
}
.cust-w ul {
  display: flex;
}
.cust-w ul li {
  width: 150px;
  height: 185px;
  margin-left: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
}
.intr {
  padding: 70px 0 0;
}
.intr .page {
  display: flex;
  align-items: center;
}
.intr .pic {
  width: 576px;
  margin-right: 50px;
}
.intr .con {
  flex: 1;
}
.intr .con h2 {
  font-size: 36px;
  font-weight: bold;
}
.intr .con .text {
  line-height: 34px;
  margin-top: 20px;
  color: #595959;
}
.intr .con .more {
  width: 150px;
  line-height: 40px;
  background-color: #c4372d;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  margin-top: 30px;
}
.intr .con .more:hover {
  background-color: #920a01;
}
.facility-w {
  padding: 35px 0 60px;
}
.facility-w .tit {
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 20px;
}
.facility-w .facility-box {
  padding: 0 40px;
  position: relative;
}
.facility-w .facility-box .iconfont {
  width: 30px;
  line-height: 50px;
  text-align: center;
  background-color: #ccc;
  font-size: 20px;
  color: #fff;
}
.facility-w .facility-box .iconfont:hover {
  background-color: #c4372d;
}
.news-w {
  padding: 70px 0 60px;
  background-color: #f5f5f5;
}
.news-w .news-box {
  margin-top: 40px;
  display: flex;
}
.news-w .news-box .item {
  width: 31.5%;
  margin-right: 2.75%;
}
.news-w .news-box .item:last-child {
  margin-right: 0;
}
.news-w .news-box .item .tit {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 10px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e2e2e2;
}
.news-w .news-box .item .tit p {
  font-size: 24px;
  font-weight: bold;
}
.news-w .news-box .item .tit a {
  font-size: 14px;
  text-transform: uppercase;
}
.news-w .news-box .item ul {
  margin-top: 10px;
}
.news-w .news-box .item ul li {
  line-height: 40px;
  border-bottom: 1px dashed #dbdbdb;
}
.news-w .news-box .item ul li a {
  display: flex;
  justify-content: space-between;
}
.news-w .news-box .item ul li p {
  font-size: 14px;
  font-weight: bold;
  color: #666;
  width: 300px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news-w .news-box .item ul li span {
  font-size: 12px;
  color: #999;
}
.news-w .news-box .item ul li:hover p {
  color: #c4372d;
}
.link-w {
  padding: 30px 0;
  background-color: #f5f5f5;
}
.link-w h5 {
  line-height: 40px;
  border-bottom: 1px solid #e2e2e2;
}
.link-w ul {
  display: flex;
  flex-wrap: wrap;
  padding: 5px 0;
}
.link-w ul a {
  margin-right: 20px;
  line-height: 30px;
  font-size: 14px;
  color: #666;
}
.footer {
  background-color: #222222;
}
.footer * {
  color: #909090;
  font-size: 14px;
}
.footer a:hover {
  color: #fff;
}
.footer .f-con {
  padding: 60px 0 50px;
  display: flex;
  justify-content: space-between;
}
.footer .f-con .f-nav {
  width: 50%;
  display: flex;
}
.footer .f-con .f-nav ul {
  flex: 1;
}
.footer .f-con .f-nav ul h5 {
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  padding-bottom: 18px;
  margin-bottom: 22px;
  position: relative;
}
.footer .f-con .f-nav ul h5::after {
  content: '';
  width: 18px;
  height: 2px;
  background-color: #c4372d;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.3s linear;
}
.footer .f-con .f-nav ul li {
  line-height: 32px;
}
.footer .f-con .f-nav ul:hover h5::after {
  width: 60px;
  transition: all 0.3s linear;
}
.footer .f-con .f-info {
  width: 50%;
  padding-left: 1.815%;
}
.footer .f-con .f-info .top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .f-con .f-info .top span {
  font-size: 40px;
  color: #c4372d;
  font-weight: bold;
}
.footer .f-con .f-info .btm {
  display: flex;
  align-items: flex-start;
  padding-top: 30px;
  padding-left: 1%;
}
.footer .f-con .f-info .btm li {
  line-height: 20px;
  margin-bottom: 16px;
  display: flex;
  white-space: nowrap;
}
.footer .f-con .f-info .btm li i {
  margin-right: 10px;
  color: #c4372d;
  font-size: 20px;
}
.footer .f-con .f-info .btm li .qq {
  margin-right: 30px;
}
.footer .f-con .f-info .btm li .dz {
  white-space: normal;
}
.footer .f-con .f-info .btm .weix-pic {
  margin: 0 0 0 auto;
  display: flex;
  align-items: center;
}
.footer .f-con .f-info .btm .weix-pic p {
  width: 1rem;
  margin-right: 5px;
}
.footer .f-con .f-info .btm .weix-pic p em {
  display: block;
  transform: rotate(90deg);
}
.footer .f-con .f-info .btm .weix-pic img {
  width: 100px;
}
.copy {
  width: 100%;
  line-height: 55px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.copy a {
  display: inline;
}
.copy a:hover {
  text-decoration: underline;
}
.copy .page {
  display: flex;
  justify-content: space-between;
}
