/* 重置css样式 */
body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
body {
  width: 100%;
  font: 12px "PingFang SC", "Arial Narrow", HELVETICA, "microsoft yahei";
  background: #fff;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}
a {
  color: #172c45;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
em {
  font-style: normal;
}
li {
  list-style: none;
}
img {
  border: 0;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
p {
  word-wrap: break-word;
}
.header {
  width: 100%;
  height: 100px;
  background: #fff;
}
.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  position: relative;
}
.header .container .logo {
  display: inline-flex;
  align-items: center;
}
.header .container .logo img {
  width: 80px;
  height: 80px;
  margin-right: 12px;
}
.header .container .logo strong {
  font-size: 22px;
  color: #1a1a1a;
}
.header .container .btn {
  padding: 5px 10px;
  position: absolute;
  right: 15px;
  display: none;
}
.header .container nav {
  height: 100%;
  background: #fff;
}
.header .container nav ul {
  height: 100%;
}
.header .container nav li {
  display: inline-flex;
  align-items: center;
  height: 100%;
  margin-left: 28px;
  position: relative;
}
.header .container nav li span {
  width: 100%;
  height: 3px;
  background: #5689ff;
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
}
.header .container nav li .animated {
  display: block;
}
.header .container nav li a {
  display: inline-flex;
  align-items: center;
  height: 100%;
  font-size: 16px;
  color: #1a1a1a;
  transition: .2s;
}
.header .container nav .active span {
  display: block;
}
.header .container nav .active a {
  color: #5689ff;
}
.header .container nav li:hover a {
  color: #5689ff;
}
.footer {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 30px;
  background: #f8f8f8;
}
.footer .f-list {
  border-bottom: 1px solid #bfbfbf;
}
.footer .f-list ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footer .f-list li .icon {
  margin-right: 18px;
}
.footer .f-list li {
  display: inline-flex;
  justify-content: center;
  width: 348px;
  margin-bottom: 30px;
  position: relative;
}
.footer .f-list li:after {
  content: "";
  width: 1px;
  height: 60px;
  background: #bfbfbf;
  position: absolute;
  top: 0;
  right: 0;
}
.footer .f-list li:last-child:after {
  width: 0;
}
.footer .f-list li .text strong {
  display: block;
  font-size: 18px;
  font-weight: normal;
  color: #999;
}
.footer .f-list li .text span {
  display: block;
  font-size: 16px;
  color: #999;
}
.footer .n-list {
  margin-top: 40px;
}
.footer .n-list ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footer .n-list li {
  padding: 0 15px;
  position: relative;
}
.footer .n-list li:after {
  content: "|";
  font-size: 16px;
  color: #999;
  position: absolute;
  top: 0;
  right: 0;
}
.footer .n-list li:last-child:after {
  content: "";
}
.footer .n-list li a {
  font-size: 16px;
  color: #999;
  transition: .2s;
}
.footer .n-list li a:hover {
  color: #5689ff;
}
.footer .code {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}
.footer .code img{
  width:100px;
  height:100px;
}
.banner {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
}
.banner .text {
  width: 100%;
  text-align: center;
  padding: 0 20px;
  position: absolute;
  top: 220px;
}
.banner .text .describe {
  font-size: 30px;
  color: #fcfcfc;
}
.banner .text .title {
  margin-top: 18px;
  font-size: 50px;
  color: #fcfcfc;
}
.intro {
  background: #fff;
}
.intro .box {
  display: flex;
  flex-wrap: wrap;
  height: auto;
}
.intro .box-pic {
  width: 50%;
}
.intro .box-pic img {
  width: 100%;
}
.intro .box-info {
  width: 50%;
	padding: 50px 20px 0 50px;
}
.intro .box-info h3 {
  font-size: 30px;
  color: #1a1a1a;
}
.intro .box-info p {
  line-height: 32px;
  margin-top: 30px;
  font-size: 18px;
  color: #999;
}
.intro .box-info .more {
  display: flex;
  margin-top: 40px;
}
.intro .box-info .more a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 60px;
  font-size: 18px;
  border: 1px solid #5689ff;
  position: relative;
}
.intro .box-info .more a:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #5689ff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: .3s;
}
.intro .box-info .more a span {
  color: #fff;
  z-index: 2;
}
.intro .box-info .more a:hover span {
  color: #5689ff;
}
.intro .box-info .more a:hover:before {
  width: 0%;
}
.intro > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  font-size: 28px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 30px;
  position: absolute;
  top: 50%;
}
.intro > a:before {
  content: "";
  width: 0;
  height: 100%;
  background: #5689ff;
  border-radius: 30px;
  position: absolute;
  left: 0;
  top: 0;
  transition: .3s;
}
.intro > a:hover:before {
  width: 100%;
}
.intro .left {
  left: 30px;
}
.intro .right {
  right: 30px;
}
.project .p-list {
  margin-top: 45px;
}
.project .p-list > div {
  display: none;
}
.project .p-list > div:first-child {
  display: block;
}
.project .p-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.project .p-list li {
  width: 270px;
  height: 364px;
  margin: 0 15px 40px;
  padding: 0;
  background: #fff;
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  transition: .4s;
}
.project .p-list li a {
  display: block;
  width: 100%;
  height: 100%;
}
.project .p-list li .pic {
  width: 100%;
  height: 260px;
  overflow: hidden;
}
.project .p-list li .pic-img {
  width: 100%;
  height: 100%;
  transition: .4s;
}
.project .p-list li .text {
  height: 104px;
}
.project .p-list li .text h3 {
  text-align: center;
  padding-top: 50px;
  font-size: 20px;
  color: #666;
}
.project .p-list li .circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 68px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 34px;
  position: absolute;
  top: 100px;
  left: 50%;
  margin-left: -34px;
}
.project .p-list li .block {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 74px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  position: absolute;
  top: 215px;
  left: 50%;
  margin-left: -90px;
}
.project .p-list li .block img {
	width: 56px;
	height: 56px;
}
.project .p-list li:hover {
  margin-top: -8px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.project .p-list li:hover .pic-img {
  transform: scale(1.1, 1.1);
}
.shade {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}
.shade-show {
  z-index: 10;
  opacity: 1;
  transition: .5s;
}
.scan {
  width: 300px;
  height: 300px;
  background: #fff;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -150px;
  margin-top: -150px;
}
.scan .close {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 15px;
  right: 10px;
}
.scan .pic {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 200px;
  margin-top: 28px;
}
.scan .pic-img {
  width: 200px;
  height: 200px;
}
.scan .describe {
  text-align: center;
  margin-top: 30px;
  font-size: 16px;
  color: #999;
}
.partner {
  padding-top: 80px;
  padding-bottom: 150px;
  background: #fff;
}
.partner .title {
  text-align: center;
  font-size: 36px;
  color: #4c4c4c;
}
.partner .partner-list {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}
.partner .partner-list li {
  width: 25%;
  margin-bottom: 10px;
}
.partner .partner-list li img {
  display: block;
  width: 160px;
  height: 160px;
}
.partner .partner-list li span {
  display: block;
  text-align: center;
  font-size: 18px;
  color: #4c4c4c;
  position: relative;
  z-index: 2;
  width:200px;
}
.partner .more {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.partner .more a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 40px;
  font-size: 18px;
  color: #5689ff;
  border: 1px solid #5689ff;
  border-radius: 5px;
  position: relative;
}
.partner .more a:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #5689ff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: .3s;
}
.partner .more a span {
  color: #fff;
  z-index: 2;
}
.partner .more a:hover span {
  color: #5689ff;
}
.partner .more a:hover:before {
  width: 0%;
}
@media (max-width: 991px) {
  .header {
    height: 80px;
  }
  .header .container .logo img {
    width: 50px;
    height: 50px;
  }
  .header .container .logo strong {
    font-size: 18px;
  }
  .header .container nav li a {
    font-size: 16px;
  }
  .intro .box-pic {
    width: 100%;
  }
  .intro .box-info {
    width: 100%;
    padding: 25px;
  }
  .intro .box-info h3 {
    font-size: 24px;
  }
  .intro .box-info p {
    line-height: 24px;
    margin-top: 10px;
    font-size: 14px;
  }
  .intro .box-info .more {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .header {
    height: 50px;
  }
  .header .container .logo img {
    width: 30px;
    height: 30px;
  }
  .header .container .logo strong {
    font-size: 14px;
  }
  .header .container .btn {
    display: block;
  }
  .header .container nav {
    width: 100%;
    height: auto;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 1000;
    display: none;
  }
  .header .container nav li {
    display: flex;
    justify-content: center;
    height: 40px;
    margin-left: 0;
  }
  .header .container nav li a {
    color: #1a1a1a;
  }
  .header .container nav .active span,
  .header .container nav li .animated {
    display: none;
  }
  .header .container nav .active a {
    color: #5689ff;
  }
  .footer .f-list li {
    justify-content: flex-start;
  }
  .footer .f-list li:after {
    width: 0;
  }
  .footer .f-list li .text strong {
    font-size: 16px;
  }
  .footer .f-list li .text span {
    font-size: 14px;
  }
  .footer .n-list li a {
    font-size: 14px;
  }
  .footer .code {
    justify-content: center;
  }
  .banner .text .describe {
    font-size: 24px;
  }
  .banner .text .title {
    font-size: 36px;
  }
  .intro .box-info .more {
    justify-content: center;
  }
  .intro .box-info .more a {
    width: 120px;
    height: 40px;
    font-size: 14px;
  }
  .intro > a {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 15px;
  }
  .intro .left {
    left: 5px;
  }
  .intro .right {
    right: 5px;
  }
  .partner {
    padding-top: 50px;
    padding-bottom: 100px;
  }
  .partner .title {
    font-size: 24px;
  }
}
