
/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote,
dl, dt, dd, ul, ol, li,div,span,
pre, fieldset, button, input, textarea,
th, td {
  margin: 0;
  padding: 0;
}
html{
  font-size: 16px;
}

/* 设置默认字体 */
body {
  font-family:'MontserratMedium';
  color: #333;
  background: #fff;
}

/* 去除外轮廓 */
input, textarea, button {
  outline: none;
}

/* 重置列表元素 */
ul, ol {
  list-style: none;
}

/* 重置超链接样式 */
a {
  color: #333;
  text-decoration: none;
}

/* 图片处理 */
img {
  border: 0;
  display: block;
  vertical-align: middle;
}

/* 表格重置 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 表单元素重置 */
input, select, textarea {
  font-size: 100%;
  font-family: inherit;
}
textarea {
  resize: none;
}

/* 其他元素重置 */
em, i {
  font-style: normal;
}
b, strong {
  font-weight: normal;
}
/* banner */
.ourBannerImgUl{
  width: 957px;
  margin: auto;
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 8px;
  align-items: center;
  justify-content: center;
}
.ourBannerImgLi{
  height: 50px;
  margin-left: 100px;
   margin-top: 28px;
}
.ourBannerImgLi:nth-child(4n+1){
  margin-left: 0;
}
/* 标题 */
.winTitle{
  color: #060606;
  font-size: 48px;
}
/* 按钮 */
.btnSpan{
  padding: 9px 30px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
/* 数字叠加 */
.counter-value {
  font-size: 4rem;
  font-weight: 700;
  color: #4a6cf7;
  margin: 20px 0;
  transition: all 0.3s ease-out;
}
/* 统一窗口尺寸 */
.winOpen{
  width: 1200px;
  margin: auto;
}

/* 导航 */
.topLogo{
  width: 117px;
}
.topNavBox{
  padding: 41px 0;
  display: flex;
  overflow: hidden;
}
.topNavUl{
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.topNavLi{
  padding: 10px 0;
  margin-left: 32px;
  font-size: 16px;
  color: #4A4A4A;
}
.topNavLi:nth-child(1){
  margin-left: 0;
}
.topBtnUl{
  display: flex;
  align-items: center;
  justify-content: center;
}
.topBtnLi{
  padding: 8px 30px;
  font-size: 16px;
  border-radius: 20px;
}
.topBtnLeft{
  border:1px solid #4A4A4A;
  color:#4A4A4A;
}
.topBtnRight{
  background-color: #FF680C;
  color: #fff;
  margin-left: 16px;
}
/* 内容上部分 */
.contenUpperPart{
  background-image: url('../img/topBack.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.topOneContent{
  padding: 158px 57px 306px 57px;
}
.topOneTitle{
  color: #fff;
  font-size: 52px;
}
.topOneTip{
  color: #fff;
  font-size: 18px;
  margin-top: 28px;
  margin-bottom: 42px;
}
.whyWBContent{
  background-color: #fff;
}
.whyWBContentBox{
  padding: 146px 57px;
}
.whyTwoTip{
  color: #060606;
  font-size: 28px;
  margin-top: 28px;
}
.whtTip{
  font-size: 18px;
  color: #7C7C7C;
  margin-top: 6px;
}
.whtUl{
  display: flex;
  margin-top: 91px;
}
.whtList{
  width: 205px;
  text-align: center;
  margin-left: 90px;
}
.whtList:nth-child(1){
  margin-left: 0;
}
.whtListTitle{
  font-size: 48px;
}
.whtListTip{
  white-space: pre-line;
  color: #7C7C7C;
  font-size: 24px;
  margin-top: 8;
}
.aboutUs{
  padding: 150px 20px;
  display: flex;
}
.aboutUsImg{
  width: 575px;
  overflow: hidden;
}
.aboutUsImgUrl{
  width: 100%;
  height: 100%;
  object-fit:cover;
}
.aboutUsContent{
  flex: 1;
  margin-left: 68px;
}
.aboutUsTip{
  font-size: 20px;
  color: #373737;
  line-height: 29px;
   margin-top: 28px;
}
/* 中间部分 */
.contentCentral{
  background-image: url('../img/topBack1.png');
  background-position: 589px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.solutionsContent{
  padding: 154px 0 123px 0;
}
.solutionsTip{
  text-align: center;
  font-size: 28px;
  color: #7C7C7C;
  margin-top: 22px;
}
.solutionsLog{
  width: 100%;
}
.ourServices{
  padding: 0 20px 188px 20px;
}
.ourServicesTip{
  text-align: center;
  color:#0A353C;
  font-size: 20px;
  margin-top:18px ; 
}
.ourServicesUl{
  margin-top: 73px;
  display: flex;
}
.ourServicesList{
  width: 307px;
  height: 517px;
  position: relative;
  margin-left: 23px;
  border-radius: 10px;
  overflow: hidden;
}
.ourServicesList:nth-child(1){
  margin-left: 0;
}
.solutionsLog{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ourServicesMore{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ourServicesMoreTip{
  white-space: pre-line;
  text-align: center;
  color: #fff;
  font-size: 22px;
  margin-bottom: 20px;
}
.ourPartners{
  padding-bottom: 115px;
}
.ourPartnersTip{
  text-align: center;
  color: #E83B19;
  font-size: 32px;
  position: relative;
  padding-top: 32px;
  margin-top: 29px;
}
.ourPartnersTip i{
  position: absolute;
  height: 2px;
  width: 132px;
  background-color: #E83B19;
  top: 0;
  left: 50%;
  margin-left: -76px;
}
/* 最后部分 */
.ourGlobal{
  background-color: #fff;
  padding: 120px 0;
}
.globalTable{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 38px;
}
.globalTableSpan{
  padding: 8px 30px;
  background-color: #FF680C;
  color: #fff;
  font-size:16px ;
  margin-left: 20px;
  border-radius: 20px;
}
.globalTableSpan:nth-child(1){
  margin-left: 0;
}
.lookingFor{
  background-image: url('../img/topBack2.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 200%;
  height: 471px;
}
.lookingForContent{
  padding: 133px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.lookingForTitle{
  font-size: 40px;
  color: #fff;
  text-align: center;
}
.lookingForTip{
  font-size: 28px;
  color: #fff;
  margin: 28px 0;
}
/* 底部 */
.footer{
  background: #262626;
  padding: 41px;
}
.footerContent{
  display: flex;
}
.footerLeft{
  width: 650px;
}
.footerRight{
  flex: 1;
}
.footerTitle{
  color:#fff;
  font-size: 24px;
  margin-bottom: 8px;
  font-weight: 500;
}
.footerNavUl{
  display: flex;
}
.footerNavLi{
  width: 201px;
  display: flex;
  flex-direction: column;
  padding-left: 24px;
}
.footerNavLi:nth-child(1){
  padding-left: 0;
}
.footerNavLiSpan{
  color: #EAEEEE80;
  font-size: 16px;
  margin-top: 6px;
}
.footerRightContent{
  display: flex;
}
.footerRightContentList{
  flex: 1;
}
.footerRightContentIcon{
  width: 40px;
  height: 40px;
  margin-left: 24px;
}
.footerRightContentImg{
  display: flex;
}
.footerRightContentIcon:nth-child(1){
  margin-left: 0;
}
.footerTip{
  display: flex;
  align-items: center;
  /* margin-top: 52px; */
}
.footerTip{
  color: #fff;
  font-size: 16px;
}
.footerTipTitle{
  flex: 1;
}
.footerLogo{
   width: 100px;
}
.footerTipP{
  margin-left: 24px;
}