.banner-con {
    height: 440px;
    overflow: hidden;
}

.main-banner {
    position: relative;
    height: 100%;
    color: #fff;
}

.category-tab-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 208px;
    z-index: 1;
}

.cj_categoryContent {
    position: absolute;
    width: 200px;
    background-color: #1F2124;
    right: -200px;
    top: 0;
}

.nav-item {
    font-size: 16px;
    padding-left: 30px;
    line-height: 44px;
    left: 30px;
    font-family: PingFangSC-Regular;
    cursor: pointer;
    background-color: #24282c;
}

.category-link {
    display: block;
    line-height: 44px;
    font-size: 14px;
    color: #fff;
    padding-left: 40px;
}

a.category-link:hover {
    color: #fff;
}

.nav-item.on {
    background-color: #1F2124;
}

.nav-item .layui-icon {
    float: right;
    margin-right: 20px;
    color: #6d727a;
}

.main-nav {
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    padding: 23px 30px;
    left: 0;
    bottom: 0;
    background: -webkit-linear-gradient(rgba(22, 27, 30, 0.1), rgba(22, 27, 30, 0.5), rgba(22, 27, 30, 1) 40%);
    background: -o-linear-gradient(rgba(22, 27, 30, 0.1), rgba(22, 27, 30, 0.5), rgba(22, 27, 30, 1) 40%);
    background: -moz-linear-gradient(rgba(22, 27, 30, 0.1), rgba(22, 27, 30, 0.5), rgba(22, 27, 30, 1) 40%);
    background: linear-gradient(rgba(22, 27, 30, 0.1), rgba(22, 27, 30, 0.5), rgba(22, 27, 30, 1) 40%);
    z-index: 0;
}

.main-nav a {
    float: right;
    box-sizing: border-box;
    padding-right: 36px;
    line-height: 96px;
    width: 280px;
    text-align: right;
    background-color: #22272d;
    color: #fff;
    font-size: 22px;
    margin-left: 24px;
    font-family: PingFangSC-Semibold;
    background-position: 27px center;
    background-repeat: no-repeat;
}

.zljy {
    background-image: url(../images/zljy_grey.png);
}

.sbsq {
    background-image: url(../images/sbsq_grey.png);
}

.bqgm {
    background-image: url(../images/bqgm_grey.png);
}

.ymjy {
    background-image: url(../images/ymjy_grey.png);
}


/* @media (max-width: 1260px) {
  .main-nav a {
    width: 160px;
    font-size: 16px;
  }
} */

.brand-wall {
    /*  margin-top: 12px; */
}

.head {
    height: 48px;
    position: relative;
    text-align: center;
}

.product .head {
    text-align: center;
}

.initial {
    display: inline-block;
    line-height: 48px;
    color: #0084ff;
    font-size: 34px;
}

.product .head .cn {
    color: #fff;
}

.head .cn {
    position: absolute;
    line-height: 34px;
    color: rgba(46, 46, 46, 1);
    font-size: 16px;
    text-align: left;
    font-family: PingFangSC-Semibold;
}

.head .en {
    font-size: 12px;
    color: #777;
}


/* 留学首页 */

.home-header {
    position: absolute;
    z-index: 500;
    width: 100%;
}

.index-banner {
    position: relative;
}

.baner-search {
    position: absolute;
}

.img-responsive {
    display: block;
    width: 100%;
    height: auto;
}

.recommend {
    height: 680px;
}

.layui-tab-title {
    border: none;
    background-color: #f5f5f5;
    color: #888;
}

.layui-tab-title li {
    height: 40px;
}

.layui-tab-title .layui-this {
    border: none;
    background-color: #03B2FF;
    color: #fff;
}

.layui-tab-title .layui-this:after {
    display: none;
}

.layui-tab-title .icon {
    vertical-align: middle;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.icon_zzj {
    background-image: url("../../images/person_grey.png");
}

.layui-this .icon_zzj {
    background-image: url("../../images/person_white.png");
}

.icon_zjs {
    background-image: url("../../images/tech_grey.png");
}

.layui-this .icon_zjs {
    background-image: url("../../images/tech_white.png");
}

.icon_zxm {
    background-image: url("../../images/chart_grey.png");
}

.layui-this .icon_zxm {
    background-image: url("../../images/chart_white.png");
}

.service-ul {
    margin-right: -20px;
    margin-bottom: 10px;
}

.service-li {
    float: left;
    margin-right: 20px;
    margin-bottom: 34px;
}

.service-img {
    height: 212px;
    width: 212px;
    display: block;
    border-radius: 4px;
    background-color: #eee;
}

.s-name {
    color: #2e2e2e;
    line-height: 24px;
    height: 24px;
}

.yen {
    font-size: 12px;
    color: #ff9d00;
    font-style: normal;
}

.price {
    color: #ff9d00;
}

.applicat {
    border: 1px solid #03B2FF;
    position: relative;
    box-sizing: border-box;
    margin-top: 9px;
    height: 510px;
    padding: 0px 16px;
    padding-top: 26px;
    border-radius: 2px;
}

.applicat .arrows {
    position: absolute;
    content: "";
    border-bottom: 8px solid #03B2FF;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    top: -8px;
    left: 40px;
    transition: left 0.1s;
}

.product {
    height: 478px;
    margin-top: 60px;
    margin-bottom: 28px;
    padding-top: 34px;
    box-sizing: border-box;
    background: url(../images/home_banner_middle.jpg) no-repeat center;
}

.product-list {
    padding: 30px;
    /* display: flex;
  justify-content: space-between; */
}

.product-content {
    margin-left: -80px;
}

.product-link {
    float: left;
    margin-left: 80px;
}

.product-list .s-name {
    color: #fff;
}

a.move {
    display: block;
    margin: 0 auto;
    box-sizing: border-box;
    width: 120px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    border: 1px solid #ccc;
    text-align: center;
    margin-bottom: 10px;

    color: rgba(136, 136, 136, 100);
    font-size: 18px;
    text-align: center;
    font-family: PingFangSC-Regular;
}

.product a.move {
    color: #fff;
}

.want-title {
    height: 40px;
    background-image: url(../images/xuqiu.png);
    background-repeat: no-repeat;
    background-position: 170px center;
}

.want-category {
    position: relative;
    color: #2e2e2e;
    font-size: 14px;
    line-height: 30px;
    font-weight: 700;
}

.want-category::before {
    position: absolute;
    bottom: -2px;
    content: "";
    height: 2px;
    border-left: 60px solid #03B2FF;
    border-right: 60px solid #c9ddff;
}

.applicat .layui-form-item {
    margin: 0;
}

.applicat .layui-form-label {
    text-align: left;
    box-sizing: border-box;
    color: #666;
    padding: 2px 15px;
    width: 100%;
}

.applicat .layui-form-label::before {
    display: inline-block;
    margin-left: -7px;
    content: "*";
    color: #eb3223;
    margin-right: 7px;
}

.applicat .layui-input,
.applicat .layui-textarea {
    height: 36px;
    border-color: #e4e4e4;
    background-color: #fafafa;
    border-radius: 4px;
}

.smsbtn {
    border-radius: 4px;
    height: 40px;
    line-height: 40px;
    color: #666;
    border-color: #b6b6b6;
    width: 106px;
    margin: 0 !important;
}

.applicat .layui-textarea {
    height: 160px;
    resize: none;
}

.serviceId {
    width: 66.1914%;
    float: left;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 30px;
    color: #666;
    border: 1px solid #e4e4e4;
    background-color: #fafafa;
    cursor: pointer;
    position: relative;
}

.applicateMove {
    float: left;
    margin-left: 21px;

}

.applicateMove a {
    width: 105px;
    height: 41px;
    border-radius: 4px;
    background-color: rgba(3, 178, 255, 1);

    color: rgba(255, 255, 255, 100);
    font-size: 16px;

    font-family: PingFangSC-Regular;

}

.tag-box {
    height: 38px;
    width: 100%;
    box-sizing: border-box;
    padding: 6px 0;
    line-height: 26px;
    overflow: hidden;
}

.team-tag {
    display: inline-block;
    width: 52px;
    padding: 2px;
    height: 20px;
    line-height: 20px;
    background-color: #eee;
    color: #333;
    border-radius: 2px;
    margin-right: 5px;
    overflow: hidden;
    /* white-space: nowrap;
  text-overflow: ellipsis; */
}

.right-icon {
    position: absolute;
    height: 100%;
    width: 20px;
    line-height: 40px;
    top: 0;
    right: 0;
}


/* 弹框样式 */

.team-layer-title {
    height: 62px;
    border-bottom: 1px solid #e4e4e4;
    padding-left: 13px;
    padding-right: 87px;
    display: flex;
    line-height: 60px;
    color: #333;
    font-size: 18px;
    justify-content: space-between;
}

.team-layer-title .title {
    color: #0081fa;
    font-weight: 700;
}

.team-confirm {
    width: 120px;
    border-radius: 24px;
    height: 40px;
    margin-left: 20px;
}

.team-layer-content {
    box-sizing: border-box;
    height: 570px;
    padding: 12px;
    margin-left: -12px;
    overflow: auto;
}

.team-item {
    float: left;
    display: block;
    box-sizing: border-box;
    position: relative;
    width: 296px;
    height: 118px;
    margin-left: 12px;
    margin-bottom: 12px;
    padding: 20px;
    border: 1px solid #ccc;
    cursor: pointer;
    /* overflow: hidden; */
}

.team-item.active {
    border-color: #0088ff;
}

.team-item.active::before {
    border-right-color: #0088ff;
    border-bottom-color: #0088ff;
}

.team-item .team-check {
    position: absolute;
    opacity: 0;
}

.team-item::before {
    position: absolute;
    content: "";
    border: 20px solid #ccc;
    border-top-color: transparent;
    border-left-color: transparent;
    right: 0;
    bottom: 0;
}

.team-item::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 8px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    bottom: 9px;
    right: 5px;
    transform: rotate(-45deg);
}

.team-item .team-logo {
    float: left;
    width: 76px;
    height: 76px;
}

.team-name {
    margin-left: 86px;
    font-size: 16px;
    color: #333;
    line-height: 1.5;
}

a.demand-sub {
    display: block;
    box-sizing: border-box;
    width: 120px;
    height: 40px;
    background-color: #03B2FF;
    border-radius: 20px;
    text-align: center;
    margin: 0 auto;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}

.grid {
    float: left;
    display: block;
    box-sizing: border-box;
    width: 210px;
    padding: 6px;
    height: 295px;
    margin-left: 10px;
    margin-bottom: 30px;
}

.grid.nodata .perch {
    background-color: #eee;
    border-radius: 4px;
    height: 198px;
    width: 198px;
}

.grid .item-img {
    display: block;
    border-radius: 4px;
    height: 198px;
    width: 198px;
    margin: 0 auto;
}

.grid .item-name {
    margin-top: 4px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #2e2e2e;
}

.grid .item-price {
    color: #ff9d00;
    height: 22px;
    line-height: 22px;
    margin-bottom: 4px;
    margin-top: 4px;
}

.grid .item-describe {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 34px;
    line-height: 17px;
    color: #888;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nodata.grid .item-name,
.nodata.grid .item-price,
.nodata.grid .item-describe {
    background-color: #eee;
}

.nodata.grid .item-name {
    width: 80%;
}

.nodata.grid .item-price {
    width: 40%;
}

.service-seckill-items {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}

.service-seckill-items .grid {
    margin: 0;
}

.goodsSeckill {
    margin-top: 40px;
}

.well-content {
    background-color: #f7f7f8;
    padding-top: 40px;
    padding-bottom: 40px;
}

.service-well,
.goods-well {
    width: 650px;
}

.goods-well-items,
.service-well-items {
    margin-left: -10px;
}

.bismst {
    padding-top: 40px;
    text-align: center;
    padding-bottom: 20px;
}

.bismst-content dt {
    padding-top: 35px;
}

.bismst-content dt img {
    display: block;
    margin: 0 auto;
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.bismst-content dt .perch {
    margin: 0 auto;
    background-color: #eee;
    border-radius: 50%;
    width: 150px;
    height: 150px;
}

.bismst-content .name {
    font-size: 22px;
    line-height: 30px;
    height: 30px;
    margin: 15px auto;
}

.bismst-content .desc {
    height: 100px;
    line-height: 20px;
    color: #888;
    font-size: 14px;
    width: 260px;
    margin: 15px auto;
    margin-bottom: 30px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    white-space: inherit !important;
}

.nodata.bismst-content .name {
    background-color: #eee;
    width: 40%;
}

.nodata.bismst-content .desc {
    background-color: #eee;
}

.caption {
    text-align: center;
}

.caption .cn {
    color: #2e2e2e;
    font-size: 16px;
    font-weight: 700;
}

.caption .en {
    font-size: 16px;
    color: #a2a2a2;
}

.m-ic-icon-time {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/images/sprite/account.png);
    background-position: -72px -124px;
    width: 14px;
    height: 14px;
}

.m-ic-icon-see {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/images/sprite/account.png);
    background-position: -81px -112px;
    width: 15px;
    height: 11px;
}

.news {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.news-content {
    margin-left: -32px;
    padding-top: 10px;
    text-align: left;
}

.news-cover {
    display: block;
    height: 166px;
    width: 220px;
    border-radius: 4px;
    background-color: #eee;
}

.news-item {
    float: left;
    width: 220px;
    background-color: #f7f7f7;
    height: 300px;
    margin-left: 32px;
}

.news-title h3 {
    margin: 18px 8px 12px;
    font-size: 16px;
    height: 22px;
    line-height: 22px;
    font-weight: 700;
    color: #2e2e2e;
    overflow: hidden;
}

.news-desc p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0px 12px;
    color: #888;
    font-size: 14px;
    line-height: 20px;
    height: 40px;
}

.news-record .record {
    margin: 12px;
    font-size: 12px;
    color: #2a2a2a;
    height: 20px;
    line-height: 20px;
}

.news-record .record span {
    display: inline-block;
    width: 48%;
}

.nodata .news-title h3,
.nodata .news-desc p,
.nodata .news-record .record span {
    background-color: #fff;
}

.project-content {
    padding-top: 40px;
    padding-bottom: 20px;
    background-color: #f7f7f8;
}

.project-item {
    display: block;
}

.project-items {
    margin-top: 30px;
    margin-bottom: 30px;
}

.project-items>li {
    margin-bottom: 30px;
}

.project-info {
    display: inline-block;
    height: 90px;
    width: 418px;
    margin-right: 30px;
}

.project-info dt {
    color: #666;
    font-size: 16px;
    width: 400px;
    line-height: 20px;
}

.project-info dd {
    color: #a2a2a2;
    font-size: 14px;
    line-height: 24px;
}

.project-info .bt-tip {
    font-size: 12px;
    line-height: 20px;
}

.project-cover {
    display: inline-block;
    height: 90px;
    width: 135px;
    border-radius: 4px;
    background-color: #eee;
}

.activity-link {
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 1px 4px #e4e4e4;
    margin-bottom: 10px;
}

.activity-cover {
    display: block;
    height: 148px;
    background-color: #eee;
}

.activity-info {
    display: flex;
    align-items: center;
    height: 36px;
    color: #2a2a2a;
    padding: 0px 5px;
}

.activity-type {
    background-color: #ff9d00;
    padding: 0 5px;
    border-radius: 2px;
    height: 20px;
    color: #fff;
}

.activity-name {
    flex: 1;
    margin-left: 10px;
    margin-right: 10px;
}

.activity-status {
    margin-right: 10px;
    color: #ff9d00;
    font-size: 12px;
}


/* 首页服务商品部分样式 */

.service-content {
    background-color: #fff;
    padding-top: 60px;
}

.chunk-head {
    line-height: 40px;
}

.chunk-title {
    float: left;
    color: #2E2E2E;
    font-size: 20px;
    font-weight: 700;
    padding-left: 40px;
    margin-right: 20px;
}

.chunk-move {
    font: 14px;
    color: #333;
}

.merchandise-item {
    width: 650px;
    height: 805px;
}

.goods-plus-item.goods-item {
    width: 425px;
    height: 455px;
}

.goods-plus-item.goods-item .goodImg {
    height: 425px;
    width: 425px;
    display: block;
}

.goods-plus-item.goods-item .goodName {
    line-height: 60px;
}

.goods-item .goodImg {
    width: 200px;
    height: 200px;
    display: block;
}

.shelf {
    margin-left: -25px;
}

.goodName {
    line-height: 30px;
}

.goods-item {
    float: left;
    width: 200px;
    height: 230px;
    margin-left: 25px;
    margin-bottom: 25px;
}

.category {
    cursor: pointer;
    display: inline-block;
}

.team-box {
    margin-left: -96px;
    padding: 26px 0 40px 0;
}

.team-link {
    float: left;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden;
    margin-left: 96px;
    position: relative;
}

.layer-teamName {

    position: absolute;
    transform: translateY(-100%);
    box-sizing: border-box;
    display: flex;
    padding: 0 10px;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    width: 140px;
    height: 140px;
    background-color: rgba(0, 0, 0, 0.7);
    text-align: center;
    transition: all 0.5s;
}

.team-logo {
    display: block;
    width: 140px;
    height: 140px;
}

.team-link:hover .layer-teamName {
    transform: translateY(0);
}

.expert-box {
    text-align: center;
    padding: 26px;
}

.expert-link {
    display: inline-block;
    /* margin: 0 33px; */
    margin-right: 38px;
    width: 244px;
    height: 344px;
    text-align: center;
    background-color: #fff;
}

.expert-link:nth-child(4) {

    margin-right: 0px;
}

.expert-img {
    width: 244px;
    display: inline-block;
}

.expert-name {
    font-size: 22px;
    color: #2E2E2E;
    line-height: 40px;
    font-weight: 700;
}

.research {
    font-size: 16px;
    color: #888;
    height: 45px;
}

.expert-container {
    margin-top: 26px;
    height: 580px;
    background: url(../../images/footer.jpg) no-repeat center bottom;
}

.expert-container .move {
    color: #fff;
}

.no-data .goodsName,
.no-data .goodsPrice {
    background-color: rgba(221, 224, 229, 1);
}