#securityService {
  width: 80%;
  max-width: 1280px;
  margin: 0 auto;
}
#securityService .main {
  text-align: center;
}
#securityService .hend {
  text-align: center;
  margin-top: 20px;
}
#securityService .hend h2 {
  font-size: 34px;
  line-height: 30px;
}
#securityService .hend h2 span {
  display: inline-block;
  font-size: 34px;
  position: relative;
}
#securityService .hend h2 span:before {
  content: '';
  z-index: -1;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  margin-bottom: -5px;
  background-color: #029bfc;
}
#securityService .hend .security {
  font-size: 24px;
  line-height: 60px;
}
#securityService .hend .solid {
  margin: 0 auto;
  width: 40px;
  height: 2px;
  border-bottom: 1px solid #000;
}
#securityService .safety {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  margin: 36px;
}
#securityService .safety > div {
  width: 30%;
  max-width: 330px;
  height: 50px;
  border-radius: 0px 24px 24px 0px;
  text-align: center;
  position: relative;
}
#securityService .safety > div .security {
  line-height: 50px;
  color: #fff;
  font-size: 24px;
  margin: auto;
  width: 50%;
}
#securityService .safety > div .triangle {
  position: absolute;
  width: 0;
  height: 0;
  border-width: 0 0 30px 30px;
  border-style: solid;
  border-color: transparent transparent transparent #7f7f7f;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -moz-transform: rotate(90deg);
  /* Firefox */
  -webkit-transform: rotate(90deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(90deg);
}
#securityService .safety > div .content {
  box-sizing: border-box;
  width: 80%;
  max-width: 276px;
  height: 350px;
  text-align: left;
  padding: 20px 20px 30px 20px;
  background: #f2f2f2;
  margin-left: 30px;
  line-height: 36px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
  overflow: hidden;
}
#securityService .safety .capital {
  background: #ffc107;
}
#securityService .safety .capital01 {
  background: #ffc107;
}
#securityService .safety .message {
  background: #2842a2;
}
#bookList {
  background: #ececec;
  margin-top: 430px;
}
#certificate {
  width: 80%;
  max-width: 1400px;
  margin: auto;
  text-align: center;
}
#certificate .title {
  font-size: 24px;
  color: #2842a2;
  line-height: 150px;
  font-weight: bold;
}
#certificate .name {
  color: #999;
  font-size: 18px;
  padding-bottom: 30px;
}
.technical {
  width: 80%;
  max-width: 1200px;
  margin: 30px auto;
}
.swiper-slide-active .titleactive {
  width: auto;
  box-shadow: 8px 8px 0px #ffc107;
}
.icon-leftIcon:before {
  content: "\e903";
  font-size: 52px;
  color: #aaa;
  line-height: 370px;
}
.icon-rightIcon:before {
  content: "\e906";
  font-size: 52px;
  color: #aaa;
  line-height: 370px;
}
.swiper-container {
  width: 100%;
  max-width: 1280px;
  height: 330px;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
}
.swiper-button-prev {
  left: 0px;
  top: 160px;
}
.swiper-slide {
  height: 250px;
  background: #ececec;
  margin: 0 auto;
}
.swiper-slide .titleactive {
  position: relative;
  width: auto;
  height: 250px;
}
.swiper-slide .titleactive img {
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.swiper-button-next {
  right: 0px;
  top: 160px;
}
.swiper-slide:not(.swiper-slide-active) {
  transform: scale(0.6);
}
.titleList div:not(:first-child) {
  display: none;
}
@media screen and (max-width: 1600px) {
  #bookList {
    background: #ececec;
    margin-top: 330px;
  }
  #securityService {
    width: 70%;
  }
  #securityService .hend h2 {
    font-size: 24px;
    line-height: 30px;
  }
  #securityService .hend h2 span {
    display: inline-block;
    font-size: 24px;
    position: relative;
  }
  #securityService .hend h2 span:before {
    content: '';
    z-index: -1;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 6px;
    margin-bottom: -5px;
    background-color: #029bfc;
  }
  #securityService .hend .security {
    font-size: 18px;
    line-height: 60px;
  }
  #securityService .hend .solid {
    margin: 0 auto;
    width: 40px;
    height: 2px;
    border-bottom: 1px solid #000;
  }
  #securityService .safety {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    margin: 36px;
  }
  #securityService .safety > div {
    width: 30%;
    max-width: 330px;
    height: 50px;
    border-radius: 0px 24px 24px 0px;
    text-align: center;
    position: relative;
  }
  #securityService .safety > div .security {
    line-height: 50px;
    color: #fff;
    font-size: 20px;
    margin: auto;
    width: 50%;
  }
  #securityService .safety > div .triangle {
    position: absolute;
    width: 0;
    height: 0;
    border-width: 0 0 30px 30px;
    border-style: solid;
    border-color: transparent transparent transparent #7f7f7f;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -moz-transform: rotate(90deg);
    /* Firefox */
    -webkit-transform: rotate(90deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(90deg);
  }
  #securityService .safety > div .content {
    font-size: 14px;
    box-sizing: border-box;
    width: 80%;
    max-width: 276px;
    height: 250px;
    text-align: left;
    padding: 20px 20px 30px 20px;
    background: #f2f2f2;
    margin-left: 30px;
    line-height: 1.8;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
    overflow: hidden;
  }
  #securityService .safety .capital {
    background: #ffc107;
  }
  #securityService .safety .capital01 {
    background: #ffc107;
  }
  #securityService .safety .message {
    background: #2842a2;
  }
  #certificate {
    width: 80%;
    max-width: 1400px;
    margin: auto;
    text-align: center;
  }
  #certificate .title {
    font-size: 24px;
    color: #2842a2;
    line-height: 150px;
    font-weight: bold;
  }
  .technical {
    width: 70%;
  }
  .icon-leftIcon:before {
    content: "\e903";
    font-size: 52px;
    color: #aaa;
    line-height: 370px;
  }
  .icon-rightIcon:before {
    content: "\e906";
    font-size: 52px;
    color: #aaa;
    line-height: 370px;
  }
  .swiper-container {
    width: 900px;
    max-width: 1280px;
    height: 300px;
  }
  .swiper-slide {
    width: 70%;
  }
  .swiper-button-prev {
    left: 0px;
    top: 120px;
  }
  .swiper-slide {
    height: 250px;
  }
  .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
  }
  .swiper-button-next {
    right: 0px;
    top: 120px;
  }
  .swiper-slide:not(.swiper-slide-active) {
    transform: scale(0.6);
  }
  .titleList div:not(:first-child) {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  #bookList {
    background: #ececec;
    margin-top: 330px;
  }
  #securityService {
    width: 70%;
  }
  #securityService .hend h2 {
    font-size: 24px;
    line-height: 30px;
  }
  #securityService .hend h2 span {
    display: inline-block;
    font-size: 24px;
    position: relative;
  }
  #securityService .hend h2 span:before {
    content: '';
    z-index: -1;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 6px;
    margin-bottom: -5px;
    background-color: #029bfc;
  }
  #securityService .hend .security {
    font-size: 18px;
    line-height: 60px;
  }
  #securityService .hend .solid {
    margin: 0 auto;
    width: 40px;
    height: 2px;
    border-bottom: 1px solid #000;
  }
  #securityService .safety {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    margin: 36px;
  }
  #securityService .safety > div {
    width: 30%;
    max-width: 330px;
    height: 50px;
    border-radius: 0px 24px 24px 0px;
    text-align: center;
    position: relative;
  }
  #securityService .safety > div .security {
    line-height: 50px;
    color: #fff;
    font-size: 20px;
    margin: auto;
    width: 50%;
  }
  #securityService .safety > div .triangle {
    position: absolute;
    width: 0;
    height: 0;
    border-width: 0 0 30px 30px;
    border-style: solid;
    border-color: transparent transparent transparent #7f7f7f;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -moz-transform: rotate(90deg);
    /* Firefox */
    -webkit-transform: rotate(90deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(90deg);
  }
  #securityService .safety > div .content {
    font-size: 14px;
    box-sizing: border-box;
    width: 80%;
    max-width: 276px;
    height: 250px;
    text-align: left;
    padding: 20px 20px 30px 20px;
    background: #f2f2f2;
    margin-left: 30px;
    line-height: 1.8;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
    overflow: hidden;
  }
  #securityService .safety .capital {
    background: #ffc107;
  }
  #securityService .safety .capital01 {
    background: #ffc107;
  }
  #securityService .safety .message {
    background: #2842a2;
  }
  #certificate {
    width: 80%;
    max-width: 1400px;
    margin: auto;
    text-align: center;
  }
  #certificate .title {
    font-size: 24px;
    color: #2842a2;
    line-height: 150px;
    font-weight: bold;
  }
  .technical {
    width: 70%;
  }
  .icon-leftIcon:before {
    content: "\e903";
    font-size: 52px;
    color: #aaa;
    line-height: 370px;
  }
  .icon-rightIcon:before {
    content: "\e906";
    font-size: 52px;
    color: #aaa;
    line-height: 370px;
  }
  .swiper-container {
    width: 900px;
    max-width: 1280px;
    height: 300px;
  }
  .swiper-slide {
    width: 70%;
  }
  .swiper-button-prev {
    left: 0px;
    top: 120px;
  }
  .swiper-slide {
    height: 250px;
  }
  .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
  }
  .swiper-button-next {
    right: 0px;
    top: 120px;
  }
  .swiper-slide:not(.swiper-slide-active) {
    transform: scale(0.6);
  }
  .titleList div:not(:first-child) {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .icon-rightIcon:before {
    line-height: 0px !important;
  }
  #securityService {
    width: 100%;
  }
  #securityService .hend {
    text-align: center;
    margin-top: 20px;
  }
  #securityService .hend h2 {
    font-size: 24px;
    line-height: 30px;
  }
  #securityService .hend h2 span {
    display: inline-block;
    font-size: 24px;
    position: relative;
  }
  #securityService .hend h2 span:before {
    content: '';
    z-index: -1;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 6px;
    margin-bottom: -5px;
    background-color: #029bfc;
  }
  #securityService .hend .security {
    font-size: 16px;
    line-height: 60px;
  }
  #securityService .safety {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    margin: 0;
    margin-top: 20px;
  }
  #securityService .safety > div {
    width: 30%;
    max-width: 330px;
    height: 30px;
    border-radius: 0px 24px 24px 0px;
    text-align: center;
    position: relative;
  }
  #securityService .safety > div .security {
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    margin: auto;
    width: 50%;
  }
  #securityService .safety > div .triangle {
    position: absolute;
    width: 0;
    height: 0;
    border-width: 0 0 15px 15px;
    border-style: solid;
    border-color: transparent transparent transparent #7f7f7f;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -moz-transform: rotate(90deg);
    /* Firefox */
    -webkit-transform: rotate(90deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(90deg);
  }
  #securityService .safety > div .content {
    font-size: 12px;
    box-sizing: border-box;
    width: 80%;
    max-width: 276px;
    height: 200px;
    text-align: left;
    padding: 10px 10px 15px 10px;
    background: #f2f2f2;
    margin-left: 15px;
    line-height: 1.8;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
    overflow: hidden;
  }
  #securityService .safety .capital {
    background: #ffc107;
  }
  #securityService .safety .capital01 {
    background: #ffc107;
  }
  #securityService .safety .message {
    background: #2842a2;
  }
  #bookList {
    background: #ececec;
    margin-top: 250px;
  }
  #bookList #certificate {
    width: 100%;
    margin: auto;
    text-align: center;
  }
  #bookList #certificate .title {
    font-size: 16px;
    line-height: 100px;
    font-weight: bold;
  }
  #bookList #certificate .name {
    color: #999;
    font-size: 14px;
    padding-bottom: 30px;
    padding-top: 20px;
  }
  .technical {
    width: 100%;
    margin: 30px auto;
    box-sizing: border-box;
    padding: 0px 10px;
  }
  .swiper-container {
    width: 100%;
    height: 100%;
  }
  .swiper-button-prev {
   width: 30px;
   height: 30px;
    left: 0px;
    top: 160px;
  }
  .swiper-slide {
    height: 300px !important;
    width: 100% !important;
  }
  .swiper-slide img {
    width: auto;
  }
  .swiper-button-next {
    width: 30px;
    height: 30px;
    right: 0px;
    top: 160px;
  }
  .swiper-slide .titleactive{
    width: auto;
    max-width: 80%;
    height: 220px;
  }
}
