* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: none;
  text-decoration: none;
}
button,
input,
textarea {
  border: 0;
}
textarea {
  resize: none;
}
button {
  cursor: pointer;
}
a {
  color: #676767;
}
a:hover {
  color: #008CD6;
}
.fixed_w {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}
.w_vw {
  width: 100vw;
}
.FlexRow {
  display: flex;
  justify-content: center;
  align-items: center;
}
.FlexColumn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ceshi {
  border: solid 1px red;
}
.banner {
  height: 400px;
}
.banner > img {
  min-width: 1920px;
  height: 400px;
}
.OuterBox {
  width: 100vw;
}
.OuterBox .InnerBox {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}
.title {
  width: 100%;
  justify-content: space-between;
  height: 115px;
  align-items: flex-end;
  font-size: 16px;
  font-family: MicrosoftYaHeiSemibold, MicrosoftYaHeiSemibold-Regular;
  font-weight: 400;
  color: #676767;
  border-bottom: solid 1px #e5e5e5;
  position: relative;
}
.title .title_left {
  display: flex;
  padding-bottom: 26px;
}
.title .erweima {
  position: absolute;
  bottom: 25px;
  right: 0;
}
.title .erweima i {
  font-size: 25px;
}
.title .erweima .qrcode_box {
  position: absolute;
  display: none;
  top: 160%;
  right: -5px;
  padding: 5px;
  background-color: #eee;
}
.title .erweima .qrcode_box::before {
  content: '';
  display: block;
  position: absolute;
  top: -19px;
  right: 4px;
  border: 10px solid transparent;
  border-bottom: 10px solid #eee;
}
.swiper {
  width: 100%;
}
.box_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.box_title > h1 {
  font-size: 36px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
  text-align: center;
  color: #231915;
}
.box_title > span {
  font-size: 18px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
  text-align: center;
  color: #666666;
  margin: 10px 0 66px 0;
}
.head {
  height: 50px;
  min-height: 50px;
  background-color: #F5F6FB;
}
.head .head_box {
  height: 100%;
  justify-content: space-between;
}
.head .head_box i {
  font-size: 20px;
  margin-right: 10px;
  color: #008CD6;
}
.head .head_box span {
  font-size: 13px;
  margin-right: 10px;
  color: #666666;
  font-weight: 550;
}
.logo {
  margin-right: 101px;
}
.logo a {
  color: #a6a6a6;
}
.logo a img {
  width: 88px;
  height: 78px;
  margin-right: 19px;
}
.logo a .line {
  width: 1px;
  height: 46px;
  margin-right: 22px;
  background-color: #e5e5e5;
}
.logo a .logo_title h1 {
  font-size: 24px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
  color: #231915;
}
.logo a .logo_title span {
  margin-top: 2px;
  font-size: 18px;
  font-family: MicrosoftYaHeiSemibold, MicrosoftYaHeiSemibold-Regular;
  font-weight: 400;
  color: #666666;
}
.navigation {
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: #fff;
  border: solid 1px #eee;
}
.navigation .isScrollTop {
  height: 85px !important;
}
.navigation .topNav {
  transition: all 0.3s;
  height: 120px;
  display: flex;
  align-items: center;
}
.navigation .topNav .toggleNav {
  height: 100%;
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 87px;
  position: relative;
}
.navigation .topNav .toggleNav .toggle_item {
  padding: 0 8px;
  height: 100%;
  cursor: pointer;
}
.navigation .topNav .toggleNav .toggle_item > span {
  font-size: 16px;
  font-family: MicrosoftYaHeiSemibold, MicrosoftYaHeiSemibold-Regular;
  font-weight: 800;
  margin-bottom: 12px;
  transition: all 0.3s;
  color: #231915;
}
.navigation .topNav .toggleNav .toggle_item > strong {
  font-size: 13px;
  font-family: Arial, Arial-Regular;
  font-weight: 400;
  color: #888888;
}
.navigation .topNav .toggleNav .isActive {
  border-bottom: solid 5px #008CD6;
}
.navigation .topNav .toggleNav .navLine {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 9px;
  background-color: #008CD6;
  width: 81px;
  transition: all 0.3s;
}
.navigation .topNav .topNav_right {
  height: 12px;
  padding-left: 29px;
  border-left: solid 1px #eee;
}
.navigation .topNav .topNav_right > i:nth-of-type(1) {
  color: #000;
  font-size: 20px;
}
.jiesao {
  margin-bottom: 30px;
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: justify;
  color: #888888;
  line-height: 28px;
}
footer {
  border-top: solid 1px #eee;
}
footer .footer_box {
  justify-content: flex-start;
}
footer .footer_box .footer_top {
  height: 204px;
  width: 100%;
  padding: 45px 0 51px 0;
  justify-content: space-between;
  border-bottom: solid 1px #eee;
}
footer .footer_box .footer_top .erweima .erweimaItem {
  margin-right: 55px;
}
footer .footer_box .footer_top .erweima .erweimaItem img {
  width: 86px;
  height: 86px;
  margin-bottom: 9px;
}
footer .footer_box .footer_top .erweima .erweimaItem span {
  font-size: 13px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  color: #888888;
}
footer .footer_box .footer_content {
  padding-top: 64px;
  padding-bottom: 70px;
  width: 100%;
  min-height: 298px;
  justify-content: space-between;
  border-bottom: solid 1px #eee;
  align-items: flex-start;
}
footer .footer_box .footer_content .content_left {
  flex: 1;
  align-items: flex-start;
  justify-content: space-between;
  margin-right: 236px;
}
footer .footer_box .footer_content .content_left dl dt {
  margin-bottom: 28px;
  font-size: 18px;
  font-family: MicrosoftYaHeiSemibold, MicrosoftYaHeiSemibold-Regular;
  font-weight: 500;
  color: #231915;
}
footer .footer_box .footer_content .content_left dl dd {
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  color: #888888;
  margin-bottom: 10px;
}
footer .footer_box .footer_content .content_right .tel {
  justify-content: flex-start;
  align-items: flex-start;
}
footer .footer_box .footer_content .content_right .tel i {
  color: #008CD6;
  font-size: 35px;
  margin-right: 8px;
}
footer .footer_box .footer_content .content_right .tel .telInfo {
  align-items: flex-start;
}
footer .footer_box .footer_content .content_right .tel h3 {
  font-size: 22px;
  font-family: MicrosoftYaHeiSemibold, MicrosoftYaHeiSemibold-Regular;
  font-weight: 600;
  color: #231915;
}
footer .footer_box .footer_content .content_right .tel span {
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  color: #8f8f8f;
}
footer .footer_box .footer_btm {
  padding: 28px 0;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
}
footer .footer_box .footer_btm > p {
  font-size: 13px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  color: #888888;
}
footer .footer_box .footer_btm > span {
  font-size: 13px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  color: #888888;
}
/*page*/
.pagetion,
.pagetion2 {
  width: 100%;
  padding-bottom: 92px;
}
.pagetion > a,
.pagetion2 > a,
.pagetion span,
.pagetion2 span {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
}
.pagetion .active,
.pagetion2 .active {
  background: #008cd6;
  color: #fff;
}
.pagetion > a,
.pagetion span {
  background: #fff;
}
.pagetion2 > a,
.pagetion2 span {
  background: #f5f6fb;
}
.Weltbox {
  position: fixed;
  right: 22px;
  bottom: 30px;
  z-index: 100;
}
.Weltbox .Welt_item {
  width: 54px;
  height: 54px;
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.13);
  transition: all 0.3s;
  cursor: pointer;
  color: #9CA9C2;
  margin-bottom: 10px;
  position: relative;
}
.Weltbox .Welt_item .Welt_alert {
  border-radius: 3px;
  right: 102%;
  top: 0;
  z-index: 3;
  position: absolute;
  display: none;
  height: 100%;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.13);
  background-color: #fff;
  white-space: nowrap;
  line-height: 33px;
}
.Weltbox .Welt_item .Welt_alert > span {
  white-space: nowrap;
  color: #333;
  font-size: 16px;
  display: block;
}
.Weltbox .Welt_item .Welt_alert > img {
  display: block;
  width: 120px;
  height: 120px;
}
.Weltbox .Welt_item .icon_box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Weltbox .Welt_item .icon_box i {
  color: #9CA9C2;
  font-size: 20px;
}
.Weltbox .Welt_item:hover {
  color: #2B7BFC;
}
.Weltbox .Welt_item:hover .icon_box i {
  color: #2B7BFC;
}
