﻿
html,
body,
div,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img,
input,
header,
nav,
article,
section,
footer,
span,
button,
textarea,
th,
td,
a,
del {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-size: 14px;
  line-height: 150%;
  color: #333;
  font-family: "PingFang SC", "微软雅黑", "Hiragino Sans GB";
  background: #fff;
  padding-top: 90px;
}
html {
  overflow-x: hidden;
}
input {
  border: 0 none;
  outline-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: normal;
}
fieldset,
img {
  border: 0 none;
}
img {
  display: block;
  max-width: 100%;
}
ul,
ol {
  list-style: none;
}
input {
  padding-top: 0;
  padding-bottom: 0;
  color: #333;
}
select,
input,
textarea,
button {
  font-size: 14px;
  margin: 0;
  outline: none;
  font-family: "微软雅黑";
}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
  display: none;
}
textarea {
  resize: none;
} /*让文本域盒子不可调节大小*/
em,
i {
  font-style: normal;
} /*清除倾斜标签默认样式*/
strong,
b {
  font-weight: normal;
} /*清除加粗标签默认样式*/
table {
  border-collapse: collapse;
} /*为表格设置合并边框模型*/
.clearfix:after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
} /*清除浮动*/
.clearfix {
  zoom: 1;
} /*为了兼容低版本IE浏览器*/
.tdhover:hover {
  text-decoration: underline;
}
a {
  color: #333;
  text-decoration: none;
} /*
/*placeholder颜色重置*/
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #9e9e9e;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #9e9e9e;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #9e9e9e;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #9e9e9e;
}
/* 初始化CSS  重置浏览器样式*/

/* 默认样式 **************************************************/
.minwrap {
  width: 950px;
  margin: 0 auto;
}
.maxwrap {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.autowrap {
  width: 1190px;
  margin: 0 auto;
  position: relative;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.mg0 {
  margin: 0 !important;
}
.pd0 {
  padding: 0 !important;
}
.bdn {
  border: none !important;
}
.maincolor {
  color: #f0991e;
}

header {
  width: 100%;
  background: #fff;
  box-shadow: 0 -1px 10px 2px rgba(0, 0, 0, 0.2);
  height: 90px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.logo {
  width: 300px;
  padding: 10px 0;
  float: left;
  position: relative;
  margin-top: 7px;
  overflow: hidden;
}
.logo h1 {
  background: url(/images/logo/logo.png) no-repeat;
  width: 300px;
  height: 57px;
  position: relative;
}
.logo h1 a {
  text-indent: -5000px;
  display: block;
  min-width: 111px;
  height: 57px;
  overflow: hidden;
}
.mainNav {
  float: right;
  margin-left: 96px;
  height: 90px;
  position: relative;
  width: 550px;
  font-size: 16px;
  line-height: 90px;
  z-index: 10;
}
.mainNav .aBox {
  float: left;
  position: relative;
  width: 110px;
  height: 90px;
}
.mainNav .aBtn {
  width: 110px;
  height: 90px;
  text-align: center;
  display: block;
}
.mainNav .aBtn.curBg {
  color: #e64a19;
}
.navBg {
  display: block;
  width: 110px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #e64a19;
  z-index: -1;
}

.subTitle1 {
  padding-bottom: 24px;
}
.subTitle1 h3 {
  font-size: 30px;
  line-height: 30px;
  color: #333;
  margin-bottom: 16px;
}
.subTitle1 h4 {
  font-size: 16px;
  line-height: 18px;
  color: #999;
  position: relative;
}
.subTitle1 h4::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -24px;
  width: 40px;
  height: 2px;
  display: block;
  background: #e64a19;
}
.subTitle2 {
  padding-bottom: 24px;
  text-align: center;
  width: 100%;
}
.subTitle2 h3 {
  font-size: 30px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 16px;
}
.subTitle2 h4 {
  font-size: 16px;
  line-height: 18px;
  color: #999;
  position: relative;
}
.subTitle2 h4::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -24px;
  width: 40px;
  height: 2px;
  margin-left: -20px;
  display: block;
  background: #e64a19;
}

.subTitle3 {
  padding-bottom: 24px;
  text-align: center;
  width: 100%;
}
.subTitle3 h3 {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 16px;
}
.subTitle3 h4 {
  font-size: 16px;
  line-height: 18px;
  color: #999;
  position: relative;
}
.subTitle3 h4::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -24px;
  width: 40px;
  height: 2px;
  margin-left: -20px;
  display: block;
  background: #e64a19;
}

.brandStory {
  height: 520px;
  width: 1200px;
  margin-top: 50px;
  display: flex;
  overflow: hidden;
}
.brandStory .boxL {
  width: 800px;
}
.brandStory .boxL img {
  width: 540px;
  height: 260px;
}
.brandStory .boxR {
  width: 400px;
}
.brandStory .boxR img {
  width: 400px;
  height: 260px;
}
.brandStory .boxL .boxT {
  background: #e64a19;
  display: flex;
}
.brandStory .txtBox::before {
  content: "";
  width: 0;
  height: 0;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  position: absolute;
  z-index: 10;
}
.brandStory .boxL .boxT .txtBox::before {
  border: 16px solid transparent;
  border-left: 16px solid #e64a19;
  right: -16px;
  top: 50%;
  margin-top: -16px;
}
.brandStory .boxL .boxB {
  background: #333333;
  display: flex;
}
.brandStory .boxL .boxT:hover .txtBox::before {
  right: -32px;
}
.brandStory .boxL .boxB .txtBox::before {
  border: 16px solid transparent;
  border-right: 16px solid #333333;
  left: -16px;
  top: 50%;
  margin-top: -16px;
}
.brandStory .boxL .boxB:hover .txtBox::before {
  left: -32px;
}
.brandStory .boxR {
  background: #ffa801;
}
.brandStory .boxR .txtBox::before {
  border: 16px solid transparent;
  border-top: 16px solid #ffa801;
  bottom: -16px;
  left: 50%;
  margin-left: -16px;
}
.brandStory .boxR:hover .txtBox::before {
  bottom: -32px;
}
.brandStory .txtBox {
  height: 260px;
  flex-shrink: 0;
  padding: 32px 24px 0 24px;
  color: #fff;
  position: relative;
}
.brandStory .txtBox h3 {
  font-size: 24px;
  line-height: 24px;
}
.brandStory .txtBox h4 {
  font-size: 16px;
  line-height: 16px;
  margin: 16px 0 20px;
  color: rgba(255, 255, 255, 0.5);
}
.brandStory .txtBox h5 {
  font-size: 14px;
  line-height: 28px;
  text-align: justify;
}
.brandStory .boxL .txtBox {
  width: 260px;
}
.brandStory .boxR .txtBox {
  width: 400px;
}

.moreBtn {
  overflow: hidden;
  display: block;
  width: 176px;
  height: 50px;
  border: 1px solid #e64a19;
  text-align: center;
  line-height: 50px;
  color: #e64a19;
  position: relative;
}
.moreBtn::before {
  content: "";
  width: 120%;
  height: 120%;
  position: absolute;
  z-index: 0;
  left: -120%;
  top: -10%;
  background-color: #e64a19;
}
.moreBtn span {
  position: relative;
  z-index: 2;
  display: block;
}
.moreBtn,
.moreBtn::before,
.moreBtn span {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  /* transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59); */
}
.moreBtn:focus::before,
.moreBtn:hover::before {
  left: -10%;
}
.moreBtn:focus span,
.moreBtn:hover span {
  color: #fff;
}

footer {
  width: 100%;
  background: #2b2b2b;
}
.footerT {
  width: 100%;
  border-bottom: 1px solid #222;
}
.footerT > div {
  height: 250px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footerT .QRcode {
  width: 154px;
  height: 154px;
  flex-shrink: 0;
  margin-right: 140px;
}
.footerT .QRcode img {
  width: 154px;
  height: 154px;
}
.footerT .txtBox {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.footerT .txtBox > div {
  width: 350px;
}
.footerT h2 {
  font-size: 18px;
  color: #fff;
  position: relative;
  line-height: 26px;
  margin-bottom: 40px;
}
.footerT h2::before {
  content: "";
  background: #fff;
  width: 40px;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  bottom: -12px;
}
.footerT .txtBox p {
  font-size: 14px;
  color: #999;
  line-height: 30px;
}
.footerT .imgLink {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
}
.footerT .imgLink a {
  display: block;
  overflow: hidden;
  width: 88px;
  height: 56px;
}
.footerT .imgLink a img {
  width: 88px;
  height: 56px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.footerT .imgLink a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.footerB {
  padding: 32px 0;
  width: 100%;
}
.footerB ul {
  display: flex;
  width: 530px;
  margin: 0 auto;
}
.footerB li {
  font-size: 16px;
  margin-right: 60px;
  position: relative;
  line-height: 22px;
}
.footerB li a {
  color: #999;
}
.footerB li a:hover {
  color: #e64a19;
}
.footerB li::before {
  content: "·";
  color: #999;
  line-height: 22px;
  display: block;
  position: absolute;
  right: -30px;
  top: 0;
}
.footerB li:last-child {
  margin-right: 0;
}
.footerB li:last-child::before {
  display: none;
}
.footerB .txtBox {
  width: 260px;
  margin: 32px auto 0;
  font-size: 14px;
  color: #666;
  text-align: center;
}
.footerB .txtBox a {
  color: #666;
}
.footerB .txtBox a:hover {
  text-decoration: underline;
}
/*返回顶部*/
#fixTop {
  position: fixed;
  width: 56px;
  height: 56px;
  background: rgba(0, 0, 0, 0.2) url(/images/common/top.png) no-repeat
    center center;
  display: block;
  right: 60px;
  bottom: 70px;
  border-radius: 4px;
  z-index: 50;
  display: none;
}
#fixTop:hover {
  background-color: #e64a19;
}

.aninodeHide {
  visibility: hidden !important;
}
.aninodeShow {
  visibility: visible !important;
}
.aninodeShow .topIn {
  animation: topIn 1s ease;
}
.aninodeShow .leftIn {
  animation-name: leftIn;
  animation-duration: 1s;
}
.aninodeShow .rightIn {
  animation-name: rightIn;
  animation-duration: 1s;
}
.aninodeShow .bottomIn {
  animation-name: bottomIn;
  animation-duration: 1s;
}

.aninodeShow .fadeIn {
  animation-name: fadeIn;
  animation-duration: 1s;
}
.delay200 {
  animation-delay: 200ms;
  animation-fill-mode: backwards !important;
}
.delay400 {
  animation-delay: 400ms;
  animation-fill-mode: backwards !important;
}
.delay600 {
  animation-delay: 600ms;
  animation-fill-mode: backwards !important;
}
.delay800 {
  animation-delay: 800ms;
  animation-fill-mode: backwards !important;
}
.delay1000 {
  animation-delay: 1000ms;
  animation-fill-mode: backwards !important;
}
.delay1200 {
  animation-delay: 1200ms;
  animation-fill-mode: backwards !important;
}
.delay1400 {
  animation-delay: 1400ms;
  animation-fill-mode: backwards !important;
}
.delay1600 {
  animation-delay: 1600ms;
  animation-fill-mode: backwards !important;
}
.delay1800 {
  animation-delay: 1800ms;
  animation-fill-mode: backwards !important;
}
.delay2000 {
  animation-delay: 2000ms;
  animation-fill-mode: backwards !important;
}

@keyframes topIn {
  from {
    transform: translateY(-50px);
  }
  to {
    transform: translateY(0px);
  }
}
@keyframes leftIn {
  from {
    transform: translateX(-50px);
    opacity: 0;
  }
  to {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes rightIn {
  from {
    transform: translateX(50px);
    opacity: 0;
  }
  to {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes bottomIn {
  from {
    transform: translateY(50px);
    opacity: 0;
  }
  to {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
