﻿.banner {
  width: 100%;
  height: 400px;
  background: url("../img/banner.png") no-repeat 50%;
  background-size: cover;
}

.title_text {
  position: absolute;
  top: 98px;
  left: 50%;
  margin-left: -323px;
  width: 646px;
  height: 84px;
  font-size: 60px;
  font-weight: 200;
  color: #fff;
  line-height: 84px;
  -moz-text-align-last: justify;
  text-align-last: justify;
  text-align: justify;
}

.g-box {
  transform: translateY(-120px);
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.box {
  width: 1100px;
  height: 260px;
  background: #fff;
  box-shadow: 0px 8px 16px 0px rgba(0, 32, 114, 0.1);
  display: flex;
  justify-content: space-between;
}

.box .left_content {
  position: relative;
}

.box .right_img {
  width: 380px;
  height: 260px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.box .left_title {
  position: absolute;
  top: 40px;
  left: 59px;
  width: 112px;
  height: 40px;
  font-size: 28px;
  font-weight: 400;
  color: #000000;
  line-height: 40px;
  z-index: 999;
}

.box .line {
  position: absolute;
  top: 67px;
  left: 59px;
  width: 112px;
  height: 10px;
  background: #ff8012;
  opacity: 0.8;
  z-index: 1;
}

.box .left_text {
  position: absolute;
  top: 120px;
  left: 59px;
  width: 580px;
  height: 84px;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 28px;
}

.text {
  width: 1100px;
  height: 84px;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  line-height: 28px;
  margin: 60px 0;
}

.img_box1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;


}

.img_box1 .left_img {
  width: 420px;
  height: 280px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.right_content {
  position: relative;
  width: 640px;
  height: 280px;
}

.right_content_text {
  position: absolute;
  top: 60px;
  left: 40px;
  width: 560px;
  height: 140px;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  line-height: 28px;
}

.right_bottom {
  position: absolute;
  right: 0;
  bottom: 0;
}

.left_top {
  position: absolute;
  z-index: 1;
}

.text1 {
  width: 1100px;
  height: 112px;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  line-height: 28px;
}

.footer-bt {
  padding: 14px 0;
  background-color: #001062;
  color: #fff;
  display: flex;
  justify-content: center;
  font-size: 14px;
}

.footer-bt a {
  display: flex;
  color: #fff;
  margin-left: 5px;
}

.m-h {
  cursor: pointer;
  user-select: none;
}