.con {
  width: 100%;
  margin-top: 40px;
  overflow: hidden;
  position: relative;
}
.cominner {
  width: 100%;
  background: #fff;
  padding: 20px 24px;
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  border-color: #dee4ee;
  overflow: hidden;
}
.lunbSwiper {
  width: 600px;
  height: 360px;
}

.lunbSwiper a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.lunbSwiper a img {
  display: block;
  width: 100%;
  transition: all 0.5s linear;
}

.lunbSwiper a img:hover {
  transform: scale(1.15);
}

.lunbSwiper a p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  color: #fff;
  padding: 0 15px;
  line-height: 60px;
  font-size: 16px;
  background: #01345a;
  opacity: 0.8;
  filter: alpha(opacity=80);
  z-index: 2;
}

.lunbSwiper .swiper-pagination {
  width: 600px;
  height: 60px;
  line-height: 60px;
  left: 0;
  bottom: 0;
  text-align: right;
  padding-right: 15px;
  position: absolute;
  z-index: 999;
}

.lunbSwiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
  border: 1px solid #fff;
  background: transparent;
  opacity: 1;
}

.lunbSwiper .swiper-pagination-bullet-active {
  background: #fff;
}
.lunbSwiper .swiper-button-prev {
  background: url(../img/lblef.png) 0 0 no-repeat;
  width: 24px;
  height: 48px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -24px;
  display: block;
  z-index: 999;
}
.lunbSwiper .swiper-button-next {
  background: url(../img/lbrig.png) 0 0 no-repeat;
  width: 24px;
  height: 48px;
  margin-top: -24px;
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  z-index: 999;
}
.tabscon {
  width: 560px;
  height: 360px;
  overflow: hidden;
}
.tabinner {
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid #c6c6c4;
}
.tabinner a {
  float: left;
  width: 120px;
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  color: #333333;
  text-align: center;
  border-radius: 10px 10px 0 0;
  background: #d9e1e6;
  border: 1px solid #c6c6c4;
  border-bottom-width: 0;
  margin-right: 20px;
}
.tabinner a.on {
  color: #fff;
  background: #01345a;
}
.list {
  width: 100%;
  overflow: hidden;
}
.list a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px dashed #c6c6c4;
  overflow: hidden;
}
.list a h4 {
  width: 80%;
  float: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 17px;
  overflow: hidden;
  position: relative;
}
.listcon  .list a h4{
  padding-left: 15px;
}
.listcon .list a h4::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  background: url(../img/yuan.png) 0 0 no-repeat;
}
.list a .time {
  width: 20%;
  float: left;
  height: 50px;
  line-height: 50px;
  text-align: right;
  font-size: 16px;
}
.con2{
  width: 100%;
  margin: 40px 0;
  overflow: hidden;
}
.con2 .ywtx{
  width: 400px;
}
.ywtxinner{
  width: 100%;
  height: 420px;
  border: 1px solid #c6c6c4;
}
.ywtxinner ul{
  width: 325px;
  margin: 30px auto 0;
}
.ywtxinner li{
  height: 60px;
  padding: 10px 0;
  border-bottom: 1px dashed #c6c6c4;
}
.ywtxinner li a{
  display: block;
  padding: 0 30px;
  line-height: 40px;
  color: #01345a;
  font-size: 17px;
  transition: all .3s;
  position: relative;
}
.ywtxinner li a::after{
  content: '';
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 14px;
  background: url(../img/rigarrow.png)  0 0 no-repeat;
}
.ywtxinner li a:hover{
  color: #fff;
  background: #01345a;
  border-radius: 4px;
}
.ywtxinner li a:hover::after{
  background: url(../img/bairigarrow.png) 0 0 no-repeat;
}
.ywtxinner li.on a{
  color: #fff;
  background: #01345a;
  border-radius: 4px;
}
.ywtxinner li.on a::after{
  background: url(../img/bairigarrow.png) 0 0 no-repeat;
}
.con2 .gsgk{
  width: 760px;
  overflow: hidden;
}
.con2 .gsgkinner .gsgknr{
  margin-bottom: 30px;
}
.con2 .gsgkinner .gsgknr img{
  margin-right: 30px;
}
.con2 .gsgkinner .gsgknr{
  font-size: 16px;
  line-height: 31px;
}
.con2 .gsgkinner .gsgknr p{
  text-indent: 0em;
}
.con2 .gsgkinner .gsgknr p a{
  color: #01345a;
}
.con2 .gsgkbot a{
  float: left;
  width: 253px;
  height: 80px;
  line-height: 80px;
  border: 1px solid #c6c6c4;
  display: flex;
  justify-content: center;
  align-items: center;
}
.con2 .gsgkbot a.bordno{
  border-right-width: 0;
  border-left-width: 0;
}
.con2 .gsgkbot a span{
  font-size: 18px;
  color: #01345a;
  margin-left: 15px;
}
/* 业务体系 */
.comm{
  min-height: calc(100vh - 464px);
  margin-bottom: 40px;
}
.comm .ywtx{
  width: 320px;
}
.comm .ywtx .ywtxinner{
  height: auto;
  padding-bottom: 30px;
}
.comm .ywtx .ywtxinner ul{
  width: 250px;
}
.comm .ywtx .ywtxinner li a{
  padding: 0 15px;
}
.comm .ywtx .ywtxinner li a::after{
  right: 15px;
}
.comm .commcon{
  width: 845px;
}
.comm .commcon h3{
  color: #01345a;
  font-size: 24px;
  font-weight: bold;
  padding-left: 18px;
  margin-bottom: 20px;
  position: relative;
}
.comm .commcon h3::before{
  content: '';
  position: absolute;
  width: 4px;
  height: 22px;
  background: #01345a;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.comm .commcon .commnr p{
   font-size: 17px;
   line-height: 36px;
   text-indent: 2em;
   margin-bottom: 15px;
   text-align: justify;
}

.comm .commcon .commnr li{
  color: #333333;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 8px;
  text-indent: 2em;
  line-height: 30px;
}
.pagenum {
  width: 100%;
  margin: 25px 0;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.pagenum li{
list-style:none;display:inline;
}
.pagenum a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  padding: 0 10px;
  line-height: 30px;
  border: 1px solid #eee;
  border-radius: 3px;
}

.pagenum li.active a{
  color: #fff;
  border-color: #056fd4;
  background: #056fd4;
}

/* 详情页 */
.brandnav {
  width: 100%;
  padding: 15px 0;
  overflow: hidden;
}
.brandnav a {
  color: #555;
  padding: 0 5px;
  font-size: 15px;
}
.brandnav a:last-child {
  color: #01345a;
}
.arccon {
  width: 100%;
  padding: 40px 35px;
  background: #fff;
  overflow: hidden;
}
.arccon h1 {
  color: #333333;
  font-size: 30px;
  line-height: 50px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #c6c6c4;
}

.arccon .fb-info {
  margin: 25px 0 30px;
  text-align: center;
}

.arccon .fb-time {
  margin: 0 15px;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #777;
}

.arccon .arcnr p {
  color: #333;
  margin: 20px 0;
  text-indent: 2em;
  text-align: justify;
  font-size: 18px;
  line-height: 36px;
}

.arccon .arcnr p img {
  width: auto;
  max-width: 100%;
  margin: 15px auto;
  display: block;
}
/* 团队 */
.peoitem{
  width: 100%;
  margin-bottom: 40px;
  overflow: hidden;
}
.peoitem .ptlef{
  width: 200px;
}
.peoitem .ptlef h4{
  font-size: 24px;
  margin-bottom: 20px;
}
.peoitem .ptlef p{
  font-size: 20px;
  color: #999;
}
.peoitem .ptrig{
  width: 600px;
}
.peoitem .ptrig h4{
  font-size: 18px;
  padding-bottom: 45px;
  border-bottom: 1px solid #c6c6c4;
  position: relative;
}
.peoitem .ptrig h4 span{
  color: #999;
  font-weight: normal;
}
.peoitem .ptrig h4::after{
  content: '';
  position: absolute;
  width: 40PX;
  height: 3PX;
  background: #01345a;
  left: 0;
  bottom: -2px;
}
/* 检索 */
.searchlist {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.searchlist a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px dashed #eee;
  transition: all .5s;
}

.searchlist a:hover{
  background: #eee;
}

.searchlist h4 {
  line-height: 54px;
  color: #01345a;
  font-size: 18px;
  overflow: hidden;
}

.searchlist h4 span{
  color: #999;
}
 
.searchlist p {
  color: #999;
  font-size: 16px;
  line-height: 36px;
}
