﻿@charset "UTF-8";
html {
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html,
body,
div,
object,
iframe,
applet,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
address,
dl,
dt,
dd,
ol,
ul,
li,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
progress {
  margin: 0;
  padding: 0;
  border: 0;
}

li {
  list-style: none;
}

a {
  background-color: transparent;
  text-decoration: none;
}

b,
strong {
  font-weight: bold;
}

img {
  border: 0;
  vertical-align: middle;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

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

td,
th {
  padding: 0;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}

.clearfix {
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.wrap {
  width: 1200px;
  margin: 0 auto;
}

/* ä¸“é¢˜é¡¶éƒ¨å¯¼èˆª */
.top-bar {
  border-bottom: 2px #E20000 solid;
  background: #fff;
  z-index: 1000;
}

.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(http://images.ofweek.com/images/global-steven/email/ico_email.png) no-repeat left;
}

body {
  background-color: #e7e7e7;
}

.banner {
  width: 100%;
  height: 403px;
  background: url("../images/banner.jpg") center top no-repeat;
  margin-top: 20px;
}

.banner .title {
  padding-left: 35px;
  padding-top: 50px;
  line-height: 1;
  font-size: 62px;
  color: #fff;
}

.banner .sub-title {
  padding-left: 35px;
  padding-top: 15px;
  line-height: 1;
  font-size: 43px;
}

.banner .title-info {
  padding-left: 35px;
  padding-top: 50px;
  line-height: 1;
  font-size: 27px;
  color: #fff;
}

.banner .apply {
  display: block;
  margin-left: 35px;
  margin-top: 60px;
  width: 234px;
  height: 53px;
  border-radius: 53px;
  background-color: #121212;
  line-height: 53px;
  text-align: center;
  font-size: 26px;
  text-align: center;
  color: #fff;
}

.layout-two {
  margin-top: 20px;
  border: 1px solid #c0c0c0;
  background-color: #fff;
}

.layout-two .layout-two-left {
  width: 580px;
  height: 256px;
  padding: 0 35px;
  padding-top: 32px;
  position: relative;
}

.layout-two .layout-two-left .title {
  font-size: 30px;
  font-weight: bold;
  color: #121212;
  padding-left: 10px;
  line-height: 1.45;
  border-left: 8px solid #fcc800;
}

.layout-two .layout-two-left .data-layout {
  padding-top: 24px;
}

.layout-two .layout-two-left .data-title {
  font-size: 14px;
  color: #595757;
  line-height: 1;
  font-weight: bold;
}

.layout-two .layout-two-left .data-content {
  font-size: 14px;
  color: #595757;
  line-height: 20px;
  padding-top: 7px;
  text-indent: 30px;
  line-height: 1.6;
}

.layout-two .layout-two-left .learn-more {
  position: absolute;
  width: 110px;
  height: 25px;
  background-color: #fcc800;
  color: #000;
  font-size: 12.5px;
  text-align: center;
  line-height: 25px;
  left: 36px;
  bottom: 25px;
}

.layout-three {
  margin-top: 20px;
  border: 1px solid #c0c0c0;
  width: 998px;
  padding: 37px 100px 50px;
  background: url("../images/table-bg.jpg") no-repeat top center;
  background-size: cover;
}

.layout-three .layout-table {
  margin-top: 34px;
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
}

.layout-three .layout-table tr td {
  padding: 20px 0 20px 50px;
}

.layout-three .layout-table tr td:first-child {
  padding-left: 20px;
  border-right: 1px solid #979797;
}

.layout-three .layout-table tr:nth-child(2n) {
  background: rgba(227, 227, 227, 0.7);
}

.global-title {
  text-align: center;
  font-size: 24px;
  color: #000;
  position: relative;
  height: 46px;
  font-weight: bold;
}

.global-title::after {
  display: block;
  background-color: #fcc800;
  width: 96px;
  height: 5px;
  content: '';
  position: absolute;
  bottom: 0;
  left: 45.9%;
}

.layout-four {
  border: 1px solid #c0c0c0;
  margin-top: 20px;
  padding-top: 28px;
  background-color: #fff;
  padding-bottom: 48px;
}

.layout-four .content {
  padding: 0 39px;
}

.layout-four .content .content-item {
  margin-right: 32px;
}

.layout-four .content .content-item video {
  display: block;
  width: 352px;
  height: 237px;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #000;
}

.layout-four .content .content-item p {
  line-height: 1;
  text-align: center;
  font-size: 17px;
  color: #000;
  padding-top: 24px;
}

.layout-four .content .layout-four-btn {
  display: block;
  width: 166px;
  height: 33px;
  line-height: 33px;
  border-radius: 33px;
  text-align: center;
  margin: 0 auto;
  background: #e4111a;
  color: #fff;
  font-size: 17px;
}

.zydsb {
  padding: 3% 0;
}

.zydsb .tabs {
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 0;
  margin-top: 5.4%;
}

.zydsb .tabs a {
  width: 280px;
  height: 50px;
  border: 1px solid #666;
  border-radius: 25px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  line-height: 50px;
  color: #666;
  margin: 0 35px;
}

.zydsb .tabs a:before {
  position: absolute;
  opacity: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 5px solid #fcc800;
  content: '';
  border-radius: 40px;
}

.zydsb .tabs a:hover:before {
  animation: dh-0 .6s both;
  -webkit-animation: dh-0 .6s both;
}

.zydsb .tabs a span {
  padding-left: 38px;
  background-position: left center;
  background-repeat: no-repeat;
  display: inline-block;
}

.zydsb .tabs a.a1 span {
  background-image: url("../images/solar/icon3.png");
}

.zydsb .tabs a.a2 span {
  background-image: url("../images/solar/icon4.png");
}

.zydsb .tabs a.a3 span {
  background-image: url("../images/solar/icon5.png");
}

.zydsb .tabs a:hover {
  background-color: #fcc800;
  color: #000;
  border: 1px solid #fcc800;
}

.zydsb .tabs a:hover.a1 span {
  background-image: url("../images/solar/icon3_h.png");
}

.zydsb .tabs a:hover.a2 span {
  background-image: url("../images/solar/icon4_h.png");
}

.zydsb .tabs a:hover.a3 span {
  background-image: url("../images/solar/icon5_h.png");
}

.zydsb .tabs a.on {
  background-color: #fcc800;
  color: #000;
  border: 1px solid #fcc800;
  -webkit-box-shadow: 1px 8px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 8px 30px rgba(0, 0, 0, 0.15);
}

.zydsb .tabs a.on.a1 span {
  background-image: url("../images/solar/icon3_h.png");
}

.zydsb .tabs a.on.a2 span {
  background-image: url("../images/solar/icon4_h.png");
}

.zydsb .tabs a.on.a3 span {
  background-image: url("../images/solar/icon5_h.png");
}

.zydsb .list {
  margin-top: 6.8%;
}

.zydsb .list .item {
  display: none;
}

.zydsb .list .item ul li {
  width: 25%;
  float: left;
  margin-bottom: 60px;
  position: relative;
}

.zydsb .list .item ul li .pic {
  width: 100%;
  height: auto;
  position: relative;
}

.zydsb .list .item ul li .line {
  width: 32px;
  height: 4px;
  margin: 20px auto 0;
  background-color: #fcc900;
}

.zydsb .list .item ul li .tits {
  text-align: center;
  font-size: 24px;
  line-height: 24px;
  color: #333;
  margin-top: 18px;
}

.zydsb .list .item ul li .tit {
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  height: 26px;
  color: #666;
  margin-top: 7px;
}

.zydsb .list .item ul li .icon {
  width: 54px;
  height: 54px;
  position: absolute;
  top: 10%;
  right: 10%;
}

.layout-five {
  border: 1px solid #c0c0c0;
  margin-top: 20px;
}

.layout-five .main-content {
  height: 460px;
  background: url("../images/layout-five-bg.jpg") center no-repeat;
  margin: 0 auto;
}

.layout-five .main-content .global-title {
  margin-top: 28px;
}

.layout-five .main-content .slogn {
  font-size: 56px;
  margin-left: 70px;
  color: #fff;
  margin-top: 42px;
  line-height: 1;
}

.layout-five .main-content .sub-slogn {
  margin-left: 70px;
  color: #fff;
  margin-top: 17px;
  font-size: 31px;
}

.layout-five .main-content .detail {
  margin-top: 40px;
  margin-left: 70px;
  color: #fff;
  line-height: 24px;
}

.layout-five .main-content .detail span {
  color: #fff;
  font-size: 19px;
}

.apply-button {
  margin: 0 auto;
  margin-top: 40px;
  width: 252px;
  height: 50px;
  border-radius: 8px;
  background-color: #ff0000;
  margin-bottom: 25px;
  font-size: 23px;
  text-align: center;
  color: #fff;
  line-height: 50px;
  display: block;
}

.animation {
  -webkit-transform: translate(0, 80px);
  transform: translate(0, 80px);
  opacity: 0;
}

.animation.srcospcur {
  -webkit-transform: translate(0, 0px);
  transform: translate(0, 0px);
  opacity: 1;
  transition: 1.3s;
  -webkit-transition: 1.3s;
  -moz-transition: 1.3s;
  -ms-transition: 1.3s;
  -o-transition: 1.3s;
}
/*# sourceMappingURL=main.css.map */