@charset 'utf-8';
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-family: 'PingFang SC', 'Lantinghei SC', 'Source Han Sans CN', 'Source Han Sans SC', 'Helvetica Neue', Helvetica, Arial, 'STHeitiSC-Light', 'WenQuanYi Zen Hei', 'WenQuanYi Micro Hei', 'sans-serif', 'Microsoft YaHei';
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-break: break-word;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
small {
  font-size: 12px;
}
ol,
ul {
  list-style-type: none;
}
legend {
  color: #000;
}
fieldset,
img {
  border: 0;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
}
body,
button,
input,
select,
textarea {
  font: 14px/25px '';
  color: #151515;
}
/*"Open Sans","Hiragino Sans GB","Microsoft YaHei",STHeiti,"WenQuanYi Micro Hei",SimSun,Arial,sans-serif*/
input,
select,
textarea {
  font-size: 100%;
  outline: 0;
}
button {
  cursor: pointer;
  outline: 0;
}
mark {
  background-color: transparent;
}
a {
  text-decoration: none;
  color: inherit;
  outline: 0;
  _color: #151515;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: 0;
}
::selection {
  color: #fff;
  background: #fff;
  text-shadow: none;
}
::-moz-selection {
  color: #fff;
  background: #fff;
  text-shadow: none;
}
input::-ms-clear {
  display: none;
}
input[type=password]::-ms-reveal {
  display: none;
}
*,
*:after,
*:before {
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.clearFix:after {
  content: '';
  display: block;
  clear: both;
}
.no {
  display: none;
}
body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-overflow-scrolling: touch;
  background: #140DAA;
}
a {
  color: #333;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}
.ellipsis-1,
.ellipsis-2,
.ellipsis-3,
.ellipsis-4 {
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.ellipsis-1 {
  -webkit-line-clamp: 1;
}
.ellipsis-2 {
  -webkit-line-clamp: 2;
}
.ellipsis-3 {
  -webkit-line-clamp: 3;
}
.ellipsis-4 {
  -webkit-line-clamp: 4;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.Dig_scrollys::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.Dig_scrollys::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  background-color: #63E5F3;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}
.Fv_body {
  background: url(../img/Fv_bg.png) no-repeat center 0;
}
.Fv_tophead {
  height: 400px;
  background: url(../img/Fv_header.png) no-repeat center center;
}
.Fv_Jcenbox {
  width: 1200px;
  margin: 0 auto;
}
.Fv_Jns {
  border: 1px solid rgba(85, 225, 230, 0.4);
  background: #03037b;
  padding: 30px 20px;
  color: #fff;
  position: relative;
}
.Fv_Jns > p {
  margin-bottom: 25px;
  text-indent: 2em;
  font-size: 18px;
  line-height: 28px;
}
.Fv_Jns > p:last-child {
  margin-bottom: 10px;
}
.Fv_Jns .Fvzs {
  position: absolute;
  border: 2px solid #55e1e6;
  width: 14px;
  height: 14px;
}
.Fv_Jns .Fv_1 {
  left: 0;
  top: 0;
  border-bottom: none;
  border-right: none;
}
.Fv_Jns .Fv_2 {
  right: 0;
  top: 0;
  border-bottom: none;
  border-left: none;
}
.Fv_Jns .Fv_3 {
  left: 0;
  bottom: 0;
  border-top: none;
  border-right: none;
}
.Fv_Jns .Fv_4 {
  right: 0;
  bottom: 0;
  border-top: none;
  border-left: none;
}
.F_luy_atexts {
  width: 1200px;
  height: 200px;
  background: url(../img/Flybanner1.png) no-repeat center center;
  background-size: 100%;
  position: relative;
  padding-top: 10px;
}
.F_luy_atexts h2 {
  text-align: center;
  font-size: 48px;
  line-height: 70px;
  font-style: italic;
  font-weight: bold;
  background: linear-gradient(180deg, #C1CBFB 0%, #FFFFFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.F_luy_atexts p {
  width: 900px;
  margin: 0 auto;
  color: #fff;
  padding: 10px;
  font-size: 15px;
  text-align: justify;
  background: linear-gradient(-90deg, rgba(98, 34, 220, 0) 0%, rgba(98, 34, 220, 0.1) 20%, rgba(3, 3, 123, 0.4) 50%, rgba(98, 34, 220, 0) 100%);
}
.Fv_smtitle {
  display: flex;
  align-items: center;
  justify-content: center;
}
.Fv_smtitle div {
  width: 350px;
  height: 114px;
  background: url(../img/Fv_titbg.png) no-repeat center center;
  text-align: center;
  line-height: 114px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
}
.FP_footerbox {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  color: #fff;
  padding: 50px 0 30px;
  z-index: 1;
  position: relative;
}
.FP_footerbox p {
  padding-top: 10px;
}
.FP_footerbox a {
  color: #fff;
}
.Fv_lylistbox {
  overflow: auto;
  max-height: 500px;
}
.Fv_lylistbox::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.Fv_lylistbox::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  background-color: #63E5F3;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}
.Fv_lylistbox dl {
  display: flex;
  width: 50%;
  float: left;
  margin-bottom: 20px;
}
.Fv_lylistbox dl > a {
  display: flex;
}
.Fv_lylistbox dl dt {
  width: 70px;
  height: 70px;
  background: #fff;
  margin-right: 12px;
}
.Fv_lylistbox dl dt img {
  display: block;
  width: 100%;
  height: 100%;
}
.Fv_lylistbox dl dd {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  padding-right: 100px;
}
.Fv_lylistbox dl dd h2 {
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 18px;
  display: none;
}
.Fv_lylistbox dl dd div {
  display: flex;
}
.Fv_lylistbox dl dd div p {
  flex: 1;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 22px;
  text-align: justify;
  color: #fff;
}
.Fv_lylistbox dl dd div a {
  color: #fff;
}
.Fv_video_abox {
  height: 645px;
  background: url(../img/Fv_vidbg.png) no-repeat center;
  padding: 50px 110px 40px;
  position: relative;
}
.Fv_video_abox .Fv_numboer {
  position: absolute;
  left: 0;
  top: -18px;
  width: 367px;
  height: 40px;
  background: url(../img/Fv_sline.png) no-repeat;
  line-height: 40px;
}
.Fv_video_abox .Fv_numboer div {
  color: #FC802C;
  font-size: 16px;
  width: 140px;
  text-align: center;
  padding-top: 6px;
}
.Fv_video_abox video {
  width: 980px;
  height: 550px;
  background: #000;
}
.Fv_luycenbox {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.Fv_luycenbox .Fv_ott {
  margin-bottom: 10px;
  position: relative;
  padding-left: 140px;
}
.Fv_luycenbox .Fv_ott .Fv_wu {
  width: 800px;
  height: 85px;
  border: 1px solid #2C69C7;
  padding: 10px 0;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.Fv_luycenbox .Fv_ott .Fv_wu .Fv_wtime {
  font-size: 24px;
  padding: 0 20px;
  border-right: 1px solid #213BBD;
  height: 65px;
  line-height: 65px;
}
.Fv_luycenbox .Fv_ott .Fv_wu .Fv_wtext {
  padding-left: 20px;
}
.Fv_luycenbox .Fv_ott .Fv_wu .Fv_wtext h2 {
  font-size: 20px;
  font-weight: bold;
}
.Fv_luycenbox .Fv_ott .Fv_wu .Fv_wtext p {
  font-size: 18px;
  padding-top: 5px;
}
.Fv_luycenbox .Fv_ott .Fv_wu .Fv_wtext p span {
  margin-right: 20px;
  color: #4AD8E4;
}
.Fv_luycenbox .Fv_ott .Fv_Uleftu {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
}
.Fv_luycenbox .Fv_ott .Fv_Uleftu::after {
  content: '';
  width: 1px;
  height: 70px;
  background: #45C5E0;
  position: absolute;
  left: 100px;
}
.Fv_luycenbox .Fv_ott .Fv_Uleftu::before {
  content: '';
  width: 1px;
  height: 100px;
  background: #45C5E0;
  position: absolute;
  left: 100px;
  bottom: 30px;
}
.Fv_luycenbox .Fv_ott .Fv_Uleftu div {
  height: 30px;
  line-height: 28px;
  border: 1px solid #45C5E0;
  font-size: 18px;
  padding: 0 10px;
  position: relative;
  border-right: none;
}
.Fv_luycenbox .Fv_ott .Fv_Uleftu div::after {
  content: '';
  position: absolute;
  width: 22px;
  height: 22px;
  border: 1px solid #45C5E0;
  transform: rotate(45deg);
  top: 3px;
  right: -10px;
  border-left: none;
  border-bottom: none;
}
.Fv_luycenbox .Fv_ott .Fv_Uleftu div::before {
  content: '';
  width: 13px;
  height: 13px;
  position: absolute;
  right: -32px;
  top: 8px;
  border: 2px solid #45C5E0;
  border-radius: 50%;
}
.Fv_GOzt {
  width: 120px;
  height: 60px;
  background: linear-gradient(180deg, #47CBD3 0%, #232B99 60%, #0D0E6F 100%);
  color: #fff;
  line-height: 60px;
  text-align: center;
  position: fixed;
  right: 0;
  top: 50%;
}
.Fv_GOzt a {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
