﻿/*layout*/
.zuoimg {
  float: left;
  margin-left: 12px;
}

.zuoimg img {
  width: 200px !important;
  height: 120px !important;
  border-radius: 10px;
}

.youimg li {
  font-size: 14px;
  line-height: 24px;
  width: 81%;
  position: relative;
}

.youimg li a {
  vertical-align: middle;
  min-width: 85px !important;
}

.youimg li i {
  width: 18px;
  height: 18px;
  background: url(404.png) no-repeat center;
  background-size: contain;
  display: inline-block;
  /* vertical-align: middle; */
  position: absolute;
  right: 0px;
  top: 5px;
}

.youimg li a:hover i {
  background: url(404.png) center;
  background-size: contain;
}

.youimg li a:hover {
  color: #B80084 !important;
}

.walout {
  float: right;
  position: relative;
  bottom: 0;
}

/*news*/
* {
  box-sizing: border-box;
  font-family: "微软雅黑", Helvetica, "PingFang SC", "Hiragino Sans GB",
    "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
}

.newspaper {
  display: flex;
}

.news_zi {
  font-size: 32px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #020F1E;
  line-height: 45px;
  position: relative;
}

.news_zi::before {
  content: '';
  width: 62px;
  height: 5px;
  background: #B80084;
  border-radius: 0px 100px 0px 100px;
  position: absolute;
  bottom: -35%;
  left: 0;
  display: inline-block;
}

.sort-nav {
  padding-top: 48px;
  display: flex;
  justify-content: space-between;
  line-height: 60px;
}

.xian {
  width: 100%;
  height: 1px;
  margin-top: -1px;
  margin-bottom: 60px;
  background: #fff;
}

.sort-nav ul {
  text-align: center;
}

.sort-nav li {
  display: inline-block;
}

.sort-nav li a {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #343434;
  padding: 5px 30px;
  margin: 0 15px;
  /* border-radius: 20px 20px 20px 0; */
  transition: all 0.5s;
}

.sort-nav li a:hover,
.sort-nav li.active a {
  color: #B80084;
  font-weight: 500;
  margin-bottom: 25px;
  /* background: #e93a3a; */
}

.sort-nav li.active {
  position: relative;
}
.linder_right>li>a.active {
  border: 1px solid red;
}
.sort-nav li.active::after {
  content: "";
  width: 64px;
  height: 2px;
  background: #0068bd;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: none;
}

.index-design-list.row {
  margin: 0;
  padding: 0 0 80px 0;
}
.daxiaotong{
  max-width: 23% !important;
}
.index-design-list.row li{
  margin-bottom: 27px;
  margin-right: 1.3%;
  max-width: 32%;
}
.index-design-list.row .col-md-4 {
  margin-bottom: 24px;

  list-style: none;
}

.index-design-list .list-item {
  display: block;
  /* border-radius: 10px; */
  overflow: hidden;
  /* background: #fff; */
  height: 100%;
  transition: all 0.5s;
  position: relative;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 6%);
}

.index-design-list .list-item i {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
  transition: all 0.5s;
  display: none;
}

.index-design-list .list-item .item-img {
  position: relative;
  z-index: 1;
  text-align: center;
}

.index-design-list:hover .list-item i {
  background: rgba(0, 0, 0, 0.5);
}

.index-design-list li:hover .list-item i {
  background: rgba(0, 0, 0, 0);
}

.index-design-list .list-item:hover {
  -webkit-box-shadow: 0 15px 30px rgb(0 0 0 / 20%);
  box-shadow: 0 15px 30px rgb(0 0 0 / 20%);
  transform: translate3d(0, -8px, 0);
  -webkit-transform: translate3d(0, -8px, 0);
  -moz-transform: translate3d(0, -8px, 0);
  -ms-transform: translate3d(0, -8px, 0);
  -o-transform: translate3d(0, -8px, 0);
  background: #FFF;
}

.index-design-list .list-item:hover .item-text {
  background: #B80084;
}

.index-design-list .list-item:hover .item-text {
  color: #fff;
}

.index-design-list img {
  width: 100%;
  max-height: 285px;
  object-fit: cover;
}
.youqi{
  width: 276px;
  height: 276px;
}
.index-design-list .item-text {
  padding: 27px 0 25px 0px
}

.index-design-list .title {
  text-align: left;
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  line-height: 30px;
  width: 94%;
  margin: auto;
}



.index-design-list .title span:nth-child(1) {
  display: inline;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 500;
  line-height: 33px;
  color: #494f55;
  margin-right: 24px;
}

.index-design-list .item-text .intro {
  margin: auto;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  color: #808080;
}

.jian {
  margin-left: 15px;
}

.index-design-list .item-text .time {
  height: 20px;
  font-size: 12px;
  font-weight: 400;
  color: #a3aeba;
  line-height: 30px;
  float: right;
}

.index-design-list .ball{
  width: 100px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background-color:  #B80084;
  border-radius: 0px 20px 20px 0px;
  position: absolute;
  top: 9px;
  left: 0;
}
.index-web {
  background: #fafafa;
}

.index-web .index-title {
  padding-top: 70px;
  padding-bottom: 260px;
  background-image: url(404.png);
}

/*about*/
#fluid1 {
  margin-bottom: 50px;
}

.introduce p {
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #494F55;
  line-height: 28px;
}

.introduce {
  margin-bottom: 90px;
}

#left-lists {
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#left-lists li {
  display: flex;
  align-items: center;
  min-width: 23%;
  max-width: 27%;
  margin-bottom: 56px;
}

#left-lists .list-num {
  margin-left: 14px;
}

#left-lists .list-num span {
  font-size: 44px;
  font-family: D-DIN-Bold, D-DIN;
  font-weight: bold;
  color: #0A4AAA;
  line-height: 24px;
}

#left-lists .list-num strong {
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #343434;
  line-height: 25px;
}

#left-lists .list-num p {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
}

#left-lists .list-img i {
  display: inline-block;
  width: 50px;
  height: 50px;
}

#left-lists .list-img {
  width: 60px;
  height: 60px;
}

#left-lists .list-img i.icon-about1 {
  width: 60px;
  height: 60px;
  background: url(404.png) no-repeat;
  background-size: 100% 100%;
}

#left-lists .list-img i.icon-about2 {
  width: 60px;
  height: 60px;
  background: url(404.png) no-repeat;
  background-size: 100% 100%;
}

#left-lists .list-img i.icon-about3 {
  width: 60px;
  height: 60px;
  background: url(404.png) no-repeat;
  background-size: 100% 100%;
}

#left-lists .list-img i.icon-about4 {
  width: 60px;
  height: 60px;
  background: url(404.png) no-repeat;
  background-size: 100% 100%;
}

.fluids2 {
  background: #D9EDF7;
}

.titles2 {
  width: 60px;
  height: 5px;
  background: #B80084;
  margin: 10px auto;
  border-radius: 0px 100px 0px 100px
}

.educa {
  display: flex;
  flex-wrap: wrap;
}

.educa1 {
  margin-bottom: 20px;
}

.educa2 {
  font-size: 24px;
  font-weight: 400;
  color: #333333;
  line-height: 33px;
  margin-bottom: 20px;
}

.educa3 {
  font-size: 16px;
  font-weight: 400;
  color: #808080;
  line-height: 24px;
  max-width: 390px;
}

.educa .col-md-4 {
  margin-bottom: 60px;
}

#conts {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 180px;
}

#conts .container {
  position: relative;
  z-index: 1;
}

#conts::after {
  width: 140%;
  height: 100%;
  position: absolute;
  left: -20%;
  top: 0;
  z-index: 0;
  content: '';
  border-radius: 0 0 40% 40%;
  background: #FFF;
  opacity: 0.49;
}

#fluid3 {
  padding-right: 0px;
  padding-left: 0px;
  /* margin-top: -60px; */
  position: relative;
}

.years {
  display: flex;
  /* background: #D9EDF7; */
  background: url(404.png) no-repeat;
  background-size: cover;
}

.years_left {
  position: relative;
  margin-left: 277px;
  float: left;
  margin-bottom: 80px;
  margin-top: -60px;
}

.fazhan {
  position: absolute;
  top: 47px;
  left: 45px;
  font-size: 38px;
  font-weight: 500;
  color: #0068BD;
  line-height: 53px;
}

.years_right {
  width: 80%;
  float: right;
  position: relative;
  padding-left: 20px;
  overflow: hidden;
}

.years_right1 {
  height: 100%;
  margin-top: 30px;
}

.swiper-product7 .swiper-button-next {
  left: 85px;
  top: 437px;
  background: url(404.png) no-repeat center #FFF;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.swiper-product7 .swiper-button-prev {
  left: 10px;
  top: 437px;
  background: url(404.png) no-repeat center #FFF;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.swiper-product7 .swiper-button-next::after,
.swiper-product7 .swiper-button-prev::after {
  content: '';
}

.p1s {
  font-size: 38px;
  font-weight: bold;
  color: #0068BD;
  line-height: 56px;
  padding-top: 112px;
  margin-bottom: 45px;
}

.p2s {
  font-size: 16px;
  font-weight: 400;
  color: #494F55;
  line-height: 29px;
  max-width: 90%;
}

.p2s span {
  font-size: 16px !important;
  font-weight: 400;
  color: #494F55 !important;
  line-height: 29px;
  background: none !important;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif !important;
}

#fluid4 {
  background: linear-gradient(180deg, #F9F9F9 0%, rgba(253, 253, 253, 0) 55%);
  /* opacity: 0.55; */
}

#fluid4 .container {
  margin-bottom: 105px;
}

#fluid5 {
  background: url(404.png) no-repeat;
  background-size: 100% 100%;
}

.vr {
  padding: 187px 0 382px 0;
  margin-left: 260px;
  max-height: 620px;
}

.vr p {
  font-size: 38px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 53px;
  margin-bottom: 15px;
}

.chang {
  font-size: 34px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
  max-width: 400px;
  margin-bottom: 55px;
}

.vr .shop1 {
  justify-content: space-around;
}

.vr .shop1_check a {
  font-size: 16px;
  color: #0068BD;
}

/*product*/
.index-box {
  border: 1px solid transparent;
}

.prod_one {
  width: 100%;
  display: flex;
  /* background: #FFF; */
  margin-top: 60px;
  padding: 0 10vw;

}

#sixx2 {
  margin-bottom: 100px;
}

#sixx3 {
  margin-bottom: 0px;
}

#sevebeb {
  margin-bottom: 120px;
}

.prod_one .swiper-button-prev::after {
  content: '';
}

.prod_one .swiper-button-prev {
  height: 50px;
  width: 50px;
  top: 55%;
  background: url(404.png) no-repeat;
  background-size: 100%;
}

.prod_one .swiper-button-next::after {
  content: '';
}

.prod_one .swiper-button-next {
  height: 50px;
  width: 50px;
  top: 55%;
  background: url(404.png) no-repeat;
  background-size: 100%;
}

.prod_one_left {
  width: 40.6%;
  float: left;
}

.prod_one_left img {
  width: 100%;
}

.prod_one_right {
  width: 100%;
  position: relative;
  padding: 0 80px;
}

.prod_name {
  font-weight: 800;
  color: #131313;
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
}

.prod_jie {
  width: 100%;
  text-align: center;
  margin: auto;
  font-size: 16px;
  font-weight: 400;
  color: #7E8893;
  line-height: 22px;
}

#name2 {
  text-align: center;
  padding-top: 60px;
}

.prod_one_right1 {
  height: 100%;
  padding: 30px 0px 30px 0px;
}

.prod_one_right .swiper-button-next {
  position: absolute;
}

.yanse {
  width: 100%;
  height: 45%;
  background: #FFF;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  z-index: -1;
  border-radius: 28px;
}

.yanse2 {
  width: 100%;
  height: 45%;
  background: #EDF9FF;
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
  z-index: -1;
  border-radius: 28px;
}

.swiper1 {
  padding: 35px 27px 22px 27px;
}

.swiper1 img {
  width: 100%;
}

.zoro {
  position: absolute;
  top: 73vh;
  right: 0;
}

.leaf {
  position: absolute;
  left: 0;
  bottom: 66vh;
}

.p1 {
  font-size: 20px;
  font-weight: 500;
  color: #494F55;
  line-height: 28px;
  margin-bottom: 6px;
}

.p2 {
  font-weight: 400;
  color: #A3AEBA;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
}

.look {
  width: 120px;
  height: 38px;
  background: #0068BD;
  border-radius: 19px;
  line-height: 38px;
  color: #FFF;
  margin: auto;
  font-size: 14px;
}

.look a {
  font-size: 14px;
  color: #FFF;
}

/*product_detail*/
.shows {
  padding-top: 97px;
  display: flex;
  justify-content: space-between;
  min-height: 900px;
}

.shows_right {
  height: 100%;
}

.shows_right p {
  font-size: 36px;
  font-weight: 500;
  color: #494F55;
  line-height: 50px;
  padding: 148px 0px 20px 0px;
}

.blue {
  width: 72px;
  height: 4px;
  margin-bottom: 20px;
  background: #0068BD;
}

.intros {
  font-size: 18px;
  font-weight: 500;
  color: #0068BD;
  line-height: 32px;
  margin-bottom: 30px;
}

.shows_right ul {
  font-weight: 400;
  color: #494F55;
  line-height: 28px;
  font-size: 16px;
  margin-bottom: 81px;
}

#sshopp .shop1 {
  width: 200px;
  height: 60px;
  line-height: 60px;
}

.shop {
  display: flex;
}

.shop1 {
  width: 150px;
  height: 45px;
  background: #FFFFFF;
  border-radius: 30px;
  display: flex;
  line-height: 45px;
  text-align: center;
}

.shop1_img {
  margin-left: 32px;
}

.shop1_check {
  margin-left: 8px;
  font-size: 16px;
}

.shop2 {
  margin-left: 20px;
}

/* 详情页轮播图 */
.swiper-box {
  width: 90%;
  margin-bottom: 20px;
}

.pic_page {
  position: absolute;
  z-index: 100;
  right: 20px;
  bottom: 20px;
  font-size: 18px;
  color: #FF5909;
  font-weight: bold;
}

.view {
  position: relative;
  margin-top: 100px;
}

.swiper-padding {
  height: 0;
  position: relative;
  padding-bottom: 100%;
}

.view .swiper-container {
  width: 100%;
  /* height: 100%; */
  position: absolute;
}

.view .swiper-container img {
  width: 80%;
  /* height: 100%; */
  /* border: 1px solid #E6E6E6; */
}

.shows_left {
  width: 100%;
  min-height: 600px;
}

.view .arrow-left {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -25px;
  width: 28px;
  height: 50px;
  background: url('404.png') no-repeat center;
  background-size: 100%;
  z-index: 10
}

.view .arrow-right {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -25px;
  width: 28px;
  height: 50px;
  background: url('404.png') no-repeat center;
  z-index: 10
}

.view .swiper-slide div {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

.preview {
  width: 100%;
  height: 90px;
  margin-top: 18px;
  position: relative;
}

.preview .swiper-container {
  margin-left: 45px;
  margin-right: 45px
}

.preview .swiper-slide {
  width: 110px;
  height: 90px;
  cursor: pointer;
  overflow: hidden;
}

.preview .swiper-slide img {
  width: 90px;
  height: 90px;
  margin: 0 auto 0 10px;
  border: 1px solid #E6E6E6;
}

.preview .arrow-right,
.preview .arrow-left {
  position: absolute;
  top: 10px;
  margin-top: -10px;
  width: 40px;
  height: 90px;
  /* background: #f5f5f5; */
  text-align: center;
  z-index: 10;
  overflow: hidden;
}

.preview .arrow-left {
  left: 0px;
}

.preview .arrow-right {
  right: 0px;
}

.preview .arrow-left i,
.preview .arrow-right i {
  font-size: 70px;
  line-height: 90px;
  transform: translateX(-15px);
  display: inline-block;
  transition: all .5s;
}

.preview .arrow-left:hover i,
.preview .arrow-right:hover i {
  color: #3760f4;
}

.preview .active-nav img {
  padding: 0;
  border: 1px solid #3760f4;
  opacity: .9;
}

/* 详情页轮播图 */
/*news_detail*/
.details {
  background: #FFF;
  display: flex;
  padding-left: 50px;
  margin-top: 65px;
}

.details img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.ctmdb{
  display: flex;
}
.footer .copy-bottom .ctmdb p a{
  font-size: 14px !important;
    font-weight: 400 !important;
    color: #FFFFFF !important;
 
    opacity: 0.8 !important;
}
.footer .copy-bottom p{
  opacity: 0.2;
  margin-right: 10px;
  font-size: 14px !important;
}
.details_title {
  line-height: 50px;
  margin-bottom: 40px;
  font-size: 36px;
font-family: SourceHanSansCN-Medium, SourceHanSansCN;
font-weight: 500;
color: #06092D;
}

.details_time {
  font-size: 14px;
  font-weight: 400;
  color: #7F7F7F;
  line-height: 26px;
  margin-bottom: 48px;
}

.details_book {
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 48px;
}
.details_book h4 {
 
  margin-bottom: 15px;
}
.xuxian {
  width: 100%;
  height: 1px;
  background: #E6E6E6;
  margin-bottom: 48px;
}

.based {
  width: 100%;
  /* display: flex; */
  padding-bottom: 166px;
}

 .based-box {
  /* display: flex;
  align-items: center; */
  padding: 10px 0 0 10px;
}

 .col-md-12 {
  padding: 0 0 15px 0;
}

 .sxia {
  font-size: 18px;
  font-family: SourceHanSansCN-Regular, SourceHanSansCN;
  font-weight: 400;
  color: #B1B1B1;
  line-height: 27px;
}

 .recommend>a {
  font-size: 14px;
  font-weight: 400;
  color: #959494;
  line-height: 22px;
  transition: all .3s;
  margin-top: 10px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
.xude{
    width: 100%;
    height: 1px;
    background: #E6E6E6;
    margin: 15px 0;
}
 .based-box:hover .recommend>a {
  color: #B80084 ;
}

 .but-based {
  border-radius: 25px;
  border: 2px solid #0068BD;
  padding: 15px 42px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #0068BD;
  line-height: 20px;
  display: inline-block;
}
.shangxia{
  display: flex;
  justify-content: space-between;
}
.times2 {
  font-size: 14px;
  font-weight: 400;
  color: #343434;
  line-height: 20px;
  margin-bottom: 24px;
}
.shangxia .based-box{
  display: flex;
  align-items: center;
}
.looks {
  width: 140px;
  height: 50px;
  border-radius: 25px;
  line-height: 50px;
  text-align: center;
  border: 2px solid #979797;
}
.tuijian{
  margin-bottom: 20px;
  background: #F4F7F9;
  padding: 20px;
}
.relevant {
  font-size: 16px;
  font-weight: 400;
  color: #323232;
  line-height: 22px;
  margin-bottom: 26px;
}

.relevants li {
  font-size: 14px;
  font-weight: 400;
  color: #343434;
  line-height: 20px;
  margin-bottom: 10px;
}

.right_choose {
  width: 80%;
  padding: 0px 98px 0px 30px;
  
}
.right_choose img{
  max-width: 100px;
}
.where{
  background: #F4F7F9;
  border: 1px solid #E5E5E5;
  margin-bottom: 50px;
}
.where1{
  width: 100%;
  height: 5px;
  background: #B80084;
  margin-bottom: 27px;
}
.where2{
  font-size: 18px;
  font-family: SourceHanSansCN-Regular, SourceHanSansCN;
  font-weight: 400;
  color: #333333;
  line-height: 27px;
  text-align: center;
  margin-bottom: 40px;
}
.where3{
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.where4{
  line-height: 56px;
  background: #FFFFFF;
  font-size: 16px;
font-family: SourceHanSansCN-Regular, SourceHanSansCN;
font-weight: 400;
color: #666666;
padding: 0 30px;
    margin-bottom: 30px;
}
.right_type li{
  display: flex;
  align-items: center;
  font-size: 16px;
  font-family: SourceHanSansCN-Medium, SourceHanSansCN;
  font-weight: 500;
  color: #06092D;
  line-height: 29px;
  margin-bottom: 15px;
}
.picct{
  width: 95px;
  height: 68px;
}
.picct img{
  width: 95px;
  height: 100%;
}
.piccts{
  margin-left: 10px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor:pointer;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;

}
.type {
  font-size: 16px;
  font-weight: 400;
  color: #808080;
  line-height: 22px;
  margin-bottom: 15px;
}

.right_type {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 22px;
  border-bottom: 1px solid #E6E6E6;
}

.right_type li a {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #343434;
  padding: 5px 0px 5px 17px;
  margin: 0 auto;
  /* border-radius: 20px 20px 20px 0; */
  transition: all 0.5s;
}



.right_type li a:hover,
.right_type li.active a {
  color: #fff;
  font-weight: 500;

  background: #0068BD;
  /* background: #e93a3a; */
}

.right_type li.active {
  position: relative;
}
.nextp{
  margin-bottom: 20px;
}
.fanhui{
  width: 160px;
  border-radius: 16px;
  line-height: 40px;
  background: #F4F7F9;
  border: 1px solid #E9E9E9;
  display: flex;
  justify-content: center;
  font-size: 16px;
font-family: SourceHanSansCN-Regular, SourceHanSansCN;
font-weight: 400;
color: #333333;
}
.fanhui div{
  margin-right: 10px;
}
#type2 {
  margin-bottom: 14px;
}

.relevants2 {
  font-size: 14px;
  font-weight: 400;
  color: #343434;
  line-height: 20px;
}

.relevants2 li {
  padding-top: 23px;
  padding-bottom: 22px;
  border-bottom: 1px solid #E6E6E6;
}
.fouty{
  max-width: 45% !important;
}
.se1{
  font-size: 32px;
  font-family: SourceHanSansCN-Bold, SourceHanSansCN;
  font-weight: bold;
  color: #333333;
  line-height: 48px;
  margin: 20px 0;
}
.se2{
  font-size: 24px;
font-family: SourceHanSansCN-Regular, SourceHanSansCN;
font-weight: 400;
color: #06092D;
line-height: 36px;
margin-bottom: 20px;
}
.se3{
  font-size: 16px;
font-family: SourceHanSansCN-Regular, SourceHanSansCN;
font-weight: 400;
color: #666666;
line-height: 32px;
margin-bottom: 15px;
}
.se4{
  line-height: 30px;
  margin-bottom: 40px;
}
.se4 li{
  font-size: 14px;
  font-family: SourceHanSansCN-Regular, SourceHanSansCN;
  font-weight: 400;
  color: #666666;
  display: flex;
  align-items: center;
}
.se4 li div{
  margin-right: 15px;
}
.yuan1{
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #D1B253;
}
.yuan2{
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #E8EFD1;
}
.yuan3{
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #9FB09E;
}
.yuan4{
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #0E6B79;
}
.sezhuan{
  background: url(../image/cai6.png) center no-repeat;
  background-size: cover;
  
}
.yuan{
  font-size: 32px;
font-family: SourceHanSansCN-Bold, SourceHanSansCN;
font-weight: bold;
color: #594D43;
line-height: 48px;
padding-top: 60px;
margin-bottom: 30px;
}
.rgbs{
  display: flex;
  background: #FFFBF6;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  /* border-radius: 0px 0px 0px 200px; */
  padding: 10px;
  /* flex-wrap: wrap; */
}
.rgbs img{
  width: 50%;
}
.zhongtu{
  position: relative;
  padding-bottom: 85px;
}
.rgbskuai1{
  font-size: 14px;
  font-family: SourceHanSansCN-Regular, SourceHanSansCN;
  font-weight: 400;
  line-height: 21px;
  padding: 33px 0  33px 0px;
  min-width: 160px;
  margin: 10px;
}
.rgbskuai11{
  color: #84847F;
  background: #F7F2EA;
}
.rgbskuai12{
  color: #fff;
  background: #F5E2DA;
}
.rgbskuai13{
  color: #fff;
  background: #BEA897 ;
}
.rgbskuai14{
  color: #fff;
  background: #6B3D31;
}
.rgbskuai15{
  color: #fff;
  background: #6C7A6A;
}
.rgbskuai16{
  color: #fff;
  background: #FCEFD1;
}
.rgbskuai17{
  color: #fff;
  background: #ECD998;
}
.rgbskuai18{
  color: #fff;
  background: #F2D9CC ;
}
.rgbskuai19{
  color: #fff;
  background: #D4D9DA;
}
.rgbskuai20{
  color: #fff;
  background: #AEA6AE;
}
.rgbskuai21{
  color: #fff;
  background: #E9E8CA;
}
.rgbskuai22{
  color: #fff;
  background: #9DB59A;
}
.rgbskuai23{
  color: #fff;
  background: #FCDCC2 ;
}
.rgbskuai24{
  color: #fff;
  background: #E2AE46;
}
.rgbskuai25{
  color: #fff;
  background: #D88053;
}
.cjing{
  font-size: 24px;
font-family: SourceHanSansCN-Bold, SourceHanSansCN;
font-weight: bold;
color: #06092D;
line-height: 36px;
margin: 40px 0 20px 0;
}
.jiaobu{
  padding: 0 20px;
  text-align: left;
}
.manman{
  font-size: 16px;
font-family: SourceHanSansCN-Regular, SourceHanSansCN;
font-weight: 400;
color: #666666;
line-height: 32px;
margin-bottom: 15%;
}
.qin{
    width: 25%;
    text-align: center;
    height: 42px;
    border-radius: 5px;
    border: 1px solid #968476;
    font-size: 16px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #968476;
    line-height: 42px;
    }
.wxchatcode{
  background: url(../image/kk1.png) center no-repeat;
  background-size: contain;
}
.wxchatcode img{
  width: 100%;
}
.juju{
  display: flex;
  align-items: center;
  /*padding: 30px 0;*/
  justify-content: space-between;
}
.secaikongjian{
  margin-bottom: 50px;
}
.juju1{
margin-left: 15%;
}
.juju2{
  margin-left: -15%;
}
.juju22{
  font-size: 1.8rem;
  margin-bottom: 20px;
  font-weight: 900;
}
.juju22 span{
  color: #23c874;
}
.juju23{
  display: flex;
  /*justify-content: space-between;*/
}
.juju23 div{
  border: 1px solid #979797;
  line-height: 24px;
  color: #807675;
  padding: 0 15px;
  border-radius: 6px;
  margin-right: 2%;
}
.juju3{

}
.zi1{
  font-size: 18px;
  font-family: SourceHanSansCN-Bold, SourceHanSansCN;
  font-weight: bold;
  color: #333333;
  line-height: 27px;
  margin: 15px 0;
}
.zi2{
  width: 94%;
  font-size: 14px;
  font-family: SourceHanSansCN-Regular, SourceHanSansCN;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
}
.hunder{
  margin-bottom: 80px;
}
.hunder .col-md-3 img{
  width: 100%;
}
.bannner{
  width: 100%;
}
.bannner img{
  width: 100%;
}
.shuaixuan{
  width: 100%;
  background: #FFF;
}









.search {
  height: 40px;
  border: 1px solid #E6E6E6;
  margin-top: 31px;
  position: relative;
}

.search form {
  width: 100%;
  height: 100%;
  display: flex;
}

.search_img {
  width: 40px;
  height: 38px;
  background: #0068bd;
  position: absolute;
  top: 0;
  right: 0;
}

.search form input {
  width: 88%;
  height: 100%;
  font-size: 16px;
  text-indent: 15px;
  border: none;
  float: left;
}

/*society*/
.titles {
  width: 100%;
  font-size: 32px;
  font-weight: 500;
  color: #020f1e;
  line-height: 45px;
  text-align: center;
  margin-top: 48px;
  margin-bottom: 49px;
}

.pinpai_box {
  background-color: #F4F7F9;
  margin-top: 20px;
  padding-top: 66px;
  padding-bottom: 23px;
}

.pinpai_box .pinpai_box-title {
  margin-bottom: 62px;
}

.pinpai_box .pinpai_box-title h2 {
  font-size: 32px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #020F1E;
  line-height: 45px;
  text-align: center;
}
.soc{
  margin-top: 100px;
  height: 60vh;
  
  overflow: hidden;
}
.soc .col-md-6{
  padding: 0;
}
.soc_box {
  margin-top: 50px;
  padding-bottom: 23px;
  text-align: center;
}
.soc1 img{
  width: 100%;
  height: 100%;
}
.soc2{
  height: 100%;
  background: #968476;
  display: flex;
  align-items: center;
}
.soc2l{
  height: 100%;
  background: #b7ac9d;
  display: flex;
  align-items: center;
}
.soc2b{
  height: 100%;
  background: #d4b67a;
  display: flex;
  align-items: center;
}
.soc22{
  width: 60%;
  padding-left: 6%;
}
.socl{
  font-size: 24px;
  color: #FFF;
  font-weight: bold;
  margin-bottom: 30px;
}
.socp{
  color: #FFF;
  font-size: 16px;
  line-height: 30px;
}
.soc_box .pinpai_box-title {
  margin-bottom: 35px;
}

.soc_box .pinpai_box-title h2 {
  font-size: 32px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #020F1E;
  line-height: 45px;
  text-align: center;
}
.soc_box .titlesl{
  width: 42px;
  margin: 30px auto;
  display: flex;
}
.soc_box .titlesl1{
  width: 7px;
  height: 7px;
  background: #A41F7C;
}
.soc_box .titlesl2{
  width: 7px;
  height: 7px;
  background: #1F9DDC;
}
.soc_box .titlesl3{
  width: 7px;
  height: 7px;
  background: #96BC22;
}
.soc_box .titlesl4{
  width: 7px;
  height: 7px;
  background: #FFD01F;
}
.soc_box .titlesl5{
  width: 7px;
  height: 7px;
  background: #F39713;
}
.soc_box .titlesl6{
  width: 7px;
  height: 7px;
  background: #DD201E;
}
.soc_text{
  font-size: 16px;
  font-family: SourceHanSansCN-Regular, SourceHanSansCN;
  font-weight: 400;
  color: #968476;
  line-height: 24px;
}
.book-list {
  display: flex;
  max-height: 330px;
  margin-bottom: 30px;
  padding: 30px 0;
  transition: all 0.5s;
}

.book-list:hover {
  -webkit-box-shadow: 0 15px 30px rgb(0 0 0 / 20%);
  box-shadow: 0 15px 30px rgb(0 0 0 / 20%);
  transform: translate3d(0, -8px, 0);
  -webkit-transform: translate3d(0, -8px, 0);
  -moz-transform: translate3d(0, -8px, 0);
  -ms-transform: translate3d(0, -8px, 0);
  -o-transform: translate3d(0, -8px, 0);
  background: #FFF;
  border-radius: 10px;
}

.book-list .col-md-4 img {
  width: 380px;
  height: 100%;
}

.book-list .col-md-4 {
  text-align: right;
}

#pinzhi {
  margin-bottom: 60px !important;
}

.book-list-title {
  font-size: 24px;
  font-weight: 400;
  color: #494F55;
  line-height: 33px;
  margin-bottom: 15px;
  padding-top: 24px;
}

.book-list-jian {
  font-size: 16px;
  font-weight: 400;
  color: #76808A;
  line-height: 28px;
  margin-bottom: 45px;
}

.look-detail {
  display: flex;
  font-size: 14px;
  font-weight: 500;
  color: #A3AEBA;
  line-height: 30px;
}

.rightts {
  margin-left: 10px;
}

.stand {
  width: 100%;
  margin: auto;
  text-align: center;
  margin-bottom: 60px;
}

#fluids {
  padding: 0;
  overflow: hidden;

}

.quanbu {
  background: #DAEDF7;
}

.six {
  display: flex;
}

.six_left {
  font-size: 36px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 42px;
  -webkit-background-clip: text;
  width: 50%;
  background: #0068BD;
}

.six_left h3 {
  padding-top: 300px;
  padding-left: 205px;
  padding-bottom: 50px;
  max-width: 800px;
}

.six_right {
  width: 50%;
}

.six_right img {
  width: 100%;
  height: 100%;
}

.sodetail {
  padding-top: 60px;
  padding-bottom: 150px;
}

.sodetail p {
  font-size: 20px;
  font-family: 微软雅黑, PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #373737;
  line-height: 30px !important;
  margin: auto;
}

.five {
  display: flex;
  position: relative;
}

.junk {
  display: none;
}

/* 分页 */
.sort-page {
  margin-bottom: 120px;
}

.pagination {
  justify-content: center;
  flex-wrap: wrap;
}

.pagination li {
  margin: 0 5px 36px 5px;
}

.pagination li a {
  display: block;
  height: 44px;
  min-width: 44px;
  word-break: keep-all;
  white-space: nowrap;
  background: #fff;
  font-size: 14px;
  line-height: 44px;
  color: #7f7f7f;
  text-align: center;
  border-radius: 50%;
}

.pagination li:hover a {
  color: #B80084;
}

.pagination li.active:hover a {
  color: #fff;
}

.pagination li span {
  display: block;
  height: 44px;
  min-width: 44px;
  word-break: keep-all;
  white-space: nowrap;
  background: #fff;
  font-size: 14px;
  line-height: 44px;
  color: #7f7f7f;
  text-align: center;
  border-radius: 50%;
}

.pagination li.disabled span {
  cursor: not-allowed;
}

.pagination li.active span {
  display: block;
  height: 44px;
  min-width: 44px;
  word-break: keep-all;
  white-space: nowrap;
  font-size: 14px;
  line-height: 44px;
  color: #fff;
  text-align: center;
  background: #B80084;
}

/* 分页 */
.six_left_book {
  padding-left: 205px;
  padding-bottom: 280px;
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 16px;
  -webkit-background-clip: text;
}

.five_left {
  z-index: 1;
}

.five_left p {
  position: absolute;
  z-index: 3;
  left: 320px;
  top: 114px;
  font-size: 38px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 53px;

}

.five_left h3 {
  position: absolute;
  z-index: 3;
  left: 320px;
  top: 256px;
  font-size: 24px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 33px;
  max-width: 540px;
}

.five_left img {
  width: 110%;
}

.five_right img {
  width: 110%;
}

.five_right {
  position: absolute;
  right: 0px;
}

.five_left_book {
  position: absolute;
  z-index: 3;
  left: 320px;
  top: 350px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 22px;
  max-width: 540px;
}

.five_left .shop1 {
  width: 220px;
  height: 56px;
  position: absolute;
  z-index: 3;
  left: 320px;
  top: 480px;
  line-height: 56px;
}

.five_left .shop1 .shop1_check {
  margin-left: 30px;
  font-weight: 400;
  color: #0068BD;
}

.five_left .shop1 .shop1_img {
  margin-left: 80px;
}

/*join*/
#joind {
  right: 615px;
}

.recruit-list {
  margin-bottom: 60px;
}

.recruit-list .list-item {
  margin-bottom: 20px;
}

.recruit-list .item-head {
  padding: 28px 40px;
  background: #fff;
  box-shadow: 0px 2px 4px 0px rgba(220, 220, 220, 0.5);
  cursor: pointer;
}

.recruit-list .item-head h3 {
  font-size: 20px;
  line-height: 1.5;
  color: #000;
  position: relative;
  padding-right: 25px;
}

.recruit-list .item-head h3 .item-more {
  display: block;
  width: 20px;
  height: 20px;
  background: url(404.png) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 5px;
}

.recruit-list .list-item.active .item-head {
  background: linear-gradient(135deg, #3C54D0 0%, #2F44AF 100%);
}

.recruit-list .list-item.active h3 {
  color: #fff;
}

.recruit-list .list-item.active h3 .item-more {
  background: url(404.png) no-repeat center;
  background-size: contain;
}

.recruit-list .item-body {
  background: #fff;
  box-shadow: 0px 2px 4px 0px rgba(220, 220, 220, 0.5);
  padding: 45px 40px;
  display: none;
}

.recruit-list .item-body .item-text {
  padding-left: 32px;
  border-left: 2px solid #e5e5e5;
}

.recruit-list .item-body h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #000000;
  margin-bottom: 28px;
  position: relative;
}

.recruit-list .item-body h4::after {
  content: "";
  width: 2px;
  height: 20px;
  background: #323232;
  position: absolute;
  left: -34px;
  top: 2px;
}

.recruit-list .item-body .item-editor {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 2;
  color: #808080;
}

.recruit-list .item-editor p {
  font-size: 16px;
  line-height: 2;
  color: #808080;
}

.recruit-list .item-editor .email {
  display: block;
  font-size: 30px;
  line-height: 1.1;
  color: #000;
}

#fluid6 {
  padding: 0;
  margin-bottom: 70px;
}

.team {
  width: 100%;
  background: url(404.png);
  background-size: 100% 100%;
}

.temas {
  font-size: 31px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 60px;
  letter-spacing: 6px;
  padding: 202px 0 298px 0;
  margin-left: 57%;
  max-width: 260px;
}

.join-personnel {
  padding-bottom: 100px;
}

.people {
  display: flex;
  margin-bottom: 50px;
}

.people_idea {
  padding: 0px 0 0 60px;
}

.chumo:hover .idea_xian {
  width: 236px;

}

.people1 {
  width: 100%;
}

.people1 img {
  width: 100%;
}

.air1 {
  display: block;
}

.air2,
.air3,
.air4 {
  display: none;
}

.idea_xian {
  transition: all 1s;
  width: 0;
  height: 2px;
  background: #0068BD;
  margin-bottom: 20px;

}

.idea_title {
  font-size: 22px;
  font-weight: 400;
  color: #343434;
  line-height: 30px;
  margin-bottom: 10px;
}

.idea_idea {
  /* transition: all .5s; */
  max-width: 700px;
  font-size: 16px;
  font-weight: 400;
  color: #989898;
  line-height: 26px;
  margin-bottom: 30px;
  /* margin-bottom: 42px; */
  /* visibility: hidden; */
  /* display: none; */
  /* opacity: 0;
  transition: all .5s; */
}

.report {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.report .col-md-6,
.report .col-md-3 {
  margin-bottom: 20px;
  min-height: 326px;
}

.report_content {
  width: 100%;
  /* height: 100%; */
  background: url(404.png) no-repeat;
  background-size: 100% 100%;
  border-radius: 8px;
}

.content_one {
  width: 90%;
  margin: auto;
}

.report_content p {
  font-size: 24px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 33px;
  padding-top: 38px;
  margin-bottom: 203px;
}

.down {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  padding-bottom: 30px;
}

.report2 {
  height: 100%;
  background: #FFF;
  border-radius: 8px;
}

.report3 {
  width: 85%;
  margin: auto;
}

.down1 {
  display: flex;
}

.down1:nth-child(2) {
  line-height: 30px;
}

.report_time {
  font-size: 18px;
  font-family: D-DIN, D;
  font-weight: normal;
  color: #0068BD;
  line-height: 20px;
  padding-top: 37px;
  margin-bottom: 9px;
}

.down_title {
  min-height: 120px;
  font-size: 18px;
  font-weight: 400;
  color: #494F55;
  line-height: 28px;
  margin-bottom: 95px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;

  /* autoprefixer: ignore next */

  -webkit-box-orient: vertical;
}

.down2 {
  display: flex;
  font-size: 14px;
  font-weight: 400;
  color: #494F55;
  /* line-height: 20px; */
}

.downd2d {
  line-height: 35px;
}

.downd2 {
  line-height: 22px;
  margin-left: 10px;
}

#fluid7 {
  padding: 0;
}

.last {

  min-height: 530px;
  background: #e0f0f9;
}

.last .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.last .col-md-4 {
  margin-top: 110px;
}

.calls2 {
  border: none !important;
}

.calls1 {
  border-radius: 8px;
  border: 1px solid #FFFFFF;
  min-height: 220px;
}

.calls:hover {
  background: #FFF;
}

.calls1 p {
  padding-top: 66px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 500;
  color: #0068BD;
  line-height: 53px;
  padding-left: 65px;
}

.easy {
  font-size: 16px;
  font-weight: 400;
  color: #494F55;
  line-height: 24px;
  padding-left: 65px;
}

.calls {
  border-radius: 8px;
  border: 1px solid #FFFFFF;
  min-height: 220px;
  display: flex;
}

.calls_tel {
  margin-top: 72px;
  margin-left: 65px;
}

.calls_tel img {
  width: 66px;
  height: 66px;
}

.calls_tel2 {
  margin-left: 20px;
  margin-top: 72px;
}

.calls_tel2 p {
  font-size: 22px;
  font-weight: 500;
  color: #004DA3;
  line-height: 30px;
  margin-bottom: 10px;
}

.calls_tel2 span {
  font-size: 22px;
  font-family: D-DIN, D;
  font-weight: normal;
  color: #aec7cc;
}

.easy2 {
  font-size: 14px;
  font-family: D-DIN, D;
  font-weight: normal;
  color: #808080;
  line-height: 28px;
}

/*股票样式*/
.shares {
  position: absolute;
  /* border: 1px solid red; */
  top: 170px;
  left: 0;
  right: 0;
}

.shares1 {
  /* border: 1px solid blue; */
}

.shares_title {
  display: flex;
  justify-content: space-between;
  line-height: 53px;
  margin-bottom: 35px;
}

.shares_left {
  font-size: 38px;
  font-weight: 500;
  color: #FFFFFF;
}

.shares_right {
  font-size: 16px;
  font-family: D-DIN, D;
  font-weight: normal;
  color: #FFFFFF;
}

.shares_mid {
  border-top: 2px solid #FFF;
  display: flex;
}

.shares_mid1 {
  width: 411px;
  border-right: 2px solid #FFF;
}

.shares_mid11 {
  margin-top: 30px;
  font-size: 24px;
  font-family: D-DIN, D;
  font-weight: normal;
  color: #FFFFFF;
  margin-bottom: 6px;
}

.shares_mid11 span {
  margin-right: 15px;
}

.shares_mid111 {
  font-size: 48px;
  font-family: D-DIN-Bold, D-DIN;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 30px;
}

.shares_mid2 {
  margin-top: 46px;
}

.shares_mid22 {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 6px;
}

.shares_mid22 span {
  margin-left: 50px;
}

.shares_fot {
  border-top: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
}

.shares_fot1 {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 30px;
}

.shares_fot2 {
  min-width: 112px;
}

.shares_fot3 {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 6px;
}

.shares_fot4 {
  font-size: 32px;
  font-family: D-DIN-Bold, D-DIN;
  font-weight: bold;
  color: #FFFFFF;
}
.ditu {
  padding: 50px 0 ;
}
.ditu .list{
  display: flex;
  justify-content: space-between;
}
.ditu .list ul>li>a{
  display: block;
  font-size: 18px;
  line-height: 30px;
  color: #808080;
  margin-bottom: 10px;
}
.ditu .list ul>li:first-child>a{
  display: inline-block;
  font-size: 24px;
  line-height: 36px;
  color: #266dd5;
  margin: 15px 0;
}
/*OA*/
#oaoa {
  padding-top: 172px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#oaoa .col-md-4 {
  margin-bottom: 52px;
}

.space1 {
  width: 90%;
  margin: auto;
  text-align: center;
  background: #FFF;
  border-radius: 8px;
  height: 100%;
  cursor: pointer;
}

.space1:hover {
  box-shadow: 0 15px 30px rgb(0 0 0 / 20%);
}

.space1 img {
  padding-top: 50px;
}

.space1 p {
  font-size: 24px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #000000;
  line-height: 28px;
  padding-top: 25px;
  padding-bottom: 50px;
}

.telecom {
  background: #F1F1F1;
  border-radius: 6px;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  width: 185px;
  margin: auto;
  margin-bottom: 15px;
}

.telecom1 {
  margin-bottom: 50px;
}

.sees {
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #646464;
}

.telecom:hover {
  color: #B80084;
  color: #FFF;
}

.saoma {
  width: 100%;
  margin: auto;
  text-align: center;
}

.saoma img {
  width: 105px;
  height: 105px;
  margin-bottom: 23px;
}

.saoma p {
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #000000;
  line-height: 16px;
  margin-bottom: 5px;
}

#oas {
  padding-bottom: 150px;
}

.details .col-md-9 {
  margin: auto !important;
  text-align: center;
}

.maps {
  width: 100%;
  height: 637px;
  z-index: 1;
}

.BMap_bubble_title {
  font-size: 24px;
}

.callme {
  margin-bottom: 200px;
}

.callme .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #333;
}

.callme .col-md-4 {
  margin-bottom: 15px;
}

.callme .col-md-4 .contant {
  width: 90%;
  margin: auto;
  background: #FFF;
  border-radius: 8px;
  margin: auto;
  text-align: center;
}

.callme .col-md-4 .contant img {
  width: 66px;
  height: 66px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.callme .col-md-4 .contant p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

.callme .col-md-4 .contant h3 {
  margin: auto;
  max-width: 95%;
  font-size: 20px;
  padding-bottom: 30px;
}

.tel-list,
.tel-list a {
  margin-top: 20px;
  line-height: 25px;
  color: #FFF;
  font-size: 12px;
}

@media screen and (max-width: 800px) {
  .five {
    display: none;
    position: relative;
  }

  #conts::after {
    width: 140%;
    height: 100%;
    position: absolute;
    left: -20%;
    top: 0;
    z-index: 0;
    content: '';
    border-radius: 0 0 40% 40%;
    background: #fff;
    opacity: inherit;
  }
}

.container-fluid .pinpai_box-title h2 {
  font-size: 32px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #020F1E;
  line-height: 45px;
  text-align: center;
}

/* 最新资讯 */
.news-list .item-text {
  padding: 0;
  padding-top: 10px;
  position: relative;
}

.news-list .list-item {
  box-shadow: none;

}

.news-list .title span {
  font-size: 22px !important;
  font-family: SourceHanSansCN-Regular, SourceHanSansCN;
  font-weight: 400 !important;
  color: #06092D !important;
  line-height: 34px !important;
}

.news-list .item-img {
  overflow: hidden;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  max-height: 269px;
  min-height: 269px;
  border-radius: 16px;
}

.news-list .item-img img {
  width: 100%;
  height: 269px;
}

.news-list .item-img:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}

.news-list li {
  margin-bottom: 60px;
  flex: 0 0 30.833333%; 
  max-width: 30.833333%;
}
.news-list li:not(:last-child) {
  margin-right: 24px;
}

.news-list .item-text .title {
  font-size: 22px;
  font-family: SourceHanSansCN-Regular, SourceHanSansCN;
  font-weight: 400;
  color: #06092D;
  line-height: 34px;
  margin-bottom: 23px;
  display: inline-block;
  padding-top: 10px;
  display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor:pointer;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  height: 78px;
}

.news-list .item-text .bottom {
  display: flex;
  justify-content: space-between;
  bottom: 0;
  color: #666;
  width: 100%;
}


.news-list .bottom>span{
  font-size: 14px;
  font-family: SourceHanSansCN-Regular, SourceHanSansCN;
  font-weight: 400;
  color: #666666;
  line-height: 14px;
}
.news-list .bottom>.time img{
transform: translateY(-2px);
margin-right: 7px;
}

.news-list .ball{
  width: 100px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background-color:  #B80084;
  border-radius: 0px 20px 20px 0px;
  position: absolute;
  top: 9px;
  left: 5px;
  text-align: center;
}
.falv1{
  font-size: 28px;
  text-align: center;
  margin-bottom: 10px;
  padding-top: 60px;
}
.falv2{
  color: #888888;
    margin-bottom: 10px;
    text-align: center;
}
.falv3{
  width: 100%;
  height: 1px;
background:  #e0e0e0;
margin-bottom: 20px;
}
.falv4{
  font-size: 18px;
    font-weight: 700;
    line-height: 2rem;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #333;
}
.falv5{
  text-align: unset;
  font-size: 14px;
    line-height: 2rem;
    color: #808080;
}
.falvs{
  padding-bottom: 60px;
}
.falv44{
  text-decoration: underline;
  font-size: 18px;
  font-weight: 800;
  line-height: 2rem;
  margin-top: 10px;
  margin-bottom: 10px;
}