* {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
}

html {
    width: 100%;
    min-height: 100%;
}

body {
    width: 100%;
    margin: 0 auto !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #f1f1f1;
    position: relative;
}

.container {
    min-width: 320px;
    max-width: 720px;
    margin: 0 auto;
}

.wrap {
    padding: 0 15px;
}

.clear {
    clear: left;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

i {
    font-style: initial;
}

header {
    background-color: #fff;
}

header .tips {
    height: 25px;
    background-color: #eaeaea;
    line-height: 25px;
}

header .tips .fl a {
    color: #909090;
}

header .tips .fr img {
    height: 14px;
}

header .logoinfo {
    height: 125px;
    padding: 30px 0;
}

header .logoinfo .thumbnail {
    float: left;
}

header .logoinfo .thumbnail img {
    width: 160px;
    height: 60px;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    object-fit: scale-down;
    padding: 5px;
}

header .logoinfo .info {
    overflow: hidden;
    margin-bottom: 10px;
    margin-left: 180px;
}

header .logoinfo .info h1 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

header .topmenu .wrapper {
    position: relative;
    height: 50px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    border-top: 1px solid #f7f7f7;
}

header .topmenu .wrapper .scroller {
    position: absolute;
}

header .topmenu .wrapper .scroller li {
    color: #333;
    float: left;
    line-height: 50px;
    text-align: center;
}

header .topmenu .wrapper .scroller li a {
    color: #333;
    display: block;
    margin: 0 10px;
    font-size: 15px;
    transition: all 0.3s linear;
}

header .topmenu .wrapper .scroller li.cur a {
    font-size: 18px;
    color: #fe0000;
}

footer {
    background-image: url(images/bottombg.jpg);
    background-size: auto 100%;
    background-repeat: no-repeat;
}

footer .box {
    padding: 25px 0;
}

footer .box .logo {
    text-align: center;
}

footer .box .logo img {
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    background-color: #fff;
    width: 160px;
    height: 60px;
    object-fit: scale-down;
    padding: 5px;
}

footer .box .menu {
    margin-top: 20px;
}

footer .box .menu ul li {
    float: left;
    width: 33.333333%;
    text-align: center;
    line-height: 25px;
}

footer .box .menu ul li a {
    color: #f2f2f2;
}

footer .tips {
    text-align: center;
}

footer .tips,
footer .tips a {
    height: 25px;
    color: #727272;
    background-color: #333333;
    line-height: 25px;
}

.index-section {
    margin: 15px 0;
}

.index-section .body {
    background-color: #fff;
    border-radius: 2px;
}

.index-section .title-box {
    padding: 15px;
    border-bottom: 1px solid #e6e6e6;
}

.index-section .title-box .title {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}

.index-section .title-box .meta span {
    margin-right: 5px;
}

.index-section .title-box .meta .verified {
    font-size: 14px;
    color: #7cce21;
}

.index-section .title-box .meta .verify {
    font-size: 14px;
    color: #fe0000;
}

.index-section .title-box .meta .hits {
    font-size: 14px;
}

.index-section .title-box .meta .hits i {
    color: #fe0000;
    margin-right: 3px;
}

.index-section .title-box .meta .hits img {
    height: 13px;
    margin-top: -4px;
}

.index-section .content-box {
    padding: 15px;
}

.index-section .content-box .desc {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
}

.index-section .content-box .desc ul li {
    float: left;
    width: 50%;
    line-height: 25px;
    color: #a7a7a7;
    font-size: 12px;
}

.index-section .content-box .content .title {
    font-size: 15px;
    font-weight: bold;
    color: #333;
    margin: 15px 0;
    display: inline-block;
}

.index-section .content-box .content .hlimit-box {
    text-align: justify;
    line-height: 25px;
    font-size: 14px;
    text-align: justify;
}

.index-section .content-box .content .hlimit-box-xb {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    position: relative;
    overflow: hidden;
    height: 200px;
    transition: all 0.3s linear;
}

.index-section .content-box .content .hlimit-box-xb:after {
    content: '';
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 4rem;
    background: -moz-linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
    background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
}

.index-section .content-box .content .hlimit-box img {
    max-width: 100%;
    height: auto !important;
}

.index-section .content-box .content .more-link {
    display: block;
    text-align: center;
    margin: 15px 0;
}

.index-section .content-box .content .more-link a {
    border: 1px solid #db214c;
    padding: 4px 16px;
    border-radius: 30px;
    text-align: center;
    display: block;
    width: 150px;
    margin: 20px auto 0 auto;
    color: #ef075d;
}

.join-comment {
    margin-top: 20px;
    background: #fff;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 2px;
}

.xxjiameng .formtitle {
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
}

.xxjiameng .formtitle h4 {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    display: inline;
}

.xxjiameng .formtips,
.xxjiameng .formtitle span {
    color: #666;
    float: right;
    line-height: 27px;
    margin-top: 10px;
}

.xxjiameng .formcontent {
    padding-bottom: 20px;
    border-bottom: 1px solid #ef075d;
}

.xxjiameng .formcontent .formcontenta {}

.xxjiameng .formcontent .formcontenta .layui-form-label {
    float: left;
    display: block;
    padding: 9px 6px;
    width: 92px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
}

.xxjiameng .formcontent .formcontenta .layui-input-block {
    margin-left: 92px;
    min-height: 36px;
}

.xxjiameng .formcontent .formcontenta .layui-form-radio {
    margin: 6px 0px 0 0;
    padding-right: 0px;
}

.xxjiameng .formcontent .formcontenta .layui-form-select dl dd.layui-this {
    color: #fff;
    background-color: #1581db;
}

.layui-form-radio:hover *,
.layui-form-radioed,
.layui-form-radioed>i {
    color: #1581db;
}

.xxjiameng .formcontent .formcontenta .item-a {
    width: 100%;
    float: left;
    clear: unset;
    margin: 15px 0 0 0;
}

.xxjiameng .formcontent .formcontenta .item-b {
    width: 100%;
    float: left;
    clear: unset;
    margin: 15px 0 0 0;
}

.xxjiameng .formcontent .formcontenta .item-c {
    width: 100%;
    float: left;
    clear: unset;
    margin: 15px 0 0 0;
}

.item-a .layui-input-inline {
    /* float: left; */
    width: 180px;
    /* margin-right: 10px; */
}

.xxjiameng .formcontent .formcontenta .shuaixuan {
    display: block;
    float: none;
    left: -3px;
    width: auto !important;
    margin: 0 0 10px 112px;
    clear: unset;
}

.join-comment .xxjiameng .layui-btn {
    border-radius: 30px;
    background-color: #ef075d;
    text-align: center;
    display: block;
    width: 150px;
    margin: 20px auto 0 auto;
    color: #fff;
}

.join-comment .comment-msg h3 {
    background-color: #ef075d;
    display: inline-block;
    padding: 7px 10px;
    color: #fff;
    font-size: 14px;
    margin-top: -18px;
}

.join-comment .comment-msgs .swiper-slide ul {
    margin: 20px 0;
}

.join-comment .comment-msgs .swiper-slide ul li {
    width: 100%;
    float: left;
    border-bottom: 1px dashed #eee;
    margin-bottom: 10px;
    position: relative;
}

.join-comment .comment-msgs .swiper-slide ul li:nth-child(2n+2) {
    float: right;
}

.join-comment .comment-msgs .swiper-slide ul li .name {
    font-weight: bold;
    margin-bottom: 10px;
}

.join-comment .comment-msgs .swiper-slide ul li .name i {
    color: #4c93a5;
    font-size: 13px;
    font-weight: 300;
}

.join-comment .comment-msgs .swiper-slide ul li .msg {
    font-size: 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    margin-bottom: 10px;
}

.join-comment .comment-msgs .swiper-slide ul li time {
    position: absolute;
    right: 0;
    top: 0;
    color: #666;
}

.sidenavshade {
    z-index: 999;
    position: fixed;
    width: 0%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    overflow-y: auto;
    left: 0;
    top: 0;
    transition: 0.5s;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999999999;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 50px;
    text-align: left;
}

.sidenav a {
    padding: 15px 0 15px 0;
    text-decoration: none;
    font-size: 15px;
    color: #000;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #003d4c;
}

.sidenav .closebtn {
    position: absolute;
    top: -8px;
    right: 15px;
    font-size: 35px;
    margin-left: 50px;
}

.sidenav .fdh-01-nav-one {
    display: block;
    position: relative;
    border-bottom: 1px solid #f2f2f2;
    margin: 0 20px;
}

.sidenav .fdh-01-nav-one a {
    width: 100%;
}

.sidenav .fdh-01-nav-one span {
    float: right;
    position: absolute;
    top: 16px;
    right: 0px;
    text-align: center;
    width: 50px;
    height: 30px;
}

.sidenav .fdh-01-nav-two {
    display: none;
}

.sidenav .fdh-01-nav-two li {
    list-style: none;
}

.sidenav .fdh-01-nav-two li a {
    display: block;
    color: #555;
}

.sidenav .wap_nav {
    display: none;
    font-size: 30px;
    cursor: pointer;
    float: right;
    padding-top: 2px;
    padding-right: 10px;
}

.sidenav .menutips {
    margin-top: 30px;
}

.sidenav .menutips p {
    padding-bottom: 10px;
    text-align: center;
    color: #999;
    font-size: 14px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

.index-prolist li {
    width: 49%;
    float: left;
    margin-top: 15px;
}

.index-prolist li:nth-child(-n+2) {
    margin-top: 0;
}

.index-prolist li:nth-child(2n+2) {
    float: right;
}

.index-prolist li:nth-child(2n+3) {
    clear: left;
}

.index-prolist li img {
    width: 100%;
    border: 1px solid #eee;
}

.index-prolist li span {
    text-align: justify;
    font-size: 13px;
    display: block;
    margin-top: 5px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.index-newslist .listbox {
    height: 70px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #eee;
}

.index-newslist .listbox:last-child {
    margin-bottom: 0 !important;
    border-bottom: none !important;
}

.index-newslist .listbox img {
    width: 100px;
    height: 60px;
    object-fit: cover;
    float: left;
}

.index-newslist .listbox .info {
    margin-left: 110px;
    position: relative;
    height: 60px;
    color: #666;
}

.index-newslist .listbox .info .title {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
}

.index-newslist .listbox .info time {
    position: absolute;
    bottom: 0;
    font-size: 12px;
}

.introduce-section .body {
    margin: 15px 0;
    padding: 15px;
    font-size: 14px;
    line-height: 2;
    color: #555;
    text-align: justify;
    background-color: #fff;
    border-radius: 2px;
}

.introduce-section .body img {
    max-width: 100%;
    height: auto !important;
}

/* 新闻详情开始 */
#news-details-body #newsdetails .position {
    font-size: 14px;
    color: #999999;
    padding: 25px 0;
}

#news-details-body #newsdetails .position a {
    font-size: 14px;
    color: #999999;
}

#news-details-body #newsdetails .section1 .left {
    width: 100%;
    /* background-color: #fff; */
    box-shadow: 0px 0px rgba(163, 177, 191, 0.35);
    padding: 0 25px 20px 25px;
}

#news-details-body #newsdetails .section1 .left .news-box {
    padding: 30px 0 0 0;
    text-align: justify;
}

#news-details-body #newsdetails .section1 .left .news-box .title {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
}

#news-details-body #newsdetails .section1 .left .news-box .count {
    margin-top: 15px;
}

#news-details-body #newsdetails .section1 .left .news-box .count span {
    font-size: 12px;
    color: #999999;
    margin-right: 10px;
}

#news-details-body #newsdetails .section1 .left .news-box .content {
    width: 100%;
    padding: 30px 0 10px;
    font-size: 14px;
    line-height: 2;
    color: #555;
}

#news-details-body #newsdetails .section1 .left .news-box .content img {
    max-width: 100%;
    height: auto !important;
}

#news-details-body #newsdetails .section1 .left .news-box .tips {
    padding: 15px;
    background: #fff;
    font-size: 12px;
    line-height: 2;
    color: #999;
    margin-top: 25px;
}

#news-details-body #newsdetails .section1 .left .news-box .givelike {
    text-align: center;
    padding: 35px 0;
    border-bottom: 1px dashed #dddddd;
}

#news-details-body #newsdetails .section1 .left .news-box .givelike a {
    color: #fff;
    font-size: 18px;
    background-color: #003d4c;
    padding: 10px 20px;
    border-radius: 50px;
}

#news-details-body #newsdetails .section1 .left .news-box .givelike a i {
    margin-right: 10px;
    color: #fff;
    font-size: 25px;
}

#news-details-body #newsdetails .section1 .left .news-box .givelike a i::before {
    position: relative;
    top: 3px;
}

#news-details-body #newsdetails .section1 .left .news-box .news-more {
    font-size: 14px;
    color: #999;
    line-height: 2;
    padding: 25px 0;
    transition: all 0.3s linear;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#news-details-body #newsdetails .section1 .left .news-box .comment {
    float: unset;
    display: unset;
    height: unset;
    padding-left: unset;
    background: #fff;
}

#news-details-body #newsdetails .section1 .left .news-box .news-more .news-next {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#news-details-body #newsdetails .section1 .left .news-box .news-more .news-next a {
    color: #999;
}

#news-details-body #newsdetails .section1 .left .news-box .news-more .news-next a:hover {
    color: #003d4c;
}

#news-details-body #newsdetails .section1 .left .news-box .news-more .news-prev {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#news-details-body #newsdetails .section1 .left .news-box .news-more .news-prev a {
    color: #999;
}

#news-details-body #newsdetails .section1 .left .news-box .news-more .news-prev a:hover {
    color: #003d4c;
}

#news-details-body #newsdetails .section1 .left .news-box .comment .comment-box {
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 4px;
    border: 1px solid #ededed;
}

#news-details-body #newsdetails .section1 .left .news-box .comment .comment-box .layui-input-block {
    margin: 0;
}

#news-details-body #newsdetails .section1 .left .news-box .comment .comment-box .layui-input-block .layui-textarea {
    border: none;
    background-color: #f9f9f9;
    min-height: 70px;
}

#news-details-body #newsdetails .section1 .left .news-box .comment .comment-Submit {
    height: 50px;
}

#news-details-body #newsdetails .section1 .left .news-box .comment .comment-Submit .comment-Submit-box {
    width: 100%;
    padding-top: 15px;
}

#news-details-body #newsdetails .section1 .left .news-box .comment .comment-Submit .comment-Submit-box .comment-Submit-content .layui-input-inline {
    width: 25%;
}

/* 少于320的古董机 */
@media only screen and (max-width: 320px) {

    #corporate-news-details-body #corporate-news-details .section1 .left .news-box .comment .comment-Submit .comment-Submit-box .comment-Submit-content .layui-input-inline,
    #news-details-body #newsdetails .section1 .left .news-box .comment .comment-Submit .comment-Submit-box .comment-Submit-content .layui-input-inline {
        width: 50% !important;
        float: left;
        margin-bottom: 10px;
    }

    #corporate-news-details-body #corporate-news-details .section1 .left .news-box .comment .comment-Submit .comment-Submit-box .comment-Submit-content .layui-btn,
    #news-details-body #newsdetails .section1 .left .news-box .comment .comment-Submit .comment-Submit-box .comment-Submit-content .layui-btn {
        float: right;
    }
}

#news-details-body #newsdetails .section1 .left .news-box .comment .comment-Submit .comment-Submit-box .comment-Submit-content input::-webkit-input-placeholder {
    font-size: 12px;
}

#news-details-body #newsdetails .section1 .left .news-box .comment .comment-Submit .comment-Submit-box .comment-Submit-content .layui-form-checkbox span {
    font-size: 12px;
}

#news-details-body #newsdetails .section1 .left .news-box .comment .comment-Submit .comment-Submit-box .comment-Submit-content .layui-input {
    height: 32px;
    line-height: 32px;
}

#news-details-body #newsdetails .section1 .left .news-box .comment .comment-Submit .comment-Submit-box .comment-Submit-content .layui-form-checked span {
    background-color: #003d4c;
}

#news-details-body #newsdetails .section1 .left .news-box .comment .comment-Submit .comment-Submit-box .comment-Submit-content .layui-form-checkbox i {
    color: #d2d2d2;
    height: 30px;
}

#news-details-body #newsdetails .section1 .left .news-box .comment .comment-Submit .comment-Submit-box .comment-Submit-content .layui-form-checked i {
    color: #003d4c;
    border-color: #003d4c;
}

#news-details-body #newsdetails .section1 .left .news-box .comment .comment-Submit .comment-Submit-box .comment-Submit-content .layui-border-red {
    border-color: #003d4c !important;
    color: #003d4c !important;
}

#news-details-body #newsdetails .section1 .left .news-box .comment .comment-Submit .comment-Submit-box .comment-Submit-content .layui-btn {
    height: 30px;
    line-height: 30px;
}

#news-details-body #newsdetails .section1 .left .news-box .all-comment {
    margin-top: 25px;
}

#news-details-body #newsdetails .section1 .left .news-box .all-comment .all-comment-title .sx {
    display: block;
    float: left;
    width: 4px;
    height: 17px;
    border-radius: 50px;
    margin: 2px 10px 0 0;
    background-color: #003d4c;
}

#news-details-body #newsdetails .section1 .left .news-box .all-comment .all-comment-title span {
    font-size: 14px;
    color: #333;
}

#news-details-body #newsdetails .section1 .left .news-box .all-comment .all-comment-title .count {
    margin-left: 10px;
    font-size: 14px;
    color: #333;
}

#news-details-body #newsdetails .section1 .left .news-box .all-comment .all-comment-content ul li {
    padding-top: 10px;
    border-bottom: 1px solid #dddddd;
}

#news-details-body #newsdetails .section1 .left .news-box .all-comment .all-comment-content ul li:last-child {
    border-bottom: none;
}

#news-details-body #newsdetails .section1 .left .news-box .all-comment .all-comment-content ul li .time {
    font-size: 12px;
    color: #999;
    margin-left: 10px;
}

#news-details-body #newsdetails .section1 .left .news-box .all-comment .all-comment-content ul li .name {
    font-size: 12px;
    color: #999;
    margin-left: 10px;
}

#news-details-body #newsdetails .section1 .left .news-box .all-comment .all-comment-content ul li .content-text {
    margin: 10px 0 10px 25px;
}

#news-details-body #newsdetails .section1 .left .news-box .all-comment .all-comment-content ul li .content-text p {
    word-wrap: break-word;
    font-size: 12px;
    color: #333;
    line-height: 1.5;
}

#news-details-body #newsdetails .section1 .tuijianyd {
    background-color: #fff;
    padding-top: 10px;
    margin-top: 20px;
}

#news-details-body #newsdetails .section1 .tuijianyd .all-comment {
    /* margin-top: 15px; */
}

#news-details-body #newsdetails .section1 .tuijianyd .all-comment .all-comment-title .sx {
    display: block;
    float: left;
    width: 4px;
    height: 17px;
    border-radius: 50px;
    margin: 2px 10px 0 0;
    background-color: #003d4c;
}

#news-details-body #newsdetails .section1 .tuijianyd .all-comment .all-comment-title span {
    font-size: 14px;
    color: #333;
}

#news-details-body #newsdetails .section1 .tuijianyd .all-comment .all-comment-title .count {
    margin-left: 10px;
    font-size: 14px;
    color: #333;
}

#news-details-body #newsdetails .section1 .tuijianyd .all-comment .all-comment-content ul li {
    position: relative;
    padding-top: 10px;
    border-bottom: 1px solid #dddddd;
}

#news-details-body #newsdetails .section1 .tuijianyd .all-comment .all-comment-content ul li .content-text {
    margin: 0 75px 10px 0;
}

#news-details-body #newsdetails .section1 .tuijianyd .all-comment .all-comment-content ul li .content-text p {
    word-wrap: break-word;
    font-size: 12px;
    color: #333;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#news-details-body #newsdetails .section1 .tuijianyd .all-comment .all-comment-content ul li .count {
    position: absolute;
    right: 0;
    top: 10px;
}

#news-details-body #newsdetails .section1 .tuijianyd .all-comment .all-comment-content ul li .count p {
    color: #999;
    font-size: 12px;
}

/* 新闻详情结束 */
.sell-show .goodstext_show .showimg {
    position: relative;
}

.sell-show .goodstext_show .showimg img {
    width: 100%;
}

.sell-show .goodstext_show .showimg p {
    width: 100%;
    position: absolute;
    bottom: 0;
    display: block;
    background: rgba(255, 255, 255, .5);
    padding: 7px;
    text-align: center;
}

.sell-show .content {
    width: 100%;
    padding: 15px 0;
    font-size: 14px;
    line-height: 2;
    color: #555;
}

.sell-show .content img {
    max-width: 100%;
    height: auto !important;
}