body {
  padding: 0;
  margin: 0;
  background: #eeeeee;
}

h1, h2, h3, h4, h5, h6, p, span, ul, li {
  padding: 0;
  margin: 0;
}

.Zc_title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.Zc_title h2 {
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin: 0 20px;
}
.Zc_title img {
  width: 41px;
  height: 29px;
}

#Zc {
  width: 1080px;
  padding: 0 10px;
  margin: 0 auto;
  background-color: #fff;
  padding-bottom: 20px;
}

.Zc_top {
  width: 100%;
  height: 260px;
  background: url(/statics/z-zsb/img/Zc_top_bg.png) no-repeat;
  text-align: center;
}
.Zc_top h1 {
  padding-top: 60px;
  font-size: 48px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #FFFFFF;
  background: linear-gradient(180deg, #FFFFFF 0%, #E0E4FF 99.365234375%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.Zc_top h1 span {
  color: #FFCD1E;
  background: linear-gradient(180deg, #FFFDE7 0%, #FFE9AD 99.365234375%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.Zc_top p {
  padding-top: 35px;
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
      line-height: 50px;
}
.Zc_top p span {
  color: #FFF43C;
}

.Zc_One {
  margin-top: 60px;
}
.Zc_One .One_conter {
  margin-top: 20px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.Zc_One .One_conter .conter_item {
  margin-top: 40px;
  width: 260px;
  height: 330px;
  background: #FFFFFF;
  /*border: 2px dashed #C7C7C7;*/
  text-align: center;
  box-shadow: 0px 0px 8px 4px #eee;
}
.Zc_One .One_conter .conter_item div {
  width: 88px;
  height: 88px;
  background: #F1F7FF;
  border-radius: 50%;
  background-color: #F1F7FF;
  line-height: 110px;
  margin: 22px auto 0;
}
.Zc_One .One_conter .conter_item p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin: 20px 0;
}
.Zc_One .One_conter .conter_item span {
  display: inline-block;
  padding: 0 19px;
  font-size: 14px;
  color: #333;
  line-height: 20px;
}
.Zc_One .One_conter .conter_item a {
  display: block;
  margin: 23px auto 0;
  width: 140px;
  height: 36px;
  line-height: 36px;
  background: #F9F9F9;
  border: 1px solid #E1E0E0;
  border-radius: 4px;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}
.Zc_One .One_conter .conter_item:hover {
  background: #2D84F0;
}
.Zc_One .One_conter .conter_item:hover div {
  background-color: #fff;
}
.Zc_One .One_conter .conter_item:hover p, .Zc_One .One_conter .conter_item:hover span {
  color: #fff;
}
.Zc_One .One_conter .conter_item:hover a {
  background: #FFFFFF;
  color: #2D84F0;
}
.Zc_One .One_conter .conter_item:hover a:hover {
  color: #dd3020;
}

.Zc_Two {
  margin-top: 60px;
}
.Zc_Two .Two_conter {
  height: 400px;
}
.Zc_Two .Two_conter .swiper-slide {
  display: flex;
  padding: 0 50px;
  height: 415px;
  box-sizing: border-box;
  justify-content: space-between;
}
.Zc_Two .Two_conter .swiper-slide div {
  text-align: center;
}
.Zc_Two .Two_conter .swiper-slide div b {
  color: #333333;
  font-size: 16px;
}
.Zc_Two .Two_conter .swiper-slide div p {
  color: #333333;
  font-size: 14px;
  margin: 9px 0 17px 0;
}
.Zc_Two .Two_conter .swiper-pagination span {
  width: 40px;
  height: 4px;
  background: #B9B9B9;
  border-radius: 2px;
}

.Zc_Three {
  margin-top: 60px;
  position: relative;
  height: 500px;
}
.Zc_Three .Three_conter {
  display: flex;
  justify-content: space-evenly;
  margin-top: 40px;
}
.Zc_Three .Three_conter .Three_item_top {
  margin-top: 80px;
}
.Zc_Three .Three_conter .Three_item {
  width: 200px;
  height: 250px;
  position: relative;
  background: #FFFFFF;
  border-radius: 4px 4px 0px 0px;
  box-shadow: 0px 0px 8px 4px #eee;
  padding-top: 35px;
  box-sizing: border-box;
}
.Zc_Three .Three_conter .Three_item .item_num {
  margin: 0 auto;
  width: 76px;
  height: 45px;
  background: #F0F7FF;
  text-align: center;
  line-height: 45px;
  font-size: 30px;
  color: #1963B7;
  font-weight: 700;
}
.Zc_Three .Three_conter .Three_item .item_num:before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 38px 20px 38px;
  border-color: transparent transparent #F0F7FF transparent;
}
.Zc_Three .Three_conter .Three_item .item_num:after {
  content: "";
  display: block;
  position: absolute;
  transform: rotateX(180deg);
  top: 80px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 38px 20px 38px;
  border-color: transparent transparent #F0F7FF transparent;
}
.Zc_Three .Three_conter .Three_item .item_num2 {
  background: #FFEFEF;
  color: #F32C2C;
}
.Zc_Three .Three_conter .Three_item .item_num2:before {
  border-color: transparent transparent #FFEFEF transparent;
}
.Zc_Three .Three_conter .Three_item .item_num2:after {
  border-color: transparent transparent #FFEFEF transparent;
}
.Zc_Three .Three_conter .Three_item .item_title {
  margin-top: 30px;
  text-align: center;
  color: #333333;
  font-size: 17px;
  font-weight: 700;
}
.Zc_Three .Three_conter .Three_item .item_subtitle {
  display: block;
  font-size: 14px;
  color: #666666;
  padding: 18px 22px 0;
  text-align: center;
  line-height: 22px;
}
.Zc_Three .Three_conter .Three_item .item_footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 199px;
  display: flex;
  height: 10px;
  align-items: flex-end;
  background: #F9F9F9;
}
.Zc_Three .Three_conter .Three_item .item_footer span {
  display: inline-block;
  width: 90%;
  height: 3px;
  background: #67809C;
}
.Zc_Three .Three_conter .Three_item .item_footer .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 0px 20px;
  border-color: transparent transparent transparent #67809C;
}
.Zc_Three .Three_footer {
  position: absolute;
  width: 98%;
  left: 12px;
  bottom: 0;
  height: 139px;
  background: url(/statics/z-zsb/img/Three_footer_bg.png) no-repeat;
}

.Zc_Four {
  margin-top: 40px;
  height: 296px;
  background: url(/statics/z-zsb/img/four_bg.png) no-repeat;
}
.Zc_Four .Zc_title {
  padding-top: 39px;
}
.Zc_Four .Zc_title h2 {
  color: #fff;
}
.Zc_Four .Four_conter {
  display: flex;
  margin-top: 22px;
  justify-content: space-around;
}
.Zc_Four .Four_conter .Four_item {
  width: 145px;
  text-align: center;
  color: #fff;
  position: relative;
}
.Zc_Four .Four_conter .Four_item p {
  font-weight: 700;
  margin: 14px 0 9px 0;
}
.Zc_Four .Four_conter .Four_item span {
  font-size: 14px;
}
.Zc_Four .Four_conter .Four_item .item_fixed {
  width: 42px;
  height: 41px;
  position: absolute;
  top: 50px;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  padding-top: 6px;
  background: url(/statics/z-zsb/img/Four_icon_02_f.png) no-repeat;
}

.Zc_Five {
  margin-top: 40px;
}
.Zc_Five .Five_conter {
  display: flex;
  margin-top: 60px;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 350px;
  align-content: space-between;
  background: url(/statics/z-zsb/img/Five_bg.png) no-repeat;
  background-position-x: center;
  background-position-y: 30px;
}
.Zc_Five .Five_conter .Five_item {
  width: 444px;
  height: 121px;
  display: flex;
  align-items: center;
  padding: 0 30px;
  box-sizing: border-box;
  justify-content: space-between;
  background: url(/statics/z-zsb/img/Five_left_bg.png) no-repeat;
}
.Zc_Five .Five_conter .Five_item .Five_item_text {
  width: 325px;
}
.Zc_Five .Five_conter .Five_item .Five_item_text p {
  font-size: 16px;
  color: #333;
  font-weight: 700;
  margin-bottom: 5px;
}
.Zc_Five .Five_conter .Five_item .Five_item_text span {
  font-size: 14px;
  color: #666;
  line-height: 20px;
}
.Zc_Five .Five_conter .Five_item .Five_item_text span b {
  color: #FF0000;
}
.Zc_Five .Five_conter .Five_item .Five_item_num {
  font-size: 36px;
  font-weight: 400;
  color: #597FFF;
  line-height: 14px;
  opacity: 0.63;
}
.Zc_Five .Five_conter .Five_item_right {
  background: url(/statics/z-zsb/img/Five_right_bg.png) no-repeat;
}

.Zc_Six {
  margin-top: 100px;
}
.Zc_Six .Six_conter {
  width: 1080px;
  height: 414px;
  margin-top: 40px;
  background: #F9F9F9;
  padding: 33px 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: space-between;
}
.Zc_Six .Six_conter .Six_item {
  display: flex;
  align-items: center;
  width: 490px;
  height: 156px;
  background: linear-gradient(90deg, #FFFFFF 1%, rgba(255, 255, 255, 0.6) 100%);
  padding: 0 40px 0 30px;
  box-sizing: border-box;
}
.Zc_Six .Six_conter .Six_item div {
  margin-left: 25px;
}
.Zc_Six .Six_conter .Six_item div p {
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.Zc_Six .Six_conter .Six_item div span {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
}

.Zc_Footer {
  margin-top: 70px;
}
.Zc_Footer .Foo_conter {
  display: flex;
  height: 457px;
  margin-top: 33px;
  background: url(/statics/z-zsb/img/Footer_bg.png) no-repeat;
}
.Zc_Footer .Foo_conter .Foo_left {
  width: 590px;
  padding: 25px 0 0 30px;
  box-sizing: border-box;
}
.Zc_Footer .Foo_conter .Foo_left h3 {
  margin-bottom: 10px;
}
.Zc_Footer .Foo_conter .Foo_left p {
  text-indent: 2rem;
  line-height: 24px;
  color: #333;
  font-size: 14px;
}
.Zc_Footer .Foo_conter .Foo_left table {
  margin-top: 15px;
  width: 560px;
  border: 1px solid #E5E5E5;
  font-size: 14px;
}
.Zc_Footer .Foo_conter .Foo_left table b {
  color: #FF0000;
  font-weight: 400;
}
.Zc_Footer .Foo_conter .Foo_left table thead {
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  background: #C4C4C4;
  color: #fff;
}
.Zc_Footer .Foo_conter .Foo_left table tbody {
  text-align: center;
  background: #fff;
}
.Zc_Footer .Foo_conter .Foo_left table tbody tr {
  height: 36px;
  line-height: 36px;
}
.Zc_Footer .Foo_conter .Foo_left table tfoot {
  height: 36px;
  line-height: 36px;
  background: #fff;
}
.Zc_Footer .Foo_conter .Foo_right {
  margin-left: 33px;
  margin-top: 100px;
}
#Zc h2{
font-size:30px
}
/*# sourceMappingURL=Invest.css.map */
