/* 超小屏幕（手机，小于 768px） */
/* 没有任何媒体查询相关的代码，因为这在 Bootstrap 中是默认 */
#fullpage {
  overflow-x: hidden;
}
.swiper-container {
  height: 100%;
}
.swiper-slide {
  position: relative;
}
.swiper-content-text {
  width: 90%;
  position: absolute;
  top: 30%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -40%);
}
.swiper-content-text .title {
  font-size: 30px;
  color: #fff;
  font-weight: bolder;
}
.swiper-content-text .subtitle {
  font-size: 22px;
  color: #fff;
  margin: 15px 0;
}
.swiper-content-text .special {
  color: #FF9000;
}
.swiper-content-text .special video {
  position: absolute;
  bottom: 40%;
  z-index: 1;
}
.swiper-content-text .indexBtn {
  display: inline-block;
  width: 200px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  z-index: 1;
  position: relative;
  font-size: inherit;
  font-family: inherit;
  color: #333;
  font-size: 15px;
  outline: none;
  border: none;
  background-color: #fff;
  margin-top: 20px;
  transition: all 0.3s ease-in-out;
}
.swiper-content-text .indexBtn::before {
  content: '';
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ff9000;
  transform-origin: center bottom;
  transform: scaleY(0);
  transition: transform 0.25s ease-in-out;
}
.swiper-content-text .indexBtn:hover {
  cursor: pointer;
  color: #fff;
}
.swiper-content-text .indexBtn:hover::before {
  transform-origin: center top;
  transform: scaleY(1);
}
.video_box {
  width: 100%;
  height: 40%;
}
.featureList {
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 5%;
  right: 0;
  z-index: 2;
  transform: translateX(-50%);
  flex-flow: wrap;
  padding: 1%;
  display: flex;
}
.featureList a {
  display: inline-block;
  width: 48%;
  height: auto;
  text-align: center;
  margin: 0;
  transition: all 0.8s ease-in-out;
  cursor: pointer;
  position: relative;
}
.featureList a dl {
  flex: 1;
  cursor: pointer;
}
.featureList a dl dt p {
  width: 42px;
  height: 42px;
  line-height: 42px;
  background: #0090ff;
  border-radius: 50%;
  color: #fff;
  margin: 10px auto 10px;
}
.featureList a dl dt p i {
  font-size: 24px;
  transition: all 0.5s ease-in-out;
}
.featureList a dl dd h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 10px;
  color: #626161;
  cursor: pointer;
  transition: all 0.6s ease-in-out;
}
.phoneList {
  width: 100%;
  z-index: 2;
  padding: 2% 5%;
  overflow: hidden;
}
.phoneList a {
  float: left;
  width: 50%;
  height: auto;
  padding: 1% 0;
  text-align: center;
  margin: 0;
  transition: all 0.8s ease-in-out;
  cursor: pointer;
  position: relative;
}
.phoneList a dl {
  flex: 1;
  cursor: pointer;
}
.phoneList a dl dt p {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  color: #fff;
  margin: 10px auto 5px;
}
.phoneList a dl dt p i {
  font-size: 20px;
  transition: all 0.5s ease-in-out;
}
.phoneList a dl dd h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 10px;
  color: #626161;
  cursor: pointer;
  transition: all 0.6s ease-in-out;
}
.phoneList .bd {
  border-bottom: 1px solid #E4E2E8;
}
.phoneList p.bg_orange {
  background: #E99636;
}
.phoneList p.bg_green {
  background: #408F43;
}
.phoneList p.bg_blue {
  background: #377ECC;
}
.banner_img {
  position: relative;
}
.banner_img::after {
  position: absolute;
  z-index: 2;
  content: '';
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(59 66 72, 0.3);
}
.insuranceList {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -42%);
}
.insuranceList a {
  position: relative;
  display: inline-block;
  height: auto;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 0px;
}
.insuranceList a .list_item_img {
  width: 100%;
  height: 140px;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
.insuranceList a .list_item_img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
  position: relative;
  z-index: 0;
}
.insuranceList a .list_item_img::after {
  content: '';
  transition: all 0.5s ease-in-out;
}
.insuranceList a:hover .list_item_img::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 15px;
  right: 15px;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  transition: all 0.5s ease-in-out;
}
.insuranceList a .list_item {
  position: absolute;
  top: 0;
  z-index: 10;
  padding: 5% 5% 1%;
}
.insuranceList a .list_item h2 {
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-shadow: -3px 5px 5px #000;
}
.insuranceList a .list_item p {
  width: 90%;
  text-indent: 2em;
  line-height: 16px;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  text-shadow: -3px 5px 5px #000;
}
.insuranceList a:hover .list_item_img img {
  transform: scale(1.5);
}
.insuranceList a:hover::after {
  transition: transform 0.5s ease-in-out;
}
#insuranceBox {
  margin: 0;
  width: 100%;
  background: url('../images/bg01.jpg') no-repeat center center;
  background-size: cover;
}
#newsContainer {
  width: 100%;
  margin: 0;
  background: url('../images/bg02.jpg') no-repeat center center;
  background-size: cover;
}
#newsContainer .newsList {
  padding-top: 120px;
  padding-bottom: 5px;
}
#newsContainer .newsList .title {
  text-align: center;
  margin-bottom: 3%;
}
#newsContainer .newsList .title h5 {
  font-size: 14px;
  color: #666;
  font-weight: bold;
  margin-bottom: 0.5%;
}
#newsContainer .newsList .title h5 span {
  color: #03983C;
  position: relative;
}
#newsContainer .newsList .title h5 span::before {
  content: '';
  position: absolute;
  width: 50px;
  height: 1px;
  left: -95px;
  top: 52%;
  background: rgba(102, 102, 102, 0.3);
}
#newsContainer .newsList .title h5 span:after {
  content: '';
  position: absolute;
  width: 50px;
  height: 1px;
  right: -65px;
  top: 52%;
  background: rgba(102, 102, 102, 0.3);
}
#newsContainer .newsList .title p {
  color: #666;
  font-size: 12px;
}
#newsContainer .newsList .col-xs-12 {
  padding: 0;
}
#newsContainer .newsList .row .left {
  background-color: #fff;
  margin-bottom: 10px;
}
#newsContainer .newsList .row .left .information {
  width: 100%;
  height: 140px;
  overflow: hidden;
}
#newsContainer .newsList .row .left .information img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
}
#newsContainer .newsList .row .left .text {
  padding: 10px 10px 1px;
}
#newsContainer .newsList .row .left .text h4 {
  margin-bottom: 2%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #333;
  cursor: pointer;
}
#newsContainer .newsList .row .left .text p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  line-height: 24px;
  font-size: 12px;
  color: #666;
  cursor: pointer;
}
#newsContainer .newsList .row .left .text .lookMore {
  text-align: right;
}
#newsContainer .newsList .row .left .text .lookMore i {
  font-size: 22px;
  color: #FF9000;
}
#newsContainer .newsList .row .left:hover img {
  transform: scale(1.5);
}
#newsContainer .newsList .row .right a {
  display: block;
  margin-bottom: 10px;
}
#newsContainer .newsList .row .right a:last-child {
  margin-bottom: 10px;
}
#newsContainer .newsList .row .right .information {
  width: 100%;
  height: 120px;
  background-color: #fff;
}
#newsContainer .newsList .row .right .information dl dt {
  float: left;
  width: 150px;
  height: 120px;
  overflow: hidden;
}
#newsContainer .newsList .row .right .information dl dt img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
}
#newsContainer .newsList .row .right .information dl dd {
  margin-left: 150px;
  padding: 10px;
}
#newsContainer .newsList .row .right .information dl dd h4 {
  margin-bottom: 4%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #333;
  cursor: pointer;
}
#newsContainer .newsList .row .right .information dl dd p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  color: #666;
  cursor: pointer;
}
#newsContainer .newsList .row .right .information dl dd .lookMore {
  margin-top: 6%;
  position: relative;
}
#newsContainer .newsList .row .right .information dl dd .lookMore span {
  color: #009137;
  font-size: 12px;
}
#newsContainer .newsList .row .right .information dl dd .lookMore i {
  position: absolute;
  top: -5px;
  right: 0;
  font-size: 22px;
  color: #FF9000;
}
#newsContainer .newsList .row .right .information:hover img {
  transform: scale(1.5);
}
#newsContainer .newsList .row .more {
  overflow: hidden;
}
#newsContainer .newsList .row .more div {
  padding: 3% 0;
}
#newsContainer .newsList .row .more div h2 {
  position: relative;
  margin: 8px 10px 10px;
  padding-left: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #333;
}
#newsContainer .newsList .row .more div h2::before {
  content: '';
  position: absolute;
  left: 0;
  top: -2px;
  width: 4px;
  height: 18px;
  background: #ff9000;
}
#newsContainer .newsList .row .more .more_website,
#newsContainer .newsList .row .more .more_report {
  width: 100%;
  background-color: #fff;
}
#newsContainer .newsList .row .more .more_website {
  height: 140px;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 0 5px;
}
#newsContainer .newsList .row .more .more_website a .website_img {
  padding: 0;
  text-align: center;
  margin-top: 10px;
  height: 120px;
  overflow: hidden;
}
#newsContainer .newsList .row .more .more_website a .website_img img {
  display: inline-block;
  width: 100%;
  height: 100%;
}
#newsContainer .newsList .row .more .more_report {
  margin-bottom: 10px;
}
#newsContainer .newsList .row .more .more_report a {
  display: inline-block;
  padding: 0 2% 2%;
}
#newsContainer .newsList .row .more .more_report a p {
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  color: #333;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
}
#newsContainer .newsList .row .more .more_report .btnBox {
  padding: 0 24px;
}
#newsContainer .newsList .row .more .more_report .btnBox .reportBtn {
  display: inline-block;
  width: 100%;
  height: 36px;
  line-height: 36px;
  padding: 0;
  cursor: default;
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
  transition: all 0.3s ease-in-out;
  background: #009137;
}
#newsContainer .newsList .row .more .more_report .btnBox .reportBtn::before {
  content: '';
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  background-color: #ff9000;
  transform-origin: center bottom;
  transform: scaleY(0);
  transition: transform 0.25s ease-in-out;
}
#newsContainer .newsList .row .more .more_report .btnBox .reportBtn:hover {
  cursor: pointer;
  color: #fff;
}
#newsContainer .newsList .row .more .more_report .btnBox .reportBtn:hover::before {
  transform-origin: center top;
  transform: scaleY(1);
}
#newsContainer .newsList .bs {
  box-shadow: 0px 0px 6px 2px #E8E8E8;
}
.copy {
  width: 100%;
  background: #fff;
}
.copy .links {
  padding: 3% 0;
}
.copy .links .mgt {
  margin-bottom: 3%;
}
.copy .links h5 {
  display: inline-block;
  position: relative;
  padding-left: 12px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  margin-bottom: 1%;
}
.copy .links h5::before {
  content: '';
  position: absolute;
  left: 0;
  width: 4px;
  height: 16px;
  background: #ff9000;
}
.copy .links #select {
  margin-top: 10px;
  display: inline-block;
  width: 150px;
  height: 29px;
  line-height: 29px;
  background-color: #f1f1f1;
  border: none;
  color: #333;
  outline: none;
  border-radius: 2px;
  padding: 0 5px;
  cursor: pointer;
}
.copy .links #select option {
  height: 20px;
  background-color: #fff;
  color: #333;
}
.copy .links p {
  margin-top: 3%;
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.copy .links .img_container a {
  display: inline-block;
  width: 32.3%;
}
.copy .links .img_container a p {
  line-height: 30px;
  text-align: center;
}
.copy .links .img_container .links_img {
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  border-radius: 4px;
}
.copy .links .img_container .links_img img {
  width: 100%;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.copy .links .img_container .links_img img:hover {
  cursor: pointer;
  transform: scale(1.2);
}
.ipv6 {
  margin-top: 5px;
  height: 20px;
}
.service_xs {
  margin-top: 10px;
  padding-left: 7%;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  background: #999;
}
#fp-nav ul li a.active span {
  background: #ff9000;
}
.swiper-pagination-bullet {
  width: 40px;
  height: 6px;
  border-radius: 0;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0.8);
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ff9000;
}
.swiper-slide {
  background: #fdfdfe;
}
/* 小屏幕（平板，大于等于 768px） */
@media (min-width: 768px) {
  .swiper-slide {
    background-color: #fff;
  }
  .video_box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .featureList {
    width: 100%;
    position: absolute;
    left: 50%;
    bottom: 60px;
    right: 0;
    z-index: 2;
    transform: translateX(-50%);
    flex-flow: wrap;
    padding: 1%;
    display: flex;
  }
  .featureList a {
    display: inline-block;
    width: 24%;
    height: auto;
    text-align: center;
    margin: 0 0.5%;
    background: rgba(255, 255, 255, 0.8);
    transition: all 0.8s ease-in-out;
    cursor: pointer;
    position: relative;
    margin-bottom: 15px;
    border-radius: 6px;
  }
  .featureList a dl {
    flex: 1;
    cursor: pointer;
  }
  .featureList a dl dt p {
    width: 48px;
    height: 48px;
    line-height: 48px;
    background: #0090ff;
    border-radius: 50%;
    color: #fff;
    margin: 15px auto 10px;
    transition: all 0.7s ease-in-out;
    cursor: pointer;
  }
  .featureList a dl dt p i {
    font-size: 24px;
    transition: all 0.5s ease-in-out;
  }
  .featureList a dl dd h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 10px;
    color: #0090ff;
    cursor: pointer;
    transition: all 0.6s ease-in-out;
  }
  .featureList a::before {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 4px solid rgba(255, 255, 255, 0.5);
    transform-origin: center;
    transform: scale(1);
    transition: all 0.5s ease-in-out;
    border-radius: 6px;
  }
  .featureList a:hover {
    background: #0090ff;
  }
  .featureList a:hover dt p {
    background: #fff;
  }
  .featureList a:hover dt p i {
    color: #0090ff;
  }
  .featureList a:hover dd h3 {
    color: #fff;
  }
  .featureList a:hover::before {
    transition: all 0.7s ease-in-out;
    transform-origin: center;
    transform: scale(1.2);
    opacity: 0;
  }
  .insuranceList {
    transform: translate(-50%, -54%);
  }
  .insuranceList a {
    margin: 1% 0;
  }
  .insuranceList a .list_item_img {
    height: 220px;
  }
  #newsContainer .newsList {
    padding-top: 160px;
  }
  #newsContainer .newsList .title {
    margin-bottom: 1%;
  }
  #newsContainer .newsList .title h5 {
    font-size: 24px;
  }
  #newsContainer .newsList .title h5 span::before {
    content: '';
    position: absolute;
    width: 68px;
    height: 1px;
    left: -134px;
    top: 52%;
  }
  #newsContainer .newsList .title h5 span:after {
    content: '';
    position: absolute;
    width: 68px;
    height: 1px;
    right: -84px;
    top: 52%;
  }
  #newsContainer .newsList .row .left .information {
    height: 265px;
  }
  #newsContainer .newsList .row .left .text {
    height: 190px;
    padding: 15px 15px 1px;
  }
  #newsContainer .newsList .row .left .text h4 {
    font-size: 18px;
  }
  #newsContainer .newsList .row .left .text p {
    overflow: hidden;
    height: 100px;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -moz-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    line-height: 24px;
    font-size: 14px;
  }
  #newsContainer .newsList .row .left .text .lookMore i {
    font-size: 34px;
  }
  #newsContainer .newsList .row .right a {
    margin-bottom: 27px;
    display: block;
  }
  #newsContainer .newsList .row .right a:first-child {
    margin-bottom: 28px;
  }
  #newsContainer .newsList .row .right a:nth-child(3) {
    margin-bottom: 17px;
  }
  #newsContainer .newsList .row .right a:last-child {
    margin-bottom: 15px;
  }
  #newsContainer .newsList .row .right .information {
    height: 96px;
  }
  #newsContainer .newsList .row .right .information dl dt {
    width: 170px;
    height: 96px;
  }
  #newsContainer .newsList .row .right .information dl dd {
    margin-left: 170px;
    height: 96px;
  }
  #newsContainer .newsList .row .right .information dl dd h4 {
    margin-bottom: 3%;
    font-size: 16px;
  }
  #newsContainer .newsList .row .right .information dl dd p {
    font-size: 14px;
    text-indent: 1.3em;
  }
  #newsContainer .newsList .row .right .information dl dd .lookMore {
    margin-top: 3%;
  }
  #newsContainer .newsList .row .right .information dl dd .lookMore span {
    font-size: 14px;
  }
  #newsContainer .newsList .row .right .information dl dd .lookMore i {
    font-size: 24px;
  }
  #newsContainer .newsList .row .more {
    max-height: 456px;
  }
  #newsContainer .newsList .row .more div h2 {
    height: 22px;
    margin: 17px 18px 10px;
    font-size: 18px;
  }
  #newsContainer .newsList .row .more div h2::before {
    height: 22px;
  }
  #newsContainer .newsList .row .more .more_website {
    height: 220px;
    margin-bottom: 27px;
  }
  #newsContainer .newsList .row .more .more_website a .website_img {
    margin-top: 0;
    height: 165px;
  }
  #newsContainer .newsList .row .more .more_report {
    height: 210px;
    margin-bottom: 15px;
    padding: 2% 0;
  }
  #newsContainer .newsList .row .more .more_report a {
    padding: 0 2% 2%;
  }
  #newsContainer .newsList .row .more .more_report a p {
    padding: 0 10px;
    max-height: 100px;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    line-height: 24px;
  }
  #newsContainer .newsList .row .more .more_report .btnBox .reportBtn {
    height: 40px;
    line-height: 40px;
  }
  .copy .links h5 {
    padding-left: 18px;
    font-size: 20px;
  }
  .copy .links h5::before {
    content: '';
    position: absolute;
    left: 0;
    width: 4px;
    height: 23px;
  }
  .copy .links p {
    font-size: 14px;
  }
  .copy .links .img_container a {
    display: inline-block;
    width: auto;
  }
  .copy .links .img_container a p {
    line-height: 30px;
    text-align: center;
  }
  .copy .links .img_container .links_img {
    width: 210px;
    height: 85px;
    cursor: pointer;
    overflow: hidden;
    border-radius: 4px;
    margin-right: 14px;
  }
  .copy .links .img_container .links_img:last-child {
    margin-right: 0;
  }
  .copy .links .img_container .links_img img {
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
  }
  .copy .links .img_container .links_img img:hover {
    cursor: pointer;
    transform: scale(1.2);
  }
  .ipv6 {
    margin-top: 5px;
    height: 28px;
  }
}
/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: 992px) {
  .insuranceList {
    transform: translate(-50%, -84%);
  }
  #newsContainer .newsList {
    padding-top: 0;
  }
  #newsContainer .newsList .title {
    margin-bottom: 3%;
  }
  #newsContainer .newsList .title h5 {
    font-size: 34px;
    margin-bottom: 0.5%;
  }
  #newsContainer .newsList .title h5 span::before {
    left: -153px;
    top: 52%;
  }
  #newsContainer .newsList .title h5 span:after {
    right: -82px;
    top: 52%;
  }
  #newsContainer .newsList .title p {
    font-size: 12px;
  }
  #newsContainer .newsList .col-xs-12 {
    padding: 0 15px;
  }
  #newsContainer .newsList .row .left .information {
    height: 265px;
  }
  #newsContainer .newsList .row .left .text h4 {
    margin-bottom: 2%;
  }
  #newsContainer .newsList .row .right .information dl dd {
    padding: 10px;
  }
  .featureList {
    position: absolute;
    left: 50%;
    bottom: 30px;
    z-index: 10;
  }
}
/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media (min-width: 1200px) {
  .swiper-content-text {
    width: 1100px;
    top: 47%;
  }
  .swiper-content-text .title {
    font-size: 50px;
    font-weight: 900;
  }
  .swiper-content-text .subtitle {
    font-size: 34px;
    margin: 15px 0;
  }
  .featureList {
    width: 1170px;
  }
  .featureList a {
    flex: 1;
    width: 23.5%;
  }
  .featureList a dl dd h3 {
    padding-bottom: 20px;
  }
  .insuranceList {
    transform: translate(-50%, -36%);
  }
  .insuranceList a {
    margin-top: 0;
    margin-bottom: 10px;
    margin-right: -20px;
  }
  .insuranceList a .list_item_img {
    height: 280px;
  }
  .insuranceList a .list_item h2 {
    font-size: 30px;
  }
  .insuranceList a .list_item p {
    font-size: 16px;
    line-height: 28px;
  }
  #newsContainer .newsList {
    padding-top: 120px;
  }
}
