* { -webkit-tap-highlight-color: transparent; outline: 0; margin: 0; padding: 0; vertical-align: baseline; }
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin: 0; padding: 0; vertical-align: baseline; }
img { border: 0 none; }
i, em { font-style: normal; }
ol, ul { list-style: none; }
input, select, button, h1, h2, h3, h4, h5, h6 { font-size: 100%; font-family: inherit; }
table { border-collapse: collapse; border-spacing: 0; }
a { text-decoration: none; color: #666; }
body { margin: 0 auto; min-width: 320px; max-width: 640px; height: 100%; font-size: 14px; font-family: -apple-system,Helvetica,sans-serif; line-height: 1.5; color: #666; -webkit-text-size-adjust: 100% !important; text-size-adjust: 100% !important; }
input[type="text"], textarea { -webkit-appearance: none; -moz-appearance: none; appearance: none; }

.container {
    padding: 0 10px;
}

.layui-form-label {
    text-align: left!important;
}

section .title-demo {
    text-align: center;
    padding: 24px 0;
}

section .title-demo p {
    font-size: 22px;
    color: #000;
    font-weight: bolder;
    position: relative;
}

section .title-demo span {
    font-size: 14px;
    margin: 10px 0;
    display: block;
    color: #666666;
}

section .title-demo p::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    background: #000;
    left: 27%;
    top: 49%;
}

section .title-demo p::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    background: #000;
    left: 64%;
    top: 49%;
}

section .container .sub-title-demo {
    text-align: center;
    position: relative;
}

section .container .sub-title-demo .title {
    font-size: 24px;
}

section .container .sub-title-demo .line1 {
    display: block;
    width: 40px;
    height: 1px;
    background: #0093dd;
    position: absolute;
    left: 50%;
    margin: 10px 0 6px -30px;
}

section .container .sub-title-demo .line2 {
    display: block;
    width: 40px;
    height: 1px;
    background: #000;
    position: absolute;
    left: 50%;
    margin: 18px 0 6px -10px;
}

section .container .sub-title-demo .sub-title {
    display: block;
    margin-top: 30px;
    font-size: 18px;
    font-weight: bolder;
    text-transform: uppercase;
    margin-bottom: 40px;
}

section .page-cate {
    height: 60px;
    border-bottom: 1px solid #ccc;
    background: #f5f5f5;
    margin-bottom: 30px;
}

section .page-cate a {
    font-size: 14px;
    text-decoration: none;
    margin: 0 8px;
    height: 61px;
    display: inline-block;
}

section .page-cate .cate-list {
    height: 60px;
    line-height: 60px;
    text-align: center;
}

section .page-cate .cate-list {
    font-size: 16px;
    margin-right: 10px;
}

section .page-cate .cate-list .active {
    border-bottom: 3px solid #0093dd;
    color: #0093dd;
}


/* 导航栏 */

.navbar {
    width: 100%;
    display: block;
}

.navbar .top {
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

#navbar {
    width: 100%;
    height: 100vh;
    text-align: left;
    font-size: 16px;
    color: #333;
    line-height: 50px;
    left: -100%;
    position: absolute;
    z-index: 10;
    transition: all 0.4s;
    background: #fff;
    top: 74px;
}

.navbar #navbar .close-icon {
    position: absolute;
    right: 20px;
    top: -55px;
}

.navbar .navbar-toggler {
    background: none;
    outline: none;
    border: 0;
}

.navbar #navbar .navbar-nav .nav-item .dropdown-menu {
    height: 0;
    transition: all 0.4s;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    ;
    justify-content: space-around;
    border: 0;
    font-size: 15px;
    background: #fff;
}

.navbar #navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item1 {
    color: #999;
    margin: 0 4px;
    border-bottom: 1px solid #efefef;
    padding-left: 90px;
}

.navbar #navbar .navbar-nav .nav-item {
    border-bottom: 1px solid #dddddd;
    position: relative;
}

.navbar #navbar .navbar-nav .nav-item .open {
    display: none;
}

.navbar #navbar .navbar-nav .nav-item .nav-link {
    color: #1a1a1a;
    font-size: 18px;
    margin-left: 60px;
}


/* service */

section .service {
    overflow: auto;
}

section .service .container .service-box {
    margin: 0 0 30px 0
}

section .service .container .service-box .row {
    margin: 0;
    position: relative;
}

section .service .container .service-box .service-item {
   /* padding-left: 0;
    display: flex;
    flex-direction: column;
    width: 49%;
    float: left;*/
}

section .service .container .service-box .service-item .row {
    max-height: 48%;
}

section .service .container .service-box .service-item .row:first-child {
    margin-bottom: 2%;
}

section .service .container .service-box .service-item .pic-txt {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

section .service .container .service-box .service-item .pic-txt p {
    font-size: 12px;
    color: #fff;
    font-weight: bolder;
}

section .service .container .service-box .service-item .pic-txt .line {
    display: block;
    width: 32px;
    height: 2px;
    background: #fff;
    margin-top: 4px;
}


/* 服务特点 */

section .trait .container .title-demo p::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    background: #000;
    left: 10%;
    top: 43%;
}

section .trait .container .title-demo p::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    background: #000;
    left: 82%;
    top: 43%;
}

section .trait .container .trait-list .trait-item {
    position: relative;
    box-shadow: 0 0 46px rgb(0 0 0 / 10%);
    margin-bottom: 30px;
}

section .trait .container .trait-list .trait-item .txt {
    padding: 0 10px 15px 80px;
    position: relative;
}

section .trait .container .trait-list .trait-item .txt img {
    position: absolute;
    left: 0px;
    top: 24px;
    transform: scale(0.6);
}

section .trait .container .trait-list .trait-item .txt .title {
    font-size: 18px;
    color: #333;
    padding-top: 30px;
    letter-spacing: 2px;
}

section .trait .container .trait-list .trait-item .txt .line {
    display: block;
    width: 100%;
    ;
    height: 1px;
    margin: 10px 0 10px 0;
    background: #b3b3b3;
}

section .trait .container .trait-list .trait-item .txt .content {
    font-size: 12x;
    color: #999;
    line-height: 20px;
    max-width: 480px;
    margin-bottom: 10px;
    color: #333;
    position: relative;
}


}
section .trait .container .trait-list .trait-item .pic-box {
    padding: 0;
    overflow: hidden;
}
section .trait .container .trait-list .trait-item .pic-box img {
    transition: all 0.4s;
}
section .trait .container .trait-list .trait-item .pic-box:hover img {
    transition: all .4s;
    transform: scale(1.08);
}

/* 我们的优势 */
section .adv {
    height: 589px;
    background: url(../images/fdv-bg.jpg)no-repeat center;
}
section .adv .container .title-demo .title p {
    color: #fff;
    text-shadow: 5px 0 8px #874702;
}
section .adv .container .title-demo .title span {
    color: #fff;
    text-shadow: 5px 0 8px #874702;
}
section .adv .container .title-demo p::before {
    background: #fff;
    box-shadow: 5px 0 8px #874702;
    left: 21%;
    top: 49%;
}
section .adv .container .title-demo p::after {
    background: #fff;
    box-shadow: 5px 0 8px #874702;
    left: 71%;
    top: 49%;
}
section .adv .container .numbox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}
section .adv .container .numbox .num-item {
    text-align: center;
    color: #fff;
    text-shadow: 5px 0 8px #874702;
    margin: 15px 0;
}
section .adv .container .numbox .num-item p {
    position: relative;
}
section .adv .container .numbox .num-item span:first-child {
    font-size: 32px;
}
section .adv .container .numbox .num-item span:last-child {
    font-size: 14px;
    display: block;
    ;
}

/* 公司介绍 */
section .company {
    background: url(../images/company-bg.jpg)no-repeat center;
    ;
    background-size: contain;
    background-position-x: 0;
    background-position-y: 382px;
}
section .company .container .row .picbox img {
    width: 100%;
}
section .company .container .row .picbox .title1 {
    font-size: 24px;
    padding-top: 10px;
}
section .company .container .row .picbox .title2 {
    font-size: 25px;
    padding-bottom: 14px;
    font-weight: bolder;
}
section .company .container .row .txt .title {
    font-size: 22px;
    color: #000;
    font-weight: bolder;
}
section .company .container .row .txt .content {
    font-size: 13px;
    color: #333;
    line-height: 32px;
    text-indent: 32px;
    margin-top: 8px;
    font-weight: 400;
}
section .company .container .row .phonebox {
    position: relative;
    margin: 16px 0 0 36px;
}
section .company .container .row .phonebox span {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.8);
    padding-left: 15px;
}
section .company .container .row .phonebox p {
    font-size: 26px;
    font-weight: 400;
    color: #0093dd;
    line-height: 25px;
	padding-left: 12px;
}
section .company .container .row .phonebox::before {
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    background: url(../images/phone-icon.png)no-repeat center;
    left: -41px;
    top: 2px;
    background-size: contain;
}

/* 品牌合作 */
section .brand {
    padding-bottom: 30px;
}
section .brand .container .brand-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 1400px;
    margin: 0 auto;
}
section .brand .container .brand-list .brand-item {
    width: 18%;
    border: 1px solid #efefef;
    text-align: center;
    overflow: hidden;
    margin: 4px 0;
    overflow: hidden;
}
section .brand .container .brand-list .brand-item img {
    width: 100%;
    transition: all 0.2s;
}
section .brand .container .brand-list .brand-item:hover img {
    transition: all 0.2s;
    transform: scale3d(0.9, 0.9, 1);
}

/* 发布货盘 */
section .applyform {
    height: 1000px;
    width: 100%;
    position: relative;
}
section .applyform .form-bg {
    width: 100%;
}
section .applyform .container {
    position: relative;
}
section .applyform .container .form-wrapper {
    width: 92%;
    background: #fff;
    box-shadow: 3px 0 20px rgb(0 0 0 / 10%);
    padding: 12px 2%;
    position: absolute;
    top: -60px;
}
section .applyform .container .form-wrapper .title-wrapper {
    border-bottom: 1px solid #f2f2f2;
}
section .applyform .container .form-wrapper .title {
    color: #555555;
    font-size: 26px;
    padding: 10px 0 8px 12px;
    display: block;
}
section .applyform .container .form-wrapper img {
    float: right;
    margin-right: 20px;
    display: block;
    margin-top: -35px;
}
section .applyform .container .form-wrapper .layui-input-block {
    margin-left: 80px;
    position: relative;
}
section .applyform .container .form-wrapper .layui-form-item {
    margin-top: 6px;
    margin-bottom: 6px;
}
section .applyform .container .form-wrapper .layui-form-label {
    padding: 12px 0;
    font-size: 14px;
}
section .applyform .container .form-wrapper .layui-form-select dl dd.layui-this {
    background-color: #0093dd
}
section .applyform .container .form-wrapper input::placeholder {
    font-size-adjust: 16px;
}
section .applyform .container .form-wrapper .form-box {
    padding-top: 20px;
}
section .applyform .container .form-wrapper .form-box .start-icon {
    position: absolute;
    right: -11px;
    bottom: 9px;
    z-index: 9;
}
section .applyform .container .form-wrapper .form-box .notriangle .layui-edge {
    display: none;
}
section .applyform .container .form-wrapper .form-box button {
    display: block;
    width: 180px;
    background: #0093dd;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    margin-top: 20px;
    color: #fff;
    border: 0;
}

/* 新闻中心 */
section .index-news .container .news-wrapper {
    padding-bottom: 30px;
}
section .index-news .container .news-wrapper .picbox {
    position: relative;
    padding: 0;
}
section .index-news .container .news-wrapper .picbox .news-item {
    position: absolute;
    bottom: 0;
}
section .index-news .container .news-wrapper .picbox img {
    width: 100%;
}
section .index-news .container .news-wrapper .textbox {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
section .index-news .container .news-wrapper .news-item {
    height: 90px;
    border: 1px solid #d9d9d9;
    user-select: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 10px 0;
}
section .index-news .container .news-wrapper .news-item .date {
    border-right: 1px solid #d9d9d9;
    text-align: center;
    width: 20%;
}
section .index-news .container .news-wrapper .news-item .date p {
    font-weight: bolder;
    font-size: 24px;
    color: #595050;
    padding: 24px 0 5px 0;
}
section .index-news .container .news-wrapper .news-item .date span {
    font-weight: bolder;
    font-size: 14px;
    color: #595050;
}
section .index-news .container .news-wrapper .news-item .content {
    width: 78%;
}
section .index-news .container .news-wrapper .news-item .content .title {
    font-size: 16px;
    color: #595050;
    font-weight: bolder;
    margin: 12px 0 10px 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
section .index-news .container .news-wrapper .news-item .content .news-con {
    font-size: 12px;
    color: #666;
    padding-left: 20px;
    line-height: 22px;
    max-height: 47px;
    overflow: hidden;
}
section .index-news .container .news-wrapper .news-item:hover .date p {
    color: #0093dd;
}
section .index-news .container .news-wrapper .news-item:hover .date span {
    color: #0093dd;
}
section .index-news .container .news-wrapper .news-item:hover .content .title {
    color: #0093dd;
}

/* 新闻详情 */
section .newsview-wrapper .container .content-wrapper .line {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ccc;
    margin: 30px 0;
}
section .newsview-wrapper .container .content-wrapper .nextprev {
    font-size: 14px;
    display: block;
    margin: 10px 0;
    color: #666;
    text-decoration: none;
}
section .newsview-wrapper .container .content-wrapper .content p {
    font-size: 14px;
    color: #4c4c4c;
    line-height: 24px;
    text-indent: 32px;
    margin: 12px 0;
}
section .newsview-wrapper .container .content-wrapper .content img {
    width: 100%;
}

/* 底部 */
footer {
    background:#484848;
    text-align: center;
}
footer .btn-logo {
    display: block;
    margin: 0 auto 30px;
    padding-top: 30px;
}
footer p {
    color: #fff;
    font-size: 26px;
    margin-bottom: 10px;
}
footer .info span {
    font-size: 14px;
    color: #fff;
    display: block;
    margin: 4px 0;
    line-height: 26px;
}
footer .info .info-box {
    font-size: 14px;
}
footer .info .info-box a {
    font-size: 14px;
    color: #fff;
    display: block;
}
footer .code-box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}
footer .code-box .box {
    max-width: 40%;
    margin: 0 10px 30px 10px;
}
footer .code-box .box img {
    width: 100%;
}
footer .code-box .box span {
    font-size: 16px;
    color: #fff;
    display: block;
    margin-top: 20px;
}
footer .container {
    padding-bottom: 50px;
}

section .news-center .container .news-list .news-item {
    box-shadow: 4px 0 10px rgba(0, 0, 0, 0.15);
    margin: 0 0 50px 0;
}
section .news-center .container .news-list .news-item .date-box {
    position: relative;
}
section .news-center .container .news-list .news-item .date-box .date {
    position: absolute;
    width: 80px;
    height: 100px;
    top: 0;
    left: 0;
    background: #666;
    text-align: center;
}
section .news-center .container .news-list .news-item .date-box .date p {
    font-size: 32px;
    color: #fff;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 4px;
}
section .news-center .container .news-list .news-item .date-box .date span {
    font-size: 14px;
    color: #fff;
    text-align: center;
}
section .news-center .container .news-list .news-item .content-box {
    padding-bottom: 30px;
}
section .news-center .container .news-list .news-item .content-box .title {
    font-size: 16px;
    padding: 16px 10px 1px 91px;
    color: #0093dd;
    height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
section .news-center .container .news-list .news-item .content-box .sub-title {
    font-size: 12px;
    color: #808080;
    line-height: 20px;
    padding: 2px 10px 10px 90px;
    overflow: hidden;
    height: 82px;
    display: block;
}
section .news-center .container .news-list .news-item .content-box .btn {
    display: block;
    width: 140px;
    height: 34px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 34px;
    background: #0093dd;
    margin: 0 0 0px 90px;
}
section .news-center .container .news-list .news-item .pic-box img {
    width: 100%;
}

/* 解决方案 */
section .solve-wrapper .container {
    padding-top: 30px;
}
section .solve-wrapper .container .title-demo p::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    background: #000;
    left: 35%;
    top: 43%;
}
section .solve-wrapper .container .title-demo p::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    background: #000;
    left: 63%;
    top: 43%;
}
section .solve-wrapper .container .solve-list .solve-item {
    position: relative;
    box-shadow: 0 0 46px rgb(0 0 0 / 10%);
    margin-bottom: 30px;
    overflow: hidden;
}
section .solve-wrapper .container .solve-list .solve-item .txt {
    padding: 0 20px;
}
section .solve-wrapper .container .solve-list .solve-item .txt img {
    position: absolute;
    left: 75px;
    top: 100px;
}
section .solve-wrapper .container .solve-list .solve-item .txt .title {
    font-size: 22px;
    color: #1a1a1a;
    padding-top: 30px;
    letter-spacing: 2px;
}
section .solve-wrapper .container .solve-list .solve-item .txt .line {
    display: block;
    width: 60px;
    ;
    height: 4px;
    margin: 10px 0 20px 0;
    background: #0093dd;
}
section .solve-wrapper .container .solve-list .solve-item .txt .content {
    font-size: 14px;
    color: #666;
    line-height: 22px;
    max-width: 480px;
    margin-bottom: 10px;
    color: #666;
    position: relative;
}
section .solve-wrapper .container .solve-list .solve-item .txt .content::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 11px;

    left: -22px;
    top: 10px;
}
section .solve-wrapper .container .solve-list .solve-item .pic-box {
    padding: 0;
    overflow: hidden;
}
section .solve-wrapper .container .solve-list .solve-item .pic-box img {
    transition: all 0.4s;
}
section .solve-wrapper .container .solve-list .solve-item .pic-box:hover img {
    transition: all .4s;
    transform: scale(1.08);
}

/* 服务项目 */
section .pro-wrapper .container .left-side {
    margin: 20px 0;
}
section .pro-wrapper .container .pro-cate {
    width: 100%;
}
section .pro-wrapper .container .pro-cate .title-box {
    height: 80px;
    background: #0093dd;
    line-height: 80px;
}
section .pro-wrapper .container .pro-cate .title-box .title {
    font-size: 37px;
    color: #fff;
    text-align: center;
    font-weight: bolder;
    letter-spacing: 2px;
}
section .pro-wrapper .container .pro-cate .list-box ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
section .pro-wrapper .container .pro-cate .list-box ul li {
    max-width: 32%;
    width: 32%;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ccc;
    margin: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
section .pro-wrapper .container .pro-cate .list-box ul li:hover {
    background: #0093dd;
    transition: all 0.2s;
}
section .pro-wrapper .container .pro-cate .list-box ul li a {
    color: #333;
    font-size: 12px;
    text-decoration: none;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
section .pro-wrapper .container .pro-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    padding-bottom: 30px;
}
section .pro-wrapper .container .pro-list .pro-item {
    max-width: 49%;
    ;
    margin-bottom: 10px;
    background: #e6e6e6;
    text-align: center;
    text-decoration: none;
    transition: all 0.4s;
    overflow: hidden;
    margin-right: 1%;
    min-width: 49%;
}
section .pro-wrapper .container .pro-list .pro-item:hover {
    background: #0093dd;
}
section .pro-wrapper .container .pro-list .pro-item:hover p {
    color: #fff;
}
section .pro-wrapper .container .pro-list .pro-item img {
    width: 100%;
    transition: all 0.4s;
    max-height: 140px;
    min-height: 140px;
}
section .pro-wrapper .container .pro-list .pro-item:hover img {
    transition: all 0.4s;
    transform: scale(1.02);
}
section .pro-wrapper .container .pro-list .pro-item p {
    font-size: 14px;
    color: #021e15;
    margin-top: 6px;
    padding: 6px;
}

/* 物流项目详情 */
section .pro-wrapper .content-wrapper {
    background: #f5f5f5;
    padding: 20px 20px 30px 20px;
    margin-bottom: 30px;
}
section .pro-wrapper .content-wrapper .line {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ccc;
    margin: 30px 0;
}
section .pro-wrapper .content-wrapper .nextprev {
    font-size: 14px;
    display: block;
    margin: 10px 0;
    color: #666;
    text-decoration: none;
}

/* 关于荣丰 */
section .aboutus .container .company-content {
    font-size: 14px;
    color: #333;
    line-height: 28px;
    margin: 0 auto;
}
section .aboutus .container .swiper-pagination-bullet-active {
    background: #0093dd;
}
section .aboutus .container .company-picbox {
    margin: 30px 0;
}
section .aboutus .strength {
	height:auto;
    padding-top: 20px;
}
section .aboutus .strength .strength-list {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto;
}
section .aboutus .strength .strength-list .strength-item {
    margin-bottom: 20px;
    max-width: 48%
}
;
section .features .container .feat-list {
    padding-bottom: 60px;
}
section .features .container .feat-list .feat-item {
    text-align: left;
    clear: both;
    overflow: auto;
    margin: 20px 0;
}
section .features .container .feat-list .feat-item .txt {
    max-width: 70%;
    float: left;
    margin-left: 18px;
}
section .features .container .feat-list .feat-item img {
    float: left;
    max-width: 80px;
}
section .features .container .feat-list .feat-item p {
    font-size: 20px;
    color: #0093dd;
    margin: 10px 0 0 0;
}
section .features .container .feat-list .feat-item i {
    display: block;
    width: 20px;
    height: 1px;
    background-color: #0093dd;
    margin: 10px 0;
}
section .features .container .feat-list .feat-item span {
    font-size: 12px;
    color: #4c4c4c;
    line-height: 22px;
}
section .features .container .sub-title-demo {
    margin: 50px 0 40px 0;
}

/* 联系我们 */
section .contactus .contact-info {
    box-shadow: 0 0 8px rgb(42 42 42 / 15%);
    overflow: overlay;
    margin-bottom: 30px;
}
section .contactus .container .picbox img {
    width: 100%;
}
section .contactus .contact-info .info-list .info-item {
    border-bottom: 1px dashed #e8e8e8;
    padding: 20px 10px 20px 10px;
}
section .contactus .contact-info .info-list .info-item:last-child {
    border: 0;
}
section .contactus .contact-info .info-list .info-item p {
    /*font-size: 16px;
    color: #0093dd;*/
}
section .contactus .contact-info .info-list .info-item .sub-title {
    font-size: 12px;
    color: #4c4c4c;
    margin-bottom: 8px;
}
section .contactus .contact-info .info-list .info-item span {
    font-size: 12px;
    color: #666;
    display: block;
}
section .contactus .container #map {
    height: 350px;
    margin-bottom: 30px;
}

/* 在线留言 */
section .contactus .container .mes-form {
    background: #fff;
    box-shadow: 3px 0 20px rgb(0 0 0 / 10%);
    margin-bottom: 30px;
    padding: 30px 10px;
}
section .contactus .container .mes-form .title-wrapper {
    border-bottom: 1px solid #f2f2f2;
}
section .contactus .container .mes-form .title {
    color: #555555;
    font-size: 26px;
    padding: 10px 0 8px 0;
    display: block;
}
section .contactus .container .mes-form img {
    float: right;
    margin-right: 20px;
    display: block;
    margin-top: -35px;
}
section .contactus .container .mes-form .layui-input-block {
    margin-left: 80px;
    position: relative;
}
section .contactus .container .mes-form .layui-form-item {
    margin-top: 6px;
    margin-bottom: 6px;
}
section .contactus .container .mes-form .layui-form-label {
    padding: 12px 0;
    font-size: 14px;
}
section .contactus .container .mes-form .layui-form-select dl dd.layui-this {
    background-color: #0093dd
}
section .contactus .container .mes-form input::placeholder {
    font-size-adjust: 16px;
}
section .contactus .container .mes-form .form-box {
    padding-top: 20px;
}
section .contactus .container .mes-form .form-box .start-icon {
    position: absolute;
    right: -11px;
    bottom: 9px;
    z-index: 9;
}
section .contactus .container .mes-form .form-box .notriangle .layui-edge {
    display: none;
}
section .contactus .container .mes-form .form-box button {
    display: block;
    width: 180px;
    background: #0093dd;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    height: 50px;
    margin-top: 20px;
    color: #fff;
    border: 0;
}

/* tabbar样式 */
.tabbar {
    width: 100%;
    height: 50px;
    border-top: 1px solid #bcbcbc;
    position: fixed;
    bottom: 0;
    display: flex;
    justify-content: center;
    z-index: 7;
    background: #fff;
}
.tabbar .tap-item {
    flex-grow: 1;
    background: #fff;
    line-height: 2;
    position: relative;
}
.tabbar .tap-item .title {
    color: #333;
    text-align: center;
}
.tabbar .active .title {
    color: #007cd8;
}
.tabbar .tap-item .wrapper {
    position: relative;
}
.tabbar .tap-item .wrapper .icon-bg {
    width: 120px;
    height: 46px;
    position: absolute;
    border-radius: 30px;
    background: #deba86;
    left: 10px;
    top: 6px
}
.tabbar .tap-item .wrapper .wrapper-content {
    text-align: center;
    width: 90px;
    margin: 0 auto;
    position: relative;
    overflow: auto;
    padding-top: 8px;
}
.tabbar .tap-item .wrapper .wrapper-content .consult {
    color: #fff;
}
.tabbar .tap-item .wrapper .wrapper-content .bar-nochose {
    margin: 0 auto 0;
    width: 14px;
    display: block;
}
.tabbar .tap-item .wrapper .wrapper-content .bar-chose {
    display: none;
    margin: 0 auto 0;
    width: 14px;
}
.tabbar .active .wrapper .wrapper-content .bar-chose {
    display: block;
    margin: 0 auto 0;
    width: 14px;
}
.tabbar .active .wrapper .wrapper-content .bar-nochose {
    display: none;
    margin: 0 auto 0;
    width: 14px;
}
.tabbar .line {
    display: block;
    width: 1px;
    background-color: #efefef;
    height: 30px;
    margin-top: 10px;
}

.font12 {
    font-size: 14px
}

.highmsg {
    color: red
}

.rigbg {
    color: #bb3f2b;
    font-weight: 700
}

.none {
    display: none
}

.look {
    padding: 20px
}

.look ul li {
    list-style: none;
    line-height: 30px
}

.charsLeft,
.charsLeft1,
.charsLeft3,
.charsLeft2,
.charsLeftone,
.charsLeftone2 {
    color: red
}

.rule {
    border: #ccc solid 1px;
    height: 30px;
    width: 90pt
}

.ruleadd {
    height: 30px;
    margin-bottom: 3px
}

.sl-left10 {
    margin-left: 5px
}

.thopen {
    width: 130px
}

.wh50 {
    width: 70px
}

.wh40,
.wh50 {
    height: 30px;
    border: #ccc solid 1px
}

.wh40 {
    width: 40px
}

.wh30 {
    width: 30px;
    height: 30px;
    border: #ccc solid 1px;
    text-align: center
}

.rule-top {
    line-height: 25px;
    color: #666
}

.sl-indextop7 {
    margin-top: 4px
}

.sl-indextop10 {
    margin-top: 10px
}

.sl-font14 {
    font-size: 14px
}

.sl-line-height25 {
    line-height: 25px
}

.sl-date {
    height: 30px;
    width: 200px
}

.top10 {
    margin-top: 10px
}

.top20 {
    margin-top: 20px
}

.top30 {
    margin-top: 30px
}

.top40 {
    margin-top: 40px
}

.file {
    position: relative;
    display: inline-block;
    background: #d0eeff;
    border: 1px solid #99d3f5;
    border-radius: 4px;
    padding: 4px 9pt;
    overflow: hidden;
    color: #1e88c7;
    text-decoration: none;
    text-indent: 0;
    line-height: 25px
}

.file input {
    position: absolute;
    font-size: 75pt;
    right: 10;
    top: 0;
    opacity: 0
}

.file:hover {
    background: #aadffd;
    border-color: #78c3f3;
    color: #004974;
    text-decoration: none
}

.list_order {
    width: 50px;
    border: #fc6 solid 1px
}

.bgccc {
    color: #999
}

.bgc {
    color: #666
}

.input_last {
    line-height: 35px;
    margin-left: 10px
}

.maintop {
    width: 100%;
    padding-bottom: 10px
}

.admin_sea {
    height: 30px
}

.lbl {
    line-height: 30px
}


.first_checkbox li {
    float: none;
    border-bottom: 1px dotted #ccc;
    overflow: auto;
    font-size: 1pc
}

.first_checkbox li:last-child {
    border-bottom: 0
}

.first_checkbox li input {
    position: relative;
    top: 8px;
    margin-left: 3px;
    margin-right: 5px
}

.first_checkbox li span {
    margin-right: 25px
}

.first_checkbox li .two_checkbox {
    margin-left: 30px;
    margin-bottom: 10px
}

#w {
    width: 750px;
    margin: 0 auto;
    padding-top: 30px
}

#content,
#w {
    display: block
}

#content {
    width: 100%;
    background: #fff;
    padding: 25px 20px;
    padding-bottom: 35px;
    box-shadow: rgba(0, 0, 0, .1) 0 1px 2px 0
}

.flatbtn-blu {
    box-sizing: border-box;
    display: inline-block;
    outline: 0;
    border: 0;
    color: #edf4f9;
    text-decoration: none;
    background-color: #4f94cf;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    font-size: 1.3em;
    font-weight: 700;
    padding: 9pt 26px;
    line-height: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .3);
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2)
}

.flatbtn-blu:hover {
    color: #fff;
    background-color: #519dde
}

.flatbtn-blu:active {
    box-shadow: inset 0 1px 5px rgba(0, 0, 0, .1)
}

#lean_overlay {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    display: none
}

#loginmodal {
    width: 300px;
    padding: 15px 20px;
    background: #f3f6fa;
    border-radius: 6px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .5)
}

#loginform label {
    display: block;
    font-size: 1.1em;
    font-weight: 700;
    color: #7c8291;
    margin-bottom: 3px
}

.txtfield {
    display: block;
    width: 100%;
    padding: 6px 5px;
    margin-bottom: 15px;
    font-family: Helvetica Neue, Helvetica, Verdana, sans-serif;
    color: #7988a3;
    font-size: 1.4em;
    text-shadow: 1px 1px 0 hsla(0, 0%, 100%, .8);
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#edf3f9), to(#fff));
    background-image: -webkit-linear-gradient(top, #edf3f9, #fff);
    background-image: linear-gradient(top, #edf3f9, #fff);
    border: 1px solid;
    border-color: #abbce8 #c3cae0 #b9c8ef;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .25), 0 1px hsla(0, 0%, 100%, .4);
    -webkit-transition: all .25s linear;
    transition: all .25s linear
}

.txtfield:focus {
    outline: 0;
    color: #525864;
    border-color: #84c0ee;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .15), 0 0 7px #96c7ec
}

.excel_file {
    width: 9pc;
    height: 41px;
    cursor: pointer;
    font-size: 30px;
    outline: medium 0;
    position: absolute
}
    margin: 0 auto;
    padding: 15px;
    width: 750px;
    font-family: microsoft yahei
}

.cf:after,
.cf:before {
    display: table;
    content: "";
    line-height: 0
}

.cf:after {
    clear: both
}

.cf {
    *zoom: 1
}

.upload-area {
    position: relative;
    float: left;
    margin-right: 30px;
    width: 200px;
    height: 200px;
    background-color: #f5f5f5;
    border: 2px solid #e1e1e1
}

.upload-area .file-tips {
    position: absolute;
    top: 90px;
    left: 0;
    padding: 0 15px;
    width: 170px;
    line-height: 1.4;
    font-size: 9pt;
    color: #a8a8a3;
    text-align: center
}

.userup-icon {
    display: inline-block;
    margin-right: 3px;
    width: 1pc;
    height: 1pc;
    vertical-align: -2px;
    background: url(__ROOT__/public/img/userup_icon.png) no-repeat
}

.uploadify-button {
    line-height: 90pt!important;
    text-align: center
}

.preview-area {
    float: left
}

.tcrop {
    clear: right;
    font-size: 14px;
    font-weight: 700
}

.update-pic .crop {
    background: url(__ROOT__/public/img/headicon.png) no-repeat scroll center center #eee;
    float: left;
    margin-bottom: 20px;
    margin-top: 10px;
    overflow: hidden
}

.crop100 {
    height: 75pt;
    width: 75pt
}

.crop60 {
    height: 60px;
    margin-left: 20px;
    width: 60px
}

.update-pic .save-pic {
    clear: left;
    margin-right: 20px
}

.update-pic .uppic-btn {
    background-color: #348fd4;
    color: #fff;
    display: block;
    float: left;
    font-size: 1pc;
    height: 30px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    width: 89px
}

.preview {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    width: 200px;
    height: 200px;
    overflow: hidden;
    background: #fff;
    display: none
}

#news_titleshort {
    margin-left: 15px
}

@media screen and (max-width:767px) {
    .all-btn {
        margin-left: 9pt
    }
    .header-nav {
        margin-top: 45px
    }
    .btn-xs,
    .margintop5 {
        margin-top: 5px
    }
    .btm-input {
        margin-top: 0
    }
    .btn-sespan {
        padding-top: 5px
    }
    .infobox {
        width: 100%
    }
    #news_titleshort {
        margin-left: 0;
        margin-top: 10px
    }
    .collapse_btn {
        display: block;
        visibility: inherit
    }
    .collapse_btn ul li {
        float: left;
        margin: 5px 10px
    }
}

a.maintain {
    border: 1px solid #FFF;
}

.news_order {
    width: 30px;
    text-align: center;
    margin: 0 3px;
}

.r-20 {
    margin-right: -20px;
}

a.newsorder:hover {
    text-decoration: none;
}

.modal {
    overflow: scroll
}

@media (min-width:768px) {
    .modal-dialog {
        width: 720px;
        margin-top: 90px;
    }
    .ace-file-input {
        width: 50%
    }
}

@media (max-width:767px) {
    .ace-file-input {
        width: 83.333%
    }
}

input[type=checkbox].ace.ace-switch.ace-switch-4+.lbl::before {
    text-indent: -32px;
}
@media (min-width:321px) and (max-width: 414px) {}
@media (min-width: 640px) {}
#tool {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 900;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	display:none;
}
#tool2 {
	height:50px;
	display:none;
}
@media (max-width:768px) {
#tool {
	display:block;
}
#tool2 {
	display:block;
}
} 
ul.toollist {
    position: fixed;
    z-index: 900;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    height: 48px;
}
.toollist {
    background:#0093dd;
}

.toollist li {
    border-right: 1px solid rgba(255, 255, 255, 0.7);
}
.toollist li {
    float: left;
    width: auto;
    height: 100%;
    width: 25%;
    position: static !important;
    margin: 0;
    border-radius: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    box-flex: 1;
    -webkit-box-sizing: border-box;
    box-shadow: none !important;
    background: none;
}
li {
    list-style: none outside none;
}

.toollist li a {
    color: #fff;
}
.toollist li a {
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    display: block;
    text-decoration: none;
    padding-top: 2px;
    position: relative;
}

.toollist li a img {
    width: 24px;
    height: 24px;
}

.toollist li a p {
    margin: 1px 0 1px 0;
    font-size: 14px;
    display: block !important;
    line-height: 18px;
    text-align: center;
}
.brand-type {
	display: block;
	text-align: center;
	margin-bottom: 3.6%;
}
.brand-type li {
	display: inline-block;
	width: 47%;
	height: 38px;
	margin: 0 1%;
	text-align: center;
	line-height: 38px;
	border-radius: 5px;
	font-size: 14px;
	color: #8d8d8d;
	background-color: #f2f2f2;
	cursor: pointer;
	margin-bottom:10px;
}
.brand-type li a {
	color: #555;
	display: block;
}
.brand-type li.active {
	color: #fff;
	background-color: #0093dd;
}
.brand-type li.active a {
	color: #fff;
}
.banner{ width:100%; /*min-width:1200px; height:400px;*/ overflow:hidden; position:relative;font-size:0; margin:0 auto;}
.b-img{ height:188px;*/  /*position:absolute; left:0; top:0;}
.b-img img{ display:block; /*height:400px;*/ float:left;}
.b-list{ height:20px; /*padding-top:380px;*/ margin:0 auto;position:relative;z-index:1;}
.b-list span{ display:block;cursor:pointer; width:10px; height:10px; border-radius:50%; background:#fff; float:left; margin:0 5px; _margin:0 3px;}
.b-list .spcss{ background:#1974bc}
.fanye {margin: 15px 0;width: 100%;line-height: 34px;text-align: center;color: #fff;}
.fanye a {color: #fff;padding: 0 11px;margin: 0 5px;font-weight: bold;background:#939393;margin-top:10px;}
.fanye a.fcur {background:#0093dd;box-shadow: 0px 0px 9px #999;}
.fanye * {display: inline-block;_display: inline;vertical-align: middle;line-height: 28px;/*height: 28px;*/padding-bottom: 1px;}
.fanye a:hover {display: inline-block;color: #fff;background: #0093dd;box-shadow: 0px 0px 9px #999;}
