/** 清除内外边距 **/
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;
}
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;
  overflow: hidden;
}
.bigbox .araerCentre {
  max-width: 80%;
  margin: 0 auto;
}
.bigbox .araerCentre .arear1 {
  width: 100%;
  height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bigbox .araerCentre .arear1 .imgLeftBox {
  width: 30%;
  height: auto;
  text-align: left;
}
.bigbox .araerCentre .arear1 .imgLeftBox img {
  width: auto;
  height: 4.5vw;
}
.bigbox .araerCentre .arear1 .rightBox {
  z-index: 33;
  width: 70%;
  text-align: right;
}
.bigbox .araerCentre .arear1 .rightBox a {
  display: inline-block;
  margin-right: 30px;
  margin-top: 10px;
}
.bigbox .araerCentre .arear1 .rightBox a .item {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  letter-spacing: 3px;
  color: #000;
}
.bigbox .araerCentre .arear1 .rightBox a .hover {
  font-weight: 700;
  color: #32AE1B;
  border-bottom: 3px solid #32AE1B;
}
.arear2 {
  position: relative;
  width: 100%;
  height: 400px;
}
.arear2 .fourthlyImg {
  width: 100%;
  height: 400px;
}
.arear2 .swiper-pagination1 {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 333;
}
.arear2 .swiper-button-next1 {
  background: url(../images/right1.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  width: 100px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
  right: 80px;
  left: auto;
  z-index: 4;
}
.arear2 .swiper-button-prev1 {
  background: url(../images/left1.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  width: 100px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
  left: 80px;
  right: auto;
  z-index: 4;
}
.arear3 {
  width: 100%;
  margin-top: 100px;
  text-align: center;
}
.arear3 .arear3Title {
  width: 25%;
  margin: 0 auto;
  margin-bottom: 60px;
}
.arear3 .arear3Title .titleImg {
  width: 100%;
  height: auto;
}
.arear3 .arear3centre {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.arear3 .arear3centre .item1 {
  width: 20%;
  padding-bottom: 40px;
  background: #FFFFFF;
  box-shadow: 0px 1px 2px 1px rgba(191, 190, 190, 0.17);
  border-radius: 3px;
  overflow: hidden;
}
.arear3 .arear3centre .item1 .itemTop {
  width: 100%;
  height: 180px;
  border-radius: 3px;
  margin-bottom: 30px;
}
.arear3 .arear3centre .item1 .itemTop .itemImg {
  width: 100%;
  height: 100%;
}
.arear3 .arear3centre .item1 .itemTitle {
  font-size: 16px;
  margin-bottom: 10px;
}
.arear3 .arear3centre .item1 .itemTitle1 {
  font-size: 14px;
  margin-bottom: 30px;
}
.arear3 .arear3centre .item1 .itemBtn {
  display: inline-block;
  padding: 5px 20px;
  color: #666666;
  background-color: #BFBEBE;
  border-radius: 5px;
}
.arear4 {
  width: 100%;
  margin-top: 80px;
  margin-bottom: 80px;
}
.arear4 .arear4Top {
  width: 13%;
  margin: 0 auto 80px;
}
.arear4 .arear4Top img {
  width: auto;
  height: 88px;
}
.arear4 .arear4Index {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.arear4 .arear4Index .item4 {
  margin-left: 2%;
  box-sizing: border-box;
  width: 23%;
  height: 90px;
  border: 1px solid #32AE1B;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  border-radius: 5px;
}
.arear4 .arear4Index .item4 .leftImg {
  width: 30%;
}
.arear4 .arear4Index .item4 .leftImg img {
  width: 60%;
  margin-left: 30%;
  height: auto;
}
.arear4 .arear4Index .item4 .leftRtight {
  width: 60%;
  color: #2D2D2D;
}
.arear4 .arear4Index .item4 .leftRtight .titleItem4 {
  font-size: 16px;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.arear4 .arear4Index .item4 .leftRtight .title1Item4 {
  font-size: 12px;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.clickBtn {
  background-color: #32AE1B !important;
  color: #FBFBFB !important;
}
.fifth {
  position: relative;
  width: 100%;
  height: 200px;
  background-color: #000;
  color: #fff;
}
.fifth .fifthContent {
  width: 80%;
  padding-top: 30px;
  margin: 0 auto;
  /* height: 100%; */
  display: flex;
  justify-content: center;
  justify-content: space-around;
}
.fifth .fifthContent .fifthLeft {
  width: 30%;
  margin: -10px auto 0;
  text-align: center;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.fifth .fifthContent .fifthLeft .titleImg {
  display: block;
  width: auto;
  margin: 30px atuo;
  height: 100px;
}
.fifth .fifthContent .fifthRight {
  width: 65%;
  height: 100%;
}
.fifth .fifthContent .fifthRight .fifthTop {
  color: #666666;
  font-size: 12px;
}
.fifth .fifthContent .fifthRight .fifthSecond {
  width: 80%;
  height: 30px;
  line-height: 30px;
  border-bottom: 0.1px solid #F6F4F4;
}
.fifth .fifthContent .fifthRight .fifthSecond .marginLeft {
  margin-right: 50px;
  color: #FFFEFE;
}
.fifth .fifthContent .fifthRight .fifthLine {
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #fff;
}
.fifth .fifthContent .fifthRight .fifthLine .fifthLineIcon {
  width: auto;
  height: 15px;
  margin-right: 20px;
  vertical-align: middle;
}
.fifth .fifthContent .fifthRight .fifthLine a {
  color: #fff;
}
.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;
}
.mt {
  margin-top: 20px;
}
