body {
  overflow-x: hidden;
}
.allicn {
  display: inline-block;
  background: url("../../images/product/decoration/allicn.png") no-repeat;
}
.allicn1 {
  display: inline-block;
  background: url("../../images/product/decoration/allicn1.png") no-repeat;
}
.swipecot {
  width: 100%;
  height: 530px;
  overflow: hidden;
}
.swpimg1 {
  width: 100%;
  height: 530px;
  background: url("../../images/product/decoration/banner.png") no-repeat center top;
  overflow: hidden;
}
.w {
  width: 1200px;
  margin: 0 auto;
}
.swiperbox1 {
  display: flex;
  justify-content: space-between;
}
.swiperbox1 .rtbrbox {
  padding-top: 198px;
}
.swiperbox1 .rtbrbox .top-span {
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 4px;
  color: #ffffff;
  margin-left: 15px;
}
.swiperbox1 .rtbrbox h4 span {
  position: relative;
  font-weight: 500;
  font-stretch: normal;
  line-height: 1;
  margin-bottom: 37px;
  font-size: 62px;
  color: #fff;
  margin-top: 35px;
}
.swiperbox1 .rtbrbox h4 span:nth-child(-n+3) {
  position: relative;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 37px;
  font-size: 62px;
  color: #f6c10e;
  margin-left: 0;
}
.swiperbox1 .rtbrbox p {
  width: 709px;
  font-size: 24px;
  font-weight: 500;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 2px;
  color: #ffffff;
}
.swiperbox1 .rtbrbox h4 .text {
  transition: all 0.3s ease-out, text-shadow 0.3s ease-in-out;
  display: inline-block;
  opacity: 0;
  -ms-transform: scale(2);
  transform: scale(2);
  cursor: default;
  font-weight: 800;
  letter-spacing: 4px;
}
.swiperbox1 .rtbrbox h4 .disblock {
  -ms-transform: scale(1);
  transform: scale(1);
}
.swipecot .swiper-slide-active .swiperbox1 .descp {
  opacity: 0;      /*实先规定文字的状态是不显示的*/
  animation: fade-in 2s ease 0s 1;    /*调用名称为fade-in的动画，全程动画显示时间4S，进入方式为ease，延时0S进入，播放次数1次*/
  -webkit-animation: fade-in 2s ease 0.3s 1;
  -moz-animation: fade-in 2s ease 0s 1;
  -o-animation: fade-in 2s ease 0s 1;
  -ms-animation: fade-in 2s ease 0s 1;
  /*规定动画的最后状态为结束状态*/
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
}
.alltit {
  padding: 0 0 24px;
  text-align: center;
  position: relative;
  font-size: 40px;
  font-weight: normal;
  line-height: 1;
  color: #131313;
}
.alltit:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -20px;
  width: 40px;
  height: 4px;
  background-color: #00ae66;
}
.ywjj {
  width: 100%;
  height: 840px;
  padding-top: 100px;
}
.ywjj .w .title {
  text-align: center;
  margin-bottom: 68px;
}
.ywjj .w .title h5 {
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 39px;
  letter-spacing: 0px;
  color: #131313;
}
.ywjj .w .content {
  text-align: center;
}
.ywjj .w .content p {
  text-indent: 2em;
  text-align: left;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  margin-bottom: 43px;
}
.ywjj .w .content img {
  margin-top: 70px;
}
.xtjs {
  width: 100%;
  height: 730px;
  padding-top: 50px;
}
.xtjs .w .title {
  text-align: center;
  margin-bottom: 68px;
}
.xtjs .w .title h5 {
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 39px;
  letter-spacing: 0px;
  color: #131313;
}
.xtjs .content {
  position: relative;
  width: 100%;
  height: 550px;
  padding-top: 67px;
  background: url('../../images/product/decoration/js-bg.png') no-repeat center;
}
.xtjs .content .w p {
  text-indent: 2em;
  width: 1153px;
  height: 122px;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 34px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 4%;
}
.xtjs .content .w ul {
  margin-top: 8%;
  width: 100%;
  height: 230px;
  display: flex;
  justify-content: center;
}
.xtjs .content .w ul li {
  position: relative;
  width: 380px;
  height: 230px;
  margin-right: 30px;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
/*图标上下抖动的效果*/
.xtjs .content .w ul li:hover .allicon1,.ptkf .content .right li:hover img {
  -webkit-animation: 1s ease 1 0s both;
  -moz-animation: 1s ease 1 0s both;
  -ms-animation: 1s ease 1 0s both;
  animation: 1s ease 1 0s both;
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -ms-animation-name: bounce;
  animation-name: bounce;
}
.xtjs .content .w ul li div{
  margin-top: 20px;
  margin-left: 20px;
}
.xtjs .content .w ul li .liicon1{
  width:63px;
  height:68px;
  background: url("../../images/product/decoration/allicn1.png");
  background-position: -75px -550px;
}
.xtjs .content .w ul li .liicon2{
  width:63px;
  height:68px;
  background: url("../../images/product/decoration/allicn1.png");
  background-position: -156px -550px;
}
.xtjs .content .w ul li .liicon3{
  width:63px;
  height:68px;
  background: url("../../images/product/decoration/allicn1.png");
  background-position: 0px -550px;

}
.xtjs .content .w ul li h3 {
  position: absolute;
  top: 45%;
  left: 8%;
  width: 88px;
  height: 22px;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 35px;
  letter-spacing: 0px;
  color: #333333;
}
.xtjs .content .w ul li p {
  position: absolute;
  bottom: 13%;
  left: 20%;
  text-indent: 0;
  width: 288px;
  height: 17px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 0px;
  color: #666666;
  margin-top: -38px;
  margin-left: -12%;
}
.xtjs .content .w ul li:nth-child(1) {
  background: url('../../images/product/decoration/js-01.png') no-repeat center;
}
.xtjs .content .w ul li:nth-child(2) {
  background: url('../../images/product/decoration/js-02.png') no-repeat center;
}
.xtjs .content .w ul li:nth-child(3) {
  background: url('../../images/product/decoration/js-03.png') no-repeat center;
}
.jzfq {
  width: 100%;
  height: 1641px;
  margin-top: -50px;
  background: url('../../images/product/decoration/sqlc-bg.png') no-repeat center;
  background-position-y: -12px;
}
.jzfq .w .title {
  text-align: center;
  margin-bottom: 68px;
  padding-top: 100px;
}
.jzfq .w .title h5 {
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 39px;
  letter-spacing: 0px;
  color: #131313;
}
.jzfq .w .content {
  width: 100%;
  height: 1255px;
}
.jzfq .w .content ul {
  width: 100%;
  height: 1255px;
  position: relative;
}
.jzfq .w .content ul li {
  width: 320px;
  height: 184px;
  padding: 0 18px;
  padding-top: 22px;
  box-sizing: border-box;
  background-color: #ffffff;
  box-shadow: 2px 3px 15px 0px rgba(79, 189, 77, 0.1);
  border-radius: 4px;
}
.box3 li:hover .allicon1 {
  -webkit-animation: 1s ease 1 0s both;
  -moz-animation: 1s ease 1 0s both;
  -ms-animation: 1s ease 1 0s both;
  animation: 1s ease 1 0s both;
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -ms-animation-name: bounce;
  animation-name: bounce;
}
.jzfq .w .content ul li h3 {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  margin-bottom: 15px;
}
.jzfq .w .content ul li p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
}
.jzfq .w .content ul li:nth-child(1) {
  position: absolute;
  top: 9%;
  left: 10%;
}
.jzfq .w .content ul li:nth-child(1) h3 {
  color: #52be50;
}
.jzfq .w .content ul li:nth-child(2) {
  position: absolute;
  top: 21%;
  right: 7%;
}
.jzfq .w .content ul li:nth-child(2) h3 {
  color: #f88b28;
}
.jzfq .w .content ul li:nth-child(3) {
  position: absolute;
  top: 32%;
  left: 8%;
}
.jzfq .w .content ul li:nth-child(3) h3 {
  color: #2892f9;
}
.jzfq .w .content ul li:nth-child(4) {
  position: absolute;
  top: 44%;
  right: 8%;
}
.jzfq .w .content ul li:nth-child(4) h3 {
  color: #ffdd2f;
}
.jzfq .w .content ul li:nth-child(5) {
  position: absolute;
  bottom: 29.5%;
  left: 8%;
}
.jzfq .w .content ul li:nth-child(5) h3 {
  color: #4fbd4d;
}
.jzfq .w .content ul li:nth-child(6) {
  position: absolute;
  top: 66.5%;
  right: 8%;
}
.jzfq .w .content ul li:nth-child(6) h3 {
  color: #f88b27;
}
.jzfq .w .content ul li:nth-child(7) {
  position: absolute;
  bottom: 7%;
  left: 8%;
}
.jzfq .w .content ul li:nth-child(7) h3 {
  color: #2892f9;
}
.jzfq .w .content ul li:nth-child(8) {
  position: absolute;
  bottom: -4%;
  right: 8%;
}
.jzfq .w .content ul li:nth-child(8) h3 {
  color: #fedc2e;
}
.cpts {
  width: 100%;
  padding-top: 40px;
}
.cpts .w .title {
  text-align: center;
  margin-bottom: 68px;
}
.cpts .w .title h5 {
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 39px;
  letter-spacing: 0px;
  color: #131313;
}
.cpts .content {
  width: 100%;
  height: 478px;
  background: url('../../images/product/decoration/ts-bg.png') no-repeat center;
  background-color: #1e1d1e;
}
.cpts .content .w .plan-wrapper {
  position: relative;
  left: 0;
  font-size: 0;
  white-space: nowrap;
}
.cpts .content .w .plan-wrapper .plan-slide.open {
  width: 50%;
  background: none;
  background-color: #12b11c;
}
.cpts .content .w .plan-wrapper .plan-slide.open .plan-card-bg:after {
  background: none;
}
.cpts .content .w .plan-wrapper .plan-slide.open img {
  height: 105%;
}
.cpts .content .w .plan-wrapper .plan-slide.open .plan-card-collapse {
  opacity: 0;
}
.cpts .content .w .plan-wrapper .plan-slide.open .plan-card-open {
  opacity: 1;
  visibility: visible;
}
.cpts .content .w .plan-wrapper .plan-slide {
  display: inline-block;
  position: relative;
  height: 100%;
  width: 155px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  font-size: 1rem;
  overflow: hidden;
  vertical-align: top;
  white-space: normal;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.cpts .content .w .plan-wrapper .plan-slide .plan-card-bg {
  position: relative;
  width: 100%;
  height: 478px;
  transition: 0.2s;
  overflow: hidden;
}
.cpts .content .w .plan-wrapper .plan-slide .plan-card-bg img {
  display: block;
  position: absolute;
  top: -10000px;
  right: -10000px;
  bottom: -10000px;
  left: -10000px;
  margin: auto;
}
.cpts .content .w .plan-wrapper .plan-slide .plan-card-bg:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #353333ad;
  opacity: 0.5;
  transition: 0.2s;
}
.cpts .content .w .plan-wrapper .plan-slide .plan-card-collapse {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  transition: 0.5s;
}
.cpts .content .w .plan-wrapper .plan-slide .plan-card-collapse .plan-card-collapse-inner {
  position: absolute;
  top: 40%;
  left: 40%;
  width: 100%;
  margin-top: -63px;
  font-size: 0;
}
.cpts .content .w .plan-wrapper .plan-slide .plan-card-collapse .plan-card-collapse-inner h3 {
  display: inline-block;
  width: 29px;
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 42px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: -23px;
}
.cpts .content .w .plan-wrapper .plan-slide .plan-card-open {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
}
.cpts .content .w .plan-wrapper .plan-slide .plan-card-open .plan-card-open-inner {
  position: absolute;
  top: 51%;
  left: 13%;
  right: 13%;
  width: 74%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin: auto;
  color: #fff;
}
.cpts .content .w .plan-wrapper .plan-slide .plan-card-open .plan-card-open-inner h3 {
  display: inline-block;
  width: 29px;
  font-size: 28px !important;
  font-weight: normal;
  font-stretch: normal;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 38px;
}
.cpts .content .w .plan-wrapper .plan-slide .plan-card-open .plan-card-open-inner .right-plan {
  position: absolute;
  top: 13%;
  display: inline-block;
  width: 406px;
  margin-left: 40px;
}
.cpts .content .w .plan-wrapper .plan-slide .plan-card-open .plan-card-open-inner .right-plan h5 {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  margin-bottom: 34px;
  letter-spacing: 0;
}
.cpts .content .w .plan-wrapper .plan-slide .plan-card-open .plan-card-open-inner .right-plan p {
  width: 406px;
  height: 63px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  margin-bottom: 62px;
}
.cpts .content .w .plan-wrapper .plan-slide .plan-card-open .plan-card-open-inner p {
  width: 500px;
  font-size: 14px;
  color: #ffffff;
  font-family: MicrosoftYaHeiLight;
}
.cpts .content .w .plan-wrapper .active .plan-card-bg:after {
  background: none;
}
.cpts .content .w .plan-wrapper .plan-slide:nth-child(1) .plan-card-open-inner .right-plan {
  top: 8%;
}
.cpts .content .w .plan-wrapper .plan-slide:nth-child(2) .plan-card-open,
.cpts .content .w .plan-wrapper .plan-slide:nth-child(3) .plan-card-open {
  margin-top: -100px;
}
.cpts .content .w .plan-wrapper .plan-slide:nth-child(2) .plan-card-open .right-plan,
.cpts .content .w .plan-wrapper .plan-slide:nth-child(3) .plan-card-open .right-plan {
  top: 8%;
}
.cpts .content .w .plan-wrapper .plan-slide:nth-child(4) .plan-card-open,
.cpts .content .w .plan-wrapper .plan-slide:nth-child(5) .plan-card-open {
  margin-top: 5px;
}
.cpts .content .w .plan-wrapper .plan-slide:nth-child(4) .plan-card-open .right-plan,
.cpts .content .w .plan-wrapper .plan-slide:nth-child(5) .plan-card-open .right-plan {
  top: 8%;
}
.ptgn {
  width: 100%;
  height: 870px;
  padding-top: 100px;
}
.ptgn .w .title {
  text-align: center;
  margin-bottom: 68px;
}
.ptgn .w .title h5 {
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 39px;
  letter-spacing: 0px;
  color: #131313;
}
.ptgn .w .content {
  text-align: center;
}
.ptkf {
  width: 100%;
  height: 650px;
  padding-top: 50px;
}
.ptkf .w .title {
  text-align: center;
  margin-bottom: 68px;
}
.ptkf .w .title h5 {
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 39px;
  letter-spacing: 0px;
  color: #131313;
  margin-bottom: 45px;
}
.ptkf .w .title p {
  height: 41px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #3a3a3a;
}
.ptkf .w .content {
  width: 100%;
  height: 360px;
}
.ptkf .w .content .left {
  position: relative;
  width: 588px;
  height: 360px;
  margin-right: 40px;
  background: url('../../images/product/decoration/kfpt.png') no-repeat center;
}
.ptkf .w .content .left span {
  font-size: 16px;
  color: #333333;
}
.ptkf .w .content .left .top-t {
  position: absolute;
  top: 33%;
  right: 4%;
}
.ptkf .w .content .left .bottom-t {
  position: absolute;
  bottom: 35%;
  right: 7%;
}
.ptkf .w .content .right {
  width: 508px;
}
.ptkf .w .content .right ul li {
  text-align: left;
  padding-left: 30px;
  width: 508px;
  height: 110px;
  line-height: 110px;
  margin-bottom: 20px;
}
.ptkf .w .content .right ul li img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.ptkf .w .content .right ul li p {
  display: inline-block;
  font-size: 24px;
  color: #333333;
}
.ptkf .w .content .right ul li:hover {
  cursor: pointer;
}
.ptkf .w .content .right ul .active {
  transition: all 0.3s ease-out;
  background-color: #ffffff;
  box-shadow: 1px 2px 8px 0px rgba(79, 189, 77, 0.5);
}
.zixunbox {
  width: 100%;
  text-align: center;
  background: url('../../images/product/decoration/mfzx.png') no-repeat center;
  position: relative;
  margin-top: 108px;
  height: 318px;
  overflow: hidden;
  background-color: #332f2f;
}
.zixunbox .ancont {
  position: relative;
  z-index: 2;
}
.zixunbox .ancont h6 {
  margin: 0;
  padding: 82px 0 20px;
  font-size: 42px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 4px;
  color: #ffffff;
}
.zixunbox .ancont p {
  line-height: 1;
  font-size: 28px;
  letter-spacing: 6px;
  color: #ffffff;
}
.zixunbox .ancont a {
  display: inline-block;
  width: 159px;
  height: 48px;
  margin-top: 50px;
  text-align: center;
  line-height: 48px;
  background-color: #ffffff;
  font-size: 20px;
  letter-spacing: 4px;
  color: #00ae66;
  text-decoration: none;
}
.zixunbox .ancont a:hover {
  background-color: #eefcee;
  cursor: pointer;
}
.ys {
  width: 100%;
  height: 740px;
  padding-top: 50px;
}
.ys .w .title {
  text-align: center;
  margin-bottom: 68px;
}
.ys .w .title h5 {
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 39px;
  letter-spacing: 0px;
  color: #131313;
}
.ys .w .content ul {
  height: 539px;
  display: flex;
  justify-content: center;
}
.ys .w .content ul li {
  position: relative;
  width: 376px;
  height: 539px;
  color: #fff;
  text-align: center;
  padding-top: 138px;
  box-sizing: border-box;
}
.ys .w .content ul li h3 {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  margin-top: 6%;
  margin-bottom: 25px;
}
.ys .w .content ul li p {
  display: none;
  width: 320px;
  height: 53px;
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 0px;
  text-align: left;
  margin: 0 30px;
}
.ys .w .content ul li:hover {
  transition: all 0.3s ease-out;
  cursor: pointer;
  padding-top: 108px;
}
.ys .w .content ul li:hover p,.ys .w .content ul .active p {
  display: block;
}
.ys .w .content ul li:nth-child(1) {
  background: url('../../images/product/decoration/ys01.png') no-repeat center;
  background-color: rgba(0, 0, 0, 0.8);
}
.ys .w .content ul li:nth-child(2) {
  background: url('../../images/product/decoration/ys02.png') no-repeat center;
  background-color: rgba(0, 0, 0, 0.8);
}
.ys .w .content ul li:nth-child(3) {
  background: url('../../images/product/decoration/ys03.png') no-repeat center;
  background-color: rgba(0, 0, 0, 0.8);
}
.ys .w .content ul li.active{
  background-color: rgb(37, 172, 44);;
}
.fk {
  text-align: center;
  width: 100%;
  height: 1077px;
}
.fk ul {
  margin: 112px 0 80px;
  display: flex;
  justify-content: space-between;
}
.fk ul li {
  position: relative;
  width: 290px;
  text-align: center;
}
.fk ul li .circle {
  width: 99px;
  height: 99px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #66c764;
  margin: 0 auto;
  display: flex;
}
.fk ul li .animation {
  -webkit-animation: twinkling 2.1s infinite ease-in-out;
  animation: twinkling 2.1s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.fk ul li .circle_bottom {
  width: 115px;
  height: 115px;
  margin: -107px auto 0;
  display: block;
  border-radius: 50%;
  background-color: rgba(111, 226, 131, 0.7);
}
.fk ul li h6 {
  margin: 35px 0 15px;
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  color: #333333;
}
.fk ul li p {
  width: 260px;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  margin-bottom: 10px;
}
.fk ul .li8 i {
  width: 48px;
  height: 48px;
  background-position: 0 -136px;
}
.fk ul .li9 i {
  width: 45px;
  height: 49px;
  background-position: -66px -136px;
}
.fk ul .li10 i {
  width: 51px;
  height: 42px;
  background-position: -127px -139px;
}
.fk ul .xhicnbox {
  display: flex;
  height: 26px;
  position: absolute;
  left: 330px;
  top: 38px;
  width: 58px;
  overflow: hidden;
}
.fk ul .xhicnbox span {
  display: inline-block;
  width: 17px;
  height: 26px;
  width: 58px;
  background-position: -201px -147px;
  -webkit-animation: xunhuan 2.1s infinite ease-in-out;
  animation: xunhuan 2.1s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/*@-webkit-keyframes xunhuan {*/
/*  0% {*/
/*    width: 0px;*/
/*  }*/
/*  25% {*/
/*    width: 17px;*/
/*  }*/
/*  50% {*/
/*    width: 34px;*/
/*  }*/
/*  100% {*/
/*    width: 58px;*/
/*  }*/
/*}*/
/*@keyframes xunhuan {*/
/*  0% {*/
/*    width: 0px;*/
/*  }*/
/*  25% {*/
/*    width: 17px;*/
/*  }*/
/*  50% {*/
/*    width: 34px;*/
/*  }*/
/*  100% {*/
/*    width: 58px;*/
/*  }*/
/*}*/
.cpyl {
  text-align: center;
  margin-bottom: -467px;
  background: url(../../images/product/decoration/jt-title-bg.png) no-repeat center top;
}
.cpyl .alltit {
  padding-top: 65px;
  color: #fff;
}
.cpyl .alltit::before {
  background-color: #fff;
}
.cpyl .ylbox1 h5 {
  color: #ffffff;
}
.cpyl .ylbox1 h5:before {
  background-color: #ffffff;
}
.cpyl .ylbox2 h5,
.cpyl .ylbox1 h5 {
  padding: 65px 0 16px;
  font-size: 24px;
  text-align: left;
  font-weight: normal;
  line-height: 1;
}
.cpyl .ylbox2 h5:before,
.cpyl .ylbox1 h5:before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 23px;
  vertical-align: -4px;
  margin-right: 8px;
}
.cpyl .ylbox2 {
  border-bottom: 1px solid rgba(0, 174, 102, 0.3);
}
.cpyl .ylbox2 h5 {
  color: #333333;
}
.cpyl .ylbox2 h5:before {
  background-color: #00ae66;
}
.cpyl .swiper-button-next,
.cpyl .swiper-button-prev {
  width: 63px;
  height: 63px;
  background-position: -73px -381px;
}
.cpyl .swiper-button-next {
  background-position: -143px -381px;
}
.cpyl .swiper-button-next:hover {
  background-position: -143px -448px;
}
.cpyl .swiper-button-prev:hover {
  background-position: -73px -448px;
}
.cpyl .w .jsaq {
  height: 428px;
}
.cpyl .w .jsaq ul {
  display: flex;
  justify-content: center;
}
.cpyl .w .jsaq ul li {
  width: 221px;
  height: 295px;
  margin-right: 24px;
  background-color: #ffffff;
  border-radius: 8px;
}
.jsaq {
  width: 100%;
  height: 1100px;
  box-sizing: border-box;
  padding-top: 540px;
  background: url('../../images/product/decoration/jsaq-bg.png') no-repeat center;
}
.jsaq h5 {
  text-align: center;
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 72px;
  letter-spacing: 0px;
  color: #131313;
  margin-bottom: 88px;
}
.jsaq .content ul {
  display: flex;
  justify-content: center;
}
.jsaq .content ul li {
  box-sizing: border-box;
  width: 221px;
  height: 295px;
  margin-right: 24px;
  box-shadow: 0px 6px 7px 1px #ecf8ed;
  text-align: center;
}
.jsaq .content ul li .middle {
  margin-bottom: 21px;
  margin-top: 135px;
}
.jsaq .content ul li .middle p {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
.jsaq .content ul li .bottom p {
  font-size: 14px;
  color: #666666;
  margin-bottom: 5px;
}
.jsaq .content ul li:nth-child(1) {
  background: url('../../images/product/decoration/jsaq-1.png') no-repeat center;
}
.jsaq .content ul li:nth-child(2) {
  background: url('../../images/product/decoration/jsaq-2.png') no-repeat center;
}
.jsaq .content ul li:nth-child(3) {
  background: url('../../images/product/decoration/jsaq-3.png') no-repeat center;
}
.jsaq .content ul li:nth-child(4) {
  background: url('../../images/product/decoration/jsaq-4.png') no-repeat center;
}
.jsaq .content ul li:nth-child(5) {
  background: url('../../images/product/decoration/jsaq-5.png') no-repeat center;
}
.jsjg {
  width: 100%;
  height: 1200px;
  background: url('../../images/product/decoration/jsjg-bg.png') no-repeat center bottom;
}
.jsjg h5 {
  text-align: center;
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 72px;
  letter-spacing: 0px;
  color: #131313;
  margin-bottom: 88px;
}
