a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
button,
canvas,
caption,
center,
input,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: 0 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-spacing: 0;
}
button,
input[type=button],
input[type=password],
input[type=reset],
input[type=submit],
input[type=text],
textarea {
  -webkit-appearance: none !important;
}
a {
  text-decoration: none;
  display: block;
}
li {
  list-style-type: none;
}
em,
i {
  font-style: normal;
}
body {
  overflow-x: hidden;
  font-family: 'Microsoft YaHei';
  min-width: 1136px;
}
img {
  width: 100%;
  max-width: auto;
  display: block;
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /*Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}
input:focus {
  outline: 0;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.w100 {
  width: 100%;
}
.flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
.container {
  width: 1136px;
  margin: 0 auto;
  position: relative;
}
.sectionbox {
  width: 100%;
  padding: 42px 0;
}
.tit_s {
  color: #333;
  font-size: 23px;
  position: relative;
  margin-bottom: 28px;
}
.tit_s::after {
  position: absolute;
  content: "";
  width: 64px;
  height: 6px;
  background: #d76d00;
  left: 50%;
  top: 61px;
  transform: translateX(-50%);
  z-index: 999;
}
.tit_b {
  color: #333;
  font-size: 21px;
  margin-bottom: 30px;
  position: relative;
}
.tit_b::after {
  position: absolute;
  content: "";
  width: 258px;
  height: 3px;
  background: #999;
  left: 50%;
  top: -12px;
  transform: translateX(-50%);
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
/*banner*/
.ibanner {
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  background: url(/images_2020/about/brand-banner.jpg) no-repeat;
  background-position: center center;
/*   background-attachment: fixed;
  background-repeat: no-repeat; */
}
.ibanner .mask {
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  width: 100%;
  height: 520px;
  background: #000;
  opacity: 0.65;
}
.ibanner .desc {
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 200px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  z-index: 2;
  letter-spacing: 1px;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  background: url(/images_2020/about/s1.png) no-repeat center 105px;
  font-size: 30px;
}
.ibanner .desc span {
  width: 100%;
  font-size: 50px;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: Impact, Haettenschweiler, Arial Narrow Bold, sans-serif;
}
.ibanner .desc span:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 80px;
  width: 28px;
  height: 6px;
  -webkit-transform: translate3d(-14px, 0, 0);
  transform: translate3d(-14px, 0, 0);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  background: #fff;
}
.ibanner .desc p {
  line-height: 44px;
}
/*
.fadeIn {
  background-position: center 0px;
}
 .fadeIn .desc {
  opacity: 0.2;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
.fadeIn .desc span:after {
  -webkit-transform: translate3d(-14px, -40px, 0);
  transform: translate3d(-14px, -40px, 0);
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
  opacity: 0;
} 
.fadeIn .mask {
  height: 480px;
  opacity: 0.8;
}

*/


/*jianjie*/
.jianjie {
  width: 100%;
  height: 580px;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  padding-bottom: 30px;
}
.jianjie .txt {
  width: 584px;
  text-align: left;
  font-size: 18px;
  margin-top: 70px;
  text-indent: 2em;
}
.jianjie .txt p {
  padding: 0 0 30px 0;
  line-height: 30px;
  text-align: justify;
  text-justify: inter-ideograph;
  /*IE*/
}
.jianjie .pic {
  position: absolute;
  bottom: -6px;
  right: 0;
}
/*ppys*/
.ppys {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  background: #edf6fe;
}
.ppys .container {
  width: 1140px;
}
.ppys .swiper-container {
  height: 436px;
  padding: 1px;
}
.ppys .swiper-slide {
  border-radius: 8px;
  padding: 9px 6px;
  background: #fff;
  /* width: 276px; */
  height: 390px;
  box-shadow: 1px 1px 5px #aaa;
  /*      transition: all .2s linear;
        -webkit-transition: all .2s linear; */
  cursor: grab;
}
.imgs{padding: 0 2px;}
.ppys .swiper-slide h4 {
  font-size: 19px;
  color: #cc7833;
  padding: 15px 0;
}
.ppys .swiper-slide p {
  font-size: 15px;
  text-align: left;
  margin: 0 auto;
  line-height: 23px;
  width: 100%;
  padding: 0 6px;
  letter-spacing: -0.2px;
  text-align: justify;
  text-justify: inter-ideograph;
  /*IE*/
}
.ppys .swiper-slide .cell {
  width: 31px;
  height: 6px;
  margin: 20px auto 16px auto;
  background: #d76d00;
}
.ppys .swiper-pagination {
  z-index: 999;
  bottom: 0px;
}
.ppys .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 0.9;
  background: #fff;
  margin: 0 7px;
  border: 2px solid #000;
}
.ppys .swiper-pagination .swiper-pagination-bullet-active {
  background: #cc7833;
  border: 2px solid #cc7833;
}
/*jy*/
.jy {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  background: #fff;
}
.jy .pics {
  display: flex;
  justify-content: space-between;
  margin: 36px auto 20px auto;
}
.jy .pics img {
  width: auto;
  max-width: auto;
}
.jy .txt {
  text-indent: 2em;
  font-size: 18px;
  text-align: left;
}
/*pplc*/
.pplc {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  background: #edf6fe;
  position: relative;
  background: url(/images_2020/about/pplc_bg.jpg) no-repeat center center;
  /*  background-size: cover; */
}
.pplc .swiper-container-pplc {
  width: 100%;
  /* height: 654px; */
  height: 430px;
  overflow: hidden;
  cursor: grab;
  margin: 100px auto 78px auto;
  position: relative;
}


.pplc .swiper-container-pplc .swiper-scrollbar {
  display: none;
}

.swiperbtn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);;
}
.swiperbtn.next {
  bottom: 96px;
}

.swiperbtn.prev {
  top: 156px;
}

.swiperbtn .btn1 {
  width: 40px;
  height: 40px;
  /* border: 1px solid #d6a551; */
  border-radius: 0;
  position: relative;
  cursor: pointer;
  transition: all .5s linear;
  z-index: 6;
}

.swiperbtn .btn1 img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all .5s ease;
  width: 36px;
}


.pplc .swiper-container-pplc .swiper-slide {
  position: relative;
  height: 108px;
}
.pplc .swiper-container-pplc .swiper-slide::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #333;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pplc .swiper-container-pplc .swiper-slide:nth-child(odd) .dy {
  float: left;
  width: 150px;
  height: 98px;
  background: #d6a551;
  color: #fff;
  margin: 5px 0 0 188px;
}
.pplc .swiper-container-pplc .swiper-slide:nth-child(odd) .dy h4 {
  padding: 20px 0 9px 0;
  font-size: 22px;
}
.pplc .swiper-container-pplc .swiper-slide:nth-child(odd) .dy p {
  font-size: 13px;
}
.pplc .swiper-container-pplc .swiper-slide:nth-child(odd) .dy:after {
  content: "";
  position: absolute;
  transform: rotate(45deg);
  background: #d6a551;
  width: 21px;
  height: 21px;
  top: 38px ;
  right: -10px;
}
.pplc .swiper-container-pplc .swiper-slide:nth-child(odd) .time {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 41%;
  text-align: left;
  color: #333;
}
.pplc .swiper-container-pplc .swiper-slide:nth-child(odd) .time h4 {
  font-size: 28px;
}
.pplc .swiper-container-pplc .swiper-slide:nth-child(odd) .time p {
  font-size: 17px;
}
.pplc .swiper-container-pplc .swiper-slide:nth-child(odd) .txt {
  float: right;
  text-align: left;
  color: #333;
  width: 510px;
  padding-top: 22px;
}
.pplc .swiper-container-pplc .swiper-slide:nth-child(odd) .txt p {
  letter-spacing: -0.4px;
  padding-bottom: 1px;
}
.pplc .swiper-container-pplc .swiper-slide:nth-child(even) .dy {
  float: right;
  width: 150px;
  height: 98px;
  background: #d6a551;
  color: #fff;
  margin: 5px 188px 0 0px;
}
.pplc .swiper-container-pplc .swiper-slide:nth-child(even) .dy h4 {
  padding: 20px 0 9px 0;
  font-size: 22px;
}
.pplc .swiper-container-pplc .swiper-slide:nth-child(even) .dy p {
  font-size: 13px;
}
.pplc .swiper-container-pplc .swiper-slide:nth-child(even) .dy:after {
  content: "";
  position: absolute;
  transform: rotate(45deg);
  background: #d6a551;
  width: 21px;
  height: 21px;
  top: 38px ;
  left: -10px;
}
.pplc .swiper-container-pplc .swiper-slide:nth-child(even) .time {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 41%;
  text-align: left;
  color: #333;
}
.pplc .swiper-container-pplc .swiper-slide:nth-child(even) .time h4 {
  font-size: 28px;
}
.pplc .swiper-container-pplc .swiper-slide:nth-child(even) .time p {
  font-size: 17px;
}
.pplc .swiper-container-pplc .swiper-slide:nth-child(even) .txt {
  float: left;
  text-align: right;
  color: #333;
  width: 510px;
  padding-top: 22px;
}
.pplc .swiper-container-pplc .swiper-slide:nth-child(even) .txt p {
  letter-spacing: -0.4px;
  padding-bottom: 1px;
}
.pplc .swiper-container-pplc .swiper-slide:nth-child(3)::before,
.pplc .swiper-container-pplc .swiper-slide:nth-child(7)::before,
.pplc .swiper-container-pplc .swiper-slide:nth-child(8)::before,
.pplc .swiper-container-pplc .swiper-slide:nth-child(9)::before {
  border: 1px solid #d6a551;
  position: absolute;
  content: "";
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #edf6fe;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pplc .swiper-container-pplc .swiper-slide:nth-child(3)::after,
.pplc .swiper-container-pplc .swiper-slide:nth-child(7)::after,
.pplc .swiper-container-pplc .swiper-slide:nth-child(8)::after,
.pplc .swiper-container-pplc .swiper-slide:nth-child(9)::after {
  background: #d6a551;
}
.pplc .swiper-container-pplc .swiper-slide:nth-child(3) .time,
.pplc .swiper-container-pplc .swiper-slide:nth-child(7) .time,
.pplc .swiper-container-pplc .swiper-slide:nth-child(8) .time,
.pplc .swiper-container-pplc .swiper-slide:nth-child(9) .time {
  color: #d6a551;
}
.pplc .swiper-container-pplc .swiper-slide:nth-child(8) {
  height: 118px;
}
.pplc .swiper-container-pplc .swiper-slide-active .txt p:first-child {
  color: #d6a551;
}
.pplc:after {
  position: absolute;
  content: "";
  width: 1px;
  /* height: 744px; */
  height: 524px;
  background: #000;
  top: 190px;
  left: 50%;
  transform: translateX(-50%);
}
.btn {
  width: 284px;
  height: 50px;
  line-height: 20px;
  padding: 15px 30px;
  background: #cc7833;
  color: #fff;
  margin: 42px auto 0;
  font-size: 18px;
  border-radius: 3px;
}
.tjzy {
  width: 100%;
  height: auto;
  margin: 0 auto 36px auto;
  text-align: center;
  background: #fff;
}
.tjzy .container {
  display: flex;
  justify-content: space-between;
}
.tjzy .container .items {
  width: 277px;
  height: 278px;
  border: 1px solid #cc7833;
  float: left;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
}
.tjzy .container .items .pic {
  width: 275px;
  height: 195px;
  overflow: hidden;
}
.tjzy .container .items .txt {
  text-align: left;
  padding: 13px 0px 0px 38px;
}
.tjzy .container .items .txt a h4 {
  color: #0f0e0e;
  font-size: 20px;
  font-weight: normal;
}
.tjzy .container .items .txt a p {
  color: #6f6e6e;
  margin-top: 6px;
}
.tjzy .container .items .link {
  position: absolute;
  width: 22px;
  height: 52px;
  right: 34px;
  bottom: 14px;
  background: #cc7833 url(/images_2020/about/jt.png) no-repeat center center;
  cursor: pointer;
}
.tjzy .container .items:hover {
  box-shadow: 0 0 10px #aaa;
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}
/*CURSOR: url('http://xxx.jpg'); */
#tjzybox {
  display: none;
}
.right-zx {
  box-sizing: content-box;
}
.tjzybox {
  display: none;
}
