@charset "utf-8";
/*
简介：可通用所有项目，包含样式重设和常用样式，参考自 Alice CSS
规则：a、前缀 j- 开始的样式都是供javascript操作的，通用的 不可随意更改
b、前缀 g- 开始的样式都是通用的模块样式，不可随意更改
*/
/* CSS Reset 样式重设
----------------------------------------------------------------------------- */
/* 防止用户自定义背景颜色对网页的影响 */
html {
  color: #000;
  background: #fff;
  font-family: '思源黑体 CN';
}
/* 清除内外边距，内外边距通常让各个浏览器样式的表现位置不同 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
div,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
button,
th,
td,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}
/* 重设 HTML5 标签，IE 需要在 js 中 createElement(TAG) */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
/* HTML5 媒体文件跟 img 保持一致 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/* 要注意表单元素并不继承父级 font 的问题 */
/* 使表单元素在 IE 下能继承字体大小 */
input,
select,
textarea {
  font-size: 100%;
}
/* ?解决在 IE7 及更早浏览器下随着 value 增多两边留白也随着增加的问题 */
input,
button {
  *overflow: visible;
}
/* ?去除 button 点击时在火狐下的虚线框 */
/* button::-moz-focus-inner {
border-color: transparent;
} */
/* ?解决 Firefox 下按钮内文字垂直居中 */
input[type='reset']::-moz-focus-inner,
input[type='button']::-moz-focus-inner,
input[type='submit']::-moz-focus-inner,
input[type='file'] > input[type='button']::-moz-focus-inner,
button::-moz-focus-inner {
  border: none;
  padding: 0;
}
/* 去掉各Table cell 的边距并让其边重合 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* IE bug fixed: th 不继承 text-align */
th {
  text-align: inherit;
}
/* 去除默认边框 */
fieldset,
img {
  border: 0;
  vertical-align: top;
}
/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
  display: block;
}
/* 去掉 firefox 下此元素的边框 */
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
/* 一致的 del 样式 */
del {
  text-decoration: line-through;
}
/* 将斜体扶正 */
address,
caption,
cite,
code,
dfn,
em,
th,
var,
i {
  font-style: normal;
  font-weight: 500;
}
/* 代码字体 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/* 去掉列表前的标识 li 会继承 */
ol,
ul {
  list-style: none;
}
/* 对齐是排版最重要的因素，别让什么都居中 */
caption,
th {
  text-align: left;
}
/* 来自 Yahoo，让标题都自定义，适应多个系统应用 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 600;
}
q:before,
q:after {
  content: '';
}
/* 统一上标和下标 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* 标记，类似于手写的荧光笔的作用 */
mark {
  background: #fffdd1;
}
/* 正常链接 未访问 */
a:link,
a:visited {
  color: inherit;
}
/* 默认不显示下划线，保持页面简洁 */
ins,
a {
  text-decoration: none;
}
/* 常用样式
----------------------------------------------------------------------------- */
/* 人民币符号 */
.fn-rmb {
  font-family: arial;
  font-style: normal;
  padding-right: 4px;
}
* {
  tap-highlight-color: rgba(255, 255, 255, 0);
  -ms-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-text-size-adjust: none;
  /*-webkit-user-select: none;*/
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0;
}
.top-bar {
  width: 100%;
  background: #fff;
  border-bottom: 2px #e20000 solid;
}
.top-bar-login,
.top-bar-login-after {
  line-height: 30px;
  font: 12px/30px simsun;
}
.top-bar-login-after {
  display: none;
}
.top-bar .ofw-logo {
  margin-top: 2px;
}
.top-bar-login > .signin {
  display: inline-block;
  background: #e20000;
  height: 24px;
  width: 50px;
  border-radius: 2px;
  text-align: center;
  margin-top: 3px;
  line-height: 24px;
}
.top-bar-login > .signin > a {
  color: #fff;
}
.top-bar-login a,
.top-bar-login-after a {
  color: #333;
}
.top-bar-login a:hover,
.top-bar-login-after a:hover {
  text-decoration: underline;
}
.top-bar-login i {
  font-style: normal;
  color: #666;
}
.top-bar-login > .email {
  padding-left: 24px;
  display: inline-block;
  background: url(//images.ofweek.com/images/global-steven/email/ico_email.png) no-repeat left;
}
.top-bar-login .lang_change {
  text-decoration: none;
  font-size: 19px;
  line-height: 34px;
  padding-top: 5px;
}
.top-bar-login .lang_change a {
  text-decoration: none;
  font-size: 19px;
  line-height: 34px;
  font-family: Arial, Helvetica, sans-serif;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}
#g-footer {
  width: 100%;
  margin-top: 15px;
  padding: 10px 0;
  border-top: 1px solid #ddd;
  clear: both;
  font-family: simsun;
  font-size: 12px;
}
#g-footer .g-wrap {
  width: 1200px;
  margin: auto;
}
#g-footer .g-footer-nav {
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#g-footer .g-footer-nav a {
  color: #1a4991;
  text-decoration: none;
}
#g-footer .g-footer-nav a:hover {
  color: #f15c00;
  text-decoration: underline;
}
#g-footer .g-footer-links {
  color: #666;
  float: left;
  line-height: 25px;
  padding: 5px 0;
  text-align: center;
  width: 100%;
}
#g-footer .g-footer-links a,
#g-footer .g-footer-record a {
  color: #243851;
}
#g-footer .g-footer-links a:hover,
#g-footer .g-footer-record a:hover {
  color: #c00;
}
#g-footer .g-footer-record {
  width: 536px;
  margin: 0 auto 10px;
  overflow: hidden;
}
#g-footer .g-footer-record p {
  border: 1px solid #d2d2d2;
  float: left;
  font-size: 12px;
  height: 50px;
  line-height: 20px;
  margin: 6px;
  width: 120px;
  overflow: hidden;
}
#g-footer .g-footer-record .fn-fl {
  padding: 3px;
  float: left;
}
#g-footer .g-footer-record .fn-fr {
  padding: 5px 3px 0;
  width: 72px;
  float: right;
}
.wrap {
  width: 1200px;
  margin: 0 auto;
}
.publicTitle {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  color: #002fc4;
  padding: 30px 0;
  background: url(../img/t_bg.png) no-repeat center;
}
nav {
  line-height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 13.5px;
  background: #0300c1;
  color: #ffffff;
}
nav .wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
nav .wrap .logos {
  width: 50%;
}
nav .wrap .logos img {
  vertical-align: middle;
}
nav .wrap ul {
  display: flex;
  flex-direction: row;
}
header {
  box-sizing: border-box;
  background: url(../img/ban.jpg) no-repeat center #fff;
  height: 565px;
}
header .wrap {
  display: flex;
  flex-direction: column;
}
header .wrap .img1 {
  padding: 90px 0 20px;
}
header .wrap .img2 {
  padding: 30px 0 50px;
}
header .wrap ul {
  width: 800px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
header .wrap ul li {
  width: 50%;
  display: flex;
  padding: 15px 0;
}
header .wrap ul li img {
  margin-right: 10px;
}
header .wrap ul li span {
  color: #00f6ff;
}
header .wrap ul li p {
  width: 180px;
  margin-top: 5px;
  color: #fff;
  background-image: linear-gradient(to right, #0674b7, transparent);
}
header .wrap ul li .icon {
  width: 50px;
  height: 50px;
}
section .back .back_text {
  font-size: 18px;
  text-indent: 2rem;
  line-height: 1.5;
}
section .back .back_text p {
  padding: 14px 0;
}
section .back .back_text img {
  width: 100%;
  padding: 20px 0;
}
section .light {
  background: url(../img/light.png) no-repeat center #175af1;
  background-size: cover;
}
section .light .publicTitle {
  background: url(../img/t_bg_w.png) no-repeat center;
  color: #fff;
}
.range {
  background: #f2fafe;
}
.range .range_ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.range .range_ul li {
  width: 48%;
  border-radius: 10px;
  box-shadow: 0 0 10px 1px #ebf3fa;
  margin: 10px;
  background: #fff;
  box-sizing: border-box;
}
.range .range_ul li:hover {
  transition: all 0.5s linear;
}
.range .range_ul li:hover:nth-child(1) {
  background: #468bff;
}
.range .range_ul li:hover:nth-child(2) {
  background-image: linear-gradient(to right, #fb8868, #ee3d49);
}
.range .range_ul li:hover:nth-child(3) {
  background-image: linear-gradient(to right, #f0a535, #ff6a28);
}
.range .range_ul li:hover:nth-child(4) {
  background-image: linear-gradient(to right, #59c414, #2cb501);
}
.range .range_ul li:hover div {
  color: #fff;
}
.range .range_ul li:hover div span {
  background: #fff;
}
.range .range_ul li:nth-child(2) span {
  background: url(../img/c_bg_r.png) no-repeat center;
  background-size: contain;
}
.range .range_ul li:nth-child(3) {
  margin-top: 60px;
}
.range .range_ul li:nth-child(3) span {
  background: url(../img/c_bg_o.png) no-repeat center;
  background-size: contain;
}
.range .range_ul li:nth-child(4) {
  margin-top: 60px;
}
.range .range_ul li:nth-child(4) span {
  background: url(../img/c_bg_g.png) no-repeat center;
  background-size: contain;
}
.range .range_ul li div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  color: #000;
  align-items: center;
}
.range .range_ul li div span {
  display: inline-block;
  width: 80px;
  height: 80px;
  box-shadow: 0 0 10px 1px #ddd;
  background: #fff;
  border-radius: 50%;
  background: url(../img/c_bg_b.png) no-repeat center;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -40px;
}
.range .range_ul li div span img {
  width: 42px;
}
.range .range_ul li div h2 {
  font-size: 18px;
  text-align: center;
  padding-bottom: 10px;
  position: relative;
  top: -20px;
}
.range .range_ul li div p {
  font-size: 16px;
  position: relative;
  top: -10px;
  padding: 0 20px;
}
.atst {
  padding-bottom: 50px;
}
.atst .atst_ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 16px;
  justify-content: space-between;
}
.atst .atst_ul li {
  box-sizing: border-box;
  padding: 20px;
  width: 23%;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.atst .atst_ul li:nth-child(1) {
  background-image: linear-gradient(90deg, #88b3fb, #4787fd);
}
.atst .atst_ul li:nth-child(2) {
  background-image: linear-gradient(90deg, #fd7ed9, #c05af2);
}
.atst .atst_ul li:nth-child(3) {
  background-image: linear-gradient(90deg, #fd987c, #fc5d69);
}
.atst .atst_ul li:nth-child(4) {
  background-image: linear-gradient(90deg, #f8a634, #ff6a28);
}
.atst .atst_ul li:nth-child(5) {
  margin-top: 30px;
  background-image: linear-gradient(90deg, #7fd548, #33be08);
}
.atst .atst_ul li:nth-child(6) {
  margin-top: 30px;
  background-image: linear-gradient(90deg, #42efa8, #19a7f6);
}
.atst .atst_ul li:nth-child(7) {
  margin-top: 30px;
  background-image: linear-gradient(90deg, #8fdb55, #0bd39f);
}
.atst .atst_ul li:nth-child(8) {
  margin-top: 30px;
  background-image: linear-gradient(90deg, #fb87d3, #fb6066);
}
.atst .atst_ul li:nth-child(9) {
  margin-top: 30px;
  background-image: linear-gradient(90deg, #f093f6, #886ef7);
}
.atst .atst_ul li:nth-child(10) {
  margin-top: 30px;
  background-image: linear-gradient(90deg, #f0b536, #f06520);
}
.atst .atst_ul li:nth-child(11) {
  margin-top: 30px;
  background-image: linear-gradient(90deg, #18e3ed, #41a5fd);
}
.atst .atst_ul li:nth-child(12) {
  margin-top: 30px;
  background-image: linear-gradient(90deg, #f5a280, #e7790e);
}
.atst .atst_ul li .top_img {
  display: flex;
  flex-direction: row-reverse;
}
.atst .atst_ul li .bot_text {
  color: #ffffff;
}
.gust {
  background: url(../img/gustbg2.png) top;
  background-size: cover;
  color: #fff;
  padding-bottom: 33px;
}
.gust .publicTitle {
  background: url(../img/t_bg_w.png) no-repeat center;
  color: #fff;
}
.gust .gust_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 16px;
  justify-content: space-between;
  flex: 5;
}
.gust .gust_list li {
  margin-top: 50px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 18%;
}
.gust .gust_list li:hover::after {
  animation: roate 3s linear infinite;
}
@keyframes roate {
  100% {
    transform: rotate(360deg);
  }
}
.gust .gust_list li::after {
  content: '';
  position: absolute;
  width: 185px;
  top: -17px;
  height: 185px;
  background: url(../img/gust_bg.png) no-repeat center;
  background-size: contain;
}
.gust .gust_list li h2 {
  font-size: 18px;
  padding-top: 20px;
}
.gust .tip {
  width: 100%;
  font-size: 12px;
  text-align: right;
}
.part {
  padding-bottom: 50px;
}
.part .wrap ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.part .wrap ul li:nth-child(1) {
  width: 100%;
  background: url(../img/part_img_1.png) no-repeat center;
  background-size: cover;
}
.part .wrap ul li:nth-child(1) p {
  padding: 30px;
  width: 50%;
}
.part .wrap ul li:nth-child(2) {
  margin-top: 30px;
  width: 49%;
  background: url(../img/part_img_2.png) no-repeat center;
  background-size: cover;
}
.part .wrap ul li:nth-child(2) p {
  padding: 30px;
  width: 50%;
}
.part .wrap ul li:nth-child(3) {
  width: 49%;
  margin-top: 30px;
  background: url(../img/part_img_3.png) no-repeat center;
  background-size: cover;
}
.part .wrap ul li:nth-child(3) p {
  padding: 30px;
  width: 50%;
}
.ad {
  background: #f2fafe;
  padding-bottom: 50px;
}
.ad .publicTitle {
  padding: 60px 0;
}
.ad .ad_ul {
  border-radius: 2px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.ad .ad_ul li {
  padding: 5px 30px;
  width: 23%;
  background: #ffffff;
  transition: all 0.5s linear;
}
.ad .ad_ul li:hover {
  color: #fff;
  background: linear-gradient(to right, #00b1ff, #0134ed);
}
.ad .ad_ul li:hover span {
  background: #fff;
}
.ad .ad_ul li:hover span .img1 {
  display: none;
}
.ad .ad_ul li:hover span .img2 {
  display: block;
}
.ad .ad_ul li div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ad .ad_ul li div span {
  display: inline-block;
  width: 80px;
  height: 80px;
  box-shadow: 0 0 10px 1px #ddd;
  background: url(../img/c_bg_b.png) no-repeat center;
  background-size: cover;
  border-radius: 50%;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -40px;
}
.ad .ad_ul li div span img {
  width: 60%;
}
.ad .ad_ul li div span .img2 {
  display: none;
}
.ad .ad_ul li div h2 {
  font-size: 20px;
  text-align: center;
  position: relative;
  top: -20px;
}
.ad .ad_ul li div p {
  font-size: 18px;
  line-height: 1.6;
  position: relative;
  top: -10px;
}
.logos .wrap .t_s {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #002fc4;
  padding: 10px 0 10px;
  background: url(../img/t_s.png) no-repeat center;
}
.logos .wrap img {
  width: 100%;
}
.watch_back {
  padding-bottom: 40px;
}
.watch_back img {
  width: 100%;
}
.link {
  color: #fff;
  background: #0022b2;
}
.link .publicTitle {
  background: url(../img/t_bg_w.png) no-repeat center;
  color: #fff;
}
.link .link_cont {
  display: flex;
  flex-direction: row;
}
.link .link_cont .left {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.link .link_cont .left li {
  height: 130px;
  margin-bottom: 20px;
  width: 49%;
  border-bottom: 10px solid;
  border-image-source: url(../img/quxian.png);
}
.link .link_cont .right img {
  width: 100%;
}
.lightport .light-swiper {
  width: 1000px;
  height: 456px;
  margin: 30px auto 0;
  overflow: hidden;
}
.lightport .light-swiper .swiper-slide {
  position: relative;
}
.lightport .light-swiper .swiper-slide .swiper-txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 273px;
  background: url("../img/swiper.png") center bottom no-repeat;
  background-size: contain;
}
.lightport .light-swiper .swiper-slide img {
  width: 100%;
  height: 456px;
  object-fit: cover;
}
.lightport .light-con {
  position: relative;
  max-width: 1366px;
  height: 450px;
  margin: 40px auto 0;
}
.lightport .shadow {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 10px);
  height: 100%;
  background: #000;
  opacity: 0;
  transition: opacity 0.5s;
}
.lightport .light-con .light-item {
  position: absolute;
  top: 0;
  width: 33.33%;
  height: 450px;
  border-left: 5px solid #ebebeb;
  border-right: 5px solid #ebebeb;
  z-index: 1;
  transition: all 0.3s;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 800px 450px;
  overflow: hidden;
}
.lightport .light-con .light-item.on {
  width: 800px;
  z-index: 3;
}
.lightport .light-con .light-item.dark .shadow {
  opacity: 0.7;
  z-index: 9;
}
.lightport .light-con .light-item1 {
  left: 0;
}
.lightport .light-con .light-item2 {
  position: relative;
  margin: 0 auto;
}
.lightport .light-con .light-item3 {
  right: 0;
}
.lightport .light-txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 273px;
  background: url("../img/swiper.png") center bottom no-repeat;
  background-size: 800px 273px;
  overflow: hidden;
}
.lightport .light-txt-box {
  position: relative;
  top: 180px;
  left: 0;
}
.lightport .light-con .light-item.on .light-txt-box {
  top: 77px;
}
.lightport .light-txt .light-txt-box h3 {
  font-size: 30px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  margin-bottom: 12px;
}
.lightport .light-txt .light-txt-box p {
  opacity: 0;
  font-size: 16px;
  color: #fff;
  padding: 0 50px;
}
.lightport .light-con .light-item2 .light-txt .light-txt-box p {
  opacity: 1;
}
.lightport .swiper-txt div {
  padding-top: 127px;
}
.lightport .swiper-txt div h3 {
  font-size: 30px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  margin-bottom: 12px;
}
.lightport .swiper-txt div p {
  font-size: 16px;
  color: #fff;
  padding: 0 50px;
}
.lightport .light-con {
  position: relative;
  max-width: 1366px;
  height: 450px;
  margin: 40px auto 0;
}
.lightport .shadow {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 10px);
  height: 100%;
  background: #000;
  opacity: 0;
  transition: opacity 0.5s;
}
.lightport .light-con .light-item {
  position: absolute;
  top: 0;
  width: 33.33%;
  height: 450px;
  border-left: 5px solid #ebebeb;
  border-right: 5px solid #ebebeb;
  z-index: 1;
  transition: all 0.3s;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 800px 450px;
  overflow: hidden;
}
.lightport .light-con .light-item.on {
  width: 800px;
  z-index: 3;
}
.lightport .light-con .light-item.dark .shadow {
  opacity: 0.7;
  z-index: 9;
}
.lightport .light-con .light-item1 {
  left: 0;
}
.lightport .light-con .light-item2 {
  position: relative;
  margin: 0 auto;
}
.lightport .light-con .light-item2::after {
  position: absolute;
  left: 50%;
  bottom: 10px;
  content: '';
  margin-left: -10px;
  width: 20px;
  height: 18px;
  background: url("../images/sjx.png") center no-repeat;
}
.lightport .light-con .light-item3 {
  right: 0;
}
.lightport .light-txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 273px;
  background: url("../img/swiper.png") center bottom no-repeat;
  background-size: 800px 273px;
  overflow: hidden;
}
.lightport .light-txt-box {
  position: relative;
  top: 180px;
  left: 0;
}
.lightport .light-con .light-item.on .light-txt-box {
  top: 77px;
}
.lightport .light-txt .light-txt-box h3 {
  font-size: 30px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  margin-bottom: 12px;
}
.lightport .light-txt .light-txt-box p {
  opacity: 0;
  font-size: 16px;
  color: #fff;
  padding: 0 50px;
}
.lightport .light-con .light-item2 .light-txt .light-txt-box p {
  opacity: 1;
}
.swiper-tab {
  width: 100%;
  height: 110px;
  background-color: #001ba1;
}
.img_back {
  position: absolute;
  top: 9%;
  left: 39%;
}
.img_back .img1 {
  width: 780px;
}
.img_back .img2 {
  width: 780px;
  margin-top: -272px;
}
.swiper-tab ul {
  font-size: 0;
  text-align: center;
}
.swiper-tab ul li {
  display: inline-block;
  width: 142px;
  height: 111px;
  overflow: hidden;
  cursor: pointer;
}
.swiper-tab ul li img {
  display: block;
  margin: 25px auto 8px;
  height: 32px;
}
.swiper-tab ul li span {
  font-size: 18px;
  color: #fff;
}
.swiper-tab ul .on {
  background: #2d4ff1;
}
.text {
  font-size: 16px;
  padding: 0 50px;
  font-size: 14px;
  margin-top: -130px;
}
.text p {
  color: #fff;
  width: 625px;
  color: #000;
  font-weight: 600;
}
.light-wrap {
  background: transparent;
}
