a:hover {
  color: #27396b;
}
.swiper-pagination-bullet-active {
  background-color: #27396b !important;
}
.header .page {
  height: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
}
.header .rg {
  margin-left: 50px;
  margin-top: 5px;
}
.header .rg .lg {
  display: flex;
  align-items: center;
  justify-content: right;
  margin-top: -15px;
  margin-bottom: 10px;
  font-size: 15px;
}
.header .rg .lg i {
  margin: 0 10px;
}
.header .head-tel {
  display: flex;
  align-items: center;
}
.header .head-tel .iconfont {
  font-size: 40px;
  color: #27396b;
  margin-right: 13px;
}
.header .head-tel p {
  font-size: 15px;
  color: #27396b;
  margin-top: 4px;
}
.header .head-tel span {
  font-size: 28px;
  font-weight: bold;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  color: #27396b;
}
/* nav */
.nav {
  background-color: #27396b;
}
.nav-list {
  display: flex;
  position: relative;
}
.nav-list > li {
  flex: auto;
  display: flex;
  align-items: center;
  position: relative;
}
.nav-list > li > a {
  width: 100%;
  line-height: 55px;
  text-align: center;
  font-size: 16px;
  position: relative;
  color: #fff;
}
.nav-list > li > a::after {
  content: '';
  max-width: 80px;
  width: 0px;
  height: 4px;
  background-color: #f08519;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s linear;
}
.nav-list > li .erji2 {
  min-width: 180px;
  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;
  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-bottom: 1px solid #ccc;
}
.nav-list > li .erji2 ul li a {
  line-height: 45px;
  font-size: 15px;
  padding: 0 20px;
}
.nav-list > li .erji2 ul li:hover {
  background-color: #27396b;
}
.nav-list > li .erji2 ul li:hover a {
  color: #fff;
}
.nav-list > li .erji2 ul li:last-child {
  border: none;
}
.nav-list > li:hover > a::after {
  width: 100%;
}
.nav-list > li:hover .erji2 {
  opacity: 1;
  transform: translateX(-50%) scaleY(1);
  transition: all 0.3s linear;
}
.nav-list .active > a::after {
  width: 100%;
}
.wz-bt {
  text-align: center;
}
.wz-bt p {
  font-size: 40px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.pro-w {
  padding: 70px 0 60px;
}
.pro-w ul {
  margin-top: 45px;
  display: flex;
  flex-wrap: wrap;
}
.pro-w ul li {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
  border: 1px solid #e2e2e2;
}
.pro-w ul li:nth-child(4n) {
  margin-right: 0;
}
.pro-w ul li .pic {
  overflow: hidden;
}
.pro-w ul li .text {
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pro-w ul li .text p {
  font-size: 18px;
  color: #0f0f0f;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pro-w ul li:hover {
  box-shadow: 0 0 15px #ccc;
}
.pro-w ul li:hover img {
  transform: scale(1.1);
}
.pro-w ul li:hover .text {
  background-color: #f08519;
}
.pro-w ul li:hover .text p {
  color: #fff;
}
.partner {
  padding: 80px 0;
  background-color: #f7f7f7;
}
.partner .ptn-box li .pic {
  border: 1px solid #ddd;
}
.partner .box {
  margin-top: 55px;
  position: relative;
}
.adv-w {
  padding: 90px 0 110px;
  background: url(../images/adv-bg.jpg) no-repeat center;
  background-size: cover;
}
.adv-w ul {
  margin-top: 55px;
  display: flex;
  justify-content: space-around;
}
.adv-w ul li {
  width: 242px;
  height: 242px;
  background-color: #f08519;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  transition: all 0.3s;
  cursor: pointer;
}
.adv-w ul li p {
  font-size: 26px;
  margin-top: 20px;
  color: #fff;
}
.adv-w ul li:hover {
  background-color: #27396b;
}
.intr-w {
  padding: 80px 0;
  background-color: #f5f5f5;
}
.intr-w .row {
  margin-top: 60px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.intr-w .row .pic {
  width: 520px;
}
.intr-w .row .text {
  flex: 1;
  margin-right: 8%;
}
.intr-w .row .text h1 {
  font-size: 30px;
  font-weight: bold;
}
.intr-w .row .text hr {
  width: 80px;
  height: 2px;
  background-color: #f08519;
  margin-top: 20px;
}
.intr-w .row .text i {
  display: block;
  margin-top: 18px;
  font-size: 14px;
  line-height: 2;
}
.intr-w .row .text .more {
  margin-top: 35px;
  width: 180px;
  line-height: 45px;
  color: #fff;
  text-align: center;
  background-color: #f08519;
  transition: all 0.3s;
}
.intr-w .row .text .more:hover {
  background-color: #27396b;
}
.new-w {
  padding: 70px 0 30px;
}
.new-w .list {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
}
.new-w .list li {
  width: 50%;
  padding-right: 50px;
  margin-bottom: 55px;
}
.new-w .list li:nth-child(2n) {
  padding-left: 25px;
  padding-right: 25px;
}
.new-w .list li a {
  display: flex;
}
.new-w .list li .date {
  width: 80px;
  height: 80px;
  background-color: #f6f6f6;
  white-space: nowrap;
  margin-right: 26px;
  text-align: center;
}
.new-w .list li .date em {
  display: block;
  font-size: 31px;
  color: #666;
  line-height: 54px;
  border-bottom: 1px solid #ebebeb;
}
.new-w .list li .date p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
.new-w .list li .text {
  flex: 1;
}
.new-w .list li .text p {
  font-size: 20px;
  font-weight: bold;
}
.new-w .list li .text span {
  font-size: 14px;
  line-height: 20px;
  color: #666;
  margin-top: 18px;
}
.new-w .list li:hover .date {
  background-color: #f08519;
}
.new-w .list li:hover .date * {
  color: #fff !important;
}
.new-w .list li:hover .text p {
  color: #f08519;
}
.new-w .list li:hover .text span {
  color: #666;
}
.footer {
  background-color: #222;
  color: rgba(255, 255, 255, 0.5);
}
.footer a {
  color: rgba(255, 255, 255, 0.5);
}
.footer a:hover {
  color: #fff;
}
.footer h5 {
  color: #fff;
}
.footer .page .top {
  padding: 60px 0 30px;
  display: flex;
  justify-content: space-between;
}
.footer .page .top h5 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.footer .page .top .f-nav {
  width: 55%;
  display: flex;
}
.footer .page .top .f-nav ul {
  flex: auto;
}
.footer .page .top .f-nav ul li {
  line-height: 34px;
  padding: 0 15px;
  background: url(../images/f-rg.png) no-repeat left center;
}
.footer .page .top .f-nav ul li a {
  font-size: 15px;
}
.footer .page .top .rg {
  width: 40%;
  max-width: 470px;
}
.footer .page .top .rg .form-con input {
  width: 100%;
  height: 45px;
  border: 1px solid #e2e2e2;
  margin-bottom: 15px;
  padding: 0 15px;
}
.footer .page .top .rg input[type="submit"] {
  width: 120px;
  height: 38px;
  background-color: #fff;
  border: none;
  margin: 0 0 0 auto;
  cursor: pointer;
}
.footer .page .top .rg input[type="submit"]:hover {
  color: #fff;
  background-color: #27396b;
}
.footer .page .btm {
  border-top: 1px solid #aaa;
  padding: 25px 0 40px;
  display: flex;
  justify-content: space-between;
}
.footer .page .btm .lf {
  display: flex;
}
.footer .page .btm .lf .info {
  max-width: 400px;
  min-width: 300px;
  margin-right: 50px;
}
.footer .page .btm .lf .info li {
  display: flex;
  font-size: 15px;
  line-height: 24px;
  padding: 6px 0;
}
.footer .page .btm .lf .info li i {
  margin-right: 10px;
  font-size: 18px;
}
.footer .page .btm .lf .info li p {
  display: flex;
}
.footer .page .btm .lf .info li p span {
  flex: 1;
}
.footer .page .btm .lf .follow h5 {
  font-size: 18px;
  font-weight: bold;
}
.footer .page .btm .lf .follow ul {
  margin-top: 15px;
}
.footer .page .btm .lf .follow ul li {
  position: relative;
}
.footer .page .btm .lf .follow ul li .iconfont {
  font-size: 30px;
}
.footer .page .btm .lf .follow ul li .pic {
  width: 100px;
}
.footer .page .btm .rg {
  display: flex;
  flex-direction: column;
  text-align: right;
}
.footer .page .btm .rg #clickTop {
  margin: auto 0 auto auto;
}
.footer .page .btm .rg p {
  font-size: 14px;
  line-height: 1;
  margin-top: 10px;
  transform: translateY(5px);
}
#clickTop {
  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;
}
