/*@media all and (min-width: 960px) and (max-width: 1200px) {*/
/*  .profile_title h2 {*/
/*    font-size: 18px !important;*/
/*  }*/
/*  .profile_title span {*/
/*    font-size: 18px !important;*/
/*  }*/
/*}*/
/*@media all and (max-width: 960px) {*/
/*  .profile_title h2 {*/
/*    font-size: 15px !important;*/
/*  }*/
/*  .profile_title span {*/
/*    font-size: 15px !important;*/
/*  }*/
/*}*/
.content {
  width: 100%;
}
.content .banner {
  position: relative;
  width: 100%;
}
.content .banner img {
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.content .banner .profile_title {
  position: absolute;
  bottom: 0;
  left: 13.54%;
  width: 18.18%;
  height: 22.24%;
  padding-left: 2%;
  box-sizing: border-box;
  background-color: #2356a4;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.content .banner .profile_title h2 {
  font-size: 22px;
  color: #FFFFFF;
}
.content .banner .profile_title i {
  width: 12.29%;
  height: 2px;
  background-color: #FFFFFF;
}
.content .banner .profile_title span {
  font-size: 22px;
  color: #FFFFFF;
  margin-top: -4%;
}
.content .sub_nav {
  width: 100%;
  height: 69px;
  background-color: #ececec;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content .sub_nav ul {
  width: 72.92%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav_box{
  width:72.96%;
  display:none;
  justify-content:center;
}
.nav_box select{
  width:95%;
  background: url(../img/ico_jt4.png) no-repeat 97% center #EDEDED;
  background-size: 20px;
  border: 1px solid #D4D4D4;
  height: 40px;
  padding: 0 8px;
  outline: none;
  -webkit-appearance: none;
}
.content .sub_nav ul li {
  flex: 1;
  width: 100%;
  height: 100%;
}
.content .sub_nav ul li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  line-height: 69px;
  text-align: center;
  color: #333333;
  font-size: 17px;
  box-sizing: border-box;
}
.content .sub_nav ul li a:after {
  content: "";
  width: 0;
  height: 3px;
  background: #10469d;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s ease 0s;
}
.content .sub_nav ul li:hover a:after {
  width: 100%;
}
.content .sub_nav ul li .active {
  background-color: #FFFFFF;
  border-bottom: 3px solid #10479d;
  color: #10479d;
}
.content .sub_nav ul li a:hover {
  background-color: #FFFFFF;
  color: #10479d;
}
.content .tab_content {
  width: 100%;
  margin-top: 52px;
  margin-bottom: 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.content .tab_content .tab_mod {
  width: 72.92%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap-reverse;
}
.content .tab_content .tab_mod .map {
  flex:1;
  height: 482px;
  box-sizing: border-box;
  border: 1px solid #d8d8d8;
}
.content .tab_content .tab_mod .map iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.content .tab_content .tab_mod .since {
  width: 34.79%;
  height: 482px;
  background-color: #0e408e;
  color: #FFFFFF;
  box-sizing: border-box;
  padding-left: 2%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.content .tab_content .tab_mod .since h2 {
  font-size: 21px;
  margin-top: 15%;
}
.content .tab_content .tab_mod .since h3 {
  font-size: 8px;
}
.content .tab_content .tab_mod .since i {
  width: 76.12%;
  height: 2px;
  background-color: #FFFFFF;
}
.content .tab_content .tab_mod .since span {
  font-size: 12px;
}
.content .tab_content .tab_mod .since li {
  margin-top: 2%;
}
.content .tab_content .tab_mod .since li span:first-child {
  font-size: 12px;
}
.content .tab_content .tab_mod .since li span:last-child {
  font-size: 18px;
  margin-left: 10px;
}
.content .tab_content .tab_mod .since p {
  margin-top: 5%;
  margin-bottom: 15%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.content .tab_content .tab_mod .since p span {
  margin-top: 4%;
  font-size: 12px;
}
