.default-wrap {
    width: 1200px;
    margin: 0 auto;
    font-size: 14px;
}

.cursor-pointer {
    cursor: pointer;
}

/* 顶部 */
.header-view {
    background-color: #fff;
}

.header-view .top-nav {
    height: 40px;
    line-height: 40px;
    background: #F0F0F0;
    color: #666666;
}

.header-view .top-nav .default-wrap {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}


.header-view .content-view {
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    padding: 4px 0;
}

.header-view .content-view .content-logo {
    width: 800px;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

.header-view .content-view .logo-image {
    width: 380px;
}

.header-view .content-view .logo-xin {
    width: 310px;
    margin-top: 10px;
}

.header-view .search-view {
    width: 170px;
    height: 34px;
    background: #F1F1F1;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-content: center;
}

.header-view .search-view .search-box {
    width: 150px;
    height: 34px;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}

.header-view .search-view .search-box .search-icon {
    width: 20px;
    height: 20px;
}

.header-view .search-view .search-box .search-input {
    width: 120px;
    height: 34px;
    border: none;
    background: none;
    margin-left: 10px;
    color: #999999;
}

.header-view .nav-view {
    height: 50px;
    background: #63C33E;
}

.header-view .nav-view .default-wrap {
    display: flex;
    align-content: center;
    align-items: center;
}

.header-view .nav-view .default-wrap .nav {
    display: flex;
}

.header-view .nav-view .default-wrap .nav .nav-item {
    width: 160px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.header-view .nav-view .default-wrap .nav .nav-item a {
    color: #fff;
    display: block;
    width: 160px;
    height: 50px;
}

.header-view .nav-view .default-wrap .nav .nav-item.active {
    background: #42A41B;
}

.slide-banner-box {

}

.slide-banner-box .slide-banner {
    width: 100%;
    height: 400px;
}

.slide-banner-box .slide-banner img {
    width: 100%;
    height: 400px;
}

.main-view .right-tools {
    position: fixed;
    right: 120px;
    bottom: 100px;
}

.main-view .right-tools .right-tools-view {
    width: 75px;
    height: 125px;
    background: #fff;
    border-radius: 75px;
}

.main-view .right-tools .right-tools-view .icon {
    font-size: 22px;
    color: #333;
}

.main-view .right-tools .right-tools-view .chat-view {
    width: 100%;
    background: #fff;
    padding-top: 16px;
    padding-bottom: 8px;
    border-radius: 75px 75px 0 0;
}

.main-view .right-tools .right-tools-view .cellphone-view {
    width: 100%;
    background: #fff;
}

.main-view .right-tools .right-tools-view .up-view {
    width: 100%;
    color: #fff;
    background: #42A41B;
    padding-top: 8px;
    padding-bottom: 16px;
    border-radius: 0 0 75px 75px;
}

.main-view .right-tools .right-tools-view .up-view .icon {
    color: #fff;
}


.footer-box {
    background: #63C33E;
    padding: 40px 0;
    text-align: center;
    color: #fff;
}

.footer-box .footer-li {
    height: 26px;
}

.footer-box .footer-li a {
    color: #fff;
}


.float_right {
    width: 100px;
    z-index: 12456;
    overflow: hidden;
    position: fixed;
    top: 0px;
    float: right;
    right: 110px;
    background: #fff;
    margin-top: 150px;
    border: 1px solid #f2f2f2;
}

.float_right .kjtd {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #ffa200;
}

.float_right .kj_div {
    width: 100%;
    display: block;
    height: 100px;
    float: left;
    margin-top: 2px;
    cursor: pointer;
}

.float_right .a1 {
    background: #6da9de url(../../images/icons/r_qq.gif) 17px 14px no-repeat;
}

.float_right .a2 {
    background: #ff9994 url(../../images/icons/r_tel.png) 17px 14px no-repeat;
}

.float_right .a2:hover {
    background: #f78984 url(../../images/icons/r_tel.png) 17px 14px no-repeat;
}

.float_right .a3 {
    background: #fbb01f url(../../images/icons/r_phone.png) 17px 14px no-repeat;
}

.float_right .a3:hover {
    background: #ff811b url(../../images/icons/r_phone.png) 17px 14px no-repeat !important;
}

.float_right .a4 {
    width: 100%;
    display: block;
    height: 100px;
    float: left;
    margin-top: 2px;
}

.float_right .show_div {
    margin-left: -240px;
    position: fixed;
}

.float_right .sdp {
    background: #6da9de;
    width: 220px;
    overflow: hidden;
    padding: 10px;
    display: none;
}
.float_right .sdp .sdp-item{
    width: 200px;
}
.float_right .sdp .sdp-item .select {
    width: 200px;
    height: 36px;
    line-height: 36px;
    margin-top: 10px;
}

.float_right .sdp .sdp-item .input-text {
    height: 36px;
    line-height: 36px;
    margin-top: 10px;
    border: 1px solid #f2f2f2;
}
.float_right .sdp .span-code {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    margin-top: 10px;
}

.float_right .sdp .sdp-item .input-code {
    width: 110px;
    height: 36px;
    border: 1px solid #f2f2f2;
}

.float_right .sdp .sdp-item .span-btn {
    width: 70px;
    height: 36px;
    font-size: 14px;
    line-height: 36px;
    padding: 0 5px;
    background-color: #ddedfd;
    text-align: center;
}

.float_right .sdp .sdp-item .sdp-btn {
    width: 100px;
    height: 30px;
    line-height: 30px;
    background-color: #ddedfd;
    border-radius: 5px;
    text-align: center;
    margin: 10px 0 0 50px;
}

.float_right .tel {
    width: 205px;
    line-height: 35px;
    background-color: #ff8882;
    text-align: center;
    display: none;
    padding: 5px;
}

.float_right .tel .btnS {
    width: 120px;
    height: 30px;
    border-radius: 5px;
    border: 1px solid #ff9994;
    background-color: #fcdadc;
    margin-bottom: 10px;
    font-size: 14px;
    cursor: pointer;
}

.float_right .tel .words {
    padding: 6px 3px;
    border-top: 1px dashed #eee;
    line-height: 20px;
    font-size: 15px;
    color: #fff;
}

.float_right .kfdh {
    background-color: #ff811b;
    width: 205px;
    padding: 5px;
    line-height: 35px;
    color: #FFF;
    font-size: 14px;
    text-align: left;
    display: none;
}


.float_left {
    width: 200px;
    overflow: hidden;
    float: left;
    position: fixed;
    top: 90px;
    left: 110px;
    z-index: 123456;
    background: #fff;
    border: 1px solid #f2f2f2;
    padding: 10px;
}

.float_left img {
    width: 100%;
}

.float_left li {
    width: 188px;
    overflow: hidden;
    border: 1px solid #fff;
    padding: 5px;
    background: #FFEDDB;
    cursor: pointer;
}

.float_left li .shop-name {
    text-align: center;
    font-size: 16px;
    background: #00B83F;
    color: #fff;
}

.float_left li .slide-banner-box {
    display: none;
    overflow: hidden;
    background: url(/images/jt.png) 85px 0px no-repeat;
}

.float_left li .slide-banner-box .mobile {
    display: block;
    width: 100%;
    line-height: 20px;
}

.float_left li .slide-banner-box .address {
    margin-top: 6px;
}

.float_left li .hov {
    display: block;
}

.float_left li:hover .slide-banner-box {
    border: 1px solid #00B83F !important;
}

.float_left li img {
    width: 100%;
    margin-top: px;
}

.float_left li font {
    font-size: 13px;
    color: #000;
    overflow: hidden;
    width: 100%;
}

.float_left .title-box {
    padding: 20px 10px;
    text-align: center;
    background: #00B83F;
}

.float_left .title-box .font-title {
    font-size: 20px;
    color: #F6FF00;
}

.float_left .title-box .font-tips {
    font-size: 14px;
    color: #FF0C0C;
    margin-top: 10px;
}

.float_left .footer-title-box {
    padding: 20px 10px;
    text-align: center;
    background: #00B83F;
    color: #fff;
    font-size: 18px;
}

.float_left .footer-title-box .font-tips b {
    color: #FF0C0C;
}


.breadcrumb-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.breadcrumb-box .breadcrumb-title {
    font-size: 16px;
    color: #999;
}

.breadcrumb-box .breadcrumb-link {
    font-size: 16px;
    color: #999;
}

.breadcrumb-box .breadcrumb-icon-right {
    font-size: 16px;
    color: #999;
}

.breadcrumb-box .breadcrumb-link.active {
    color: #D71D1F;
}