/* ------------header------------*/
header {
  height: 70px;
}

.container {
  width: 1170px;
  margin: 0 auto;
}

header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-left {
  width: 50%;
}

.header-logo {
  height: 60px;
  float: left;
}

.header-left p {
  font-size: 15px;
  padding-top: 20px;
}

.header-right {
  display: flex;
  align-items: center;
  line-height: 70px;
}

header .nav-list {
  display: flex;
}

header .nav-list li {
  position: relative;
}

header .nav-list li a {
  font-size: 18px;
  padding: 0 30px 0;
}

.nav-btn a {
  display: block;
  background-color: #00b050;
  color: white;
}


/*------------top------------*/
.page-title {
  font-size: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
}

.page-title h1 {
  transform: translate(-50%,-50%);
}

.top-wrapper {
  height: 600px;
  padding: 180 0 100px 0;
  background-image: url(../image/biz_header.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
}

.bg-rgba {
  height: 100%;
  background-color: rgba(255,255,255,0.5);
}

.key-massage h1 {
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 40px;
  letter-spacing: 5px;
}

.key-massage h2 {
  font-size: 25px;
  margin-bottom: 60px;
  letter-spacing: 3px;
}

.key-massage a {
  padding: 15px;
  background-color: white;
  opacity: 0.8;
  font-size: 25px;
}

.key-massage span {
  color: #00b050;
}



/*------------biz------------*/
.heading {
  padding: 80px;
}

.heading h2 {
  font-size: 40px;
}

.heading p {
  font-size: 30px;
  color: #00b050;
}

.biz-wrapper {
  text-align: center;
  padding-bottom: 80px;
}

.content {
  padding-bottom: 40px;
  text-align: left;
}

.content-heading {
  margin: 40px auto;
  padding: 10px 0 10px 25px;
}

.content-heading h3 {
  font-size: 30px;
  margin-bottom: 10px;
}

.content-heading h4 {
  font-size: 25px;
}
 
.content-main {
  display: flex;
  justify-content: space-between;
}

.content-left p {
  padding-top: 40px;
  padding-left: 20px;
  margin-right: 20px;
  font-size: 15px;
  font-weight: bold;
  line-height: 35px;;
}

.content-right p {
  padding-top: 40px;
  margin-left: 20px;
  font-size: 15px;
  font-weight: bold;
  line-height: 35px;;
}

.content-right img {
  width: 570px;
  height: 300px;
  object-fit: cover;
  border: solid 1px black;
}

.content-left img {
  width: 570px;
  height: 300px;
  object-fit: cover;
  border: solid 1px black;
}

.sec1 .content-heading {
  border-left: solid 5px red;
  background-color: rgba(255, 0, 0, 0.2);
}

.sec2 .content-heading {
  border-left: solid 5px green;
  background-color: rgba(0, 128, 0, 0.2);
}

.sec3 .content-heading {
  border-left: solid 5px black;
  background-color: rgba(0, 0, 0, 0.2);
}


/*------------footer------------*/
footer {
  padding-top: 80px;
  border-top: solid 1px black;
}

footer .container {
  display: flex;
  justify-content: space-between;
  width: 1170px;
  margin: 0 auto 50px;
}

.footer-left {
  display: flex;
  text-align: left;
  font-size: 15px;
  line-height: 25px;
}

.footer-logo {
  margin-right: 10px;
}

.footer-logo img {
  height: 100px;
}

.footer-about {
  font-weight: bold;
  height: 100px;
}

.footer-right li {
  font-weight: bold;
  text-align: right;
  line-height: 30px;
}

.copy {
  padding: 20px;
  text-align: center;
  font-size: 15px;
  background-color: black;
  color: #fff;
}






