@charset "UTF-8";
.container {
  margin: 0 auto;
  max-width: 1200px;
  display: block;
  padding-left: 15px;
  padding-right: 15px;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.clearfix {
  display: block;
}
.clearfix:after {
  display: block;
  content: '';
  clear: both;
}

/* 多行超过省略，加class：multi-line-omit即可  2018-03-28 by Jimi6 begin */
.multi-line-omit {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  /* 控制行数 */
  -webkit-line-clamp: 8;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all;
}

/* 单行超过省略，加class：one-line-omit即可  2018-03-29 by Jimi6 begin */
.one-line-omit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*放大动画*/
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "SourceHanSansSC";
  font-size: 14px;
  color: #3a3a3a;
}

ul,
dl,
li {
  list-style: none;
}

a {
  text-decoration: none;
}

/*轮播图*/
.banner-img {
  display: block;
  width: 100%;
}

.swiper-banner {
  position: relative;
}
.swiper-banner .blurb {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
.swiper-banner .blurb-list {
  padding: 20px 0;
}
.swiper-banner .blurb-list-item {
  display: inline-block;
  width: 30.3%;
  color: #fff;
  text-align: center;
}
.swiper-banner .blurb .major {
  font-size: 40px;
  display: block;
}
.swiper-banner .blurb .minor {
  display: block;
  font-size: 18px;
}
.swiper-banner .swiper-button-prev,
.swiper-banner .swiper-button-next {
  width: 50px;
  height: 80px;
  background-size: contain;
}
.swiper-banner .swiper-button-prev,
.swiper-banner .swiper-container-rtl .swiper-button-next {
  background-image: url(../images/home.v.2.0.0/icon_left.png);
}
.swiper-banner .swiper-button-next,
.swiper-banner .swiper-container-rtl .swiper-button-prev {
  background-image: url(../images/home.v.2.0.0/icon_right.png);
}
.swiper-banner > .swiper-pagination.swiper-pagination-bullets {
  bottom: 130px;
}
.swiper-banner .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
  width: 12px;
  height: 12px;
}
.swiper-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #f02b2b;
}

.main .container + .container {
  margin-top: 40px;
}
.main .container-top {
  margin-bottom: 30px;
}

.fame {
  padding-top: 20px;
  padding-bottom: 20px;
  cursor: pointer;
}
.fame-logo {
  float: left;
  width: 15%;
}
.fame-content {
  float: left;
  display: block;
  width: 65%;
  margin-top: 10px;
  padding: 0 2.5%;
}
.fame-content .title {
  font-size: 32px;
  color: #3a3a3a;
  display: inline-block;
  width: 100%;
}
.fame-img {
  float: right;
  width: 10%;
}
.fame-bottom {
  display: inline-block;
  padding-top: 5px;
}
.fame-bottom .desc,
.fame-bottom .time {
  color: #919191;
  font-size: 25px;
}
.fame-bottom .desc {
  float: left;
  max-width:480px;
}
.fame-bottom .time {
  float: right;
}
.fame:hover .title {
  color: #3d6be1;
	
}

.container-title {
  float: left;
  color: #3a3a3a;
  font-weight: 500;
}
.container-title .title-en {
  display: block;
  font-size: 20px;
}
.container-title .title-cn {
  display: block;
  font-size: 30px;
}

/*页签*/
.tabbar {
  float: right;
  margin-top: 50px;
  display: block;
}
.tabbar-list {
  display: inline-block;
}
.tabbar-list-item {
  display: inline-block;
  padding: 5px;
  font-size: 18px;
  color: #3a3a3a;
  cursor: pointer;
}
.tabbar-list-item.active, .tabbar-list-item:hover {
  color: #f02b2b;
}
.tabbar-list-item + .tabbar-list-item {
  margin-left: 55px;
}

.more {
  margin-left: 20px;
  display: inline-block;
  font-size: 18px;
  color: #3d6be1;
  padding-right: 24px;
  background: url(../images/home.v.2.0.0/icon_more_right_active.png) right center no-repeat;
  background-size: 16px;
}

/*新闻资讯*/
.news-top {
  display: block;
  float: left;
  position: relative;
  width: 44%;
  height:380px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-top-img {
  width: 100%;
  max-height:100%;
}
.news-top-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
  color: #fff;
  font-size: 18px;
}

.news-list {
  display: block;
  width: 50%;
  float: right;
}
.news-list-item {
  border-bottom: 1px dashed #d2d2d2;
}
.news-list-item .link {
  display: block;
  padding: 20px 15px;
  cursor: pointer;
}
.news-list-item .title {
  position: relative;
  background: url(../images/home.v.2.0.0/icon_more_right.png) right center no-repeat;
  background-size: 15px;
  padding-right: 60px;
  font-size: 16px;
  color: #3a3a3a;
}
.news-list-item .title:before {
  position: absolute;
  left: -12px;
  top: 25%;
  display: inline-block;
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #919191;
}
.news-list-item .time {
  margin-top: 10px;
  font-size: 14px;
  color: #919191;
}
.news-list-item.active .title, .news-list-item:hover .title, .news-list-item:visited .title {
  background-image: url(../images/home.v.2.0.0/icon_more_right_active.png);
  color: #3d6be1;
}
.news-list-item.active .title:before, .news-list-item:hover .title:before, .news-list-item:visited .title:before {
  background-color: #3d6be1;
}

.tab-content {
  min-height: 280px;
}

.tab-pane, .tab-pane.clearfix {
  display: none;
}
.tab-pane.active {
  display: block;
}

/*保险产品*/
.container-products {
  margin-top: 60px;
}

.product-list {
  margin-top: 20px;
}

.product-list-item {
  position: relative;
  float: left;
  display: inline-block;
  width: 40%;
  background-color: #fff;
  z-index: 2;
}
.product-list-item + .product-list-item {
  margin-left: 2%;
}
.product-list-item:hover, .product-list-item.active {
  box-shadow: 1px 1px 1px rgba(240, 43, 43, 0.4), -1px 1px 1px rgba(240, 43, 43, 0.4);
}
.product-list-item:hover .link, .product-list-item.active .link {
  border-color: #f02b2b;
}
.product-list .link {
  display: block;
  width: 90%;
  min-height:200px;
  padding: 3% 5%;
  overflow: hidden;
  border: 1px solid #d2d2d2;
}
.product-list .product-img {
  display: block;
  position: absolute;
  right: 0;
  bottom: 1px;
  z-index: -1;
  height:100%;
  max-width:60%;
}
.product-list .col-6 {
  width: 49%;
}

.product-list .col-4 {
  width: 32%;
}

.product-list .top {
  margin-top: 20px;
  display: block;
}
.product-list .top .tag {
  display: inline-block;
  padding: 4px 10px;
  margin: 0 5px 5px 0;
  border: 1px solid #f02b2b;
  border-radius: 3px;
  color: #f02b2b;
  font-size: 12px;
  bottom: 5px;
}
.product-list .top .tag:after {
  position: absolute;
  display: block;
  content: '';
  margin-bottom: 10px;
}
.product-list .top .name {
  display: inline-block;
  color: #3a3a3a;
  font-size: 18px;
}
.product-list .desc {
  font-size: 14px;
  color: #919191;
  line-height: 2;
}
.product-list .bottom {
  display: inline-block;
  margin-top: 40px;
}
.product-list .btn-detail {
  padding: 10px 20px;
  background-color: #f02b2b;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
}
.product-list .price {
  font-size: 20px;
  color: #f02b2b;
}

/*特色服务*/
.service-list {
  display: block;
  margin: 20px auto;
}
.service-list-item {
  display: inline-block;
  position: relative;
  width: 20%;
  padding: 3% 1.1%;
  border: 1px solid #d2d2d2;
  text-align: center;
}
.service-list-item + .service-list-item {
  margin-left: 2.8%;
}
.service-list-item:hover, .service-list-item.active {
  border-color: rgba(0, 0, 0, 0.9);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4), -1px 1px 1px rgba(0, 0, 0, 0.4);
}
.service-list .service-title {
  font-size: 24px;
  margin-top: 10px;
  color: #3d6be1;
}
.service-list .service-img {
  display: block;
  width: 50%;
  margin: 20px auto;
}
.service-list .icon-more-down {
  width: 20px;
  display: block;
  margin: 15px auto 0;
}
.service-list .service-mask {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10%;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.7);
}
.service-list .service-mask .servie-desc {
  color: #fff;
  font-size: 14px;
  line-height: 2;
  text-align: left;
}
.service-list .service-mask .btn-more {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  display: block;
  color: #3d6be1;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
}
.service-list .service-advantage-text {
  color: #3a3a3a;
  font-size: 14px;
  line-height: 1.5;
}

/*合作伙伴*/
.container-parters .more {
  margin-top: 30px;
}
.container-parters .swiper-wrapper {
  margin: 0 auto 50px;
}
.container-parters .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #f02b2b;
}
.container-parters .swiper-button-next,
.container-parters .swiper-button-prev {
  width: 40px;
  height: 70px;
  background-size: contain;
}
.container-parters .swiper-button-prev,
.container-parters .swiper-container-rtl .swiper-button-next {
  background-image: url(../images/home.v.2.0.0/icon_left_02.png);
}
.container-parters .swiper-button-next,
.container-parters .swiper-container-rtl .swiper-button-prev {
  background-image: url(../images/home.v.2.0.0/icon_right_02.png);
}
.container-parters > .swiper-pagination.swiper-pagination-bullets {
  bottom: 30px;
}

.parter-list {
  width: 90%;
  margin: 0 auto;
  display: block;
}
.parter-list-item {
  margin: 15px auto;
  display: inline-block;
      float: left;
  display:inline-flex;
    width: 250px;
    height:120px;
  text-align: center;
  border: 1px solid #d2d2d2;
    justify-content:center;
  align-items:center;
}
.parter-list-item + .parter-list-item {
  margin-left: 1.6%;
}
.parter-list-item:nth-child(5n) {
  margin-left: 0;
}
.parter-list-item:hover {
  border-color: #f02b2b;
  box-shadow: 1px 1px 1px rgba(240, 43, 43, 0.4), -1px 1px 1px rgba(240, 43, 43, 0.4);
}
.parter-list .parter-img {
  display: block;
  margin: 0 auto;
  text-align: center;
  max-width:100%;
  height:85%;  
}

/*APP下载*/
.download {
  position: relative;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
}
.download-bg {
  display: block;
  width: 100%;
}
.download-contanier {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.download-wrap {
  margin-top: 2vw;
  width: 100%;
}
.download .xajj {
  width: 16vw;
  display: block;
}
.download .download-content {
  margin-top: 50px;
}
.download .qrcode {
  float: left;
  text-align: center;
  width: 11vw;
}
.download .qrcode-img {
  width: 7vw;
}
.download .qrcode-text {
  font-size: 1.1vw;
}
.download .btn-group {
  display: inline-block;
  float: left;
  margin: 10px 0 0 1%;
}
.download .btn-group .btn {
  display: block;
  padding: 8px 20px;
  border: 1px solid #fff;
  color: #fff;
}
.download .btn-group .btn + .btn {
  margin-top: 30px;
}
.download .btn-group .btn .icon {
  display: inline-block;
  width: 20px;
  margin-right: 10px;
  vertical-align: middle;
}
.download .btn-group .btn-text {
  display: inline-block;
}

/*# sourceMappingURL=index.css.map */

