/* CSS Document */
@charset "UTF-8";
/* CSS Document */
* {
  padding: 0;
  margin: 0;
  list-style: none;
/*  border: 0;*/
}

*, *:before, *:after {
  margin: 0;
  padding: 0;
}

html, body {
  margin: 0;
  border: 0;
  padding: 0;
}

html {
  font-family: "微软雅黑", Microsoft YaHei, tahoma, arial, Hiragino Sans GB, \\5b8b\4f53, sans-serif,PingFangSC-Regular;
}

 body {
 overflow-x: hidden !important;
  color: #333;
  font-size: 14px;
  /* line-height: 180%; */
  text-align: center;
  min-width: 1020px;
} 

div {
  margin: 0 auto;
  text-align: left;
}

li {
  text-align: left;
}
a{
  text-decoration: none;
}
a:link, a:visited {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #333;
  text-decoration: underline;
}

img {
  border: none;
}

ol, ul, li {
  list-style: none;
}

em, i {
  font-style: normal;
}

i {
  font-style: italic;
}

/*clear*/
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
  overflow: hidden;
}

.clearfix {
  zoom: 1;
}

/*other*/
h1, h2, h3, h4, h5, h6 {
  text-align: left;
  font: normal 12px/200% "Microsoft Yahei";
}

/*blcg*/
.content {
    width: 100%;
    height: 100%;
    padding-bottom: 0px;
}
.w1010 {
    width: 1010px;
}
.con {
    margin: 0 auto;
}
.top-video-content {
    position: relative;
    margin-top: 0px;
}
#video {
    line-height: 2;
    font-size: 18px;
    font-family: PingFangSC-Regular;
}
#video p {
    text-align: left;
    padding: 6px 0;
    line-height: 34px;
	text-indent: 2em;
}
#video p:first-child {
    margin: 0 auto;
}
