/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
section,
article,
aside,
header,
footer,
nav,
dialog,
figure,
menu,
hgroup,
iframe {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-font-smoothing: antialiased;
  font-family: "Lantinghei SC", "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", "寰蒋闆呴粦", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
}

html {
  -webkit-text-size-adjust: none;
}

html {
  color: #000;
  background: #fff;
}

* {
  box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

ul {
  list-style: none;
  width: 100%;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.linkButton:hover {
  background: #e58f01;
  color: #fff !important;
  border-color: #e58f01 !important;
}

/* 鐗堝績妯″潡鏍峰紡 */
.wrap {
  width: 100%;
  max-width: 1200px;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

/*
 * TopNavBar fixed
 */
.topNavBar {
  position: fixed;
  width: 100%;
  height: 90px;
  background: rgba(0, 0, 0, 0.45);
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  z-index: 1002;
}

.topNavBar .logo {
  background-image: url("../images/icon_logo_white.png");
  background-repeat: no-repeat;
  width: 194px;
  height: 54px;
  cursor: pointer;
}

.topNavBar.sticky {
  background: #fff;
  color: #222;
  opacity: 1;
  box-shadow: 0 0 5px 2px rgb(0 0 0 / 10%);
  box-shadow: 0 0 5px 2px #e5e5e5;
}

.topNavBar.sticky .logo {
  background-image: url("../images/icon_logo_blue.png");
}

.topNavBar nav {
  display: block;
}

.topNavBar nav ul {
  display: flex;
  flex-direction: row;
}

.topNavBar nav ul li {
  list-style: none;
  font-size: 16px;
  margin-right: 17px;
  margin-left: 17px;
  position: relative;
  cursor: pointer;
  height: 90px;
  line-height: 90px;
}

.topNavBar nav ul li.active {
  color: #f3ab32;
}

.topNavBar nav ul li.active::after {
  width: 100%;
}

.topNavBar .second-menu {
  position: fixed;
  left: 0;
  top: 90px;
  width: 100%;
  height: 0px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
}

.topNavBar .second-menu a {
  padding: 0 24px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

.topNavBar .second-menu a:hover {
  background: #f3ab32;
  color: #fff;
}

.topNavBar nav ul li:hover .second-menu {
  height: 60px;
  line-height: 60px;
}

.topNavBar.sticky .icon-menu span,
.topNavBar.sticky .icon-menu::after,
.topNavBar.sticky .icon-menu::before {
  background: #333;
}

.topNavBar .icon-menu {
  width: 31px;
  height: 24px;
  position: relative;
  cursor: pointer;
  display: none;
}

.topNavBar .icon-menu span {
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  transition: background-color 0.2s ease-in-out;
}

.topNavBar .icon-menu::after,
.topNavBar .icon-menu::before {
  content: "";
  width: 31px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 0px;
  left: 0px;
}

.topNavBar .icon-menu::before {
  top: auto;
  bottom: 0px;
}

.topNavBar .icon-menu.active span {
  background-color: transparent;
}

.topNavBar .icon-menu.active::after {
  animation: iconMenuAfter 0.2s ease-in-out forwards;
}

@keyframes iconMenuAfter {
  30% {
    transform: rotate(0);
    left: -10px;
    top: 0px;
  }

  50% {
    transform: rotate(15deg);
    left: -10px;
    top: -4px;
  }

  70% {
    transform: rotate(48deg);
    left: -10px;
    top: -10px;
  }

  100% {
    transform: rotate(48deg);
    left: 1px;
    top: 11px;
  }
}

.topNavBar .icon-menu.active::before {
  animation: iconMenuBefore 0.3s 0.1s ease-in-out forwards;
}

@keyframes iconMenuBefore {
  30% {
    transform: rotate(0);
    left: 25px;
    bottom: 0px;
  }

  50% {
    transform: rotate(-15deg);
    left: 40px;
    bottom: 25px;
  }

  70% {
    transform: rotate(-48deg);
    left: 40px;
    bottom: 40px;
  }

  100% {
    transform: rotate(-48deg);
    left: 0px;
    bottom: 11px;
  }
}

/* seciton 鍏叡鏍峰紡 */
section {
  text-align: center;
  padding-top: 110px;
}

section>.title {
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 60px;
}

section>.title h2 {
  font-size: 34px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 12px;
}

section>.title span {
  color: #d2d3d9;
  font-size: 18px;
  font-family: "ArialMT";
}

section>.title::after {
  position: absolute;
  content: "";
  width: 260px;
  height: 3px;
  background: #f3ab32;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  transition: width 0.3s ease-in-out;
}

section>.title.add-transition::after {
  width: 60px;
}

section>.title.about::after {
  width: 60px;
}

/* footer */
footer {
  margin-top: 85px;
}

footer .footer {
  background: #fafafb;
  padding: 72px 0 48px;
}

.footer .wrap {
  align-items: flex-start;
}

.footer h4 {
  font-size: 22px;
  color: #000;
  margin-bottom: 25px;
  line-height: 24px;
}

.footer ul li {
  font-size: 14px;
  color: #3d3d3e;
  line-height: 30px;
  cursor: pointer;
}

.footer ul li:hover {
  color: #e58f01;
  ;
}

.footer .contact .phone {
  margin-bottom: 40px;
}

.footer .contact .phoneNumber {
  color: #3d3d4e;
  font-size: 16px;
}

.footer .contact .officialAccount .img {
  border: 1px dashed #918f8f;
  width: 148px;
  height: 148px;
  padding: 19px;
}

.footer .message form {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.footer .message form input,
.footer .message form textarea {
  background: #fff;
  border: 1px solid #d2d3d9;
  outline: none;
  padding: 10px 13px;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 24px;
  width: 280px;
}

.footer .message form textarea {
  height: 100px;
  resize: none;
}

.footer .message form button {
  border: 1px solid #d2d3d9;
  border-radius: 17px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  width: 110px;
  background: #fafafb;
  margin-top: 24px;
  cursor: pointer;
  transition: all .2s ease-in-out;
  outline: none;
}

.footer .message form button:hover {
  background-color: #e58f01;
  border-color: #e58f01;
  color: #fff;
}

.footer form .alert {
  background: #fff;
  box-shadow: 0px 2px 13px 0px rgba(191, 191, 191, 0.3);
  padding: 17px 67px;
  color: #222;
  font-size: 14px;
  position: absolute;
  bottom: 60px;
}

.footer form .alert .close {
  position: absolute;
  top: 0px;
  right: 10px;
  font-size: 16px;
  color: #666;
  cursor: pointer;
}

/* 鐗堟潈 */
footer .copyright {
  background: #d2d3d9;
  padding: 26px 0 28px;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  color: #3d3d4e;
  font-family: "Microsoft YaHei";
}

footer .copyright .bottom {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .copyright .bottom a {
  padding-left: 10px;
}

footer .copyright a:hover {
  color: #e58f01;
  ;
}

/* 
 * Header Silde Bar Animation
 */
.slide-bar a {
  position: relative;
  cursor: pointer;
}

.slide-bar>a {
  width: 100%;
  height: 100%;
  display: block;
}

.slide-bar:hover {
  color: #f3ab32;
}

.slide-bar::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 3px;
  background: #f3ab32;
  transition: all 0.3s;
  width: 0;
}

.slide-bar:hover::after {
  width: 100%;
}

/* 涓婄Щ鍔犻槾褰卞姩鐢 */
.top-animation {
  transition: all 0.3s ease-in-out;
}

.top-animation:hover {
  box-shadow: 0px -0px 10px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
}

/* 搴曡竟妗嗗彸婊戝姩鐢 */
.border-animation {
  position: relative;
}

.border-animation::after {
  width: 0px;
  background-color: #f3ab32;
  height: 3px;
  position: absolute;
  display: block;
  content: "";
  right: 0;
  bottom: 0;
  transition: all 0.3s ease-in-out;
}

.border-animation:hover::after {
  width: 100%;
  left: 0;
}

/* 鍥剧墖缂╂斁鍔ㄧ敾 */
.img-scale {
  background-position: center;
  background-size: 130% 130%;
  transition: all 0.6s ease-in-out;
}

.img-scale:hover {
  background-size: 100% 100%;
}

.hidden {
  display: none !important;
}

/*****鍒嗛〉鍣?***/
.pager {
  max-width: 440px;
  width: auto;
  margin: 60px auto;
  margin-bottom: 0px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

.pager .prev,
.pager .next {
  width: 45px;
  height: 45px;
  background: #f3ab32;
  position: relative;
}

.pager .prev.disabled,
.pager .next.disabled {
  background: #eaeaf0;
}

.pager .prev::after,
.pager .next::after {
  content: "";
  width: 15px;
  height: 15px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: translate(-50%, -50%) rotate(-45deg);
  position: absolute;
  left: 58%;
  top: 50%;
}

.pager .next::after {
  transform: translate(-50%, -50%) rotate(135deg);
  left: 42%;
}

.pager .pager-num {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

.pager .pager-num span {
  width: 45px;
  height: 45px;
  background: #fff;
  line-height: 45px;
  text-align: center;
  color: #000;
  font-size: 16px;
  margin: 0 5px;
}

.pager .pager-num span.active {
  border: solid 2px #f3ab32;
}

/* banner */
.banner {
  min-height: 160px;
  overflow: hidden;
}

.banner:not(#banner) img {
  width: 100%;
  display: block;
}

.sub-menu {
  width: 100%;
  background: #f8f8f8;
  color: #828282;
  font-size: 16px;
  line-height: 72px;
  z-index: 1000;
  position: relative;
}

.sub-menu.sticky {
  position: fixed;
  left: 0px;
  top: 30px;
  background: #fff;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.sub-menu ul li {
  flex: 1;
  height: 72px;
  text-align: center;
  cursor: pointer;
  position: relative;
}

.sub-menu ul li::after {
  content: "";
  width: 0px;
  height: 3px;
  background: #f3ab32;
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  transition: width 0.3s ease-in-out;
}

.sub-menu ul li.active::after {
  width: 100%;
}

.sub-menu ul li.active {
  color: #222;
}

.sub-menu ul li:hover {
  color: #e58f01;
  ;
}

/* 杞挱鍥剧澶 */
.swiper-button-prev {
  background-image: url("../images/icon_move_arrow_left.png");
  outline: none;
}

.swiper-button-next {
  background-image: url("../images/icon_move_arrow_right.png");
  outline: none;
}

/* 鍥炲埌椤堕儴 */
#toTop {
  position: fixed;
  right: 4%;
  bottom: 100px;
  cursor: pointer;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0px 2px 13px 0px rgba(191, 191, 191, 0.3);
  background-color: #fff;
  background-image: url('../images/icon_top.png');
  background-repeat: no-repeat;
  background-position: center;
  display: none;
  z-index: 9999;
  background-size: 40%;
}

#toTop.show {
  display: block;
}

#guidance {
  position: fixed;
  right: 4%;
  bottom: 200px;
  cursor: pointer;
  width: 60px;
  height: 120px;
  box-shadow: 0px 2px 13px 0px rgba(255, 206, 142, 0.3);
  background-color: #2a85ff;
  z-index: 9999;
  border-radius: 30px;
  padding: 20px 10px;
}

#guidance .guidance-icon {
  text-align: center;
  transform: scale(1);
  user-select: none;
}

#guidance .guidance-text {
  text-align: center;
  font-size: 16px;
  color: #fff;
  user-select: none;
}

#guidance:hover .guidance-icon {
  animation: sharkAn 1s infinite;
}

.guidance-inner {
  position: absolute;
  left: -150px;
  top: 50%;
  transform: translateY(-50%);
  width: 130px;
  border: 1px solid #e1e1e1;
  background: #f1f1f1;
  padding: 15px;
  border-radius: 8px;
  line-height: 20px;
  display: none;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.guidance-inner::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  right: -10px;
  border: 1px solid #e1e1e1;
  transform: rotate(45deg);
  background: #f1f1f1;
  border-bottom: 0;
  border-left: 0;
  border-radius: 5px;

}

.guidance-inner li {
  color: #999;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.guidance-inner li:nth-child(1) {
  margin-bottom: 10px;
}

.guidance-inner li:hover {
  color: #2a85ff;
  text-decoration: underline;
}

@keyframes sharkAn {
  0% {
    transform: scale(0.9);
  }

  60% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}

@media screen and (max-width:600px) {
  #toTop {
    bottom: 30px;
  }

  .copyright .top span:first-child {
    display: block;
    margin-bottom: 15px;
  }

}

/* 鍥剧墖鏂囧瓧宸﹀彸甯冨眬 骞朵笖鏂囧瓧鍒楄〃宸﹁竟鏈夐粍鑹插師鐐圭殑閫氱敤鏍峰紡 */
.image-text .content,
.image-text .products-wrap {
  width: 46%;
  height: 100%;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.image-text .content h4 {
  font-size: 24px;
  color: #000;
  margin-bottom: 32px;
}

.image-text .content p {
  color: #222;
  font-size: 16px;
  margin-bottom: 42px;
  line-height: 26px;
  width: 100%;
}

.image-text .content ul li {
  color: #666;
  font-size: 16px;
  padding-left: 25px;
  line-height: 36px;
  position: relative;
}

.image-text .content ul li::after {
  display: block;
  content: "";
  position: absolute;
  left: 0px;
  border-radius: 50%;
  background: #efa03e;
  width: 10px;
  height: 10px;
  top: 14px;
}

.topNavBar .link-wrap {
  position: fixed;
  right: 30px;
  top: 34px;
}

.topNavBar .link-wrap span {
  position: relative;
  padding: 0 15px;
}

.topNavBar .link-wrap span:hover {
  color: #f3ab32;
}

.topNavBar .link-wrap span:first-child::after {
  content: "";
  width: 1px;
  height: 15px;
  background: #fff;
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
}

.topNavBar.sticky .link-wrap span:first-child::after {
  background-color: #333;
}

@media screen and (max-width:1630px) {
  .topNavBar .link-wrap {
    top: 104px;
    border-radius: 18px;
    background: rgba(0, 0, 0, 0.45);
    color: #fff;
    padding: 5px 10px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  }


  .topNavBar .link-wrap span:hover {
    color: #f3ab32;
  }

  .topNavBar.sticky .link-wrap span:first-child::after {
    background-color: #fff;
  }
}

@media screen and (max-width:1015px) {
  .image-text {
    position: relative;
  }

  .image-text .content,
  .image-text .products-wrap {
    width: 100%;
  }

  .image-text .content {
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgba(255, 255, 255, .8);
    z-index: 1;
    padding: 30px;
  }

  .image-text .products-wrap img {
    width: 100%;
  }
}

@media screen and (max-width:580px) {
  .image-text .content p {
    margin-bottom: 10px;
  }

  .image-text .content h4 {
    margin-bottom: 15px;
  }
}

/* section 涓嬬殑鏂囧瓧鎻忚堪 */
.description {
  margin: 60px auto;
  color: #666;
  font-size: 16px;
  line-height: 36px;
}


/* 婊氬姩椤甸潰鏃 鍥剧墖浠庡彸寰€宸︾Щ鍔ㄧ殑鐗规晥 */
.products-wrap img {
  opacity: 0;
  position: relative;
  left: -200px;
  transition: all .3s ease-in-out;
}

.products-wrap.add-transition img {
  opacity: 1;
  left: 0;
}

@media screen and (max-width:1015px) {
  .topNavBar {
    height: 50px;
    padding: 0 20px;
  }

  .topNavBar a.logo {
    height: 40px;
    background-size: auto 100%;
  }

  .topNavBar .icon-menu {
    display: block;
  }

  .topNavBar nav {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 200px;
    background: #fff;
    color: #333;
    overflow: hidden;
    display: none;
    box-shadow: 1px 1px 3px rgb(0 0 0 / 20%);
  }

  .topNavBar nav ul {
    flex-direction: column;
    padding: 0;
  }

  .topNavBar nav ul li {
    margin: 0px;
    padding: 3px 15px;
    border-bottom: 1px solid #f5f5f5;
    overflow: hidden;
    transition: height 0.3s ease-in-out;
    height: 45px;
    line-height: 38px;

  }

  .topNavBar nav ul li.expend {
    height: 42px;
  }

  .topNavBar nav ul li::after {
    display: none;
  }

  .topNavBar .second-menu {
    position: relative;
  }

  .topNavBar nav ul li .second-menu {
    height: 175px;
    top: 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    overflow: visible;
    background: #fff;
  }

  .topNavBar nav ul li .second-menu::after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: -24px;
    right: 15px;
    border-top: 1px solid #aaa;
    border-right: 1px solid #aaa;
    transform: rotate(135deg);
    transition: all 0.3s ease-in-out;
  }

  .topNavBar nav ul li.expend .second-menu::after {
    transform: rotate(45deg);
  }

  .topNavBar .slide-bar a {
    width: 100%;
    display: block;
  }

  .topNavBar nav ul li .second-menu a {
    padding: 0px;
    color: #666;
  }

  .topNavBar nav ul li:hover .second-menu {
    height: 175px;
    line-height: 38px;
  }

  .topNavBar .second-menu a:hover {
    background: #fff;
    color: #666;
    text-decoration: underline;
  }

  .wrap {
    padding: 0 15px;
  }

  section>.title h2 {
    font-size: 26px;
  }

  footer .footer {
    padding: 30px 0 24px;
  }

  .footer .wrap>div {
    width: 100%;
    height: 45px;
    overflow: hidden;
    border-bottom: 1px solid #e3e3e3;
    padding: 12px;
    position: relative;
  }

  .footer .wrap>div:after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 16px;
    right: 15px;
    border-top: 1px solid #aaa;
    border-right: 1px solid #aaa;
    transform: rotate(45deg);
    transition: all 0.3s ease-in-out;
  }

  .footer .wrap div.active:after {
    transform: rotate(135deg);
  }

  .footer h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

/* 閽堝 闈為椤 鐨勫叾浠 banner澶勭悊*/
@media screen and (max-width: 620px) {
  .banner {
    height: 160px;
    position: relative;
  }

  div.banner:not(#banner) img {
    width: auto;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0px;
    transform: translateX(-50%);
  }

  .pager .prev,
  .pager .next {
    width: 30px;
    height: 30px;
  }

  .pager .pager-num span {
    width: 30px;
    height: 30px;
    line-height: 26px;
  }
}

@media screen and (max-width: 400px) {
  .sub-menu .wrap {
    padding: 0px;
    font-size: 14px;
  }

  .sub-menu {
    height: 48px;
    line-height: 48px;
  }

  .sub-menu ul li {
    height: 48px;
  }

  #toTop {
    width: 40px;
    height: 40px;
  }
}