@charset "utf-8";
* {
  margin: 0;
  padding: 0;
}
body {
  /* min-width: 1300px; */
  background-color: #fff;
}
/* 导航下 当前位置 */
/*about home关于我们 */
.center-three {
  width: 100%;
  /* border: 1px solid #ccc; */
  padding-top: 155px;
}
.aboutimg{
  width: 100%;
  position: relative;
}
.aboutimg img {
  width: 100%;
  margin: 0 auto;
}
.current-location {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px 10px;
}
.current-container {
  /* width: 297px;
  height: 30px;
  margin-right: 0px;
  position: absolute;
  margin-top: -40px;
  margin-left: 767px; */
}
.current-location a {
  text-decoration: none;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
}
.current-location a:hover {
  color: red;
}
/* support2 main 技术支持  */
.contactus-main {
  width: 100%;
  background-color: #fff;
}
.contactus-center {
  width: 1000px;
  margin-top: 30px;
  /* height: 600px; */
  margin: 0 auto;
  /* background-color: pink; */
  padding-bottom: 15px;
}
.relate-left-container {
  width: 1000px;
  margin: 0 auto;
  margin-top: 20px;
  /* border: 1px solid #ccc; */
  /* text-align: center; */
}
.relate-left-one {
  font-family: MicrosoftYaHei;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
}
.relate-left-two {
  text-align: center;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #999999;
  padding-top: 12px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  width: 550px;
  margin: 0 auto;
}
.relate-left-two div {
  font-size: 13px;
}
.relate-left-three {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
  text-indent: 2rem;
}
.relate-img {
  text-align: center;
}
.relate-img img {
  height: 270px;
}
.img-down {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
}
.img-down-one div {
  text-indent: 2rem;
}
/* 分页 */
.paging {
  width: 1000px;
  margin: 0 auto;
  background-color: #f7f7f7;
  margin-top: 16px;
  height: 40px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  line-height: 45px;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}
.paging img {
  width: 18px;
}
.paging div {
  font-family: MicrosoftYaHei;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
  margin-left: 10px;
}
.paging a {
  margin-left: 15px;
  text-decoration: none;
  color: #333;
}
.down {
  margin-right: 15px;
}
 
/* sidebar 侧边栏  start*/
.all-sidebar {
  position: fixed;
  right: 4% !important;
  top: 15% !important;
  z-index: 99999999999999999;
}
/* sidebar 侧边栏 end */
