.footer {
  position: relative;
  z-index: 5;
  background: #013076;
  /*width: 100%;*/
  padding-top: 60px;
}
.footer .footer-top{
  width: 80%;
  margin: auto;
}
.footer .copyright{
  width: 80%;
  margin: auto;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer-logo-imgs {
  display: block;
  width: auto;
  margin-bottom: 25px;
}
.footer-logo-imgs img {
  display: block;
  max-width: 300px;
  width: auto;
}
.share {
  margin-top: 25px;
  display: flex;
}
.share a {
  display: inline-block;
  position: relative;
  margin-right: 10px;
  z-index: 2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  color: #1f1f1f;
  font-size: 24px;
  background: #fff;
}
/*
.share a:hover:before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.share a:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #ddd;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: 0.38s;
}
*/
.footer-navs {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0px;
  width: 70%;
}
.footer-navs-item {
  display: inline-block;
  margin-bottom: 52px;
  width: 20%;
  text-align: right;
}
/*
.footer-navs-item:nth-child(3n+3) {
  width: auto;
}
*/
.footer-navs-item dt {
  display: block;
  margin-bottom: 22px;
}
.footer-navs-item dt a {
  display: inline-block;
  position: relative;
  z-index: 2;
  line-height: 1.5;
  color: #fbfbfb;
  font-size: 20px;
  font-weight: normal;
}
.footer-navs-item dt a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.3s;
  z-index: -1;
}
.footer-navs-item dt a:hover,
.footer-navs-item dt a.active {
  color: #fff;
}
.footer-navs-item dt a:hover:before,
.footer-navs-item dt a.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.footer-navs-item dt a:hover {
  color: #fff;
}
.footer-navs-item dd {
  display: block;
  margin-left: 15px;
}
.footer-navs-item dd p {
  margin-bottom: 10px;
}
.footer-navs-item dd p a {
  display: inline-block;
  color: #efefef;
  font-size: 16px;
  font-family: OPPOSans-Ver2-Regular;
}
.footer-navs-item dd p a:hover {
  color: #fff;
}
.footer-navs-item dd p a span {
  display: inline-block;
  position: relative;
  width: 36px;
  height: 14px;
  line-height: 1;
  color: #fff;
  text-align: center;
  border: 1px solid #3348f3;
  border-radius: 8px;
}
.footer-navs-item dd p a span:hover:before {
  color: #3348f3;
}
.footer-navs-item dd p a span:before {
  position: absolute;
  left: 0;
  top: -4px;
  width: 100%;
  content: "...";
  color: #fff;
  text-align: center;
  font-size: 14px;
  transition: 0.3s;
}
.copyright {
  padding: 15px 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #3f82c766;
}
.copyleft p {
  color: #efefefdd;
  font-size: 14px;
}
.copy-map {
  width: 50%;
}
.copy-map .network-map{
  float: right;
  font-size: 14px;
  width: 100%;
  text-align: right;
}
.network-map a {
  display: inline-block;
  color: #efefefdd;
  font-size: 14px;
}
.network-map a:hover {
  color: #fff;
}
.network-map a:hover i {
  color: #fff;
}
.network-map a i {
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 7px;
  font-style: normal;
  line-height: 1;
  font-size: 20px;
  transition: 0.3s;
}
.network {
  margin-left: 46px;
}
.network a {
  display: inline-block;
  color: #666666;
  font-size: 14px;
}
.network a:hover {
  color: #fff;
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 500;
    width: 100%;
    transition: all .4s ease;
    background: rgba(255,255,255,1) !important;
}	
.mod_main .ys_cont1360{
	background: rgba(255,255,255,1);
	padding: 0px 0px 0px 0px;
	box-shadow: 0px 19px 50px rgba(196, 205, 205, 0.24);
	border: 1px solid #fff;
}
.ys_page_wrap.ys_nypage{
	margin-top: 80px;
}

.footer-navs {
    display: flex;
    flex-wrap: wrap;
    padding-top: 0px;
    width: 75%;
}
.footer-navs-item {
    display: inline-block;
    margin-bottom: 0px;
    width: 15%;
}
.footer-navs-item:last-child{
    width: 35%;
}
.footer-navs-item:last-child p{
    display: inline-flex;
    float: right;
    text-align: center;
    color: #fff;
}
.footer-navs-item:last-child p img{
    padding-bottom: 5px;
}
.footer-navs-item dd p img {
    margin-left: 10px;
}
@media screen and (max-width: 1024px){
.footer-logo-imgs img {
    display: block;
    max-width: 300px;
    margin: auto;
}
.footer-navs {
    display: none;
}
.footer-top {
    padding-bottom: 30px;
    justify-content: center;
	display: inherit;
}
.footer .footer-top{
  width: 100%;
  margin: auto;
}
.footer .copyright{
  width: 100%;
  margin: auto;
}
.copyright {
    text-align: center;
	display: inherit;
	margin-top: 25px;
}
.copy-map{
	width: 100%
}
.copy-map .network-map{
	text-align: center;
}
}