.cantScroll {
  height: 100vh;
  overflow: hidden;
}
#template {
  padding-top: 80px;
}
#template .contentTitle {
  font-size: 52px;
  font-weight: 500;
  color: #000000;
  line-height: 73px;
  text-align: center;
  margin: 27px 0;
}
#template .contentTitleTwo {
  margin: 90px auto 46px;
}
#template .contentTitleThree {
  margin: 62px auto 27px;
}
#template .contentOne {
  height: 641px;
  background: linear-gradient(36deg, #763dfb 0%, #396afe 100%);
  background: -webkit-linear-gradient(36deg, #763dfb 0%, #396afe 100%);
  justify-content: center;
  align-items: center;
}
#template .contentOne .cOneLeft {
  width: 440px;
  margin-right: 24px;
}
#template .contentOne .cOneLeft .cOneTiTleOne {
  font-size: 54px;
  color: #fff;
  line-height: 74px;
  font-weight: bold;
  margin-bottom: 30px;
}
#template .contentOne .cOneLeft .cOneTiTleTwo {
  color: #a2a2f7;
  font-size: 30px;
  line-height: 55px;
}
#template .contentOne .cOneRight .videoDom {
  width: 736px;
  height: 414px;
}
#template .contentTwo .contentTwoBox {
  max-width: 1200px;
  margin: 58px auto 0;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
#template .contentTwo .contentTwoBox .left {
  width: 761px;
  height: 635px;
  position: relative;
}
#template .contentTwo .contentTwoBox .left .leftTitle {
  font-size: 32px;
  color: #3370f4;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  display: flex;
  display: -webkit-flex;
}
#template .contentTwo .contentTwoBox .left .leftTitle span {
  display: inline-block;
  width: 271px;
  font-weight: 500;
}
#template .contentTwo .contentTwoBox .left img {
  display: block;
}
#template .contentTwo .contentTwoBox .right {
  width: 320px;
}
#template .contentTwo .contentTwoBox .right .rightItem {
  justify-content: space-between;
  margin-bottom: 27px;
}
#template .contentTwo .contentTwoBox .right .rightItem .rightItemL {
  width: 48px;
  height: 48px;
}
#template .contentTwo .contentTwoBox .right .rightItem .rightItemL img {
  display: block;
}
#template .contentTwo .contentTwoBox .right .rightItem .rightItemR {
  width: 257px;
  font-weight: 500;
}
#template .contentTwo .contentTwoBox .right .rightItem .rightItemR .rightItemT {
  opacity: .9;
  font-size: 26px;
  color: #121212;
  margin-bottom: 10px;
}
#template .contentTwo .contentTwoBox .right .rightItem .rightItemR .rightItemB {
  font-size: 18px;
  color: #666;
  line-height: 1.6;
}
#template .contentTwo .contentTwoBox .right .rightItem:last-child {
  margin-bottom: 0;
}
#template .contentThree {
  text-align: center;
  background: #fbfbfb;
  padding-top: 66px;
  margin-top: 103px;
}
#template .contentThree p {
  font-size: 42px;
  font-weight: 500;
}
#template .contentThree p span {
  color: #DB4E4E;
  font-size: 62px;
  display: inline-block;
  margin: 0 12px;
}
#template .contentThree img {
  width: 100%;
}
#template .contentFour .caseUl {
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}
#template .contentFour .caseUl .caseItem {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  width: 380px;
  margin: 21px 15px 21px;
  transition: linear 0.1s margin;
  -webkit-transition: linear 0.1s margin;
  cursor: pointer;
}
#template .contentFour .caseUl .caseItem .top {
  background: #fff;
  padding: 24px;
}
#template .contentFour .caseUl .caseItem .top .topOne {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 14px;
}
#template .contentFour .caseUl .caseItem .top .topTwo {
  font-size: 18px;
  color: #666666;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#template .contentFour .caseUl .caseItem .bottom {
  background: #ECECEC;
  color: #ECECEC;
  height: 285px;
  position: relative;
}
#template .contentFour .caseUl .caseItem .bottom img {
  width: 100%;
  height: 100%;
  display: block;
}
#template .contentFour .caseUl .caseItem .bottom .videoPlay {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 46px;
  height: 46px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
#template .contentFour .caseUl .caseItem:nth-child(3n) {
  margin-right: 0;
}
#template .contentFour .caseUl .caseItem:nth-child(3n-2) {
  margin-left: 0;
}
#template .contentFour .caseUl .caseItem:hover {
  margin: 15px 15px 27px;
}
#template .contentFour .caseUl .caseItem:nth-child(3n):hover {
  margin-right: 0;
  margin: 15px 0 27px 15px;
}
#template .contentFour .caseUl .caseItem:nth-child(3n-2):hover {
  margin: 15px 15px 27px 0;
}
#template .contentFive {
  padding-bottom: 100px;
}
#template .contentFive .serviceUl {
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
}
#template .contentFive .serviceUl .serviceLi {
  width: 24%;
  height: 320px;
  background: #fff;
  -webkit-box-shadow: 0 0 12px 0 #ccc;
  box-shadow: 0 0 12px 0 #ccc;
  padding: 0 28px;
}
#template .contentFive .serviceUl .serviceLi .serviceItem {
  text-align: center;
}
#template .contentFive .serviceUl .serviceLi .serviceItem .serviceIcon {
  width: 84px;
  height: 84px;
  margin: 38px auto;
}
#template .contentFive .serviceUl .serviceLi .serviceItem .serviceIcon img {
  display: block;
}
#template .contentFive .serviceUl .serviceLi .serviceItem .serviceTitle {
  font-size: 24px;
  color: #333;
  margin-bottom: 28px;
  white-space: nowrap;
}
#template .contentFive .serviceUl .serviceLi .serviceItem .serviceInfo {
  font-size: 16px;
  color: #666;
  line-height: 32px;
}
#template .dialogFrame {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  visibility: hidden;
  transition: linear 0.15s all;
  -webkit-transition: linear 0.15s all;
}
#template .dialogFrame .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: linear 0.15s all;
  -webkit-transition: linear 0.15s all;
  content: '';
}
#template .dialogFrame .dialogBox,
#template .dialogFrame .videoBox {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  overflow: hidden;
  opacity: 0;
  transition: linear 0.15s all;
  -webkit-transition: linear 0.15s all;
}
#template .dialogFrame .dialogBox {
  width: 352px;
  height: 758px;
  border-radius: 45px;
}
#template .dialogFrame .videoBox {
  width: 334px;
  height: 725px;
  border-radius: 30px;
}
#template .dialogFrame .videoBox .videoDom {
  width: 100%;
  height: 100%;
}
#template .dialogFrameShow {
  visibility: visible;
}
#template .dialogFrameShow .mask {
  background: rgba(0, 0, 0, 0.4);
}
#template .dialogFrameShow .dialogBox,
#template .dialogFrameShow .videoBox {
  opacity: 1;
  top: 50%;
}
@media screen and (max-width: 1200px) {
  #template .contentTitle {
    font-size: 42px;
    margin: 35px 0;
  }
  #template .contentOne {
    flex-direction: column-reverse;
    height: auto;
  }
  #template .contentOne .cOneLeft {
    max-width: 1200px;
    width: 100%;
    padding: 22px 15px;
    display: flex;
    display: -webkit-flex;
    margin-right: 0;
    align-items: center;
  }
  #template .contentOne .cOneLeft .cOneTiTleOne {
    flex: 1;
    margin-bottom: 0;
    font-size: 40px;
    text-align: right;
    padding-right: 20px;
  }
  #template .contentOne .cOneLeft .cOneTitleOther {
    flex: 1;
  }
  #template .contentOne .cOneLeft .cOneTitleOther .cOneTiTleTwo {
    font-size: 22px;
    line-height: 36px;
    padding-left: 20px;
  }
  #template .contentOne .cOneRight .videoDom {
    width: 100vw;
    height: auto;
  }
  #template .contentTwo .contentTwoBox {
    justify-content: center;
  }
  #template .contentTwo .contentTwoBox .left {
    width: 580px;
    height: 483px;
  }
  #template .contentTwo .contentTwoBox .left .leftTitle {
    font-size: 24px;
  }
  #template .contentTwo .contentTwoBox .left .leftTitle span {
    width: 202px;
  }
  #template .contentTwo .contentTwoBox .right {
    margin-left: 10px;
  }
  #template .contentTwo .contentTwoBox .right .rightItem {
    justify-content: flex-start;
  }
  #template .contentTwo .contentTwoBox .right .rightItem .rightItemL {
    width: 30px;
    height: 30px;
  }
  #template .contentTwo .contentTwoBox .right .rightItem .rightItemR {
    margin-left: 10px;
  }
  #template .contentTwo .contentTwoBox .right .rightItem .rightItemR .rightItemT {
    font-size: 20px;
    margin-bottom: 6px;
  }
  #template .contentTwo .contentTwoBox .right .rightItem .rightItemR .rightItemB {
    font-size: 14px;
  }
  #template .contentThree {
    margin-top: 70px;
    padding-top: 30px;
  }
  #template .contentThree p {
    font-size: 30px;
  }
  #template .contentThree p span {
    font-size: 46px;
  }
  #template .contentFour .caseUl {
    padding: 0 18px;
    justify-content: center;
  }
  #template .contentFour .caseUl .caseItem {
    width: 285px;
    margin: 10px;
  }
  #template .contentFour .caseUl .caseItem .top {
    padding: 16px;
  }
  #template .contentFour .caseUl .caseItem .top .topOne {
    font-size: 20px;
    margin-bottom: 5px;
  }
  #template .contentFour .caseUl .caseItem .top .topTwo {
    font-size: 15px;
  }
  #template .contentFour .caseUl .caseItem .bottom {
    height: 210px;
  }
  #template .contentFour .caseUl .caseItem .bottom .videoPlay {
    width: 38px;
    height: 38px;
  }
  #template .contentFour .caseUl .caseItem:hover {
    margin: 6px 10px 14px;
  }
  #template .contentFour .caseUl .caseItem:nth-child(3n):hover {
    margin-right: 0;
    margin: 6px 0 14px 10px;
  }
  #template .contentFour .caseUl .caseItem:nth-child(3n-2):hover {
    margin: 6px 10px 14px 0;
  }
  #template .contentFive {
    padding-bottom: 70px;
  }
  #template .contentFive .serviceUl {
    padding: 0 18px;
    flex-wrap: wrap;
    justify-content: center;
  }
  #template .contentFive .serviceUl .serviceLi {
    width: 210px;
    height: 210px;
    margin: 0 8px;
    padding: 0 15px;
  }
  #template .contentFive .serviceUl .serviceLi .serviceItem .serviceIcon {
    width: 60px;
    height: 60px;
    margin: 20px auto;
  }
  #template .contentFive .serviceUl .serviceLi .serviceItem .serviceTitle {
    font-size: 18px;
    margin-bottom: 10px;
  }
  #template .contentFive .serviceUl .serviceLi .serviceItem .serviceInfo {
    font-size: 13px;
    line-height: 22px;
  }
  #template .contentFive .serviceUl .serviceLi:first-child {
    margin-left: 0;
  }
  #template .contentFive .serviceUl .serviceLi:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 930px) {
  #template .contentTitle {
    font-size: 30px;
    margin: 30px 0;
  }
  #template .contentOne .cOneLeft {
    padding: 22px 10px;
  }
  #template .contentOne .cOneLeft .cOneTiTleOne {
    font-size: 30px;
    padding-right: 10px;
  }
  #template .contentOne .cOneLeft .cOneTitleOther .cOneTiTleTwo {
    font-size: 18px;
    line-height: 28px;
    padding-left: 10px;
  }
  #template .contentTwo .contentTwoBox {
    margin: 45px auto 0;
  }
  #template .contentTwo .contentTwoBox .left {
    width: 440px;
    height: 368px;
  }
  #template .contentTwo .contentTwoBox .left .leftTitle {
    font-size: 18px;
  }
  #template .contentTwo .contentTwoBox .left .leftTitle span {
    width: 155px;
  }
  #template .contentTwo .contentTwoBox .right .rightItem {
    margin-bottom: 18px;
  }
  #template .contentTwo .contentTwoBox .right .rightItem .rightItemR .rightItemT {
    font-size: 18px;
    margin-bottom: 4px;
  }
  #template .contentTwo .contentTwoBox .right .rightItem .rightItemR .rightItemB {
    font-size: 12px;
  }
  #template .contentFour .caseUl .caseItem:hover {
    margin: 6px 10px 14px;
  }
  #template .contentFour .caseUl .caseItem:nth-child(3n),
  #template .contentFour .caseUl .caseItem:nth-child(3n-2) {
    margin: 10px;
  }
  #template .contentFour .caseUl .caseItem:nth-child(3n):hover {
    margin-right: 0;
    margin: 6px 10px 14px;
  }
  #template .contentFour .caseUl .caseItem:nth-child(3n-2):hover {
    margin: 6px 10px 14px;
  }
  #template .contentFive {
    padding-bottom: 50px;
  }
  #template .contentFive .serviceUl {
    padding: 0 20px;
    max-width: 725px;
  }
  #template .contentFive .serviceUl .serviceLi {
    width: 210px;
    height: 210px;
    margin: 0 10px 20px !important;
    padding: 0 15px;
  }
  #template .dialogFrame .dialogBox {
    width: 235px;
    height: 508px;
    border-radius: 31px;
  }
  #template .dialogFrame .videoBox {
    width: 224px;
    height: 487px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 740px) {
  #template .contentOne .cOneLeft {
    flex-direction: column;
  }
  #template .contentTwo .contentTwoBox {
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
  }
  #template .contentTwo .contentTwoBox .right {
    width: auto;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 0;
    margin-top: 20px;
  }
  #template .contentTwo .contentTwoBox .right .rightItem {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 170px;
    padding: 20px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    margin: 5px;
  }
  #template .contentTwo .contentTwoBox .right .rightItem .rightItemL {
    width: 42px;
    height: 42px;
  }
  #template .contentTwo .contentTwoBox .right .rightItem .rightItemR {
    width: auto;
    margin-left: 0;
    text-align: center;
  }
  #template .contentTwo .contentTwoBox .right .rightItem .rightItemR .rightItemT {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 8px;
  }
  #template .contentTwo .contentTwoBox .right .rightItem .rightItemR .rightItemB {
    font-size: 12px;
  }
  #template .contentThree {
    margin-top: 50px;
  }
  #template .contentThree p {
    font-size: 24px;
  }
  #template .contentThree p span {
    font-size: 38px;
  }
  #template .contentFour .caseUl .caseItem {
    width: 258px;
  }
  #template .contentFour .caseUl .caseItem .top .topOne {
    font-size: 18px;
  }
  #template .contentFour .caseUl .caseItem .top .topTwo {
    font-size: 14px;
  }
}
@media screen and (max-width: 591px) {
  #template .contentTitle {
    margin: 10px 0;
  }
  #template .contentTwo .contentTwoBox .right .rightItem {
    width: 200px;
  }
  #template .contentThree {
    margin-top: 45px;
    padding: 50px 15px 0;
  }
  #template .contentThree p {
    font-size: 20px;
  }
  #template .contentThree p span {
    font-size: 30px;
  }
  #template .contentFour .caseUl {
    padding: 0 10px;
  }
  #template .contentFour .caseUl .caseItem {
    width: 190px;
    margin: 5px !important;
  }
  #template .contentFour .caseUl .caseItem .top {
    padding: 12px;
  }
  #template .contentFour .caseUl .caseItem .top .topOne {
    font-size: 16px;
  }
  #template .contentFour .caseUl .caseItem .top .topTwo {
    font-size: 12px;
  }
  #template .contentFour .caseUl .caseItem .bottom {
    height: 140px;
  }
  #template .contentFour .caseUl .caseItem:hover {
    margin: 5px !important;
  }
  #template .contentFive .serviceUl {
    padding: 0 10px;
  }
  #template .contentFive .serviceUl .serviceLi {
    width: 180px;
    height: 180px;
    margin: 0 5px 10px !important;
  }
  #template .contentFive .serviceUl .serviceLi .serviceItem .serviceIcon {
    width: 40px;
    height: 40px;
  }
  #template .contentFive .serviceUl .serviceLi .serviceItem .serviceTitle {
    font-size: 16px;
  }
  #template .contentFive .serviceUl .serviceLi .serviceItem .serviceInfo {
    font-size: 12px;
  }
}
@media screen and (max-width: 425px) {
  #template .contentTitle {
    font-size: 24px;
  }
  #template .dialogFrame .dialogBox {
    width: 191px;
    height: 409px;
    border-radius: 24px;
  }
  #template .dialogFrame .videoBox {
    width: 180px;
    height: 392px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 420px) {
  #template .contentOne .cOneLeft {
    padding: 12px 10px 20px;
  }
  #template .contentOne .cOneLeft .cOneTiTleOne {
    font-size: 24px;
    line-height: 46px;
    padding-right: 0;
    margin-bottom: 5px;
  }
  #template .contentOne .cOneLeft .cOneTitleOther .cOneTiTleTwo {
    font-size: 15px;
    line-height: 24px;
  }
  #template .contentTwo .contentTwoBox .left {
    width: 300px;
    height: 250px;
  }
  #template .contentTwo .contentTwoBox .left .leftTitle {
    font-size: 14px;
  }
  #template .contentTwo .contentTwoBox .left .leftTitle span {
    width: 112px;
  }
  #template .contentTwo .contentTwoBox .right .rightItem {
    width: 142px;
    padding: 10px;
  }
  #template .contentTwo .contentTwoBox .right .rightItem .rightItemL {
    width: 35px;
    height: 35px;
  }
  #template .contentTwo .contentTwoBox .right .rightItem .rightItemR .rightItemT {
    margin-top: 10px;
    font-size: 14px;
  }
  #template .contentTwo .contentTwoBox .right .rightItem .rightItemR .rightItemB {
    height: 57px;
  }
  #template .contentFour .caseUl .caseItem {
    width: 140px;
  }
  #template .contentFour .caseUl .caseItem .top {
    padding: 10px 8px;
  }
  #template .contentFour .caseUl .caseItem .top .topOne {
    font-size: 15px;
  }
  #template .contentFour .caseUl .caseItem .bottom {
    height: 102px;
  }
  #template .contentFour .caseUl .caseItem .bottom .videoPlay {
    width: 25px;
    height: 25px;
  }
  #template .contentFive .serviceUl .serviceLi {
    width: 140px;
    height: 170px;
    padding: 0 8px;
  }
  #template .contentFive .serviceUl .serviceLi .serviceItem .serviceIcon {
    width: 35px;
    height: 35px;
    margin: 15px auto;
  }
  #template .contentFive .serviceUl .serviceLi .serviceItem .serviceTitle {
    font-size: 14px;
    margin-bottom: 6px;
  }
}
