/*@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;*/
/*  }*/
/*  .since h2 {*/
/*    font-size: 35px !important;*/
/*  }*/
/*  .since span {*/
/*    font-size: 15px !important;*/
/*  }*/
/*  .since p {*/
/*    font-size: 16px !important;*/
/*  }*/
/*  .since li {*/
/*    font-size: 11px !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: rgba(35, 86, 164, 0.8);
  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 .active {
  background-color: #FFFFFF;
  border-bottom: 3px solid #10479d;
  color: #10479d;
}
.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:hover a{
  background-color: #FFFFFF;
  color: #10479d;
}

.content .title_content {
  width: 100%;
  margin-top: 52px;
  margin-bottom: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content .title_content .title_mod {
  width: 72.92%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.content .title_content .title_mod .mod_banner {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.content .title_content .title_mod .mod_banner .banner {
  width: 62.14%;
  overflow: hidden;
}
.content .title_content .title_mod .mod_banner .banner img {
  cursor: pointer;
  transition: all 1s;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.content .title_content .title_mod .mod_banner .banner img:hover {
  transform: scale(1.2);
}
.content .title_content .title_mod .mod_banner .since {
  flex: 1;
  background-color: #0e408e;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.content .title_content .title_mod .mod_banner .since h2 {
  font-size: 44px;
  color: #FFFFFF;
  margin-top: 8%;
}
.content .title_content .title_mod .mod_banner .since span {
  font-size: 16px;
  color: #FFFFFF;
  margin-top: -23%;
}
.content .title_content .title_mod .mod_banner .since i {
  width: 67.77%;
  height: 1px;
  background-color: #577ab0;
  margin-bottom: -21%;
  margin-top: -21%;
}
.content .title_content .title_mod .mod_banner .since p {
  font-size: 21px;
  color: #FFFFFF;
  margin-bottom: -10%;
}
.content .title_content .title_mod .mod_banner .since li {
  font-size: 12px;
  color: #FFFFFF;
  margin-top: -16%;
}
.content .title_content .title_mod .mod_title {
  width: 100%;
  margin-top: 4%;
  display: flex;
  justify-content: flex-start;
}
.content .title_content .title_mod .mod_title h3 {
  flex: 1;
  font-size: 30px;
  color: #222222;
  font-weight: 600;
}
.content .title_content .title_mod .mod_infrom {
  width: 100%;
  margin-top: 3%;
}
.content .title_content .title_mod .mod_infrom img{
    display: inline-block;
}

