/*author by feng 2019/03/13*/
body {
}

body,
.navbar-fixed-top,
.navbar-fixed-bottom {
    min-width: 1200px;
}

/* Don't let the lead text change font-size. */
.lead {
    font-size: 16px;
}

/* Finesse the page header spacing */
.page-header {
    margin-bottom: 30px;
}

.page-header .lead {
    margin-bottom: 10px;
}

.container {
    width: 1200px !important;
    max-width: none !important;
}

.container .navbar-header,
.container .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
}

/* Always float the navbar header */
.navbar-header {
    float: left;
}

/* Undo the collapsing navbar */
.navbar-collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    visibility: visible !important;
}

.navbar-toggle {
    display: none;
}

.navbar-collapse {
    border-top: 0;
}

.navbar-brand {
    margin-left: -15px;
}

/* Always apply the floated nav */
.navbar-nav {
    float: left;
    margin: 0;
}

.navbar-nav > li {
    float: left;
}

.navbar-nav > li > a {
    padding: 15px;
}

/* Redeclare since we override the float above */
.navbar-nav.navbar-right {
    float: right;
}

/* Undo custom dropdowns */
.navbar .navbar-nav .open .dropdown-menu {
    position: absolute;
    float: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #333;
}

.navbar .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar .navbar-nav .open .dropdown-menu > .active > a,
.navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff !important;
    background-color: #5185ff !important;
}

.navbar .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #999 !important;
    background-color: transparent !important;
}

.login-btn {
    padding-left: 20px;
    padding-right: 20px;
    color: #333;
}

.login-btn:hover {
    color: #5185ff;
}

/* Undo form expansion */
.navbar-form {
    float: left;
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Copy-pasted from forms.less since we mixin the .form-inline styles. */
.navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.navbar-form .form-control-static {
    display: inline-block;
}

.navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
}

.navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
    width: auto;
}

.navbar-form .input-group > .form-control {
    width: 100%;
}

.navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
}

.navbar-form .radio,
.navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
}

.navbar-form .radio label,
.navbar-form .checkbox label {
    padding-left: 0;
}

.navbar-form .radio input[type="radio"],
.navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
}

.navbar-form .has-feedback .form-control-feedback {
    top: 0;
}

/* Undo inline form compaction on small screens */
.form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.form-inline .form-control-static {
    display: inline-block;
}

.form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
}

.form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
    width: auto;
}

.form-inline .input-group > .form-control {
    width: 100%;
}

.form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
}

.form-inline .radio,
.form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
}

.form-inline .radio label,
.form-inline .checkbox label {
    padding-left: 0;
}

.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
}

.form-inline .has-feedback .form-control-feedback {
    top: 0;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, "Microsoft YaHei";
    /*padding-top: 80px;*/
}

a:focus, a:hover {
    text-decoration: none;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #ff794b;
    border-color: #ff794b; /*set the color you want here*/
}

.navbar {
    min-height: 80px;
    margin-bottom: 0;
    box-shadow: 0 0 14px 0 rgba(193, 174, 170, 0.3);
    font-size: 16px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #5185ff;
    background-color: transparent;
}

.navbar .navbar-nav .open .dropdown-menu {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    border: 0;
    border-bottom: 1px solid #efefef;
    box-shadow: 0 0 8px 0 rgba(221, 221, 221, 0.4);
}

.navbar .navbar-nav .open .user-dropdown {
    left: auto;
}

.navbar-default .navbar-nav > li > a {
    color: #333;
}

.navbar-static-top {
    border-width: 0;
}

.navbar-default {
    background-color: #fff;
    opacity: .98;
}

.navbar-brand {
    height: 80px;
    padding: 19px 30px;
}

.navbar-nav > li > a {
    padding-top: 30px;
    padding-bottom: 30px;
}

.navbar-form {
    margin-top: 23px;
    margin-bottom: 23px;
    padding-right: 0;
    padding-left: 0;
    margin-right: -20px !important;
}

#loginFalse .navbar-btn {
    margin-top: 22px;
    margin-bottom: 22px;
}

.user-dropdown {
    left: auto;
}

#loginTrue {
    display: none;
}

.kcb-navbar .nav > li {
    position: static;
}

.kcb-navbar .nav.navbar-right > li {
    position: relative;
}

.kcb-navbar .navbar-form .search-input {
    width: 100px;
    padding-right: 30px;
    border-radius: 17px;
    background-color: #fafafa;
    border-color: #fafafa;
}

.kcb-navbar.navbar-default .navbar-nav > .active > a {
    background-color: #fff;
}

.kcb-navbar .navbar-form .search-btn {
    position: relative;
    left: -32px;
    color: #666;
    display: inline-block;
    background-color: #fafafa;
}

.sub-nav {
    min-width: 974px;
}

.sub-nav > li {
    text-align: center;
    width: 130px;
    position: relative;
}

.sub-nav > li > a {
    display: inline-block;
    margin: 23px auto;
    color: #333;
    line-height: 40px;
}

.sub-nav > li.active > a {
    color: #5185ff;
}

.sub-nav > li > a:hover {
    color: #5185ff;
}

.sub-nav > li > a .sub-nav-icon {
    width: 44px;
    height: 44px;
    line-height: 44px;
    margin: 0 auto;
    border: 1px solid #efefef;
    border-radius: 6px;
}

.sub-nav > li > a .sub-nav-icon > i {
    font-size: 22px;
}

.sub-nav > li > a .sub-nav-icon > img {
    display: block;
}

.line-h-40 {
    position: absolute;
    right: 0;
    top: 26px;
    width: 1px;
    height: 40px;
    background: #efefef;
    margin-top: 20px;
}

.btn-default {
    color: #5185ff;
    border-color: #5185ff;
    background-color: transparent;
}

.btn-default:hover {
    color: #5185ff;
    border-color: #5185ff;
    background-color: #fff;
}

.footer {
    background: #1F1F24;
    /*height: 392px;*/
    padding-top: 0px; margin-top:-20px;
    color: #fff
}

.footer .qcode {
    color: #fff;
    text-align: center;
    line-height: 40px;
}

.footer .contact {
    width: 190px;
    margin-left: 70px;
    text-align: center;
}

.footer .contact > h2 {
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 22px;
}

.footer .contact > h5 {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 26px;
}

.footer .contact > .btn {
    font-size: 14px;
    width: 100%;
    margin-bottom: 20px;
}

.footer .contact > .btn-default {
    background-color: #36363A;
    border-color: #999;
    color: #fff;
}

.footer .links {
    width: 700px;
    line-height: 46px;
}

.footer .links .links-item {
    float: left;
    width: 183px;
}

.footer .links .links-item a {
    color: #999;
}

.footer .links .links-item h4 > a {
    color: #fff;
}

.footer .links .links-item a:hover {
    color: #5185ff;
}

.footer .zhizao > a {
    margin-right: 10px;
    display: inline-block;
    float: left;
}
.index-e-icp{
    color: #888;
}
.index-e-icp:hover{
    color: #5185ff;
}
.index-e-icp:focus{
    color: #888;
}

.block-2-110 {
    width: 2px;
    height: 110px;
    background-color: #2a2a2f;
    float: right;
}

.line-w-p100 {
    width: 100%;
    height: 1px;
    background-color: #36363A;
    margin-top: 20px;
}

@keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        transform: translate3d(0, -4px, 0);
    }
}

.amap-controls, .amap-logo, .amap-toolbar, .amap-copyright, .amap-scalecontrol {
    z-index: 9;
}

/*快传播平台优势*/
.xhs-kcb-platform{
    width: 100%;
    height: 739px;
    background-color: #FAFAFA;
    padding-top: 1px;
}
.xhs-kcb-platform-inner{
    width: 1200px;
    margin: 0 auto;
}
.xhs-kcb-platform-inner>.swiper-container1{
    margin-top: 35px;
    width: 100%;
    background-color: #fff;
    height: 550px;
    overflow: hidden;
}
.xhs-platform-first{
    margin: 35px 33px 0 70px;
}
.xhs-platform-first-right{
    width: 337px;
    height: 274px;
    display: block;
    float: right;
    margin-top: 112px;
}
.xhs-platform-first-left{
    float: left;
    width: 760px;
}
.xhs-platform-first-left-li{
    width: 364px;
    height: 50px;
    float: left;
    margin-bottom: 70px;
    margin-right: 15px;
}
.xhs-platform-first-left-li-mark{
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #FFF6F0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-right: 16px;
}
.xhs-platform-first-left-li-mark>i{
    font-size: 26px;
    color: #FF5300;
}
.xhs-platform-first-left-li-text{
    float: left;
}
.xhs-platform-first-left-li-text>h3{
    font-size: 18px;
    color: #666;
    margin-top: 2px;
    margin-bottom: 10px;
    font-weight: 400;
}
.xhs-platform-first-left-li-text>p{
    font-size: 14px;
    color: #B2AEBB;
    margin-bottom: 0;
    font-weight: 400;
}
/*第2屏*/
.xhs-platform-public-title{
    margin-left: 20px;
    margin-top: 20px;
}
.xhs-platform-public-title>img{
    width: 20px;
    height: 17px;
    vertical-align: middle;
}
.xhs-platform-public-title>span{
    font-size: 16px;
    color: #666;
    vertical-align: middle;
    padding-left: 10px;
}
.xhs-platform-second-tips{
    font-size: 14px;
    color: #999;
    margin-top: 16px;
    text-indent: 2em;
}
.xhs-platform-second>img{
    width: 991px;
    height: 330px;
    display: block;
    margin:24px auto
}

/*第3屏*/
.xhs-platform-third-content-left,.xhs-platform-third-content>img,.xhs-platform-third-content-right{
    float: left;
}
.xhs-platform-third-content{
    width: 1100px;
    margin: 20px auto;
}
.xhs-platform-third-content>img{
    display: block;
    width: 310px;
    height: 310px;
    margin: 34px 24px;
}
.xhs-platform-third-content-li{
    width: 330px;
    height: 170px;
    background:url("../cssimg/xhs_platform_third_li_bg.png") center no-repeat;
    padding: 20px;
}
.xhs-platform-third-content-left{
    margin-left: 42px;
    margin-top: 122px;
}
.xhs-platform-third-content-li-icon{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    float: left;
}
.xhs-platform-third-content-li-icon>i{
    font-size: 40px;
    color: #FF5300;
}
.xhs-platform-third-content-li-details{
    margin-left: 6px;
    float: left;
}
.xhs-platform-third-content-li-details > h3{
    font-size: 16px;
    color: #666;
    margin-top: 0;
    line-height: 40px;
    margin-bottom: 0;
}
.xhs-platform-third-content-li-details > h3 >span{
    font-size: 18px;
    color: #FF5300;
}
.xhs-third-details-li{
    height: 14px;
    line-height: 14px;
    margin-top: 12px;
}
.xhs-third-details-li-square{
    width:6px;
    height:6px;
    background:#FF5300;
    float: left;
    margin-top: 4px;
    margin-right: 8px;
}
.xhs-third-details-li > p{
    font-size: 14px;
    color: #B2AEBB;
    margin: 0;
}



/*轮播的分页器*/
.pagination2 {
    position: absolute;
    z-index: 9;
    top: 648px;
    width: 100%;
    text-align: center;
}
.xhs-kcb-platform .pagination1 {
    position: absolute;
    z-index: 9;
    bottom: 40px;
    width: 100%;
    text-align: center;
}
.xhs-kcb-platform .swiper-pagination-switch {
    width:30px;
    height:6px;
    background:rgba(238,238,238,1);;
    border-radius:3px;
    display: inline-block;
    margin: 0 5px;
    opacity: 0.8;
    cursor: pointer;
}
.xhs-kcb-platform .swiper-active-switch {
    width:40px;
    height:6px;
    background:#5185ff;
    border-radius:3px;
}

/*切换箭头*/
.swiper-button-next,.swiper-button-prev{
    width: 50px;
    height: 100px;
    line-height:100px;
    text-align: center;
    background-color: rgba(0,0,0,0.1);
    position: absolute;
    top: 225px;
}
.swiper-button-prev{
    left: 0;
}
.swiper-button-next{
    right: 0;
}
.swiper-button-prev > i,.swiper-button-next > i{
    display: block;
    font-size: 20px;
    color: #fff;
}
.swiper-button-next:hover,.swiper-button-prev:hover{
    cursor: pointer;
}


/*合作伙伴*/
.partner .nav-pills > li > a {
    width: 120px;
    text-align: center;
    border: 1px solid #efefef;
    color: #666;
    font-size: 16px;
}

.partner .nav-pills > li > a > i.iconfont {
    color: #999;
}

.partner .nav-pills > li + li {
    margin-left: 16px;
}

.partner .nav-pills > li.active > a, .partner .nav-pills > li.active > a:focus, .partner .nav-pills > li.active > a:hover {
    background-color: #5185ff;
    color: #fff;
}

.partner .nav-pills > li.active > a > i.iconfont {
    background-color: #5185ff;
    color: #fff;
}

.partner .nav-pills > li.active:hover > a > i.iconfont {
    color: #fff;
}

.partner .nav-pills > li:hover > a {
    border-color: #5185ff;
    background-color: #fff;
    color: #5185ff;
}

.partner .nav-pills > li:hover > a > i.iconfont {
    color: #5185ff;
}



.partner > h3 {
    margin-top: 98px;
    margin-bottom: 40px;
    padding-top: 20px;
}

.partner .nav-pills {
    margin-bottom: 40px;
}

.partner-item {
    width: 207px;
    height: 130px;
    margin-right: 41px;
    margin-bottom: 40px;
    line-height: 130px;
    float: left;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    overflow: hidden;
}

.partner-item-img {

}

.partner-item-name {
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    color: #fefefe;
    background-color: #5185ff;
    text-align: center;
}

.click-to-consult-free-plan {
    display: block;
    text-align: center;
    width: 250px;
    height: 40px;
    line-height: 40px;
    margin: 40px auto;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #fff;
    font-size: 18px;
    background: #5185ff;
}
.click-to-consult-free-plan:hover,.click-to-consult-free-plan:focus{
    color: #fff;
    opacity: 0.9;
}

/*新媒宝*/

/*头部*/
.common-header{
    width: 100%;
    height: 34px;
    background-color: #F8F8F8;
    overflow: hidden;
}
.container-inner{
    width: 1200px;
    margin: 0 auto;
}
.header-welcome{
    float: left;
    font-size: 12px;
    color: #999;
    line-height: 35px;
}
.header-right,.header-right a{
    display: inline-block;
    float: right;
}
.header-right a:hover{
    opacity: 0.95;
}
.header-right-entrance-sign,.header-right-entrance-sign:focus{
    width: 80px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    font-size: 12px;
    color: #5185ff;
    background-color: #fff;
    border: 1px solid #5185ff;
}
.header-right-entrance-sign:hover{
    color: #385eb7;
}

.header-right-entrance-login,.header-right-entrance-login:focus{
    width: 80px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background-color: #5185ff;
    border: 1px solid transparent;
}

.header-right-entrance-login:hover{
    color: #fff;
}
.header-right-center{
    float: left;
    margin-right: 20px;
}

.header-right-center > a,.header-line-12{
    float: left;
}
.header-right-center > a,.header-right-center > a:focus{
    font-size: 12px;
    display: block;
    line-height: 35px;
    color: #999;
}
.header-line-12{
    height: 13px;
    width: 1px;
    background-color: #999;
    margin: 11px 16px;
}
.header-right-center > a:hover{
    color: #5185ff;
}

/*公共导航栏*/
.common-nav{
    width: 100%;
    background-color: #fff;
    padding-top: 1px;
}
.common-nav-inner{
    width: 1200px;
    margin: 0 auto;
    height: 105px;
    left: 0;
    right: 0;
    position: relative;
}
.common-nav-logo{
    display: block;
    width: 140px;
    height: auto;
    float: left;
    margin-top: 28px;
}
/*导航栏右边*/
.common-nav-box{
    float: right;

}
ul,li{
    padding: 0;
    margin: 0;
    list-style: none;
}
.common-nav-li {
    float: left;
    line-height: 16px;
}
.common-nav-li > a {
    display: block;
    color: #333;
    font-size: 16px;
    padding: 45px 0 45px 22px;
}
/*.common-nav-li:last-child > a{*/
    /*padding-right: 0;*/
/*}*/
.common-nav-li  span{
    font-size: 16px;
    color: #333;
    vertical-align: middle;
}
.common-nav-li  i{
    vertical-align: middle;
    font-size: 20px;
    color: #333;
}
.common-nav-li:hover .common-nav-li span{
    color: #5185FF;
}

.common-nav-dropdown{
    position: absolute;
    width: 138px;
    /*height: 180px;*/
    padding: 5px;
    top: 85px;
    right: 246px;
    background: #fff;
    box-shadow:0px 0px 4px 0px rgba(116, 116, 116, 0.35);
    border-radius:0px 0px 4px 4px;
    z-index: 3;
}
.common-nav-dropdown > a{
    padding: 13px 0 12px 15px;
    width: 100%;
    font-size: 14px;
    color: #666;
    display: inline-block;
}
.common-nav-dropdown > a:hover{
    background-color: #F8F8F8;
    color: #5185ff;
}
.common-nav-dropdown{
    display: none;
}
.common-nav-li:hover .common-nav-li>a>span,.common-nav-li:hover .common-nav-li>a>i{
    color: #5185ff;
}
.common-nav-li:hover .common-nav-dropdown{
    display: block;
}
.nav-solution{
    right: 142px;
}
.nav-case{
    right: 80px;
}

/*选中的状态*/
.nav-actived>a>span{
    color: #5185ff;
}
.nav-actived>a>i{
    color: #5185ff;
}
.nav-li-checked{
    color: #5185ff!important;
    background-color: #f8f8f8;
}

/*底部*/
/* partner */
.xmb-partners {
    width: 100%;
    height: 650px;
    background: url("../cssimg/partner_bg.png") center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 1px;
}
.xmb-partners-box {
    width: 1196px;
    margin: 40px auto;
    border: 1px dashed #efefef;
}
.xmb-partners-box-thead {
    width: 100%;
    height: 39px;
    border-bottom: 1px dashed #efefef;
    background: #f6faff;
}
.xmb-partners-box-thead-li {
    float: left;
    width: 199px;
    line-height: 39px;
    font-size: 14px;
    color: #666;
    text-align: center;
    border-right: 1px solid #efefef;
}
.xmb-partners-box-thead-li:last-child {
    border-right: 0;
}
.xmb-partners-box-thead-li i {
    font-size: 20px;
    color: #999;
    vertical-align: middle;
    padding-right: 10px;
}
.xmb-partners-box-body {
    background-color: #fff;
}
.xmb-partners-box-pic {
    width: 100%;
    height: 79px;
}
.xmb-partners-box-pic-li {
    float: left;
    width: 199px;
}
.xmb-partners-box-pic-li > img {
    width: 198px;
    height: 77px;
    border-right: 1px dashed #efefef;
    border-bottom: 1px dashed #efefef;
}
.xmb-partners-box-pic-li:last-child > img {
    border-right: 0;
}
.xmb-partners-box-pic:last-child > .xmb-partners-box-pic-li > img {
    border-bottom: 0;
}
.partner-selected {
    /*width: 198px;*/
    /*height: 77px;*/
    display: none;
}
.xmb-partners-box-pic-li:hover .partner-selected {
    display: block;
    -webkit-box-shadow: 0 0 16px #ddd;
    -moz-box-shadow: 0 0 16px #ddd;
    box-shadow: 0 0 16px #ddd;
    transform: translate3d(0, 0, 0);
    border: none;
}
.xmb-partners-box-pic-li:hover {
    border: none;
    transform: translate3d(0, 0, 0);
}
.xmb-partners-box-pic-li:hover .partner-default {
    display: none;
    border: none;
}
/*join-box*/
.join-box {
    height: 140px;
    text-align: center;
    background: url('../cssimg/general_blue_stripes.png') center;
    background-size: cover;
    color: #fff;
}
.join-box > h3 {
    font-size: 22px;
    margin-top: 28px;
    margin-bottom: 22px;
}
.join-box .join-btn {
    display: inline-block;
    width: 150px;
    height: 46px;
    line-height: 46px;
    margin: 0 auto;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
}
/*footer-box*/
.footer1.container-fluid {
    background-color: #252A36;
}
.footer1.container-fluid .footer-box .footer-info {
    border-bottom: 1px solid #3A404B;
    padding: 48px 0 10px;
    font-size: 14px;
    line-height: 50px;
}
.footer1.container-fluid .footer-box .footer-info .footer-info-item .pull-no-hover:hover {
    cursor: default;
}
.footer1.container-fluid .footer-box .footer-info .footer-info-item .footer-label {
    color: #eee;
    margin-right: 30px;
}
.footer1.container-fluid .footer-box .footer-info .footer-info-item > a {
    color: #999;
    margin-right: 30px;
}
.footer1.container-fluid .footer-box .footer-info .footer-info-item > a:hover {
    color: #5185ff;
    text-decoration: none;
    cursor: pointer;
}
.footer1.container-fluid .footer-box .friend-site {
    border-bottom: 1px solid #3A404B;
    font-size: 12px;
    line-height: 34px;
    padding: 10px 0;
}
.footer1.container-fluid .footer-box .friend-site .friend-site-label {
    color: #eee;
    margin-right: 15px;
}
.footer1.container-fluid .footer-box .friend-site .friend-site-links {
    width: 1111px;
}
.footer1.container-fluid .footer-box .friend-site .friend-site-links a {
    color: #999;
    margin-right: 15px;
}
.footer1.container-fluid .footer-box .friend-site .friend-site-links a:hover {
    color: #5185ff;
    text-decoration: none;
    cursor: pointer;
}
.footer1.container-fluid .footer-box .copyright {
    color: #999;
    text-align: center;
    line-height: 54px;
}

.theme-title {
    margin-top: 55px;
    font-size: 28px;
    color: #333;
    letter-spacing: 2px;
    padding-bottom: 15px;
    text-align: center;
}
.theme-title-underline {
    width: 46px;
    height: 2px;
    background-color: #5185FF;
    margin: 0 auto;
}