#headNav1,
#headNav3 {
    color: #fff;
}

.head-nav-hover {
    color: #252b3a !important;
}

.main-index {
    position: relative;
    top: 0px;
}

.home-banner {
    position: relative;
    top: 60px;
    text-align: center;
    overflow: hidden;
}

.home-banner img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: unset;
}

.home-banner-info {
    position: absolute;
    top: 56%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.home-banner-info h1 {
    font-size: 44px;
    color: #252b3a;
    margin: 18px 0;
}

.home-banner-info p {
    font-size: 21px;
    color: #80848e;
}

.tab-head {
    border-bottom: 0px solid #eee;
    font-size: 16px;
    background-color: #fff;
    background: #fff;
}

.tab-head .content-box {
    height: 70px;
    background-color: unset;
}

/*.tab-head .search-content>div>div span:nth-child(1) h4:after, 
.tab-head .search-content>div>div span:nth-child(2) h4:after,
.tab-head .content-box span+h4:after,
.tab-head .content-box span+h4+h4:after {
    content: '';
    position: absolute;
    right: 25px;
    top: 36px;
    border-top: 6px solid #666;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}*/

.main-index .service-main {
    width: 100%;
    padding-top: 24px;
}

/*内容区*/

.content-box {
    background-color: unset;
}

.main-index .box-item {
    position: relative;
    /* width: 384px !important; */
    padding: 15px 0px 25px 64px;
    box-sizing: border-box;
    display: inline-block;
    display: inline-block;
    vertical-align: top;
    border-left: 1px solid #f0f2f5;
    border-bottom: 1px solid #f0f2f5;
    background: #fff;
    margin-bottom: 24px;
    border-radius: 4px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.main-index .box-item img {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 14px;
    left: 24px;
}

/*.main-index .box-item:nth-child(3n+3) {
    margin-right: 0px;
}*/

.main-index ul {
    list-style: none;
    padding-left: 0px;
    height: 146px;
    overflow: hidden;
}

.product-help .box-item .service-name {
    color: #252b3a;
    font-size: 18px;
    margin: 0;
    height: 50px;
    line-height: 50px;
    background-position: 0 center !important;
}

.product-help .box-item li a {
    font-size: 14px;
    color: #526ecc !important;
}

.product-help .box-item .service-name {
    color: #252b3a;
    font-size: 18px;
    margin: 0;
    height: unset;
    line-height: unset;
}

.productrow0 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.productrow0:after {
    content: '';
    width: 384px !important;
    border: 1px solid transparent;
}

/*展开菜单面板*/

.headbar-title {
    color: #252b3a;
    padding-bottom: 15px;
    margin-right: 30px;
    border-bottom: 1px solid #e9edfa !important;
}

.product-wrap {
    margin-top: 11px;
    color: #575d6c;
}

.flow-nav li {
    margin-top: 8px;
}

.flow-nav a {
    color: #575d6c !important;
}

/*搜索页*/

.searchlfkeyword {
    width: 270px;
}

/*右侧联系方式*/

.contact {
    background: #f66f6a;
    font-size: 12px;
    padding-top: 2px;
}

.contact2,
.contact3 .headline {
    font-size: 20px;
    font-weight: bold;
    display: inline;
    z-index: 10000;
}

.contact2 .title {
    font-size: 16px;
    font-weight: lighter;
    display: inline;
    z-index: 10000;
}

.contact2 .detail {
    display: inline;
    font-weight: bold;
    font-size: 16px;
}

.contact3 .detail {
    display: inline;
    font-weight: lighter;
    font-size: 16px;
}

#headNav1:after,
#headNav3:after {
    top: 27px;
    border-top: 6px solid #252b3a;
}

.head-nav1-hover:after,
.head-nav3-hover:after {
    border-top: 6px solid #252b3a !important;
}

.tab-head-hover {
    background: #fff;
}

.tab-head-hover #headNav1:after,
.tab-head-hover #headNav3:after {
    border-top: 6px solid #252b3a;
}

.tab-head-hover #headNav1:hover:after,
.tab-head-hover #headNav3:hover:after {
    border-top: 6px solid #f66f6a;
}

.flow-nav-hover {
    border-top: 0;
}

@media (max-width: 767px) {
    .content-box {
        width: unset;
    }
    .home-banner-info h1 {
        font-size: 42px;
        margin: 0;
    }
    .home-banner-info p {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .content-box {
        width: unset;
    }
    .home-banner-info h1 {
        font-size: 44px;
        margin: 0;
    }
    .home-banner-info p {
        font-size: 18px;
        margin: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .content-box {
        width: unset;
    }
}

@media (min-width: 1200px) { }

/* 移动端适配 */
@media screen and (max-width: 414px) {
    .main-index .box-item{width: calc(100% - 30px)!important;margin: 10px 15px;}
    .content {width: 100%;}
  }
  @media screen and (min-width:415px) and (max-width:1023px){
    .main-index .box-item{width: calc(100% - 30px)!important;margin: 10px 15px;}
    .content {width: 100%;}
  } 
  @media screen and (min-width:1024px) {
    .main-index .box-item{width: 384px!important;}
    .content {width: 1200px;}
  }
