.friendship_link {
    text-align: center;
    color: #666;
    padding-top: 15px;
}

.index-bottom {
    height: auto;
}

.index-bottom li {
    margin-top: 10px;
}

header {
    width: 100%;
    height: 476px;
    background: url(http://fmy90.oss-cn-beijing.aliyuncs.com/public/uploads/images/feimayi/%E8%B5%84%E8%AE%AFbanner1920_600.png) no-repeat;
    background-size: 100% 100%;
}

.bg-img {
    width: 100%;
}

/* 导航 */

.navbar {
    z-index: 100;
}

.navbar-inverse {
    background: none !important;
    opacity: 0;
}

.navbar-img {
    margin-top: 16px;
    width: 80px;
    height: 52px;
    margin-left: -24px;
}

.navbar-nav li {
    text-align: center;
}

/* .nav-link-wrap {
    height: 96px !important;
    line-height: 74px !important;
} */

.navbar-nav .nav-item .nav-link-unline {
    height: 90px;
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #333 !important;
    line-height: 80px;
    letter-spacing: 1px;
    text-decoration: none;
}
.navbar-nav .nav-item1 .nav-link-unline {
    height: 90px;
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #333 !important;
    line-height: 80px;
    letter-spacing: 1px;
    text-decoration: none;
}

.navbar-nav .nav-item .nav-link-unline:hover {
    font-weight: 600;
    color: #666;
}
.navbar-nav .nav-item1 .nav-link-unline:hover {
    font-weight: 600;
    color: #666;
}

.nav-item.selected .nav-link-unline {
    font-weight: bold;
}

.nav-item1.selected .nav-link-unline:after {
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
}

.nav-item1 .nav-link-unline:hover {
    font-weight: bold;
}

.nav-item1 .nav-link-unline:hover::after {
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
}

.nav-item .nav-link-unline:after {
    content: "";
    position: absolute;
    display: block;
    width: 30px;
    height: 4px;
    /* background: #000;  */
    border-radius: 7px;
    left: 50%;
    margin-left: -14px;
    bottom: 0;
    opacity: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: all .2s cubic-bezier(.18, .89, .17, .88), opacity .15s ease;
    transition: all .2s cubic-bezier(.18, .89, .17, .88), opacity .15s ease;
}
.nav-item1 .nav-link-unline:after {
    content: "";
    position: absolute;
    display: block;
    width: 30px;
    height: 4px;
    background:linear-gradient(270deg,rgba(77,239,219,1) 0%,rgba(86,223,237,1) 100%); 
    border-radius: 7px;
    left: 50%;
    margin-left: -14px;
    bottom: 0;
    opacity: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: all .2s cubic-bezier(.18, .89, .17, .88), opacity .15s ease;
    transition: all .2s cubic-bezier(.18, .89, .17, .88), opacity .15s ease;
}


.navbar-nav li a:hover {
    font-weight: bold;
}

.ml-40 {
    margin: 0 0 0 40px;
}

.navlink-line {
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none !important;
    position: relative;
    cursor: pointer;
}

/* 点击切换 */

.nav-item .active {
    color: #20e3cb;
}

.nav-item .active::after {
    content: '';
    width: 20px;
    position: absolute;
    display: block;
    /* border-bottom: 2px solid #20e3cb; */
    left: 50%;
    bottom: 0;
    margin-left: -10px;
}

/* 浮层 */

#header {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

#header .header-side {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 300px;
    margin: auto;
    pointer-events: none;
}

.tubiao img {
    position: fixed;
    width: 12px;
    left: 5%;
    top: 18%;
}

#header .header-side .scroll-bar {
    position: fixed;
    top: 23%;
    right: 60px;
    width: 14px;
    height: 300px;
    overflow: hidden;
    pointer-events: visible;
    background: #dcdcdc;
    border-radius: 20px;
}

#header .header-side .scroll-bar .current {
    position: absolute;
    z-index: 10;
    top: 4px;
    left: 4px;
    width: 6px;
    border-radius: 20px;
    -webkit-transition: background .4s;
    transition: background .4s;
    background: #ffffff;
}

.inform-item-box:hover .inform-item-box-img {
    margin-top: 3px;
}

.inform-item-box:hover .inform-item-box-cent {
    margin-top: 23px;
}

.inform-item-box-cent {
    padding-left: 30px !important;
    margin-top: 20px;
    font-size: 18px;
    color: #666666;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/* 企业咨询 */

.contactus {
    background: #f8f8f8;
    height: 593px;
    padding: 40px 0px 60px;
}

.contactus .title, .contactus .about .title {
    width: 124px;
    height: 42px;
    font-size: 30px;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 42px;
    letter-spacing: 1px;
    margin-bottom: 22px;
    display: inline-block;
}

.contactus .business {
    padding: 0;
}

.contactus .business li {
    height: 66px;
    margin: 18px 0 0;
    list-style: none;
    color: #666;
    font-size: 20px;
    font-weight: 400;
}

.contactus .business li .icon {
    width: 80px;
    height: 66px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.contactus .about {
    margin-right: 88px;
}

.contactus .about .info {
    margin-top: 38px;
}

.contactus .about .info p {
    width: 113px;
    height: 28px;
    font-size: 20px;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 28px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.contactus .about .info span {
    width: 264px;
    height: 60px;
    font-size: 30px;
    font-weight: 500;
    color: rgba(153, 153, 153, 1);
    line-height: 60px;
    letter-spacing: 5px;
}

.login-dropdown:hover .login-box {
    display: block;
}

.login-state1 {
    position: absolute;
    top: 90px;
    right: -31px;
    width: 124px;
    height: 120px;
    background: rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0px 10px 20px 0px rgba(238, 238, 238, 1);
            box-shadow: 0px 10px 20px 0px rgba(238, 238, 238, 1);
    padding: 30px 20px;
}
.login-state1 .btn {
    border: 0;
    width: 75px;
    height: 20px;
    font-size: 14px;
    font-weight: 500;
    color: rgba(102, 102, 102, 1);
    line-height: 20px;
    padding: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
.login-state1 .btn:hover {
    color: #20E3CB !important;
    font-weight: bold;
  }

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 0;
    padding-left: 0;
}

.pagination{
    margin: 0 20px;
}
.pagination li{
    cursor: pointer;
    border-radius: 6px;
}
.active-li{
    background: #20e3cb;
}