@font-face {
  font-family: "SOURCEHANSANS-REGULAR";
  src: url("../fonts/SOURCEHANSANS-REGULAR.OTF");
}

@font-face {
  font-family: "SOURCEHANSANS-BOLD";
  src: url("../fonts/SOURCEHANSANS-BOLD.OTF");
}

@font-face {
  font-family: "YuGothB";
  src: url("../fonts/YuGothB.ttc");
}

@font-face {
  font-family: "YuGothM";
  src: url("../fonts/YuGothM.ttc");
}

@font-face {
  font-family: "YuGothL";
  src: url("../fonts/YuGothL.ttc");
}

@font-face {
  font-family: "Jost-Bold";
  src: url("../fonts/Jost-Bold.ttf");
}

body {
  overflow-x: hidden;
  font-family: "SOURCEHANSANS-REGULAR";
  background-color: #f6f6f6;
}

:root {
  --animate-delay: 0.5s;
}

.w1640 {
  margin-left: .3rem;
  margin-right: .3rem;
  position: relative;
  box-sizing: border-box;
}
.w1000{ margin-bottom: 1rem;}

.only-m {
  display: none !important;
}

@media (min-width: 0) and (max-width: 750px) {
  .only-pc {
    display: none !important;
  }
  .only-m {
    display: block !important;
  }
}

.indexNavMain {
  position: relative;
  left: 0;
  top: 0;
  height: 1rem;
  width: 100%;
  margin: 0;
  background: #f6f6f6;
  z-index: 999;
}

.indexNavMain .logo {
  float: left;
}

.indexNavMain .logo img {
  display: block;
  height: 1rem;
}

.indexNavMain ul {
  display: none;
}
.indexNavMain .toggle-language a{font-size: .26rem; line-height: .48rem; color: #fff;}
.indexNavMain .toggle-language {
  float: right;
  margin-right: 1.2rem;
  margin-top: .24rem;
  padding: 0 .2rem;
  border-radius: .48rem;
  background-color: #144f83;
  font-size: .26rem;
  line-height: .48rem;
  color: #fff;
}

.phoneNavBtn {
  position: fixed;
  right: .3rem;
  top: .2rem;
  width: .6rem;
  height: .6rem;
  z-index: 999;
  cursor: pointer;
}

.phoneNavBtn .line01, .phoneNavBtn .line02 {
  position: absolute;
  left: 0;
  top: .2rem;
  width: .6rem;
  height: 2px;
  background-color: #000;
  transition: all .3s;
}

.phoneNavBtn .line02 {
  top: .4rem;
}

.phoneNavBtn.openNav {
  position: fixed;
}

.phoneNavBtn.openNav .line01 {
  height: 2px;
  top: .3rem;
  transform: rotateZ(45deg);
  transform-origin: 50% 0;
}

.phoneNavBtn.openNav .line02 {
  height: 2px;
  top: .3rem;
  transform: rotateZ(-45deg);
  transform-origin: 50% 0;
}

.leftMenu_z {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, #f6f6f6, #ebebeb);
  z-index: 9;
  display: none;
}

.leftMenu_z > img {
  position: absolute;
  left: 30%;
  bottom: 8%;
  width: 40%;
  opacity: .1;
}

.leftMenu_z #leftMenu {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80%;
  transform: translate3d(-50%, -50%, 0);
}

.leftMenu_z #leftMenu ul li {
  display: block;
  padding-left: .5rem;
  margin-bottom: .3rem;
  background: url(../images/icon-arr04.png) no-repeat;
  background-position: 0 .13rem;
  background-size: .26rem .26rem;
  box-sizing: border-box;
}

.leftMenu_z #leftMenu ul li a {
  display: block;
  font: normal .28rem/.52rem 'SOURCEHANSANS-REGULAR';
  color: #202020;
}

.leftMenu_z #leftMenu .itemList {
  display: none;
  padding-top: .2rem;
}

.leftMenu_z #leftMenu .itemList a {
  display: block;
  padding: 0 .2rem;
  font-size: .28rem;
  line-height: .7rem;
  color: #666;
}

.indexBannerMain {
  position: relative;
  width: 100%;
  margin-top: .2rem;
}

.indexBannerMain .img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.indexBannerMain .txt {
  position: absolute;
  left: 10%;
  bottom: 56%;
  font: bold .32rem/.5rem 'SOURCEHANSANS-BOLD';
  color: #144f83;
}

.indexBannerMain .txt strong {
  font-size: .36rem;
  color: #dbae5d;
}

.title {
  position: relative;
  font: normal .32rem/.6rem 'SOURCEHANSANS-REGULAR';
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.title span {
  display: block;
  font: bold .48rem/.8rem 'SOURCEHANSANS-BOLD';
}

.title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: .8rem;
  height: .1rem;
  margin-left: -.4rem;
  border-radius: .1rem;
  background-color: #dbae5d;
}

.titbox h3 {
  position: relative;
  margin-bottom: .15rem;
  font: normal .4rem/.6rem 'YuGothB';
  color: #0c0c0c;
  z-index: 2;
}

.titbox em {
  display: none;
}

.titbox span {
  display: block;
  font-size: .32rem;
  font-family: 'Arial';
  text-transform: uppercase;
}

.titbox p {
  position: relative;
  font: normal .26rem/.52rem 'YuGothL';
  color: #202020;
  z-index: 2;
}

.more {
  position: relative;
  display: block;
  width: 3.6rem;
  margin: 0 auto;
  border-radius: .8rem;
  font: normal .32rem/.8rem 'YuGothB';
  color: #0c0c0c;
  text-align: center;
  box-sizing: border-box;
}

.indexNewsMain {
  padding: .4rem 0;
  background-image: linear-gradient(90deg, #ededed 0, #ededed 25%, #f6f6f6 25%);
}

.indexNewsMain h2 {
  padding-bottom: .4rem;
  font: normal .28rem/.52rem 'SOURCEHANSANS-REGULAR';
  color: #144f83;
  box-sizing: border-box;
}

.indexNewsMain h2 span {
  display: block;
  font: bold .36rem/.52rem 'Arial';
  color: #202020;
}

.indexNewsMain .list li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: .3rem;
}

.indexNewsMain .list li span {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 .3rem;
  background-color: #144f83;
  border-radius: .48rem;
  font-size: .24rem;
  line-height: .48rem;
  color: #fff;
}

.indexNewsMain .list li a {
  display: block;
  font-size: .28rem;
  line-height: .6rem;
  color: #202020;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.indexNewsMain .more {
  border: 2px solid #b1b1b1;
  margin-top: .3rem;
}

.indexAboutMain {
  position: relative;
  padding: .5rem .3rem;
  background: url(../images/indexbg01.jpg) no-repeat center top;
  background-size: auto 100%;
}

.indexAboutMain p {
  padding: .3rem .2rem;
  margin: .4rem auto 0;
  background: rgba(0, 0, 0, 0.6);
  font-size: .28rem;
  line-height: 2em;
  font-family: 'YuGothB';
  color: #fff;
  box-sizing: border-box;
}

.indexAboutMain .tag {
  position: absolute;
  right: .3rem;
  bottom: 0;
  width: 2rem;
  transform: rotateZ(-15deg);
}

.indexStrengthMain {
  padding: .5rem 0;
}

.indexStrengthMain .title {
  color: #202020;
}

.indexStrengthMain ul li {
  width: 100%;
  margin: .5rem auto 1.5rem;
}

.indexStrengthMain ul li a {
  display: block;
  position: relative;
}

.indexStrengthMain ul li a img {
  display: block;
  width: 100%;
}

.indexStrengthMain ul li a p {
  position: absolute;
  left: 8%;
  bottom: -.7rem;
  width: 84%;
  padding: .2rem 0;
  background: #144f83 url(../images/indexStrengthBg.png) no-repeat center center;
  background-size: 2.5rem auto;
  border-radius: .2rem;
  font: normal .32rem/.5rem 'YuGothB';
  color: #fff;
  text-align: center;
}

.indexStrengthMain ul li a p span {
  display: block;
  font-size: .26rem;
  color: #dbae5d;
}

.indexProductsMain01 .title {
  color: #dbae5d;
  margin-bottom: .6rem;
}

.indexProductsMain01 .title span {
  color: #202020;
}

.indexProductsMain01 .titbox {
  padding-bottom: .3rem;
}

.indexProductsMain01 .titbox::before {
  content: '';
  position: absolute;
  right: .6rem;
  bottom: .2rem;
  width: .92rem;
  height: 1.74rem;
  background: url(../images/icon02.png) no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}

.indexProductsMain01 ul {
  padding: .3rem;
}

.indexProductsMain01 ul li {
  float: left;
  width: 48%;
  margin-bottom: .3rem;
}

.indexProductsMain01 ul li:nth-child(2n) {
  margin-left: 4%;
}

.indexProductsMain01 ul li a {
  display: block;
  position: relative;
}

.indexProductsMain01 ul li img {
  display: block;
  width: 100%;
}

.indexProductsMain01 ul li .txt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(12, 12, 12, 0.4);
  text-align: center;
}

.indexProductsMain01 ul li h4 {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  font: normal .28rem/.48rem 'YuGothB';
  color: #fff;
}

.indexProductsMain01 ul li h4 span {
  display: block;
  font-size: .24rem;
  font-family: 'YuGothL';
}

.indexProductsMain01 ul li:hover div {
  background-color: rgba(12, 12, 12, 0.2);
}

.indexProductsMain01 .more {
  border: 1px solid #ddd;
  margin: .3rem auto;
}

.indexProductsMain02 {
  padding: .5rem 0;
  margin-top: .5rem;
  background: #195285;
}

.indexProductsMain02 .titbox {
  padding: .3rem 0;
  text-align: center;
  color: #fff;
}

.indexProductsMain02 .titbox h3 {
  color: #fff;
}

.indexProductsMain02 .titbox p {
  padding: 0 .3rem;
  letter-spacing: normal;
  color: #fff;
}

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

.indexProductsMain02 .txt {
  padding-top: .4rem;
}

.indexProductsMain02 .txt p {
  font: normal .26rem/.52rem 'YuGothM';
  color: #fff;
}

.indexProductsMain02 .txt p img {
  display: none;
}

.indexProductsMain02 .txt .more {
  background-color: #fff;
  margin: .3rem auto 0;
}

.indexProductsMain03 .titbox {
  padding: .5rem 0 .3rem;
}

.productsList03 li {
  float: left;
  width: 32%;
  position: relative;
}

.productsList03 li a {
  display: block;
  position: relative;
}

.productsList03 li img {
  display: block;
  width: 100%;
}

.productsList03 li h4 {
  position: absolute;
  left: 0;
  right: 0;
  top: .8rem;
  font: normal .28rem/.52rem 'YuGothM';
  color: #fff;
  text-align: center;
}

.productsList03 li h4::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: .6rem;
  height: .06rem;
  margin-left: -.3rem;
  border-radius: .06rem;
  background-color: #dbae5d;
}

.productsList03 li .txt {
  height: 1.8rem;
  margin-top: .3rem;
  margin-bottom: .3rem;
  border: 1px solid #c1c1c1;
  font-size: .20rem;
  line-height: 1.8rem;
  text-align: center;
}

.productsList03 li .txt span {
  display: inline-block;
  vertical-align: middle;
  line-height: .4rem;
}

.productsList03 li:nth-child(2) {
  margin: 0 2%;
}

.indexBlogMain {
  padding: .5rem 0;
}

.indexBlogMain .title {
  margin-bottom: .5rem;
  text-align: center;
  color: #dbae5d;
}

.indexBlogMain .title span {
  color: #202020;
}

.indexBlogMain ul li {
  margin-bottom: .5rem;
}

.indexBlogMain ul li img {
  display: block;
  width: 100%;
}

.indexBlogMain ul li .txt {
  padding-top: .3rem;
  font-family: 'YuGothM';
}

.indexBlogMain ul li .txt .time {
  display: inline-block;
  margin: 0 15px;
  font-size: .26rem;
  line-height: .48rem;
  color: #969696;
}

.indexBlogMain ul li .txt .tag {
  display: inline-block;
  background-color: #144f83;
  padding: 0 .2rem;
  border-radius: .48rem;
  font-size: .24rem;
  line-height: .48rem;
  color: #fff;
}

.indexBlogMain ul li .txt a {
  display: block;
  font-size: .28rem;
  line-height: .6rem;
  color: #202020;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.indexBlogMain ul li .txt a:hover {
  color: #144f83;
}

.indexOtherMain {
  display: block;
  padding: .6rem 0;
  background: url(../images/indexbg02.jpg) no-repeat center top;
  background-size: auto 100%;
  font: normal .32rem/.6rem 'YuGothB';
  color: #fff;
  text-align: center;
}

.indexOtherMain span {
  display: block;
  font-size: .24rem;
  font-family: 'YuGothL';
}

.indexContactMain {
  padding: .5rem 0;
}

.indexContactMain a {
  position: relative;
  display: block;
  width: 49.3%;
  height: 2rem;
  border-radius: .1rem;
  text-align: center;
  color: #fff;
  padding-top: .5rem;
  font-size: .28rem;
  line-height: .52rem;
  box-sizing: border-box;
}

.indexContactMain a:hover {
  opacity: .8;
}

.indexContactMain a span {
  display: block;
  font-size: .24rem;
  text-transform: uppercase;
  font-family: 'YuGothL';
}

.indexContactMain .pull_left {
  background-color: #dbae5d;
}

.indexContactMain .pull_right {
  background-color: #144f83;
  padding-left: .8rem;
  text-align: left;
}

.indexContactMain .pull_right img {
  position: absolute;
  left: .3rem;
  top: .8rem;
  width: .4rem;
}

.goTop {
  position: fixed;
  right: .1rem;
  bottom: .3rem;
  width: .4rem;
  height: .4rem;
  border-radius: 50%;
  box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.1);
  background: #04176c url(../images/icon-arr04.png);
  background-size: 100% 100%;
  transform: rotateZ(-90deg);
  z-index: 9;
}

.footerBox {
  position: relative;
  padding: .3rem 0;
  background-color: #ebebeb;
  box-sizing: border-box;
  text-align: center;
}

.footerBox .logo {
  display: block;
  width: 1.46rem;
  margin: 0 auto;
}

.footerBox .logo img {
  display: block;
  width: 100%;
}

.footerBox .footerNav {
  padding: .3rem 0;
}

.footerBox .footerNav li {
  float: left;
  width: 33.3%;
  text-align: center;
}

.footerBox .footerNav li a {
  display: block;
  margin: 0 .2rem;
  font: normal .28rem/.8rem 'YuGothB';
  color: #202020;
}

.footerBox .footerNav li a:hover {
  color: #666;
}

.footerBox .copyRight {
  font: normal .26rem/.6rem 'YuGothM';
  color: #666;
}

.subBannerMain {
  position: relative;
  height: 4rem;
  background: #144f83;
}

.subBannerMain img {
  position: absolute;
  left: 50%;
  top: 0;
  width: auto;
  height: 4rem;
  z-index: 1;
}

.subBannerMain .w1640 {
  z-index: 2;
}

.subBannerMain h1 {
  font: bold .48rem/4rem 'Jost-Bold';
  color: #fff;
  opacity: 0.6;
  text-transform: uppercase;
}

.subBannerMain .small {
  font-size: .48rem;
}

.subBannerMain .breadNav {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: .26rem;
  line-height: .6rem;
  color: #fff;
}

.subBannerMain .breadNav a {
  font-family: 'Jost-Bold';
  text-transform: uppercase;
  color: #fff;
}

.subTitle {
  position: relative;
  display: inline-block;
  padding-left: .1rem;
  margin-bottom: .3rem;
  border-bottom: 1px solid #dbae5d;
  font: normal .44rem/.8rem 'SOURCEHANSANS-BOLD';
  color: #000;
}

.subTitle::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 50%;
  height: 13px;
  background: url(../images/icon05.png) no-repeat;
}

.subProductsMain01, .subProductsMain02 {
  padding-top: .3rem;
  padding-bottom: 1px;
  background-color: #fafafa;
}

.subProductsMain01 .line, .subProductsMain02 .line {
  display: block;
  width: 100%;
  margin: .3rem 0 .4rem;
}

.subProductsList {
  padding-top: .4rem;
  padding-bottom: .3rem;
}

.subProductsList li {
  position: relative;
  padding: .3rem 0 .4rem;
  background: #edf6fd;
}

.subProductsList li h4 {
  position: relative;
  font: bold .32rem/.6rem 'YuGothM';
  color: #000;
  text-align: center;
  z-index: 2;
}

.subProductsList li h4 span {
  display: block;
  font-size: .28rem;
}

.subProductsList li .img {
  position: relative;
}

.subProductsList li .img img {
  display: block;
  width: 100%;
}

.subProductsList li .img::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(12, 12, 12, 0.4);
}

.subProductsList li .txt {
  position: relative;
  z-index: 2;
}

.subProductsList li .txt em {
  display: none;
}

.subProductsList li .txt p {
  margin-top: .3rem;
  font-size: .26rem;
  line-height: .52rem;
  color: #000;
}

.subProductsList li .txt .more {
  background-color: #fff;
  margin-top: .3rem;
}

.subProductsList li::before {
  content: '';
  position: absolute;
  left: -20%;
  top: 0;
  bottom: 0;
  width: 140%;
  background-color: #edf6fd;
}

.subProductsList li:nth-child(2n) {
  background: #f7f2e6;
}

.subProductsList li:nth-child(2n)::before {
  background-color: #f7f2e6;
}

.aboutPage {
  background-color: #fafafa;
}

.aboutPage .subBannerMain h1 {
  font-size: .48rem;
}

.itemNav {
  padding: 80px 0 .4rem;
}

.itemNav a {
  position: relative;
  float: left;
  width: 23.125%;
  margin-left: 2.5%;
  border: 1px solid #ececec;
  background-color: #fff;
  font-size: .26rem;
  line-height: .6rem;
  text-align: center;
  font-family: 'YuGothM';
  color: #818181;
  box-sizing: border-box;
}

.itemNav a:first-child {
  margin-left: 0;
}

.itemNav a::before {
  content: '';
  position: absolute;
  left: 50%;
  top: -80px;
  width: 10px;
  height: 80px;
  margin-left: -5px;
  background: url(../images/icon07.png) no-repeat center center;
}

.itemNav a:hover::before {
  background-image: url(../images/icon08.png);
}

.itemNav a:hover {
  color: #144f83;
}

.aboutTit {
  margin-bottom: .3rem;
}

.aboutTit h2 {
  font: bold .28rem/.8rem 'Arial';
  color: #050505;
  text-transform: uppercase;
}

.aboutTit span {
  position: relative;
  display: inline-block;
  padding-left: .1rem;
  padding-bottom: .2rem;
  border-bottom: 1px solid #dbae5d;
  font: normal .36rem/.8rem 'SOURCEHANSANS-REGULAR';
  color: #2a2a2a;
}

.aboutTit span::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 50%;
  height: 13px;
  background: url(../images/icon05.png) no-repeat;
}

.subAbout01 .main {
  padding: .3rem .2rem;
  background-color: #eaeaea;
}

.subAbout01 .aboutTit {
  text-align: right;
}

.subAbout01 p {
  font: normal .26rem/.52rem 'SOURCEHANSANS-REGULAR';
  color: #202020;
}

.subAbout01 .tar {
  text-align: right;
}

.subAbout02 {
  padding-top: .4rem;
}

.subAboutList {
  padding-bottom: .4rem;
}

.subAboutList li {
  position: relative;
  padding: 4.7vw 0 3vw;
}

.subAboutList li .img {
  position: relative;
  border: .1rem solid #fff;
  border-radius: .1rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  z-index: 2;
}

.subAboutList li .img img {
  display: block;
  width: 100%;
}

.subAboutList li .txt {
  position: relative;
  padding: .3rem .2rem .4rem;
  background: #edf6fd;
}

.subAboutList li .txt h3 {
  font: bold .32rem/.6rem 'YuGothB';
  color: #2369a7;
}

.subAboutList li .txt p {
  margin-bottom: .2rem;
  font-size: .26rem;
  line-height: .52rem;
  color: #333;
}

.subAboutList li .txt img {
  display: block;
}

.subAboutList li:nth-child(2n) .txt {
  background-color: #f7f2e6;
}

.subAboutList li:nth-child(2n) .txt h3 {
  color: #b48516;
}

.subAbout03 {
  position: relative;
  background-color: #144f83;
  margin-bottom: .4rem;
}

.subAbout03 .main {
  position: relative;
  padding: .4rem .3rem;
}

.subAbout03 .aboutTit02 {
  padding: .2rem .3rem;
  margin-bottom: .3rem;
  background-color: #dbb855;
  text-align: right;
  z-index: 1;
}

.subAbout03 .aboutTit02 h2 {
  font: bold .32rem/.6rem 'Arial';
  color: #eccd76;
}

.subAbout03 .aboutTit02 span {
  font: normal .36rem/.6rem 'SOURCEHANSANS-REGULAR';
  color: #fff;
  text-align: center;
}

.subAbout03 h3 {
  margin-bottom: .3rem;
  font: normal .26rem/.52rem 'YuGothM';
  color: #fff;
}

.subAbout03 p {
  font-size: .26rem;
  line-height: .52rem;
  color: #fff;
  text-align: justify;
}

.subAbout04 .wrap {
  border-bottom: .04rem solid #e8e8e8;
}

.subAbout04 table {
  margin: .4rem .3rem;
}

.subAbout04 table td {
  font-size: .26rem;
  line-height: .52rem;
  padding: .2rem 0;
  border-bottom: 1px solid #eee;
  color: #202020;
}

.subAbout04 table td:nth-child(1) {
  width: 34%;
  color: #666;
}

.subAbout04 table td:nth-child(2) {
  width: 66%;
}

.subProduct01 {
  padding-top: .3rem;
  padding-bottom: .4rem;
}

.subProduct01 .txt {
  padding: .4rem .3rem;
  margin-bottom: .4rem;
  background-color: #ececec;
  font: normal .26rem/.52rem 'YuGothM';
  color: #202020;
}

.subProduct01 .imgBox {
  margin-bottom: .3rem;
}

.subProduct01 .imgBox h3 {
  background-color: #1c4d79;
  font: bold .32rem/.8rem 'YuGothB';
  color: #fff;
  text-align: center;
}

.subProduct01 .imgBox .img {
  width: 48.5%;
}

.subProduct01 .imgBox img {
  display: block;
  width: 100%;
}

.subProduct01 .imgBox p {
  font-size: .24rem;
  line-height: 1rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}

.subProduct01 .imgBox p span {
  display: inline-block;
  vertical-align: middle;
  line-height: .4rem;
}

.subProduct01 .imgBox02 .img {
  margin: 0 auto;
  width: 100%;
}

.subProduct01 .imgBox03 .img {
  margin-right: 3%;
  margin-bottom: .3rem;
}

.subProduct01 .imgBox03 .img:nth-child(2n) {
  margin-right: 0;
}

.subProduct01 .imgBox04 .img {
  width: 100%;
  margin-bottom: .3rem;
}

.subProduct01 .imgBox04 p {
  text-align: left;
  line-height: .4rem;
}

.subProduct01 .imgBox05 .img {
  width: 30%;
  margin-right: 5%;
}

.subProduct01 .imgBox05 .img:nth-child(3n) {
  margin-right: 0;
}

.subProduct01 .imgBox05 p {
  padding: .3rem 0;
  line-height: .4rem;
}

.subProduct01 .table h3 {
  background-color: #1c4d79;
  font: bold .32rem/.8rem 'YuGothB';
  color: #fff;
  text-align: center;
}

.subProduct01 .table table {
  width: 100%;
}

.subProduct01 .table table caption {
  background-color: #1c4d79;
  font: bold .32rem/.8rem 'YuGothB';
  color: #fff;
}

.subProduct01 .table table th {
  background-color: #969696;
  border-right: 1px solid #fff;
  font: bold .28rem/.6rem 'YuGothB';
  color: #fff;
  text-transform: uppercase;
}

.subProduct01 .table table th:last-child {
  border-right: none;
}

.subProduct01 .table table td {
  width: 20%;
  background-color: #eaeaea;
  padding: .1rem 0;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font: normal .26rem/.48rem 'YuGothM';
  color: #333;
  text-align: center;
  box-sizing: border-box;
}

.subProduct01 .table table td:last-child {
  border-right: none;
}

.subProduct01 .table table tr:last-child td {
  border-bottom: none;
}

.subProduct01 .table table tr:nth-child(2) td:first-child {
  border-bottom: none;
}

.subProduct01 .table > div {
  padding: .3rem;
}

.subProduct01 .table p {
  font: normal .26rem/.52rem 'YuGothM';
  color: #202020;
  text-align: justify;
}

.subProduct01 .table img {
  display: block;
  max-width: 100%;
  margin: .3rem auto;
}

.subProduct01 .table04 > div {
  padding: .4rem .3rem;
  background-color: #eaeaea;
  margin-bottom: .3rem;
}

.subProduct01 .table04 > div p strong {
  display: block;
  font-weight: bold;
}

.subProduct01 .table05, .subProduct01 .table06 {
  overflow-x: auto;
}

.subProduct01 .table05 table {
  width: 200%;
  margin-bottom: .3rem;
}

.subProduct01 .table05 table td {
  width: 10%;
}

.subProduct01 .table05 table .tt {
  background-color: #969696;
  color: #fff;
}

.subProduct01 .table05 table th.bg {
  position: relative;
  background: #969696 url(../images/icon11.png) no-repeat;
  background-size: 100% 100%;
  border-bottom: 1px solid #fff;
}

.subProduct01 .table05 table th.bg b {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
}

.subProduct01 .table05 table th.bg em {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
}

.subProduct01 .table05 table tr:nth-child(2) td:first-child {
  border-bottom: 1px solid #fff;
}

.subProduct01 .table06 table {
  min-width: 800px;
}

.subProduct01 .table06 table, .subProduct01 .table07 table {
  margin-bottom: .3rem;
}

.subProduct01 .table06 table tr:nth-child(2) td:first-child, .subProduct01 .table07 table tr:nth-child(2) td:first-child {
  border-bottom: 1px solid #fff;
}

.subProduct01 .mb {
  margin-bottom: .3rem;
}

.subProduct01 .tableBox02 {
  padding-bottom: .3rem;
}

.subProduct01 .tableBox02 .table {
  width: 100%;
  padding: 0;
  margin-bottom: .3rem;
}

.subProduct01 .tableBox02 .table tr:nth-child(2) td:first-child {
  border-bottom: 1px solid #fff;
}

.subProduct01 .tableBox02 h3 {
  background-color: #1c4d79;
  font: bold .32rem/.8rem 'YuGothB';
  color: #fff;
  text-align: center;
}

.subProduct01 .tableBox02 .img {
  width: 100%;
}

.subProduct01 .tableBox02 img {
  display: block;
  width: 100%;
}

.subProduct02 {
  background-color: #ebf5fd;
}

.subProduct02 h2 {
  padding-top: .4rem;
  padding-bottom: .2rem;
  text-align: center;
}

.subProduct02 h2 span {
  display: inline-block;
  font-size: .36rem;
  line-height: .3rem;
  border-bottom: .06rem solid #e8bd4e;
}

.subProduct02 .txt {
  background-color: #144f83;
  color: #fff;
}

.subProduct02 .table {
  width: 100%;
  padding: 0;
  background-color: #f0f0f0;
}

.subProduct02 .table table tr:nth-child(2) td:first-child {
  border-bottom: 1px solid #fff;
}

.subProduct02 .table h3, .subProduct02 .table table caption {
  background-color: #e8bd4e;
}

.subProduct02 .table03 {
  width: 100%;
  margin-top: .3rem;
  background: none;
}

.subProduct03 {
  padding-top: .3rem;
}

.subProduct03 h2 {
  position: relative;
  margin-bottom: .3rem;
  font-size: .36rem;
  line-height: .6rem;
  text-align: center;
}

.subProduct03 h2::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 2rem;
  height: .05rem;
  margin-left: -1rem;
  background: #144f83;
}

.subProduct03 main {
  overflow: auto;
}

.subProduct03 .table .tab_2 {
  width: 150%;
}

.subProduct03 .table .tab_2 td {
  width: 12.5%;
  font-size: .2rem;
}

.subProduct03 .table .tab_2 tr:nth-child(2) td {
  background-color: #969696;
}

.subProduct03 .table .tab_2 tr:nth-child(2) td:first-child, .subProduct03 .table .tab_2 th {
  border-bottom: 1px solid #fff;
}

.subProduct03 .table > div {
  background-color: #eaeaea;
}

.subProduct03 h3 {
  margin-top: .3rem;
}

.articlePage .articleMain {
  width: 100%;
  padding: 0.6rem 0.3rem;
  margin: 0;
}
.articlePage article h1 {
  padding: 0.3rem 0;
  font-size: 0.48rem;
  line-height: 0.6rem;
  color: #333;
  text-align: center;
}
.articlePage article time {
  display: block;
  margin-bottom: 0.2rem;
  font-size: 0.28rem;
  line-height: 0.52rem;
  color: #666;
  text-align: center;
}
.articlePage article p {
  margin-bottom: 0.3rem;
  font-size: 0.26rem;
  line-height: 0.52rem;
  text-align: justify;
}
.articlePage article img {
  display: block;
  margin: 0.3rem auto;
  max-width: 100%;
}

.news-list{
  list-style: none outside;
  margin: 5vw auto;
  padding: 0;

}
.news-list .item a{
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #CCC;
  padding: 20px 20px;
}
.news-list .item:first-child a{
  border-top: 1px solid #CCC;
}
.news-list .item .date{
  margin: 0;
  min-width: 160px;
  font-size: 16px;
  color: #999;
  padding: 0 20px 0 0;
}
.news-list .item .category{
  margin: 0;
  min-width: 140px;
  padding: 0 20px 0 0;
}
.news-list .item .category span,
.category span{
  background: #144f83;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 5px 20px;
  font-size: 12px;
  line-height: 1;
  border-radius: 10px;
}
.news-list .item .news-title{
  margin: 0;
  width: 100%;
  color: #333;
}
.news-list .item a:hover .news-title{
  color: #144f83;
}




.blog-list{ display: flex; flex-wrap: wrap;}
.blog-list li{ width: 100%; margin-bottom: .4rem;}
.blog-list li .img{ width: 100%; margin-bottom: .2rem; aspect-ratio: 8/5; object-fit: cover; overflow: hidden;}
.blog-list li .img img{ display: block; width: 100%; height: auto;}
.blog-list li .info{ font-size: .26rem; color: #333;}
.blog-list li .info .category{   background: #144f83; margin-left: .2rem;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: .1rem .2rem;
  font-size: .24rem;
  line-height: 1;
  border-radius: .2rem; }
.blog-list li p{ font-size: .26rem; line-height: .52rem; color: #000; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}


.pagebox {
  padding: 0 0 0.4rem;
  text-align: center;
}
.pagebox .pagelist {
  display: inline-block;
  font-size: 0.24rem;
  line-height: 0.38rem;
  color: #333;
}
.pagebox .pagelist .prev, .pagebox .pagelist .next {
  float: left;
  width: 0.4rem;
  height: 0.4rem;
  border: 1px solid #b9b9b9;
  margin: 0 0.1remr;
  border-radius: 50%;
  background: #b9b9b9 url(../images/arr-prev.png) no-repeat center center;
  background-size: 0.2rem auto;
}

.pagebox .pagelist .next {
  background-image: url(../images/arr-next.png);
}
.pagebox .pagelist ul {
  float: left;
  overflow: hidden;
}
.pagebox .pagelist ul li {
  float: left;
  margin: 0 0.1rem;
}
.pagebox .pagelist ul li a {
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  border: 1px solid #b9b9b9;
  border-radius: 50%;
  color: #333;
  box-sizing: border-box;
}
.pagebox .pagelist ul li a.active {
  background-color: #1a3ea1;
  color: #fff;
}
.pagebox .pagelist ul li a.pagemore {
  border: none;
}



.contactPage {
  background-color: #f8f8f8;
}

.subContact {
  font-size: 0.26rem;
  line-height: 0.52rem;
  padding-bottom: .4rem;
}
.subContact .subTitleLine {
  text-align: center;
  margin: 0.4rem 0 0.3rem;
  position: relative;
  font-size: 0.36rem;
  color: #000b5f;
}
.subContact .subTitleLine span {
  background-color: #f8f8f8;
  padding: 0 0.2rem;
  position: relative;
  z-index: 1;
}
.subContact .subTitleLine:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #ddd;
  position: absolute;
  top: 50%;
  left: 0;
}
.subContact .txt {
  margin-bottom: 0.3rem;
  text-align: center;
}
.subContact .txt p {
  margin-bottom: 0.2rem;
}
.subContact .linkBtn {
  display: flex;
  justify-content: center;
  gap: 0.2rem;
  margin: 0.3rem 0;
}
.subContact .linkBtn a {
  display: inline-block;
  padding: 0 0.3rem;
  background-color: #000b5f;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s;
}
.subContact .linkBtn a:hover {
  background-color: #081579;
}
.subContact .formBox {
  background: white;
  padding: 0.3rem;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.subContact .formBox .subTitleLine span {
  background-color: #fff;
}
.subContact .form-row {
  margin-bottom: 0.2rem;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.subContact .form-label {
  width: 100%;
  margin-bottom: 8px;
  font-weight: bold;
}
.subContact .form-label.required:after {
  content: " *";
  color: #e32;
}
.subContact .form-input {
  width: 100%;
}
.subContact .form-input input,
.subContact .form-input textarea {
  width: 100%;
  padding: 0.2rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 0.26rem;
  box-sizing: border-box;
}
.subContact .form-input textarea {
  min-height: 150px;
  resize: vertical;
}
.subContact .error-message {
  color: #e32;
  font-size: 0.24rem;
  display: none;
}
.subContact input:invalid:not(:focus):not(:placeholder-shown),
.subContact textarea:invalid:not(:focus):not(:placeholder-shown) {
  border-color: #e32;
}
.subContact input:invalid:not(:focus):not(:placeholder-shown) + .error-message,
.subContact textarea:invalid:not(:focus):not(:placeholder-shown) + .error-message {
  display: block;
}
.subContact .checkbox-container {
  margin: 0.3rem 0;
}
.subContact .checkbox-container .error-message {
  width: 100%;
}
.subContact .checkbox-container a {
  color: #000b5f;
  text-decoration: underline;
}
.subContact .checkbox-container > div {
  margin-bottom: 0.15rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.subContact .checkbox-container input[type=checkbox] {
  margin-right: 0.1rem;
  margin-top: 0.16rem;
}
.subContact .submit-container {
  display: flex;
  justify-content: center;
  gap: 0.15rem;
  margin-top: 0.3rem;
}
.subContact .btns {
  padding: 0.12rem 0.3rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.28rem;
  transition: all 0.3s;
}
.subContact .btn-edit {
  background-color: #888;
  color: white;
}
.subContact .btn-edit:hover {
  background-color: #666;
}
.subContact .btn-confirm {
  background-color: #2c5aa0;
  color: white;
}
.subContact .btn-confirm:hover {
  background-color: #1e3d73;
}
.subContact .btn-submit {
  background-color: #051277;
  color: white;
}
.subContact .btn-submit:hover {
  background-color: #081579;
}
.subContact .confirmation {
  display: none;
  background: #f8f9fa;
  padding: 0.2rem;
  border-radius: 8px;
  margin-bottom: 0.2rem;
}
.subContact .confirmation-item {
  margin-bottom: 0.15rem;
  padding-bottom: 0.15rem;
  border-bottom: 1px solid #eee;
}
.subContact .confirmation-label {
  font-weight: bold;
  margin-bottom: 0.05rem;
  color: #555;
}



.privacyTitle {
  padding-top: 0.5rem;
  padding-bottom: 0.3rem;
  text-align: center;
}
.privacyTitle h2 {
  font: normal 0.42rem/0.8rem "NotoSansJP";
  color: #222;
}
.privacyTitle span {
  font: normal 0.26rem/0.3rem "Arial";
  color: #1a3ea1;
  text-transform: uppercase;
}

.privacy-txt {
  padding-bottom: 0.3rem;
}
.privacy-txt p {
  font-size: .26rem;
  line-height: 2em;
  margin-bottom: 0.2rem;
  text-align: justify;
}
.privacy-txt h3{
  font-size: .32rem;
  line-height: 2em;
}



.thank-you-message {
  padding-top: 2rem;
  background-color: #fff;
  text-align: center;
}
.thank-you-message h1 {
  font-size: 0.36rem;
  line-height: 4;
}
.thank-you-message p {
  font-size: 0.26rem;
  line-height: 1.6;
}
.thank-you-message .btn {
  display: inline-block;
  width: 2.4rem;
  line-height: 0.6rem;
  margin: 0.3rem auto;
  background-color: #000b5f;
  color: white;
  border: none;
  font-size: 0.26rem;
  font-weight: 600;
  border-radius: 0.6rem;
  letter-spacing: 0.02rem;
  box-shadow: 0.04rem 0.04rem 0 0.02rem rgba(197, 197, 197, 0.15);
  cursor: pointer;
  transition: background-color 0.2s;
}
