@charset "utf-8";

/*
******************************************************************
* footer.css
******************************************************************
*/

footer {
  background: #FAFAFA;
}

footer .btn__gotop {
  display: none;
  background: #DEE6EB;
  border-radius: 50%;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  z-index: 999;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
footer .btn__gotop:hover {
  background: #003894;
}
footer .btn__gotop::before,
footer .btn__gotop::after {
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 8px;
  margin: auto;
  width: 13px;
  height: 3px;
  transform: rotate(-45deg);
  z-index: 0;
}
footer .btn__gotop::after {
  left: 8px;
  right: 0;
  transform: rotate(45deg);
}

.fmenu__layers1 {
  display: flex;
  width: 980px;
  margin: 0 auto;
  padding: 0 80px;
  border-bottom: 1px solid #999999;
}
.fmenu__layers1 li {
  box-sizing: border-box;
  display: inline-block;
  padding: 18px 15px;
  position: relative;
  width: 100%;
}
.fmenu__layers1 li::after {
  content: "";
  background: #999999;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 21px;
  margin: auto 0;
  z-index: 0;
}
.fmenu__layers1 li span {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto 0;
  width: 12px;
  height: 9px;
  z-index: 0;
  cursor: pointer;
}
.fmenu__layers1 li::before {
  content: "";
  background: #003894;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto 0;
  width: 12px;
  height: 1px;
  z-index: 0;
}
.fmenu__layers1 li span::before,
.fmenu__layers1 li span::after {
  content: "";
  background: #003894;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 1px;
  z-index: 0;
}
.fmenu__layers1 li span::after {
  top: auto; 
  bottom: 0;
}

.sns {
  display: flex;
  justify-content: center;
  padding: 18px 0;
  margin: 0 auto;
  width: 980px;
}
.sns p {
  width: 190px;
}
.sns__list {
  display: flex;
  justify-content: center;
  /* width: 150px; */
}
.sns__list li {
  width: 37px;
  margin-left: 10px;
}
/* .sns__list li:first-child {
  margin-left: 0;
} */
.sns__list li img {
  width: 100%;
}
.sns__list li a:hover {
  opacity: 0.5;
}

.fmenu__other {
  background: #fff;
  margin-bottom: 10px;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
}
.fmenu__other ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 19px 0;
  margin: 0 auto;
  width: 980px;
}
.fmenu__other li {
  margin-left: 45px;
}
.fmenu__other li:first-child {
  margin-left: 0;
}
.fmenu__other li a {
  color: #2068B7;
  display: block;
  text-align: center;
  width: 100%;
}
.fmenu__other li a:hover {
  text-decoration: underline;
}
.footer__bottom {
  padding: 10px 0 50px;
  margin: 0 auto;
  width: 980px;
}
.footer__bottom--logo {
  margin: 0 auto 20px;
  width: 86px;
}
.footer__bottom--logo img {
  width: 100%;
}
.footer__bottom p {
  color: #636363;
  font-size: 85.7%;
  margin-bottom: 13px;
  text-align: center;
}
.footer__bottom small {
  font-size: 71.4%;
  display: block;
  text-align: center;
}

.fmenu {
  position: relative;
  width: 980px;
  margin: 0 auto;
}

.fmenu__layers2--title {
  font-weight: bold;
  margin-bottom: 5px;
}
.fmenu__layers2 {
  display: none;
  background: #fff;
  border: 1px solid #003894;
  border-radius: 4px;
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 1;
}
.fmenu dl {
  padding: 25px 20px;
}
.fmenu dt {
  margin-bottom: 7px;
}
.fmenu__layers2 a,
.fmenu__layers3 a {
  border-top: 1px solid #999999;
  box-sizing: border-box;
  color: #003894;
  display: inline-block;
  font-size: 85.7%;
  padding: 18px 35px 18px 15px;
  position: relative;
  width: 100%;
}
.fmenu__layers2 a:hover,
.fmenu__layers3 a:hover {
  background: #EAF7FF;
}
.fmenu__layers2 a::before,
.fmenu__layers2 a::after,
.fmenu__layers3 a::before,
.fmenu__layers3 a::after {
  content: "";
  background: #003894;
  position: absolute;
  top: 0;
  bottom: 5px;
  right: 15px;
  margin: auto 0;
  width: 7px;
  height: 1px;
  transform: rotate(50deg);
  z-index: 0;
}
.fmenu__layers2 a::after,
.fmenu__layers3 a::after {
  top: 5px;
  bottom: 0;
  transform: rotate(-50deg);
}
.fmenu__layers2 dd:last-child a,
.fmenu__layers2 li:last-child a,
.fmenu__layers3 dd:last-child a,
.fmenu__layers3 li:last-child a {
  border-bottom: 1px solid #999999;
}

.fmenu .layers2 dd,
.fmenu .fmenu__prefectures .fmenu__prefectures--layers3 {
  border-top: 1px solid #999999;
  box-sizing: border-box;
  color: #003894;
  display: inline-block;
  font-size: 85.7%;
  padding: 18px 15px;
  position: relative;
  width: 100%;
}
.fmenu .fmenu__prefectures .fmenu__prefectures--layers3 {
  padding: 12px 15px;
}
.fmenu .layers2 dd:last-child {
  border-bottom: 1px solid #999999;
}
.fmenu .layers2 dd::after,
.fmenu .fmenu__prefectures .fmenu__prefectures--layers3::after {
  content: "";
  background: #F2F2F2;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  width: 1px;
  height: 21px;
  margin: auto 0;
  z-index: 0;
}
.fmenu .layers2 dd span,
.fmenu .fmenu__prefectures .fmenu__prefectures--layers3 span {
  background: #003894;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto 0;
  width: 12px;
  height: 1px;
  z-index: 0;
}
.fmenu .layers2 dd span::before,
.fmenu .layers2 dd span::after,
.fmenu .fmenu__prefectures .fmenu__prefectures--layers3 span::before,
.fmenu .fmenu__prefectures .fmenu__prefectures--layers3 span::after {
  content: "";
  background: #003894;
  position: absolute;
  top: -4px;
  left: 0;
  width: 12px;
  height: 1px;
  z-index: 0;
}
.fmenu .layers2 dd span::after,
.fmenu .fmenu__prefectures .fmenu__prefectures--layers3 span::after {
  top: auto; 
  bottom: -4px;
}

.fmenu__prefectures {
  top: auto;
  bottom: 48px;
  left: 230px;
  padding: 20px 11px 15px;
  width: 145px;
}
.fmenu__prefectures.js__open {
  width: 300px;
}
.fmenu__prefectures::before {
  content: "";
  background: #fff;
  border-bottom: 1px solid #003894;
  border-right: 1px solid #003894;
  width: 12px;
  height: 12px;
  position: absolute;
  bottom: -7px;
  left: 23px;
  margin: 0 auto;
  transform: rotate(45deg);
  z-index: 1;
}
.fmenu__prefectures--inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.fmenu__prefectures--left {
  width: 100%;
}
.fmenu__prefectures.js__open .fmenu__prefectures--left {
  width: 125px;
}
.fmenu__prefectures.js__open .fmenu__prefectures--right {
  width: 150px;
}
.fmenu__prefectures--right > ul {
  display: none;
  background: #EAF7FF;
  height: 100%;
}
.fmenu__prefectures--right > ul li {
  position: relative;
}
.fmenu__prefectures--right > ul li:after {
  position: absolute;
  width: calc(100% - 20px);
  height: 1px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
  background: #003894;
  content: "";
}
.fmenu__prefectures--inner .fmenu__prefectures--right ul li a {
  border-top: 1px solid transparent;
}
.fmenu .layers2 dd,
.fmenu .fmenu__prefectures .fmenu__prefectures--layers3,
.fmenu .fmenu__prefectures li a {
  border-top: 1px solid #999999;
  box-sizing: border-box;
  color: #003894;
  display: inline-block;
  font-size: 85.7%;
  padding: 12px 35px 12px 15px;
  position: relative;
  width: 100%;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.fmenu .fmenu__prefectures .fmenu__prefectures--layers3:hover {
  background: #EAF7FF;
}
.fmenu .layers2 dd:last-child {
  border-bottom: 1px solid #999999;
}
.fmenu .layers2 dd::after,
.fmenu .fmenu__prefectures .fmenu__prefectures--layers3::after {
  content: "";
  background: #999999;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  width: 1px;
  height: 21px;
  margin: auto 0;
  z-index: 0;
}
.fmenu .layers2 dd span,
.fmenu .fmenu__prefectures .fmenu__prefectures--layers3 span {
  background: #003894;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto 0;
  width: 12px;
  height: 1px;
  z-index: 0;
}
.fmenu .layers2 dd span::before,
.fmenu .layers2 dd span::after,
.fmenu .fmenu__prefectures .fmenu__prefectures--layers3 span::before,
.fmenu .fmenu__prefectures .fmenu__prefectures--layers3 span::after {
  content: "";
  background: #003894;
  position: absolute;
  top: -4px;
  left: 0;
  width: 12px;
  height: 1px;
  z-index: 0;
}
.fmenu .layers2 dd span::after,
.fmenu .fmenu__prefectures .fmenu__prefectures--layers3 span::after {
  top: auto; 
  bottom: -4px;
}
.fmenu .fmenu__prefectures .fmenu__prefectures--layers3.js__crnt {
  background: #EAF7FF;
}

.fmenu__service {
  background: #fff;
  border: 1px solid #003894;
  border-radius: 4px;
  position: absolute;
  top: auto;
  bottom: 48px;
  left: 435px;
  width: 185px;
  padding: 15px 10px;
  z-index: 3;
}
.fmenu__service::before {
  content: "";
  background: #fff;
  border-bottom: 1px solid #003894;
  border-right: 1px solid #003894;
  width: 12px;
  height: 12px;
  position: absolute;
  bottom: -7px;
  left: 22px;
  margin: 0 auto;
  transform: rotate(45deg);
  z-index: 1;
}

.fmenu__language {
  background: #fff;
  border: 1px solid #003894;
  border-radius: 4px;
  position: absolute;
  top: auto;
  bottom: 48px;
  left: 632px;
  width: 178px;
  padding: 15px 10px;
  z-index: 2;
}
.fmenu__language.js__open {
  width: 330px;
}
.fmenu__language::before {
  content: "";
  background: #fff;
  border-bottom: 1px solid #003894;
  border-right: 1px solid #003894;
  width: 12px;
  height: 12px;
  position: absolute;
  bottom: -7px;
  left: 30px;
  margin: 0 auto;
  transform: rotate(45deg);
  z-index: 1;
}
.fmenu__language--inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.fmenu__language--left {
  width: 158px;
}
.fmenu__language--right {
  display: none;
  background: #EAF7FF;
  width: 150px;
  height: inherit;
  padding: 0 10px;
}
.fmenu__language li.fmenu__language--cn {
  border-top: 1px solid #F2F2F2;
  box-sizing: border-box;
  color: #003894;
  display: inline-block;
  font-size: 85.7%;
  padding: 12px 35px 12px 15px;
  position: relative;
  width: 100%;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.fmenu__language li.js__crnt,
.fmenu__language li.fmenu__language--cn:hover {
  background: #EAF7FF;
}
.fmenu__language li a,
.fmenu__language li:last-child a {
  padding: 12px 35px 12px 15px;
}
.fmenu__language .fmenu__language--right li a,
.fmenu__language .fmenu__language--right li:last-child a {
  border-color: #C1E7FF;
}
.fmenu__language .fmenu__language--right li:first-child a {
  border-color: #F2F2F2;
}
.fmenu__language li span {
  content: "";
  background: #003894;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto 0;
  width: 12px;
  height: 1px;
  z-index: 0;
}
.fmenu__language li span::before,
.fmenu__language li span::after {
  content: "";
  background: #003894;
  position: absolute;
  top: -4px;
  left: 0;
  width: 12px;
  height: 1px;
  z-index: 0;
}
.fmenu__language li span::after {
  top: auto; 
  bottom: -4px;
}

.fmenu__about {
  background: #fff;
  border: 1px solid #003894;
  border-radius: 4px;
  position: absolute;
  top: auto;
  bottom: 48px;
  left: auto;
  right: 0;
  width: 185px;
  padding: 15px 10px;
  z-index: 3;
}
.fmenu__about::before {
  content: "";
  background: #fff;
  border-bottom: 1px solid #003894;
  border-right: 1px solid #003894;
  width: 12px;
  height: 12px;
  position: absolute;
  bottom: -7px;
  left: 72px;
  margin: 0 auto;
  transform: rotate(45deg);
  z-index: 1;
}

.js__open .fmenu__close {
  position: fixed;
  top: 22px;
  right: 20px;
  width: 20px;
  height: 16px;
  z-index: 999;
}
.js__open .fmenu__close span::before {
  content: "";
  background: #003894;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 2px;
  z-index: 0;
  transform: rotate(45deg);
}
.js__open .fmenu__close span::after {
  content: "";
  background: #003894;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 2px;
  z-index: 0;
  transform: rotate(-45deg);
}