@charset "UTF-8";

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  *overflow: auto;
  -moz-tap-highlight-color: transparent;
  -ms-tap-highlight-color: transparent;
  -o-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

/* 页面根容器，PC固定1350宽度，移动端自动等比缩小，完整显示，居中无滚动条 */
.page-container {
  width: 1350px;
  margin: 0 auto;
}

ul,
li {
  list-style-type: none;
}

input[type=button],
input[type=submit],
input[type=file],
input[type=reset],
button {
  cursor: pointer;
  -webkit-appearance: none;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}

header,
article,
aside,
details,
figcaption,
figure,
footer,
hgroup,
menu,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

textarea {
  resize: none;
}

input,
select,
textarea {
  font-size: 100%;
  outline: 0;
  font-family: 'Microsoft YaHei', Helvetica;
}

body {
  font-family: 'Microsoft YaHei', Helvetica;
  margin: 0 auto;
  background-color: #fff;
}

a {
  outline: none;
  border: 0;
  text-decoration: none;
  transition: all .3s;
}

a,
input,
button {
  outline: none;
}

.fix {
  zoom: 1;
}

.fix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}

::-moz-focus-inner {
  border: 0px;
}

img {
  max-width: 100%;
}

a:active,
a:focus {
  outline: none;
}

a:active img {
  border: 0;
  outline: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.tl {
  text-align: left;
}

.tr {
  text-align: right;
}

.tc {
  text-align: center;
}

.container {
  width: 1240px;
  margin: 0 auto;
}

.pab {
  position: absolute;
}

.pre {
  position: relative;
}

.dib {
  display: inline-block;
}

.db {
  display: block;
}

.dn {
  display: none;
}

/* 不定高宽元素水平垂直居中 */
.centre1 {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  margin: auto;
}

.centre2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.centre3 {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

/* 横向flex */
.flex {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.fe {
  -webkit-flex: 1;
  flex: 1;
}

/* 纵向flex(圣杯) */
.grail {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.grail2 {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-content: space-between;
  -webkit-justify-content: center;
  justify-content: center;
}

.h100 {
  height: 100%;
}

.layui-form-select dl dd.layui-this,
.layui-laydate .layui-this {
  background-color: #e0e0e0 !important;
  color: #333 !important;
}

.layui-input {
  border: none !important;
  font-size: 14px !important;
  padding: 0 10px !important;
}

.layui-form-select dl {
  top: 44px !important;
}

.pc {
  display: block;
}

.mobile {
  display: none;
}

.head-topline {
  background-color: #f1f6fa;
  line-height: 1.875rem;
  color: #2b2c2c;
  font-size: 0.75rem;
}

.head {
  padding: 1.25rem 0;
  background-color: #fff;
}

.search-form {
  width: 20.125rem;
  height: 2.375rem;
  border: 1px solid #cdcdcd;
  margin-top: 0.625rem;
  display: flex;
  align-items: center;
}

.search-form .input-box {
  flex: 1;
  padding: 0 .625rem;
}

.search-form .input-text {
  width: 100%;
  border: none;
  line-height: 2.375rem;
}

.search-form .search-btn {
  width: 5.625rem;
  line-height: 2.375rem;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  background-color: #0660b3;
  transition: all .3s;
}

.search-form .search-btn:hover {
  opacity: 0.9;
}

.meun-box-pc {
  background-color: #0660b3;
}

.meun {
  display: flex;
  justify-content: space-between;
}

.meun .meun-item {
  flex: 1;
  text-align: center;
  line-height: 3.75rem;
  color: #fff;
  font-size: 1rem;
}

.meun .meun-item.active,
.meun .meun-item:hover {
  background-color: #014380;
  font-weight: bold;
}

.footer-tab {
  background-color: #f1f6fa;
}

.footer-tab.in {
  background-color: #fff;
}

.footer-tab .footer-tab-flex {
  height: 116px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.footer-tab .footer-tab-flex .item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-tab .footer-tab-flex .name {
  color: #014380;
  font-size: 1.375rem;
  margin-left: .9375rem;
}

.footer {
  background-color: #014380;
}

.links-box {
  border-bottom: 1px solid rgba(241, 246, 250, 0.05);
  font-size: .75rem;
  color: #a6d7ff;
  padding: 1.25rem 0;
}

.links-box .links {
  display: flex;
  line-height: 1.25rem;
}

.links-box .text {
  color: #a6d7ff;
  margin-right: 1.25rem;
  transition: all .3s;
  display: inline-block;
}

.links-box .text:hover {
  color: #f1f6fa;
  text-decoration: underline;
}

.copyright {
  border-top: 1px solid rgba(241, 246, 250, 0.05);
  color: #6a96bf;
  font-size: .75rem;
  padding: .625rem 0;
}

.copyright a {
  color: #6a96bf;
}

.copyright a:hover {
  color: #f1f6fa;
  text-decoration: underline;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  padding: 3.375rem 0;
}

.footer-content .text-box {
  position: relative;
  z-index: 1;
  margin-left: 4.0625rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  color: #fff;
  height: 9.375rem;
  padding: 0 3.75rem;
}

.footer-content .text-box::before {
  content: '';
  width: 1px;
  height: 9.375rem;
  background-color: rgba(241, 246, 250, 0.05);
  position: absolute;
  left: 0;
  top: 0;
}

.footer-content .text-box::after {
  content: '';
  width: 1px;
  height: 9.375rem;
  background-color: rgba(241, 246, 250, 0.05);
  position: absolute;
  right: 0;
  top: 0;
}

.footer-content .tel-box {
  margin-bottom: .625rem;
}

.footer-content .tel-box:last-child {
  margin-bottom: 0;
}

.footer-content .tel-box .name {
  font-size: .875rem;
}

.footer-content .tels {
  display: flex;
  align-items: center;
  margin-top: .375rem;
}

.footer-content .tels .text {
  color: #f1f6fa;
  font-size: 1.125rem;
}

.footer-content .tels .txt {
  font-size: 1rem;
}

.footer-content .btn-contact {
  margin-left: 5.625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7.5rem;
  height: 2.25rem;
  background-color: #207bce;
  border-radius: 2.25rem;
  color: #fff;
  font-size: .875rem;
  transition: all .3s;
}

.footer-content .btn-contact .txt-line {
  margin-left: .375rem;
}

.footer-content .btn-contact.animation i {
  -webkit-animation: maopao linear 1.6s infinite;
  animation: maopao linear 1.6s infinite;
}

.footer-content .btn-contact:hover {
  background-color: #0660b3;
}

.footer-nav {
  position: relative;
  z-index: 1;
  padding: 0 4.375rem;
  display: flex;
}

.footer-nav::after {
  content: '';
  width: 1px;
  height: 9.375rem;
  background-color: rgba(241, 246, 250, 0.05);
  position: absolute;
  right: 0;
  top: 0;
}

.footer-nav .footer-nav-flex {
  display: flex;
  flex-direction: column;
}

.footer-nav .footer-nav-flex:first-child {
  margin-right: 3.4375rem;
}

.footer-nav .item {
  color: #f1f6fa;
  font-size: .75rem;
  line-height: 1.375rem;
}

.footer-nav .item:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-mobile {
  background-color: #f4f6f8;
  text-align: center;
  padding: .625rem;
}

.footer-mobile .text {
  color: #747474;
  font-size: .8125rem;
}

.footer-fixed-h {
  height: 3.375rem;
}

.footer-fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: #fff;
  width: 100%;
  height: 3.375rem;
  display: flex;
  z-index: 100;
  box-shadow: 0 0 20px -2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 20px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px -2px rgba(0, 0, 0, 0.2);
}

.footer-fixed .icon-footer-tel {
  width: 2.3125rem;
  height: 2.3125rem;
  background: url("../images/mobile/footer-tel.png") no-repeat center center;
  background-size: auto 100%;
}

.footer-fixed .icon-footer-msg {
  width: 1.5rem;
  height: 1.5rem;
  background: url("../images/mobile/footer-msg.png") no-repeat center center;
  background-size: auto 100%;
}

.footer-fixed .tel-box {
  margin-left: .625rem;
}

.footer-fixed .tel-box .tel-item {
  color: #0660b3;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.footer-fixed .tel-box .tel {
  font-size: .875rem;
}

.footer-fixed .tel-box .txt {
  font-size: .75rem;
}

.footer-fixed .text-box {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0 .625rem;
}

.footer-fixed .btns {
  width: 8.125rem;
  height: 3.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#409efd+0,0660b3+100 */
  background: #409efd;
  /* Old browsers */
  background: -moz-linear-gradient(top, #409efd 0%, #0660b3 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #409efd 0%, #0660b3 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #409efd 0%, #0660b3 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#409efd', endColorstr='#0660b3', GradientType=0);
  /* IE6-9 */
}

.footer-fixed .btns .text {
  font-size: 1.0625rem;
  margin-left: .375rem;
  color: #fff;
}

.footer-fixed .btns i {
  -webkit-animation: maopao linear 1.4s infinite;
  animation: maopao linear 1.4s infinite;
}

.mobile-head {
  display: flex;
  padding: .625rem;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
}

.mobile-head .logo {
  height: 2.5rem;
}

.mobile-head .icon-mobile-nav {
  width: 1.5rem;
  height: 1.1875rem;
  background: url("../images/mobile/mobile-nav.png") no-repeat center center;
  background-size: 100% 100%;
}

.meun-box-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5000;
  display: none;
}

.meun-box-fixed .icon-close-meun {
  width: .9375rem;
  height: 1rem;
  background: url("../images/mobile/close-meun.png") no-repeat center center;
  background-size: 100% 100%;
}

.meun-box-fixed .meun-alert {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5001;
  background-color: rgba(0, 0, 0, 0.7);
}

.meun-box-fixed .con {
  width: 50%;
  position: absolute;
  right: 0;
  z-index: 5002;
  height: 100%;
  background-color: #fff;
  transform: translateX(130%);
  transition: all .3s;
}

.meun-box-fixed .con.active {
  transform: translateX(0);
}

.meun-box-fixed .meun-close {
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: -2.375rem;
  z-index: 5002;
}

.meun-mobile .meun-item {
  display: block;
  border-bottom: 1px solid #e9e9e9;
  text-align: center;
}

.meun-mobile .meun-item.active {
  color: #0660b3;
  font-weight: bold;
}

.meun-mobile .name {
  line-height: 2.5rem;
  font-size: .9375rem;
}

.layui-layer-dialog.layui-layer-msg {
  top: 50% !important;
  transform: translateY(-50%) !important;
}

.fixed-alert {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 200;
  width: 70px;
}

.fixed-alert .item {
  width: 70px;
  height: 60px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 1;
  margin-bottom: 5px;
  cursor: pointer;
}

.fixed-alert .item:last-child {
  margin-bottom: none;
}

.fixed-alert .item i {
  width: 60px;
  height: 60px;
  display: block;
}

.fixed-alert .item:hover .icon-fixed-zixun,
.fixed-alert .item.active .icon-fixed-zixun {
  background: url("../images/fixed-zixun-active.png") no-repeat center center;
  background-size: cover;
  transition: all .3s;
}

.fixed-alert .item:hover .icon-fixed-tel,
.fixed-alert .item.active .icon-fixed-tel {
  background: url("../images/fixed-tel-active.png") no-repeat center center;
  background-size: cover;
  transition: all .3s;
}

.fixed-alert .item:hover .icon-fixed-ewm,
.fixed-alert .item.active .icon-fixed-ewm {
  background: url("../images/fixed-ewm-active.png") no-repeat center center;
  background-size: cover;
  transition: all .3s;
}

.fixed-alert .item:hover .icon-fixed-address,
.fixed-alert .item.active .icon-fixed-address {
  transition: all .3s;
  background: url("../images/fixed-address-active.png") no-repeat center center;
  background-size: cover;
}

.fixed-alert .item .icon-fixed-zixun {
  background: url("../images/fixed-zixun.png") no-repeat center center;
  background-size: cover;
  transition: all .3s;
}

.fixed-alert .item .icon-fixed-tel {
  background: url("../images/fixed-tel.png") no-repeat center center;
  background-size: cover;
  transition: all .3s;
}

.fixed-alert .item .icon-fixed-ewm {
  background: url("../images/fixed-ewm.png") no-repeat center center;
  background-size: cover;
  transition: all .3s;
}

.fixed-alert .item .icon-fixed-address {
  background: url("../images/fixed-address.png") no-repeat center center;
  background-size: cover;
  transition: all .3s;
}

.fixed-alert .text {
  position: absolute;
  right: 70px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  width: 172px;
}

.fixed-alert .text::after {
  content: '';
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-left: 8px solid #0660b3;
  border-bottom: 8px solid transparent;
  position: absolute;
  top: 50%;
  right: -7px;
  transform: translateY(-50%);
}

.fixed-alert .txt {
  background-color: #0660b3;
  color: #fff;
  display: flex;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  border-radius: 5px;
}

.fixed-alert .txt-title {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}

.fixed-alert .txt-tel {
  font-size: 13px;
  margin-bottom: 4px;
  color: #fff;
}

.fixed-alert .txt-tel:last-child {
  margin-bottom: 0;
}

.fixed-alert .wx-qrcode-box {
  display: none;
  position: absolute;
  right: 70px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #0660b3;
  padding: 10px;
  width: 100px;
  border-radius: 5px;
}

.fixed-alert .wx-qrcode-box::after {
  content: '';
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-left: 8px solid #0660b3;
  border-bottom: 8px solid transparent;
  position: absolute;
  top: 50%;
  right: -7px;
  transform: translateY(-50%);
}

.fixed-alert .wx-qrcode {
  width: 100px;
  height: 100px;
}

.fixed-alert .wx-qrcode-title {
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 4px;
  margin-bottom: 6px;
}

.fixed-alert .tit {
  color: #0660b3;
  font-size: 12px;
  transform: scale(0.7);
  letter-spacing: 6px;
  margin-bottom: -10px;
}

#pages {
  text-align: center;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: #0660b3;
}

.layui-laypage .layui-laypage-curr em {
  color: #fff;
}

.layui-laypage a,
.layui-laypage span {
  padding: 0 12px;
  color: #787878;
  margin: 0 4px;
}

.layui-laypage a:not(.layui-disabled):hover {
  color: #0660b3;
  background-color: rgba(6, 96, 179, 0.1);
}

.layui-laypage a,
.layui-laypage button,
.layui-laypage input,
.layui-laypage select,
.layui-laypage span {
  border-color: #dadada;
}

.home-banner {
  height: 480px;
}

.home-banner .link {
  width: 100%;
  height: 100%;
}

.home-banner .home-swiper-pagination {
  padding-bottom: .875rem;
}

.home-banner .swiper-pagination .swiper-pagination-bullet {
  width: .9375rem;
  height: .5rem;
  border-radius: 0;
  margin: 0 .375rem;
  transition: all .3s;
}

.home-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 1.5625rem;
  height: .5rem;
  background: #207bce;
}

.home-box {
  padding: 30px 0;
}

.home-box.bluebg {
  background-color: #f1f6fa;
}

.home-box.bluebg2 {
  background-color: #0660b3;
}

.home-box.bluebg2 .home-title .name {
  color: #fff;
}

.home-box.bluebg2 .home-title .text {
  color: #b4d7f6;
}

.home-news-flex {
  display: flex;
}

.home-news-flex .home-news-left {
  width: 430px;
}

.home-news-flex .home-news-right {
  flex: 1;
  margin-left: 1.875rem;
}

.home-news-right .title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-news-right .title-box .name {
  color: #000000;
  font-size: 1.375rem;
  font-weight: bold;
}

.home-news-right .title-box .more {
  display: flex;
  align-items: center;
  color: #000000;
}

.home-news-right .title-box .more:hover {
  text-decoration: underline;
}

.home-news-right .title-box .icon {
  margin-left: 2px;
}

.home-news {
  margin-top: 10px;
}

.home-news .item {
  display: flex;
  border-bottom: 1px solid #eeeeee;
  align-items: center;
  height: 3rem;
}

.home-news .item:hover .name {
  color: #0660b3;
  font-weight: bold;
  transition: all .3s;
}

.home-news .point {
  width: .375rem;
  height: .375rem;
  background-color: #0660b3;
}

.home-news .name {
  flex: 1;
  margin: 0 1rem;
  color: #000000;
  font-size: 1rem;
}

.home-news .time {
  color: #9b9b9b;
}

.home-tab-pc {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 3.125rem;
}

.home-tab-pc .item {
  width: 32.6%;
  display: flex;
  height: 4.75rem;
  align-items: center;
  justify-content: center;
  background-color: #0660b3;
  margin-bottom: .75rem;
  position: relative;
  z-index: 1;
}

.home-tab-pc .item:hover .text,
.home-tab-pc .item:hover i {
  -webkit-animation: headShake linear 1s;
  animation: headShake linear 1s;
}

.home-tab-pc .item i {
  margin-right: 1.5rem;
}

.home-tab-pc .item b {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s;
}

.home-tab-pc .text {
  color: #fff;
  font-size: 1.125rem;
}

.home-news-banner {
  height: 330px;
}

.home-news-banner .link {
  width: 100%;
  height: 280px;
}

.home-news-banner:hover .name {
  text-decoration: underline;
  font-weight: bold;
}

.home-news-banner .home-swiper-pagination {
  padding-bottom: .875rem;
}

.home-news-banner .swiper-pagination {
  text-align: right;
  padding-right: .3125rem;
  width: auto !important;
  left: auto !important;
  right: 0;
  bottom: 3.75rem;
}

.home-news-banner .swiper-pagination .swiper-pagination-bullet {
  width: .375rem;
  height: .375rem;
  border-radius: 0;
  margin: 0 .375rem !important;
  background: #207bce;
  transition: all .3s;
  opacity: 0.47;
}

.home-news-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 1.0625rem;
  height: .375rem;
  opacity: 1;
}

.home-news-banner .title-box {
  height: 50px;
  position: relative;
  z-index: 1;
  padding: 0 .625rem;
  background-color: #5fa9ec;
}

.home-news-banner .name {
  line-height: 3.125rem;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}

.home-title {
  text-align: center;
}

.home-title .name {
  font-size: 1.5rem;
  color: #000000;
  font-weight: bold;
}

.home-title .text {
  color: #323232;
  font-size: 1rem;
  margin-top: .875rem;
  line-height: 1.6;
}

.home-title .btn-contact-box {
  display: flex;
  margin-top: 1.25rem;
  justify-content: center;
}

.home-title .btn-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 11.25rem;
  height: 3.125rem;
  background-color: #0480f2;
  border-radius: 50px;
  color: #fff;
  font-size: 1.125rem;
  margin: 0 .9375rem;
  transition: all .3s;
}

.home-title .btn-contact .txt {
  margin-left: .625rem;
}

.home-title .btn-contact.animation i {
  -webkit-animation: maopao linear 1.6s infinite;
  animation: maopao linear 1.6s infinite;
}

.home-title .btn-contact:hover {
  background-color: #0660b3;
}

@-webkit-keyframes maopao {

  0%,
  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes maopao {

  0%,
  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.home-jdxm {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 3.125rem;
}

.home-jdxm .item {
  width: 22%;
  position: relative;
  z-index: 1;
  margin-bottom: 2.5rem;
}

.home-jdxm .item:last-child {
  margin-right: 0;
}

.home-jdxm .item:hover .item-bg {
  transition: all .3s;
  left: -0.25rem;
  top: -0.25rem;
  border: .25rem solid #0660b3;
}

.home-jdxm .item:hover .name,
.home-jdxm .item:hover .text {
  transition: all .3s;
  color: #0660b3;
}

.home-jdxm .item-box {
  background-color: #fff;
  position: relative;
  z-index: 3;
}

.home-jdxm .img-box {
  height: 11.6875rem;
}

.home-jdxm .name {
  text-align: center;
  color: #171717;
  font-size: 1.125rem;
  font-weight: bold;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}

.home-jdxm .text {
  margin-top: .9375rem;
  color: #999999;
  font-size: .75rem;
  line-height: 1.25rem;
  height: 7.5rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  -webkit-box-orient: vertical;
}

.home-jdxm .text-pd {
  padding: 1.25rem;
}

.home-jdxm .item-bg {
  background-color: #0660b3;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border: 0 solid #0660b3;
}

.home-zjtd {
  display: flex;
  justify-content: space-between;
}

.home-zjtd .item {
  width: 13.3125rem;
  position: relative;
  z-index: 1;
  margin-bottom: 2.5rem;
}

.home-zjtd .item:last-child {
  margin-right: 0;
}

.home-zjtd .item:hover {
  -webkit-animation: bounce linear 1s;
  animation: bounce linear 1s;
}

.home-zjtd .item:hover .name,
.home-zjtd .item:hover .subtitle {
  transition: all .3s;
  color: #0660b3;
}

.home-zjtd .img-box {
  height: 17.0625rem;
}

.home-zjtd .name {
  text-align: center;
  color: #171717;
  font-size: 1.125rem;
  font-weight: bold;
  width: 100%;
  margin-top: 1.25rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}

.home-zjtd .subtitle {
  text-align: center;
  color: #6e6e6e;
  font-size: 0.75rem;
}

.home-zjtd-box {
  margin-top: 3.75rem;
}

.home-zjtd-pc {
  height: 22.5625rem;
}

.home-zjtd-pc .item {
  width: 13.3125rem;
  position: relative;
  z-index: 1;
  margin-right: 3.125rem;
}

.home-zjtd-pc .item:hover {
  -webkit-animation: bounce linear 1s;
  animation: bounce linear 1s;
}

.home-zjtd-pc .item:hover .name,
.home-zjtd-pc .item:hover .subtitle {
  transition: all .3s;
  color: #0660b3;
}

.home-zjtd-pc .item:nth-child(6) {
  display: none;
}

.home-zjtd-pc .img-box {
  height: 17.0625rem;
}

.home-zjtd-pc .name {
  text-align: center;
  color: #171717;
  font-size: 1.125rem;
  font-weight: bold;
  width: 100%;
  margin-top: 1.25rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}

.home-zjtd-pc .subtitle {
  font-size: .75rem;
  color: #6e6e6e;
  text-align: center;
}

.home-box .home-more {
  padding-bottom: 1.875rem;
}

.home-more {
  display: flex;
  justify-content: center;
}

.zjtd-more {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #0660b3;
  width: 7.5rem;
  height: 2.125rem;
  background-color: #f1f6fa;
}

.zjtd-more.white {
  background-color: transparent;
  border-color: #fff;
}

.zjtd-more.white .text {
  color: #fff;
}

.zjtd-more .text {
  font-size: .875rem;
  margin-left: .375rem;
  color: #0660b3;
}

.zjtd-more:hover .text {
  text-decoration: underline;
}

.zzrz-zjtd-box {
  margin-top: 3.75rem;
  margin-bottom: 2.5rem;
  position: relative;
  z-index: 1;
  padding: 0 1.625rem;
}

.zzrz-zjtd-box .prev {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  cursor: pointer;
  transition: all .3s;
}

.zzrz-zjtd-box .prev:hover {
  -webkit-transform: translateY(-100%) scale(1.05);
  transform: translateY(-100%) scale(1.05);
}

.zzrz-zjtd-box .next {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-100%) rotate(180deg);
  transform: translateY(-100%) rotate(180deg);
  cursor: pointer;
}

.zzrz-zjtd-box .next:hover {
  -webkit-transform: translateY(-100%) scale(1.05) rotate(180deg);
  transform: translateY(-100%) scale(1.05) rotate(180deg);
}

.zzrz-zjtd {
  margin-top: 3.125rem;
}

.zzrz-zjtd .item {
  width: 14.8125rem;
  margin-bottom: 1.875rem;
}

.zzrz-zjtd .item:hover {
  -webkit-animation: bounce linear 1s;
  animation: bounce linear 1s;
}

.zzrz-zjtd .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 22.9375rem;
}

.zzrz-zjtd .img {
  height: 100%;
}

.zzrz-zjtd .name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 1rem;
  margin-top: .625rem;
}

.home-process-box {
  display: flex;
  justify-content: space-between;
  padding: 4.0625rem 0 2.5rem 0;
}

.home-zxwd-box {
  margin-top: 3.75rem;
  margin-bottom: 2.5rem;
  position: relative;
  z-index: 1;
  padding: 0 1.625rem;
}

.home-zxwd-box .prev {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  transition: all .3s;
}

.home-zxwd-box .prev:hover {
  -webkit-transform: translateY(-50%) scale(1.05);
  transform: translateY(-50%) scale(1.05);
}

.home-zxwd-box .next {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  cursor: pointer;
}

.home-zxwd-box .next:hover {
  -webkit-transform: translateY(-50%) scale(1.05) rotate(180deg);
  transform: translateY(-50%) scale(1.05) rotate(180deg);
}

.home-zxwd .item {
  display: block;
  height: 23.5rem;
  position: relative;
  z-index: 1;
}

.home-zxwd .con {
  margin: 0 20px;
  background-color: #fff;
  height: 17.875rem;
  padding: 1.875rem;
  position: relative;
  z-index: 2;
}

.home-zxwd .conbg {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 18rem;
  background-color: rgba(231, 243, 255, 0.23);
}

.home-zxwd .icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.home-zxwd .name {
  color: #0660b3;
  font-size: 1.125rem;
  font-weight: bold;
  height: 3rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.home-zxwd .line {
  width: 2.75rem;
  height: .25rem;
  background-color: #0660b3;
  display: block;
  margin: .875rem 0 1.875rem 0;
}

.home-zxwd .summary {
  color: #5f5f5f;
  font-size: .875rem;
  line-height: 1.25rem;
  height: 10rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  line-clamp: 8;
  -webkit-box-orient: vertical;
}

.home-zxwd .time {
  display: block;
  text-align: right;
  color: #5e92c2;
  font-size: .875rem;
  font-weight: bold;
  margin-top: 1rem;
}

.bkzs-box {
  display: flex;
  justify-content: space-between;
  margin-top: 3.125rem;
  padding-bottom: 2.5rem;
}

.bkzs-box.jdxm {
  margin-top: 2.5rem;
}

.jdbk-lg {
  width: 23.875rem;
}

.jdbk-lg:hover .img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.jdbk-lg:hover .name {
  color: #0660b3;
}

.jdbk-lg .img-box,
.jdbk-lg .img {
  height: 20.875rem;
}

.jdbk-lg .img-box {
  overflow: hidden;
}

.jdbk-lg .img {
  transition: all .3s;
}

.jdbk-lg .name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  width: 100%;
  transition: all .3s;
  font-size: 1.125rem;
  color: #171717;
  font-weight: bold;
  margin-top: 1rem;
}

.jdbk-lg .summary {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: .875rem;
  color: #616161;
  line-height: 1.25rem;
  max-height: 2.5rem;
  margin-top: .625rem;
}

.jdbk-sm {
  margin: 0 1.875rem;
  width: 30.875rem;
}

.jdbk-sm .item {
  margin-bottom: 1.25rem;
  position: relative;
  z-index: 1;
  padding-left: 8.125rem;
  display: block;
  min-height: 5.75rem;
}

.jdbk-sm .item:last-child {
  margin-bottom: 0;
}

.jdbk-sm .item:hover .img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.jdbk-sm .item:hover .name {
  color: #0660b3;
}

.jdbk-sm .img-box,
.jdbk-sm .img {
  width: 8.125rem;
  height: 5.75rem;
}

.jdbk-sm .img {
  transition: all .3s;
}

.jdbk-sm .img-box {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}

.jdbk-sm .text-box {
  flex: 1;
  padding-top: .375rem;
  padding-left: 1rem;
}

.jdbk-sm .name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  width: 100%;
  font-size: 1rem;
  color: #171717;
  font-weight: bold;
  transition: all .3s;
}

.jdbk-sm .summary {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: .875rem;
  color: #616161;
  line-height: 1.25rem;
  max-height: 2.5rem;
  margin-top: .375rem;
}

.jdzx-box {
  width: 19rem;
}

.jdzx-box .item {
  display: block;
  border: 1px solid #0660b3;
  position: relative;
  z-index: 1;
  margin-bottom: .5rem;
  padding: .4375rem .625rem .4375rem 1.6875rem;
  transition: all .3s;
  border-radius: 3px;
}

.jdzx-box .item:last-child {
  margin-bottom: 0;
}

.jdzx-box .item:hover {
  background-color: #0660b3;
}

.jdzx-box .item:hover .name {
  color: #fff;
}

.jdzx-box .item:hover .point {
  background-color: #fff;
}

.jdzx-box .point {
  width: .4375rem;
  height: .4375rem;
  background-color: #0660b3;
  transition: all .3s;
  display: block;
  position: absolute;
  left: .625rem;
  top: .875rem;
}

.jdzx-box .name {
  color: #0660b3;
  font-size: .875rem;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  transition: all .3s;
}

.ovh {
  overflow: hidden;
}

.scrollTop {
  position: fixed;
  right: 1.25rem;
  z-index: 600;
  background-image: url("../images/scrollTop.png");
  background-size: 100% 100%;
  bottom: 20%;
  transform: translateX(200%);
  transition: all .3s;
}

.scrollTop.active {
  transform: translateX(0);
}

.scrollTop.pc {
  width: 3rem;
  height: 3rem;
}

.scrollTop.mobile {
  width: 1.875rem;
  height: 1.875rem;
  bottom: 10%;
}

.content {
  background-color: #f5f5f5;
  min-height: 37.5rem;
}

.content-map {
  padding: 1.25rem 0;
  color: #323232;
  font-size: .875rem;
  display: flex;
}

.content-map a:hover {
  color: #0660b3;
  font-weight: bold;
}

.content-box {
  padding-bottom: 1.5rem;
}

.content-left {
  width: 18.125rem;
  float: left;
  background-color: #fff;
  min-height: 40.625rem;
}

.content-right {
  width: 59.0625rem;
  float: right;
  background-color: #fff;
  min-height: 40.625rem;
}

.con-left-title {
  background-color: #0660b3;
  height: 5.3125rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 3.375rem;
  position: relative;
  z-index: 1;
}

.con-left-title .icon {
  position: absolute;
  top: 0;
  left: 0;
}

.con-left-title .name {
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
}

.con-left-title .tranf {
  text-transform: uppercase;
  font-size: .875rem;
  color: rgba(255, 255, 255, 0.1);
  margin-top: .25rem;
}

.left-nav .item {
  display: flex;
  align-items: center;
  height: 3.875rem;
  align-items: center;
  justify-content: space-between;
  padding: 0 2.5rem 0 1.75rem;
}

.left-nav .item:hover,
.left-nav .item.active {
  background-color: #cfe7fd;
}

.left-nav .item:hover .name,
.left-nav .item.active .name {
  color: #0660b3;
}

.left-nav .item:hover .point,
.left-nav .item.active .point {
  background-color: #0660b3;
}

.left-nav .item:hover .icon,
.left-nav .item.active .icon {
  display: none;
}

.left-nav .item:hover .icon.active,
.left-nav .item.active .icon.active {
  display: block;
}

.left-nav .name {
  flex: 1;
  margin: 0 .625rem 0 1.25rem;
  font-size: 1rem;
  color: #141414;
}

.left-nav .point {
  width: .375rem;
  height: .375rem;
  background-color: rgba(6, 96, 179, 0.36);
  transition: all .3s;
}

.left-nav .icon {
  display: block;
  transition: all .3s;
}

.left-nav .icon.active {
  display: none;
  transition: all .3s;
}

.con-right-title {
  display: flex;
  align-items: center;
  padding: 1.875rem;
}

.con-right-title.jdxm {
  padding: 0;
}

.con-right-title .point {
  width: .25rem;
  height: 1.125rem;
  background-color: #0660b3;
}

.con-right-title .name {
  color: #0a0a0a;
  font-weight: bold;
  font-size: 1.25rem;
  margin: 0 .25rem 0 .625rem;
}

.con-right-title .tranf {
  font-size: .875rem;
  color: rgba(10, 10, 10, 0.4);
  text-transform: uppercase;
  padding-top: .5rem;
}

.con-right-title .more {
  color: #000;
}

.con-right-title .more:hover {
  text-decoration: underline;
}

.con-right-title .more .icon {
  margin-left: 2px;
}

.con-page {
  padding-bottom: 4rem;
}

.con-page .con-text {
  line-height: 1.8;
  color: #0a0a0a;
  font-size: 1rem;
  padding: 0 2.5rem 0 2.5rem;
}

.keyword {
  color: #0660b3;
  text-decoration: underline;
  padding: 0 3px;
}

.keyword:hover {
  color: #0660b3;
  font-weight: bold;
}

.leader {
  margin-top: 1.875rem;
  display: flex;
  flex-wrap: wrap;
  padding: 0 2.875rem;
}

.leader .item {
  width: 17.1875rem;
  margin-right: .875rem;
  text-align: center;
}

.leader .item:nth-child(3n) {
  margin-right: 0;
}

.leader .item:hover .bg {
  left: -0.25rem;
  top: -0.25rem;
  transform: scale(1);
}

.leader .item:hover .name,
.leader .item:hover .subtitle {
  color: #0660b3;
}

.leader .img-box {
  background-color: #fff;
  height: 13.75rem;
  position: relative;
  z-index: 1;
}

.leader .bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 4px solid #0660b3;
  background-color: #0660b3;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  transition: all .3s;
}

.leader .img {
  height: 13.75rem;
  position: relative;
  z-index: 2;
}

.leader .text-box {
  padding: 1rem 0;
}

.leader .name {
  color: #181818;
  font-size: .875rem;
  font-weight: bold;
  transition: all .3s;
}

.leader .subtitle {
  font-size: .75rem;
  color: #6e6e6e;
  transition: all .3s;
}

.team {
  margin-top: 1.875rem;
  display: flex;
  flex-wrap: wrap;
  padding: 0 2.875rem;
}

.team .item {
  width: 17.1875rem;
  margin-right: .875rem;
  text-align: center;
  margin-bottom: .625rem;
}

.team .item:nth-child(3n) {
  margin-right: 0;
}

.team .item:hover .bg {
  left: -0.25rem;
  top: -0.25rem;
  transform: scale(1);
}

.team .item:hover .name,
.team .item:hover .subtitle {
  color: #0660b3;
}

.team .img-box {
  background-color: #fff;
  height: 22.125rem;
  position: relative;
  z-index: 1;
}

.team .bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 4px solid #0660b3;
  background-color: #0660b3;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  transition: all .3s;
}

.team .img {
  height: 22.125rem;
  position: relative;
  z-index: 2;
}

.team .text-box {
  padding: 1rem 0;
}

.team .name {
  color: #181818;
  font-size: .875rem;
  font-weight: bold;
  transition: all .3s;
}

.team .subtitle {
  font-size: .75rem;
  color: #6e6e6e;
  transition: all .3s;
}

.auth {
  margin-top: 1.875rem;
  display: flex;
  flex-wrap: wrap;
  padding: 0 3.9375rem;
}

.auth .item {
  width: 253px;
  margin-right: 1.875rem;
  text-align: center;
  margin-bottom: 1.25rem;
}

.auth .item:nth-child(3n) {
  margin-right: 0;
}

.auth .item:hover {
  -webkit-animation: bounce linear 1s;
  animation: bounce linear 1s;
}

.auth .item:hover .bg {
  left: -0.25rem;
  top: -0.25rem;
  transform: scale(1);
}

.auth .item:hover .name,
.auth .item:hover .subtitle {
  color: #0660b3;
}

.auth .img-box {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.auth .bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 4px solid #0660b3;
  background-color: #0660b3;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  transition: all .3s;
}

.auth .img {
  width: 100%;
  height: 237px;
  position: relative;
  z-index: 2;
}

.auth .text-box {
  padding: 1rem 0;
}

.auth .name {
  color: #181818;
  font-size: .875rem;
  font-weight: bold;
  transition: all .3s;
}

.auth .subtitle {
  font-size: .75rem;
  color: #6e6e6e;
  transition: all .3s;
}

.nodata-box {
  text-align: center;
}

.appraisal-box {
  background-color: #fff;
}

.appraisal-title {
  text-align: center;
  padding: 3.125rem .625rem;
}

.appraisal-title .name {
  display: inline-block;
  color: #000000;
  font-size: 1.375rem;
  font-weight: bold;
  position: relative;
  z-index: 1;
  padding-bottom: .625rem;
}

.appraisal-title .name::after {
  content: '';
  width: 2.5rem;
  height: .1875rem;
  background-color: #0660b3;
  position: absolute;
  left: 50%;
  bottom: -0.375rem;
  transform: translateX(-50%);
}

.appraisal-title .dec {
  color: #323232;
  font-size: 1rem;
  margin-top: 1.25rem;
}

.appraisal-row {
  padding-bottom: 3.125rem;
}

.appraisal-row.blue {
  background-color: #f0f8ff;
}

.process-box {
  display: flex;
  justify-content: space-between;
  padding: 0 4.625rem 1rem;
}

.data-box {
  padding: 0 3.625rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.data-box .item {
  width: 24.4%;
  height: 4.75rem;
  background-color: #0660b3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: .625rem;
}

.data-box .icon {
  margin-right: .875rem;
}

.data-box .text {
  font-size: 1.25rem;
  color: #fff;
}

.need-box {
  display: flex;
  padding: 2.75rem 4.375rem 0 4.375rem;
}

.need-box .need-title-box {
  width: 160px;
  height: 5.75rem;
  position: relative;
  z-index: 3;
}

.need-box .need-title {
  width: 13.125rem;
  height: 5.75rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  left: 0;
  top: -0.625rem;
}

.need-box .need-title .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  background-color: #ff7f09;
  transform: skewX(10deg);
}

.need-box .need-title .text {
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
  z-index: 2;
  margin-left: .625rem;
}

.need-box .need-title .icon {
  position: relative;
  z-index: 2;
}

.need-box .text-box {
  position: relative;
  z-index: 1;
  flex: 1;
  padding-left: 6.25rem;
  padding-right: 4.375rem;
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.need-box .text-box .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  background-color: #0e66b7;
  transform: skewX(10deg);
}

.need-box .text-box .dec {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 1.125rem;
}

.need-box .btn {
  background-color: #ff7f09;
  width: 9.1875rem;
  height: 2.9375rem;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2.9375rem;
  transition: all .3s;
}

.need-box .btn:hover {
  background-color: #ff8a1e;
}

.appraisal-bkzs-box {
  padding: 0 4.125rem;
}

.appraisal-bkzs-box .home-more {
  padding: 1.875rem 0 1.25rem 0;
}

.appraisal-bkzs-box .jdbk-sm {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.appraisal-bkzs-box .jdbk-sm .item-box {
  width: 48%;
  margin-bottom: 1.25rem;
}

.process-jdxm-box {
  background-color: #fff;
  padding: 2.9375rem 4.125rem;
}

.process-jdxm {
  display: flex;
  flex-wrap: wrap;
}

.process-jdxm .item {
  width: 15.4375rem;
  position: relative;
  z-index: 1;
  margin-bottom: 1.875rem;
  margin-right: 2.5rem;
}

.process-jdxm .item:nth-child(4n) {
  margin-right: 0;
}

.process-jdxm .item:hover .item-bg {
  transition: all .3s;
  left: -0.25rem;
  top: -0.25rem;
  border: .25rem solid #0660b3;
}

.process-jdxm .item:hover .name,
.process-jdxm .item:hover .text {
  transition: all .3s;
  color: #0660b3;
}

.process-jdxm .item-box {
  background-color: #fff;
  position: relative;
  z-index: 3;
}

.process-jdxm .img-box {
  height: 12.3125rem;
}

.process-jdxm .name {
  text-align: center;
  color: #171717;
  font-size: 1.125rem;
  font-weight: bold;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}

.process-jdxm .text {
  margin-top: .9375rem;
  color: #999999;
  font-size: .75rem;
  line-height: 1.25rem;
  height: 7.5rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  -webkit-box-orient: vertical;
}

.process-jdxm .text-pd {
  padding: 1.25rem;
  border: 1px solid #eeeeee;
}

.process-jdxm .item-bg {
  background-color: #0660b3;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border: 0 solid #0660b3;
}

.appraisal-detail-box {
  background-color: #fff;
  padding: 2.3125rem 2.8125rem;
}

.appraisal-detail .row-flex {
  display: flex;
}

.appraisal-detail .img-box {
  width: 20.25rem;
  height: 20.25rem;
}

.appraisal-detail .text-box {
  flex: 1;
  padding-left: 1.875rem;
}

.appraisal-detail .name {
  color: #000000;
  font-size: 1.25rem;
  font-weight: bold;
}

.appraisal-detail .dec {
  margin-top: 1rem;
  color: #000000;
  line-height: 1.5;
}

.appraisal-detail .row-btn {
  display: flex;
  justify-content: flex-end;
  margin-top: 1.875rem;
}

.appraisal-detail .row-btn .item {
  background-color: #0480f2;
  font-size: .9375rem;
  padding: 0 1.25rem;
  height: 2.75rem;
  border-radius: 2.75rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: .625rem;
}

.appraisal-detail .row-btn .item i {
  margin-right: .5rem;
}

.appraisal-detail .row-btn .item a {
  color: #fff;
}

.appraisal-detail .row-btn .item a:hover {
  text-decoration: underline;
}

.appraisal-detail .row-btn .item .anim {
  -webkit-animation: maopao linear 1.6s infinite;
  animation: maopao linear 1.6s infinite;
}

.appraisal-detail .row-btn .item .line {
  margin: 0 0.5rem;
}

.jdxm-box.xgwd {
  margin-top: 2.8125rem;
}

.xmjd-banner {
  height: 129px;
  margin-top: 2.8125rem;
}

.xmjd-banner .link {
  width: 100%;
  height: 100%;
}

.xmjd-banner .swiper-pagination .swiper-pagination-bullet {
  width: .9375rem;
  height: .5rem;
  border-radius: 0;
  margin: 0 .375rem;
  transition: all .3s;
}

.xmjd-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 1.5625rem;
  height: .5rem;
  background: #207bce;
}

.bkwd {
  padding: 0 2.5rem;
}

.bkwd.bkwd2 {
  padding: 0;
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.bkwd.bkwd2 .item-box {
  width: 49%;
  background-color: #f7fafd;
  margin-bottom: 1rem;
}

.bkwd.bkwd2 .item {
  display: block;
  border: .1875rem solid #f7fafd;
  padding: 1.25rem;
  transition: all .3s;
  margin-bottom: 0;
}

.bkwd.bkwd2 .title-box {
  padding-right: 0;
}

.bkwd .item {
  display: block;
  background-color: #f7fafd;
  border: .1875rem solid #f7fafd;
  padding: 1.25rem;
  transition: all .3s;
  margin-bottom: .625rem;
}

.bkwd .item:hover {
  background-color: #fff;
  border-color: #0e66b7;
}

.bkwd .item:hover .name {
  color: #0e66b7;
}

.bkwd .title-box {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dedede;
  align-items: center;
  padding-bottom: .5rem;
  position: relative;
  z-index: 1;
  padding-right: 9.375rem;
}

.bkwd .title-box .name {
  color: #101010;
  font-size: 1rem;
  font-weight: bold;
  transition: all .3s;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}

.bkwd .count-box {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-66%);
}

.bkwd .count {
  color: #808385;
  font-size: .8125rem;
  margin-left: .625rem;
}

.bkwd .dec {
  color: #616161;
  font-size: .875rem;
  margin-top: .5rem;
  line-height: 1.6;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.bkwd .row-btm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.5rem;
  color: #808385;
  font-size: .8125rem;
}

.left-ewm-box {
  text-align: center;
  padding: 1.875rem 0;
}

.news {
  padding: 0 2.5rem;
  margin-bottom: 1rem;
}

.news.download {
  padding: 0;
  margin-top: .625rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.news.download .item-box {
  width: 48%;
}

.news .item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 1rem;
  padding-top: 1rem;
  position: relative;
  z-index: 1;
  padding-left: 1.25rem;
  padding-right: 6.25rem;
}

.news .item:hover .name {
  color: #0660b3;
  font-weight: bold;
}

.news .point {
  width: .375rem;
  height: .375rem;
  background-color: #0660b3;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-60%);
}

.news .name {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  color: #000000;
  font-size: 1rem;
  transition: all .3s;
}

.news .time {
  color: #9b9b9b;
  font-size: .875rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.con-title {
  margin: 0 2.5rem;
  text-align: center;
  border-bottom: 1px solid #eeeeee;
  padding: 1rem 0;
  margin-bottom: 1.5rem;
}

.con-title .name {
  color: #0a0a0a;
  font-size: 1.25rem;
  font-weight: bold;
}

.con-title .time {
  color: #9b9b9b;
  font-size: 14px;
  margin-top: .5rem;
}

.con-text.detail {
  min-height: 25rem;
}

.detail-btn {
  border-top: 1px solid #eeeeee;
  margin: 0 2.5rem;
  padding: 1rem 0 0 0;
  position: relative;
  z-index: 1;
  min-height: 4rem;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}

.detail-btn .item {
  position: relative;
  z-index: 1;
  margin-top: .6rem;
  display: flex;
  padding-left: 1.5rem;
  padding-right: 3.5rem;
}

.detail-btn .item:hover .name {
  color: #0e66b7;
  font-weight: bold;
}

.detail-btn .item:hover .icon {
  display: none;
}

.detail-btn .item:hover .icon.active {
  display: block;
}

.detail-btn .item .icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-40%);
}

.detail-btn .item .icon.active {
  display: none;
}

.detail-btn .item .name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  width: 100%;
  color: #000000;
  font-size: 1rem;
}

.detail-btn .back {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 2;
  transform: translateY(-50%);
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  background-color: #0660b3;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
  margin-top: 0.875rem;
}

.detail-btn .back:hover {
  background-color: #0480f2;
}

.newimg {
  margin: 0 3.2rem 2rem;
}

.newimg .item {
  margin-bottom: 1.25rem;
  position: relative;
  z-index: 1;
  padding-left: 12.5rem;
  display: block;
  min-height: 7.8125rem;
}

.newimg .item:last-child {
  margin-bottom: 0;
}

.newimg .item:hover .img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.newimg .item:hover .name {
  color: #0660b3;
}

.newimg .img-box,
.newimg .img {
  width: 12.125rem;
  height: 7.8125rem;
  background-color: #ccc;
}

.newimg .img {
  transition: all .3s;
}

.newimg .img-box {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}

.newimg .text-box {
  flex: 1;
  padding-top: .375rem;
  padding-left: 1rem;
}

.newimg .name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  width: 100%;
  font-size: 1rem;
  color: #171717;
  font-weight: bold;
  transition: all .3s;
}

.newimg .summary {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  font-size: .875rem;
  color: #616161;
  line-height: 1.25rem;
  max-height: 2.5rem;
  margin-top: .375rem;
}

.search-page-pd {
  padding-bottom: 2rem;
}

.search-page {
  background-color: #fff;
  padding: 2rem 0;
  min-height: 25rem;
}

.search-page .news {
  margin-bottom: 2rem;
}

.search-page .detail {
  margin: 0 3.2rem;
  line-height: 1.8;
  color: #0a0a0a;
  font-size: 1rem;
  min-height: 18.75rem;
}

.msg-form-pc {
  background-color: #fff;
  border-radius: .3125rem !important;
  width: 28.5rem;
}

.msg-form-pc .msg-form-pd {
  padding: 1.5rem 2.1875rem 2.1875rem 2.1875rem;
}

.msg-form-pc .title-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.msg-form-pc .title-box .text {
  font-size: 1.125rem;
  font-weight: bold;
  color: #0660b3;
  margin-left: .625rem;
}

.msg-form-pc .tels {
  text-align: center;
  color: #ff7f09;
  font-size: 2.125rem;
  font-weight: bold;
  margin-top: .5rem;
}

.msg-form-pc .tels-dec {
  color: #535353;
  font-size: 1rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.msg-form-pc .tels-dec .icon {
  margin-right: 4px;
}

.msg-form-pc .form {
  margin-top: 1.25rem;
}

.msg-form-pc .form-name {
  color: #0660b3;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: .625rem;
}

.msg-form-pc .input-box {
  border: 1px solid #f2f2f2;
  background-color: #f8f8f8;
  padding: .25rem .9375rem;
  margin-bottom: .3125rem;
  border-radius: .3125rem;
}

.msg-form-pc .textarea,
.msg-form-pc .input-text {
  border: none;
  width: 100%;
  background-color: transparent;
  line-height: 30px;
}

.msg-form-pc .btn-box {
  padding-top: .625rem;
}

.msg-form-pc .btn {
  background-color: #0660b3;
  border-radius: .3125rem;
  line-height: 3.125rem;
  display: block;
  color: #fff;
  font-size: 1.375rem;
  text-align: center;
}

.msg-form-pc .alert-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: flex;
  width: 3.375rem;
  height: 3.375rem;
  align-items: center;
  justify-content: center;
}

.tel-alert-mobile {
  background-color: transparent !important;
  box-shadow: none !important;
}

.tel-alert-mobile .alert-close {
  display: flex;
  align-items: center;
}

.tel-alert-mobile .alert-close i {
  transform: scale(0.5);
}

.tel-alert-mobile .tel-alert-pd {
  background-color: #fff;
  width: 18.4375rem;
  border-radius: .625rem !important;
}

.tel-alert-mobile .img {
  width: 100%;
  border-radius: 0.625rem 0.625rem 0 0;
}

.tel-alert-mobile .title {
  text-align: center;
  padding: .625rem 0;
}

.tel-alert-mobile .title .name {
  color: #315193;
  font-size: .875rem;
  position: relative;
  z-index: 1;
}

.tel-alert-mobile .title .name::after {
  content: '';
  width: 3.375rem;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  right: -3.75rem;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#315193+0,ffffff+100 */
  background: #315193;
  /* Old browsers */
  background: -moz-linear-gradient(left, #315193 0%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #315193 0%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #315193 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#315193', endColorstr='#ffffff', GradientType=1);
  /* IE6-9 */
}

.tel-alert-mobile .title .name::before {
  content: '';
  width: 3.375rem;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  left: -3.75rem;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,315193+98 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ffffff 0%, #315193 98%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ffffff 0%, #315193 98%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ffffff 0%, #315193 98%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#315193', GradientType=1);
  /* IE6-9 */
}

.tel-alert-mobile .tels {
  padding: 0 1.25rem 1.3rem 1.25rem;
}

.tel-alert-mobile .tels .name {
  color: #3c64a4;
  font-size: .875rem;
}

.tel-alert-mobile .tels .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: .625rem;
}

.tel-alert-mobile .tels .row .num {
  font-size: 1.25rem;
  font-weight: bold;
  color: #3c64a4;
}

.tel-alert-mobile .tels .row .btn {
  font-size: .9375rem;
  color: #fff;
  width: 5.875rem;
  height: 2.375rem;
  text-align: center;
  line-height: 2.375rem;
  border-radius: 2.375rem;
  box-shadow: -3px 0 1rem -2px rgba(49, 102, 252, 0.5);
  -webkit-box-shadow: -3px 0 1rem -2px rgba(49, 102, 252, 0.5);
  -moz-box-shadow: -3px 0 1rem -2px rgba(49, 102, 252, 0.5);
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#409efd+0,0660b3+100 */
  background: #409efd;
  /* Old browsers */
  background: -moz-linear-gradient(top, #409efd 0%, #0660b3 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #409efd 0%, #0660b3 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #409efd 0%, #0660b3 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#409efd', endColorstr='#0660b3', GradientType=0);
  /* IE6-9 */
}

.tel-alert-mobile .address {
  display: flex;
}

.tel-alert-mobile .address .icon-dizhi-mobile {
  background: url("../images/mobile/dizhi-mobile.png") no-repeat center center;
  background-size: cover;
  height: 17px;
  width: 16px;
  margin-right: 3px;
}

.tel-alert-mobile .address .text {
  flex: 1;
  color: #3c64a4;
  font-size: .8125rem;
}

.layui-layer.msg-form-mobile {
  background-color: transparent !important;
  box-shadow: none;
}

.layui-layer.msg-form-mobile .alert-close {
  display: flex;
  align-items: center;
}

.layui-layer.msg-form-mobile .alert-close i {
  transform: scale(0.5);
}

.layui-layer.msg-form-mobile .msg-form-pd {
  width: 18.4375rem;
  background-color: #fff;
  border-radius: .625rem !important;
}

.layui-layer.msg-form-mobile .address {
  display: flex;
  margin-top: .25rem;
  padding-bottom: .5rem;
  justify-content: center;
}

.layui-layer.msg-form-mobile .address .icon-dizhi-mobile {
  background: url("../images/mobile/dizhi-mobile.png") no-repeat center center;
  background-size: cover;
  height: 17px;
  width: 16px;
  margin-right: 3px;
}

.layui-layer.msg-form-mobile .address .text {
  color: #0660b3;
  font-size: .8125rem;
}

.layui-layer.msg-form-mobile .title-boxbg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 5.8125rem;
  padding: 0 1.1rem;
  color: #0660b3;
  background: url("../images/img/m-onlinebg.png") no-repeat top center;
  background-size: 100% 100%;
  border-radius: .625rem .625rem 0 0;
}

.layui-layer.msg-form-mobile .title-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.layui-layer.msg-form-mobile .title-box .img-box {
  width: 3rem;
}

.layui-layer.msg-form-mobile .title-box .text-box {
  display: flex;
  flex-direction: column;
  margin-left: .375rem;
}

.layui-layer.msg-form-mobile .title-box .name {
  font-size: 1.35rem;
  font-weight: bold;
}

.layui-layer.msg-form-mobile .title-box .text {
  font-size: 1rem;
}

.layui-layer.msg-form-mobile .form {
  padding: 1rem;
}

.layui-layer.msg-form-mobile .form-name {
  color: #0660b3;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: .625rem;
}

.layui-layer.msg-form-mobile .input-box {
  border: 1px solid #f2f2f2;
  background-color: #f8f8f8;
  padding: .25rem .9375rem;
  margin-bottom: .3125rem;
  border-radius: .3125rem;
}

.layui-layer.msg-form-mobile .textarea,
.layui-layer.msg-form-mobile .input-text {
  border: none;
  width: 100%;
  background-color: transparent;
  line-height: 30px;
}

.layui-layer.msg-form-mobile .btn-box {
  padding-top: .625rem;
}

.layui-layer.msg-form-mobile .btn {
  height: 2.8125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2.8125rem;
  color: #fff;
  font-size: 1.1875rem;
  font-weight: bold;
  margin-bottom: .625rem;
  box-shadow: -3px 0 1rem -2px rgba(49, 102, 252, 0.5);
  -webkit-box-shadow: -3px 0 1rem -2px rgba(49, 102, 252, 0.5);
  -moz-box-shadow: -3px 0 1rem -2px rgba(49, 102, 252, 0.5);
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#409efd+0,0660b3+100 */
  background: #409efd;
  /* Old browsers */
  background: -moz-linear-gradient(top, #409efd 0%, #0660b3 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #409efd 0%, #0660b3 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #409efd 0%, #0660b3 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#409efd', endColorstr='#0660b3', GradientType=0);
  /* IE6-9 */
}

.bgcx-box-pd {
  padding-bottom: 1.875rem;
}

.bgcx-box {
  padding: 5rem 2.5rem;
  min-height: 28.75rem;
  background-color: #fff;
}

.bgcx-box .tips-box {
  margin: 0 auto;
  padding: 5rem 0;
  width: 31.25rem;
  display: none;
}

.bgcx-box .tips-box-flex {
  font-size: 1.375rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #555555;
}

.bgcx-box .tips-box-flex .text {
  margin-left: .625rem;
  margin-top: 1.25rem;
}

.search-baogao {
  width: 31.25rem;
  height: 2.375rem;
  border: 1px solid #cdcdcd;
  display: flex;
  align-items: center;
  margin: 0 auto;
}

.search-baogao .input-box {
  flex: 1;
  padding: 0 .625rem;
}

.search-baogao .input-text {
  width: 100%;
  border: none;
  line-height: 2.375rem;
}

.search-baogao .search-btn {
  width: 5.625rem;
  line-height: 2.375rem;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  background-color: #0660b3;
  transition: all .3s;
}

.search-baogao .search-btn:hover {
  opacity: 0.9;
}

.jdxz-alert {
  background-color: #fff;
  border-radius: .3125rem !important;
  width: 41.25rem;
}

.jdxz-alert .msg-form-pd {
  padding: 1.5rem 2.1875rem 2.1875rem 2.1875rem;
}

.jdxz-alert .title {
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1rem;
}

.jdxz-alert .dec {
  padding: 1.5rem 0;
  color: #535353;
  font-size: .875rem;
  line-height: 1.6;
  height: 25rem;
  overflow-y: scroll;
}

.jdxz-alert .alert-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: flex;
  width: 3.375rem;
  height: 3.375rem;
  align-items: center;
  justify-content: center;
}

.error {
  text-align: center;
  padding: 6.25rem 0;
  width: 80%;
  margin: 0 auto;
  font-size: 1rem;
}

.detail-downlist {
  margin-bottom: .625rem;
}

.detail-downlist .item {
  display: block;
  color: #0660b3;
  text-decoration: underline;
}

.about-box-pd {
  padding-bottom: 2rem;
}

.about-box {
  padding: 4.375rem 5rem;
  background-color: #fff;
}

.allmap {
  width: 100%;
  height: 25rem;
}

.allmap .anchorBL {
  display: none;
}

.allmap .BMap_bubble_title {
  font-weight: bold;
  font-size: 1rem;
}

.about-con {
  display: flex;
  margin-top: 2rem;
  align-items: center;
}

.about-con .about-l {
  flex: 1;
}

.about-con .ewm-box {
  width: 7.5rem;
  display: flex;
  flex-direction: column;
  margin-left: 4.125rem;
}

.about-con .ewm-box .img {
  width: 100%;
}

.about-con .ewm-box .txt {
  display: block;
  text-align: center;
  color: #333333;
  font-size: .875rem;
  letter-spacing: 2px;
}

.about-con .about-l-flex {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
  align-items: center;
}

.about-con .about-l-flex .item {
  flex: 1;
  color: #4b4b4b;
  font-size: .875rem;
  line-height: 1.6;
}

.about-con .about-l-flex .item .text {
  margin-bottom: 2px;
}

.about-con .about-l-flex .tel {
  color: #4b4b4b;
}

.about-con .about-l-flex .tel:hover {
  color: #4b4b4b;
}

.about-con .about-l-flex .work {
  background-color: #eef5ff;
  padding: 1rem 1.875rem;
  color: #467fd4;
  font-size: 1rem;
  font-weight: bold;
}

.about-con .about-l-flex .work .title {
  font-size: 1.125rem;
}

.about-name {
  display: block;
  position: relative;
  color: #323232;
  font-size: 1.5rem;
  padding-bottom: .5rem;
}

.about-name::after {
  content: '';
  width: 1.6875rem;
  height: .125rem;
  background-color: #323232;
  display: block;
  position: absolute;
  bottom: 0;
}

.about-route {
  margin-top: 2rem;
}

.about-route .about-route-con {
  background-color: #467fd4;
  color: #fff;
  margin-top: 1.3rem;
  padding: 1.875rem 2.1875rem;
}

.about-route .about-route-con .text {
  margin-bottom: 0.6rem;
  font-size: .9375rem;
  font-weight: bold;
  display: flex;
  line-height: 1.6;
}

.about-route .about-route-con .text .txt {
  flex: 1;
}

.about-route .about-route-con .text:last-child {
  margin-bottom: 0;
}

.about-route .about-route-con .red {
  color: #fffc14;
}

/**
 * 公共分页样式
 */
.sunow_page {
  display: block;
  margin: 50px auto 0;
  padding: 2px;
  overflow: hidden;
  text-align: center;
  box-sizing: initial;
}

.sunow_page a {
  position: relative;
  display: inline-block;
  height: 33px;
  line-height: 33px;
  margin-right: -1px;
  vertical-align: middle;
  padding: 0 15px;
  border: 1px solid #dedede;
  border-radius: 3px;
  text-align: center;
  color: #aaaaaa;
  font-size: 14px;
  box-sizing: initial;
}

.sunow_page a:hover {
  color: #1a427c;
}

.sunow_page a.active {
  z-index: 2;
  color: #fff;
  border: 1px solid #1a427c;
  background-color: #1a427c;
  cursor: default;
}

.sunow_page a.disabled,
.sunow_page a[disabled] {
  cursor: no-drop;
  color: #aaaaaa !important;
}

.sunow_page input {
  width: 50px;
  max-width: 50px;
  height: 33px;
  line-height: 33px;
  border: 1px solid #dedede;
  border-radius: 3px;
  text-align: center;
}

.sunow_page span {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  text-align: center;
  padding: 0 10px;
  font-size: 14px;
  color: #aaaaaa;
}