.banner {
  background: url(../../static/ywjs_jcsstz/jcsstz.png) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 240px;
  position: relative;

  transition: all 0.7s;
  -ms-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;

  filter: alpha(opacity=0);
  opacity: 0;
}

.banner .content-box {
  transition: all 0.7s;
  -ms-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
}

.banner h1 {
  color: #fff;
  font-size: 54px;
  line-height: 240px;
  font-weight: lighter;
  /*font-family: "Microsoft YaHei";*/
}

.tsyjj-body {
  width: 100%;
  height: 673px;
  padding-top: 100px;
  box-sizing: border-box;
}

.tsyjj-bg {
  height: 100%;
  background: url(../../static/tsyjy/ztbj.png) no-repeat;
  background-position: center;
  background-size: cover;
  background-clip: content-box;
}

.content-space {
  padding: 10px 10px 0 10px;
}

.overview .text-content {
  color: #333;
}
.overview-item {
  padding-bottom: 30px;
  border-bottom: 1px solid #dce0e6;
  width: 100%;
}

.company-information {
  display: flex;
  line-height: 50px;
  margin-top: 10px;
}

.company-information .company-information-left {
  margin-right: 100px;
}

.company-information .contact-name {
  font-family: "Conv_MONTSERRAT-REGULAR-8";
  font-weight: bold;
  font-size: 16px;
  color: #666666;
}

.company-information .contact-info {
  /*font-family: "Conv_DIN-Bold";*/
  font-weight: bold;
  font-size: 16px;
  color: #005096;
}

.hint {
  margin: 30px 0 100px 0;
  font-size: 16px;
  color: #666666;
}

.hint label {
  color: #333333;
}

.process-content {
  width: 100%;
  height: 1000px;
  margin-top: -210px;
  margin-bottom: 130px;
  background-color: #fff;
  background-image: url(../../static/tsyjy/tslcbj.png);
  background-repeat: round;
  border-top: 3px solid #005096;
  box-sizing: border-box;
}

.process-content .title {
  font-size: 26px;
  color: #333;
  margin: 50px 0 0 75px;
}

.process-content .chart {
  width: 930px;
  height: 710px;
  margin: 30px auto 60px auto;
  background: url(../../static/tsyjy/x.png) no-repeat;
  background-position: center center;
  box-sizing: border-box;
  font-size: 16px;
}

.process-content .chart .chart-item1 {
  width: 300px;
  height: 90px;
  background-color: #fff;
  border: 1px solid #005096;
  border-radius: 50px;
  padding: 10px;
  box-sizing: border-box;
  margin: 0 auto;
}

.process-content .chart .chart-item1 span {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 70px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 50px;
  background-color: #005096;
}

.process-content .chart .chart-item2 {
  width: 720px;
  display: flex;
  justify-content: space-between;
  margin: 85px auto 95px auto;
}

.process-content .chart .chart-item2 .default {
  width: 120px;
  text-align: center;
}

.process-content .chart .chart-item2 .default .default-content {
  width: 100%;
  height: 120px;
  box-sizing: border-box;
  padding: 5px;
  border: 1px dashed #6695cf;
  border-radius: 50%;
  margin: 7px 0;
}

.process-content .chart .chart-item2 .default .default-content div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  font-size: 16px;
  border-radius: 50%;
}

.process-content .chart .chart-item2 .default .default-content .dhts{
  background-color: #6695cf;
}

.process-content .chart .chart-item2 .default .default-content .czts{
  background-color: #668cb9;
}

.process-content .chart .chart-item2 .default .default-content .yxts{
  background-color: #7d9fbb;
}

.process-content .chart .chart-item2 .default .default-content .xhts{
  background-color: #97bccf;
}

.process-content .chart .chart-item2 .default .default-content div span {
  margin-top: 10px;
}

.process-content .chart .chart-item-default {
  width: 334px;
  height: 70px;
  background-color: #377dd3;
  display: flex;
  align-items: center;
  margin: 0 auto;
  border-radius: 50px;
}

.process-content .chart .chart-item-default div {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
}

.process-content .chart .chart-item-default span {
  margin-left: 10px;
  font-size: 16px;
  color: #fff;
}

.process-content .chart .chart-item4 {
  background-color: #5db9db;
  margin: 30px auto 30px auto;
}

.process-content .chart .chart-item5 {
  display: block;
  width: 274px;
  height: 70px;
  background-color: #c5ced3;
  text-align: center;
  line-height: 70px;
  border-radius: 50px;
  font-size: 20px;
  color: #333333;
  margin: 0 auto;
}

.process-content .describe {
  margin-top: 60px;
  margin-left: 75px;
}
