a:hover {
  color: #234289;
}
.swiper-pagination-bullet-active {
  background-color: #234289 !important;
}
.header .page {
  height: 135px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
}
.header .logo {
  display: flex;
  align-items: center;
}
.header .logo img {
  max-height: 90px;
}
.header .logo .text {
  margin-left: 40px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
}
.header .logo .text span {
  color: #234289;
}
.header .head-tel {
  display: flex;
  align-items: center;
}
.header .head-tel .iconfont {
  font-size: 50px;
  color: #234289;
  margin-right: 20px;
}
.header .head-tel p {
  font-size: 15px;
  color: #234289;
  margin-top: 4px;
}
.header .head-tel span {
  font-size: 28px;
  font-weight: bold;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  color: #234289;
}
/* nav */
.nav {
  background-color: #234289;
}
.nav-list {
  flex: 1;
  display: flex;
  position: relative;
}
.nav-list > li {
  flex: 1;
  display: flex;
  align-items: center;
  position: relative;
  margin-right: 1px;
}
.nav-list > li:last-child {
  margin-right: 0;
}
.nav-list > li > a {
  width: 100%;
  line-height: 55px;
  text-align: center;
  font-size: 16px;
  position: relative;
  color: #fff;
}
.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;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
}
.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: #234289;
}
.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: #48b040;
}
.nav-list > li:hover .erji2 {
  opacity: 1;
  transform: translateX(-50%) scaleY(1);
  transition: all 0.3s linear;
}
.nav-list .active > a {
  background-color: #48b040;
}
.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: #234289;
}
.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: 80px;
  height: 40px;
  color: #fff;
  background: #234289;
  border: none;
  cursor: pointer;
  transition: all 0.1s linear;
  border-radius: 20px;
}
.search .page .sear-w button:hover {
  background: #48b040;
  transition: all 0.1s linear;
}
/*网站标题*/
.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: #234289;
}
.wz-bt p em {
  color: #48b040;
}
.wz-bt span {
  font-size: 18px;
  line-height: 32px;
  margin-top: 8px;
  color: #666666;
}
.ques-w {
  padding: 55px 0 0;
  background: url(../images/ques-bg.jpg);
}
.ques-w .tit {
  display: flex;
  justify-content: center;
}
.ques-w .tit h2 {
  padding: 15px 0;
  padding-right: 100px;
  background: url(../images/ques-tit.png) no-repeat right center;
  text-align: right;
}
.ques-w .tit h2 p {
  font-size: 36px;
}
.ques-w .tit h2 p i {
  color: #48b040;
}
.ques-w .tit h2 em {
  font-size: 44px;
  font-weight: bold;
  font-style: italic;
}
.ques-w .box {
  display: flex;
  align-items: center;
  margin: 30px 0;
}
.ques-w .box ul {
  flex: 1;
}
.ques-w .box ul li {
  display: flex;
  height: 80px;
  margin: 20px 0;
  align-items: center;
  position: relative;
}
.ques-w .box ul li::after {
  content: '';
  width: calc(100% - 75px);
  border-bottom: 1px dashed #ccc;
  position: absolute;
  bottom: 0;
  left: 0;
}
.ques-w .box ul li i {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: #234289;
  line-height: 75px;
  text-align: center;
  color: #fff;
  font-size: 28px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  position: relative;
}
.ques-w .box ul li i::after {
  content: '';
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 3px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.2;
}
.ques-w .box ul li p {
  font-size: 20px;
  margin: 0 auto;
}
.ques-w .box .lf li {
  justify-content: flex-end;
}
.ques-w .box .lf li i {
  order: 2;
}
.ques-w .box .lf li p {
  order: 1;
}
.ques-w .box .lf li:nth-child(2),
.ques-w .box .lf li:nth-child(4) {
  margin-right: 40px;
}
.ques-w .box .lf li:nth-child(3) {
  margin-right: 60px;
}
.ques-w .box .rg li::after {
  right: 0;
  left: auto;
}
.ques-w .box .rg li:nth-child(2),
.ques-w .box .rg li:nth-child(4) {
  margin-left: 40px;
}
.ques-w .box .rg li:nth-child(3) {
  margin-left: 60px;
}
.ques-w .btm {
  height: 160px;
  background: url(../images/ques-btm.png) no-repeat bottom;
  padding-top: 70px;
}
.ques-w .btm h3 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
.ques-w .btm h3 i {
  font-style: italic;
  color: #48b040;
}
.pro-w {
  padding: 70px 0 80px;
}
.pro-w .pro-tabs {
  width: 1080px;
  background-color: #fff;
  height: 50px;
  margin: 40px auto 40px;
  border-radius: 25px;
  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: 42px;
  line-height: 42px;
  margin: 4px;
  border-radius: 21px;
  text-align: center;
}
.pro-w .pro-tabs ul .swiper-slide-thumb-active {
  background-color: #234289;
}
.pro-w .pro-tabs ul .swiper-slide-thumb-active a {
  color: #fff;
}
.pro-w .con-box ul {
  display: flex;
}
.pro-w .con-box ul li {
  width: 25%;
  border: 1px solid #bfbfbf;
  border-right: none;
  background-color: #fff;
}
.pro-w .con-box ul li:last-child {
  border-right: 1px solid #bfbfbf;
}
.pro-w .con-box ul li p {
  line-height: 55px;
  text-align: center;
}
.pro-w .con-box ul li span {
  width: 120px;
  line-height: 35px;
  background-color: #f0f0f0;
  margin: 0 auto;
  border-radius: 18px;
  margin-bottom: 25px;
  text-align: center;
  transition: all 0.2s linear;
  font-size: 14px;
}
.pro-w .con-box ul li:hover span {
  background-color: #234289;
  color: #fff;
  transition: all 0.2s linear;
}
.pro-w .more {
  margin: 65px auto 0;
  width: 180px;
  line-height: 50px;
  text-align: center;
  background-color: #234289;
  border-radius: 25px;
  color: #fff;
  transition: all 0.2s linear;
}
.pro-w .more:hover {
  background-color: #48b040;
  transition: all 0.2s linear;
}
.apply {
  padding: 96px 0 125px 0;
  background-color: #f5f5f5;
}
.apply .appcenter {
  margin-top: 56px;
  display: flex;
  position: relative;
  padding-left: 378px;
}
.apply .appcenter .appcon {
  width: 822px;
  height: 452px;
}
.apply .appcenter .appcon ul {
  position: relative;
}
.apply .appcenter .appcon ul img {
  width: 100%;
  height: 452px;
  object-fit: cover;
}
.apply .appcenter .appcon ul .text {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100px;
  padding: 0 40px 0 100px;
  background-color: rgba(17, 17, 17, 0.85);
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 1.75;
}
.apply .appcenter .apptab-box {
  width: 433px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  border-radius: 55px 0;
  overflow: hidden;
}
.apply .appcenter .apptab-box * {
  transition: all 0.3s linear;
}
.apply .appcenter .apptab-box li {
  width: 216px;
  height: 150px;
  background-color: #234289;
}
.apply .appcenter .apptab-box li * {
  color: #fff;
}
.apply .appcenter .apptab-box li a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.apply .appcenter .apptab-box li i {
  display: block;
  margin-bottom: 10px;
}
.apply .appcenter .apptab-box li p {
  font-size: 18px;
}
.apply .appcenter .apptab-box li span {
  font-size: 13px;
  font-family: Arial;
  margin-top: 3px;
}
.apply .appcenter .apptab-box .apptab {
  display: flex;
  flex-wrap: wrap;
}
.apply .appcenter .apptab-box .apptab li {
  box-sizing: content-box;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.apply .appcenter .apptab-box .apptab li:nth-child(2n-1) {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.apply .appcenter .apptab-box .apptab li.on {
  background-color: #48b040;
}
.apply .appcenter .apptab-box .other {
  position: absolute;
  right: 0;
  bottom: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  box-sizing: content-box;
}
.apply .appcenter .apptab-box .other a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.apply .appcenter .apptab-box .other i {
  width: 49px;
  height: 41px;
  background: url(../images/tubiao1.png);
  background-position-y: -8px;
  background-position-x: -500px;
}
.apply .appcenter .apptab-box .other:hover {
  background-color: #48b040;
}
.case-w {
  padding-top: 80px;
}
.case-w .page {
  max-width: none;
}
.case-w ul {
  margin-top: 50px;
  display: flex;
}
.case-w ul li {
  width: 23.5%;
  margin-right: 2%;
  border: 1px solid #e3e3e3;
}
.case-w ul li:last-child {
  margin-right: 0;
}
.case-w ul li .text {
  padding: 20px 4% 24px;
}
.case-w ul li .text p {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.case-w ul li .text span {
  color: #666;
  margin: 14px 0 16px;
  line-height: 1.75;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.case-w ul li .text .more {
  width: 150px;
  line-height: 43px;
  text-align: center;
  color: #fff;
  background-color: #234289;
  margin: 0 auto;
}
.case-w ul li:hover img {
  transform: scale(1.1);
}
.case-w ul li:hover .text .more {
  background-color: #48b040;
}
.partner {
  padding: 50px 0 60px;
}
.partner .ptn-box li .pic {
  border: 1px solid #ddd;
}
.partner .box {
  padding: 0 50px;
  position: relative;
}
.partner .box .swiper-btn .iconfont {
  width: 25px;
  line-height: 50px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.35);
  color: #fff;
  font-size: 20px;
}
.partner .box .swiper-btn .iconfont:hover {
  background-color: #234289;
}
.intr {
  padding: 80px 0;
  background-color: #f5f5f5;
}
.intr .box {
  display: flex;
  justify-content: space-between;
}
.intr .box .row p {
  font-size: 50px;
  font-weight: bold;
  position: relative;
}
.intr .box .row p::after {
  content: '';
  width: 250px;
  height: 5px;
  background-color: #48b040;
  position: absolute;
  left: 0;
  bottom: 10px;
  z-index: -1;
}
.intr .box .row span {
  font-size: 30px;
  color: #234289;
  font-weight: bold;
}
.intr .box .row .line {
  width: 45px;
  height: 1px;
  background-color: #48b040;
  margin: 14px 0 29px 0;
}
.intr .box .row i {
  display: block;
  width: 505px;
  font-size: 14px;
  color: #666;
  line-height: 30px;
  text-indent: 28px;
  white-space: pre-wrap;
}
.intr .box .row .more {
  width: 175px;
  height: 40px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  background-color: #234289;
  font-size: 14px;
  transition: all 0.3s linear;
  margin-top: 42px;
}
.intr .box .row .more:hover {
  background-color: #48b040;
  transition: all 0.3s linear;
}
.intr ul {
  margin-top: 56px;
  display: flex;
}
.intr ul li {
  flex: 1;
  height: 150px;
  border: 1px solid #ccc;
  color: #ababab;
  transition: all 0.3s linear;
  background-color: #234289;
}
.intr ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.intr ul li i {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid;
  background: url(../images/tubiao.png) no-repeat;
  background-position-y: -246px;
  transition: all 0.3s linear;
}
.intr ul li:nth-child(1) i {
  background-position-x: 10px;
}
.intr ul li:nth-child(2) i {
  background-position-x: -54px;
}
.intr ul li:nth-child(3) i {
  background-position-x: -115px;
}
.intr ul li:nth-child(4) i {
  background-position-x: -184px;
}
.intr ul li p {
  font-size: 18px;
  font-weight: bold;
  margin-top: 8px;
}
.intr ul li:hover {
  background-color: #48b040;
}
.intr ul li:hover a {
  color: #fff;
}
.news-w {
  padding: 60px 0;
}
.news-w .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  padding-right: 60px;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 45px;
}
.news-w .top .news-tab {
  margin: 0;
}
.news-w .top .news-tab li {
  padding-right: 40px;
}
.news-w .top .news-tab .news-active a {
  color: #234289;
  position: relative;
}
.news-w .top .news-tab .news-active a::after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #234289;
  position: absolute;
  left: 0;
  bottom: 0;
}
.news-w .top a {
  padding-bottom: 23px;
  font-size: 22px;
}
.news-w .top .more {
  font-size: 18px;
  font-weight: lighter;
}
.news-w .news-box ul {
  display: flex;
}
.news-w .news-box ul li {
  width: 32%;
  margin-right: 2%;
  border: 1px solid #e2e2e2;
}
.news-w .news-box ul li:last-child {
  margin-right: 0;
}
.news-w .news-box ul li img:hover {
  transform: scale(1.1);
}
.news-w .news-box ul li .text {
  padding: 12px 20px;
  line-height: 1.75;
}
.news-w .news-box ul li .text p {
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-w .news-box ul li .text span {
  font-size: 15px;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-w .news-box ul li .text em {
  font-size: 14px;
  color: #666;
}
.news-w .news-box ul li .text hr {
  width: 100%;
  border-bottom: 1px dashed #ccc;
  margin: 8px 0;
}
.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;
}
.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: #48b040;
  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);
  background: url(../images/foot-btb.png) no-repeat right center;
}
.footer .f-con .f-info .top span {
  font-size: 40px;
  color: #48b040;
  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: #48b040;
  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: center;
}
