@charset "utf-8";
.sg-sub-wrap {
  width: 100%;
  font-size: 0;
}
.sg-sub-wrap .tem-top-banner {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 200px;
  background: #537AE1;
  overflow: hidden;
}
.sg-sub-wrap .tem-top-banner .top-banner-wrap {
  position: relative;
  display: block;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.sg-sub-wrap .tem-top-banner .top-banner-wrap .top-banner-text {
  display: inline-block;
  padding-top: 55px;
  padding-left: 60px;
}
.sg-sub-wrap .tem-top-banner .top-banner-wrap .top-banner-text h2 {
  margin-bottom: 6px;
  font-size: 34px;
  color: #fff;
}
.sg-sub-wrap .tem-top-banner .top-banner-wrap .top-banner-text p {
  font-size: 18px;
  color: #fff;
  line-height: 24px;
}
.sg-sub-wrap .tem-top-banner .top-banner-wrap .top-banner-img {
  display: inline-block;
  position: absolute;
  top: 32px;
  right: 60px;
  width: 362px;
  height: 172px;
  background: url(../images/sub/tem-01.png) no-repeat;
}
.sg-sub-wrap .sg-sub-con {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.sg-sub-wrap .sg-sub-con .tem-tablist {
  width: 100%;
  height: 80px;
  list-style: none;
  margin-top: 60px;
}
.sg-sub-wrap .sg-sub-con .tem-tablist > li {
  position: relative;
  float: left;
  width: 240px;
  height: 60px;
  background: #fff;
  border: 1px solid #DDDDDD;
  font-size: 0;
  text-align: center;
  line-height: 60px;
  box-sizing: border-box;
  cursor: pointer;
}
.sg-sub-wrap .sg-sub-con .tem-tablist > li .tem-icon-box {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 34px;
  background: #DDDDDD;
  border-radius: 5px;
}
.sg-sub-wrap .sg-sub-con .tem-tablist > li span {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  padding-left: 10px;
}
.sg-sub-wrap .sg-sub-con .tem-tablist > li.active {
  background: #537AE1;
  color: #fff;
}
.sg-sub-wrap .sg-sub-con .tem-tablist > li.active .tem-icon-box {
  background: #fff;
}
.sg-sub-wrap .sg-sub-con .tem-tablist > li.active:first-child {
  border-radius: 10px 0 0 10px;
}
.sg-sub-wrap .sg-sub-con .tem-tablist > li.active:first-child .tem-icon-box:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -11px;
  width: 22px;
  height: 24px;
  background: url(../../res/images/sub/tem-icon-12.png) no-repeat;
}
.sg-sub-wrap .sg-sub-con .tem-tablist > li.active:nth-child(2) {
  border-left: none;
}
.sg-sub-wrap .sg-sub-con .tem-tablist > li.active:nth-child(2) .tem-icon-box:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -11px 0 0 -11px;
  width: 22px;
  height: 22px;
  background: url(../../res/images/sub/tem-icon-08.png) no-repeat;
}
.sg-sub-wrap .sg-sub-con .tem-tablist > li.active:nth-child(3) {
  border-left: none;
}
.sg-sub-wrap .sg-sub-con .tem-tablist > li.active:nth-child(3) .tem-icon-box:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -11px 0 0 -11px;
  width: 22px;
  height: 22px;
  background: url(../../res/images/sub/tem-icon-09.png) no-repeat;
}
.sg-sub-wrap .sg-sub-con .tem-tablist > li.active:nth-child(4) {
  border-left: none;
}
.sg-sub-wrap .sg-sub-con .tem-tablist > li.active:nth-child(4) .tem-icon-box:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -12px;
  width: 24px;
  height: 22px;
  background: url(../../res/images/sub/tem-icon-10.png) no-repeat;
}
.sg-sub-wrap .sg-sub-con .tem-tablist > li.active:last-child {
  border-left: none;
  border-radius: 0 10px 10px 0;
}
.sg-sub-wrap .sg-sub-con .tem-tablist > li.active:last-child .tem-icon-box:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -11px 0 0 -11px;
  width: 24px;
  height: 22px;
  background: url(../../res/images/sub/tem-icon-11.png) no-repeat;
}
.sg-sub-wrap .sg-sub-con .tem-tablist > li.active:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 45%;
  border-top: 20px solid #537AE1;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 0px solid transparent;
}
.sg-sub-wrap .sg-sub-con .tem-tablist > li:hover {
  background: #537AE1;
  color: #fff;
}
.sg-sub-wrap .sg-sub-con .tem-tablist > li:hover .tem-icon-box {
  background: #fff;
}
.sg-sub-wrap .sg-sub-con .tem-tablist > li:hover:first-child {
  border-radius: 10px 0 0 10px;
}
.sg-sub-wrap .sg-sub-con .tem-tablist > li:hover:first-child .tem-icon-box:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -11px;
  width: 22px;
  height: 24px;
  background: url(../../res/images/sub/tem-icon-12.png) no-repeat;
}
.sg-sub-wrap .sg-sub-con .tem-tablist > li:hover:nth-child(2) {
  border-left: none;
}
.sg-sub-wrap .sg-sub-con .tem-tablist > li:hover:nth-child(2) .tem-icon-box:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -11px 0 0 -11px;
  width: 22px;
  height: 22px;
  background: url(../../res/images/sub/tem-icon-08.png) no-repeat;
}
.sg-sub-wrap .sg-sub-con .tem-tablist > li:hover:nth-child(3) {
  border-left: none;
}
.sg-sub-wrap .sg-sub-con .tem-tablist > li:hover:nth-child(3) .tem-icon-box:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -11px 0 0 -11px;
  width: 22px;
  height: 22px;
  background: url(../../res/images/sub/tem-icon-09.png) no-repeat;
}
.sg-sub-wrap .sg-sub-con .tem-tablist > li:hover:nth-child(4) {
  border-left: none;
}
.sg-sub-wrap .sg-sub-con .tem-tablist > li:hover:nth-child(4) .tem-icon-box:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -12px;
  width: 24px;
  height: 22px;
  background: url(../../res/images/sub/tem-icon-10.png) no-repeat;
}
.sg-sub-wrap .sg-sub-con .tem-tablist > li:hover:last-child {
  border-left: none;
  border-radius: 0 10px 10px 0;
}
.sg-sub-wrap .sg-sub-con .tem-tablist > li:hover:last-child .tem-icon-box:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -11px 0 0 -11px;
  width: 24px;
  height: 22px;
  background: url(../../res/images/sub/tem-icon-11.png) no-repeat;
}
.sg-sub-wrap .sg-sub-con .tem-tablist > li:first-child {
  border-radius: 10px 0 0 10px;
}
.sg-sub-wrap .sg-sub-con .tem-tablist > li:first-child .tem-icon-box:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -11px;
  width: 22px;
  height: 24px;
  background: url(../../res/images/sub/tem-icon-07.png) no-repeat;
}
.sg-sub-wrap .sg-sub-con .tem-tablist > li:nth-child(2) {
  border-left: none;
}
.sg-sub-wrap .sg-sub-con .tem-tablist > li:nth-child(2) .tem-icon-box:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -11px 0 0 -11px;
  width: 22px;
  height: 22px;
  background: url(../../res/images/sub/tem-icon-03.png) no-repeat;
}
.sg-sub-wrap .sg-sub-con .tem-tablist > li:nth-child(3) {
  border-left: none;
}
.sg-sub-wrap .sg-sub-con .tem-tablist > li:nth-child(3) .tem-icon-box:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -11px 0 0 -11px;
  width: 22px;
  height: 22px;
  background: url(../../res/images/sub/tem-icon-04.png) no-repeat;
}
.sg-sub-wrap .sg-sub-con .tem-tablist > li:nth-child(4) {
  border-left: none;
}
.sg-sub-wrap .sg-sub-con .tem-tablist > li:nth-child(4) .tem-icon-box:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -12px;
  width: 24px;
  height: 22px;
  background: url(../../res/images/sub/tem-icon-05.png) no-repeat;
}
.sg-sub-wrap .sg-sub-con .tem-tablist > li:last-child {
  border-left: none;
  border-radius: 0 10px 10px 0;
}
.sg-sub-wrap .sg-sub-con .tem-tablist > li:last-child .tem-icon-box:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -11px 0 0 -11px;
  width: 24px;
  height: 22px;
  background: url(../../res/images/sub/tem-icon-06.png) no-repeat;
}
.sg-sub-wrap .sg-sub-con .tem-tablist:after {
  content: "";
  clear: both;
  display: block;
}
.sg-sub-wrap .sg-sub-con .tem-body-wrap {
  height: 100%;
  margin: 60px 0 120px 0;
}
.sg-sub-wrap .sg-sub-con .tem-body-wrap .tem-top-text {
  display: inline-block;
  font-size: 28px;
  margin-left: 80px;
  border-bottom: 2px solid #333333;
}
.sg-sub-wrap .sg-sub-con .tem-body-wrap .tem-sub-text {
  position: relative;
  font-size: 20px;
  text-align: left;
  padding: 10px 0 0 80px;
}
.sg-sub-wrap .sg-sub-con .tem-body-wrap .tem-sub-text:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 60px;
  width: 4px;
  height: 60px;
  background: #537AE1;
}
.sg-sub-wrap .sg-sub-con .tem-body-wrap .tem-colorthema {
  display: none;
  height: 100%;
}
.sg-sub-wrap .sg-sub-con .tem-body-wrap .tem-colorthema .colorthema-wrap {
  width: 100%;
  height: 100%;
  padding: 0 18px;
  box-sizing: border-box;
}
.sg-sub-wrap .sg-sub-con .tem-body-wrap .tem-colorthema .colorthema-wrap > li {
  position: relative;
  float: left;
  height: 250px;
  padding: 0 40px;
  margin-top: 60px;
  cursor: pointer;
}
.sg-sub-wrap .sg-sub-con .tem-body-wrap .tem-colorthema .colorthema-wrap > li div {
  display: none;
}
.sg-sub-wrap .sg-sub-con .tem-body-wrap .tem-colorthema .colorthema-wrap > li:hover div {
  display: block;
  position: absolute;
  top: 0;
  left: 38px;
  width: 308px;
  height: 194px;
  background: rgba(39, 85, 204, 0.8);
  border-radius: 10px;
}
.sg-sub-wrap .sg-sub-con .tem-body-wrap .tem-colorthema .colorthema-wrap > li:hover div::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -17px 0 0 -17px;
  width: 34px;
  height: 34px;
  background: url(../images/sub/tem-icon-02.png) no-repeat;
}
.sg-sub-wrap .sg-sub-con .tem-body-wrap .tem-colorthema .colorthema-wrap > li p {
  margin-top: 20px;
  font-size: 20px;
  text-align: center;
  color: #8F8F8F;
}
.sg-sub-wrap .sg-sub-con .tem-body-wrap .tem-colorthema .colorthema-wrap:after {
  content: "";
  clear: both;
  display: block;
}
.sg-sub-wrap .sg-sub-con .tem-body-wrap .tem-layout {
  display: none;
  height: 100%;
}
.sg-sub-wrap .sg-sub-con .tem-body-wrap .tem-layout .layout-wrap {
  width: 100%;
  height: 100%;
  padding: 0 18px;
  box-sizing: border-box;
}
.sg-sub-wrap .sg-sub-con .tem-body-wrap .tem-layout .layout-wrap > li {
  position: relative;
  float: left;
  height: 250px;
  padding: 0 40px;
  margin-top: 60px;
}
.sg-sub-wrap .sg-sub-con .tem-body-wrap .tem-layout .layout-wrap > li div {
  display: none;
}
.sg-sub-wrap .sg-sub-con .tem-body-wrap .tem-layout .layout-wrap > li:hover div {
  display: block;
  position: absolute;
  top: 0;
  left: 38px;
  width: 308px;
  height: 194px;
  background: rgba(39, 85, 204, 0.8);
  border-radius: 10px;
}
.sg-sub-wrap .sg-sub-con .tem-body-wrap .tem-layout .layout-wrap > li:hover div::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -17px 0 0 -17px;
  width: 34px;
  height: 34px;
  background: url(../images/sub/tem-icon-01.png) no-repeat;
}
.sg-sub-wrap .sg-sub-con .tem-body-wrap .tem-layout .layout-wrap > li p {
  margin-top: 20px;
  font-size: 20px;
  text-align: center;
  color: #8F8F8F;
}
.sg-sub-wrap .sg-sub-con .tem-body-wrap .tem-layout .layout-wrap:after {
  content: "";
  clear: both;
  display: block;
}
.sg-sub-wrap .sg-sub-con .tem-body-wrap .tem-workarea {
  display: none;
  height: 100%;
}
.sg-sub-wrap .sg-sub-con .tem-body-wrap .tem-workarea .tem-category {
  list-style: none;
  width: 630px;
  height: 55px;
  margin: 60px auto;
}
.sg-sub-wrap .sg-sub-con .tem-body-wrap .tem-workarea .tem-category > li {
  float: left;
  width: 160px;
  height: 55px;
  margin: 0 25px;
  color: #333;
  font-size: 22px;
  background: #fff;
  border: 1px solid #537AE1;
  border-radius: 30px;
  text-align: center;
  line-height: 55px;
  box-sizing: border-box;
  cursor: pointer;
}
.sg-sub-wrap .sg-sub-con .tem-body-wrap .tem-workarea .tem-category > li.active {
  background: #537AE1;
  color: #fff;
}
.sg-sub-wrap .sg-sub-con .tem-body-wrap .tem-workarea .tem-category:after {
  content: "";
  clear: both;
  display: block;
}
.sg-sub-wrap .sg-sub-con .tem-body-wrap .tem-workarea .tem-category-text {
  position: relative;
  width: 1000px;
  height: 110px;
  background: #F8F8F8;
  border-radius: 20px;
  margin: 50px auto;
}
.sg-sub-wrap .sg-sub-con .tem-body-wrap .tem-workarea .tem-category-text .text-top {
  margin: 0;
  padding-top: 35px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #537AE1;
}
.sg-sub-wrap .sg-sub-con .tem-body-wrap .tem-workarea .tem-category-text .text-sub {
  margin: 0;
  padding-top: 10px;
  color: #929292;
  font-size: 16px;
  text-align: center;
}
.sg-sub-wrap .sg-sub-con .tem-body-wrap .tem-workarea .tem-category-text:before {
  content: "";
  position: absolute;
  top: -18px;
  left: 27%;
  border-top: 0 solid transparent;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 20px solid #F8F8F8;
}
.sg-sub-wrap .sg-sub-con .tem-body-wrap .tem-workarea .tem-input-wrap {
  width: 100%;
  height: 100%;
  padding: 0 18px;
  box-sizing: border-box;
}
.sg-sub-wrap .sg-sub-con .tem-body-wrap .tem-workarea .tem-input-wrap > li {
  position: relative;
  float: left;
  height: 250px;
  padding: 0 40px;
  margin-top: 30px;
}
.sg-sub-wrap .sg-sub-con .tem-body-wrap .tem-workarea .tem-input-wrap > li div {
  display: none;
}
.sg-sub-wrap .sg-sub-con .tem-body-wrap .tem-workarea .tem-input-wrap > li:hover div {
  display: block;
  position: absolute;
  top: 0;
  left: 38px;
  width: 308px;
  height: 194px;
  background: rgba(39, 85, 204, 0.8);
  border-radius: 10px;
}
.sg-sub-wrap .sg-sub-con .tem-body-wrap .tem-workarea .tem-input-wrap > li:hover div::before {
  content: "";
  position: absolute;
  width: 34px;
  height: 34px;
  top: 40%;
  left: 45%;
  background: url(../images/sub/tem-icon-02.png) no-repeat;
}
.sg-sub-wrap .sg-sub-con .tem-body-wrap .tem-workarea .tem-input-wrap > li p {
  margin-top: 20px;
  font-size: 20px;
  text-align: center;
  color: #8F8F8F;
}
.sg-sub-wrap .sg-sub-con .tem-body-wrap .tem-workarea .tem-input-wrap:after {
  content: "";
  clear: both;
  display: block;
}
.sg-sub-wrap .sg-sub-con .tem-body-wrap .tem-workarea .tem-detail-wrap {
  width: 100%;
  height: 100%;
  padding: 0 18px;
  box-sizing: border-box;
}
.sg-sub-wrap .sg-sub-con .tem-body-wrap .tem-workarea .tem-detail-wrap .tem-category-text:before {
  content: "";
  position: absolute;
  top: -18px;
  left: 48%;
  border-top: 0 solid transparent;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 20px solid #F8F8F8;
}
.sg-sub-wrap .sg-sub-con .tem-body-wrap .tem-workarea .tem-detail-wrap > li {
  position: relative;
  float: left;
  height: 250px;
  padding: 0 40px;
  margin-top: 30px;
}
.sg-sub-wrap .sg-sub-con .tem-body-wrap .tem-workarea .tem-detail-wrap > li div {
  display: none;
}
.sg-sub-wrap .sg-sub-con .tem-body-wrap .tem-workarea .tem-detail-wrap > li:hover div {
  display: block;
  position: absolute;
  top: 0;
  left: 38px;
  width: 308px;
  height: 194px;
  background: rgba(39, 85, 204, 0.8);
  border-radius: 10px;
}
.sg-sub-wrap .sg-sub-con .tem-body-wrap .tem-workarea .tem-detail-wrap > li:hover div::before {
  content: "";
  position: absolute;
  width: 34px;
  height: 34px;
  top: 40%;
  left: 45%;
  background: url(../images/sub/tem-icon-02.png) no-repeat;
}
.sg-sub-wrap .sg-sub-con .tem-body-wrap .tem-workarea .tem-detail-wrap > li p {
  margin-top: 20px;
  font-size: 20px;
  text-align: center;
  color: #8F8F8F;
}
.sg-sub-wrap .sg-sub-con .tem-body-wrap .tem-workarea .tem-detail-wrap:after {
  content: "";
  clear: both;
  display: block;
}
.sg-sub-wrap .sg-sub-con .tem-body-wrap .tem-workarea .tem-mix-wrap {
  width: 100%;
  height: 100%;
  padding: 0 18px;
  box-sizing: border-box;
}
.sg-sub-wrap .sg-sub-con .tem-body-wrap .tem-workarea .tem-mix-wrap .tem-category-text:before {
  content: "";
  position: absolute;
  top: -18px;
  left: 70%;
  border-top: 0 solid transparent;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 20px solid #F8F8F8;
}
.sg-sub-wrap .sg-sub-con .tem-body-wrap .tem-workarea .tem-mix-wrap .text-top {
  padding-top: 0;
  line-height: 110px;
}
.sg-sub-wrap .sg-sub-con .tem-body-wrap .tem-workarea .tem-mix-wrap > li {
  position: relative;
  float: left;
  height: 250px;
  padding: 0 40px;
  margin-top: 30px;
}
.sg-sub-wrap .sg-sub-con .tem-body-wrap .tem-workarea .tem-mix-wrap > li div {
  display: none;
}
.sg-sub-wrap .sg-sub-con .tem-body-wrap .tem-workarea .tem-mix-wrap > li:hover div {
  display: block;
  position: absolute;
  top: 0;
  left: 38px;
  width: 308px;
  height: 194px;
  background: rgba(39, 85, 204, 0.8);
  border-radius: 10px;
}
.sg-sub-wrap .sg-sub-con .tem-body-wrap .tem-workarea .tem-mix-wrap > li:hover div::before {
  content: "";
  position: absolute;
  width: 34px;
  height: 34px;
  top: 40%;
  left: 45%;
  background: url(../images/sub/tem-icon-02.png) no-repeat;
}
.sg-sub-wrap .sg-sub-con .tem-body-wrap .tem-workarea .tem-mix-wrap > li p {
  margin-top: 20px;
  font-size: 20px;
  text-align: center;
  color: #8F8F8F;
}
.sg-sub-wrap .sg-sub-con .tem-body-wrap .tem-workarea .tem-mix-wrap:after {
  content: "";
  clear: both;
  display: block;
}
.sg-sub-wrap .sg-sub-con .tem-body-wrap .tem-dashboard {
  display: none;
  height: 100%;
}
.sg-sub-wrap .sg-sub-con .tem-body-wrap .tem-dashboard .dashboard-wrap {
  width: 100%;
  height: 100%;
  padding: 0 18px;
  box-sizing: border-box;
}
.sg-sub-wrap .sg-sub-con .tem-body-wrap .tem-dashboard .dashboard-wrap > li {
  position: relative;
  float: left;
  height: 250px;
  padding: 0 40px;
  margin-top: 60px;
}
.sg-sub-wrap .sg-sub-con .tem-body-wrap .tem-dashboard .dashboard-wrap > li div {
  display: none;
}
.sg-sub-wrap .sg-sub-con .tem-body-wrap .tem-dashboard .dashboard-wrap > li:hover div {
  display: block;
  position: absolute;
  top: 0;
  left: 38px;
  width: 308px;
  height: 194px;
  background: rgba(39, 85, 204, 0.8);
  border-radius: 10px;
}
.sg-sub-wrap .sg-sub-con .tem-body-wrap .tem-dashboard .dashboard-wrap > li:hover div::before {
  content: "";
  position: absolute;
  width: 34px;
  height: 34px;
  top: 40%;
  left: 45%;
  background: url(../images/sub/tem-icon-02.png) no-repeat;
}
.sg-sub-wrap .sg-sub-con .tem-body-wrap .tem-dashboard .dashboard-wrap > li p {
  margin-top: 20px;
  font-size: 20px;
  text-align: center;
  color: #8F8F8F;
}
.sg-sub-wrap .sg-sub-con .tem-body-wrap .tem-dashboard .dashboard-wrap:after {
  content: "";
  clear: both;
  display: block;
}
.sg-sub-wrap .sg-sub-con .tem-body-wrap .tem-apply {
  display: none;
}
.sg-sub-wrap .sg-sub-con .tem-body-wrap .tem-apply .apply-wrap {
  margin-top: 28px;
  padding: 100px;
  width: 1200px;
  height: 2155px;
  background: #FCFCFC;
  border-radius: 10px;
}
.sg-sub-wrap .sg-sub-con .tem-body-wrap .tem-apply .apply-wrap .apply-step-wrap {
  position: relative;
}
.sg-sub-wrap .sg-sub-con .tem-body-wrap .tem-apply .apply-wrap .apply-step-wrap::before {
  content: '';
  position: absolute;
  top: 20px;
  left: 68px;
  width: 60px;
  height: 620px;
  background: #B2C5D3;
}
.sg-sub-wrap .sg-sub-con .tem-body-wrap .tem-apply .apply-wrap .apply-step-wrap > ul {
  position: relative;
}
.sg-sub-wrap .sg-sub-con .tem-body-wrap .tem-apply .apply-wrap .apply-step-wrap > ul > li {
  height: 150px;
  padding: 0 50px;
}
.sg-sub-wrap .sg-sub-con .tem-body-wrap .tem-apply .apply-wrap .apply-step-wrap > ul > li .apply-left-img {
  display: inline-block;
  vertical-align: middle;
}
.sg-sub-wrap .sg-sub-con .tem-body-wrap .tem-apply .apply-wrap .apply-step-wrap > ul > li .apply-rihgt-text {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  padding-left: 30px;
}
.sg-sub-wrap .sg-sub-con .tem-body-wrap .tem-apply .apply-wrap .apply-step-wrap > ul > li .apply-rihgt-text .apply-text-tit {
  line-height: 30px;
  font-weight: bold;
  color: #4C7394;
}
.sg-sub-wrap .sg-sub-con .tem-body-wrap .tem-apply .apply-wrap .apply-step-wrap > ul > li .apply-rihgt-text .apply-text-sub {
  line-height: 25px;
  font-size: 18px;
}
.sg-sub-wrap .sg-sub-con .tem-body-wrap .tem-apply .apply-wrap .apply-img-wrap {
  text-align: center;
}
.sg-sub-wrap .sg-sub-con .tem-body-wrap .tem-apply .apply-wrap .apply-img-wrap .apply-img-top {
  position: relative;
  padding: 50px 0;
}
.sg-sub-wrap .sg-sub-con .tem-body-wrap .tem-apply .apply-wrap .apply-img-wrap .apply-img-top::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 55px;
  height: 12px;
  margin: -6px -30px;
  background: url(../images/sub/template-apply-arrow1.png) no-repeat;
}
.sg-sub-wrap .sg-sub-con .tem-body-wrap .tem-apply .apply-wrap .apply-img-wrap .apply-img-top::after {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 50%;
  width: 534px;
  height: 91px;
  margin: -45px -267px;
  background: url(../images/sub/template-apply-arrow2.png) no-repeat;
}
.sg-sub-wrap .sg-sub-con .tem-body-wrap .tem-apply .apply-wrap .apply-img-wrap .apply-img-top .apply-img-mix1,
.sg-sub-wrap .sg-sub-con .tem-body-wrap .tem-apply .apply-wrap .apply-img-wrap .apply-img-top .apply-img-mix2 {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.sg-sub-wrap .sg-sub-con .tem-body-wrap .tem-apply .apply-wrap .apply-img-wrap .apply-img-top .apply-img-mix1 p,
.sg-sub-wrap .sg-sub-con .tem-body-wrap .tem-apply .apply-wrap .apply-img-wrap .apply-img-top .apply-img-mix2 p {
  font-size: 16px;
}
.sg-sub-wrap .sg-sub-con .tem-body-wrap .tem-apply .apply-wrap .apply-img-wrap .apply-img-bottom {
  padding: 80px 0 0;
  font-size: 24px;
  line-height: 32px;
}
.sg-sub-wrap .sg-sub-con .tem-body-wrap .tem-apply .apply-wrap .apply-img-wrap .apply-img-bottom img {
  margin-bottom: 30px;
}
