.title {
  padding: 40px 0 30px;
}
@media only screen and (max-width: 75em) {
  .title {
    padding: 10px 0;
  }
}
.section[name="first"] h1 {
    margin-bottom: 1.5rem;
    white-space: nowrap;
}
.section[name="first"] p {
    margin-bottom: 2rem;
}
.section[name="first"] p {
    font-family: PingFangSC-Thin;
    font-weight: 100;
    color: rgba(195,197,201,1);
}
.section[name="first"] a:not(.more){
    display: block;
    width: 221px;
    height: 50px;
    text-align: center;
    text-transform: none;
    line-height: 50px;
    background: rgba(240,167,28,1);
    border-radius: 25px;
    font-size: 24px;
}

.section[name="first"] a.more {
  font-size: 12px;
  margin-left: 1em;
  color: #fcc347;
}
.section[name="first"] a.more:hover {
  color: #FCC746;
}
/*lg(992px) - fullPgae*/
/*1200px*/
@media only screen and (max-width: 75em) {
  .section[name="first"] a {
    margin: 0 auto;
  }
  .section[name="first"] img {
    width: 100%;
  }
} 
.section[name="second"] h2 {
    color: #FCC746;
}
.section[name="second"] strong {
  display: inline-block;
  padding: 2rem 0;
  font-size: 20px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: rgba(102,102,102,1)
}
@media only screen and (min-width: 20em) and (max-width: 62em) {
  .home-banner{
      display: flex;
      align-items: center;
  }
  .home-banner .container .row div:first-child{
      text-align: center;
  }
}
.mobild-list {
  display: none;
}
#freeCal {
  width: 261px;
  height: 88px;
  background: url("../images/free.png") no-repeat;
}
#freeCal:hover {
  cursor: pointer;
}
@media only screen and (min-width: 20em) and (max-width: 62em) {
  .mobild-list {
    display: block;
  }
  .section[name="second"] .title {
    margin-top: 30px;
  }
  .section[name="second"] .row {
    padding: 0;
    border-bottom: 1px solid #EAEDF0;
  }
  .section[name="second"] strong {
    padding: 1rem 0;
  }
  .section[name="second"] strong{
    font-size: 12px;
  }
  .section[name="second"] img {
    height: 40px;
  }
}

.section .title img {
  margin: 12px;
}
/*320px(iphone5) - 768px(md)*/
@media only screen and (min-width: 20em) and (max-width: 48em) {
  .section[name="third"] .title {
    padding-bottom: 20px;
  }
  .section .title img {
    width: 40px;
  }
}
.section .title h2{
  display: inline-block;
}
.section[name="third"] p {
  font-size: 18px;
}
.section[name="third"] h4 {
  font-size: 24px;
  color: #F0A71C;
}
/*320px(iphone5) - 996px(lg)*/
@media only screen and (min-width: 20em) and (max-width: 62em) {
  .section[name="third"] img[name="picThird"] {
    width: 180px;
  }
}

.section[name="four"] {
  background: url('../images/pic-bg2.jpg') no-repeat;
  background-size: cover;
  padding-bottom: 3rem;
}
.section[name="four"] .flow {
  position: relative;
}
.section[name="four"] .flow span {
  position: absolute;
  font-size: 20px;
  color: rgba(255,255,255,1);
}
.section[name="four"] .flow span:nth-child(3) {
  left: 10%;
  bottom: 20%;
}
.section[name="four"] .flow span:nth-child(4) {
  left: 28%;
  top: 20%;
}
.section[name="four"] .flow span:nth-child(5) {
  left: 43%;
  bottom: 20%;
}
.section[name="four"] .flow span:nth-child(6) {
  left: 61%;
  top: 16%;
}
.section[name="four"] .flow span:nth-child(7) {
  left: 61%;
  top: 24%;
}
.section[name="four"] .flow span:nth-child(8) {
  left: 79%;
  bottom: 24%;
}
.section[name="four"] .flow span:nth-child(9) {
  left: 82%;
  bottom: 16%;
}
.section[name="four"] img[name="flow-mobile"] {
  display: none;
}
/*320px(iphone5) - 368px*/
@media only screen and (min-width: 20em) and (max-width: 23em) {
  .section[name="four"] img[name="flow-mobile"]{
    display: inline-block;
    padding-bottom: 30px;
  }
  .section[name="four"] .flow span {
    font-size: 13px;
  }
  .section[name="four"] .flow span:nth-child(3) {
    left: 15%;
    top: 8%;
  }
  .section[name="four"] .flow span:nth-child(4) {
    left: 60%;
    top: 27%;
  }
  .section[name="four"] .flow span:nth-child(5) {
    left: 8%;
    top: 46%;
  }
  .section[name="four"] .flow span:nth-child(6) {
    left: 57%;
    top: 63%;
  }
  .section[name="four"] .flow span:nth-child(7) {
    left: 57%;
    top: 67%;
  }
  .section[name="four"] .flow span:nth-child(8) {
    left: 12%;
    bottom: 14%;
  }
  .section[name="four"] .flow span:nth-child(9) {
    left: 21%;
    bottom: 10%;
  }
}
/*375px(iphone6) - 414px(iPhone6 Plus)*/
@media only screen and (min-width: 23.43em) and (max-width: 26em) {
  .section[name="four"] img[name="flow-mobile"]{
    display: inline-block;
    padding-bottom: 30px;
  }
  .section[name="four"] .flow span {
    font-size: 13px;
  }
  .section[name="four"] .flow span:nth-child(3) {
    left: 15%;
    top: 8%;
  }
  .section[name="four"] .flow span:nth-child(4) {
    left: 60%;
    top: 28%;
  }
  .section[name="four"] .flow span:nth-child(5) {
    left: 8%;
    top: 47%;
  }
  .section[name="four"] .flow span:nth-child(6) {
    left: 57%;
    top: 65%;
  }
  .section[name="four"] .flow span:nth-child(7) {
    left: 57%;
    top: 69%;
  }
  .section[name="four"] .flow span:nth-child(8) {
    left: 12%;
    bottom: 14%;
  }
  .section[name="four"] .flow span:nth-child(9) {
    left: 21%;
    bottom: 10%;
  }
}
/*414px(iPhone6 Plus) - 768px(iPad)*/
@media only screen and (min-width: 26.1em) and (max-width: 47.9em) {
  .section[name="four"] img[name="flow-mobile"]{
    display: inline-block;
    padding-bottom: 30px;
  }
  .section[name="four"] .flow span {
    font-size: 24px;
  }
  .section[name="four"] .flow span:nth-child(3) {
    left: 15%;
    top: 8%;
  }
  .section[name="four"] .flow span:nth-child(4) {
    left: 60%;
    top: 28%;
  }
  .section[name="four"] .flow span:nth-child(5) {
    left: 8%;
    top: 48%;
  }
  .section[name="four"] .flow span:nth-child(6) {
    left: 57%;
    top: 67%;
  }
  .section[name="four"] .flow span:nth-child(7) {
    left: 57%;
    top: 70%;
  }
  .section[name="four"] .flow span:nth-child(8) {
    left: 12%;
    bottom: 12%;
  }
  .section[name="four"] .flow span:nth-child(9) {
    left: 21%;
    bottom: 8%;
  }
}
/*768px(iPhone6 Plus) - 1200px(iPad Pro)*/
@media only screen and (min-width: 48em) and (max-width: 75em) {
  .section[name="four"] img[name="flow"]{
    display: inline-block !important;
    padding-bottom: 30px;
  }
  .section[name="four"] .flow span {
    font-size: 14px;
  }
  .section[name="four"] .flow img:first-child {
    width: 100%;
  }
  .section[name="four"] .flow span:nth-child(3) {
    left: 5%;
    bottom: 20%;
  }
  .section[name="four"] .flow span:nth-child(4) {
    left: 25%;
    top: 20%;
  }
  .section[name="four"] .flow span:nth-child(5) {
    left: 42%;
    bottom: 20%;
  }
  .section[name="four"] .flow span:nth-child(6) {
    left: 61%;
    top: 16%;
  }
  .section[name="four"] .flow span:nth-child(7) {
    left: 61%;
    top: 24%;
  }
  .section[name="four"] .flow span:nth-child(8) {
    left: 82%;
    bottom: 24%;
  }
  .section[name="four"] .flow span:nth-child(9) {
    left: 82%;
    bottom: 16%;
  }
}
@media only screen and (min-width: 75em) and (max-width: 1490px) {
  .section[name="four"] {
    padding-bottom: 50px;
  }
}
.section[name="five"] p {
  position: absolute;
  width: 640px;
  height: 89px;
  font-size: 20px;
  color: rgba(142,142,142,1);
  left: 25%;
  top: 25%;
}
.section[name="five"] .half {
  padding: 20px;
  width: 100%;
}
.section[name="five"] .container-fluid .half:first-child {
  background:rgba(247,247,247,1);
}
.section[name="five"] .container-fluid .half:last-child {
  padding-bottom: 130px;
  background: url("../images/pic-bg3.jpg") no-repeat;
  background-size: cover;
}
.section[name="five"] h2 {
  padding: 1rem;
}
#mobileCustomList {
  display: none;
}

#fivePart1 .tip {
  /* width: 1000px; */
  width: calc(100% - 40px);
  margin: 0 auto;
  border-image-source: url(../images/custom.png);
  border-image-slice: 5 200 30 280;
  border-width: 0 151px 0 250px;
  border-style: solid;
  color: rgba(142,142,142,1);
  font-size: 18px;
  padding: 4rem 0rem;
  margin-bottom: 2rem;
  background: #fff;
  max-width: 1024px;
  box-shadow:0px 3px 9px 0px rgba(158,177,208,0.6);
}

/* #browserCustomList {
  display: block;
} */

/*320px(iphone5) - 1200px(iPad pro xl)*/
@media only screen and (min-width: 20em) and (max-width: 75em) {
  .section[name="five"] .container-fluid {
    height: auto;
  }
  .section[name="five"] h2 {
    padding: 1rem;
  }
  .section[name="five"] .half {
    display: none;
  }
  .section[name="five"] .footer-text  {
    margin: 0;
    padding: 1.8rem;
  }
}

@media only screen and (max-width: 40em){
  #fivePart1 .tip {
    border-width: 0;
    padding: 1rem 2rem;
  }
}

@media only screen and (max-width: 32em){
  .section[name="five"] .footer-text  {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1024px){
  /* #mobileCustomList {
    display: block;
  } */
  /* #browserCustomList {
    display: none;
  } */
}
@media only screen and (min-width: 32em) and (max-width: 48em){
  .section[name="five"] .footer-text  {
    font-size: 26px;
  }
}
#homeFooter {
  width: 100%;
  background: url("../images/pic-home2.jpg") no-repeat;
  background-size: cover;
}

/* #fullPage-footer {
  display: none;
} */

/*FullePage stylesheet*/
@media only screen and (min-width: 1490px) {
  .section[name="five"] .half {
    height: 50%;
  }
  /* .section[name="five"] .container-fluid:first-child {
    height: 100%;
  } */
  /* #fullPage-footer {
    display: block;
  } */
}
#dowebok {
  color: #fff;
}

#dowebok .home-banner {
  height: 670px;
  padding-top: 65px;
}

.no-p-r {
  padding-right: 0 !important;
}

.partner-item {
  height:71px;width:160px;background:url(../images/partner-logos.png)  no-repeat;
}
.pic-company17{background-position:0 0;}
.pic-company18{background-position:0 -71px;}
.pic-company19{background-position:0 -142px;}
.pic-company14{background-position:0 -213px;}
.pic-company15{background-position:0 -284px;}
.pic-company16{background-position:0 -355px;}
.pic-company23{background-position:0 -426px;}
.pic-company24{background-position:0 -497px;}
.pic-company25{background-position:0 -568px;}
.pic-company20{background-position:0 -639px;}
.pic-company21{background-position:0 -710px;}
.pic-company22{background-position:0 -781px;}
.pic-company13{background-position:0 -852px;}
.pic-company4{background-position:0 -923px;}
.pic-company5{background-position:0 -994px;}
.pic-company6{background-position:0 -1065px;}
.pic-company1{background-position:0 -1136px;}
.pic-company2{background-position:0 -1207px;}
.pic-company3{background-position:0 -1278px;}
.pic-company10{background-position:0 -1349px;}
.pic-company11{background-position:0 -1420px;}
.pic-company12{background-position:0 -1491px;}
.pic-company7{background-position:0 -1562px;}
.pic-company8{background-position:0 -1633px;}
.pic-company9{background-position:0 -1704px;}


.productFunction {
    width: 100%;
    margin-top: 64px;
    padding: 30px 0 60px;
}
.page-container {
    width: 1080px;
    margin: 0 auto;
}

ul, li {
    padding: 0;
    margin: 0;
    list-style: none;
}
.productFunction .productFunction-list > li {
    padding: 100px 15px;
}
.flex {
    display: flex;
}
.productFunction .productFunction-list .right {
    margin-right: 120px;
}
.productFunction .productFunction-list .productFunction-list-image {
    height: 386px;
}
.productFunction .productFunction-list .productFunction-list-image img {
    border-radius: 10px;
    box-shadow: 0 -2px 14px #62626278;
}
.productFunction .productFunction-list .productFunction-list-inner {
    width: 370px;
    text-align: left;
}
.productFunction .productFunction-list .productFunction-list-subtitle {
    width: 100%;
    font-size: 32px;
    line-height: 32px;
    color: rgba(240,167,28,1);
    margin-bottom: 14px;
}
.productFunction .productFunction-list .productFunction-list-title {
    width: 100%;
    /*font-size: 32px;*/
    font-size: 18px;
    line-height: 32px;
    font-weight: bolder;
    color: #333;
}
.productFunction .productFunction-list .title-underline {
    width: 40px;
    margin: 25px 0;
}
.title-underline {
    width: 36px;
    height: 4px;
    background: rgba(240,167,28,1);
    border-radius: 2px;
}
.productFunction .productFunction-list .productFunction-list-text {
    font-size: 14px;
    line-height: 22px;
    color: rgba(55, 69, 80, 0.85);
}
.productFunction .productFunction-list .productFunction-list-text li {
    margin-bottom: 24px;
}
.productFunction .productFunction-list .productFunction-list-text .number {
    font-size: 20px;
    color: rgba(55, 69, 80, 0.2);
    font-weight: bolder;
    margin-right: 20px;
}
.productFunction .productFunction-list .left {
    margin-left: 120px;
}

/*join_us about*/
.abbody {
    width: 100%;
}
.abcent-about {
    margin: 0 auto;
    overflow: hidden;
    min-width: 1100px;
}
.abcentmy, .abbasic, .abteam {
    margin: 0 auto;
    box-sizing: border-box;
    padding: 46px 0;
    width: 1100px;
}
.abcent h3, .abbasic h3, .abteam h3 {
    margin-top: 0;
    margin-bottom: 40px;
    color: #333;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
.abbasic .abbasic-introduce {
    display: flex;
    width: 100%;
}
.introduce-right {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-left: 20px;
}
.introduce-left img {
    width: 372px;
    /* height: 260px; */
}
.introduce-right p {
    margin: 10px;
    color: #707070;
    font-size: 16px;
}
.fb-bg {
    background-color: #fbfbfb;
}
.abteam-introduce {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.abteam .abteam-item {
    display: inline-block;
    position: relative;
    width: 317px;
    height: 218px;
    color: #fff;
}
.abteam-item img {
    width: 100%;
    height: 100%;
}
.abteam-item-title {
    position: absolute;
    top: 10px;
    left: 15px;
    z-index: 3;
    font-size: 24px;
}
.abteam-item-content {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}
.course-introduce {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 46px;
    width: 100%;
}
.bor-r {
    /* border-right: 2px solid #a2a2a2; */
    border-right: 2px solid #eee;
}
.course-left {
    padding-right: 50px;
    text-align: right;
}
.course-left, .course-right {
    flex: 0 0 50%;
    position: relative;
    box-sizing: border-box;
    padding: 10px 0;
    font-size: 14px;
    height: 100px;
}
.course-right {
    padding-left: 50px;
    text-align: left;
}
.course-left, .course-right {
    flex: 0 0 50%;
    position: relative;
    box-sizing: border-box;
    padding: 10px 0;
    font-size: 14px;
    height: 100px;
}
.course-item {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.course-item .course-title {
    color: #333;
    font-size: 24px;
    font-weight: bold;
}
.course-item p {
    color: #636363;
    font-size: 16px;
    font-weight: 400;
}
.course-point {
    border-radius: 50%;
    border: 5px solid #CECECE;
    background: #fff;
}
.course-center-item-r, .course-center-item-l {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    /* right: -9px; */
    right: -10px;
    box-sizing: border-box;
    margin-top: -9px;
    width: 18px;
    height: 18px;
}
.plase-introduce {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}
.plase-left, .plase-right {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    padding: 0px 20px;
    width: 50%;
    height: 150px;
    font-size: 16px;
}
.bor-1r {
    border-right: 1px solid #cfcfcf;
}
.plase-introduce .col-sz {
    color: #00a1dd;
}
.plase-introduce .plase-title {
    color: #686868;
    font-weight: bold;
}
.plase-introduce p {
    color: #333;
    font-size: 16px;
    font-weight: 400;
}
.plase-right-two {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.abcent {
    font-size: 20px;
}
.abcent {
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
    min-width: 1100px;
}
.top-relative {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 88px !important;
    margin-top: 20px !important;
    color: #808080;
}
.joinUsTagBox {
    border-bottom: 1px solid #CFCFCF;
    width: 1100px;
    padding-left: 30px;
    height: 54px;
    margin: 60px auto 50px auto;
}
.joinUsInter .joinUsInterBox {
    width: 1100px;
    clear: both;
    margin-bottom: 50px;
}
.joinUsInter .joinUsInterBox .spanLeft {
    width: 220px;
    display: inline-block;
    padding-left: 20px;
}
.joinUsInter .joinUsInterBox .spanRight {
    display: inline-block;
    font-size: 13px;
    padding: 0 0 0 10px;
}
.joinUsInter .joinUsInterBox .spanRight p {
    width: 100%;
    text-align: left;
    font-size: 20px;
    line-height: 22px;
}
.joinUsInter .joinUsInterBox .spanRight div {
    width: 100%;
    padding-top: 10px;
    clear: both;
}
.joinUsInter .joinUsInterBox .spanRight div span {
    display: inline-block;
    float: left;
}
.joinUsInter .joinUsInterBox .spanLeft img {
    width: 110px;
    vertical-align: text-top !important;
}
.joinUsInter .joinUsInterBox .spanRight p span {
    color: #ff0000;
    position: relative;
    left: 5px;
    top: -5px;
    font-size: 16px;
}
.joinUsInter .joinUsInterBox .spanRight div span {
    display: inline-block;
    float: left;
}
.joinUsInter .joinUsInterBox .spanRight div ol {
    display: inline-block;
    float: left;
}
.joinUsInter .joinUsInterBox .spanRight div ol li {
    line-height: 20px;
}