@charset "utf-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
table,
tbody,
p,
th,
td {
  -webkit-text-size-adjust: none;
  margin: 0;
  padding: 0;
  border: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 16px;
  font-family: "Microsoft Yahei", "微软雅黑", Tahoma, Arial, Helvetica, STHeiti;
  color: #4c4948;
}
html,
body {
  height: 100%;
}
.centre{
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header {
  width: 100%;
  height: 100px;
  background-color:#3C8CFF;
}
.header h1 {
  width: 203px;
  height: 67px;
  background: url(../img/logo.png) no-repeat;
  background-size: 100% 100%;
}
.header .nav {
  height: 100px;
  line-height: 100px;
}
.header .nav .nav-link {
  display: inline-block;
  height: 100%;
  font-size: 28px;
  padding: 0 40px;
}
.cur {
  color: #fff;
  font-weight: bold;
  /* background: linear-gradient(to bottom, #334a72 0%, #334a72 94%, white 94.01%, white 100%); */
}
.no-select{
  color: ;
}
.dow{
  width: 100%;
  height: 750px;
  /* background: url(https://cdn.ybspace.cn/ybart_client/upload/downloadPage/banner-bg.png) no-repeat;
  background-size: 100% 100%; */
  background-color: #fff;
}
.dow .name-list{
  width: 1000px;
  height: 80px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
}
.dow .name-list .item{
  width: 272px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  font-size: 26px;
  color: #fff;
  background-color: #334a72;
  border-radius: 40px;
  box-sizing: border-box;
}
.dow .name-list .active{
  border: 1px solid #fff;
}
.dow .art{
  width: 1200px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.dow .art .art-l{
  width: 615px;
  height: 636px;
}
.dow .art .art-r {
  position: relative;
  margin-left: 40px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  padding: 50px;
}
.dow .art .art-r .img{
  width: 372px;
  height: 103px;
}
.dow .art .art-r .to-webpage{
  position: absolute;
  left: 230px;
  top: 16px;
  width: 138px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 40px;
  background: url(https://cdn.ybspace.cn/ybart_client/upload/downloadPage/to-webpage.png) no-repeat;
  background-size: 100% 100%;
  color: #A3FFEE;
  font-size: 16px;
}
.dow .art .art-r p{
  color: #000;
  font-size: 20px;
  margin-bottom: 30px;
  line-height:32px;
}
.dow .art .art-r .qrcode{
  display: flex;

}
.dow .art .art-r .qrcode .qrcode-and{
  margin-right: 40px;

}
.dow .art .art-r .qrcode .qrcode-and >img {
  width: 166px;
  height: 166px;
  margin-bottom: 20px;
}
.dow .art .art-r .qrcode .qrcode-and .icon{
  width: 34px;
  height: 34px;
  margin-right: 10px;
}
.dow .art .art-r .qrcode .qrcode-ios >img {
  width: 166px;
  height: 166px;
  margin-bottom: 20px;
}
.dow .art .art-r .qrcode .qrcode-ios .icon{
  width: 34px;
  height: 34px;
  margin-right: 10px;
}
.introduce{
  width: 100%;
  height: 760px;
  /* background: url(https://cdn.ybspace.cn/ybart_client/upload/downloadPage/introduce.png) no-repeat;
  background-size: 100% 100%; */
  padding-top: 60px;
  margin: 0 auto;
  box-sizing: border-box;
  background-color: #fff;
}
.introduce .box {
  width: 1240px;
  height: 500px;
  border-radius: 50px;
  background: url(https://cdn.ybspace.cn/ybart_client/upload/downloadPage/box-bg.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto ;
  display: flex;
  flex-direction: column;
  padding-left: 80px;
  padding-top: 80px;
  padding-right: 80px;
  box-sizing: border-box;
}
.introduce .box img{
  width: 230px;
  height: 103px;
  margin-bottom: 10px;
}
.introduce .box p {
  font-size: 22px;
  margin-bottom: 50px;
}
.footer {
  width: 100%;
  height: 100px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  background-color:#051027;
}
.footer >a {
  text-decoration: none;
  margin-bottom: 5px;
  color: #fff;
}
.footer p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 5px;
  font-weight: 500;
}