a:hover {
  color: #0578cb;
}
.swiper-pagination-bullet-active {
  background-color: #0578cb !important;
}
.header {
  height: 146px;
}
.header img {
  max-width: none;
}
/* nav */
.nav-w {
  background: #0578cb;
}
.nav-list {
  flex: 1;
  display: flex;
  position: relative;
}
.nav-list > li {
  flex: 1;
  display: flex;
  align-items: center;
  position: relative;
}
.nav-list > li > a {
  width: 100%;
  line-height: 46px;
  font-size: 15px;
  color: #fff;
  text-align: center;
  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;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.nav-list > li .erji2 ul {
  width: 100%;
  text-align: center;
}
.nav-list > li .erji2 ul li {
  background-color: #fff;
  border-top: 1px solid #e2e2e2;
}
.nav-list > li .erji2 ul li a {
  line-height: 40px;
  padding: 0 20px;
}
.nav-list > li .erji2 ul li:hover {
  background-color: #0578cb;
}
.nav-list > li .erji2 ul li:hover a {
  color: #fff;
}
.nav-list > li:hover {
  background-color: #e1771f;
}
.nav-list > li:hover .erji2 {
  opacity: 1;
  transform: translateX(-50%) scaleY(1);
  transition: all 0.3s linear;
}
.nav-list .active {
  background-color: #e1771f;
}
/* 搜索 */
.search {
  background-color: #e7e7e7;
}
.search .page {
  display: flex;
  height: 70px;
  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;
}
.search .page .keywo > p i {
  font-size: 24px;
  margin-right: 5px;
}
.search .page .keywo a {
  font-size: 15px;
  margin-right: 10px;
  padding-right: 10px;
  color: #666;
}
.search .page .keywo a:last-child {
  border: none;
}
.search .page .keywo a:hover {
  color: #0578cb;
}
.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: 40px;
  padding: 0 25px;
  border: none;
}
.search .page .sear-w input:focus {
  outline: none;
}
.search .page .sear-w button {
  width: 40px;
  height: 40px;
  color: #fff;
  background: #0578cb;
  border: none;
  cursor: pointer;
  transition: all 0.1s linear;
  border-radius: 20px;
}
.search .page .sear-w button:hover {
  background: #fc6902;
  transition: all 0.1s linear;
}
h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
h3.tit1 {
  color: #0578cb;
  text-align: center;
}
h3.tit2 {
  background-color: #0578cb;
  line-height: 60px;
  text-align: center;
  color: #fff;
}
.pro-w {
  padding: 65px 0 70px;
}
.pro-w .pro-tabs ul {
  display: flex;
  align-items: center;
}
.pro-w .pro-tabs ul li {
  flex: 1;
  margin-right: 25px;
}
.pro-w .pro-tabs ul li:last-child {
  margin-right: 0;
}
.pro-w .pro-tabs ul li a {
  font-size: 14px;
  line-height: 33px;
  text-align: center;
  background-color: #0578cb;
  color: #fff;
}
.pro-w .pro-tabs ul li a:hover {
  background-color: red;
}
.pro-w .procon-box {
  margin-top: 60px;
}
.pro-w .procon-box ul {
  display: flex;
  flex-wrap: wrap;
}
.pro-w .procon-box ul li {
  width: 25%;
  padding: 10px 20px;
}
.pro-w .procon-box ul li a {
  border: 1px solid #e2e2e2;
}
.pro-w .procon-box ul li a p {
  font-size: 14px;
  line-height: 30px;
  text-align: center;
}
.pro-w .procon-box ul li a:hover {
  border-color: #0578cb;
}
.honor-w {
  padding: 0 0 70px;
}
.honor-w .hon-list {
  position: relative;
  z-index: 1;
}
.honor-w .hon-list li .pic {
  overflow: hidden;
  border: 1px solid #ccc;
}
.honor-w .hon-list li p {
  width: 80%;
  margin: 0 auto;
  margin-top: 18px;
  font-size: 14px;
  line-height: 35px;
  background-color: #e6e6e6;
  text-align: center;
}
.honor-w .hon-list li:hover .pic {
  border-color: #0578cb;
}
.honor-w .hon-list li:hover p {
  background-color: #0578cb;
  color: #fff;
}
.factory-w {
  padding-bottom: 70px;
}
.factory-w .fac-list li p {
  font-size: 14px;
  line-height: 50px;
  text-align: center;
}
.intr-w {
  padding: 40px 0 50px;
}
.intr-w .box {
  display: flex;
  align-items: center;
}
.intr-w .box .con {
  flex: 1;
  margin-right: 58px;
  padding: 20px;
}
.intr-w .box .con .text {
  font-size: 14px;
  line-height: 2;
}
.intr-w .box .pic {
  width: 480px;
}
.news-w {
  padding: 20px 0 30px;
}
.news-w .page {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.news-w .box {
  width: 48%;
  border: 1px solid #e2e2e2;
}
.news-w .box .tit {
  background: #0578cb;
  line-height: 35px;
  display: flex;
  justify-content: space-between;
  padding: 0 20px 0 30px;
}
.news-w .box .tit p {
  font-size: 15px;
  color: #fff;
}
.news-w .box .tit a {
  font-size: 12px;
  color: #fff;
}
.news-w .box .tit a:hover {
  text-decoration: underline;
}
.news-w .lf ul {
  padding: 18px 0;
}
.news-w .lf ul li {
  padding: 5px 10px;
}
.news-w .lf ul li a {
  border-bottom: 1px dashed #e2e2e2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 45px;
  padding-left: 10px;
  font-size: 14px;
  background: url(../images/dot_r.gif) no-repeat left center;
}
.news-w .lf ul li a span {
  color: #999;
}
.news-w .problem ul li {
  padding: 0 15px;
}
.news-w .problem ul li a {
  display: block;
  border-bottom: 1px dashed #666666;
  line-height: 26px;
  padding: 10px 0;
}
.news-w .problem ul li a p {
  font-size: 14px;
  font-weight: bold;
  padding-left: 25px;
  position: relative;
}
.news-w .problem ul li a p i {
  background-color: #1ad417;
}
.news-w .problem ul li a span {
  font-size: 12px;
  color: #666;
  position: relative;
  padding-left: 25px;
  display: block;
  margin-top: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-w .problem ul li a span i {
  background-color: #b2b2b2;
}
.news-w .problem ul li a i {
  position: absolute;
  top: 3px;
  left: 0;
  width: 18px;
  line-height: 20px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.links {
  line-height: 50px;
}
.links .lf {
  display: flex;
}
.links .lf p {
  font-size: 18px;
  font-style: italic;
}
.links .lf ul {
  display: flex;
}
.links .lf ul li {
  margin: 0 10px;
}
.footer .f-nav {
  background-color: #0578cb;
}
.footer .f-nav ul {
  display: flex;
  align-items: center;
}
.footer .f-nav ul li {
  flex: 1;
  position: relative;
  line-height: 46px;
  text-align: center;
}
.footer .f-nav ul li::after {
  content: '';
  width: 1px;
  height: 12px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.footer .f-nav ul li:last-child::after {
  display: none;
}
.footer .f-nav ul li a {
  color: #fff;
}
.footer .f-nav ul li a:hover {
  color: yellow;
  text-decoration: underline;
}
.footer .btm {
  background: url(../images/message.jpg);
  padding: 40px 0 25px;
  text-align: center;
  line-height: 1.875;
}
.footer .btm p {
  font-size: 16px;
}
.footer .btm span {
  font-family: "宋体";
}
#clickTop {
  position: fixed;
  right: 10px;
  bottom: 15%;
  width: 55px;
  height: 55px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 26px;
  text-align: center;
  line-height: 55px;
  color: #fff;
  opacity: 0.4;
  background-color: rgba(0, 0, 0, 0.75);
}
#clickTop:hover {
  opacity: 1;
}
