﻿@charset "utf-8";
/*引子*/
.yz_1 {
  padding-top: 50px;
  position: relative;
  height: 451px;
}
.yz_1 .guide-title {
  height: 150px;
  width: 600px;
  text-align: right;
  float: right;
  overflow: hidden;
  position: relative;
}
.yz_1 .guide-title em {
  height: 48px;
  font-size: 40px;
  color: #333333;
  display: block;
  line-height: 45px;
  overflow: hidden;
}
.yz_1 .guide-title span {
  height: 50px;
  font-size: 10px;
  color: #999999;
  display: block;
text-transform:uppercase;
  overflow: hidden;
  line-height: 17px;
}
.yz_1 .guide-title i {
  margin-top: 10px;
  font-size: 24px;
  color: #9d9c9c;
  display: block;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
}
.yz_1 .guide-title::after {
  width: 60px;
  height: 2px;
  background: #0395e2;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 90px;
}
.guide-desc {
  height: 231px;
  padding: 12px 11px;
  background: #0395e2;
  width: 935px;
  margin-top: 46px;
  float: right;
  position: relative;
}
.guide-desc .neirong{
  border: 1px solid #d9d9d9;
  height: 201px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  padding: 14px 30px 14px 90px;
  text-indent: 2em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  
}
.guide-desc .guide-picture {
  position: absolute;
  left:-290px;
  bottom: -25px;
  height: 450px;
  width:486px;
  display: block;
  overflow: hidden;
}
.advantages {
  height: 475px;
  background: #f5f5f5;
}
.advantages .ys-1 {
  padding-top: 112px;
  height: 300px;
}
.advantages .ys-1 ul li {
  float: left;
  width: 280px;
  height: 300px;
  text-align: center;
  border: 1px solid #ebebeb;
  background: #fff;
  box-sizing: border-box;
  margin-right: 25px;
}
.advantages .ys-1 i {
  background: #2a2a2a;
  border-radius: 90px;
  display: block;
  overflow: hidden;
  width: 115px;
  height: 115px;
  margin: -54px auto 0;
}
.advantages .ys-1 i img {
  border: 1px solid #ffffff;
  border-radius: 75px;
  height: 106px;
  width: 106px;
  margin: 3px auto;
  overflow: hidden;
}
.advantages .ys-1 h3 {
  margin-top: 40px;
}
.advantages .ys-1 h3 em {
  font-size: 24px;
  color: #333333;
  display: block;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
}
.advantages .ys-1 .kc-desc {
  font-size: 16px;
  line-height: 24px;
  color: #808080;
  width: 225px;
  min-height: 47px;
  margin: 20px auto 0;
}
.advantages .ys-1 .kc-desc {
  font-size: 16px;
  line-height: 24px;
  display: block;
  color: #888888;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
}
.advantages .ys-1 li:last-child {
  margin-right: 0;
}
.advantages .ys-1 li:hover {
  border: 1px solid #0395e2;
}
.advantages .ys-1 li:hover i {
  background: #0395e2;
}