body {
  font-size: 16px;
}
.layout {
  max-width: 1440px;
}
@media screen and (max-width: 375px) {
  body {
    font-size: 14px;
  }
}
html,
body {
  height: 100%;
}
.body_home {
     /* background: #003f88; */
}
.mo-header {
  display: none;
}
.mo-header {
  background-color: #003f88;
}
.mo-header .head-mo-box {
  width: 100%;
  display: table;
  position: relative;
  z-index: 201;
  padding: 0 3%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}
.mo-header .head-mo-box .global-inner {
  position: static;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mo-header .head-mo-box .global-inner .head-logo-box {
  padding: 0.825em 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 39%;
}
.mo-header .head-mo-box .global-inner .head-logo-box .head-logo {
  line-height: 2.5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.mo-header .head-mo-box .global-inner .head-logo-box .head-logo img {
  display: block;
  float: left;
  width: 100%;
}
.mo-header .head-mo-box .global-inner .head-tool-box {
  height: 4.375em;
  overflow: hidden;
  position: relative;
  text-align: right;
  line-height: 4.357em;
}
.mo-header .head-mo-box .global-inner .head-tool-box .links {
  margin-top: 1.375em;
}
.mo-header .head-mo-box .global-inner .head-tool-box .links > ul {
  position: relative;
}
.mo-header .head-mo-box .global-inner .head-tool-box .links .link a {
  display: block;
  width: 31px;
  height: 31px;
}
.mo-header .head-mo-box .global-inner .head-tool-box .links .cn>a  {
    line-height: 31px;
    color: #fff;
}
.mo-header .head-mo-box .global-inner .head-tool-box .links .link a span {
  width: 100%;
  height: 100%;
  display: block;
  background: no-repeat center center / cover;
}
.mo-header .head-mo-box .global-inner .head-tool-box .links .link:last-child {
  margin-right: 0;
}
.mo-header .head-mo-box .global-inner .head-tool-box .links .seach {
  margin-right: 0.625em;
}
.mo-header .head-mo-box .global-inner .head-tool-box .links .link button {
  display: block;
  width: 31px;
  height: 31px;
  background: transparent;
  padding: 0;
  border: 0;
}
.mo-header .head-mo-box .global-inner .head-tool-box .links .seach button span {
  background: url("../images/search.png") no-repeat center center;
  background-size: 19px;
  height: 100%;
  display: block;
  width: 100%;
}
.mo-header .head-mo-box .global-inner .head-tool-box .icon {
  width: 2.5em;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.625em auto;
  margin-left: 0.4em;
  line-height: 1.625em;
}
.mo-header .head-mo-box .global-inner .head-tool-box .icon-close {
  display: none;
  background: #003F88;
  position: absolute;
  right: 0;
  top: 0;
}
.mo-header .head-mo-box .global-inner .head-tool-box .icon-hamburger {
  overflow: hidden;
  text-align: center;
}
.mo-header .head-mo-box .global-inner .head-tool-box .icon-hamburger .inner {
  width: 1.625em;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}
.mo-header .head-mo-box .global-inner .head-tool-box .icon-hamburger .line {
  width: 100%;
  height: 2px;
  display: block;
  background: #ffffff;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.mo-header .head-mo-box .global-inner .head-tool-box .icon-hamburger .line:nth-child(2) {
  margin: 6px 0;
}
.mo-header .head-mo-box .global-inner .head-tool-box .icon-hamburger.on .line:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}
.mo-header .head-mo-box .global-inner .head-tool-box .icon-hamburger.on .line:nth-child(2) {
  opacity: 0;
}
.mo-header .head-mo-box .global-inner .head-tool-box .icon-hamburger.on .line:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}
.mo-header .pop-ph-nav {
  width: 100%;
  display: none;
  overflow-y: auto;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 200;
  background: rgba(0, 0, 0, 0.3);
}
.mo-header .pop-ph-nav .ph-nav-list {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 100;
  background: #fff;
  -webkit-box-shadow: inset 0 5px 5px -5px #ccc;
  box-shadow: inset 0 5px 5px -5px #ccc;
}
.mo-header .pop-ph-nav .ph-nav-list a {
  display: block;
}
.mo-header .pop-ph-nav .ph-nav-list > li {
  position: relative;
  border-bottom: solid 1px #ececec;
}
.mo-header .pop-ph-nav .ph-nav-list li:last-child {
  border-bottom: none;
}
.mo-header .pop-ph-nav .ph-nav-list > li.on .nav-level1 .arrow {
  background: url(../images/icon2.png) no-repeat center center;
}
.mo-header .pop-ph-nav .ph-nav-list > li.has-subnav .nav-level1 .arrow {
  display: block;
}
.mo-header .pop-ph-nav .ph-nav-list .nav-level1 {
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 0 4%;
  font-size: 16px;
  line-height: 3.5em;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  box-sizing: border-box;
}
.mo-header .pop-ph-nav .ph-nav-list .nav-level1 a {
  float: left;
  color: #003f88;
}
.mo-header .pop-ph-nav .ph-nav-list .nav-level1 .arrow {
  width: 0.8em;
  height: 0.8em;
  display: none;
  overflow: hidden;
  background: url(../images/icon3.png) no-repeat center center;
  position: absolute;
  right: 0.937em;
  top: 1.3em;
}
.mo-header .pop-ph-nav .ph-nav-list > li.on .nav-level1 .arrow {
  background: url(../images/icon2.png) no-repeat center center;
}
.mo-header .pop-ph-nav .links {
  background: #fff;
  padding: 1.375em 4%;
}
.mo-header .pop-ph-nav .links .link {
  margin-right: 1.1875em;
}
.mo-header .pop-ph-nav .links .link a {
  display: block;
  width: 31px;
  height: 31px;
}
.mo-header .pop-ph-nav .links .link a span {
  width: 100%;
  height: 100%;
  display: block;
  background: no-repeat center center / cover;
}
.mo-header .pop-ph-nav .links .link:last-child {
  margin-right: 0;
}
.mo-header .pop-ph-nav .links .vx a span {
  background-image: url("../images/mo-vx.png");
}
.mo-header .pop-ph-nav .links .email a span {
  background-image: url("../images/mo-email.png");
}
.mo-header .pop-ph-nav .links .phone a span {
  background-image: url("../images/mo-phone.png");
}
.mo-header .seach-box {
  display: none;
  background-color: #f6f6f6;
  padding: 1.35em 1.25em;
  position: absolute;
  right: 0;
  width: 100%;
  -webkit-box-shadow: inset 0 5px 5px -5px #ccc;
  box-shadow: inset 0 5px 5px -5px #ccc;
  padding-bottom: 1.7em;
}
.mo-header .seach-box .sch {
  width: 100%;
  height: 2.5em;
  overflow: hidden;
  background: #fff;
  padding: 0.375em 6.5em 0.375em 2.25em;
  border-radius: 15px;
  position: relative;
}
.mo-header .seach-box .sch .sch-inp {
  width: 100%;
  height: 100%;
  border: none;
  color: #333;
  background: #fff;
  margin-left: -10px;
}
.mo-header .seach-box .sch .btn-sch {
  width: 5.5em;
  height: 2.5em;
  font-size: 1em;
  display: block;
  background: #003F88;
  color: #ffffff;
  background-size: 1.625em auto;
  position: absolute;
  right: 0;
  top: 0;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  text-align: center;
  line-height: 2.5em;
  padding-top: 1px;
  border: none;
}
header.header {
  height: 100%;
}
header.header .top > .bg {
  background-color: #003f88;
}
header.header .top > .bg > .layout {
  display: flex;
  align-items: center;
  justify-content: end;
  height: 41px;
  line-height: 41px;
}
header.header .top > .bg > .layout .other {
  margin-right: 0.35rem;
}
header.header .top > .bg > .layout .other a {
  color: #fff;
  font-family: "Roboto_Regular";
  font-size: 16px;
}
header.header .top > .bg > .layout .search {
  position: relative;
}
header.header .top > .bg > .layout .search .ipt-search {
  border: 0;
  height: 28px;
  border-radius: 23px;
  background: #4863a6;
  width: 2.67rem;
  min-width: 200px;
  margin-top: -2px;
  padding-left: 10px;
  box-sizing: border-box;
  color: #fff;
}
header.header .top > .bg > .layout .search .btn-search {
  position: absolute;
  right: 11px;
  top: 12.5px;
  background: transparent;
  border: none;
  padding: 0;
}
header.header .top .bg1 {
    transition: all 0.3s ease-out 0s;
    background: linear-gradient(rgba(255,255,255,0.7),rgba(0,0,0,0));
}
header.header .top .bg1> .layout {
  position: relative;
  padding-top: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 99;
}
header.header .top .bg1> .layout .logo {
  width: 4.17rem;
}
header.header .top .bg1> .layout .logo img {
  width: 100%;
}
header.header .top .bg1> .layout nav.nav .menu {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
header.header .top .bg1> .layout nav.nav .menu .menu_item {
  float: left;
  position: relative;
}
header.header .top .bg1> .layout nav.nav .menu .menu_item > a {
  display: block;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 20px;
  margin-top: 20px;
}
header.header .top .bg1> .layout nav.nav .menu .menu_item > a span {
  display: block;
  padding: 0 18px;
  line-height: 43px;
  font-family: "RobotoCondensed_Bold";
  color: #003f88;
}
header.header .top .bg1> .layout nav.nav .menu .menu_item .drow_down {
    position: absolute;
    opacity: 0;
    top: 73px;
    left: 50%;
    width: 2.11rem;
    min-width: 150px;
    transform: translateX(-50%);
    background-color: #fff;
    box-sizing: border-box;
    visibility: hidden;
    padding-top: 9px;
    border-top: 3px solid #003f88;
    z-index: 10;
    border-radius: 0 0 9px 9px;
    box-shadow: 0 0 8px #ccc;
    overflow: hidden;
}
header.header .top .bg1> .layout nav.nav .menu .menu_item .drow_down::before {
  content: '';
  position: absolute;
  top: -22px;
  left: calc(50% - 10px);
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #003f88;
}
header.header .top .bg1> .layout nav.nav .menu .menu_item .drow_down a {
    display: block;
    line-height: 44px;
    height: 44px;
    font-size: 16px;
    border-bottom: 1px dashed #efefef;
    box-sizing: border-box;
    padding-left: 29px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s;
    font-family: "Roboto_Regular";
}
header.header .top .bg1> .layout nav.nav .menu .menu_item .drow_down a:last-child {
  border-bottom: none;
}
header.header .top .bg1> .layout nav.nav .menu .menu_item:hover > .drow_down {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
}
header.header .top .bg1> .layout nav.nav .menu .menu_item .drow_down a:hover {
  background-color: #eaf0fa;
}
header.header > .banner {
  height: 100%;
  position: relative;
}
header.header > .banner .img {
  height: 100%;
}
header.header > .banner .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header.header > .banner .top-zz {
  position: absolute;
  bottom: calc(100% - 2.19rem);
  left: 0;
  width: 100%;
  height: 2.19rem;
  background: linear-gradient(to bottom, #fff, transparent);
}
header.header > .banner .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2.24rem;
  background-color: rgba(0, 0, 0, 0.36);
  text-align: center;
}
header.header > .banner .title .context {
  text-align: center;
  padding: 0.43rem 5rem 0;
  font-size: 0.4rem;
  line-height: 0.6rem;
  color: #fff;
  font-family: "RobotoCondensed_Bold";
}
header.header > .banner .title .down {
  text-align: center;
  padding-top: 0.25rem;
    display: inline-block;
    cursor: pointer;
}
.center .header2 > .bg {
  background-color: #003f88;
}
.center .header2 > .bg > .layout {
  display: flex;
  align-items: center;
  justify-content: end;
  height: 41px;
  line-height: 41px;
}
.center .header2 > .bg > .layout .other {
  margin-right: 0.35rem;
}
.center .header2 > .bg > .layout .other a {
  color: #fff;
  font-family: "Roboto_Regular";
  font-size: 16px;
}
.center .header2 > .bg > .layout .search {
  position: relative;
}
.center .header2 > .bg > .layout .search .ipt-search {
  border: 0;
  height: 28px;
  border-radius: 23px;
  background: #4863a6;
  width: 2.67rem;
  min-width: 200px;
  margin-top: -2px;
  padding-left: 10px;
  box-sizing: border-box;
  color: #fff;
}
.center .header2 > .bg > .layout .search .btn-search {
  position: absolute;
  right: 11px;
  top: 12.5px;
  background: transparent;
  border: none;
  padding: 0;
}
.center .header2 > .layout {
  position: relative;
  margin-top: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 99;
}
.center .header2 > .layout .logo {
  width: 4.17rem;
}
.center .header2 > .layout .logo img {
  width: 100%;
}
.center .header2 > .layout nav.nav .menu {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.center .header2 > .layout nav.nav .menu .menu_item {
  float: left;
  position: relative;
}
.center .header2 > .layout nav.nav .menu .menu_item > a {
  display: block;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 20px;
  margin-top: 20px;
}
.center .header2 > .layout nav.nav .menu .menu_item > a span {
  display: block;
  padding: 0 18px;
  line-height: 43px;
  font-family: "RobotoCondensed_Bold";
  color: #003f88;
}
.center .header2 > .layout nav.nav .menu .menu_item .drow_down {
  position: absolute;
  opacity: 0;
  top: 73px;
  left: 50%;
  width: 2.11rem;
  min-width: 150px;
  transform: translateX(-50%);
  background-color: #fff;
  box-sizing: border-box;
  visibility: hidden;
  padding-top: 9px;
  border-top: 3px solid #003f88;
  z-index: 2;
  border-radius: 0 0 9px 9px;
  box-shadow: 0 0 8px #ccc;
    overflow: hidden;
}
.center .header2 > .layout nav.nav .menu .menu_item .drow_down::before {
  content: '';
  position: absolute;
  top: -22px;
  left: calc(50% - 10px);
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #003f88;
}
.center .header2 > .layout nav.nav .menu .menu_item .drow_down a {
  display: block;
  line-height: 44px;
  height: 44px;
  font-size: 16px;
  border-bottom: 1px dashed #efefef;
  box-sizing: border-box;
  padding-left: 29px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s;
    font-family: "Roboto_Regular";
}
.center .header2 > .layout nav.nav .menu .menu_item .drow_down a:last-child {
  border-bottom: none;
}
.center .header2 > .layout nav.nav .menu .menu_item:hover > .drow_down {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
}
.center .header2 > .layout nav.nav .menu .menu_item .drow_down a:hover {
  background-color: #eaf0fa;
}

.ph-nav-level2 {
  width: 100%;
  display: none;
  background: #e6edf3;
  padding: 0.75em 4% 1.5em 4%;
  box-sizing: border-box;
}
.ph-nav-level2 .nav-level2 {
  font-size: 1em;
  line-height: 2em;
  color: #333333;
}

/*新增样式*/
header.header .top {
  opacity: 0;
  transform: translateY(-100%);
  transition: all 0.7s ease-out 0s;
}
header.header {
  height: auto;
  opacity: 0;
}
header.showdiv {
  height: 100%;
}
.body_home.showdiv.header .top,
header.header.showdiv {
  transform: none;
  opacity: 1;
}
.header .top {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
}
.center .header2 {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 3;
  background: #fff;
  padding-bottom: 15px;
  box-shadow: 0 10px 10px #ccc;
}
.body_b .header2 {
  opacity: 0;
  transform: translateY(-100%);
}
.body_b.showdiv .header2 {
  transition: all 0.7s ease-in-out 0.5s;
  transform: none;
  opacity: 1;
}
.body_b {
  position: fixed;
  left: 0%;
  top: 100%;
  bottom: 0;
  right: 0;
  background: #fff;
  overflow: hidden;
  transition: all 0.5s linear;
  z-index: 1;
  overflow: auto;
  outline: none;
}
.body_b.showdiv {
  top: 0;
}
.box1 {
  padding-top: 160px;
}
@media screen and (max-width: 1500px) {
  .layout {
    max-width: 100%;
    padding: 0 3%;
  }
}
@media screen and (max-width: 1400px) {
  header.header .top .bg1> .layout nav.nav .menu .menu_item > a,
  .center .header2 > .layout nav.nav .menu .menu_item > a {
    font-size: 20px;
  }
}
@media screen and (max-width: 1300px) {
  header.header .top .bg1> .layout nav.nav .menu .menu_item > a span,
  .center .header2 > .layout nav.nav .menu .menu_item > a span {
    padding: 0 13px;
  }
}
@media screen and (max-width: 1200px) {
  header.header .top .bg1> .layout .logo,
  .center .header2 > .layout .logo {
    width: 3.7rem;
  }
}
@media screen and (max-width: 1150px) {
  header.header .top .bg1> .layout nav.nav .menu .menu_item > a,
  .center .header2 > .layout nav.nav .menu .menu_item > a {
    font-size: 18px;
  }
}
@media screen and (max-width: 1050px) {
  header.header .top .bg1> .layout nav.nav .menu .menu_item > a span,
  .center .header2 > .layout nav.nav .menu .menu_item > a span {
    padding: 0 9px;
  }
}
@media screen and (max-width: 1000px) {
  /* 1000 做适配，做手机端 新增样式*/
  .body_b {
    position: static;
  }
  .box1 {
    padding-top: 0;
  }
  .body_b.showdiv .header2 {
    display: none;
  }
  header.header > .banner {
    display: block;
  }
  header.header {
    transform: none;
    opacity: 1;
  }
  /* 1000 做适配，做手机端 新增样式结束*/
  header.header .banner .layout,
  header.header .banner .top-zz,
  header.header .top {
    display: none;
  }
  .mo-header {
    display: block;
  }
  .center .box1 .news .title a::after,
  .center .box1 .events .title a::after {
    width: 80px;
    height: 15px;
  }
}
@media screen and (max-width: 950px) {
  header.header .top-nav .layout nav.nav .menu .menu_item > a {
    font-size: 18px;
  }
  header.header .top-nav .layout nav.nav .menu .menu_item > a span {
    padding: 0 12px;
  }
}
@media screen and (max-width: 900px) {
  header.header .top-info,
  header.header .top-nav {
    display: none;
  }
  header.header .mo-header {
    display: block;
  }
}
@media screen and (max-width: 650px) {
  .mo-header .head-mo-box .global-inner .head-logo-box {
    width: 43%;
  }
}
@media screen and (max-width: 600px) {
  header.header .mo-header .head-mo-box .global-inner .head-logo-box .head-logo img {
    width: 58%;
    height: auto;
  }
}
@media screen and (max-width: 500px) {
  .mo-header .head-mo-box .global-inner .head-logo-box {
    width: 50%;
  }
}
footer {
  margin-top: 0.5rem;
  background: #003f88 url(../images/list-footer-bg.png) no-repeat center top;
}
footer .footer-out {
  background: url(../image/footer-bg.png) no-repeat center bottom / cover;
}
footer.footer .footer_container {
  padding: 0.4rem 0 0.2rem;
  border-bottom: 1px solid rgba(119, 153, 192, 0.16);
}
footer.footer .footer_container .layout .logo {
  float: left;
  margin-top: 0.06rem;
  width: 4.42rem;
}
footer.footer .footer_container .layout .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
footer.footer .footer_container .layout .logo a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
footer.footer .footer_container .layout .line {
  float: left;
  margin: 0 2%;
  height: 1.12rem;
}
footer.footer .footer_container .layout .contact {
  float: left;
  color: #fff;
  min-width: 25%;
  display: flex;
  justify-content: center;
}
footer.footer .footer_container .layout .contact .info p {
  font-size: 16px;
  line-height: 34px;
  padding-left: 35px;
  background-repeat: no-repeat;
  background-position: left center;
  margin-top: -4px;
}
footer.footer .footer_container .layout .contact .info:nth-child(1) p {
  background-image: url(../images/footer-iphone.png);
}
/*footer.footer .footer_container .layout .contact .info:nth-child(2) p {
  background-image: url(../images/footer-print.png);
}*/
footer.footer .footer_container .layout .contact .info:nth-child(2) p {
  background-image: url(../images/footer-email.png);
}
footer.footer .footer_container .layout .contact .info:nth-child(3) p {
  background-image: url(../images/footer-yb.png);
}
footer.footer .footer_container .layout .address {
  padding-left: 43px;
  color: #fff;
  line-height: 30px;
  text-align: justify;
  width: 33%;
  float: right;
  background: url(../images/footer-address.png) no-repeat left top 7px;
  font-family: "Roboto_Regular";
}
footer .copyright {
  color: #fff;
  line-height: 26px;
  padding: 13px 0;
  text-align: center;
  font-size: 16px;
  border-top: 1px solid #155298;
  font-family: "Roboto_Regular";
}
footer .copyright .space {
  padding: 0 10px;
}
footer .copyright i {
  font-style: normal;
}
footer .copyright a {
  color: #fff;
}
footer .copyright a:nth-child(1) {
  font-style: italic;
  color: #7daee6;
}
footer .copyright a:hover {
  color: #7daee6;
}
@media screen and (max-width: 1100px) {
  footer.footer .footer_container .layout .logo {
    width: 28%;
  }
}
@media screen and (max-width: 1000px) {
  footer.footer .footer_container .layout .line {
    display: none;
  }
  footer.footer .footer_container .layout .address,
  footer.footer .footer_container .layout .contact,
  footer.footer .footer_container .layout .logo {
    float: none;
  }
  footer.footer .footer_container .layout .contact {
    justify-content: start;
    margin-top: 15px;
  }
  footer.footer .footer_container .layout .logo {
    width: 50%;
  }
  footer.footer .footer_container .layout .address {
    margin-top: 10px;
    width: 85%;
    padding-left: 35px;
  }
  footer.footer .footer_container .layout .footer_top {
    padding-left: 30%;
  }
}
@media screen and (max-width: 780px) {
  footer.footer .footer_container .layout .footer_top {
    padding-left: 20%;
  }
}
@media screen and (max-width: 620px) {
  footer.footer .footer_container .layout .footer_top {
    padding-left: 12%;
  }
}
@media screen and (max-width: 500px) {
  footer.footer .footer_container .layout .footer_top {
    padding-left: 3%;
  }
  footer.footer .footer_container .layout .address {
    width: 90%;
  }
}
