 
html,
body {
  font-size: 62.5%;
}
#pups_from form ul li input[type="submit"]{
  background: #005bac;
}
.right_nav_list{
  z-index: 30;
}
.top{
  position: relative;
  top: 0;
  left: 0;
}
.top::after{
  display: none;
}
body {
  max-width: 1920px;
  position: relative;
  margin: 0 auto; 
}
.container {
  width: 1430px;
  padding: 0 15px;
  position: relative;
  margin: 0 auto;
}
h1.h1,
h2.h2,
h3.h3,
h4.h4,
h5.h5,
h6.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
p {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
li {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
img {
  width: auto;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
.tit .tit-name {
    text-align: center;
    height: 37px;
    margin-bottom: 20px;
}
.tit .tit-name a {
    text-transform: capitalize;
    font-size: 18px;
    line-height: 32px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    background: #09428e;
    padding: 8px 20px;
    margin: 0 auto;
    color: #fff;
    height: 37px;
}
.tit h2.h3,
.tit h2.h2 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}
 
#new-index-body {
  background: #353535;
}
#new-index-body .title1 h3 {
  font-size: 54px; 
  font-weight: 700;
  color: #005bac;
  line-height: 1;
}
#new-index-body .new-init-1 {
  background: url(/ntpacific/2025/06/04/banner-1.jpg) no-repeat center;
  background-size: cover;
}
#new-index-body .new-init-1 .acc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 30px;
}
#new-index-body .new-init-1 .acc .rl ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#new-index-body .new-init-1 .acc .rl ul li p {
  font-size: 16px; 
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1;
}
#new-index-body .new-init-1 .acc .rl ul li p img {
  vertical-align: middle;
  margin-right: 10px;
}
#new-index-body .new-init-1 .acc .rl ul li:last-child {
  margin-left: 20px;
}
#new-index-body .new-init-1 .top {
  padding: 40px 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
#new-index-body .new-init-1 .top .left span {
  display: inline-block;
  width: 150px;
  height: 4px;
  background: #005bac;
  margin-top: 6px;
}
#new-index-body .new-init-1 .top .left h4 {
  font-size: 36px; 
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.8;
  max-width: 690px;
  text-transform: uppercase;
  margin: 35px 0;
  margin-top: 20px;
}
#new-index-body .new-init-1 .top .left h4 i {
  color: #005bac;
}
#new-index-body .new-init-1 .top .left p {
  font-size: 18px; 
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.6;
  max-width: 574px;
}
#new-index-body .new-init-1 .top .left p em{
  color: #005bac;
}
#new-index-body .new-init-1 .top .right .form {
  background: #FFFFFF;
  max-width: 512px;
  padding: 25px;
  text-align: center;
}
#new-index-body .new-init-1 .top .right .form h3 {
  font-size: 34px; 
  font-weight: 400;
  color: #005bac;
  line-height: 1;
  text-transform: uppercase;
}
#new-index-body .new-init-1 .top .right .form p {
  font-size: 16px; 
  font-weight: 400;
  color: rgba(17, 17, 17, 0.4);
  line-height: 1.37;
  max-width: 388px;
  margin: 0 auto;
  margin-top: 10px;
}
#new-index-body .new-init-1 .top .right .form ul li {
  margin-top: 15px;
}
#new-index-body .new-init-1 .top .right .form ul li input[type=text] {
  width: 100%;
  height: 34px;
  background: #FFFFFF;
  border: 1px solid #333333;
  background: transparent;
  font-size: 16px; 
  font-weight: 300;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1;
  padding-left: 6px;
}
#new-index-body .new-init-1 .top .right .form ul li textarea {
  width: 100%;
  height: 60px;
  background: #FFFFFF;
  border: 1px solid #333333;
  background: transparent;
  font-size: 16px; 
  font-weight: 300;
  color: rgba(0, 0, 0, 0.5);
  line-height: 2;
  padding-left: 6px;
}
#new-index-body .new-init-1 .top .right .form ul li input[type=submit] {
  width: 220px;
  height: 40px;
  background: #005bac;
  border-radius: 6px;
  font-size: 18px; 
  font-weight: 400;
  color: #FFFFFF;
  text-transform: uppercase;
  line-height: 1;
  border: none;
}
#new-index-body .new-init-1 .top .right .form ul li ::-webkit-input-placeholder {
  /* WebKit browsers，webkit内核浏览器 */
  color: rgba(0, 0, 0, 0.5);
}
#new-index-body .new-init-1 .top .right .form ul li :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(0, 0, 0, 0.5);
}
#new-index-body .new-init-1 .top .right .form ul li ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(0, 0, 0, 0.5);
}
#new-index-body .new-init-1 .top .right .form ul li :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: rgba(0, 0, 0, 0.5);
}
#new-index-body .new-init-1 .top .right .form ul li:nth-child(odd) {
  padding-right: 9px;
}
#new-index-body .new-init-1 .top .right .form ul li:nth-child(even) {
  padding-left: 9px;
}
#new-index-body .new-init-1 .top .right .form ul li:nth-child(5),
#new-index-body .new-init-1 .top .right .form ul li:nth-child(6) {
  padding: 0px;
}
#new-index-body .new-init-2 {
  padding: 46px 0 38px;
}
#new-index-body .new-init-2 .top .left {
  padding-left: 38px;
}
#new-index-body .new-init-2 .top .left .acc {
  max-width: 630px;
}
#new-index-body .new-init-2 .top .left .list {
  padding-bottom: 0px;
}
#new-index-body .new-init-2 .top .left .list .swiper-pagination {
  bottom: 0;
}
#new-index-body .new-init-2 .top .left .list .swiper-pagination span {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  margin: 0 8px;
  opacity: 1;
}
#new-index-body .new-init-2 .top .left .list .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #005bac;
}
#new-index-body .new-init-2 .top .right {
  padding-left: 64px;
}
#new-index-body .new-init-2 .top .right h4 {
  font-size: 40px; 
  font-weight: 700;
  color: #005bac;
  line-height: 1.65;
}
#new-index-body .new-init-2 .top .right ul li {
  position: relative;
  font-size: 18px; 
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.6;
  margin-top: 30px;
}
#new-index-body .new-init-3 {
  padding: 38px 0 0px;
}
#new-index-body .new-init-3 .box {
  background: #2B2B2B;
}
#new-index-body .new-init-3 .box .left {
  width: 45%;
  padding: 35px;
}
#new-index-body .new-init-3 .box .left h4 {
  font-size: 40px; 
  font-weight: 700;
  color: #005bac;
  line-height: 1;
}
#new-index-body .new-init-3 .box .left span {
  display: inline-block;
  width: 172px;
  height: 3px;
  background: #005bac;
  margin: 40px 0;
}
#new-index-body .new-init-3 .box .left .cona {
  font-size: 18px; 
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.6;
}
#new-index-body .new-init-3 .box .right {
  width: 55%;
}
#new-index-body .new-init-3 .swiper-button-next {
  display: none!important;
  width: 40px;
  height: 40px;
  background: #2C2C2C;
  right: 20px;
  background: url(../images/new-init32.jpg) no-repeat;
  opacity: 1;
}
#new-index-body .new-init-4 .title1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #005bac;
  padding: 20px 0;
}
#new-index-body .new-init-4 .title1 h3{
  color: white;
}
#new-index-body .new-init-4 .title1 p {
  font-size: 18px; 
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.6;
  max-width: 381px;
}
#new-index-body .new-init-4 .list {
  margin-top: 48px;
}
#new-index-body .new-init-4 .list ul li{
  height: auto;
}
#new-index-body .new-init-4 .list ul li .box {
  position: relative;
  margin: 0 auto;
  height: 100%;
  z-index: 11;
  background: #fff;
  width: 100%;
  border: 1px solid #f5f5f5
}

#new-index-body .new-init-4 .list .btn{
  z-index: 5;
  width: 40px;
  height: 40px;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #005bac;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}

#new-index-body .new-init-4 .list .prev{
  left: 5px;
}

#new-index-body .new-init-4 .list ul li .box .img{
  position: relative;
  background: #fff;
}

#new-index-body .new-init-4 .list ul li .box .img .textCont{
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  transition: all .5s;
  align-content: center;
  justify-content: center;
  width: 100%;
  align-items: center;
  padding: 10px;
  font-size: 16px;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: left;
  opacity: 0;
}

#new-index-body .new-init-4 .list ul li .box .img .textCont > div{
  max-height: 200px;
  overflow-y: auto;
  width: 100%;
  padding-right: 4px;
}

#new-index-body .new-init-4 .list ul li .box .con {
  padding: 18px 18px;
  padding-top: 0;
  text-align: center;
}
#new-index-body .new-init-4 .list ul li .box .con .contact_btn{
  background: #000 !important;
}
#new-index-body .new-init-4 .list ul li .box .con h4 {
  font-size: 16px; 
  font-weight: 400;
  color: #333333;
  line-height: 1.4;
  padding: 10px 0;
  min-height: 65px;
}
#new-index-body .new-init-4 .list ul li .box:hover .img .textCont{
  opacity: 1;
}
#new-index-body .new-init-4 .list ul li .box:hover{
  background: #005bac;
}
#new-index-body .new-init-4 .list ul li .box:hover .con h4{
  color: #fff;

}
#new-index-body .new-init-5 {
  padding: 40px 0;
}
#new-index-body .new-init-5 .title1 {
  text-align: center;
}
#new-index-body .new-init-5 .title1 p {
  font-size: 16px; 
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.5;
  max-width: 857px;
  margin: 0 auto;
  margin-top: 25px;
}
#new-index-body .new-init-5 .list li {
  padding: 75px 0;
}
#new-index-body .new-init-5 .list li .img {
  position: relative;
  max-width: 320px;
  margin: 0 auto;
}
#new-index-body .new-init-5 .list li .img h4 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  background: rgba(53, 53, 53, 0.8);
  font-size: 16px; 
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1;
  padding: 10px 0;
}
#new-index-body .new-init-5 .list li:nth-child(odd) {
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}
#new-index-body .new-init-5 .list .swiper-pagination {
  bottom: 30px;
}
#new-index-body .new-init-5 .list .swiper-pagination span {
  width: 44px;
  height: 4px;
  background: rgba(255, 255, 255, 0.2);
  opacity: 1;
  margin: 0 13px;
  border-radius: 0;
}
#new-index-body .new-init-5 .list .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #005bac;
}
#new-index-body .new-init-6 .container {
  /*width: 100% !important;*/
  padding: 0;
}
#new-index-body .new-init-6 .top .left {
  position: relative;
  z-index: 11;
  width: 55%;
  padding-right: 40px;
}
/*#new-index-body .new-init-6 .top .left .left-box {
  padding-left: 260px;
}*/
#new-index-body .new-init-6 h4 {
  font-size: 36px; 
  font-weight: 700;
  font-style: italic;
  color: #FFFFFF;
  line-height: 1;
  /*opacity: 0.42;*/
  padding-top: 25px;
  padding-bottom: 25px;
  background: #005bac;
}
#new-index-body .new-init-6 .top .left .left-box h3 {
  font-size: 46px; 
  font-weight: 700;
  color: #005bac;
  line-height: 1.3;
  margin-top: 70px;
}
#new-index-body .new-init-6 .top .left .left-box h3 span {
  display: block;
}
#new-index-body .new-init-6 .top .left .left-box p {
  font-size: 18px; 
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.6;
  max-width: 100%;
  margin-top: 30px;
}
#new-index-body .new-init-6 .top .left .left-box .btn {
  margin-top: 50px;
}
#new-index-body .new-init-6 .top .left .left-box .btn a {
  display: inline-block;
  font-size: 16px; 
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1;
  background: #005bac;
  border-radius: 6px;
  padding: 18px;
  text-transform: uppercase;
}
#new-index-body .new-init-6 .top .left::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 80px;
  background: #005bac;
  z-index: -1;
  display: none;
}
#new-index-body .new-init-6 .top .right {
  width: 45%;
  /*position: absolute;
  top: 140px;
  right: 260px;*/
}
#new-index-body .new-init-7 {
  background: url(../images/new-init71.jpg) no-repeat center;
  background-size: cover;
  padding: 39px 0 63px;
}
#new-index-body .new-init-7 .container {
  width: 1300px;
  background: url(../images/new-init72.jpg) no-repeat center;
  background-size: cover;
}
#new-index-body .new-init-7 ul {
  padding: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#new-index-body .new-init-7 ul li {
  /*text-align: center;*/
  width: auto;
}
#new-index-body .new-init-7 ul li h2 {
  font-size: 40px; 
  font-weight: 700;
  color: #005bac;
  line-height: 1;
  /*height: 70px;*/
  position: relative;
}
#new-index-body .new-init-7 ul li sub {
  position: absolute;
  top: 0px;
  font-size: 16px; 
  font-weight: 400;
  color: #fff;
  line-height: 1;
}
#new-index-body .new-init-7 ul li h5 {
  font-size: 16px; 
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1;
  margin-top: 8px;
}
#new-index-body .new-init-8 {
  padding: 60px 0 40px;
}
#new-index-body .new-init-8 .top .left {
  width: 38.5%;
  vertical-align: middle;
}
#new-index-body .new-init-8 .top .left span {
  display: inline-block;
  width: 193px;
  height: 5px;
  background: #005bac;
  margin: 20px 0;
}
#new-index-body .new-init-8 .top .left p {
  font-size: 18px; 
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.6;
  max-width: 457px;
}
#new-index-body .new-init-8 .top .right {
  width: 61.5%;
  vertical-align: middle;
}
#new-index-body .new-init-9 {
  position: relative;
  z-index: 11;
}
#new-index-body .new-init-9 .top {
  position: relative;
  padding: 50px 0 10px;
}
#new-index-body .new-init-9 .top .left {
  vertical-align: middle;
}
#new-index-body .new-init-9 .top .left ul {
  max-width: 630px;
}
#new-index-body .new-init-9 .top .left ul li {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
#new-index-body .new-init-9 .top .left ul li h4 {
  font-size: 21px; 
  font-weight: 500;
  color: #FFFFFF;
  line-height: 1;
  padding: 11px 0;
}
#new-index-body .new-init-9 .top .left ul li .text {
  font-size: 16px; 
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 1.6;
}
#new-index-body .new-init-9 .top .right {
  padding: 40px 0 68px;
  vertical-align: middle;
}
#new-index-body .new-init-9 .top .right .form {
  margin-left: 95px;
  max-width: 491px;
  text-align: center;
}
#new-index-body .new-init-9 .top .right .form h4 {
  font-size: 40px; 
  font-weight: 500;
  color: #005bac;
  line-height: 1;
}
#new-index-body .new-init-9 .top .right .form p {
  font-size: 16px; 
  font-weight: 400;
  color: rgba(17, 17, 17, 0.4);
  line-height: 1.37;
  max-width: 397px;
  margin: 0 auto;
  margin-top: 10px;
}
#new-index-body .new-init-9 .top .right .form form{
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#new-index-body .new-init-9 .top .right .form ul li {
  margin-top: 18px;
}
#new-index-body .new-init-9 .top .right .form input,
#new-index-body .new-init-9 .top .right .form ul li input[type=text] {
  width: 49%;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #333333;
  background: transparent;
  font-size: 16px; 
  font-weight: 300;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1;
  padding-left: 6px;
  margin-bottom: 10px;
}
#new-index-body .new-init-9 .top .right .form textarea,
#new-index-body .new-init-9 .top .right .form ul li textarea {
  width: 100%;
  height: 70px;
  background: #FFFFFF;
  border: 1px solid #333333;
  background: transparent;
  font-size: 16px; 
  font-weight: 300;
  color: rgba(0, 0, 0, 0.5);
  line-height: 2;
  padding-left: 6px;
}
#new-index-body .new-init-9 .top .right .form form p,
#new-index-body .new-init-9 .top .right .form ul li input[type=submit] {
  width: 236px;
  height: 40px;
  background: #005bac;
  border-radius: 6px;
  font-size: 18px; 
  font-weight: 400;
  color: #FFFFFF;
  text-transform: uppercase;
  line-height: 1;
  border: none;
}
#new-index-body .new-init-9 .top .right .form ul li ::-webkit-input-placeholder {
  /* WebKit browsers，webkit内核浏览器 */
  color: rgba(0, 0, 0, 0.5);
}
#new-index-body .new-init-9 .top .right .form ul li :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(0, 0, 0, 0.5);
}
#new-index-body .new-init-9 .top .right .form ul li ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(0, 0, 0, 0.5);
}
#new-index-body .new-init-9 .top .right .form ul li :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: rgba(0, 0, 0, 0.5);
}
#new-index-body .new-init-9 .top .right .form ul li:nth-child(odd) {
  padding-right: 6px;
}
#new-index-body .new-init-9 .top .right .form ul li:nth-child(even) {
  padding-left: 6px;
}
#new-index-body .new-init-9 .top .right .form ul li:nth-child(5),
#new-index-body .new-init-9 .top .right .form ul li:nth-child(6) {
  padding: 0px;
}
#new-index-body .new-init-9 .top .footer-bottom {
  position: relative;
  left: 0;
  bottom: 0;
  margin-bottom: 10px;
  width: 100%;
  margin-top: 35px;
}
#new-index-body .new-init-9 .top .footer-bottom .bottom-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-between;
  text-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#new-index-body .new-init-9 .top .footer-bottom .bottom-box p {
  font-size: 14px;
  color: #fff;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; 
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  opacity: 0.6;
  letter-spacing: 0px;

}
#new-index-body .new-init-9 .top .footer-bottom .bottom-box p a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#new-index-body .new-init-9 .top .footer-bottom .bottom-box p img {
  display: inline-block;
  max-height: 27px;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  margin: 0 5px;
}
#new-index-body .new-init-9::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: url(../images/index_10.jpg) no-repeat center;
  background-size: cover;
  z-index: -1;
}
#new-index-body .new-init-9::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: url(../images/new-init92.jpg) no-repeat center;
  background-size: cover;
  z-index: -1;
}
.Stick {
  position: fixed;
  right: 20px;
  bottom: 115px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #DB6D6F;
  cursor: pointer;
  z-index: 888 !important;
}
.Stick i {
  font-size: 24px;
  color: #fff;
}
#Pop_UpsBtn {
  display: none!important
}

#pups_from form ul li input[type="submit"] {
  background: #005bac !important;
}
#pups_from i.close:hover {
  background: #005bac !important;
}
@media screen and (max-width: 1780px) {
  /*#new-index-body .new-init-6 .top .left .left-box {
    padding-left: 15px;
  }*/
   
}
@media screen and (max-width: 1430px) {
  #new-index-body .container {
    width: 1100px!important;
  }
  #new-index-body .new-init-9 .top .footer-bottom .bottom-box p {width: 100%}
  #new-index-body .new-init-9 .top .footer-bottom .bottom-box {justify-content: center}
  #new-index-body .new-init-1 .top .left h4,
  #new-index-body .new-init-2 .top .right h4,
  #new-index-body .new-init-3 .box .left h4,
  #new-index-body .new-init-6 .top .left .left-box h3 {
    font-size: 32px;
  }
  #new-index-body .new-init-2 .top .left {
    padding-left: 0;
  }
  #new-index-body .new-init-2 .top .right {
    padding-left: 30px;
  }
  #new-index-body .new-init-2 .top .right ul li {
    margin-top: 20px;
  }
  #new-index-body .new-init-3 .box .left {
    padding: 20px 15px;
  }
  #new-index-body .new-init-3 .box .left span {
    margin: 20px 0;
  }
  #new-index-body .new-init-3 .box .left .cona,
  #new-index-body .new-init-2 .top .right ul li,
  #new-index-body .new-init-6 .top .left .left-box p,
  #new-index-body .new-init-8 .top .left p {
    font-size: 16px;
  }
  #new-index-body .title1 h3 {
    font-size: 42px;
  }
  #new-index-body .new-init-9 .top .right .form {
    margin-left: 25px;
  }
  #new-index-body .new-init-6 .top .left .left-box h3 {
    margin-top: 30px;
  }
  #new-index-body .new-init-6 .top .left .left-box .btn {
    margin-top: 30px;
  }
  /*#new-index-body .new-init-7 ul li h2 {
    font-size: 52px;
  }*/
}
@media screen and (max-width: 1100px) {
  #new-index-body .container {
    width: 972px!important;
  }
  #new-index-body .new-init-1 .top .left h4 {
    margin: 20px 0;
  }
  #new-index-body .new-init-2 .top .right ul li {
    margin-top: 15px;
  }
  #new-index-body .new-init-6 .top .left,
  #new-index-body .new-init-6 .top .right,
  #new-index-body .new-init-8 .top .left,
  #new-index-body .new-init-8 .top .right {
    width: 100%;
  }
  #new-index-body .new-init-6 .top .left{
    padding-right: 0;
  }
  #new-index-body .new-init-6 .top .right,
  #new-index-body .new-init-8 .top .right {
    margin-top: 30px;
  }
  #new-index-body .new-init-6 .top .left .left-box p,
  #new-index-body .new-init-8 .top .left p {
    max-width: 100%;
  }
  #new-index-body .new-init-6 .top .right{
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    width: 90%;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  #new-index-body .new-init-7 ul li {
    width: 25%;
  }
  #new-index-body .new-init-9 .top .footer-bottom {
    bottom: 3px;
  }
}

@media screen and (max-width: 972px) {
  #new-index-body .container {
    width: 100%!important;
  }
  #new-index-body .new-init-1 .top .right .form {
    display: none;
  }
  #new-index-body .new-init-2 .top .left,
  #new-index-body .new-init-2 .top .right,
  #new-index-body .new-init-3 .box .left,
  #new-index-body .new-init-3 .box .right {
    width: 100%;
  }
  #new-index-body .new-init-2 .top .left .acc {
    max-width: 100%;
    text-align: center;
  }
  #new-index-body .new-init-1 .top .left h4,
  #new-index-body .new-init-1 .top .left p {
    max-width: 100%;
  }
  #new-index-body .new-init-3 .box {
    background: transparent;
  }
  #new-index-body .new-init-3 .box .left {
    padding: 0;
  }
  #new-index-body .new-init-3 .swiper-button-next {
    display: none;
  }
  #new-index-body .new-init-6 .top .left .left-box h3 span {
    display: initial;
  }
  #new-index-body .new-init-5 .list li:nth-child(odd) {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  #new-index-body .new-init-9 .top .left,
  #new-index-body .new-init-9 .top .right {
    width: 100%;
  }
  #new-index-body .new-init-2 .top .right,
  #new-index-body .new-init-3 .box .right {
    margin-top: 30px;
  }
  #new-index-body .new-init-9::before,
  #new-index-body .new-init-9::after {
    width: 100%;
    height: 50%;
  }
  #new-index-body .new-init-9::before {
    top: unset;
    bottom: 0;
  }
  #new-index-body .new-init-9 .top .left ul {
    max-width: 100%;
    padding: 40px 0;
  }
  #new-index-body .new-init-9 .top .right .form {
    max-width: 100%;
  }
  #new-index-body .new-init-9 .top .right {
    padding: 70px 0;
  }
  #new-index-body .new-init-9 .top .footer-bottom {
    bottom: 15px;
  }
  #new-index-body .new-init-5 .list li {
    padding: 30px 0 50px;
  }
  #new-index-body .new-init-5 .list .swiper-pagination {
    bottom: 0;
  }
  #new-index-body .new-init-7 ul li h2 {
    font-size: 35px;
    height: auto;
  }
  #new-index-body .new-init-2 .top .right {
    padding-left: 0;
  }
  #new-index-body .title1 h3 {
    font-size: 36px;
  }
  #new-index-body .new-init-9 .top .footer-bottom .bottom-box p{
    color: black;
  }
  .tit h2.h3, .tit h2.h2{
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  #new-index-body .new-init-1 .acc{
    padding-top: 8px;
  }
  #new-index-body .new-init-1 .acc .h-logo img{
    max-height: 80px;
  }
  #new-index-body .new-init-1 .acc .rl {
    display: none;
  }
  #new-index-body .new-init-1 .acc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #new-index-body .new-init-4 .title1 p {
    margin-top: 15px;
  }
  #new-index-body .new-init-9 .top .right .form {
    margin-left: 0;
  }
  #new-index-body .new-init-3 {
    padding: 40px 0;
  }
  #new-index-body .new-init-7 ul li {
    width: 50%;
    margin: 20px 0;
  }
  #new-index-body .new-init-9 .top .left ul li h4 {
    padding: 15px 0;
  }
  #new-index-body .new-init-9 .top .left ul li .text {
    line-height: 1.8;
  }
  #new-index-body .title1 h3 {
    font-size: 32px;
  }
  #new-index-body .new-init-4 .title1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #new-index-body .new-init-7 ul{
    padding: 0;
  }
  .tit h2.h3, .tit h2.h2{
    font-size: 30px;
  }
}
@media screen and (max-width: 600px) {
  #new-index-body .new-init-9 .top .right .form ul li {
    padding: 0!important;
    width: 100%!important;
  }
  #new-index-body .new-init-7{
    padding: 10px 0 25px;
  }
  .tit h2.h3, .tit h2.h2{
    font-size: 20px;
  }
  #new-index-body .new-init-9::before, #new-index-body .new-init-9::after{
    height: 55%;
  }
}
@media screen and (max-width: 450px) {
  #new-index-body .new-init-7 ul li sub {
    top: 0;
  }
  #new-index-body .new-init-7 ul li h2 {
    font-size: 32px;
  }
  #new-index-body .new-init-8 .top .right {
    text-align: center;
  }
  #new-index-body .new-init-9 .top .right {
    padding: 100px 0;
  }
  #new-index-body .new-init-6 h4 {
    font-size: 24px;
    padding-top: 30px;
  }
  #new-index-body .new-init-9 .top .right .form h4 {
    font-size: 32px;
  }
  #new-index-body .new-init-1 .top .left h4,
  #new-index-body .new-init-2 .top .right h4,
  #new-index-body .new-init-3 .box .left h4,
  #new-index-body .new-init-6 .top .left .left-box h3,
  #new-index-body .title1 h3 {
    font-size: 24px;
  }
  #new-index-body .new-init-9::before, #new-index-body .new-init-9::after{
    height: 55%;
  }
}
@-webkit-keyframes ks {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 1;
  }
  70% {
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
  }
}
@keyframes ks {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 1;
  }
  70% {
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
  }
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
  min-width: 700px;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  background: #eee;
}

.about-page .init-why {
  padding: 78px 0;
  background: url(/ntpacific/2025/06/04/about_3.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
.about-page .init-why .grid-box.three {
  margin-top: 30px;
}
.about-page .init-why .grid-box.three .column {
  padding: 0 30px 50px 0;
}
.about-page .init-why .grid-box.three .column .grid-box {
  margin-bottom: 20px;
}
.about-page .init-why .grid-box.three .column .grid-box .column {
  padding: 0;
  width: 30%;
}
.about-page .init-why .grid-box.three .column .grid-box .column:nth-child(2) {
  width: 70%;
  padding-top: 20px;
}
.about-page .init-why .grid-box.three .column .grid-box .column h2 {
  color: #fff;
  font-size: 24px;
  line-height: 44px;
  font-weight: 700;
  position: relative;
}
.about-page .init-why .grid-box.three .column .grid-box .column h2:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 1px;
  background: #fff;
  left: -45px;
  top: 16px;
}
.about-page .init-why .grid-box.three .column p {
  font-size: 16px;
  line-height: 2;
  color: #fff;
}
.about-page .init-why .grid-box.three .column img {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.about-page .init-why .grid-box.three .column:hover img {
  transform: rotateY(180deg);
  transition: all 1.2s ease;
}
.about-page .init-history{
  padding-top: 60px;
  padding-bottom: 70px;
}
.about-page .init-history h2.h3{
  margin-bottom: 40px;
}
.about-page .init-history .imgs ul{
  margin: -8px;
}
.about-page .init-history .imgs ul li{
  padding: 8px;
}
@media screen and (max-width: 1200px) {
  .about-page .init-why .grid-box.three .column .grid-box .column h2 {
    font-size: 16px;
  }
  .about-page .init-why .grid-box.three .column .grid-box .column h2:after {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  .about-page .init-why{
    display: block;
  }
}
@media screen and (max-width: 700px) {
  .about-page .init-why .grid-box.three .column {
    width: 50%;
    }
  .about-page .init-why .grid-box.three .column p {
    font-size: 14px;
    line-height: 26px;
  }
}

@media screen and (max-width: 500px) {
    .about-page .init-why .grid-box.three .column {
    width: 100%;
    padding: 0 0 30px 0;
  }
  
  .about-page .init-why .grid-box.three .column .grid-box .column h2:after {
    display: block;
  }
  .right_nav_list ul li{
    width: 50px;
    height: 50px;
  }
  .right_nav_list ul li .more_cont{
    font-size: 26px;
  }
  #new-index-body .new-init-1{
    background-size: contain;
    background-position: center 100px;
  }
  #new-index-body .new-init-1 .top{
    padding-top: 180px;
  }
}
.contact_btn{
  background: #005bac !important;
  color: #fff;
  padding: 6px 20px;
  display: inline-block;
  font-size: 16px;
  margin-top: 20px;
}
.contact_btn:hover{
  background: #005bac !important;
}
.contact_btn.ml-40{
  margin-left: 40px;
}