/* 通用 */
html, body {
  font-family: 'Noto Sans CJK';
  scroll-behavior: smooth; 
  overflow-x: hidden;
  background-color: #FFFFFF;
  background-image: url('../images/bg.png');
  background-size: contain;
  background-repeat: repeat;
  background-position: center;
}
a:hover{
  text-decoration:none;
  cursor:pointer;
}
/* 导航栏 */
#header{
  background-color: #FFFFFF;
  border-bottom: 2px solid #5097c2;
}
#header > div{
  width: 90%;
  margin: auto;
}
#header button{
  margin-right: 0px;
  border:unset;
}
#header .logo img{
  height: 75px;
  padding: 10px;
}
#header li{
  padding: 0 5px;
}
#header li a{
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  color: #000000;
  letter-spacing: 0.45px;
}
#header #navbarSupportedContent{
  justify-content: flex-end;
}
#header .bi-list{
  color: #5097c2;
  font-size: 35px;
}
li.dropdown{
  margin-left:10px;
  width: 120px;
}
#header li .dropdown-menu{
  border: none;
  min-width: 120px;
}
#header li .dropdown-menu a{
  color: #333333;
}
#header li a.active,
#header li.active a{
  color: #5097c2;
}
#header li a:hover{
  color: #5097c2;
  cursor:pointer
}
.dropdown-menu:hover{
  background-color: #fefefe;  
}
.dropdown-item:hover{
  background-color: #fefefe;  
}
#header li a#navbarDropdown{
  position: relative;
  /* top: 4px; */
  float: left;
  display: inline;
  font-size: 20px;
}

@media screen and (max-width: 991px) {
  /* #header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  } */
  #header #navbarSupportedContent{
    min-width: 250px;
  }
  .navbar-nav .dropdown-menu{
    background: rgba(0, 0, 0, 0);
    position:relative;
    left:-25px;
    top: 0;
  }
  #header li .dropdown-menu a{
    color: #000000;
  }
  li.dropdown{
    width: 120px;
  }
  #header .navMune {
   width: 200px;
   right:unset;
  }
  #header li a#navbarDropdown{
    position: relative;
    top: 0;
    left:  -12px;
    float: left;
    display: inline;
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  #header li .dropdown-menu {
    border: none;
  }
}

/* home轮播 */
#homePage{
  padding: 75px 0 0 0;
  height: calc(100vh - 75px);
}
#homePage .body{
  height: calc(100vh - 75px);
  background-size: cover;
  background-repeat: no-repeat;
  /* background-position: center; */
}
/* #homePage #home-top .swiper-pagination.home-top .swiper-pagination-bullet{
  width: 30px;
  margin: 0 10px;
  border-radius: 0;
  background: #ffffff;
  opacity: 1;
}
#homePage #home-top .swiper-pagination.home-top .swiper-pagination-bullet-active{
  opacity: 1;
  background: #970107;
} */
#homePage .body .box{
  width: 100%;
  padding: 0 15px;
  text-align: center;
  position: relative;
  top: 50%;
  transform-origin: center;
  transform: translate(0, -50%);
}
#homePage .body .title{
  width: 50%;
  margin: auto;
  font-size: 30px;
  /* font-family: Noto Sans CJK, Noto Sans CJK-Bold; */
  font-weight: 500;
  text-align: center;
  color: #ffcc00;
  -webkit-text-stroke: 1px #845200;
  text-stroke: 1px #845200;
}
#homePage .body .logo{
  margin: 0px auto 20px;
  width: 50%;
}

@media screen and (max-width: 991px) {
  #homePage .body .title{
    width: 100%;
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
    #homePage .body .logo{
      width: 95%;
    }  
}



/* 产品 */
#productsPage{
  padding: 75px 0 0 0;
}
#productsPage .product-loop{
  height: calc(100vh - 75px);
  /* background-image: url('../images/bg_products.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; */
}
#productsPage .product-loop .gallery-top {
  position: absolute;
  max-width: 63%;
  min-width: 68em;
  left: -7em;
  top: 75px;
  z-index: 1;
  height: 37rem;
  overflow: hidden;
  padding-left: 0.3rem;
  margin: 0;
}
#productsPage .product-loop .gallery-top .loop-img{
  overflow-x: hidden;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding: 0;
  position: relative;
  width: 100%;
  /* min-width: 70em; */
  /* width: 65%; */
  /* left: -7em; */
  /* top: 0; */
  /* z-index: 1; */
  /* height: 39rem; */
  overflow: hidden;
  /* padding-left: 0.3rem; */
}
#productsPage .product-loop .gallery-top .loop-img img{
  height: 37rem;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  overflow-y: hidden;
  pointer-events: none;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

#productsPage .gallery-info{
  position: absolute;
  right: 5%;
  top: 75px;
  width: 100%;
  max-width: 29.33%;
  z-index: 1;
  margin: 0;
}
#productsPage .loop-info{
  height: calc(100% - 30px);
  margin: 15px auto;
  padding: 0 15px;
  position: relative;
  /* right: 5%;
  top: 0; */
  width: 100%;
  /* max-width: 29.33%; */
  z-index: 1;
}
#productsPage .loop-info .title1 p{
  font-size: 20px;
  /* font-family: Noto Serif CJK SC, Noto Serif CJK SC-Regular; */
  font-weight: 400;
  text-align: left;
  color: #333333;
  margin: 12px auto 8px;
  /* letter-spacing: 0.5px; */
}
#productsPage .loop-info .title1 .subTitle{
  font-size: 40px;
  /* font-family: Helvetica, Helvetica-Regular; */
  text-align: right;
  /* letter-spacing: 1.5px; */
}
#productsPage .loop-info .xiexian{
  width: 100%;
  text-align: right;
}
#productsPage .loop-info .xiexian img{
  width: 60px;
}
#productsPage .loop-info .box{
  text-align: right;
  /* position: absolute; */
  width: 100%;
  /* max-width: 400px; */
  /* bottom: 0px; */
  /* right: 30px; */
}
#productsPage .loop-info .box img{
  min-width: 300px;
  width: 65%;
}
#productsPage .product-loop .gallery-top .swiper-slide .loop-img img,
#productsPage .product-loop .gallery-info .swiper-slide .loop-info{
  opacity: 0;
}
#productsPage .product-loop .gallery-top .swiper-slide-active .loop-img img,
#productsPage .product-loop .gallery-info .swiper-slide-active .loop-info{
  opacity: 1;
}
#productsPage .gallery-top-pagination.swiper-pagination{
  background-image: url('../images/nav-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: fit-content;
  position: absolute;
  text-align: left;
  top: calc(37rem + 75px);
  left: 0;
  min-width: 61em;
  width: 63%;
  z-index: 2;
}
#productsPage .gallery-top-pagination .swiper-pagination-bullet{
  width: 60px;
  height: 60px;
  padding: 3px;
  border-radius: 8px;
  text-align: center;
  margin: 10px 8px;
  opacity: 1;
  background: #FFFFFF;
}
#productsPage .gallery-top-pagination span:first-child {
  margin-left: 20px;
}
#productsPage .gallery-top-pagination .swiper-pagination-bullet-active {
  border: solid 2px #5097c2;
}

@keyframes myfirst
{
	0%   {left:-50px;}
  /* 10%  {opacity: 1;} */
	75%  {left:10px;}
	100% {left:0px;}
}
#productsPage .loop-animation{
  /* opacity: 0; */
	position:relative;
  left: -50px;
	animation-name:myfirst;
	animation-duration: 3s;
	animation-timing-function: ease-in-out;
  animation-fill-mode:forwards;
	/* Safari and Chrome: */
	-webkit-animation-name:myfirst;
	-webkit-animation-duration: 3s;
	-webkit-animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode:forwards; 
}

@keyframes myinfo
{
	0%   {right: -100px;}
	100% {right: 0;}
}
#productsPage .loop-animation-title{
  /* opacity: 0; */
	position: relative;
  right: -100px;
	animation-name: myinfo;
	animation-duration: 0.5s;
	animation-timing-function: linear;
  animation-fill-mode: forwards;
	/* Safari and Chrome: */
	-webkit-animation-name: myinfo;
	-webkit-animation-duration: 0.5s;
	-webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;; 
}
#productsPage .loop-animation-p{
  /* opacity: 0; */
	position: relative;
  right: -100px;
	animation-name: myinfo;
	animation-duration: 0.75s;
  /* animation-delay: 0.5s; */
	animation-timing-function: linear;
  animation-fill-mode: forwards;
	/* Safari and Chrome: */
	-webkit-animation-name: myinfo;
	-webkit-animation-duration: 0.75s;
  /* -webkit-animation-delay: 0.5s; */
	-webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;; 
}
#productsPage .loop-animation-p1{
  /* opacity: 0; */
	position: relative;
  right: -100px;
	animation-name: myinfo;
	animation-duration: 1s;
  /* animation-delay: 1.5s; */
	animation-timing-function: linear;
  animation-fill-mode: forwards;
	/* Safari and Chrome: */
	-webkit-animation-name: myinfo;
	-webkit-animation-duration: 1s;
  /* -webkit-animation-delay: 1.5s; */
	-webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;; 
}
@media screen and (max-width: 1400px) {
  #productsPage .gallery-info{
    right: 3%;
  }
}
@media screen and (max-width: 1024px) {
  #productsPage{
    padding: 0;
  }
  #productsPage .product-loop{
    height: auto;
  }
  #productsPage .product-loop .gallery-top{
    position: relative;
    min-width: unset;
    width: 100%;
    max-width: unset;
    left: 0;
    top: 0;
    z-index: 1;
    height: auto;
    overflow: hidden;
    padding-left: 0;
  }
  #productsPage .product-loop .gallery-top .loop-img img{
    height: auto;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    overflow-y: hidden;
    pointer-events: none;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
  }
  #productsPage .gallery-info{
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    max-width: 100%;
    z-index: 1;
    margin: 0;
  }
  #productsPage .loop-info{
    height: calc(100%);
    margin: 15px auto;
    padding: 0 15px;
    position: relative;
    right: 0;
    top: 0;
    max-width: unset;
    z-index: 1;
    text-align: center;
  }
  #productsPage .loop-info .title1 p{
    font-size: 14px;
    text-align: center;
    margin: 12px auto 8px;
  }
  #productsPage .loop-info .title1 .subTitle{
    font-size: 24px;
    text-align: center;
  }
  #productsPage .loop-info .xiexian{
    width: 100%;
    text-align: center;
  }
  #productsPage .loop-info .xiexian img{
    width: 60px;
  }
  #productsPage .loop-info .box{
    text-align: center;
    /* position: absolute; */
    width: 100%;
    /* max-width: 400px; */
    /* bottom: 0px; */
    /* right: 30px; */
  }
  #productsPage .loop-info .box img{
    min-width: 300px;
    max-width: 400px;
    width: 65%;
  }
  #productsPage .gallery-top-pagination.swiper-pagination{
    position: relative;
    text-align: center;
    top: unset;
    left: 0;
    bottom: 0;
    min-width: unset;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (max-width: 575px) {
  #productsPage .gallery-top-pagination span:first-child {
    margin-left: 8px;
  }
}

#aboutPage{
  position: relative;
  padding: 75px 0 0 0;
}
#aboutPage .body{
  width: 100%;
  height: calc(100vh - 75px);
  /* background-image: url('../images/bg_products.jpg');
  background-size: contain;
  background-repeat: repeat;
  background-position: center; */
  padding: 75px 0 150px;
  /* align-items: center; */
}
#aboutPage .body .line{
  display: inline-block;
  width: calc((100% - 1140px)/2);
  position: absolute;
  top: 75px;
  left: 0;
  /* left: 10%; */
}
#aboutPage .body .point{
  display: inline-block;
  width: calc((100% - 1140px)/2);
  text-align: right;
  position: absolute;
  top: 75px;
  right: 0;
  /* left: 10%; */
}
#aboutPage .body .icon{
  display: inline-block;
  text-align: right;
  position: absolute;
  bottom: 70px;
  right: 15px;
  /* left: 10%; */
}
#aboutPage .body .icon img{
  width: 500px;
}
#aboutPage .body .title{
  padding-bottom: 20px;
}
#aboutPage .body .main{
  display: inline-block;
    width: 100%;
}
#aboutPage .body .main .text{
  max-width: 1140px;
  margin: auto;
  margin-top: 20px;
}
#aboutPage .body .text p{
  font-size: 20px;
  /* font-family: Adobe Heiti Std, Adobe Heiti Std-R; */
  font-weight: normal;
  text-align: left;
  color: #5d616a;
  letter-spacing: 0.6px;
}
#aboutPage .body .text p.subTitle{
  font-size: 38px;
  /* font-family: Adobe Heiti Std, Adobe Heiti Std-R; */
  font-weight: normal;
  text-align: left;
  color: #5097c2;
  letter-spacing: 1px;
}
#aboutPage .body .text p.content{
  margin: 30px auto 70px;
}
#aboutPage .body .text p.email{

}
@media screen and (max-width: 1400px) {
  #aboutPage .body{
    width: 100%;
    height: auto;
    padding: 75px 0 0;
    display: flex;
  }
  #aboutPage .body .main .text{
    margin: 20px 10%;
  }
  #aboutPage .body .line{
    display: inline-block;
    width: 10%;
    min-width: 40px;
    position: relative;
    top: 0;
    left: 0;
    /* left: 10%; */
  }
  #aboutPage .body .point{
    display: inline-block;
    width: 10%;
    min-width: 40px;
    text-align: right;
    position: relative;
    top: 0;
    right: 0;
    /* left: 10%; */
  }
}
@media screen and (max-width: 991px) {
  #aboutPage{
    padding: 0;
  }
  #aboutPage .body .main{
    display: inline-block;
      width: calc(100% - 80px);
  }
  #aboutPage .body .icon{
    width: 100%;
    text-align: center;
    position: relative;
    bottom: unset;
    right: unset;
    /* left: 10%; */
  }
  #aboutPage .body .icon img{
    max-width: 500px;
    min-width: 300px;
    width: 100%;
  } 
  #aboutPage .body .text p{
    font-size: 16px;
    /* font-family: Adobe Heiti Std, Adobe Heiti Std-R; */
    font-weight: normal;
    text-align: left;
    color: #5d616a;
    letter-spacing: 0.6px;
  }
  #aboutPage .body .text p.subTitle{
    font-size: 28px;
    /* font-family: Adobe Heiti Std, Adobe Heiti Std-R; */
    font-weight: normal;
    text-align: left;
    color: #5097c2;
    letter-spacing: 1px;
  }
  #aboutPage .body .text p.content{
    margin: 30px auto 70px;
  }
}
@media screen and (max-width: 500px) {
  #aboutPage .body .icon img{
    max-width: 500px;
    min-width: unset;
    width: 100%;
  } 
}
/* 联系我们 */
#contactPage{
  /* background-image: url('../images/bg_products.jpg');
  background-size: cover;
  background-repeat: no-repeat; */
  /* padding-bottom:70px; */
  padding-top: 75px;
  position: relative;
}
#contactPage .part{
  height: calc(100vh - 75px);
}
#contactPage .formBody{
  /* padding-top: 2rem; */
  height: calc(100% - 131px);
}
#contactPage .part p{
  font-size: 27px;
  font-weight: 300;
  text-align: left;
  color: #000000;
}
#contactPage .part p.title{
  font-size: 30px;
  color: #5097c2;
  margin-bottom: 50px;
  width: 90%;
}
#contactPage form{
  width: 550px;
  margin: auto;
  font-size: 16px;
  font-weight: 300;
  text-align: left;
  color: #000000;
  position: relative;
  top: calc(50%);
  transform: translate(0, calc(-50%));
}
#contactPage form .must{
  color: #990209;
  min-width: 10px;
}
#contactPage button{
  font-size: 20px;
}
#contactPage .captcha_label{
  margin-right: 2%;
}
#message_btn{
  width: 200px;
  background: #141414;
  color: #FFFFFF;
}
@media screen and (max-width: 991px) {
  #contactPage{
    padding-top: 75px;
  }
  #contactPage .formBody{
    /* padding-top: 2rem; */
    height: calc(100% - 212px);
  }
}
@media screen and (max-width: 800px) {
  #contactPage{
    padding-top: 75px;
  }
  #contactPage label{
    font-size: 22px;
  }
  #contactPage button{
    font-size: 22px;
  }
}
@media screen and (max-width: 650px) {
  #contactPage .formBody{
    min-height: 520px;
    height: calc(100% - 212px);
    margin-top: 30px;
  }
  #contactPage form{
    position: relative;
    top: 0;
    transform: unset;
  }
}
@media screen and (max-width: 575px) {
  #contactPage form{
    width: calc(100% - 20px);   
  }
  #contactPage p{
    font-size: 18px;
  }
  #contactPage label{
    font-size: 18px;
  }
  #contactPage button{
    font-size: 18px;
  }
  #contactPage .captcha_label{
    margin-top: 10px;
  }
}
@media screen and (max-width: 400px) {
  #contactPage .formBody{
    min-height: 560px;
  }
}
/* 页脚 */
footer{
  background-color: #101010;
  position: absolute; 
  bottom: 0;
  /* top: -77px; */
}
footer .body > div{
  padding: 10px 0;
}
#contactPage .part footer p, 
#contactPage .part footer span{
  font-size: 16px;
  /* font-family: Montserrat, Montserrat-Regular; */
  font-weight: 400;
  color: #ffffff;
  text-align: left;
  letter-spacing: 0px;
}
footer .icon img{
  height: 54px;
}
footer .content .text{
  width: calc(100% - 120px);
}
footer .content .text p{
  word-break: normal;
  white-space: pre-wrap;
  word-wrap: break-word;
  margin-bottom: 0;
}
footer .box1{
  min-width: 25px;
  width: 25px;
  margin-right: 5px;
  position: relative;
}
footer .box1>img{
  position: relative;
  bottom: 2px;
}
footer .box2{
  min-width: 80px;
  width: 120px;
  margin-right: 10px;
}
footer .copyright{
  display: block;
  font-size: 16px;
  width: 100%;
  border-top-style:solid;
  border-width:0.5px;
  border-color: #333333;
  padding:16px 0;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #5097c2;
}

@media screen and (min-width: 2200px) {
  footer .icon p{
    width: 66%;
  }
}
@media screen and (max-width: 991px) {
  footer .content{
    max-width: 100%;
  }
  footer .content img{
    margin-bottom: 20px;
  }
  footer .flex{
    max-width: 40%;
  }
  footer .box{
    margin-left: 20%;
  }
  footer .box1{
    top: 5px;
  }
}
@media screen and (max-width: 991px) {
  footer .copyright{
    padding:5px 0;
  }
}
@media screen and (max-width: 650px) {
  footer{
    position: relative;
    bottom: 0;
  }
}
@media screen and (max-width: 575px) {
  footer .body > div{
    padding: 10px 15px;
  }
  footer .content{
    max-width: 100%;
  }
  footer .content > div{
    margin: 8px 0;
  }
  footer .content img{
    height: 45px;
    margin-bottom: 8px;
  }
  footer .flex{
    max-width: 100%;
  }
  footer .box{
    margin-left: 37%;
  }
  footer p{
    font-size: 16px;
  }  
  footer .content .text{
    width: calc(100%);
  }
  #contactPage .part footer .copyright{
    font-size: 14px;
  }
  /* .pagination{
    position: absolute;
    bottom:5%;
    right: 10%;
    max-width: 25%;
  } */
}
@media screen and (max-width: 500px) {
  .box1{
    margin-left: unset;
  }
  footer .box{
    margin-left: 28%;
  }
}
/* nest hub */
@media screen and (min-width: 991px) and (max-height: 650px) {
  #aboutPage .body .icon{
    width: 100%;
    text-align: center;
    position: relative;
    bottom: unset;
    right: unset;
  }
  #contactPage{
    padding-top: 0;
  }
  #contactPage .formBody{
    height: calc(100%);
  }
  #contactPage form{
    font-size: 14px;
    position: relative;
    top: calc(50%);
    transform: translate(0, calc(-50%));
  }
  #contactPage button{
    font-size: 18px;
  }
  footer{
    position: relative;
    bottom: 0;
  }
}

/* 模态弹窗 */
#success .modal-content{
  border-radius: 10px;
  width: 80%;
}
#success .modal-body{
  height: 40%;
  background: #ffffff;
  text-align: center;
  border-radius: 10px;
}
#success .modal-body p{
  font-size: 20px;
  text-align: center;
  padding: 26px 0;
}
#success .modal-body button{
  width: 180px;
  height: 50px;
  background: #141414;
  font-size: 24px;
  text-align: center;
  color: #ffffff;
  letter-spacing: 1px;
}