.links-list .links-set {
  zoom: 1;
}
.links-list .links-set:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

body {
  margin: 0;
  font: 14px/1.6 Arial;
  color: #333;
  -webkit-font-smoothing: subpixel-antialiased;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  html:root body {
    -webkit-font-smoothing: antialiased;
  }
}
input,
textarea,
select {
  margin: 0;
  padding: 0;
  font-size: 14px;
  outline: none;
  resize: none;
}

html:root body,
html:root input,
html:root button,
html:root textarea,
html:root select {
  font-family: "Pingfang SC", "Microsoft Yahei", Arial;
}

form,
ul, ol, li,
dl, dt, dd,
h1, h2, h3, h4, h5,
p {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: #2b91e3;
  outline: none;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a img {
  border: none;
}

i,
em {
  font-style: normal;
}

button {
  cursor: pointer;
}
button i {
  display: none;
}
button:focus {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 11;
  height: 60px;
  padding-bottom: 1px;
  background: url(../../images/bg_header.png?v=202203090001) left top repeat-x;
}
.header .logo {
  position: absolute;
  top: 14px;
  left: 0;
}
.header .logo a {
  float: left;
  width: 120px;
  height: 32px;
  line-height: 50;
  overflow: hidden;
  background-image: url(../../images/logo.png?v=202203090001);
  background-image: -webkit-image-set(url(../../images/logo.png?v=202203090001) 1x, url(../../images/logo@2x.png?v=202203090001) 2x);
  background-repeat: no-repeat;
}
.header .top-nav {
  position: absolute;
  top: 0;
  right: 0;
}
.header .top-nav ul {
  display: flex;
}
.header .top-nav li {
  position: relative;
}
.header .top-nav a {
  position: relative;
  display: flex;
  height: 60px;
  margin: 0 10px;
  padding: 0 10px;
  line-height: 60px;
  font-size: 16px;
  color: #ccc;
  align-items: center;
}
.header .top-nav a:hover, .header .top-nav a.focus {
  color: #fff;
  text-decoration: none;
}
.header .top-nav a:hover i, .header .top-nav a.focus i {
  background-position-y: -20px;
}
.header .top-nav a.focus {
  cursor: default;
}
.header .top-nav a.focus:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  left: 12px;
  right: 12px;
  background: #fff;
}
.header .top-nav a i {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  overflow: hidden;
  background-image: url(../images/icon_client.svg?v=202203090001);
  background-repeat: no-repeat;
}
.header .top-nav .tn-pc {
  background-position-x: 0;
}
.header .top-nav .tn-browser {
  background-position-x: -20px;
}
.header .top-nav .tn-mobile {
  background-position-x: -40px;
}
.header .top-nav .tn-tv {
  background-position-x: -60px;
}

.wrap {
  margin: 0 auto;
  position: relative;
  width: 1000px;
}

.links-list {
  margin: 0 auto;
  width: 1000px;
}
.links-list .title {
  display: none;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 10px;
}
.links-list .links-set {
  padding: 15px 0 0 0;
  border-top: 1px solid #e5e5e5;
  text-align: center;
  font-size: 0;
}
.links-list .links-set a {
  display: inline-block;
  position: relative;
  margin: 2px 0;
  color: #666;
  font-size: 14px;
  line-height: 24px;
  white-space: nowrap;
}
.links-list .links-set a:hover {
  text-decoration: underline;
}
.links-list .links-set .line {
  display: inline-block;
  vertical-align: top;
  background: #e7e7e7;
  width: 1px;
  height: 14px;
  overflow: hidden;
  margin: 7px 15px;
}

.footer-wrap {
  height: 113px;
}

.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  margin: auto;
  padding: 15px 0;
  text-align: center;
  color: #666;
  font-size: 12px;
  background: #fff;
}
.footer p {
  margin: 5px 0;
}
.footer a {
  color: #666;
}
.footer a:hover {
  color: #2b91e3;
  text-decoration: underline;
}
.footer i {
  margin: 0 3px;
  color: #ddd;
}

.header {
  background: #fff;
  padding: 0;
  border-bottom: 1px solid #F3F4F5;
}
.header .logo a {
  background-image: url(../images/logo.svg?v=3.6);
  background-repeat: no-repeat;
}
.header .top-nav a {
  color: #1A2734;
}
.header .top-nav a:hover, .header .top-nav a.focus {
  color: #2777F8;
}
.header .top-nav a.focus {
  border-bottom: 0;
}
.header .top-nav a.focus:after {
  background: #2777F8;
}

.container {
  padding-top: 61px;
}
.container .row {
  position: relative;
  height: 637px;
  background: #fff;
}
.container .row:nth-child(even) {
  background: #F7FCFE;
}
.container .row:nth-child(odd) .wrap .pic {
  float: right;
}
.container .row .wrap {
  width: 1000px;
  margin: 0 auto;
}
.container .wrap .pic {
  float: left;
}
.container .wrap .pic.p-manage {
  width: 484px;
  height: 343px;
  margin: 94px 22px 0 0;
  background-image: url(../images/pic_manage.png?v=3.6);
  background-image: -webkit-image-set(url(../images/pic_manage.png?v=3.6) 1x, url(../images/pic_manage@2x.png?v=3.6) 2x);
  background-repeat: no-repeat;
}
.container .wrap .pic.p-synch {
  width: 509px;
  height: 418px;
  margin: 95px 0 0;
  background-image: url(../images/pic_synch.png?v=3.6);
  background-image: -webkit-image-set(url(../images/pic_synch.png?v=3.6) 1x, url(../images/pic_synch@2x.png?v=3.6) 2x);
  background-repeat: no-repeat;
}
.container .wrap .pic.p-exp {
  width: 441px;
  height: 384px;
  margin: 119px 59px 0 0;
  background-image: url(../images/pic_exp.png?v=3.6);
  background-image: -webkit-image-set(url(../images/pic_exp.png?v=3.6) 1x, url(../images/pic_exp@2x.png?v=3.6) 2x);
  background-repeat: no-repeat;
}
.container .wrap .slogan {
  float: left;
  position: relative;
  margin: 190px 0 0 0;
  font-size: 0;
}
.container .wrap .slogan.slg-manage {
  width: 306px;
  height: 105px;
  background-image: url(../images/slogan_manage.svg?v=3.6);
  background-repeat: no-repeat;
}
.container .wrap .slogan.slg-synch {
  width: 323px;
  height: 105px;
  background-image: url(../images/slogan_synch.svg?v=3.6);
  background-repeat: no-repeat;
}
.container .wrap .slogan.slg-exp {
  width: 352px;
  height: 116px;
  background-image: url(../images/slogan_exp.svg?v=3.6);
  background-repeat: no-repeat;
}

.banner {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  height: 100%;
  background: #fff;
}
.banner .icon-star {
  position: absolute;
  top: 27px;
  left: 380px;
  width: 40px;
  height: 40px;
  background-image: url(../images/icon_star.svg?v=3.6);
  background-repeat: no-repeat;
}
.banner .cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 128px;
  left: 0;
  width: 420px;
}
.banner .slogan {
  width: 218px;
  height: 86px;
  margin: 0 auto;
  font-size: 0;
  background-image: url(../images/slogan_banner.svg?v=3.6);
  background-repeat: no-repeat;
}
.banner .banner-wrap {
  margin: 30px 0 20px;
}
.banner .banner-wrap > a {
  display: block;
  width: 200px;
  height: 50px;
  margin: 0 auto;
  font-size: 0;
  line-height: 50px;
  text-align: center;
  border-radius: 4px;
  background: #2777F8;
}
.banner .banner-wrap > a i, .banner .banner-wrap > a span {
  display: inline-block;
  vertical-align: middle;
}
.banner .banner-wrap > a span {
  font-size: 20px;
  line-height: 28px;
  color: #fff;
}
.banner .banner-wrap > a .icon-dw {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  overflow: hidden;
  background-image: url(../images/icon_dw.svg?v=3.6);
  background-repeat: no-repeat;
}
.banner .banner-wrap > a:hover {
  background: #266EE3;
}
.banner .banner-desc {
  font-size: 0;
  color: #8a929b;
}
.banner .banner-desc .item {
  position: relative;
  display: inline-block;
  margin: 0 7px 0 8px;
  font-size: 12px;
  line-height: 22px;
  color: #1A2535;
}
.banner .banner-desc .item:not(:last-child):after {
  content: "";
  position: absolute;
  top: 50%;
  right: -8px;
  width: 1px;
  height: 14px;
  margin-top: -7px;
  background: #d1d3d7;
}
.banner .banner-desc a {
  color: #2777F8;
}
.banner .pic-wrap {
  position: absolute;
  top: 130px;
  right: 50px;
  width: 520px;
  height: 353px;
}
.banner .pic-wrap:before, .banner .pic-wrap:after {
  content: "";
  position: absolute;
  width: 170px;
  height: 134px;
  background-image: url(../images/dot.png?v=3.6);
  background-image: -webkit-image-set(url(../images/dot.png?v=3.6) 1x, url(../images/dot@2x.png?v=3.6) 2x);
  background-repeat: no-repeat;
}
.banner .pic-wrap:before {
  top: -60px;
  right: -40px;
}
.banner .pic-wrap:after {
  bottom: -60px;
  left: -40px;
}
.banner .pic-wrap .pic {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
}
.banner .pic-wrap .pic img {
  display: block;
  width: 100%;
}
.banner .pic-wrap .pic:after {
  content: "";
  position: absolute;
  bottom: 65px;
  right: -50px;
  width: 114px;
  height: 234px;
  background-image: url(../images/people.png?v=3.6);
  background-image: -webkit-image-set(url(../images/people.png?v=3.6) 1x, url(../images/people@2x.png?v=3.6) 2x);
  background-repeat: no-repeat;
}

.video-container {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10001;
  overflow: hidden;
  background: #fff;
  -webkit-animation: 0.4s opacityit linear;
}
.video-container .close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 34px;
  height: 34px;
  line-height: 34;
  overflow: hidden;
  background-image: url(../images/icon_close.png?v=3.6);
  background-image: -webkit-image-set(url(../images/icon_close.png?v=3.6) 1x, url(../images/icon_close@2x.png?v=3.6) 2x);
}
.video-container .video-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1000px;
  height: 400px;
  margin: -200px 0 0 -500px;
  background: #fff;
}
.video-container .video-box object,
.video-container .video-box video {
  display: block;
  width: 1000px;
  height: 400px;
}