/* 版心先设置好 */
.wrapper {
  margin: 0 auto;
  width: 960px;
}

.header {
  /* 固定定位新用法 sticky*/
  /* -webkit 兼容浏览器 */
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  height: 50px;
  background: #FFF;
  z-index: 111;
}

.header .wrapper {
  display: flex;
  height: 50px;
  align-items: center;
}

/* logo图片 */
.logo a {
  display: block;
  width: 102px;
  height: 28px;
  background-image: url(../images/logo.png);
  background-size: cover;
  font-size: 0;
}

/* 导航 */
.nav {
  margin-left: 370px;

}

.nav ul {
  display: flex;
  width: 378px;
  height: 50px;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-right: 40px;
}

.nav li a {
  font-size: 14px;
  color: #222;
}

/* active 类选择器，表示默认选中的a */
.nav li .active,
.nav li a:hover {
  color: #FD6350;
  border-bottom: 2px solid #FD6350;
  padding-bottom: 13px;
}

.nav-btn a {
  display: block;
  width: 69px;
  height: 27px;
  background-color: #FD6350;
  text-align: center;
  line-height: 27px;
  font-size: 12px;
  color: #FFF;
  border-radius: 13px;
}

.nav-btn a:hover {
  background-color: #080346;
}

/* 底部版权 */
.footer {
  padding-top: 42px;
  height: 232px;
  background-image: url(../images/web_bottom_bj.png);
  background-size: cover;
}

.footer .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;

}

.footer .left {
  width: 122px;
}

.footer .left img {
  width: 100%;
  object-fit: cover;
}



.footer .right {
  display: flex;
  flex-wrap: wrap;
}

.footer .right dl {
  margin-left: 68px;
}

.footer .right dt {
  margin-bottom: 18px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
}

.footer .right a {
  font-size: 11px;
  line-height: 30px;
  color: #CACACA;
}

.footer .right dd {
  font-size: 11px;
  line-height: 30px;
  color: #CACACA;
}

.footer .right dd a:hover {
  color: #fff;
}

/* 备案号 */
.record {
  height: 58px;
  background: #181818;
}

.record p {
  font-size: 11px;
  line-height: 58px;
  color: #fff;
  text-align: center;
}

/* 媒体查询样式 */
/* 关于我们css样式 */
/* banner 区域 */
.banner {
  height: 412px;
  background-image: url(../uploads/about/banner.jpg);
  background-size: cover;
}

.banner .wrapper h1 {
  padding-top: 94px;
  font-weight: 700;
  font-size: 37px;
  color: #070346;
}

.banner .wrapper p {
  padding-top: 13px;
  font-size: 14px;
  color: #444444;
}

.banner .wrapper a {
  display: block;
  margin-top: 62px;
  width: 128px;
  height: 40px;
  background: linear-gradient(#fd6251, #ff774a);
  border-radius: 30px;
  font-size: 16px;
  font-weight: 700;
  color: #FFF;
  text-align: center;
  line-height: 40px;
}

.banner .wrapper a:hover {
  background: linear-gradient(#080346, #080346);
}

/* 公司介绍区域 */
.company {
  margin-top: 90px;
}

.company .introduce {
  display: flex;
  height: 272px;
}

.company .introduce .left {
  width: 40%;
  height: 433px;
}

.company .introduce .left img {
  width: 100%;
  height: 70%;
  object-fit: cover;
  transition: all 0.5s;
}

.company .introduce .left img:hover {
  transform: translateY(-13px);
}

.company .introduce .right {
  margin-left: 40px;
  width: 70%;
}

.company .introduce .right h2 {
  margin-top: 4px;
  font-size: 40px;
  color: #070346;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
}

.company .introduce .right p {
  margin-top: 46px;
  font-size: 18px;
  font-weight: 600;
  color: #222;
  line-height: 30px;
}


.company .introduce .right span {
  display: block;
  margin-top: 28px;
  font-size: 16px;
  color: #333;
  line-height: 30px;
}

/* 传输速度 */
.company .trans {
  margin-top: 106px;
  display: flex;
}

.company .trans .left {
  margin-right: 40px;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  width: 70%;
}

.company .trans .right {
  margin-top: 18px;
  width: 40%;
  height: 240px;
}

.company .trans .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

.company .trans .right img:hover {
  transform: translateY(-13px);
}

/* 专利 */
.company .patent {
  margin-top: 71px;
  display: flex;
}

.company .patent .right {
  margin-top: 30px;
  margin-left: 40px;
  width: 70%;
}

.company .patent .right p {
  margin-top: 0px;
  margin-left: 0px;
  font-size: 16px;
  color: #333333;
  line-height: 30px;

}

.company .patent .left {
  width: 40%;
  height: 220px;
}

.company .patent .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

.company .patent .left img:hover {
  transform: translateY(-13px);
}

/* 合作与支持 */
.support {
  margin-top: 102px;
  padding-top: 90px;
  height: 686px;
  background-color: #f7f7f7;
}

.support .cooper h2 {
  font-size: 40px;
  color: #070346;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
}

.support .cooper ul {
  margin-top: 90px;
  display: flex;
  justify-content: space-between;
}

.support .cooper li {
  width: 230px;
  height: 344px;
  border-radius: 20px;
  background-color: #fff;
  transition: all 0.5s;
}

.support .cooper li:hover {
  transform: translateY(-13px);
}

.support .cooper li:nth-child(2n) {
  margin-top: 30px;
}

.support .cooper li img {
  margin: 50px auto 0;
  display: block;
}


.support .cooper li h4 {
  margin-top: 34px;
  font-size: 28px;
  color: #070346;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
}

.support .cooper li p {
  margin: 35px 30px 0;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}


/* 让li鼠标移上去变色后，li里面的h3和p都变色 */
.support .cooper li:hover h4,
.support .cooper li:hover p {
  color: #fd6350;
}

/* 期待加入我们 */
.join {
  height: 400px;
  background-image: url(../uploads/about/bj.jpg);
  background-size: cover;
}

.join .join-con {
  display: flex;
  justify-content: space-between;
}

.join .join-con h2 {
  margin-top: 60px;
  font-size: 44px;
  color: #fff;
  font-weight: 700;
  line-height: 100px;
}

.join .join-con p {
  margin-top: 114px;
  width: 580px;
  font-size: 18px;
  color: #fff;
  line-height: 35px;
}

.join .bn a {
  margin: 30px auto 0;
  display: block;
  width: 128px;
  height: 40px;
  background-color: #070346;
  border-radius: 30px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 40px;
}

.join .bn a:hover {
  background-color: #fff;
  color: #fd6350;
}