﻿#application .container {
  width: 1230px;
}
#application .part {
  margin: 60px 0;
}
#application .part .title {
  font-size: 36px;
  padding-left: 80px;
  margin-bottom: 40px;
  position: relative;
}
#application .part .title h1 {
  line-height: 68px;
}
#application .part .title .icon {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 65px;
	height: 65px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#3fbbfe), to(#a541ff));
	background-image: -webkit-linear-gradient(bottom, #3fbbfe, #a541ff);
	background-image: -moz- oldlinear-gradient(bottom, #3fbbfe, #a541ff);
	background-image: -o-linear-gradient(bottom, #3fbbfe, #a541ff);
	background-image: linear-gradient(bottom, #3fbbfe, #a541ff);
}
#application .part .title .icon:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 43px;
	height: 43px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: url("../images/application/icon-1.png") no-repeat center center / contain;
}
#application .part .title .icon-1:after {
  background-image: url("../images/application/icon-1.png");
}
#application .part .title .icon-2:after {
  background-image: url("../images/application/icon-2.png");
}
#application .part .title .icon-3:after {
  background-image: url("../images/application/icon-3.png");
}
#application .part .title .icon-4:after {
  background-image: url("../images/application/icon-4.png");
}
#application .part .title .icon-5:after {
  background-image: url("../images/application/icon-5.png");
}
#application .part .title .icon-6:after {
  background-image: url("../images/application/icon-6.png");
}
#application .part .title .icon-7:after {
  background-image: url("../images/application/icon-7.png");
}
#application .part .title .icon-8:after {
  background-image: url("../images/application/icon-8.png");
}
#application .part .title .icon-9:after {
  background-image: url("../images/application/icon-9.png");
}
#application .part .title .icon-10:after {
  background-image: url("../images/application/icon-10.png");
}
#application .part .app-wrap {
  -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
          border-radius: 30px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: white;
}
#application .part .app-wrap .app-wrap-head {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 270px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 270px;
          flex: 0 0 270px;
}
#application .part .app-wrap .app-wrap-head li {
  position: relative;
  height: 105px;
  color: #363636;
  font-size: 20px;
  cursor: pointer;
  font-weight: 400;
  font-family: "Source Han Sans CN Regular", "思源黑体", "微软雅黑", "Microsoft Yahei", 'webfont', "Hiragino Sans GB", Arial, "Helvetica", "Microsoft YaHei New", "STXihei", "华文细黑", 'sans-serif';
}
#application .part .app-wrap .app-wrap-head li.active {
  font-weight: 700;
  color: white;
  background: #1ebdfa;
}
#application .part .app-wrap .app-wrap-head li.active:before {
  content: "";
  display: block;
  width: 2px;
  height: 23px;
  background: white;
  position: absolute;
  left: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
#application .part .app-wrap .app-wrap-head li.active:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 15px solid #1ebdfa;
  border-bottom: 10px solid transparent;
  position: absolute;
  right: -13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
#application .part .app-wrap .app-wrap-head li span {
  position: absolute;
  left: 36px;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
#application .part .app-wrap .app-wrap-main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 525px;
  overflow: hidden;
}
#application .part .app-wrap .app-wrap-main .app-item {
  display: none;
  height: 100%;
  position: relative;
}
#application .part .app-wrap .app-wrap-main .app-item.active {
  display: block;
}
#application .part .app-wrap .app-wrap-main .app-item-img {
  height: 100%;
  overflow: hidden;
  position: relative;
}
#application .part .app-wrap .app-wrap-main .app-item-img img {
  width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#application .part .app-wrap .app-wrap-main .app-item-desc {
  position: absolute;
  min-height: 190px;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px 70px 30px 37px;
  background: url("../images/desc-bg.png") no-repeat left bottom / contain;
  color: white;
}
#application .part .app-wrap .app-wrap-main .app-item-desc p {
  position: absolute;
  bottom: 30px;
  left: 37px;
  right: 70px;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
  font-family: "Source Han Sans CN Regular", "思源黑体", "微软雅黑", "Microsoft Yahei", 'webfont', "Hiragino Sans GB", Arial, "Helvetica", "Microsoft YaHei New", "STXihei", "华文细黑", 'sans-serif';
}
#application .part .app-wrap .app-wrap-main .app-item-desc p span {
  display: block;
  font-size: 20px;
  letter-spacing: 1px;
  margin-bottom: 30px;
  font-weight: 500;
  font-family: "Source Han Sans CN Medium", "思源黑体", "微软雅黑", "Microsoft Yahei", 'webfont', "Hiragino Sans GB", Arial, "Helvetica", "Microsoft YaHei New", "STXihei", "华文细黑", 'sans-serif';
}