.sec1 {
  background: #F9FAFF;
}
.sec1 .manager-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sec1 .manager-item {
  width: 380px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #E2E6EF;
  position: relative;
  text-align: center;
  padding: 50px 15px 43px;
}

.sec1 .manager-item:hover {
  box-shadow: -3px 9px 13px 0px rgba(0, 0, 0, 0.08);
}

.sec1 .manager-item .product {
  width: 150px;
  height: 40px;
  background: #004BE1;
  text-align: center;
  line-height: 40px;
  border-radius: 4px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}

.sec1 .manager-item .portrait {
  width: 126px;
}

.sec1 .manager-item .name {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  line-height: 28px;
}

.sec1 .manager-item .desc {
  height: 20px;
  margin-top: 10px;
  font-size: 16px;
  color: #666;
  line-height: 22px;
  margin-bottom: 30px;
}

.sec1 .manager-item .tel,
.sec1 .manager-item .wechat,
.sec1 .manager-item .email {
  font-size: 14px;
  color: #666;
  line-height: 22px;
}

.sec1 .manager-item .btn {
  width: 136px;
  height: 48px;
  border-radius: 6px;
  border: 1px solid #004BE1;
  color: #004BE1;
  font-size: 16px;
  margin: 30px auto 0;
  color: #004BE1;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
}

.sec1 .manager-item .code {
  width: 160px;
  height: 160px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  box-shadow: 0px 0px 13px 4px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  overflow: hidden;
}

.sec1 .manager-item .code img {
  width: 100%;
}

.sec2 .sec-content{
  display: -moz-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}

.sec2 .sec-content .left .left-box{
  background: #fff;
  border-radius: 6px;
  position: relative;
  border: solid 1px #E2E6EF;
}

.sec2 .sec-content .left .left-box .title{
  width: 100%;
  height: 57px;
  line-height: 57px;
  text-align: center;
  font-size: 22px;
  color: #fff;
  background: url(../image/layout_left.png) no-repeat center/cover;
}

.sec2 .sec-content .left .left-box>ul{
  width: 320px;
  padding: 10px 0;
}

.sec2 .sec-content .left .left-box>ul>li{
  width: 50px;
  height: 50px;
  float: left;
  border-radius: 4px;
  color: #333;
  font-size: 14px;
  text-align: center;
  line-height: 50px;
  margin: 0 15px;
  cursor: pointer;
}

.sec2 .sec-content .left .left-box>ul>li.active{
  background: url(../image/layout_01.png) no-repeat 100%/100%;
  color: #fff;
}

.sec2 .sec-content .left .explain{
  position: absolute;
  right: -100px;
  bottom: 0;
  width: 90px;
  height: 70px;
  background: #fff;
  border-radius: 3px;
  color: #333;
  box-sizing: border-box;
  padding: 5px 15px;
  border: 1px solid #E2E6EF;
}

.sec2 .sec-content .left .explain p{
  color: #333;
  font-size: 15px;
  line-height: 30px;
}

.sec2 .sec-content .left .explain .p1::before{
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #1e64f3;
  vertical-align: middle;
  border-radius: 50%;
  margin-right: 5px;
}

.sec2 .sec-content .left .explain .p2::before{
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #4e7fec;
  vertical-align: middle;
  border-radius: 50%;
  margin-right: 5px;
}

.sec2 .sec-content .center{
  position: relative;
}

.sec2 .sec-content .center .location{
  position: absolute;
  display: none;
}

.sec2 .sec-content .center .location.active{
  display: block;
}

.sec2 .sec-content .center .location.hz{
  right: 75px;
  top: 280px;
}

.sec2 .sec-content .center .location.qz{
  right: 90px;
  top: 330px;
}

.sec2 .sec-content .center .location.sz{
  right: 127px;
  top: 360px;
}

.sec2 .sec-content .center .location.bb{
  right: 107px;
  top: 255px;
}

.sec2 .sec-content .center .location.gz{
  right: 120px;
  top: 355px;
}

.sec2 .sec-content .center .location.dg{
  right: 127px;
  top: 354px;
}

.sec2 .sec-content .center .location.sjz{
  right: 135px;
  top: 185px;
}

.sec2 .sec-content .center .location.wh{ 
  right: 132px;
  top: 278px;

}

.sec2 .sec-content .center .location.xz{
  right: 105px;
  top: 230px;
}

.sec2 .sec-content .center .location.wx{
  right: 89px;
  top: 254px;
}

.sec2 .sec-content .center .location.ly{
  right: 95px;
  top: 205px;
}

.sec2 .sec-content .center .location.xa{
  right: 191px;
  top: 240px;
}

.sec2 .sec-content .center .location.zg{
  right: 252px;
  top: 311px;
}

.sec2 .sec-content .center .location.cd{
  right: 244px;
  top: 284px;
}

.sec2 .sec-content .center .location.km{
  right: 246px;
  top: 348px;
}

.sec2 .sec-content .center .location.yw{
  right: 70px;
  top: 285px;
}

.sec2 .sec-content .center .location.tj{
  right: 118px;
  top: 175px;
}

.sec2 .sec-content .center .location.wz{
  right: 66px;
  top: 300px;
}

.sec2 .sec-content .center .location.jx{
  right: 74px;
  top: 269px;
}

.sec2 .sec-content .center .location .spot{
  width: 5px;
  height: 5px;
  background: #3776ff;
  position: absolute;
  border-radius: 100%;
  position: relative;
}

.sec2 .sec-content .center .location .spot .before{
  width: 0px;
  height: 0px;
  border: solid 1px #abc5fc;
  position: absolute;
  border-radius: 100%;
  background: none;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.sec2 .sec-content .center .location .spot .after{
  width: 0px;
  height: 0px;
  border: solid 1px #abc5fc;
  border-radius: 100%;
  background: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.sec2 .sec-content .center .location .text{
  position: absolute;
  left: 2px;
  top: 2px;
  width: 100px;
  font-size: 12px;
  color: #fff;
}


.sec2 .sec-content .right{
  margin-top: 25px;
}

.sec2 .sec-content .right .right-item{
  width: 265px;
  border-radius: 6px;
  overflow: hidden;
  display: none;
  border: solid 1px #E2E6EF;
}

.sec2 .sec-content .right .right-item.active{
  display: block;
}

.sec2 .sec-content .right .img-box{
  width: 265px;
  height: 200px;
}

.sec2 .sec-content .right .img-box>img{
  width: 100%;
  vertical-align: middle;
}

.sec2 .sec-content .right .text-box{
  width: 100%;
  height: 130px;
  padding: 20px;
  background: #fff;
  box-sizing: border-box;
}

.sec2 .sec-content .right .text-box .name{
  font-size: 16px;
  color: #333333;
  font-weight: bold;
}

.sec2 .sec-content .right .text-box .address{
  font-size: 14px;
  color: #666666;
  margin: 7px 0;
}

.sec2 .sec-content .right .text-box .tel{
  font-size: 14px;
  color: #666666;
}

.sec2 .sec-content .right .text-box .tel::before{
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url('../image/layout_tel.png');
  margin-right: 10px;
}

.sec2 .more{
  width: 290px;
  height: 50px;
  line-height: 50px;
  margin: auto;
  box-sizing: border-box;
  padding: 0 15px;
  font-size: 18px;
  color: #2978ff;
  border-top:  1px dashed #d9d9d9;
}

.sec3 {
  background: #F9FAFF;
}

.sec3 .gallery-thumbs .swiper-wrapper {
  border-bottom: 1px solid #C1CCE1;
}

.sec3 .gallery-thumbs .swiper-slide {
  text-align: center;
  font-size: 20px;
  color: #333;
  line-height: 28px;
  position: relative;
  padding-bottom: 22px;
  cursor: pointer;
}

.sec3 .gallery-thumbs .swiper-slide.active::after {
  content: '';
  display: block;
  width: 39px;
  height: 4px;
  background: linear-gradient(147deg, #72A8F7, #004BE1);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.sec3 .gallery-top {
  margin-top: 60px;
  background: #fff;
  box-shadow: 0px 6px 33px 0px rgba(0, 0, 0, 0.13);
  border-radius: 4px;
}

.sec3 .gallery-top .swiper-slide {
  height: 441px;
  display: flex;
  align-items: center;
}

.sec3 .gallery-top .swiper-slide .img-box {
  width: 544px;
  text-align: center;
  margin-left: 45px;
}

.sec3 .gallery-top .swiper-slide .text-box .title span {
  vertical-align: middle;
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
  color: #333;
}

.sec3 .gallery-top .swiper-slide .text-box .title img {
  vertical-align: middle;
  margin-right: 8px;
}

.sec3 .gallery-top .swiper-slide .text-box .desc {
  font-size: 18px;
  line-height: 31px;
  margin-top: 26px;
  color: #666;
}

.sec3 .gallery-top .swiper-slide .text-box .btn {
  width: 150px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  margin-top: 72px;
  color: #fff;
  font-size: 16px;
  background: linear-gradient(to right, #4591FF, #004BE1);
  border-radius: 7px;
  cursor: pointer;
}

.sec4 {
  background: #fff;
}

.sec4 .sec-content {
  position: relative;
}

.sec4 .swiper-container {
  padding: 10px 0;
}

.sec4 .swiper-slide {
  width: 360px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #E2E6EF;
  margin-right: 60px;
}

.sec4 .swiper-slide::after {
  margin-right: 0px;
}

.sec4 .swiper-slide:hover {
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.11);
}

.sec4 .swiper-slide .img-box {
  height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec4 .swiper-slide .text-box {
  height: 140px;
  background: rgba(241, 242, 244, .5);
  padding: 22px;
  text-align: center;
}

.sec4 .swiper-slide .text-box .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  color: #333;
}

.sec4 .swiper-slide .text-box .desc {
  font-size: 16px;
  line-height: 28px;
  color: #666;
  margin-top: 10px;
}

.sec4 .swiper3-button-prev {
  background: url(../image/left.png) no-repeat;
  left: -50px;
}

.sec4 .swiper3-button-next {
  background: url(../image/right.png) no-repeat;
  right: -50px;
}

.sec4 .btn-box {
  margin-top: 60px;
  text-align: center;
}

.sec4 .btn-solid {
  width: 136px;
  vertical-align: middle;
}

.sec4 .btn-hollow {
  width: 136px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
}

.sec5 {
  background: #F9FAFF;
}