/* 0715 */
.part-home {
  display: block;
  padding: 100px 0;
  background: #fff;
  text-align: center;
  box-sizing: border-box;
}
.bg-blue {
  background: #ecf8ff;
}
.part-home-wrapper {
  max-width: 1100px;
  margin: 0 auto;
}
.common-title {
  font-size: 36px;
  color: #0740b0;
  font-weight: bold;
}
.common-desc {
  font-size: 30px;
  color: #0740b0;
  margin-top: 10px;
}
.text-left {
  text-align: left !important;
}

.part-1 .row {
  margin-top: 60px;
  cursor: pointer;
}
.part-1 .content-title {
  font-size: 45px;
  color: #3e3a39;
  font-weight: bold;
}
.part-1 .content-title span{
  font-size: 24px;
  color: #3e3a39;
  font-weight: normal;
}
.part-1 .content-desc {
  font-size: 20px;
	color: #3e3a39;
}
.part-1 .col-md-3:hover .content-title{
  color: #0740b0;
}
/* part3 */
.part-3 {
  max-width: 1000px;
}
.part-3-title {
  font-size: 32px;
  color: #3e3a39;
  margin-bottom: 22px;
  font-weight: bold;
}
.part-3-row {
  margin-top: 100px;
}
.li-title {
  color: #3e3a39;
  font-size: 22px;
}
.li-desc {
  color: #b5b5b6;
  font-size: 14px;
}
.part-3-ul li{
  margin-bottom: 5px;
}
.part-3-img {
  margin-top: 80px;
}
.part-4-row {
  margin-top: 65px;
  background-color: #ffffff;
	box-shadow: 4px 5px 20px 0px 
    rgba(23, 101, 255, 0.2);
  height: 415px;
  display: flex;
  align-items: center;
}
.row-4-title {
  font-size: 28px;
  color: #0740b0;
  font-weight: bold;
  /* margin-top: 140px; */
}
.row-4-desc {
  font-size: 18px;
  line-height: 1.8;
	color: #3e3a39;
}
.part-4-row .col-md-8 {
  height: 100%;
  display: flex;
  align-items: center;
}
.part-4-row .col-md-8 img{
  width: 100%;
}
/* part5 */
.part-5 .col-md-3 {
  cursor: pointer;
  height: 360px;
  box-sizing: border-box;
  padding-top: 60px;
  transition: all .5s;
}
.part-5 .col-md-3:hover {
  /* background-color: #ffffff;
	box-shadow: 4px 5px 20px 0px 
    rgba(23, 101, 255, 0.2);
  transform: translateY(-5px); */
} 
.part-5 .col-md-3:hover .content-title {
  color: #0740b0;
}
.part-5 .content-title {
  font-size: 24px;
  color: #3e3a39;
  font-weight: bold;
  margin-top: 34px;
}
.part-5 .content-desc span{
  font-size: 30px;
  color: #3e3a39;
  font-weight: normal;
}
.part-5 .content-desc {
  font-size: 20px;
  color: #3e3a39;
  height: 30px;
  line-height: 30px;
}
.line-blue {
	width: 30px;
  height: 2px;
  margin: 20px auto;
	background-color: #2558da;
}
.part-5-row {
  margin-top: 64px;
}
/* part6 */
.part-6 {
  background: url('./images/part-6/part-6-bg.png') bottom center / cover no-repeat;
  height: 906px;
}
.part-6 .common-title,
.part-6 .common-desc {
  color: #FFF;
}

.part-6-row img {
  width: 181px;
  height: 211px;
}
.part-6-row,
.part-6-half {
  display: flex;
  cursor: pointer;
  justify-content: center;
}
.part-6-half {
  margin-top: -25px;
  margin-bottom: -25px;
}
.part-6-col {
  flex-basis: 20%;
}

.part-6-half .part-6-col {
  flex-basis: 50%;
}
.part-6-half .part-6-col .part-6-first {
  margin-left: -100px;
}
.part-6-second {
  margin-right: -120px;
}
.mt60 {
  margin-top: 50px;
}
.part-7-img {
  width: 100%;
  min-height: 960px;
  /* background: url('./images/part-7/part-7.jpg'); */
  /* background-size: cover; */
  /* background-position: center bottom; */
}
.part-7-home {
  padding: 80px 0 0;
  /* height: 992px; */
}
.part-7 .common-desc{
  font-size: 24px;
}
.part-7 .row {
  /* padding: 50px 0; */
}
/* part2 */
.part-2-home {
  background: url('./images/part-2/part-2-bg.png') bottom center / cover no-repeat;
  height: 810px;
}
.flex-ali-center {
  display: flex;
  align-items: center;
}
.mt130 {
  margin-top: 95px;
}
.part-2 .common-title{
  color: #FFF;
}
.part-2 .col-md-8 img {
  width: 647px;
  margin-left: 80px;
}
.part-2 .part-2-left {
  position: relative;
  width: 335px;
  height: 335px;
  background: url('./images/part-2/part-2-bg-2.png') center/100% no-repeat;
}
.part-2-left .li-title {
  font-size: 24px;
  color: #FFF;
}
.part-2-left li {
  position: absolute;
  cursor: pointer;
}
.part-2-left li.active .hidden{
  display: block !important;
}
.part-2-left li.active .show{
  display: none !important;
}
.part-2-left .show {
  margin: 0 auto;
}
.part-2-left .li-one {
  right: -60px;
  top: 30px;
}
.part-2-left .li-two {
  bottom: -80px;
  left: 120px;
}
.part-2-left .li-three {
  top: 40px;
  left: -40px;
}
/* footer-bottom */
.footer-bottom {
  z-index: 12;
  position: fixed;
  bottom: 0;
  width: 100%;
	height: 68px;
  /* background-color: rgba(23, 101, 255, .8); */
  background-image: linear-gradient(90deg, 
		#1765ff 0%, 
		#00afec 100%);
	opacity: 0.9;
}
.footer-bottom .row {
  user-select: text;
  max-width: 850px;
  margin: 0 auto;
  align-items: center;
  height: 100%;
}
.btn-phone {
  width: 181px;
  height: 59px;
}
.img-phonenum {
  /* width: 291px; */
  /* height: 37px; */
  font-size: 52px;
  font-weight: bold;
  color: #FFF;
}
.text-tel {
  font-size: 25px;
  color: #FFF;
}
.text-tel .btn-contact {
  color: #FFF;
  margin-left: 8px;
}
/* banner */
.banner-aboutus{
	position: relative;
	overflow: hidden;
}

.banner-aboutus .banner-pic img{
	display: block;
	width: 100%;
	max-height: 700px;
}
.banner-aboutus .banner-video{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
}
.banner-aboutus .banner-video #banner-video{
	width: 100%;
	height: 100%;
}
.banner-aboutus .banner-video .banner-video-bg{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 200;
	width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.banner-aboutus .banner-cont{
	position: absolute;
	left: 0;
  top: 35%;
  right: 0;
	z-index: 3;
	width: 1100px;
  text-align: left;
  margin: 0 auto;
}
.banner-aboutus .banner-cont h2{
  font-size: 55px;
    /* font-family: Microsoft Yahei, Arial, sans-serif; */
	line-height: 1.2;
	color: #fff;
	margin-bottom: 3%;
	font-weight: bold;
}
.btn-company {
  display: inline-block;
  width: 200px;
	height: 43px;
  line-height: 43px;
  color: #fff;
  text-align: center;
  border: solid 1px #ffffff;
  font-size: 20px;
  cursor: pointer;
}
.btn-company:hover {
  background-image: linear-gradient(90deg, 
    #255ada 0%, 
    #25c8e7 100%);
  border: solid 1px #25c7e7;
  color: #fff;
}
.btn-video {
  background-color: #1765ff;
  border: none;
  margin-left: 40px;
}
.p-message {
  /* max-width: 800px;
  margin: 0 auto;
  text-align: left; */
}
.p-message a:hover {
  color: #FFF;
}
.banner-aboutus .baner-cont-breadcrumbs{
    width:100%;
    height: 60px;
    background-color: #000000;
    /*opacity: 0.4;
    filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=40)";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=40)";*/
   	opacity: 0.5;
    filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
    position: absolute;
    bottom: 0px;
    z-index: 2;    
}
.banner-aboutus .baner-cont-breadcrumbs .breadcrumb{
    z-index: 3;
    margin-left: 5%;
    width:100%;
    display: inline-block;
    margin-top: 20px;
    font-size: 17px;
    /* font-family: Microsoft Yahei, Arial, sans-serif */
}
.banner-aboutus .baner-cont-breadcrumbs .breadcrumb li{
    z-index: 3;
    display: inline;
    padding-top: 20px;
}
.banner-aboutus .baner-cont-breadcrumbs .breadcrumb a{
    color: #b1b1b1;
}
.banner-aboutus .baner-cont-breadcrumbs .breadcrumb img{
    position: relative;
    top:-3px;
}
.banner-aboutus .baner-cont-breadcrumbs .breadcrumb > li + li:before {
    color: #b1b1b1;
    content: ">";
    padding: 0 15px;
}
.banner-aboutus .baner-cont-breadcrumbs .breadcrumb li.active a{
    color: #FFF;
}
#PlayBackRatePanel {
  display: none !important;
}
.part-6-m,
.pc-hide,
.part-7-img-home {
  display: none;
}
.pos-relative {
  position: relative;
}
.par2-2-box {
  /* width: 647px; */
  /* width: 622px; */
}
.btn1 ,.btn2, .btn3{
  background-color: #FFF;
}
.pos-relative .btn-company {
  position: absolute;
  bottom: 60px;
  right: 30px;
  width: 155px;
  height: 40px;
  line-height: 40px;
  box-shadow: 5px 6px 20px 0px 
    rgba(200, 209, 215, 0.35);
  border-radius: 18px;
  border: solid 1px #41cafa;
  color: #3e3a39;
  font-size: 20rpx;
}
.btn-no-left {
  margin-left: 0;
}
.pos-relative .btn-company:hover {
  color: #FFF;
}


@media (max-width:812px) {
  .part-6-pc,
  .m-hide {
    display: none;
  }
  .part-7-home {
    height: auto;
  }
  .part-6-m,
  .pc-hide,
  .part-7-img-home{
    display: block;
  }
  .part-7 .row {
    margin-top: 0;
  }
  .part-7-img-home {
    margin: .4rem auto 0;
  }
  .part-home {
    padding: .76rem 0;
  }
  .common-title,
  .common-desc {
    font-size: .36rem;
  }
  .banner-aboutus .banner-pic img {
    max-height: 400px;
  }
  .part-1 .col-md-3 img {
    width: 1.5rem;
    height: 1.5rem;
  }
  .part-1 .row {
    margin-top: .65rem;
  }
  .part-1 .content-title {
    font-size: .45rem;
  }
  .part-1 .content-desc {
    font-size: .2rem;
  }
  .mb4 {
    margin-bottom: .4rem;
  }
  .mt130 {
    margin-top: .7rem;
  }
  .part-2 .part-2-left {
    width: 3.35rem;
    height: 3.35rem;
    margin: 0 auto;
  }
  .part-2-left li img {
    width: .98rem;
    height: .98rem;
    margin: 0 auto;
  }
  .part-2-left .li-title {
    font-size: .24rem;
  }
  .part-2-left .li-one {
    right: -.5rem;
    top: .3rem;
  }
  .part-home-wrapper {
    max-width: auto;
    overflow: hidden;
  }
  .part-2-left .li-two {
    left: 1.2rem;
    bottom: -.8rem;
  }
  .part-2-left .li-three {
    left: -.4rem;
    top: .4rem;
  }
  .part-2 .col-md-8 img {
    width: 6.13rem;
    margin-left: 0;
  }
  .pos-relative {
    width: 6.13rem;
    margin: 0 auto;
  }
  .pos-relative .btn-company {
    position: absolute;
    bottom: .50rem;
    right: .50rem;
    width: 1.55rem;
    height: .40rem;
    line-height: .40rem;
    box-shadow: 5px 6px 20px 0px 
      rgba(200, 209, 215, 0.35);
    border-radius: .18rem;
    border: solid 1px #41cafa;
    color: #3e3a39;
    font-size: .20rem;
  }
  
  .part-2-right {
    margin-top: 1rem;
  }
  .part-2-home {
    height: 11.1rem;
    background: url('./images/part-2/part-2-bg-m.png') bottom center / cover no-repeat;
  }
  .part-2-right {

  }
  .part-3-row {
    margin-top: .6rem;
  }
  .part-3-title {
    font-size: .32rem;
    margin-bottom: .12rem;
  }
  .part-3-row .col-md-6 img{
    width: 2rem;
    /* margin-top: 1.2rem; */
  }
  .part-3-row .li-title {
    font-size: .24rem;
  }
  .left-4 {
    padding-left: 0;
  }
  .li-max-width {
    width: 10rem;
  }
  .li-desc {
    font-size: .12rem;
  }
  .part-3-img-two {
    margin-top: 1.2rem !important;
  }
  .part-3-row .col-xs-7 {
    margin-left: .2rem;
  }
  .part-4-row .col-md-8 img {
    width: 5.88rem;
  }
  .part-4-row {
    display: block;
    width: 6.65rem;
    margin: .4rem auto 0;
    height: auto;
    padding-bottom: .2rem;
  }
  .row-4-title {
    margin-top: .6rem;
    font-size: .24rem;
  }
  .line-blue {
    margin: .2rem auto;
  }
  .row-4-desc {
    font-size: .22rem;
  }
  .part-4-row .col-md-8 {
    height: auto;
    margin-top: .4rem;
  }
  .part-5-row {
    margin-top: .6rem;
  }
  .part-5 .col-md-3 {
    height: 3.6rem;
    padding-top: .4rem;
    width: 3rem;
    padding-left: 0;
    padding-right: 0;
  }
  .ml5 {
    margin-left: .75rem;
  }
  .part-5-row img {
    width: 1.2rem;
    height: 1.2rem;
  }
  .part-5 .content-title {
    font-size: .24rem;
    margin-top: .34rem;
  }
  .part-5 .content-desc {
    font-size: .2rem;
  }
  .part-5 .content-desc span {
    font-size: .3rem;
  }
  .part-6-row {
    margin-top: .6rem;
    flex-wrap: wrap;
  }
  .part-6-row img ,
  .part-6-second,
  .part-6-col img,
  .part-6-half .part-6-col .part-6-first{
    width: 1.82rem;
    height: 2.10rem;
  }
  .flex-100 {
    flex-basis: 100%;
    justify-content: center;
    margin-top: -.9rem;
  }
  .part-6-col {
    flex-basis: 49%;
  }
  .part-6-half .part-6-col .part-6-first {
    margin-left: 0;
  }
  .part-6-second {
    margin-right: 0;
  }
  .mt10 {
    margin-top: -1rem;
  }
  .part-6 {
    height: auto;
  }
  .part-7-img {
    display: none;
  }
  .part-7-img-home {
    width: 6.65rem;
    margin-top: .4rem;
  }
  .part-7 .common-desc {
    font-size: .24rem;
  }
  .banner-aboutus .banner-cont h2 {
    font-size: .4rem;
  }
  .banner-aboutus .banner-cont {
    top: 35%;
    width: auto;
    padding-left: .4rem;
  }
  .btn-company {
    width: 1.60rem;
    height: .4rem;
    line-height: .4rem;
    font-size: .16rem;
  }
  
  .banner-aboutus {
    /* margin-top: 56px !important; */
  }
  .p-message {
    max-width: 6rem;
  }
  .modal.in .modal-dialog {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
/* 202206 */
#newBridge .nb-customer-icon-style .nb-icon-groups{
	border: 0px !important;
}
.link-more{
        width: 150px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        display: block;
        margin-top:3%;
        margin-left:auto;
        margin-bottom:8%;
        margin-right:auto;
        color:#fff;
        text-align: center;
        background-color: #2B7EE4;
        border-radius: 24px;
}

