/** 清除内外边距 **/
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}
/** 设置默认字体 **/
body,
button,
input,
select,
textarea {
  font: 14px/1.5 tahoma, \5b8b\4f53, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
address,
cite,
dfn,
em,
var {
  font-style: normal;
}
/* 将斜体扶正 */
code,
kbd,
pre,
samp {
  font-family: courier new, courier, monospace;
}
/* 统一等宽字体 */
small {
  font-size: 12px;
}
/* 小于 12px 的中文很难阅读, 让 small 正常化 */
/** 重置列表元素 **/
ul,
ol {
  list-style: none;
}
/** 重置文本格式元素 **/
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:link {
  text-decoration: none;
}
/*点击前*/
a:visited {
  text-decoration: none;
}
/*点击后*/
a:active {
  text-decoration: none;
}
/*点击中*/
a:hover {
  text-decoration: none;
}
/*鼠标悬浮*/
sup {
  vertical-align: text-top;
}
/* 重置, 减小对行高的影响 */
sub {
  vertical-align: text-bottom;
}
/** 重置表单元素 **/
legend {
  color: #000;
}
/* for ie6 */
fieldset,
img {
  border: 0;
}
/* img 搭车：让连接里的 img 无边框 */
button,
input,
select,
textarea {
  font-size: 100%;
}
/* 使得表单元素在 ie 下能继承字体大小 */
/* 注：optgroup 没法扶正 */
/** 重置表格元素 **/
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* 重置 HTML5 元素 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  display: block;
  margin: 0;
  padding: 0;
}
mark {
  background: #ff0;
}
a {
  text-decoration: none;
  color: #333;
}
.bigbox {
  width: 100%;
  height: auto;
  background-color: #f0f2f5;
}
.bigbox .araerCentre {
  max-width: 80%;
  margin: 0 auto;
}
.arear2 {
  position: relative;
}
.arear2 .araerCentre2 {
  position: relative;
  width: 100%;
  height: 643px;
  overflow: hidden;
}
.arear2 .araerCentre2 .fourthlyImg {
  width: 100%;
  height: 643px;
}
.arear2 .araerCentre2 .swiper-pagination1 {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 333;
  display: flex;
  align-items: center;
}
.arear2 .araerCentre2 .swiper-button-next1 {
  background: url(../images/index/right.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  width: 24px;
  height: 42px;
  top: 50%;
  margin-top: -50px;
  right: 40px;
  left: auto;
  z-index: 4;
}
.arear2 .araerCentre2 .swiper-button-prev1 {
  background: url(../images/index/left.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  width: 24px;
  height: 42px;
  top: 50%;
  margin-top: -50px;
  left: 40px;
  right: auto;
  z-index: 4;
}
.arear2 .arear1 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translatex(-50%);
  width: 1200px;
  height: 90px;
  z-index: 333;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.arear2 .arear1 .imgLeftBox {
  width: 113px;
  height: 46px;
  line-height: 46px;
  text-align: left;
  z-index: 33;
  vertical-align: middle;
}
.arear2 .arear1 .imgLeftBox img {
  width: 113px;
  height: auto;
  vertical-align: middle;
}
.arear2 .arear1 .rightBox {
  z-index: 33;
  height: 100%;
  width: 70%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.arear2 .arear1 .rightBox a {
  display: inline-block;
  margin-right: 30px;
  margin-top: 10px;
}
.arear2 .arear1 .rightBox a .item {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  letter-spacing: 3px;
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  position: relative;
}
.arear2 .arear1 .rightBox a .hover {
  font-weight: 700;
}
.arear2 .arear1 .rightBox a .hover::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5px;
  content: '';
  width: 55px;
  height: 3px;
  background: #FFFFFF;
  /*给伪元素开启鼠标事件，将事件冒泡到父元素的点击事件中*/
  pointer-events: auto;
}
.arear3 {
  width: 1200px;
  margin: 30px auto;
  text-align: center;
}
.arear3 .title1 {
  height: 40px;
  font-size: 28px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 40px;
}
.arear3 .title2 {
  height: 33px;
  font-size: 24px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 33px;
}
.arear4 {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.arear4 .arear4img1 {
  width: 599px;
  height: 334px;
  margin-bottom: 10px;
}
.arear4 .mr {
  margin-left: 2px;
}
.arear5 {
  margin: 45px auto 30px;
  height: 40px;
  font-size: 28px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 40px;
  text-align: center;
}
.arear6 {
  width: 1200px;
  height: 184px;
  line-height: 184px;
  vertical-align: middle;
  text-align: center;
  margin: 0 auto;
  background: url(../images/index/bg1.png) no-repeat center;
  background-size: 100% 100%;
}
.arear6 .arear6Img {
  width: 1033px;
  height: 78px;
  vertical-align: middle;
}
.arear7 {
  margin: 44px auto 54px;
  text-align: center;
  height: 40px;
  font-size: 28px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 40px;
}
.arear8 {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.arear8 .arear8img1 {
  width: 389px;
  height: 344px;
  margin-bottom: 23px;
}
.arear8 .arear8img1 img {
  width: 100%;
  height: 100%;
}
.arear8 .arear8img1:hover {
  box-shadow: 2px 2px 5px #ccc;
  overflow: hidden;
}
.arear8 .arear8img1:hover img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.arear9 {
  height: 40px;
  font-size: 28px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 40px;
  margin: 34px auto;
  text-align: center;
}
.arear10 {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
}
.arear10 img {
  width: 979px;
  height: 163px;
  vertical-align: middle;
  margin-bottom: 44px;
}
.fifth {
  width: 100%;
  height: 227px;
  display: flex;
}
.fifth .footLeft {
  width: 60%;
  height: 100%;
  background-color: #65c89b;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fifth .footLeft .left1 {
  width: 30%;
  height: 100%;
  display: flex;
  align-items: center;
}
.fifth .footLeft .left1 img {
  height: 100%;
  width: 53px;
}
.fifth .footLeft .left1 .linkman {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 15px;
  height: 20px;
}
.fifth .footLeft .left1 .linkman a {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
  margin-bottom: 8px;
}
.fifth .footLeft .left1 .linkman a:hover {
  text-decoration: none;
  cursor: pointer;
}
.fifth .footLeft .left1 .linkman .title2 {
  height: 22px;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 22px;
}
.fifth .footLeft .right1 {
  width: 30%;
  height: 100%;
  display: flex;
  align-items: center;
}
.fifth .footLeft .right1 img {
  height: 100%;
  width: 53px;
}
.fifth .footLeft .right1 .linkman {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 15px;
  height: 20px;
}
.fifth .footLeft .right1 .linkman a {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
  margin-bottom: 8px;
}
.fifth .footLeft .right1 .linkman .title2 {
  height: 22px;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 22px;
}
.fifth .footRight {
  width: 40%;
  height: 100%;
  background-color: #58b78a;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 25px;
}
.fifth .footRight .rightImg {
  width: 156px;
  height: auto;
  margin-bottom: 17px;
}
.fifth .footRight .rightImg img {
  width: 100%;
  height: 100%;
}
.fifth .footRight .rightTitle {
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
}
.fifth .footRight .bar {
  width: 250px;
  height: 2px;
  background-color: #fff;
  margin-top: 10px;
}
.fifth .footRight .tel,
.fifth .footRight .eMail {
  display: flex;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  margin-top: 10px;
  align-items: center;
}
.fifth .footRight .tel img,
.fifth .footRight .eMail img {
  width: 27px;
  height: 27px;
  margin-right: 8px;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url(../images/arrow-right.png);
  width: 3.64583vw;
  right: 10px;
  left: auto;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url(../images/arrow-left.png);
  width: 3.64583vw;
}
.location {
  z-index: 9;
  position: fixed;
  top: 50%;
  right: 0;
  margin-top: -6.71875vw;
  width: 16vw;
  height: 13vw;
  transform: translate3d(9vw, 0, 0);
  transition: transform 0.3s ease-in-out;
}
.location img {
  width: 100%;
  height: 100%;
}
.swiper-pagination-bullet {
  margin-right: 10px;
  border: 1px solid #fff;
  background: none !important;
  opacity: 1 !important;
}
.swiper-pagination-bullet-active {
  width: 15px !important;
  height: 15px !important;
  display: inline-block;
  border-radius: 100%;
  position: relative;
}
.swiper-pagination-bullet-active::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  border: 1px solid #fff;
  background: none !important;
  opacity: 1 !important;
  /*给伪元素开启鼠标事件，将事件冒泡到父元素的点击事件中*/
}
.mt {
  margin-top: 20px;
}
