a:hover {
  color: #154798;
}
.swiper-pagination-bullet-active {
  background-color: #154798 !important;
}
.headtop {
  background: #154798;
}
.headtop .page {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 30px;
}
.headtop h1 {
  color: #fff;
}
.headtop .language {
  position: relative;
  width: 120px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.headtop .language h2 {
  color: #fff;
}
.headtop .language img {
  height: 20px;
}
.headtop .language i {
  font-size: 20px;
  color: #fff;
}
.headtop .language .down {
  position: absolute;
  background: #fff;
  top: 30px;
  left: 0;
  z-index: 9999;
  height: 0;
  width: 120px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.headtop .language .down a {
  text-align: center;
}
.headtop .language .down a:hover {
  background: #154798;
  color: #fff;
}
.headtop .language:hover .down {
  border: 1px #333 solid;
  height: auto;
}
.header .page {
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
}
.header .rg {
  margin-left: 50px;
  display: flex;
  align-items: center;
}
.header .head-tel {
  display: flex;
  align-items: center;
}
.header .head-tel .iconfont {
  font-size: 40px;
  color: #154798;
  margin-right: 13px;
}
.header .head-tel p {
  font-size: 15px;
  color: #154798;
  margin-top: 4px;
}
.header .head-tel span {
  font-size: 28px;
  font-weight: bold;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  color: #154798;
}
/* nav */
.nav {
  display: flex;
  flex: 1;
  margin-left: 20%;
  align-items: center;
}
.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: 99px;
  text-align: center;
  font-size: 16px;
  position: relative;
}
.nav-list > li > a::after {
  content: '';
  max-width: 88px;
  width: 0px;
  height: 4px;
  background-color: #154798;
  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;
}
.nav-list > li .erji2 ul {
  width: 100%;
  text-align: center;
}
.nav-list > li .erji2 ul li {
  background-color: #fff;
  margin-bottom: 1px;
}
.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: #154798;
}
.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 {
  color: #154798;
}
.nav-list > li:hover > a::after {
  width: 90%;
}
.nav-list > li:hover .erji2 {
  opacity: 1;
  transform: translateX(-50%) scaleY(1);
  transition: all 0.3s linear;
}
.nav-list .active > a {
  color: #154798;
}
.nav-list .active > a::before {
  bottom: 3px;
  opacity: 1;
}
.nav-list .active > a::after {
  width: 90%;
}
/* 搜索 */
.search {
  background-color: #fff;
  border: 1px solid #e2e2e2;
}
.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: #154798;
}
.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: #154798;
  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;
}
/*网站标题*/
.wz-bt {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.wz-bt p {
  font-size: 40px;
  position: relative;
  font-weight: bold;
  color: #154798;
}
.wz-bt span {
  font-size: 20px;
  margin-top: 10px;
  color: #666666;
}
.pro-w {
  padding: 80px 0 0;
  background-color: #fff;
}
.pro-w .wz-bt p {
  font-size: 50px;
  color: #000;
}
.pro-w .wz-bt p i {
  color: #154798;
}
.pro-w .pro-tabs {
  width: 100%;
  background-color: #fff;
  height: 80px;
  margin: 50px auto 0;
  overflow: hidden;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.pro-w .pro-tabs ul {
  display: flex;
  align-items: center;
  height: 100%;
}
.pro-w .pro-tabs ul li {
  flex: auto;
  height: 80px;
  line-height: 80px;
  text-align: center;
}
.pro-w .pro-tabs ul li a {
  font-size: 20px;
}
.pro-w .pro-tabs ul li:hover {
  background: #154798;
}
.pro-w .pro-tabs ul li:hover a {
  color: #fff;
}
.pro-w .pro-tabs ul .swiper-slide-thumb-active {
  background-color: #154798;
}
.pro-w .pro-tabs ul .swiper-slide-thumb-active a {
  color: #fff;
}
.pro-w .main {
  background: #eff1f7;
  padding: 80px 0;
}
.pro-w .con-box {
  max-width: 1430px;
  margin: 0 auto;
}
.pro-w .con-box ul {
  display: flex;
}
.pro-w .con-box ul .lf {
  width: 32%;
  height: 600px;
  position: relative;
  margin-right: 1.33%;
}
.pro-w .con-box ul .lf .pro-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pro-w .con-box ul .lf a {
  position: relative;
  z-index: 3;
}
.pro-w .con-box ul .lf a .text {
  width: 80%;
  height: 280px;
  margin: 20px auto 0;
}
.pro-w .con-box ul .lf a .text em {
  padding: 0 10px;
  font-size: 12px;
  line-height: 35px;
  background-color: #f0f0f0;
  color: #003da0;
  border-radius: 18px;
  margin-bottom: 25px;
  text-align: center;
}
.pro-w .con-box ul .lf a .text h3 {
  font-size: 30px;
  color: #fff;
  line-height: 1.5;
}
.pro-w .con-box ul .lf a .text p {
  line-height: 1.8;
  color: #fff;
  margin-bottom: 30px;
}
.pro-w .con-box ul .lf a .text span {
  width: 120px;
  line-height: 35px;
  background-color: #f0f0f0;
  border-radius: 18px;
  margin-bottom: 25px;
  text-align: center;
  transition: all 0.2s linear;
}
.pro-w .con-box ul .lf a .text:hover span {
  background-color: #154798;
  color: #fff;
  transition: all 0.2s linear;
}
.pro-w .con-box ul .lf a .pic {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pro-w .con-box ul .lf a .pic img {
  height: 100%;
}
.pro-w .con-box ul .rg {
  width: 66.66%;
  display: flex;
  flex-wrap: wrap;
  height: 600px;
}
.pro-w .con-box ul .rg a {
  background: #fff;
  width: 48%;
  margin-left: 2%;
  height: 285px;
  margin-top: 15px;
  display: flex;
}
.pro-w .con-box ul .rg a .pic {
  width: 30%;
  height: 285px;
  display: flex;
  align-items: center;
}
.pro-w .con-box ul .rg a .pic img {
  width: 100%;
  margin: auto;
}
.pro-w .con-box ul .rg a .text {
  width: 74%;
  margin: 0 auto;
}
.pro-w .con-box ul .rg a h4 {
  margin-top: 40px;
  font-size: 32px;
  font-weight: bold;
  background: -webkit-linear-gradient(45deg, #399bfd, #0d335f, #062549);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.pro-w .con-box ul .rg a p {
  font-size: 18px;
  margin-top: 10px;
}
.pro-w .con-box ul .rg a span {
  margin-top: 30px;
  width: 120px;
  line-height: 30px;
  background-color: #fff;
  border: 1px #154798 solid;
  color: #154798;
  border-radius: 15px;
  margin-bottom: 25px;
  text-align: center;
  transition: all 0.2s linear;
}
.pro-w .con-box ul .rg a:hover span {
  background-color: #154798;
  color: #fff;
  transition: all 0.2s linear;
}
.pro-w .con-box ul .rg a:first-child {
  margin-top: 0;
  margin-bottom: 15px;
}
.pro-w .con-box ul .rg a:nth-child(2) {
  margin-top: 0;
  margin-bottom: 15px;
}
.pro-w .more {
  margin-left: auto;
  width: 150px;
  margin-top: 10px;
}
.date-w {
  background: url(../images/date_bg.jpg) center / cover no-repeat;
  padding: 50px 0;
}
.date-w ul {
  display: flex;
}
.date-w ul li {
  width: 25%;
  border-right: 1px #fff solid;
}
.date-w ul li h2 {
  color: #fff;
  font-size: 20px;
  padding-left: 25%;
}
.date-w ul li h4 {
  color: #fff;
  font-size: 27px;
  padding-left: 25%;
}
.date-w ul li h4 i {
  font-weight: bold;
  font-size: 60px;
}
.date-w ul li:last-child {
  border-right: 0px;
}
.intr-w {
  padding: 80px 0 20px;
  background: url(../images/intr-bg.jpg) center / cover no-repeat;
  position: relative;
}
.intr-w .con {
  flex: 1;
}
.intr-w .con h1 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
}
.intr-w .con h1 i {
  color: #154798;
}
.intr-w .con .xian {
  display: flex;
  margin-bottom: 30px;
}
.intr-w .con .xian .xian1 {
  width: 80px;
  height: 4px;
  background: #003da0;
  border-radius: 2px;
  margin-right: 10px;
}
.intr-w .con .xian .xian2 {
  width: 40px;
  height: 4px;
  border-radius: 2px;
  background: #e33c17;
}
.intr-w .con h2 {
  font-size: 40px;
  font-weight: bold;
}
.intr-w .con h2 i {
  color: #154798;
}
.intr-w .con .text {
  width: 40%;
  font-size: 18px;
  margin-top: 45px;
  line-height: 2;
  text-indent: 2em;
}
.intr-w .con .more {
  width: 120px;
  line-height: 40px;
  text-align: center;
  margin-top: 45px;
  margin-bottom: 110px;
  color: #154798;
  border: 1px #154798 solid;
}
.intr-w .con .more:hover {
  background-color: #154798;
  color: #fff;
}
.intr-w .bot-b {
  display: flex;
  align-items: center;
  height: 180px;
}
.intr-w .bot-b .lf {
  width: 40%;
}
.intr-w .bot-b .lf h5 {
  font-size: 27px;
  color: #fff;
  margin-bottom: 10px;
}
.intr-w .bot-b .lf em {
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
}
.intr-w .bot-b .lf hr {
  margin-top: 20px;
  width: 80px;
  border: 1px #fff solid;
}
.intr-w .bot-b .rg .more {
  width: 120px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  border: 1px #fff solid;
}
.intr-w .bot-b .rg .more:hover {
  background-color: #fff;
  color: #154798;
}
.whyc-w {
  padding: 80px 0 50px;
  background: #eff1f7;
  position: relative;
}
.whyc-w .contmore {
  position: absolute;
  bottom: -20px;
  left: 42%;
  width: 300px;
  text-align: center;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  color: #fff;
  background: #db1c24;
  transition: all 0.3s ease;
  z-index: 3;
}
.whyc-w .contmore:hover {
  opacity: 0.7;
}
.whyc-w .head-t h1 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}
.whyc-w .head-t h1 i {
  color: #154798;
}
.whyc-w .head-t .xian {
  display: flex;
  margin: 0 auto 15px;
  width: 130px;
}
.whyc-w .head-t .xian .xian1 {
  width: 80px;
  height: 4px;
  background: #003da0;
  border-radius: 2px;
  margin-right: 10px;
}
.whyc-w .head-t .xian .xian2 {
  width: 40px;
  height: 4px;
  border-radius: 2px;
  background: #e33c17;
}
.whyc-w .head-t span {
  text-align: center;
  font-size: 20px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 30px;
}
.whyc-w .page {
  background: #fff;
}
.whyc-w .main {
  display: flex;
  position: relative;
  width: 100%;
  height: 380px;
  margin-bottom: 100px;
}
.whyc-w .main .why-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.whyc-w .main .lf {
  position: relative;
  z-index: 3;
  width: 50%;
}
.whyc-w .main .lf .pic {
  margin-top: 20px;
}
.whyc-w .main .lf .pic img {
  width: 97%;
  margin-right: 3%;
}
.whyc-w .main .rg {
  position: relative;
  z-index: 3;
}
.whyc-w .main .rg img {
  width: 80px;
  height: 40px;
  margin-top: 40px;
  margin-bottom: 10px;
}
.whyc-w .main .rg h3 {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}
.whyc-w .main .rg em {
  color: #eee;
}
.whyc-w .main .rg p {
  color: #eee;
  margin: 20px auto 40px;
  font-size: 20px;
  line-height: 1.6;
}
.whyc-w .main .rg a {
  width: 120px;
  line-height: 35px;
  background-color: #f0f0f0;
  color: #154798;
  border-radius: 18px;
  margin-bottom: 25px;
  text-align: center;
  transition: all 0.2s linear;
}
.whyc-w .main .rg a:hover {
  background-color: #154798;
  color: #fff;
}
.whyc-w .m-1 .lf .pic {
  margin-top: 150px;
}
.whyc-w .m-1 .lf .pic img {
  width: 90%;
  margin-right: 10%;
}
.whyc-w .m-2 .lf {
  width: 40%;
}
.whyc-w .m-2 .rg {
  width: 60%;
  padding-left: 5%;
}
.whyc-w .m-3 .lf {
  width: 40%;
}
.whyc-w .m-3 .lf .pic {
  padding-left: 3%;
}
.whyc-w .m-3 .rg {
  width: 60%;
  padding-left: 5%;
}
.service-w {
  padding: 80px 0 50px;
  position: relative;
  background: url(../images/service-bg.jpg) center / cover no-repeat;
}
.service-w .head-t h1 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}
.service-w .head-t h1 i {
  color: #154798;
}
.service-w .head-t .xian {
  display: flex;
  margin: 0 auto 15px;
  width: 130px;
}
.service-w .head-t .xian .xian1 {
  width: 80px;
  height: 4px;
  background: #003da0;
  border-radius: 2px;
  margin-right: 10px;
}
.service-w .head-t .xian .xian2 {
  width: 40px;
  height: 4px;
  border-radius: 2px;
  background: #e33c17;
}
.service-w .head-t span {
  text-align: center;
  font-size: 20px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 30px;
}
.service-w .serswiper {
  overflow: hidden;
  padding: 10px 0;
}
.service-w .serswiper ul {
  display: flex;
}
.service-w .serswiper ul li {
  width: 33.3%;
  padding: 0 2%;
}
.service-w .serswiper ul li a {
  box-shadow: -10px 10px 5px #33333344;
}
.service-w .serswiper ul li a:hover img {
  transform: scale(1.1);
}
.service-w .serswiper ul li .pic {
  height: 300px;
  width: 100%;
  display: flex;
  align-items: center;
}
.service-w .serswiper ul li .pic img {
  height: 100%;
  object-fit: cover;
  transition: all 0.2s ease;
}
.service-w .serswiper ul li .text {
  padding: 15px 20px 0;
  height: 150px;
  width: 100%;
  background: #fff;
}
.service-w .serswiper ul li .text h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.service-w .serswiper ul li .text p {
  font-size: 14px;
  color: #666;
}
.service-w .btn {
  position: absolute;
  top: 200px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 1640px;
  display: flex;
  justify-content: space-between;
}
.service-w .btn .serbtn-next,
.service-w .btn .serbtn-prev {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 36px;
  border: 1px #154798 solid;
  color: #154798;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}
.service-w .btn .serbtn-next:hover,
.service-w .btn .serbtn-prev:hover {
  background: #154798;
  color: #fff;
}
.service-w .bot-b {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}
.service-w .bot-b .lf {
  display: flex;
}
.service-w .bot-b .lf * {
  color: #fff;
}
.service-w .bot-b .lf .line1 {
  background: #ffffff54;
  height: 2px;
  width: 300px;
  margin: auto 20px;
}
.service-w .bot-b .lf .line1 hr {
  width: 60px;
  border: 1px #fff solid;
}
.service-w .bot-b .rg * {
  color: #fff;
}
.service-w .bot-b .rg h5 {
  font-size: 20px;
}
.honor-w {
  padding: 86px 0 20px;
  background: url(../images/honor-bg.jpg) center / cover no-repeat;
}
.honor-w .page {
  max-width: 1400px;
  padding: 2px 25px;
  position: relative;
}
.honor-w .page .contmore {
  position: absolute;
  bottom: -40px;
  right: 0;
  width: 250px;
  text-align: center;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  color: #fff;
  background: #db1c24;
  transition: all 0.3s ease;
  z-index: 3;
}
.honor-w .page .contmore:hover {
  background: #fc2832;
}
.honor-w .top-h {
  display: flex;
  justify-content: space-between;
}
.honor-w .top-h .btn {
  display: flex;
  align-items: center;
}
.honor-w .top-h .btn div {
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: #154798;
  color: #fff;
  text-align: center;
  font-size: 15px;
  cursor: pointer;
}
.honor-w .top-h .btn .honor-prev {
  margin-right: 40px;
}
.honor-w .tit h1 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 10px;
}
.honor-w .tit .xian {
  display: flex;
  margin-top: 20px;
}
.honor-w .tit .xian .xian1 {
  width: 80px;
  height: 4px;
  background: #003da0;
  border-radius: 2px;
  margin-right: 10px;
}
.honor-w .tit .xian .xian2 {
  width: 40px;
  height: 4px;
  border-radius: 2px;
  background: #e33c17;
}
.honor-w .box {
  position: relative;
  margin: 80px auto 150px;
}
.honor-w .hon-list {
  position: relative;
  z-index: 1;
}
.honor-w .hon-list li .pic {
  overflow: hidden;
  height: 250px;
  display: flex;
  align-items: center;
}
.honor-w .hon-list li img {
  transition: all 0.3s linear;
}
.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 img {
  transform: scale(1.15);
  transition: all 0.3s linear;
}
.honor-w .hon-list li:hover p {
  background-color: #154798;
  color: #fff;
}
.honor-w .head-tel {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-right: 280px;
}
.honor-w .head-tel .iconfont {
  font-size: 40px;
  height: 55px;
  line-height: 55px;
  width: 55px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  background: #154798;
  margin-right: 13px;
}
.honor-w .head-tel p {
  font-size: 20px;
  font-weight: bold;
  color: #154798;
  margin-top: 4px;
}
.honor-w .head-tel span {
  font-size: 28px;
  font-weight: bold;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  color: #154798;
}
.cust-w {
  background: #154798;
}
.cust-w .page {
  height: 300px;
  display: flex;
}
.cust-w .page .lf {
  position: relative;
  width: 50%;
  height: 350px;
  margin-top: -70px;
  padding: 40px 0 0 50px;
}
.cust-w .page .lf .lf-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cust-w .page .lf .text {
  position: relative;
  z-index: 3;
}
.cust-w .page .lf .text h2 {
  margin-top: 20px;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
}
.cust-w .page .lf .text h3 {
  margin-top: 10px;
  font-size: 27px;
  color: #eee;
}
.cust-w .page .lf .text a {
  margin-top: 30px;
  font-size: 27px;
  width: 250px;
  height: 55px;
  line-height: 54px;
  text-align: center;
  border-radius: 25px;
  color: #eee;
  border: 1px #eee solid;
}
.cust-w .page .lf .text a i {
  font-size: 16px;
}
.cust-w .page .lf .text a:hover {
  background: #fff;
  color: #154798;
}
.cust-w .page .rg {
  width: 50%;
  height: 300px;
}
.cust-w .page .rg ul {
  display: flex;
  height: 100%;
  align-items: center;
}
.cust-w .page .rg ul li {
  width: 17%;
  margin: 0 1.5%;
}
.cust-w .page .rg ul li h4 {
  text-align: center;
  font-size: 22px;
  color: #fff;
}
.cust-w .page .rg ul li h4 i {
  font-size: 16px;
}
.cust-w .page .rg ul li hr {
  height: 30px;
  width: 2px;
  margin: 15px auto;
  border: 1px #eeeeee79 solid;
}
.cust-w .page .rg ul li .main {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px #fff solid;
  text-align: center;
}
.cust-w .page .rg ul li .main h6 {
  font-size: 40px;
  line-height: 40px;
  margin: 10px auto 5px;
  color: #fff;
}
.cust-w .page .rg ul li .main p {
  color: #ffffffdc;
  font-size: 12px;
}
.news-w {
  padding: 70px 0;
  background: #f4f6fb;
}
.news-w .page {
  max-width: 1400px;
}
.news-w .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 45px 0 35px;
  padding-right: 30px;
  border-bottom: 1px solid #e2e2e2;
}
.news-w .top .news-tab {
  margin: 0;
}
.news-w .top .news-tab li {
  width: auto !important;
  position: relative;
}
.news-w .top .news-tab li::after {
  content: '';
  width: 100%;
  height: 4px;
  background-color: #154798;
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
}
.news-w .top .news-tab li a {
  color: #333;
  opacity: 0.75;
}
.news-w .top .news-tab .news-active::after {
  display: block;
}
.news-w .top .news-tab .news-active a {
  opacity: 1;
}
.news-w .top a {
  padding-bottom: 20px;
  font-size: 20px;
}
.news-w .top .more {
  font-size: 16px;
  font-weight: lighter;
  padding-bottom: 10px;
}
.news-w .news-box {
  width: calc(100% + 10px);
  transform: translateX(-5px);
}
.news-w .news-box ul {
  display: flex;
}
.news-w .news-box ul li {
  width: 32%;
  margin-right: 2%;
  padding: 5px;
}
.news-w .news-box ul li > a {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.news-w .news-box ul li img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.news-w .news-box ul li img:hover {
  transform: scale(1.1);
}
.news-w .news-box ul li .text {
  padding: 30px;
}
.news-w .news-box ul li .text p {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 15px;
}
.news-w .news-box ul li .text span {
  font-size: 15px;
  color: #808080;
  line-height: 1.75;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-w .news-box ul li .text .btm {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-w .news-box ul li .text .btm em {
  font-size: 14px;
  color: #808080;
}
.news-w .news-box ul li .text .btm i {
  font-size: 14px;
  color: #154798;
}
.news-w .news-box ul li .text .btm i:hover {
  text-decoration: underline;
}
.news-w .news-box ul li .text a {
  font-size: 15px;
  display: flex;
}
.news-w .news-box ul li .text a i {
  margin: 0 0 0 auto;
}
.links {
  background-color: #f4f6fb;
  color: #fff;
}
.links .page {
  max-width: 1400px;
  background: url(../images/link-bg.png) center / cover no-repeat;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 70px;
}
.links .page .lf {
  display: flex;
  width: 75%;
  padding-left: 4%;
}
.links .page .lf p {
  font-size: 18px;
}
.links .page .lf p i {
  font-size: 24px;
  margin-right: 5px;
}
.links .page .rg {
  width: 25%;
}
.links .page .rg a {
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.links .page .rg a:hover {
  text-decoration: underline;
}
.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 {
  max-width: 1400px;
}
.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: 36px;
  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: 50px;
  border: 1px solid #e2e2e2;
  margin-bottom: 15px;
  padding: 0 15px;
}
.footer .page .top .rg input[type="submit"] {
  width: 120px;
  height: 40px;
  background-color: #fff;
  border: none;
  margin: 0 0 0 auto;
  cursor: pointer;
}
.footer .page .top .rg input[type="submit"]:hover {
  color: #fff;
  background-color: #154798;
}
.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;
}
