ul {
  padding: 0;
}

ul li {
  list-style: none;
}

body{
  background-color: rgba(0,0,0,0);
  margin: 0;
  padding: 0;
}

.nav-container {
  background-color: rgb(0,0,60);
  position: relative;
}

.nav-logo {
  width: 5rem;
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

.nav-button {
  margin-left: 25.5rem;
}

.nav-menu {
  background-color: rgb(0,0,60);
}

.nav-arrow {
  font-size: 2rem;
  margin-left: 19rem;
}

.nav-menu li {
  color: #FFF;
  font-size: 1.6rem;
  padding-left: 1rem;
  line-height: 3rem;
}

.nav-menu li a {
  display: block;
  color: #FFF;
  font-size: 1.6rem;
}

.nav-menu li a.active {
  color: #148EFF;
}

.nav-menu .inner-menu li {
  padding-left: 3rem;
  line-height: 2.6rem;
}

.nav-menu .inner-menu li a {
  display: block;
  font-size: 1.4rem;
}

.nav-menu .inner-menu li a.active {
  color: #148EFF;
}

#container{
  background-color: #fff;
  min-height: 100vh;
  position: relative;
  margin-top: 3.5rem;
}

#container * {
  box-sizing: content-box;
}
.top_part{
  /* height: 750px; */
  overflow: hidden;
  /* background-color: #000; */
  position: relative;
  /* min-width:1160px; */
}
.top_background{
  width: 100%;
  min-height: 100%;
}
.top_text{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  /* line-height: 80px;
  font-size: 48px; */
  text-align: center;
  color: #fff;
  /* letter-spacing: 10px; */
}
.top_inner_block{
  width: 80vw;
  display: flex;
  margin-bottom: 15px;
}
.top_inner_block>div{
  flex: 1;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
}
.company_intro{
  padding: 20px 15px;
}
.intro_title{
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 15px;;
}
.intro_info{
  text-indent: 2rem;
}
.intro_icon_list{
  display: flex;
  justify-content: space-around;
}
.intro_icon{
  flex: 1;
  text-align: center;
  font-weight: 600;
}
.intro_icon_img{
  width: 25vw;
  margin: 15px 0 10px;
}
.enterprise_block{
  background-image: url('https://image.jingan-china.cn/home/about/qywh_bg.png');
  background-size: 100% 100%;
  padding: 15px 5px 15px 10px;
  color: #fff;
}
.enterprise_title{
  text-align: center;
  
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.culture_content{
  display: flex;
  justify-content: center;
}
.culture_list{
  /* flex: 1; */
  /* text-align: center; */
}
.culture_item_name{
  font-size: 16px;
  font-weight: 600;;
}
.culture_item_info{
  font-size: 1rem;
}
.culture_img{
  flex: 1;
  text-align: right;
  padding-top: 15px;
  flex-grow: 1.2;
}
.culture_img > img{
  width: 100%;
}
.culture_item{
  border-left: 1px solid #fff;
  padding-left: 10px;
}
.honor_qualify{
  padding: 15px 20px;
}
.honor_title{
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.honor_info{
  text-indent: 2rem;
  margin-bottom: 15px;
}
.honor_imgs > img{
  width: 100%;
  margin-bottom: 10px;
}
.expert_team_title_block{
  background-image: url('https://image.jingan-china.cn/home/about/zjtd.png');
  background-size: 100% 100%;
  padding: 10px 15px;
  color: #fff;
}
.expert_team_title{
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}
.expert_team_title_block>p:last-child{
  text-indent: 2rem;
}
.expert_team{
  padding: 20px 15px;
}
.outer_block{
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 4px 4px 10px rgba(0,0,0,0.2);
}
.expert-member{
  display: flex;
}
.expert-member>div:first-child{
  flex: 1;
  border-radius: 10px;
  margin-right: 10px;
}
.expert-member>div:last-child{
  flex: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.expert-member>div:last-child>div:first-child{
  margin: 10px 0;
}
.expert-name{
  font-size: 1.3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}
.expert-member>div>img{
  width: 100%;
  height: 100%;
  border-radius: 10px;
  vertical-align: middle;
}
.font-weight{
  font-weight: bold;
}
.partners{
  padding: 20px 15px;
}
.partners_title{
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.partners>img{
  width: 100%;
}
#map_area{
  width: 100%;
  height: 300px;;
}
.map{
  position: relative;
}
.other_map{
  position: absolute;
  height:200px;
  top: 20px;
  background-color: #8bc5f5;
  opacity: 0.9;
  border-radius: 10px;
  margin-left: 0px;
  color: #fff;
  padding: 15px                                                              ;
}
.other_title{
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 40px;
}
.other_list{
  margin-top: 20px;
  font-size: 1rem;
}
.other_list>img{
  width: 20px;
}
.footer {
  /* margin-top: 2rem; */
  background-color: #000;
}

.info {
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-logo img {
  width: 6rem;
}

.footer-contact {
  color: #FFF;
  font-size: 1rem;
}

.footer-contact h4 {
  font-size: 1.4rem;
}

.footer-contact ul, .nav-menu ul {
  margin: 0;
}

.footer-contact li {
  line-height: 1.8rem;
}

.divider {
  width: 7rem;
  height: 2px;
  margin: 1rem 0;
  background-color: #FFF;
}

.bottom-p {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.65);
  padding: 0 1rem;
  text-align: center;
  margin: 0;
}

.bottom-p a {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.65);
}

.copyright {
  padding-top: 1rem;;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  margin: 0;
}

.record-number {
  padding-bottom: 1rem;
}