@charset "utf-8";

body { overflow-x: hidden;}

/* common */

.clear:after { content: ""; display: block; clear: both;}

/* header */

.header { position: fixed; left: 0; top: 0; width: 100%; z-index: 2; transition: all 0.3s;}
.header > div { padding: 20px 117px 20px 81px;}
.header h1 { float: left;}
.header > div h1 { width: 239px; height: 51px; }
.header > div h1 a { display: block; width: 100%; height: 100%; background: url(../images/h1_logow.png) no-repeat center; background-size: 100%; font-size: 0;}

.header nav { float: right;}
.header nav ul li { float: left;}
.header nav ul li a { padding:0 24px; font-size: 18px; line-height: 57px; color: #FFFFFF; transition: all 0.3s;}
.header nav ul li a:hover { color: #0046B8 !important;}

/* header_scroll */
.header.on { background: #fff; border-bottom: 1px solid #111;}
.header.on ul li a { color: #111;}
.header.on > div h1 a { display: block; width: 100%; height: 100%; background: url(../images/h1_logo2.png) no-repeat center; background-size: 100%; font-size: 0;}
.header:hover { background: #fff; border-bottom: 1px solid #111;}
.header:hover > div h1 a { display: block; width: 100%; height: 100%; background: url(../images/h1_logo2.png) no-repeat center; background-size: 100%; font-size: 0;}
.header:hover ul li a { color: #111;}

/* subnav */

.subnav { display: none; position: absolute; left: 0; top: 97px; width: 100%; height: 132px; padding: 20px 117px 20px 0; background: rgba(255,255,255,0.8);}
.subnav > div { float: right;}
.subnav > div > div { float: left; width: auto; text-align: center;}
.subnav > div > div:nth-child(1) { margin-right: 15px;}
.subnav > div > div:nth-child(2) { margin-right: 3px;}
.subnav > div > div:nth-child(4) { margin-right: 8px;}
.subnav ul li { margin-bottom: 16px;}
.subnav ul li a { display: block; padding: 0 28px; font-size: 14px; line-height: 20px; color: #111; font-weight: 600; transition: all 0.3s;}
.subnav ul li a:hover { color: #0046B8 !important;}
.subnav > div > div:nth-child(4) ul li a { padding: 0 23px;}

.mo_header,
.mo_subnav { display: none;}

/* footer */

.footer { padding: 64px 0; background: #111;}
.footer > div { margin: 0 auto; width: 1300px; color: #fff;}
.footer h2,
.footer > div > div { float: left;}
.footer > div > div { padding: 0 0 0 60px; }
.footer h2 { width: 221px; height: 50px; font-size: 0;     background: url(../images/h1_logow.png) no-repeat center; background-size: 100%;}
.footer ul:last-of-type { padding: 0 0 30px;}
.footer ul li { float: left; position: relative; padding: 0 30px 8px 0; font-size: 14px; line-height: 20px; }
.footer ul li:after { content: "|"; display: block; position: absolute; left:-17px; top: -1px; font-size: 14px; line-height: 20px; }
.footer ul li:first-child:after { display: none;}
.footer span { font-size: 14px; line-height: 20px; }

/* aside */

aside { position: fixed; right: 0; top: 275px; z-index: 5;}
aside ul li:nth-child(1) { width: 92px; height: 92px; background-color: #0046B8; border-radius: 30px 0px 0px 30px;}
aside ul li:nth-child(1) a { display: block; width: 100%; height: 100%; background: url(../images/icon-inqury-05.svg) no-repeat center;}
aside ul li:nth-child(2) { width: 92px; height: 68px; background: #fff; border: 1px solid #0046B8; border-radius: 30px 0px 0px 0; }
aside ul li:nth-child(2) a { display: block; font-size: 18px; line-height: 24px; color: #0046B8; font-weight: bold; text-align: center; line-height: 68px;}
aside ul li:nth-child(3) { width: 92px; height: 68px; background: #0046B8; border: 1px solid #0046B8; border-radius: 0 0px 0px 30px; }
aside ul li:nth-child(3) button { outline: none; width: 100%; height: 100%; border:none; font-size: 0; background: url(../images/icon-up_arrow-06.svg) no-repeat center;}

/* visual */

.visual { }
.visual .swiper-slide { height: 730px;}
.visual .swiper-slide { background-repeat: no-repeat; background-size: cover; }
.visual .swiper-slide.slide1 { background-image: url(../images/img-main_banner-01.png);}
.visual .swiper-slide.slide2 { background-image: url(../images/img-banner_02-main.png);}
.visual .swiper-slide.slide3 { background-image: url(../images/img-banner_03-main_1.png);}
.visual .swiper-slide div { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); text-align: center;}
.visual .swiper-slide div p { padding: 0 0 32px; font-size: 24px; line-height: 36px; color: #fff;}
.visual .swiper-slide div span { font-size: 42px; line-height: 62px; color: #fff; font-weight: bold;}
.visual .swiper-pagination-bullet { position: relative; width: 150px; height: 3px; background-color: rgba(255,255,255,0.6); border-radius: 20px; opacity: 1;}
.visual .swiper-pagination-bullet.swiper-pagination-bullet-active { background-color: rgba(255,255,255,1);}
.visual .swiper-pagination-bullet:after { content: ""; display: block; position: absolute; left: 0; top:-30px; font-size: 16px; line-height: 24px; color: rgba(255,255,255,0.6);}
.visual .swiper-pagination-bullet:nth-child(1):after { content: "1";}
.visual .swiper-pagination-bullet:nth-child(2):after { content: "2";}
.visual .swiper-pagination-bullet:nth-child(3):after { content: "3";}
.visual .swiper-pagination-bullet.swiper-pagination-bullet-active:after { color: rgba(255,255,255,1);}
.visual .swiper-button-prev,
.swiper-container-rtl .swiper-button-next { left: 142px; width: 54px; height: 54px; background: url(../images/icon-arrow-01.svg) no-repeat center; background-size: 100%}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev { right: 142px; width: 54px; height: 54px; background: url(../images/icon-arrow-02.svg) no-repeat center; background-size: 100%;}
.visual .swiper-button-prev:after,
.visual .swiper-button-next:after { display: none;}

/* content */

/* cont1 */

.cont1 { position: relative; margin: 70px 0; padding: 116px 0; background: url(../images/icon-shield-00.svg) no-repeat center;}
.cont1 > div { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); text-align: center;}
.cont1 > div p { padding: 0 0 16px; font-size: 52px; line-height: 77px; color: #0046B8;}
.cont1 > div p b { font-weight: 900;}
.cont1 > div span { font-size: 24px; line-height: 32px; color: #666666;}

/* cont2 */

.cont2 { position: relative; padding: 80px 0; background: #F9F9F9; text-align: center;}
.cont2 div > p { padding: 0 0 16px; font-size: 24px; line-height: 36px; color: #0046B8;}
.cont2 div > span { font-size: 32px; line-height: 54px; font-weight: bold; color: #111;}
.cont2 ul { padding: 32px 0 0; }
.cont2 ul li { display: inline-block; margin: 0 16px; padding: 42px 0; width: 308px; height: 390px;  vertical-align: top; background: #fff; box-shadow: 0px 0px 20px #0046B84D; border-radius: 30px; border: 1px solid #0046B8;}
.cont2 ul li p { padding: 24px 0 16px; font-size: 24px; line-height: 32px; font-weight: bold; color: #111; }
.cont2 ul li span { display: block; height: 96px; font-size: 16px; line-height: 24px; color: #777;}
.cont2 ul li:last-child span { line-height: 70px;}
.cont2 ul li a { display: inline-block; margin: 20px 0 0; width: 160px; height: 44px; border: 1px solid #0046B8; border-radius: 30px; font-size: 14px; line-height: 43px; color: #0046B8; box-shadow: 0px 0px 20px #0046B84D; transition: all 0.3s;}
.cont2 ul li a:hover { background: #0046B8; color: #fff;}

/* cont3 */

.cont3 { position: relative; padding: 80px 0;  text-align: center;}
.cont3 div > p { padding: 0 0 16px; font-size: 24px; line-height: 36px; color: #0046B8;}
.cont3 div > span { font-size: 32px; line-height: 54px; font-weight: bold; color: #111;}
.cont3 div > ul { padding: 40px 0 0; text-align: left;}
.cont3 div > ul > li { float: left; width: 28%; height: 343px;}
.cont3 div > ul > li.main_inq { padding: 72px 30px 72px 83px; color: #fff;}
.cont3 div > ul > li:first-child { background: url(../images/img-content-01.png) no-repeat center;}
.cont3 div > ul > li:nth-child(2) { background: url(../images/icon-tobnibaqui-04.svg) no-repeat right top; background-color: #111111;}
.cont3 div > ul > li.main_inq p { font-size: 24px; line-height: 36px; color: #fff;}
.cont3 div > ul > li.main_inq > span { display: inline-block; padding: 24px 0 24px; font-size: 40px; line-height: 59px; font-weight: bold;}
.cont3 div > ul > li.main_inq li { float: left; width: 50%; padding: 0 0 8px;  font-size: 16px; line-height: 24px;}
.cont3 div > ul > li.main_inq li span { padding: 0 5px 0 0; width: 40px; }
.cont3 div > ul > li.main_contact { padding: 38px 0 0 72px;}
.cont3 div > ul > li.main_contact p { font-size: 24px; line-height: 36px; color: #0046B8;}
.cont3 div > ul > li.main_contact span { display: block; padding: 24px 0 16px; font-size: 40px; line-height: 59px; font-weight: bold;}
.cont3 div > ul > li.main_contact b { display: block; padding: 0 0 40px; font-size: 16px; line-height: 24px; color: #777; font-weight: normal;}
.cont3 div > ul > li.main_contact a { display: block; width: 160px; height: 44px; border-radius: 30px ;box-shadow: 0px 0px 20px #0046B84D; border: 1px solid #0046B8; font-size: 14px; color: #0046B8; line-height: 43px; text-align: center; transition:all 0.3s;}
.cont3 div > ul > li.main_contact a:hover { background: #0046B8; color: #fff;}

@media (min-width:0px) and (max-width:1200px) {

body { overflow-x: hidden;}

.header { display: none;}

/* mo_header */

.mo_header { display: block; position: fixed; left: 0; top: 0; z-index: 6; width: 100%; }
.mo_header.on { background: rgba(255, 255, 255, 0.8);
backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); opacity: 1;}
.mo_header.on
.mo_header .toggle { display: none;}
.mo_header > div { position: relative;  margin: 0 auto; padding: 16px 0; width: 100%; height: 60px; background: #fff;}

.mo_header h1 { float: left; margin-left: 20px;}
.mo_header h1 a { display: block; width: 150px; height: 34px; background: url(../images/h1_logo2.png) no-repeat center; font-size: 0; background-size: cover;}

.mo_header .mo_nav { position: absolute; right: -100%; top: 60px; border-top: 1px solid #222; background: #fff; z-index: 20; width: 100%; height: 10000%; padding: 30px 30px; transition: all 0.5s;}
.mo_header .mo_nav ul li { padding: 20px 0; text-align: right;}
.mo_header .mo_nav ul li a { font-size: 28px; line-height: 36px; font-weight: bold; color: #111; }

.mo_header .toggle.active + .mo_nav { right: 0;}

.mo_header .toggle {
    position: absolute;
    display: block;
    cursor: pointer;
    top: 16px;
    right: 16px;
  }
.mo_header .toggle span {
    display: block;
    background: #000;
    width: 40px;
    height: 4px;
    border-radius: 3px;
    transition: 0.25s margin 0.25s, 0.25s transform;
  }
.mo_header .toggle span:nth-child(1) {
  	margin-bottom: 8px;
  }
.mo_header .toggle span:nth-child(3) {
  	margin-top: 8px;
  }
.mo_header .toggle.active span {
  	transition: 0.25s margin, 0.25s transform 0.25s;
  }
.mo_header .toggle.active span:nth-child(1) {
    margin-top: 12px;
    margin-bottom: -4px;
  	transform: rotate(45deg);
  }
.mo_header .toggle.active span:nth-child(2) {
  	transform: rotate(45deg);
  }
.mo_header .toggle.active span:nth-child(3) {
    margin-top: -4px;
  	transform: rotate(135deg);
  }

  .footer { padding: 30px 15px; background: #111;}
  .footer > div { margin: 0; width: 100%; color: #fff;}
  .footer h2,
  .footer > div > div { float: none;}
  .footer > div > div { padding: 0 0 0 0; }
  .footer h2 { position: relative; left: -25px;  margin: 0 0 20px; width: 221px; height: 50px; font-size: 0;     background: url(../images/h1_logow.png) no-repeat center; background-size: 100%;}
  .footer ul:last-of-type { padding: 0 0 30px;}
  .footer ul li { float: none; position: relative; padding: 0 0 8px 0; font-size: 12px; line-height: 18px; word-break: keep-all;}
  .footer ul li:after { content: "|"; display: none; position: absolute; left:-17px; top: -1px; font-size: 14px; line-height: 20px; }
  .footer ul li:first-child:after { display: none;}
  .footer span { font-size: 14px; line-height: 20px; }

  /* aside */

  aside { position: fixed; right: 0; top: 200px; z-index: 5;}
  aside ul li:nth-child(1) { width: 50px; height: 50px; background-color: #0046B8; border-radius: 10px 0px 0px 10px;}
  aside ul li:nth-child(1) a { display: block; width: 100%; height: 100%; background: url(../images/icon-inqury-05.svg) no-repeat center;}
  aside ul li:nth-child(2) { width: 50px; height: 35px; background: #fff; border: 1px solid #0046B8; border-radius: 10px 0px 0px 0; }
  aside ul li:nth-child(2) a { display: block; font-size: 14px; color: #0046B8; font-weight: bold; text-align: center; line-height: 35px;}
  aside ul li:nth-child(3) { width: 50px; height: 35px; background: #0046B8; border: 1px solid #0046B8; border-radius: 0 0px 0px 10px; }
  aside ul li:nth-child(3) button { outline: none; width: 100%; height: 100%; border:none; font-size: 0; background: url(../images/icon-up_arrow-06.svg) no-repeat center;}

  /* visual */

  .visual { margin-top: 60px;}
  .visual .swiper-slide { height: 350px;}
  .visual .swiper-slide { background-repeat: no-repeat; background-size: cover; }
  .visual .swiper-slide div { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); text-align: center; width: 90%;}
  .visual .swiper-slide div p { padding: 0 0 32px; font-size: 13px; line-height: 27px; color: #fff;}
  .visual .swiper-slide div span { font-size: 16px; line-height: 42px; color: #fff; font-weight: bold;}
  .visual .swiper-pagination-bullet { position: relative; width: 23%; height: 3px; background-color: rgba(255,255,255,0.6); border-radius: 5px; opacity: 1;}
  .visual .swiper-pagination-bullet.swiper-pagination-bullet-active { background-color: rgba(255,255,255,1);}
  .visual .swiper-pagination-bullet:after { content: ""; display: block; position: absolute; left: 0; top:-20px; font-size: 12px; line-height: 16px; color: rgba(255,255,255,0.6);}
  .visual .swiper-pagination-bullet:nth-child(1):after { content: "1";}
  .visual .swiper-pagination-bullet:nth-child(2):after { content: "2";}
  .visual .swiper-pagination-bullet:nth-child(3):after { content: "3";}
  .visual .swiper-pagination-bullet.swiper-pagination-bullet-active:after { color: rgba(255,255,255,1);}
  .visual .swiper-button-prev,
  .swiper-button-next { display: none;}

  /* content */

  /* cont1 */

  .cont1 { position: relative; margin: 40px 0; padding: 116px 0; background: url(../images/icon-shield-00.svg) no-repeat center;}
  .cont1 > div { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); text-align: center; width: 55%;}
  .cont1 > div p { padding: 0 0 16px; font-size: 24px; line-height: 38px; color: #0046B8; word-break: keep-all;}
  .cont1 > div p b { font-weight: 900;}
  .cont1 > div span { font-size: 14px; line-height: 26px; color: #666666; word-break: keep-all;}

  /* cont2 */

  .cont2 { position: relative; padding: 40px 0; background: #F9F9F9; text-align: center;}
  .cont2 div > p { padding: 0 0 16px; font-size: 16px; line-height: 28px; color: #0046B8;}
  .cont2 div > span { font-size: 16px; line-height: 38px; font-weight: bold; color: #111;}
  .cont2 ul { padding: 32px 25px 0; }
  .cont2 ul li { display: inline-block; margin: 0 0 20px; padding: 22px 0; width: 100%; height: 250px;  vertical-align: top; background: #fff; box-shadow: 0px 0px 10px #0046B84D; border-radius: 30px; border: 1px solid #0046B8;}
  .cont2 ul li img { width: 25%; height: 52px;}
  .cont2 ul li p { padding: 12px 0 6px; font-size: 14px; line-height: 26px; font-weight: bold; color: #111; }
  .cont2 ul li span { display: block; height: 63px; font-size: 13px; line-height: 19px; color: #777;}
  .cont2 ul li:last-child span { line-height: 48px;}
  .cont2 ul li a { display: inline-block; margin: 20px 0 0; width: 110px; height: 34px; border: 1px solid #0046B8; border-radius: 15px; font-size: 13px; line-height: 34px; color: #0046B8; box-shadow: 0px 0px 10px #0046B84D; transition: all 0.3s;}
  .cont2 ul li a:hover { background: #0046B8; color: #fff;}

  /* cont3 */

  .cont3 { position: relative; padding: 40px 0;  text-align: center;}
  .cont3 div > p { padding: 0 0 16px; font-size: 16px; line-height: 28px; color: #0046B8;}
  .cont3 div > span { font-size: 16px; line-height: 38px; font-weight: bold; color: #111;}
  .cont3 div > ul { padding: 40px 0 0; text-align: left;}
  .cont3 div > ul > li { float: none; width: 100%; height: 250px;}
  .cont3 div > ul > li.main_inq { padding: 25px 10px 15px 30px; color: #fff;}
  .cont3 div > ul > li:first-child { background: url(../images/img-content-01.png) no-repeat center;}
  .cont3 div > ul > li:nth-child(2) { background: url(../images/icon-tobnibaqui-04.svg) no-repeat right top; background-color: #111111;}
  .cont3 div > ul > li.main_inq p { font-size: 24px; line-height: 36px; color: #fff;}
  .cont3 div > ul > li.main_inq > span { display: inline-block; padding: 24px 0 24px; font-size: 28px; line-height: 42px; font-weight: bold;}
  .cont3 div > ul > li.main_inq li { float: left; width: 50%; padding: 0 0 8px;  font-size: 12px; line-height: 24px;}
  .cont3 div > ul > li.main_inq li span { padding: 0 20px 0 0; width: 40px; }

  .cont3 div > ul > li.main_contact { padding: 25px 10px 15px 30px;}
  .cont3 div > ul > li.main_contact p { font-size: 24px; line-height: 36px; color: #0046B8;}
  .cont3 div > ul > li.main_contact span { display: block; padding: 24px 0 16px; font-size: 28px; line-height: 42px; font-weight: bold;}
  .cont3 div > ul > li.main_contact b { display: block; padding: 0 0 40px; font-size: 13px; line-height: 21px; color: #777; font-weight: normal;}
  .cont3 div > ul > li.main_contact a { display: block; width: 120px; height: 35px; border-radius: 10px ;box-shadow: 0px 0px 10px #0046B84D; border: 1px solid #0046B8; font-size: 14px; color: #0046B8; line-height: 34px; text-align: center; transition:all 0.3s;}
  .cont3 div > ul > li.main_contact a:hover { background: #0046B8; color: #fff;}

}


/* ///////////////////////////////////////////////// */
