@charset "UTF-8";
/**
 *  Author:  Kyrie'
 *  Date:   2020.10.19
 *  Time:   09:00
 *  Desc:   网站框架公共样式表
**/
/************       Common       ************/
* {
  margin: 0;
  padding: 0;
}
/* 苹方字体引用 */
@font-face {
  font-family: "PingFang Regular";
  src: url("../css/PingFang Regular.otf");
}
@font-face {
  font-family: "PingFang Bold.otf";
  src: url("../css/PingFang Bold.otf");
}
@font-face {
  font-family: "PingFang Heavy.otf";
  src: url("../css/PingFang Heavy.otf");
}
/* 苹方字体引用 */
html,
body {
  font-family: "PingFang Regular";
  font-size: 14px;
  color: #333;
}
a {
  text-decoration: none;
  color: #333;
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
ul,
ol {
  list-style-type: none;
}
img {
  max-width: 100%;
  border: none;
  vertical-align: middle;
  object-fit: contain;
}
button,
input {
  /* font-style: inherit; */
  font-family: inherit;
  font-weight: inherit;
  border: none;
  outline: none;
}
textarea {
  border: none;
  outline: none;
  font-family: "微软雅黑";
  text-indent: 0.725em;
}
i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}
select,
textarea {
  resize: none;
  outline: none;
}
input {
  outline: medium;
  -webkit-appearance: none;
}
input[type='button'] {
  cursor: pointer;
}
input[type='submit'] {
  cursor: pointer;
}
input[type='text'] {
  text-indent: 0.725em;
}
:-moz-placeholder {
  color: #ccc;
}
/* Mozilla Firefox 4 to 18 */
::-moz-placeholder {
  color: #ccc;
}
/* Mozilla Firefox 19+ */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc;
}
.left {
  float: left;
}
.right {
  float: right;
}
.block {
  display: block;
}
.none {
  display: none;
}
.flex {
  display: box;
  display: -ms-box;
  display: -webkit-box;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
}
.in-line {
  display: inline;
}
.inl-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.bg-fff {
  background: #fff;
}
.f-24 {
  font-size: 24px;
}
.f-22 {
  font-size: 22px;
}
.f-20 {
  font-size: 20px;
}
.f-18 {
  font-size: 18px;
}
.f-16 {
  font-size: 16px;
}
.f-14 {
  font-size: 14px;
}
.f-000 {
  color: #000;
}
.f-333 {
  color: #333;
}
.f-666 {
  color: #666;
}
.f-999 {
  color: #999;
}
.f-ddd {
  color: #ddd;
}
.f-eee {
  color: #eee;
}
.f-fff {
  color: #fff;
}
.placeholder {
  color: #aaa;
}
.text-c {
  text-align: center;
}
.text-l {
  text-align: left;
}
.text-r {
  text-align: right;
}
.text-j {
  text-align: justify;
  text-justify: inter-ideograph;
}
.text-line {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.line-2 {
  -webkit-line-clamp: 2;
}
.line-3 {
  -webkit-line-clamp: 3;
}
.line-4 {
  -webkit-line-clamp: 4;
}
.over {
  overflow: hidden;
  _height: 1px;
}
.clear,
.clear-fx {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.wd1800 {
  max-width: 1800px;
  margin: 0 auto;
}
.wd100 {
  width: 100%;
}
.line-number-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-number-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-number-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.swiper-button-next,
.swiper-button-prev,
.swiper-pagination-bullet {
  outline: none;
}
footer .foot-nav {
  padding: 65px 0;
  background-color: #222222;
}
footer .foot-nav .wd1800 {
  display: flex;
  justify-content: space-between;
}
footer .foot-nav .wd1800 .foot-title {
  font-size: 24px;
  color: #fff;
  font-family: "PingFang Bold.otf";
}
footer .foot-nav .wd1800 .list-nav {
  flex: 2;
}
footer .foot-nav .wd1800 .list-nav ul {
  margin-top: 25px;
}
footer .foot-nav .wd1800 .list-nav ul li {
  margin-bottom: 15px;
}
footer .foot-nav .wd1800 .list-nav ul li a {
  font-size: 16px;
  color: #888888;
  transition: 0.3s;
}
footer .foot-nav .wd1800 .foot-serve {
  flex: 3;
}
footer .foot-nav .wd1800 .foot-serve .ul-qian {
  display: flex;
}
footer .foot-nav .wd1800 .foot-serve .ul-qian ul {
  margin-right: 50px;
}
footer .foot-nav .wd1800 .foot-about {
  flex: 1;
  margin-right: 30px;
}
footer .foot-nav .wd1800 .ma {
  flex: 2;
}
footer .foot-nav .wd1800 .ma .neima {
  width: 198px;
  height: 198px;
  line-height: 198px;
  text-align: center;
  background-color: #ffffff;
}
footer .foot-nav .wd1800 .ma p {
  color: #888;
  font-size: 16px;
  margin-top: 23px;
  padding-left: 35px;
}
footer .friend {
  padding: 27px 0;
  background-color: #222222;
  border-top: 1px solid #444444;
}
footer .friend .wd1800 {
  display: flex;
  align-items: center;
}
footer .friend .wd1800 img {
  width: 36px;
}
footer .friend .wd1800 > p {
  font-size: 18px;
  color: #fff;
  margin: 0 15px;
}
footer .friend .wd1800 div {
  display: flex;
  align-items: center;
}
footer .friend .wd1800 div a {
  color: #888888;
  font-size: 16px;
}
footer .friend .wd1800 div p {
  width: 1px;
  height: 13px;
  margin: 0 20px;
  background-color: #999999;
}
footer .banquan {
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #888888;
  background-color: #111111;
}
footer .banquan a {
  color: #888888;
}
.header-logo {
  margin-right: 250px;
}
.JP-homeHero__item--centerTop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-position: center;
}
.add-JP-header__wrapper {
  display: flex;
  align-items: center;
}
.JP-homeHeroScroll {
  width: 26px;
  height: 61px;
  position: absolute;
  left: 50%;
  bottom: 30px;
  z-index: 9;
  transform: translateX(-50%);
  -webkit-animation: myfirst 2s infinite;
  animation: myfirst 2s infinite;
}
@keyframes myfirst {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(0px, -20px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.JP-megaMenu {
  display: block;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s;
  -webkit-transition: max-height 0.5s;
}
.JP-header__navItem:hover .JP-megaMenu {
  max-height: 600px;
}
.serve-add-two .wd1740 {
  max-width: 1740px;
  margin: 0 auto;
  padding: 23px 0;
  display: flex;
}
.serve-add-two .wd1740 .biaoti {
  display: flex;
  align-items: center;
}
.serve-add-two .wd1740 .biaoti .t-box {
  width: 91px;
  height: 29px;
  line-height: 29px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background-color: #222222;
}
.serve-add-two .wd1740 .biaoti .t-wire {
  width: 450px;
  height: 1px;
  background-color: #e0e0e0;
}
.serve-add-two .wd1740 .kernel {
  width: 50%;
}
.serve-add-two .wd1740 .kernel .zong {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  justify-content: space-between;
}
.serve-add-two .wd1740 .kernel .zong .item {
  width: 24%;
  margin-bottom: 25px;
}
.serve-add-two .wd1740 .kernel .zong .item .tu {
  /*height: 194px;*/
}
.serve-add-two .wd1740 .kernel .zong .item .tu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.serve-add-two .wd1740 .kernel .zong .item .zi {
  text-align: center;
  font-size: 16px;
  margin-top: 15px;
  color: #666;
}
.serve-add-two .wd1740 .basics {
  width: 50%;
  margin-left: 4%;
}
.serve-add-two .wd1740 .basics .zong {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  justify-content: space-between;
}
.serve-add-two .wd1740 .basics .zong .item {
  width: 24%;
  margin-bottom: 25px;
}
.serve-add-two .wd1740 .basics .zong .item .tu {
  /*height: 194px;*/
}
.serve-add-two .wd1740 .basics .zong .item .tu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.serve-add-two .wd1740 .basics .zong .item .zi {
  text-align: center;
  font-size: 16px;
  margin-top: 15px;
  color: #666;
}
.about-add-two .wd1800 {
  display: flex;
  align-items: center;
  padding: 30px 20px 30px 400px;
}
.about-add-two .wd1800 ul {
  display: flex;
  align-items: center;
  /*max-width: 250px;*/
  max-width: 300px;
  flex-wrap: wrap;
  padding-right: 30px;
  justify-content: flex-end;
}
.about-add-two .wd1800 ul li {
  margin-bottom: 10px;
  margin-left: 25px;
  text-align: right;
  min-width: 80px;
}
.about-add-two .wd1800 ul li a {
  color: #333f48;
  font-size: 16px;
  color: #666;
}
#globalNav3 ul li{
    min-width: 122px;
}
.about-add-two .wd1800 .anli-li {
  max-width: 300px;
}
.about-add-two .wd1800 .anli-li li {
  min-width: 120px;
}
.about-add-two .wd1800 .tuu {
  padding: 0 30px;
  border-left: 1px solid #999;
}
.about-add-two .wd1800 .tuu img {
  width: 200px;
  height: 150px;
  object-fit: cover;
}
.header-logo .bot-add-logo {
  display: none;
}
body.is-scroll .header-logo .bot-add-logo {
  display: block;
}
body.is-scroll .header-logo .top-add-logo {
  display: none;
}
body.is-megamenu .header-logo .bot-add-logo {
  display: block;
}
body.is-megamenu .header-logo .top-add-logo {
  display: none;
}
.JP-overlayNav::after {
  background-color: #222222;
}
.JP-overlaySearch::after {
  background-color: #222222;
}
.tan-logo {
  position: absolute;
  max-width: 300px;
  top: 20px;
  left: 52px;
}
.add-xin-nav-tan {
  padding-top: 50px !important;
}
.add-xin-nav-tan .navBox {
  max-width: 1380px;
  display: flex;
  justify-content: space-between;
}
.add-xin-nav-tan .navBox .lie .title {
  font-size: 24px;
  color: #fff;
  font-family: "PingFang Bold.otf";
}
.add-xin-nav-tan .navBox .lie .wire {
  margin: 25px 0 35px;
  width: 180px;
  height: 2px;
  background-color: #4e4e4e;
}
.add-xin-nav-tan .navBox .lie ul li a {
  color: #888;
  font-size: 16px;
  line-height: 36px;
}
.add-xin-nav-tan .mobile-NavBox {
  display: none;
}
.add-xin-nav-tan .mobile-NavBox .m-ul li {
  border-bottom: #5c656d 1px solid;
}
.add-xin-nav-tan .mobile-NavBox .m-ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  color: #fff;
  font-size: 15px;
}
.add-xin-nav-tan .mobile-NavBox .m-ul li a img {
  height: 14px;
}
.add-xin-nav-tan .searchBox {
  max-width: 800px;
  margin: auto;
  padding-top: 100px;
}
.add-xin-nav-tan .searchBox .title {
  text-align: center;
  font-size: 32px;
  color: #fff;
  font-family: "PingFang Bold.otf";
}
.add-xin-nav-tan .searchBox .input {
  display: flex;
  height: 60px;
  border-radius: 30px;
  margin-top: 40px;
  overflow: hidden;
  background-color: #ffffff;
}
.add-xin-nav-tan .searchBox .input input {
  width: 85%;
  height: 100%;
  font-size: 16px;
  padding-left: 10px;
  box-sizing: border-box;
}
.add-xin-nav-tan .searchBox .input input::placeholder {
  font-size: 16px;
  color: #888;
}
.add-xin-nav-tan .searchBox .input button {
  width: 15%;
  height: 100%;
  display: block;
  background: none;
}
.add-xin-nav-tan .searchBox .word {
  font-size: 16px;
  color: #888888;
  margin-top: 40px;
  line-height: 30px;
  text-align: center;
}
.add-xin-nav-tan .searchBox .word a {
  font-size: 16px;
  color: #888888;
}
.add-xin-nav-tan .leaveBox {
  max-width: 800px;
  margin: auto;
}
.add-xin-nav-tan .leaveBox h4 {
  font-size: 24px;
  color: #fff;
  font-family: "PingFang Bold.otf";
}
.add-xin-nav-tan .leaveBox .hang {
  display: flex;
  align-items: center;
  margin-top: 10px;
  justify-content: space-between;
}
.add-xin-nav-tan .leaveBox .hang .zi {
  font-size: 16px;
  color: #888;
}
.add-xin-nav-tan .leaveBox .hang .dui {
  display: flex;
  align-items: center;
}
.add-xin-nav-tan .leaveBox .hang .dui li {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.add-xin-nav-tan .leaveBox .hang .dui li img {
  width: 21px;
  margin-right: 5px;
}
.add-xin-nav-tan .leaveBox .hang .dui li span {
  font-size: 16px;
  color: #fff;
}
.add-xin-nav-tan .leaveBox .xian {
  width: 180px;
  height: 2px;
  margin-top: 5px;
  background-color: #4e4e4e;
}
.add-xin-nav-tan .leaveBox form .select {
  width: 100%;
  height: 56px;
  margin-top: 30px;
  border: solid 1px #ededed;
}
.add-xin-nav-tan .leaveBox form .select select {
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #999;
  border: none;
  padding-left: 10px;
  box-sizing: border-box;
  background-color: #f7f7f7;
}
.add-xin-nav-tan .leaveBox form .select select::placeholder {
  color: #999;
}
.add-xin-nav-tan .leaveBox form .midd {
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
}
.add-xin-nav-tan .leaveBox form .midd .input {
  width: 48%;
  height: 56px;
  border: solid 1px #ededed;
}
.add-xin-nav-tan .leaveBox form .midd .input input {
  width: 100%;
  height: 100%;
  font-size: 16px;
  background-color: #f7f7f7;
}
.add-xin-nav-tan .leaveBox form .midd .input input::placeholder {
  color: #999;
}
.add-xin-nav-tan .leaveBox form .texta {
  height: 150px;
  margin-top: 20px;
  border: solid 1px #ededed;
}
.add-xin-nav-tan .leaveBox form .texta textarea {
  width: 100%;
  height: 100%;
  font-size: 16px;
  padding: 10px;
  box-sizing: border-box;
  background-color: #f7f7f7;
}
.add-xin-nav-tan .leaveBox form .texta textarea::placeholder {
  color: #999;
}
.add-xin-nav-tan .leaveBox form button {
  display: block;
  width: 100%;
  height: 56px;
  margin-top: 20px;
  line-height: 56px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  background-color: #f49500;
}
.JP-overlaySearch.is-show .JP-overlayNav__inner {
  opacity: 1;
}
.JP-overliuYanBiao.is-show .JP-overlayNav__inner {
  opacity: 1;
}
.yin-shadow {
  width: 100%;
  height: 100%;
  z-index: 99;
  position: fixed;
  top: 0;
  opacity: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.5);
}
.yin-opc {
  opacity: 1;
  z-index: 1;
}
#go-top {
  display: none;
  position: fixed;
  bottom: 10%;
  right: 30px;
  z-index: 99;
  width: 60px;
  cursor: pointer;
}
.modelTost {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.modelTost .swiper-container {
  margin: 0 auto;
  max-width: 920px;
  position: initial;
}
.modelTost .swiper-container img {
  width: 100%;
  max-height: 700px;
}
.modelTost .swiper-button-next,
.modelTost .swiper-button-prev {
  width: 47px;
  height: 81px;
  background-size: auto;
  transition: 0.3s;
}
.modelTost .swiper-button-next {
  right: 0;
  background-image: url("../img/honor_r.png");
}
.modelTost .swiper-button-prev {
  left: 0;
  background-image: url("../img/honor_l.png");
}
.modelTostChile {
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 47px;
  box-shadow: 0px 3px 57px 0px rgba(49, 52, 72, 0.65);
  border-radius: 9px;
  opacity: 0.99;
  box-sizing: border-box;
}
.modelTostChile p img {
  width: 25px;
}
.modelClose {
  float: right;
  cursor: pointer;
  position: absolute;
  top: 6px;
  right: 6px;
}
@media screen and (min-width: 1200px) {
  .add-xin-nav-tan .navBox .lie ul li a:hover {
    text-decoration: underline;
  }
  footer .foot-nav .wd1800 .list-nav ul li a:hover {
    color: #f49500;
  }
  .about-add-two .wd1800 ul li a:hover {
    color: #f49500;
  }
}
@media screen and (max-width: 1815px) {
  .wd1800 {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1750px) {
  .serve-add-two .wd1740 {
    padding: 23px 15px;
  }
}
@media screen and (max-width: 1500px){
     .serve-add-two .wd1740 .basics .zong .item,.serve-add-two .wd1740 .kernel .zong .item{
      width: 48%;
  }
  .JP-header__navItem:hover .JP-megaMenu{
      max-height: 690px;
  }
}
@media screen and (max-width: 1400px) {
  .JP-header__buttons {
    right: 15px;
  }
  .header-logo {
    margin-right: 80px;
  }
 
}
@media screen and (max-width: 1300px) {
  footer .foot-nav .wd1800 .list-nav:nth-of-type(3) {
    flex: 1;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1300px) {
  .add-xin-nav-tan .searchBox {
    padding-top: 0;
  }
  .add-xin-nav-tan {
    padding-top: 0 !important;
  }
  .add-xin-nav-tan .leaveBox form .texta {
    height: 100px;
  }
  .add-xin-nav-tan .navBox .lie .wire {
    margin: 10px 0;
  }
  .add-xin-nav-tan .navBox .lie ul li a {
    line-height: 30px;
  }
  .serve-add-two .wd1740 .kernel .zong .item .tu,
  .serve-add-two .wd1740 .basics .zong .item .tu {
    /*height: 140px;*/
  }
}
@media screen and (max-width: 1200px) {
  .JP-header__nav {
    display: none;
  }
  footer .foot-nav .wd1800 .foot-serve,
  footer .foot-nav .wd1800 .foot-about,
  footer .foot-nav .wd1800 .list-nav:nth-of-type(3) {
    display: none;
  }
  footer .foot-nav .wd1800 .ma,
  footer .foot-nav .wd1800 .list-nav {
    flex: none;
  }
  footer .foot-nav .wd1800 {
    justify-content: space-around;
  }
}
@media screen and (max-width: 1024px) {
  .add-xin-nav-tan .navBox {
    display: none;
  }
  .add-xin-nav-tan .mobile-NavBox {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  footer .foot-nav {
    padding: 30px 0;
  }
  footer .friend {
    padding: 16px 0;
  }
  .add-xin-nav-tan .leaveBox .hang .zi {
    display: none;
  }
  .add-xin-nav-tan .leaveBox .hang .dui li {
    margin-left: 0;
    margin-right: 15px;
  }
}
@media screen and (max-width: 500px) {
  #go-top {
    display: none !important;
  }
  .tan-logo {
    left: 15px;
    max-width: 150px;
  }
  .JP-overlayNav__buttons {
    top: 8px;
    right: 15px;
  }
  .add-xin-nav-tan .searchBox {
    padding-top: 0;
  }
  .add-xin-nav-tan .searchBox .title {
    font-size: 22px;
  }
  .add-xin-nav-tan .searchBox .input {
    height: 40px;
  }
  .add-xin-nav-tan .searchBox .input input {
    font-size: 15px;
  }
  .add-xin-nav-tan .searchBox .word {
    font-size: 14px;
  }
  .add-xin-nav-tan .leaveBox .hang .dui {
    display: none;
  }
  .add-xin-nav-tan .leaveBox form .select,
  .add-xin-nav-tan .leaveBox form .midd .input {
    height: 40px;
  }
  .add-xin-nav-tan .leaveBox form .texta {
    height: 80px;
  }
  .add-xin-nav-tan .leaveBox form button {
    height: 40px;
    line-height: 40px;
  }
  .header-logo {
    margin-right: 0;
  }
  body.is-scroll .header-logo .bot-add-logo,
  .top-add-logo {
    width: 150px;
    height: auto;
  }
  .JP-header__buttons li {
    margin-left: 10px;
  }
  footer .foot-nav .wd1800 {
    display: block;
  }
  footer .banquan {
    padding: 10px;
    height: auto;
    line-height: normal;
  }
  footer .foot-nav .wd1800 .ma .neima {
    width: 120px;
    margin: auto;
    height: auto;
    line-height: normal;
  }
  footer .foot-nav .wd1800 .ma {
    text-align: center;
  }
  footer .foot-nav .wd1800 .ma p {
    padding-left: 0;
  }
  footer .foot-nav .wd1800 .foot-title {
    display: none;
  }
  footer .foot-nav .wd1800 .list-nav ul li {
    margin-bottom: 10px;
  }
  footer .friend {
    display: none;
  }
}
