a:hover {
  color: #f51919;
}
.swiper-pagination-bullet-active {
  background-color: #f51919 !important;
}
.top-w {
  border-bottom: 1px solid #e0dfdf;
  line-height: 30px;
  color: #333;
  font-size: 14px;
}
.top-w .page {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-w ul {
  display: flex;
}
.top-w ul li {
  position: relative;
}
.top-w ul li::after {
  content: '';
  width: 1px;
  height: 12px;
  background-color: #888;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.top-w ul li a {
  padding: 0 10px;
}
.header .page {
  height: 128px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
}
.header .logo {
  display: flex;
  align-items: center;
}
.header .logo .text p {
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 2px;
}
.header .logo .text span {
  font-size: 17px;
  font-weight: normal;
  padding-top: 7px;
  letter-spacing: 2px;
  color: #666;
}
.header .rg {
  background: url(../images/tel.jpg) no-repeat left center;
  padding-left: 78px;
  line-height: 30px;
}
.header .rg p {
  font-size: 14px;
  color: #666;
  word-spacing: -1.5px;
}
.header .rg span {
  font-size: 26px;
  color: #333;
  font-weight: bold;
}
/* nav */
.nav {
  background: url(../images/nav_bg.jpg) no-repeat center;
}
.nav-list {
  display: flex;
  position: relative;
}
.nav-list > li {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.nav-list > li > a {
  height: 76px;
  font-size: 18px;
  color: #fff;
  line-height: 89px;
  text-align: center;
  position: relative;
}
.nav-list > li > a::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #fdd400;
  position: absolute;
  top: 60px;
  left: 0;
  display: none;
}
.nav-list > li:first-child > a::after {
  display: block;
}
.nav-list > li:hover > a::after {
  display: block;
}
/* 搜索 */
.search {
  background-color: #f51919;
}
.search .page {
  display: flex;
  height: 60px;
  align-items: center;
  justify-content: space-between;
}
.search .page .keywo {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
}
.search .page .keywo > p {
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: bold;
}
.search .page .sear-w {
  display: flex;
  overflow: hidden;
  position: relative;
  background-color: #fff;
}
.search .page .sear-w input {
  width: 220px;
  height: 40px;
  padding: 0 25px;
  border: none;
}
.search .page .sear-w input:focus {
  outline: none;
}
.search .page .sear-w button {
  width: 100px;
  height: 40px;
  color: #fff;
  background: #666;
  border: none;
  cursor: pointer;
  transition: all 0.1s linear;
  text-align: center;
}
.search .page .sear-w button:hover {
  background: #fdd400;
  transition: all 0.1s linear;
}
/*网站标题*/
.wz-bt {
  text-align: center;
}
.wz-bt p {
  height: 50px;
  background: url(../images/tit_bg.png) 15px -6px no-repeat;
  font-size: 32px;
  line-height: 50px;
  font-weight: bold;
}
.wz-bt span {
  color: #939393;
}
.char-w {
  padding: 50px 0px;
  background-color: #f1f1f1;
}
.char-w ul {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.char-w ul li {
  width: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #fff;
  padding: 40px 20px;
  border-radius: 8px;
}
.char-w ul li p {
  font-size: 18px;
  margin: 15px 0px;
  font-weight: 600;
  color: #333;
}
.char-w ul li span {
  font-size: 15px;
  line-height: 25px;
  text-align: justify;
  color: #888;
  height: 125px;
}
.pro-w {
  padding: 74px 0 40px;
}
.pro-w .box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 40px;
}
.pro-w .lf {
  width: 20%;
}
.pro-w .lf .tit {
  background-color: #f51919;
  color: #fff;
  text-align: center;
  padding: 20px 0px;
}
.pro-w .lf .tit p {
  font-size: 22px;
}
.pro-w .lf .tit span {
  font-size: 12px;
  margin-top: 8px;
}
.pro-w .lf .pro-tabs ul {
  border: 1px solid #ddd;
  padding: 15px;
}
.pro-w .lf .pro-tabs ul li a {
  background: #f1f1f1;
  text-align: center;
  margin-bottom: 15px;
  padding: 15px 0px;
  border-radius: 4px;
  font-size: 15px;
}
.pro-w .lf .pro-tabs ul li a:hover {
  background-color: #f51919;
  color: #fff;
}
.pro-w .lf .pro-tabs ul li:last-child a {
  margin-bottom: 0;
}
.pro-w .lf .info {
  margin-top: 30px;
}
.pro-w .lf .info ul {
  border: 1px solid #ddd;
  padding: 10px;
}
.pro-w .lf .info ul img {
  margin-bottom: 10px;
}
.pro-w .lf .info ul li {
  font-size: 14px;
  color: #666;
  line-height: 28px;
}
.pro-w .list {
  width: 77%;
  display: flex;
  flex-wrap: wrap;
}
.pro-w .list li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.pro-w .list li:nth-child(3n) {
  margin-right: 0;
}
.pro-w .list li .pic {
  border: 1px solid #e2e2e2;
}
.pro-w .list li p {
  font-size: 15px;
  text-align: center;
  margin-top: 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pro-w .list li:hover img {
  transform: scale(1.1);
}
.index-youshi {
  margin-top: 50px;
  padding-bottom: 80px;
}
.index-youshi .tit {
  height: 220px;
  padding-bottom: 45px;
  box-sizing: border-box;
  background: url(../images/youshi.jpg) no-repeat center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  z-index: 1;
}
.index-youshi .tit::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f51919;
  opacity: 0.85;
  z-index: -2;
}
.index-youshi .tit::after {
  content: '';
  width: 100%;
  height: 21px;
  background: url(../images/adv-mb.png) no-repeat center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.index-youshi .tit p {
  font-size: 40px;
  font-weight: bold;
}
.index-youshi .tit p em {
  color: #fdd400;
  font-size: 72px;
  font-style: normal;
}
.index-youshi .tit span {
  font-size: 20px;
  margin-top: 10px;
}
.index-youshi .box {
  margin-top: 60px;
}
.index-youshi .box .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-youshi .box .item .lf {
  width: 45%;
}
.index-youshi .box .item .lf h1 {
  font-size: 22px;
  margin-top: -50px;
  margin-left: 50px;
}
.index-youshi .box .item .lf h5 {
  margin-left: 50px;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 15px;
  margin-top: 5px;
  text-transform: uppercase;
}
.index-youshi .box .item .lf .con {
  margin-left: 30px;
  line-height: 30px;
  color: #666;
  font-size: 15px;
}
.index-youshi .box .item .rg {
  width: 50%;
}
.index-youshi .box .item .rg img {
  border: 1px solid #ddd;
  box-sizing: border-box;
  width: 100%;
}
.index-youshi .box .item:nth-child(2n) .lf {
  order: 2;
}
.index-youshi .box .item:nth-child(2n) .rg {
  order: 1;
}
.case-w {
  padding: 76px 0;
  background: url(../images/case_bg.jpg) no-repeat center;
}
.case-w .tit {
  text-align: center;
  color: #fff;
}
.case-w .tit p {
  font-size: 32px;
  font-weight: bold;
  background: url(../images/tit3.png) no-repeat center;
}
.case-w .tit span {
  font-size: 20px;
  margin-top: 5px;
}
.case-w .case-box {
  margin-top: 40px;
}
.case-w .case-box li {
  position: relative;
}
.case-w .case-box li img {
  width: 100%;
  height: 210px;
}
.case-w .case-box li p {
  font-size: 15px;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 35px;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
}
.case-w .case-box li:hover img {
  transform: scale(1.2);
}
.intr-w {
  padding: 40px 0;
}
.intr-w .box {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.intr-w .box .pic {
  width: 50%;
}
.intr-w .box .con {
  width: 46%;
}
.intr-w .box .con .text {
  font-size: 15px;
  color: #666;
  line-height: 30px;
}
.intr-w .box .con .more {
  display: inline-block;
  margin-top: 15px;
  background: #f51919;
  color: #fff;
  padding: 12px 40px;
  border-radius: 35px;
}
.intr-w .fac-box {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px dashed #ddd;
}
.intr-w .fac-box li p {
  text-align: center;
  margin-top: 8px;
  font-size: 15px;
}
.intr-w .fac-box li:hover img {
  transform: scale(1.1);
}
.honor-w {
  padding: 60px 0px;
  background-color: #f5f5f5;
}
.honor-w .box {
  margin-top: 30px;
}
.honor-w .box p {
  padding: 8px 0px;
  text-align: center;
}
.index-news {
  padding-top: 70px;
}
.index-news .index-news-item {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
.index-news .index-news-item .index-news-left {
  width: 43%;
}
.index-news .index-news-item .index-news-left a {
  display: block;
  overflow: hidden;
  position: relative;
}
.index-news .index-news-item .index-news-left a .pic {
  overflow: hidden;
  border: 1px solid #ddd;
}
.index-news .index-news-item .index-news-left a .pic img {
  display: block;
  width: 100%;
  height: 330px;
  object-fit: cover;
}
.index-news .index-news-item .index-news-left a .index-news-left-title {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  width: 100%;
  bottom: 0px;
  padding: 10px 0px;
}
.index-news .index-news-item .index-news-left a .index-news-left-title h1 {
  padding-left: 25px;
  padding-right: 25px;
  color: #fff;
  font-size: 18px;
  margin-bottom: 5px;
}
.index-news .index-news-item .index-news-left a .index-news-left-title p {
  padding-left: 25px;
  padding-right: 25px;
  color: #ddd;
  font-size: 13px;
  line-height: 25px;
}
.index-news .index-news-item .index-news-right {
  width: 55%;
}
.index-news .index-news-item .index-news-right ul li {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.index-news .index-news-item .index-news-right ul li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 0px;
}
.index-news .index-news-item .index-news-right ul li a {
  display: flex;
  justify-content: space-between;
}
.index-news .index-news-item .index-news-right ul li a:hover h1 {
  color: #f51919;
}
.index-news .index-news-item .index-news-right ul li a .index-news-date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 15%;
  align-items: center;
  font-family: arial;
  border-right: 1px solid #ddd;
}
.index-news .index-news-item .index-news-right ul li a .index-news-date .index-news-date-d {
  font-size: 40px;
  color: #f51919;
}
.index-news .index-news-item .index-news-right ul li a .index-news-date .index-news-date-ym {
  font-size: 13px;
  color: #444;
  margin-top: 5px;
}
.index-news .index-news-item .index-news-right ul li a .index-news-right-title {
  width: 80%;
}
.index-news .index-news-item .index-news-right ul li a .index-news-right-title h1 {
  font-size: 17px;
  font-weight: 400;
}
.index-news .index-news-item .index-news-right ul li a .index-news-right-title p {
  font-size: 14px;
  margin-top: 10px;
  color: #888;
  line-height: 25px;
}
.index-link {
  margin-bottom: 40px;
  border-top: 1px solid #ddd;
  padding-top: 40px;
  margin-top: 50px;
}
.index-link .page {
  display: flex;
  align-items: center;
}
.index-link .page .index-link-left {
  width: 15%;
}
.index-link .page .index-link-left h1 {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  color: #f51919;
}
.index-link .page .index-link-left p {
  color: #666;
  margin-top: 5px;
}
.index-link .page ul li {
  margin-right: 10px;
}
.index-link .page ul li a:hover {
  color: #f51919;
}
.index-link .page ul li:last-child {
  margin-right: 0px;
}
.footer {
  background: #38414b;
  padding: 47px 0 30px;
  font-size: 14px;
  line-height: 30px;
  color: #afb1b4;
}
.footer a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer .page {
  display: flex;
}
.footer h5 {
  font-size: 18px;
  line-height: 48px;
  border-bottom: 1px solid #ccc;
  color: #fff;
  margin-bottom: 25px;
}
.footer h5 i {
  font-size: 14px;
  color: #afb1b4;
}
.footer .lf {
  margin-right: 181px;
  width: 499px;
  white-space: nowrap;
}
.footer .f-nav {
  margin-right: 150px;
  width: 207px;
}
.footer .f-nav ul {
  display: flex;
  flex-wrap: wrap;
}
.footer .f-nav ul li {
  width: 50%;
}
.footer .rg {
  width: 151px;
}
.footer .rg ul {
  display: flex;
}
.footer .rg ul li:first-child {
  margin-right: 20px;
}
.footer .rg ul li img {
  width: 100px;
}
.footer .rg ul li p {
  margin-top: 8px;
  text-align: center;
}
