.one-bottom{
    margin-right: 8px !important;
}
/* 页面做可视口居中处理的盒子 */
.container1{
    box-sizing: border-box;
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}
/* image */
.banner-container{
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.banner1{
    width: 100%;
    height: 600px;
    background-image: url(../images/overview/banner.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.banner1 .banner-img{
    width: 238px;
    height: 64px;
    margin-bottom: 36px;
}
.banner1 p{
    font-size: 60px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 25px;
    margin-bottom: 30px;
}

.banner1 .desc {
  font-size: 26px;
  font-weight: 400;
  color: #ffffff;
}

.banner2{
    flex: 1;
    background: url(../images/info-9.png) no-repeat left top;
}
/* 悠选国际背景介绍 */
.bg-info{
    box-sizing: border-box;
    margin: 0 auto;
    width: 1200px;
    height: 530px;
    padding-top: 42px;
    padding-bottom: 76px;
    position: relative;
    display: flex;
    align-items: flex-end;
}
.bg-info-left{
    width: 751px;
    margin-right: 67px;
}
.english{
    display: block;
    font-size: 65px;
    font-family: Impact;
    color: rgba(51, 51, 51, .05);
    line-height: 80px;
    position: absolute;
    left: 0;
    top: 42px;
}
.chinese{
    font-size: 38px;
    font-weight: 600;
    color: #35394E;
    line-height: 53px;
    position: absolute;
    left: 0;
    top: 82px;
}
.p-con{
    width: 751px;
    height: 300px;
    box-sizing: border-box;
    padding-top: 19px;
    padding-bottom: 30px;
    margin-top: 19px;
}
.one-content{
    font-size: 18px;
    font-weight: 400;
    color: rgba(47, 57, 83, 0.65);
    line-height: 36px;
}
.two-content{
    margin-top: 40px;
    font-size: 18px;
    font-weight: 400;
    color: rgba(47, 57, 83, 0.65);
    line-height: 36px;
}
.two-content-num{
    font-size: 18px;
    font-weight: 400;
    color: rgba(15, 100, 232, 1);
    line-height: 36px;
}
.bg-info-img{
    width: 382px;
    height: 270px;
    /* background: brown; */
}
/* 差异化介绍 */
.different-info{
    box-sizing: border-box;
    margin: 0 auto;
}
.diff-container{
    margin: 0 auto;
    /* background: chartreuse; */
    width: 1200px;
    height: 659px;
    display: flex;
    align-items: center;
}
.diff-img{
    width: 562px;
    height: 500px;
    background: aquamarine;  
    /* margin-right: 40px; */
    border: none;
}
.diff-info-right{
    box-sizing: border-box;
    width: 638px;
    height: 500px;
    padding: 71px 0 62px 0;
    position: relative;
    background: #FFFFFF;
}
.diff-english{
    display: block;
    font-size: 65px;
    font-family: Impact;
    color: rgba(51, 51, 51, .05);
    line-height: 80px;
    position: absolute;
    left: 0;
    top: 71px;
    margin-left: 40px;
}
.diff-chinese{
    font-size: 38px;
    font-weight: 600;
    color: #35394E;
    line-height: 53px;
    position: absolute;
    left: 0;
    top: 111px;
    margin-left: 40px;
}
.diff-one-content{
    font-size: 18px;
    font-weight: 400;
    color: rgba(47, 57, 83, 0.65);
    line-height: 36px;
    margin-left: 40px;
}
.diff-p-con{
    width: 515px;
    height: 255px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 183px;
}
/* 核心优势介绍 */
.middle-info{
    box-sizing: border-box;
    margin: 0 auto;
    width: 1200px;
    height: 731px;
    /* background: blueviolet; */
    padding-top: 86px;
    padding-bottom: 72px;
}
.word{
    position: relative;
}

.middle-info .word-desc {
  margin-top: 10px;
  text-align: center;
  color: rgba(47,57,83,0.6500);
  font-size: 18px;
  font-weight: 400;
}


.midd-english{
    display: block;
    width: 1200px;
    text-align: center;
    font-size: 65px;
    font-family: Impact;
    color: rgba(51, 51, 51, .05);
    line-height: 80px;
}
.midd-chinese{
    width: 1200px;
    font-size: 38px;
    font-weight: 600;
    color: #3B426B;
    line-height: 53px;
    display: block;
    text-align: center;
    position: absolute;
    top: 37px;
}

.midd-bottom{
    width: 1200px;
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.midd-bottom .item {
  text-align: center;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 36px 24px 76px 24px;
  margin-right: 20px;
}

.midd-bottom .item:last-child {
  margin-right: 0;
}

.midd-bottom .item .core-logo {
  width: 60px;
  height: 60px;
  margin-bottom: 32px;
}

.midd-bottom .item .advant-logo {
  width: 130px;
  height: 110px;
  margin-bottom: 32px;
  object-fit: contain;
}

.midd-bottom .item .core-title {
  font-size: 26px;
  font-weight: 500;
  color: #35394E;
  margin-bottom: 16px;
}

.midd-bottom .item .core-title:hover {
  color: #E02097;
}

.midd-bottom .item .core-desc {
  font-size: 18px;
  font-weight: 400;
  color: rgba(47,57,83,0.6500);
  line-height: 32px;
  text-align: justify;
}


.advant-bg {
  background-image: url(../images//overview//advantage.png);
   background-repeat: no-repeat;
   background-size: 100% 100%;
   padding-bottom: 72px;
}

.title{
    display: block;
    box-sizing: border-box;
    font-size: 24px;
    font-weight: 500;
    color: #35394E;
    line-height: 33px;
    margin: 17px 0 10px 20px;
}
.one:hover .title{
    color: rgba(15, 100, 232, 1);
}
.midd-word{
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: rgba(47, 57, 83, 0.65);
    line-height: 25px;
    margin-left: 20px;
    margin-right: 13px;
}