@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
}

html,
body {
  color: #000000;
  font-family: "Microsoft YaHei", Helvetica, sans-serif;
  font-weight: 500;
  scroll-behavior: smooth;
}

html {
  overflow-y: scroll;
  /* =16px */
  /*font-size: 100%;*/
  /* =10px */
  font-size: 62.5%;
}

body {
  font-size: 1.4rem;
  /* =14px */
  position: relative;
  overflow: hidden;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  border: 0;
}

a img {
  border: 0;
}

.clear:after {
  display: block;
  content: "clear";
  width: 0;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

/*ScrollTrigger*/


.invisible {
  transition: transform 1.2s ease, opacity 1.2s ease;
  transform: translateY(30px);
  opacity: 0.0;
}

.visible {
  transition: transform 1.2s ease, opacity 1.2s ease;
  transform: translateY(0);
  opacity: 1.0;
}


.fade {
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.fade2 {
  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.main {
  width: 1680px;
  max-width: 95%;
  margin: 0 auto;
}

.main1000 {
  width: 1000px;
  max-width: 95%;
  margin: 0 auto;
}

.main1600 {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

.pc_none {
  display: none;
}

.d-menu {
  display: none;
}

.panel {
  display: none;
}

.sp_br {
  display: none;
}

.color_871bab {
  color: #871bab;
}

.pc_br {
  display: none;
}

/*header*/

header {
  width: 100%;

  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: #FFFFFF;
}

.header_bg {
  /* background: rgba(249,249,249,0.95); */
  background: #FFFFFF;
}

header img,
header a {
  display: block;
}

.header_language {
  background-color: #26272a;
  padding: 24px 0;
}

.header_language ul {
  display: flex;
  justify-content: flex-end;
}

.header_language ul li {
  border-right: 2px solid #FFF;
  padding: 0 10px;
}

.header_language ul li:last-child {
  border: none;
  padding-right: 0;
}

.header_language ul li a {
  color: #FFFFFF;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 200;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header_language ul li a div:nth-child(1) {
  padding-right: 8px;
}

.header_language ul li a:hover {
  text-decoration: underline;
  opacity: 0.8;
}


.header_bar {
  /* border-bottom: 2px solid #4d4d4d; */
  /* padding-left: 2.5%; */
  position: relative;
}

.header_barBox {
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.header_box {
  width: 100%;
  /* background: #FFFFFF; */
  /*position: fixed;
	top: 0;
	left: 0;
	z-index: 99;*/
}

.header_main {
  width: 100%;
  display: table;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.logo {
  width: 563px;
  display: table-cell;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* padding: 55px 0; */
}

.logo a {
  display: block;
}

.logo a img {
  display: block;
  width: 100%;
  max-width: 563px;
}

.logo a:hover {
  opacity: 0.8;
}

/*nav*/
.nav_box {
  display: table-cell;
  vertical-align: middle;
}

nav {
  display: block;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}

.nav_pdl {
  /*padding-left: 30px;*/
  /* padding: 20px 0; */
  /* padding-right: 32px; */
}

.nav_list {
  /* width: 100%; */
  display: table;
  padding: 0 0px 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 0 auto;
}



.nav_list>li {
  width: auto;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  /* min-width: 118px; */
  position: relative;
}

.nav_list>li>a {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: bold;
  /* color: #050505; */
  display: block;
  /* position: relative; */
  top: 0px;
  overflow: hidden;
  padding: 87px 0 77px;
  position: relative;
}

/* .nav_list>li>a::before{
	content: "";
	display: none;
	border-bottom: 40px solid #f2f2f2;
	border-left: 22px solid transparent;
	border-right: 22px solid transparent;
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
} */

.nav_list>li>a>p {
  width: 100%;
  padding: 0 12px;
  display: table;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.nav_list>li:last-child>a>p {
  padding-right: 0;
}

.nav_list>li>a>p>span {
  display: table-cell;
  vertical-align: middle;
  position: relative\0;
  top: 3px\0;
  color: #050505;

  padding: 16px 23px;
  background-color: #ffffff;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.nav_list>li:hover>a,
.nav_list>li.nav_select>a {
  /* color: #ffffff; */
}

.nav_list>li:hover>a p span,
.nav_list>li.nav_select>a p span,
.nav_list>li>a.current p span {
  color: #ffffff;
  background-color: #014099;
}

/* .nav_list>li.sub_navLi:hover>a::before,
.nav_list>li.nav_select.sub_navLi>a::before {
	display: block;
} */

.sub_nav {
  display: none;
  position: absolute;
  /* top: 100%;
	left: 0; */
  top: 100%;
  left: 50%;
  transform: translateX(-50%);

  background-color: rgba(255, 255, 255, 0.7);
  /* width: 100%; */
  min-width: 297px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* border-radius: 4px; */
  /* border: 1px solid #92b103; */
  /* padding-top: 40px;
	padding-bottom: 20px; */

}

.nav_list>li:hover>.sub_nav,
.nav_list>li.nav_select>.sub_nav {
  display: block;
}


.sub_nav>li {
  position: relative;
}

.sub_nav>li>div,
.sub_nav>li>.suba,
.sub_nav>li>ul a {
  color: #141414;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
  padding: 17px 10px;
}

.sub_nav>li:hover>div,
.sub_nav>li:hover>.suba {
  background-color: #014099;
  cursor: pointer;
  color: #ffffff;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.Ss_nav a:hover {
  background-color: #014099;
  cursor: pointer;
  color: #ffffff;
}

.Ss_nav {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  display: none;
}

.sub_nav li:hover>.Ss_nav {
  display: block;
}


.sp_btn {
  display: none;
}

#header_top {
  /* display: none; */
}

/* ----------- footer ----------- */

footer {}

.footer_middle {
  background: url("../img/inc_footerBg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 125px 0 0px;
  position: relative;
}


.footer_text {
  font-size: 6.0rem;
  color: #b8becd;
  text-align: center;
  font-weight: bold;
  letter-spacing: 5px;
}

.footer_search {
  margin-top: 105px;
}

.footer_search div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 716px;
  margin: 0 auto;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  -webkit-appearance: none;
}

.footer_search div input.input_text {
  display: block;
  width: 560px;
  height: 52px;
  border: none;
  background: #FFFFFF;
  font-size: 1.6rem;
  color: #504f4f;
  font-family: "Microsoft YaHei", 微软雅黑, arial, 黑体, 宋体, "PingFang SC", "Hiragino Sans GB", "Hiragino Sans GB W3", sans-serif;
  font-weight: 500;
  padding: 0 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  border: 1px solid #FFFFFF;
}

.footer_search div input.submit {
  display: block;
  width: 156px;
  height: 52px;
  border: 1px solid #dca349;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #dca349;
  text-align: center;
  font-size: 2.4rem;
  color: #FFFFFF;
  line-height: 1;
  outline: none;
  cursor: pointer;
}

.footer_search div input.submit:hover {
  opacity: 0.9;
  background: #014099;
}

.footer_contact {
  margin-top: 100px;
}

.footer_contact ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer_contact ul li {
  display: flex;
  align-items: center;
  font-size: 0;
}

.footer_contact ul li img {}

.footer_contact ul li a,
.footer_contact ul li p {
  color: #FFFFFF;
  font-size: 2.4rem;
  line-height: 1;
}

.footer_contact ul li div:nth-child(1) {
  padding-right: 24px;
}

.footer_contact ul li:first-child a:nth-child(1) {
  margin-right: 15px;
}

.footer_contact ul li a:hover {
  color: #b8becd;
  text-decoration: underline;
}

.footer_record {
  margin-top: 70px;
  width: 1107px;
  max-width: 100%;
  margin: 70px auto 0;
}

.footer_record ul {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 2px solid #8198b7;
  padding: 23px 0;
}

.footer_record ul li {
  padding: 0 12px;
  display: flex;
  flex-wrap: wrap;
  color: #FFFFFF;
  font-size: 1.8rem;
  line-height: 1.4;
}

.footer_record ul li:nth-child(1) {
  border-right: 2px solid #FFFFFF;
}

.footer_record ul li:nth-child(2) {
  white-space: nowrap;
}

.footer_record ul li a {
  color: #FFFFFF;
}

.footer_record ul li a:hover {
  color: #b8becd;
  text-decoration: underline;
}

.footer_record ul li div:nth-child(1) {
  padding-right: 15px;
}

.footer_record ul li div:nth-child(2) {
  padding-right: 5px;
}

.footer_sp {
  display: none;
  padding: 20px 0;
  border-top: 5px solid #02306e;
}

.footer_sp ul {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
}

.footer_sp ul li {
  width: 18%;
}

.footer_sp ul li a {
  display: block;
}

.footer_sp ul li a img {
  display: block;
  width: 10.0vw;
  margin: 0 auto;
}

.footer_sp ul li a p {
  text-align: center;
  font-size: 3.6vw;
  color: #0b0b0b;
  font-weight: bold;
  padding-top: 2.0vw;
}


/*pagt top*/
.pagetop {
  display: none;
  width: 46px;
  height: 46px;
  position: fixed;
  right: 100px;
  bottom: 150px;
  z-index: 998;
}

.pagetop img {
  display: block;
  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  opacity: 0.8;
}

.pagetop:hover img {
  opacity: 1;
}

.cmain {
  padding: 4% 0;
}

/* @media only screen and (max-width: 1920px) { */
@media only screen and (max-width: 1620px) {

  /*header*/
  .logo {
    width: 450px;
  }

  .nav_list>li>a {
    font-size: 2.4rem;
    padding: 90px 0;
    padding: 67px 0 57;
  }

  .nav_list>li>a>p {
    padding: 0 25px;
    padding: 0 0px;
  }

  .footer_contact ul li a,
  .footer_contact ul li p {
    font-size: 2.2rem;
  }

  .footer_contact ul li div:nth-child(1) {
    padding-right: 15px;
  }

  .footer_contact ul li img {
    width: 30px;
  }

}

@media only screen and (max-width: 1600px) {
  /*header*/

  .pagetop {
    right: 20px;
  }

}

@media only screen and (max-width: 1400px) {

  /*header*/
  .header_language {
    padding: 15px 0;
  }

  .header_language ul li {
    border-right: 1px solid #FFFFFF;
  }

  .header_language ul li a {
    font-size: 1.6rem;
  }

  .header_language ul li a img {
    width: 32px;
  }

  .logo {
    width: 300px;
  }

  .nav_list>li>a {
    font-size: 2.0rem;
    padding: 70px 0;
    padding: 50px 0;
  }

  .nav_list>li>a>p {
    padding: 0 20px;
    padding: 0 5px;
  }

  .nav_list>li>a>p>span {
    padding: 10px 15px;
  }

  /* .sub_nav ul {
    padding-bottom: 30px;
  }

  .sub_nav li {
    padding-bottom: 13px;
  }

  .sub_nav li div {
    font-size: 2.0rem;
    padding-bottom: 8px;
  }

  .sub_nav li a {
    font-size: 2.0rem;
  } */
  .sub_nav {
    min-width: 220px;
  }

  .sub_nav>li>div,
  .sub_nav>li>ul a {
    font-size: 2.0rem;
    padding: 15px 10px;
  }





  .footer_contact ul li img {
    width: 26px;
  }

  .footer_middle {
    padding: 100px 0 0px;
  }

  .footer_text {
    font-size: 5.0rem;
    letter-spacing: 2px;
  }

  .footer_search {
    margin-top: 80px;
  }

  .footer_contact {
    margin-top: 80px;
  }

  .footer_contact ul {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: -20px;
  }

  .footer_contact ul li {
    padding: 0 20px 20px;
  }

  .footer_contact ul li a,
  .footer_contact ul li p {
    font-size: 2.0rem;
  }

  .footer_contact ul li div:nth-child(1) {
    padding-right: 10px;
  }

  .footer_record {
    margin: 60px auto 0;
  }



}

@media only screen and (max-width: 1100px) {
  .logo {
    width: 265px;
  }

  /* .nav_list>li>a {
    font-size: 1.8rem;
  }

  .sub_nav li div {
    font-size: 1.8rem;
  }

  .sub_nav li a {
    font-size: 1.8rem;
  } */
  .nav_list>li>a {
    font-size: 1.8rem;
  }

  .sub_nav>li>div,
  .sub_nav>li>ul a {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 1024px) {

  /*.main {
		width: 95%;
	}*/
  .sp_none {
    display: none;
  }

  .pc_none {
    display: block;
  }

  /*header*/
  header .main1000 {
    max-width: 100%;
  }

  header {
    padding: 10px 10px;
    position: fixed;
    top: 0;
    z-index: 999;
    border-bottom: 2px solid #014099;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: auto !important;
    background-color: #FFFFFF;
  }

  .header_bg {
    background: rgba(255, 255, 255, 1);
  }

  .header_box {
    width: 100%;
    box-sizing: border-box;
    position: relative !important;
  }

  .header_bar .main {
    max-width: 100%;
  }

  .header_main {
    display: table;
  }


  .header_language {
    position: absolute;
    top: 50%;
    right: 80px;
    transform: translateY(-50%);
    padding: 0;
    background-color: transparent;
  }

  .header_language ul {
    width: auto;
  }

  .header_language ul li {
    border-right: 1px solid #014099;
  }

  .header_language ul li a {
    color: #050505;
  }

  .logo {
    width: auto;
    padding-right: 20px;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .logo a {
    width: auto;
    max-width: 265px;
    /*height: 50px;*/
  }

  .logo a img {
    width: auto;
    max-width: 100%;
    max-height: 50px;
  }

  .d-menu {
    display: table-cell;
    vertical-align: middle;
    width: 70px;
    height: 50px;
    cursor: pointer;
    position: relative;
  }

  .panel-btn {
    display: block;
    position: absolute;
    top: 0;
    /*bottom: 0;*/
    right: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    background: #014099;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
  }

  .panel-btn-icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 26px;
    height: 4px;
    margin: -2px 0 0 -13px;
    background: #FFF;
    transition: .2s;
  }

  .panel-btn-icon:before,
  .panel-btn-icon:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 26px;
    height: 4px;
    background: #FFF;
    transition: .3s;
  }

  .panel-btn-icon:before {
    margin-top: -11px;
  }

  .panel-btn-icon:after {
    margin-top: 7px;
  }

  .panel-btn .close {
    background: transparent;
  }

  .panel-btn .close:before,
  .panel-btn .close:after {
    margin-top: 0;
  }

  .panel-btn .close:before {
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .panel-btn .close:after {
    -ms-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  /*nav*/
  nav {
    display: none;
    width: 100%;
    padding: 0;
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;

    background: #f2f2f2;
    overflow-y: auto;
  }

  .fixed {
    top: auto;
    left: auto;
  }

  .nav_pdl {
    padding: 0 0;
  }

  .nav_list {
    width: 100%;
    display: block;
    padding: 0 0px;
  }

  .nav_list li {
    width: 100%;
    display: block;
    text-align: left;
    background: none;
    border-bottom: 1px solid #014099;
    box-sizing: border-box;
  }

  .nav_list li:last-of-type {
    background: none;
  }

  .nav_list li a {
    width: 100%;
    display: block;
    font-size: 1.6rem;
    color: #040404;
    font-weight: normal;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    padding: 20px 0 17px;
  }

  .nav_list li a:hover {
    color: #FFFFFF;
  }

  .nav_list>li>a:after {
    display: none;
  }

  .nav_list>li>a>p {
    padding: 0 10px;
  }

  .nav_list>li>a>p>span {
    padding: 0;
    background-color: transparent;
  }

  .nav_list>li:hover>a p span,
  .nav_list>li.nav_select>a p span {
    background-color: transparent;
  }

  .nav_list>li:hover>a,
  .nav_list>li.nav_select>a {
    color: #FFFFFF;
  }

  .nav_list>li:hover>a,
  .nav_list>li.nav_select>a {
    color: #FFFFFF;
    background-color: #014099;
  }

  .nav_list>li.sub_navLi:hover>a::before,
  .nav_list>li.nav_select.sub_navLi>a::before {
    display: none;
  }

  /* 
  .nav_list>li:hover>a,
  .nav_list>li.nav_select>a {
    color: #FFFFFF;
  }

  .nav_list>li:hover>a,
  .nav_list>li.nav_select>a {
    color: #FFFFFF;
    background-color: #014099;
  }

  .nav_list>li.sub_navLi:hover>a::before,
  .nav_list>li.nav_select.sub_navLi>a::before {
    display: none;
  } */

  /* .sub_nav {
    display: block;
    position: relative;
    left: 0%;
    transform: translateX(0%);
    background-color: transparent;
    width: auto;
    padding: 20px 20px 0;
    border-radius: 0px;
    -moz-box-shadow: 0px 0px 0px transparent;
    -webkit-box-shadow: 0px 0px 0px transparent;
    box-shadow: 0px 0px 0px transparent;
    border-top: 1px solid #014099;

  } */
  .sub_nav {
    display: block;
    position: relative;
    /* left: 0%;
    transform: translateX(0%);
    background-color: transparent; */
    width: auto;
    min-width: auto;
    /* padding: 20px 20px 0; */
    border-radius: 0px;
    -moz-box-shadow: 0px 0px 0px transparent;
    -webkit-box-shadow: 0px 0px 0px transparent;
    box-shadow: 0px 0px 0px transparent;
    border-top: 1px solid #014099;
    padding-left: 10px;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 1);
  }

  .sub_nav::before {
    display: none;
  }

  .sub_nav li a {
    line-height: 1;
    font-size: 1.4rem !important;
    background: none;
    padding: 0;
    /* padding: 20px 10px 17px; */
  }

  .sub_nav li a:hover {
    color: #FFFFFF;
    background-color: #014099;
  }

  .sub_nav ul li:nth-child(1) {
    /* border-bottom: none; */
  }

  .sub_nav li {
    /* padding-bottom: 0px; */
    /* border: none; */
  }

  .sub_nav li:last-child {
    border: none !important;
  }

  .sub_nav li div {
    font-size: 1.6rem;
    /* padding-bottom: 0; */
  }

  .Ss_nav {
    position: relative;
    top: 0;
    left: 0;
    border-top: 1px solid #014099;
    padding-left: 10px;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 1);
  }

  /* 
  .sub_nav li div {
    font-size: 1.6rem;
    padding-bottom: 0;
  }

  .sub_nav .main {
    flex-wrap: wrap;
  }

  .sub_nav ul {
    width: 33.33%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 10px !important;
    padding-bottom: 20px;
  }

  .sub_nav li a:hover {
    color: #15499a;
    background-color: transparent;
  }





 */







  /* ----------- footer ----------- */
  footer {}

  .footer_middle {
    padding: 80px 0 0px;
  }

  .footer_text {
    font-size: 4.0rem;
    letter-spacing: 2px;
  }

  .footer_search div {
    width: auto;
  }

  .footer_search div input.input_text {
    width: 500px;
  }

  .footer_search div input.submit {
    width: 140px;
  }

  .footer_search {
    margin-top: 60px;
  }

  .footer_contact {
    margin-top: 60px;
  }





  /*pagt top*/
  .pagetop {
    right: 10px;
    /* width: 50px;
		height: 50px; */
  }

}

@media only screen and (max-width: 950px) {
  /* .footer_left {
		display: block;
	    width: auto;
		text-align: center;
	}
	.footer_right {
	    display: block;
		margin-top: 30px;
	} */
}

@media only screen and (max-width: 768px) {

  /* ----------- common ----------- */
  /* ----------- header ----------- */
  .header_language {
    right: 60px;
  }

  .header_language ul li a {
    font-size: 1.4rem;
  }

  .header_language ul li a div:nth-child(1) {
    padding-right: 5px;
  }


  /* ----------- footer ----------- */
  .footer_middle {
    padding: 60px 0 0px;
  }

  .footer_text {
    font-size: 3.0rem;
  }

  .footer_search {
    margin-top: 50px;
  }

  .footer_search div input.input_text {
    width: 400px;
    height: 40px;
  }

  .footer_search div input.submit {
    width: 100px;
    height: 40px;
    font-size: 1.8rem;
  }

  .footer_contact {
    margin-top: 50px;
  }

  .footer_contact ul {
    margin-bottom: -10px;
  }

  .footer_contact ul li {
    padding: 0 10px 10px;
  }

  .footer_contact ul li img {
    width: 22px;
  }

  .footer_contact ul li a,
  .footer_contact ul li p {
    font-size: 1.8rem;
  }

  .footer_record {
    margin: 50px auto 0;
  }

  .footer_record ul li {
    padding: 0 10px;
    font-size: 1.6rem;
  }



  /*pagt top*/
  .pagetop {
    bottom: 100px;
    width: 46px;
  }


}

@media only screen and (max-width: 480px) {

  .main {
    max-width: 93%;
  }

  /*header*/
  .logo a img {
    max-height: 40px;
  }

  .d-menu {
    width: 55px;
    height: 40px;
  }

  .panel-btn {
    width: 40px;
    height: 40px;
  }

  .panel-btn-icon {
    width: 22px;
    height: 2px;
    margin: -1px 0 0 -11px;
  }

  .panel-btn-icon:before,
  .panel-btn-icon:after {
    width: 22px;
    height: 2px;
  }

  .panel-btn-icon:before {
    margin-top: -9px;
  }

  .panel-btn-icon:after {
    margin-top: 7px;
  }

  .pc_br {
    display: block;
  }

  .header_language {
    right: 50px;
  }

  .header_language ul li {
    padding: 0 8px;
  }

  .header_language ul li a {
    font-size: 1.4rem;
    flex-direction: column;
  }

  .header_language ul li a div:nth-child(1) {
    padding-right: 0px;
    padding-bottom: 5px;
  }

  /*nav*/
  .nav_list li {}

  .nav_list li a {
    font-size: 16px;
    padding: 15px 0 12px !important;
  }

  .sub_nav ul {
    /* width: 50%;
    padding-right: 5px !important;
    padding-bottom: 15px; */
  }

  .sub_nav li a {
    /* padding: 0 !important; */
  }


  /*footer*/
  .footer_middle {
    padding: 50px 0 0px;
  }

  .footer_text {
    font-size: 2.4rem;
  }

  .footer_search div input.input_text {
    width: calc(100% - 100px);
  }

  .footer_search {
    margin-top: 40px;
  }

  .footer_contact {
    margin-top: 40px;
  }

  .footer_contact ul li a,
  .footer_contact ul li p {
    font-size: 1.6rem;
    line-height: 1.4;
  }

  .footer_record {
    margin: 40px auto 0;
  }

  .footer_record ul {
    display: block;
  }

  .footer_record ul li:nth-child(1) {
    border-bottom: 1px solid #FFFFFF;
    border-right: none;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .footer_record ul li {
    justify-content: center;
    line-height: 1.6;
  }

  .footer_record ul li:nth-child(2) {
    display: block;
    text-align: right;
    font-size: 1.4rem;
  }

  .footer_sp {
    display: block;
  }

}

/*page common*/
/* ----------- sub common ----------- */
.mvSub {}

.mvSub img {
  display: block;
  width: 100%;
}



/* ----------- breadcrumbs ----------- */
.breadcrumbs_box {
  padding: 40px 0 0px;
  background-color: #ffffff;
}

.breadcrumbs {
  overflow-x: auto;
  overflow-y: hidden;
}

.breadcrumbs ul {
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.breadcrumbs li {
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  line-height: 1;
  color: #353f40;
  flex: none;
}

.breadcrumbs li a {
  color: #353f40;
}

.breadcrumbs li a:hover {
  color: #014099;
  text-decoration: underline;
}

.breadcrumbs li a,
.breadcrumbs li span {
  line-height: 1;
}

.breadcrumbs li:first-child img {
  margin-right: 10px;
  line-height: 1;
}

.breadcrumbs li:not(:last-child) {
  position: relative;
  padding-right: 30px;
}

.breadcrumbs li:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 9px;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 14px;
  background: url("../img/sub_arrowIco.png");
  background-size: 100% 100%;
}

@media only screen and (max-width: 1620px) {}

@media only screen and (max-width: 1400px) {
  .breadcrumbs li {
    font-size: 2.0rem;
  }

  .breadcrumbs li:not(:last-child)::after {
    right: 9px;
    width: 10px;
    height: 12px;
  }

}

@media only screen and (max-width: 1024px) {
  .breadcrumbs_box {
    padding: 30px 0 0px;
  }

  .breadcrumbs li {
    font-size: 1.8rem;
  }

  .breadcrumbs li:first-child img {
    margin-right: 5px;
    width: 22px;
  }
}

@media only screen and (max-width: 768px) {
  .breadcrumbs_box {
    padding: 20px 0 0px;
  }

  .breadcrumbs li {
    font-size: 1.6rem;
  }

  .breadcrumbs li:not(:last-child) {
    padding-right: 24px;
  }

  .breadcrumbs li:not(:last-child)::after {
    right: 7px;
  }
}

@media only screen and (max-width: 480px) {}


/* ----------- page_list ----------- */
.page_list_box {
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
  top: -1px;
}

.page_list {
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  padding-left: 1px;
}

.page_list span {
  position: relative;
  float: left;
  padding: 8px 14px 6px;
  padding: 9px 14px 5px\0;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #4d4d4d;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #4d4d4d;
  margin: 2px 10px;
}

.page_list a {
  position: relative;
  float: left;
  padding: 8px 14px 6px;
  padding: 9px 14px 5px\0;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #4d4d4d;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #4d4d4d;
  cursor: pointer;
  margin: 2px 10px;
}

.page_list a:hover {
  z-index: 3;
  color: #fff;
  /*cursor: default;*/
  background-color: #014099;
  border-color: #014099;
}

.page_list span.current {
  z-index: 3;
  color: #fff;
  /*cursor: default;*/
  background-color: #014099;
  border-color: #014099;
}

.prev {
  /*border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;*/
  position: relative;
  padding-left: 30px !important;
}

.prev:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-right: 8px solid #4d4d4d;
  border-left: none;
  border-bottom: 6px solid transparent;
  position: absolute;
  top: 50%;
  left: 20%;
  margin-left: -4px;
  margin-top: -6px;
}

.prev:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-right: 8px solid #FFFFFF;
  border-left: none;
  border-bottom: 6px solid transparent;
  position: absolute;
  top: 50%;
  left: calc(20% + 2px);
  margin-left: -4px;
  margin-top: -6px;
}

.page_list a.prev:hover:before {
  border-right: 8px solid #ffffff;
}

.page_list a.prev:hover:after {
  border-right: 8px solid #014099;
}

.next {
  /*border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;*/
  position: relative;
  padding-right: 30px !important;
}

.next:before {
  content: '';
  display: inline-block;
  /*width: 0;
	height: 0;*/
  border-top: 6px solid transparent;
  border-left: 8px solid #4d4d4d;
  border-right: none;
  border-bottom: 6px solid transparent;
  position: absolute;
  top: 50%;
  right: 20%;
  margin-right: -4px;
  margin-top: -6px;
}

.next:after {
  content: '';
  display: inline-block;
  /*width: 0;
	height: 0;*/
  border-top: 6px solid transparent;
  border-left: 8px solid #FFFFFF;
  border-right: none;
  border-bottom: 6px solid transparent;
  position: absolute;
  top: 50%;
  right: calc(20% + 2px);
  margin-right: -4px;
  margin-top: -6px;
}

.page_list a.next:hover:before {
  border-left: 8px solid #ffffff;
}

.page_list a.next:hover:after {
  border-left: 8px solid #014099;
}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 768px) {

  /* ----------- page_list ----------- */
  .page_list_box {
    font-size: 1.4rem;
    padding-top: 50px;
  }

  .page_list span {
    padding: 7px 14px 4px;
    line-height: 1.42857143;
    margin: 2px 0px;
    margin-left: -1px;
  }

  .page_list a {
    padding: 7px 14px 4px;
    line-height: 1.42857143;
    margin: 2px 0px;
    margin-left: -1px;
  }
}

@media only screen and (max-width:480px) {

  /* ----------- page_list ----------- */
  .page_list_box {
    padding-top: 35px;
  }
}