body {
  font-family: "SourceSansPro-Regular", "Microsoft YaHei UI", "Helvetica", sans-serif;
}

.container {
  margin: 0 auto;
}

@media screen and (min-width: 1450px) {
  .container {
    width: 1360px;
  }
}
@media screen and (max-width: 1450px) and (min-width: 992px) {
  .container {
    width: 85%;
  }
}
@media screen and (max-width: 992px) {
  .container {
    padding: 0 15px;
  }
}
.ps-common-header {
  height: 200px;
  background-image: url(../images/yj-ps-common-img-head-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1450px) and (min-width: 992px) {
  .ps-common-header {
    height: 10.41667vw;
  }
}
@media screen and (max-width: 992px) {
  .ps-common-header {
    height: 150px;
  }
}

.top-nav {
  *zoom: 1;
  position: absolute;
  top: 14px;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 14px;
}
.top-nav:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.top-nav .left-container {
  float: left;
}
.top-nav .right-container {
  float: right;
}
.top-nav .left-container a,
.top-nav .right-container a {
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  color: #fff;
}
.top-nav .left-container a + a,
.top-nav .right-container a + a {
  margin-left: 21px;
}
.top-nav .left-container a + a::after,
.top-nav .right-container a + a::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 14px;
  background-color: #fff;
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 992px) {
  .top-nav {
    top: 10px;
  }
  .top-nav .left-container > a:nth-child(1), .top-nav .left-container > a:nth-child(2) {
    display: none;
  }
  .top-nav .left-container a {
    margin-left: 0px !important;
  }
  .top-nav .left-container,
  .top-nav .right-container {
    font-size: 12px;
  }
  .top-nav .left-container a + a,
  .top-nav .right-container a + a {
    margin-left: 2px;
  }
  .top-nav .left-container a + a::after,
  .top-nav .right-container a + a::after {
    display: none;
  }
}
.top-nav .bmjz-menu {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: rgba(67, 123, 234, 0.9);
  display: none;
}
.top-nav .bmjz-menu .bmjz-main {
  padding: 10px 0 25px 0;
  position: relative;
  box-sizing: border-box;
  text-align: left;
}
.top-nav .bmjz-menu .bmjz-main .hd {
  margin-top: 20px;
}
.top-nav .bmjz-menu .bmjz-main .hd span {
  padding: 5px 25px 7px 25px;
  color: #fff;
  font-size: 16px;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.3);
  display: inline-block;
}
.top-nav .bmjz-menu .bmjz-main .bd {
  margin-top: 10px;
  *zoom: 1;
}
.top-nav .bmjz-menu .bmjz-main .bd:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.top-nav .bmjz-menu .bmjz-main .bd ul {
  *zoom: 1;
}
.top-nav .bmjz-menu .bmjz-main .bd ul:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.top-nav .bmjz-menu .bmjz-main .bd ul li {
  width: 16.666%;
  float: left;
  line-height: 45px;
}
.top-nav .bmjz-menu .bmjz-main .bd ul li a {
  font-size: 16px;
  color: #fff;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  box-sizing: border-box;
}
.top-nav .bmjz-menu .bmjz-main .bd ul li a:hover {
  font-weight: bold;
  text-decoration: underline;
}
.top-nav .bmjz-menu .bmjz-main .close {
  position: absolute;
  top: 25px;
  right: 0px;
  cursor: pointer;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .top-nav .bmjz-menu {
    top: 0;
    height: 100%;
    overflow-y: auto;
  }
  .top-nav .bmjz-menu::-webkit-scrollbar {
    width: 5px;
  }
  .top-nav .bmjz-menu::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 5px;
  }
  .top-nav .bmjz-menu .bmjz-main {
    padding: 15px;
  }
  .top-nav .bmjz-menu .bmjz-main .close {
    right: 15px;
  }
  .top-nav .bmjz-menu .bmjz-main .hd {
    margin-top: 10px;
  }
  .top-nav .bmjz-menu .bmjz-main .hd span {
    padding: 5px 15px;
    color: #fff;
    font-size: 16px;
    border-radius: 50px;
  }
  .top-nav .bmjz-menu .bmjz-main .bd {
    margin-top: 10px;
  }
  .top-nav .bmjz-menu .bmjz-main .bd ul li {
    width: 50%;
    line-height: 45px;
  }
  .top-nav .bmjz-menu .bmjz-main .bd ul li a {
    font-size: 16px;
    padding-right: 20px;
  }
}

.logo-search-container {
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
}
.logo-search-container .logo {
  display: block;
  height: 78px;
}
.logo-search-container .search-container {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 48px;
  line-height: 48px;
  width: 34.5588235294%;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 4px;
}
.logo-search-container .search-container input {
  display: block;
  width: calc(100% - 48px);
  height: 100%;
  box-sizing: border-box;
  position: relative;
  font-size: 16px;
  background-color: transparent;
  padding-left: 15px;
  color: #fff;
}
.logo-search-container .search-container .btn {
  width: 48px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../images/yj-ps-common-ic-search.png);
  background-position: center;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media screen and (max-width: 1450px) and (min-width: 992px) {
  .logo-search-container {
    top: 3.64583vw;
  }
  .logo-search-container .logo {
    height: 4.0625vw;
  }
  .logo-search-container .search-container {
    width: 26%;
    height: 2.5vw;
    line-height: 2.5vw;
  }
  .logo-search-container .search-container input {
    display: block;
    width: calc(100% - 2.5vw);
    font-size: 14px;
  }
  .logo-search-container .search-container .btn {
    width: 2.5vw;
    background-size: 1.25vw 1.25vw;
  }
}
@media screen and (max-width: 992px) {
  .logo-search-container {
    top: 40px;
  }
  .logo-search-container .logo {
    display: block;
    height: auto;
    width: 100%;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
  .logo-search-container .search-container {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    margin-top: 15px;
    height: 38px;
    line-height: 38px;
    width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
  .logo-search-container .search-container input {
    width: calc(100% - 38px);
    font-size: 14px;
  }
  .logo-search-container .search-container .btn {
    width: 38px;
    background-size: 18px 18px;
  }
}

.ps-nav-menu {
  background-color: #437bea;
}
.ps-nav-menu > .container {
  display: flex;
  flex-direction: row;
  position: static;
}
.ps-nav-menu > .container > div {
  position: static;
  flex: 1;
}
.ps-nav-menu > .container > div > a {
  display: block;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 64px;
  line-height: 64px;
  text-align: center;
  color: #fff;
  font-size: 22px;
}
.ps-nav-menu > .container > div > a::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.1);
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s ease;
}
.ps-nav-menu > .container > div .sub-menus {
  width: 100%;
  height: 0;
  text-align: center;
  box-shadow: 0 0 10px #bbcae8;
  background-color: rgb(255, 255, 255);
  position: absolute;
  top: 65px;
  left: 0;
  right: 0;
  z-index: 999;
  overflow: hidden;
  transition: all 0.2s linear;
}
.ps-nav-menu > .container > div .sub-menus .container a {
  padding: 0 25px;
  font-size: 21px;
  color: #333;
  line-height: 65px;
  display: inline-block;
}
.ps-nav-menu > .container > div .sub-menus .container a:hover {
  color: #568fe7;
}
.ps-nav-menu > .container > div:hover > a, .ps-nav-menu > .container > div.active > a {
  font-weight: bold;
}
.ps-nav-menu > .container > div:hover > a::before, .ps-nav-menu > .container > div.active > a::before {
  height: 64px;
}
.ps-nav-menu > .container > div:hover .sub-menus, .ps-nav-menu > .container > div.active .sub-menus {
  height: 65px;
}
@media screen and (max-width: 1450px) and (min-width: 992px) {
  .ps-nav-menu > .container > div {
    position: static;
    flex: 1;
  }
  .ps-nav-menu > .container > div > a {
    height: 50px;
    line-height: 50px;
    font-size: 20px;
  }
  .ps-nav-menu > .container > div .sub-menus {
    top: 50px;
  }
  .ps-nav-menu > .container > div .sub-menus .container a {
    padding: 0 20px;
    font-size: 18px;
    line-height: 50px;
  }
  .ps-nav-menu > .container > div:hover > a::before, .ps-nav-menu > .container > div.active > a::before {
    height: 50px;
  }
  .ps-nav-menu > .container > div:hover .sub-menus, .ps-nav-menu > .container > div.active .sub-menus {
    height: 50px;
  }
}
@media screen and (max-width: 992px) {
  .ps-nav-menu > .container {
    flex-wrap: wrap;
    padding: 10px 0;
  }
  .ps-nav-menu > .container > div {
    width: 33.33%;
    flex: auto;
  }
  .ps-nav-menu > .container > div a {
    display: block;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-size: 18px;
  }
  .ps-nav-menu > .container > div .sub-menus {
    display: none;
  }
  .ps-nav-menu > .container > div:hover a::before, .ps-nav-menu > .container > div.active a::before {
    height: 100%;
  }
  .ps-nav-menu > .container > div:hover .sub-menus, .ps-nav-menu > .container > div.active .sub-menus {
    display: none;
  }
}
@media screen and (max-width: 350px) {
  .ps-nav-menu > .container > div a {
    font-size: 16px;
  }
}

.ps-common-footer {
  background-color: #f0f1f2;
}
.ps-common-footer img {
  display: inline-block;
  vertical-align: middle;
}
.ps-common-footer .links {
  background-color: #e9ebed;
}
.ps-common-footer .links ul {
  *zoom: 1;
}
.ps-common-footer .links ul:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.ps-common-footer .links ul li {
  float: left;
  width: 20%;
  text-align: center;
  height: 54px;
  line-height: 54px;
  cursor: pointer;
}
.ps-common-footer .links ul li span {
  display: inline-block;
  font-size: 16px;
  color: #333;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.ps-common-footer .links ul li span::after {
  content: "";
  width: 1px;
  height: 14px;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #999;
  z-index: 1;
}
.ps-common-footer .links ul li .sub-links {
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 54px;
  background-color: #f2f3f4;
  z-index: 999;
}
.ps-common-footer .links ul li .sub-links dl {
  padding-top: 10px;
  padding-bottom: 10px;
  *zoom: 1;
}
.ps-common-footer .links ul li .sub-links dl:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.ps-common-footer .links ul li .sub-links dl dt {
  float: left;
  width: 20%;
  text-align: center;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
}
.ps-common-footer .links ul li .sub-links dl dt a {
  color: #333;
}
.ps-common-footer .links ul li:nth-child(1) span::before {
  content: "";
  width: 1px;
  height: 14px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #999;
  z-index: 1;
}
.ps-common-footer .infos {
  padding-top: 22px;
  padding-bottom: 28px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  text-align: left;
}
.ps-common-footer .infos > div {
  background-color: #e9ebed;
  height: 200px;
}
.ps-common-footer .infos > div:nth-child(1) {
  width: 33.97%;
  padding: 0 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ps-common-footer .infos > div:nth-child(1) > div {
  width: 100%;
  line-height: 1.75;
}
.ps-common-footer .infos > div:nth-child(1) > div:nth-child(1) a {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
}
.ps-common-footer .infos > div:nth-child(1) > div:nth-child(1) a:nth-child(2) {
  margin: 0 10px;
}
.ps-common-footer .infos > div:nth-child(1) > div:nth-child(1) a:nth-child(2)::before {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  position: absolute;
  left: -7px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #333;
}
.ps-common-footer .infos > div:nth-child(1) > div:nth-child(1) a:nth-child(2)::after {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  position: absolute;
  right: -7px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #333;
}
.ps-common-footer .infos > div:nth-child(2) {
  width: 22.794%;
  padding: 0 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ps-common-footer .infos > div:nth-child(2) > div {
  width: 100%;
  line-height: 1.75;
}
.ps-common-footer .infos > div:nth-child(3) {
  width: 25%;
  padding: 0 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ps-common-footer .infos > div:nth-child(3) > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.ps-common-footer .infos > div:nth-child(3) > div img {
  width: 100%;
  height: auto;
}
.ps-common-footer .infos > div:nth-child(3) > div:nth-child(1) .dzjg {
  width: 23.7704918033%;
  max-width: 58px;
}
.ps-common-footer .infos > div:nth-child(3) > div:nth-child(1) .beian {
  width: 17.2131147541%;
  max-width: 42px;
}
.ps-common-footer .infos > div:nth-child(3) > div:nth-child(1) .zfwzzc {
  width: 45.0819672131%;
  max-width: 110px;
}
.ps-common-footer .infos > div:nth-child(3) > div:nth-child(2) {
  margin-top: 20px;
}
.ps-common-footer .infos > div:nth-child(3) > div:nth-child(2) .wfjb,
.ps-common-footer .infos > div:nth-child(3) > div:nth-child(2) .slhwzafw {
  width: 47.5409836066%;
  max-width: 116px;
}
.ps-common-footer .infos > div:nth-child(4) {
  width: 12.35294%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  line-height: 1.25;
  text-align: center;
}
.ps-common-footer .infos > div:nth-child(4) img {
  width: 93px;
  height: 93px;
  margin-bottom: 9px;
}
@media screen and (max-width: 1450px) and (min-width: 992px) {
  .ps-common-footer .infos {
    font-size: 14px;
  }
  .ps-common-footer .infos > div {
    height: 160px;
  }
  .ps-common-footer .infos > div:nth-child(1) {
    width: 36%;
    padding: 0 15px;
  }
  .ps-common-footer .infos > div:nth-child(2) {
    width: 26%;
    padding: 0 15px;
  }
  .ps-common-footer .infos > div:nth-child(3) {
    width: 20%;
    padding: 0 15px;
  }
  .ps-common-footer .infos > div:nth-child(4) {
    width: 12.35294%;
  }
  .ps-common-footer .infos > div:nth-child(4) img {
    width: 80px;
    height: 80px;
    margin-bottom: 9px;
  }
}
@media screen and (max-width: 1110px) and (min-width: 992px) {
  .ps-common-footer .infos > div {
    height: 140px;
    font-size: 12px;
  }
}
@media screen and (max-width: 992px) {
  .ps-common-footer .links ul li {
    width: 50%;
    height: 30px;
    line-height: 30px;
  }
  .ps-common-footer .links ul li span {
    font-size: 14px;
  }
  .ps-common-footer .links ul li span::before, .ps-common-footer .links ul li span::after {
    display: none !important;
  }
  .ps-common-footer .links ul li .sub-links {
    bottom: 90px;
  }
  .ps-common-footer .links ul li .sub-links dl {
    max-height: 200px;
    overflow-y: auto;
  }
  .ps-common-footer .links ul li .sub-links dl dt {
    width: 50%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .ps-common-footer .infos {
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    font-size: 12px;
    text-align: left;
  }
  .ps-common-footer .infos > div {
    background-color: #e9ebed;
    height: auto;
    margin-bottom: 10px;
  }
  .ps-common-footer .infos > div:nth-child(1) {
    width: 100%;
    padding: 15px;
  }
  .ps-common-footer .infos > div:nth-child(2) {
    width: 100%;
    padding: 15px;
  }
  .ps-common-footer .infos > div:nth-child(3) {
    width: 100%;
    padding: 15px;
  }
  .ps-common-footer .infos > div:nth-child(3) > div:nth-child(2) {
    margin-top: 10px;
  }
  .ps-common-footer .infos > div:nth-child(4) {
    width: 100%;
    padding: 15px;
  }
}

.xcConfirm {
  box-sizing: content-box;
}

.xcConfirm .popBox .txtBox p {
  overflow-y: hidden !important;
}