@import url('./base.css');

/* 按钮样式 */
.btn-secondary {
    background: #fff;
    border-color: #ebedf2;
}

.btn-secondary:hover {
    color: #007bff !important;
    border-color: #ebedf2;
    background-color: #f4f5f8;
}

.btn-info {
    color: #fff !important;
    background-color: #36a3f7;
    border-color: #36a3f7;
}

.btn-info:hover {
    color: #fff !important;
    background-color: #1192f6;
    border-color: #0a8cf0;
}

.main-body {
    margin-right: 1.5em;
    border: 1px solid #e8e8e8;
}

.main-body>.card {
    border: none;
    border-radius: 0;
}

.main-body>.card>.card-header {
    border-radius: 0;
    border-bottom-color: #e8e8e8;
    padding-left: 0;
}

.main-body>.card>.card-header .card-header-title {
    padding-left: 1.8em;
    position: relative;
    color: #000;
}

.main-body>.card>.card-header .card-header-title::before {
    position: absolute;
    top: 15%;
    left: 1em;
    bottom: 15%;
    width: 3px;
    height: auto;
    content: '';
    background-color: #dc3545;
}

.main-body>.card>.card-header ul {
    font-size: 12px;
    color: #999;
}

.main-body>.card>.card-header ul li {
    padding-right: 1em;
    margin-right: 1em;
    position: relative;
}

.main-body>.card>.card-header ul li::after {
    position: absolute;
    top: 10%;
    right: 0;
    bottom: 10%;
    width: 1px;
    height: auto;
    content: '';
    transform: rotate(30deg);
    background-color: #d5d5d5;
}

.main-body>.card>.card-header ul> :last-child {
    padding-right: 0;
    margin-right: 0;
}

.main-body>.card>.card-header ul> :last-child::after {
    display: none;
}

.main-body>.card>.card-header ul li a {
    color: #007bff;
}

.main-body>.card>.card-header ul li a:hover,
.main-body>.card>.card-header ul li a:active {
    color: #e83e8c;
}

.main-body>.card>.card-body {
    padding: 0;
    min-height: 38em;
}

.main-sidebar {
    width: 260px;
}

.main-sidebar .card {
    border-radius: 0;
}

.main-sidebar .card-header {
    border-radius: 0;
}

.main-sidebar .card-body {
    padding: 1em;
}

/* 橡胶企业 */
.main-3>.card {
    border: none;
    border-radius: 0;
}

.main-3>.card>.card-header {
    border-radius: 0;
    border: 1px solid #e8e8e8;
    background-color: #f5f5f5;
}

.main-3>.card>.card-header ul {
    font-size: 14px;
    color: #999;
}

.main-3>.card>.card-header ul li {
    padding-right: 1em;
    margin-right: 1em;
    position: relative;
}

.main-3>.card>.card-header ul li::after {
    position: absolute;
    top: 15%;
    right: 0;
    bottom: 15%;
    width: 1px;
    height: auto;
    content: '';
    transform: rotate(30deg);
    background-color: #d5d5d5;
}

.main-3>.card>.card-header ul> :last-child {
    padding-right: 0;
    margin-right: 0;
}

.main-3>.card>.card-header ul> :last-child::after {
    display: none;
}

.main-3>.card>.card-header ul li a {
    color: #007bff;
}

.main-3>.card>.card-header ul li a:hover,
.main-3>.card>.card-header ul li a:active {
    color: #e83e8c;
}

.main-3>.card>.card-body {
    padding: 0;
    min-height: 38em;
}

/* 名片样式 */
.main-3 .item .card {
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    padding: 10px 10px 0 10px;
    -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .16);
    transition: all .15s ease-in-out;
}

.main-3 .item .card:hover {
    border-color: #e83e8c;
}

.main-3 .item .card-header {
    background: none;
    border-bottom: 1px dashed #e8e8e8;
    border-radius: 0;
    padding: 0;
}

.main-3 .item-img {
    margin-bottom: 6px;
    overflow: hidden;
}

.main-3 .item-img a {
    display: block;
}

.main-3 .item-img img {
    width: 100%;
    height: 180px;
}

.main-3 .item-title {
    line-height: 1em;
    font-size: 20px;
    padding: 6px .2em .6em;
    margin: 0;
}

.main-3 .item .card-body {
    margin: 10px 0 15px;
    padding: 0 6px;
    font-size: 14px;
    line-height: 1.8em;
    height: 5.4em;
    color: #999;
    text-indent: 2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.main-3 .item .card-footer {
    margin: 0 -10px;
    padding: 10px;
    background: #f8f8f8;
    border-top: 1px solid #e8e8e8;
}

.main-3 .item .card-footer a {
    line-height: 1em;
    font-size: 14px;
}

.main-3 .item .card-footer a:focus {
    outline: none;
    box-shadow: none;
}

.main-3 .item .card-footer i {
    font-size: 1em;
    width: 1em;
    height: 1em;
}

/* 侧边栏的文章列表 */
.main-sidebar .news {
    margin: 0;
}

.main-sidebar .news li {
    font-size: 14px;
    line-height: 20px;
    padding: .6em 0;
    border-bottom: 1px dashed #e8e8e8;
}

.main-sidebar .news li.active a {
    color: #e83e8c;
}

.main-sidebar .news li.active a::before {
    background-color: #e83e8c;
}

.card .news li>.date {
    font-size: 14px;
    color: #999;
    margin-left: 1em;
    font-family: Arial, Helvetica, sans-serif;
}

/* 橡胶企业分页 */
.pagination-xjqy .page-item {
    margin: 0 5px;
}

.pagination-xjqy .page-item.disabled {
    cursor: not-allowed;
}

.pagination-xjqy .page-item .page-link {
    font-size: 14px;
    line-height: 38px;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 0.25em;
    font-family: Arial;
    margin-left: 0;
}

.pagination-xjqy .page-item .page-link:focus {
    outline: none;
    box-shadow: none;
}

.pagination-xjqy .page-item .page-text {
    position: relative;
    display: block;
    line-height: 38px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
}

.pagination-xjqy .page-item.disabled>* {
    color: #ccc;
}

.pagination-xjqy li>span>input {
    width: 40px;
    height: 40px;
    text-align: center;
    outline: none;
    border-radius: 0.25em;
    border: 1px solid #dee2e6;
    margin: 0 5px;
}

.pagination-xjqy li>span>i {
    font-style: normal;
    border-radius: 0.25em;
    border: 1px solid #dee2e6;
    line-height: 38px;
    display: inline-block;
    padding: 0 .75em;
    background-color: #fff;
    margin-left: 5px;
    cursor: pointer;
}

.pagination-xjqy li>span>i:hover,
.pagination-xjqy .page-link:hover,
.pagination-xjqy .active .page-link {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

/* 单页 */
.onepage {
    padding: 40px;
    color: #555;
}

.onepage p {
    line-height: 2em;
    margin-bottom: 2em;
}

.onepage p:last-child {
    margin-bottom: 0;
}

.onepage img {
    max-width: 100% !important;
}

/* 文章列表 */
.news-text {
    padding: 4em;
}

.news-text ul {
    overflow: hidden;
}

.news-text li {
    padding: .6em;
    /* border-bottom: 1px dashed #e8e8e8; */
}

.news-text li>p {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    margin-bottom: 0;
    width: 0;
}

.news-text li a {
    color: #007bff;
}

.news-text li a:hover {
    color: #e83e8c;
}

.news-text li>span {
    font-size: 13px;
    color: #999;
    margin-left: 1em;
}

.news-text hr {
    border-top: 1px dashed #e8e8e8;
    margin: 2em 0;
}

.news-text hr:last-child {
    display: none;
}

/* 文章列表 缩略图列表 */
.news-pic {
    padding: 3em;
}

.news-pic li:nth-child(n + 4) {
    margin-top: 20px;
}

.news-pic li a,
.news-pic li a span {
    display: block;
}

.news-pic li a .img {
    position: relative;
    transition: all .15s ease-in-out;
}

.news-pic li a .img::after {
    content: '';
    padding-bottom: 75%;
}

.news-pic li a .img img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    padding: 4px;
}

.news-pic li a .title {
    text-align: center;
    line-height: 1.8em;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-pic li a:hover .img {
    border-color: #FF4000 !important;
}

.news-pic li a:hover .title {
    color: #FF4000;
}

/* 文章列表 缩略图+标题+简介 */
.news-detail {
    padding: 2em;
}

.news-detail .item {
    padding: 1em;
    border-bottom: 1px dashed #e8e8e8;
    margin-bottom: 1em;
}

.news-detail .item:last-child {
    margin-bottom: 0;
}

.news-detail .item:hover {
    background-color: #f5f5f5;
}

.news-detail .item .thumb {
    width: 180px;
    height: 135px;
    margin-right: 1em;
}

.news-detail .item-title {
    line-height: 1em;
    padding: .5em 0;
    margin-bottom: .5em;
    font-size: 20px;
}

.news-detail .item-detail {
    font-size: 14px;
    line-height: 2em;
    max-height: 6em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #999;
}

/* 文章展示页 */
.news-show {
    padding: 2em;
}

.news-show .item-title {
    color: #000;
    margin-bottom: 32px;
    text-align: center;
    font-weight: bold;
}

.news-show .item-header {
    color: #5470a8;
    font-size: 20px;
    padding: .8em 0;
    margin-top: 32px;
    border-top: 1px dashed #e8e8e8;
}

.news-show .item-body p {
    line-height: 2em;
    margin-bottom: 2em;
}

.news-show .item-body p:last-child {
    margin-bottom: 0;
}

.news-show .item-body img {
    max-width: 100% !important;
}

.news-show .item-contact {
    padding: 0 2em;
    font-size: 14px;
}

.news-show .item-contact li {
    line-height: 1.8em;
}

.news-show .item-contact em,
.news-show .item-contact i {
    font-style: normal;
}

.news-show .item-contact em {
    text-align: justify;
    text-align-last: justify;
    min-width: 4em;
    margin-right: 1em;
    color: #999;
}

.news-show .item-contact a {
    color: #007bff;
}

.news-show .item-contact a:hover {
    color: #e83e8c;
}

.news-show hr {
    margin-top: 2em;
    margin-bottom: 2em;
    border-top: 1px dashed #e8e8e8;
}

.news-show .item-cates {
    padding-top: 2em;
    border-top: 1px dashed #e8e8e8;
    margin-top: 2em;
}

.news-show .item-cates ul {
    overflow: hidden;
    position: relative;
    padding-left: 5em;
    font-size: 14px;
}

.news-show .item-cates ol {
    position: absolute;
    top: 0;
    left: 0;
    color: #999;
    line-height: 1em;
    padding: .75em 0;
}

.news-show .item-cates li {
    float: left;
    line-height: 1em;
    padding: .75em 0;
    margin-right: 1em;
}

.news-show .item-cates li:last-child {
    margin-right: 0;
}

/* 文章显示页 - 名片样式 */
.news-show .item-mingpian {
    width: 80%;
    margin: 0 auto;
    border: 1px solid #e8e8e8;
    background-color: #F8FEFD;
    overflow: hidden;
}

.news-show .item-mingpian-title {
    font-size: 28px;
    line-height: 1em;
    padding: 40px 0;
    text-align: center;
    color: #dc3545;
    margin-bottom: 0;
}

.news-show .item-mingpian-linkname {
    font-size: 18px;
    line-height: 1em;
    padding: 0 0 40px;
    text-align: center;
    color: #000;
    margin-bottom: 0;
}

.news-show .item-mingpian-text {
    padding-left: 5em;
    margin-bottom: 2em;
    position: relative;
}

.news-show .item-mingpian-text::before {
    position: absolute;
    top: 0;
    left: 4em;
    width: 5px;
    height: 100%;
    background-color: #dc3545;
    content: '';
}

.news-show .item-mingpian-text>* {
    display: block;
    color: #666;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1.8em;
}

.news-show .item-mingpian-footer {
    height: 10px;
    background-color: #dc3545;
    position: relative;
    text-align: right;
    overflow: hidden;
    padding-right: 40px;
}

.news-show .item-mingpian-footer>* {
    float: right;
    width: 5px;
    height: 30px;
    background-color: #fff;
    margin: 0 5px;
    transform: rotate(45deg);
    margin-top: -10px;
}

/* 表单列表页 */
.form-list {
    padding: 2em;
}

.form-list .nav-tabs {
    margin-bottom: 1.5em;
}

.form-list .nav-tabs .nav-item {
    margin-left: 1em;
}

.form-list .nav-tabs .nav-link.active {
    color: #007bff;
}

.form-list .nav-tabs .nav-btn {
    border: 1px solid transparent;
    display: block;
    padding: .5rem 1rem;
    color: #e83e8c;
}

.form-list .nav-tabs .nav-btn:hover {
    text-decoration: underline;
}

.form-list .form-news-list ul {
    overflow: hidden;
}

.form-list .form-news-list li {
    padding: .6em;
}

.form-list .form-news-list li>p {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    margin-bottom: 0;
    width: 0;
}

.form-list .form-news-list li a {
    color: #007bff;
}

.form-list .form-news-list li a:hover {
    color: #e83e8c;
}

.form-list .form-news-list li>span {
    font-size: 13px;
    color: #999;
    margin-left: 1em;
}

.form-list .form-news-list hr {
    border-top: 1px dashed #e8e8e8;
    margin: 2em 0;
}

.form-list .form-news-list hr:last-child {
    display: none;
}

/* 表单信息 */
.submitForm {
    padding: 2em;
    font-size: 14px;
}

.submitForm-title {
    font-size: 28px;
    color: #fd7e14;
    position: relative;
    padding-left: .7em;
    margin-bottom: 1em;
}

.submitForm-title::before {
    position: absolute;
    top: 15%;
    left: 0;
    bottom: 10%;
    width: 5px;
    height: auto;
    background-color: #dc3545;
    content: '';
}

/* 混炼胶 */
.onepage-22 h4 strong {
    position: relative;
    padding-left: .7em;
    margin-bottom: 1em;
    display: block;
}

.onepage-22 h4 strong::before {
    position: absolute;
    top: 10%;
    left: 0;
    bottom: 0%;
    width: 5px;
    height: auto;
    background-color: #007bff;
    content: '';
}

.form-22 {
    padding: 2em;
    border-top: 1px solid #e8e8e8;
}

/* 网上商城 ——  橡塑制品 */
.pro_show .thumb-center {
    width: 400px;
    height: 400px;
    border: 1px solid #e8e8e8;
}

.pro_show .property {
    padding: 60px 0 0;
    margin-left: 5em;
}

.pro_show .property .title {
    font-size: 20px;
    color: #000;
    margin-bottom: 1em
}

.pro_show .property dl {
    line-height: 40px;
    margin-bottom: 1em;
}

.pro_show .property dl dt {
    width: 4em;
    color: #999;
    font-weight: normal;
}

.pro_show .property dl dd.price {
    color: #ff0000;
    font-size: 28px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.pro_show .property dl dd.price em {
    font-style: normal;
    font-size: 16px;
    font-weight: normal;
}

.pro_show .property dl dd.price i {
    font-style: normal;
    font-size: 16px;
    font-weight: normal;
    color: #999;
    margin-left: 1em;
}

.pro_show .property dl dd.pcount input {
    width: 100px;
    line-height: 30px;
    padding-left: 10px;
    outline: none;
    border: 1px solid #ececec;
    background-color: #fff;
}

.pro_show .property .btn {
    width: 216px;
    line-height: 52px;
    border: none;
    border-radius: 0;
    background-color: #f63334;
    font-size: 18px;
    color: #fff;
    padding: 0;
    outline: none;
    margin-top: 2em;
}

.pro_show .property .btn i {
    font-size: 1.5em;
    width: 1em;
    height: 1em;
    margin-right: .5em;
}

.pro_show .property .btn:hover {
    background-color: #E60303;
}

.pro_show .pro-info,
.pro_show .pro-related {
    border-color: #e8e8e8;
    border-radius: 0;
}

.pro_show .pro-info .card-header,
.pro_show .pro-related .card-header {
    border-radius: 0;
    padding: 0;
    background: #FEFEFE;
    background: -moz-linear-gradient(top, #FEFEFE 0%, #EBEBEB 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FEFEFE), color-stop(100%, #EBEBEB));
    background: -webkit-linear-gradient(top, #FEFEFE 0%, #EBEBEB 100%);
    background: -o-linear-gradient(top, #FEFEFE 0%, #EBEBEB 100%);
    background: -ms-linear-gradient(top, #FEFEFE 0%, #EBEBEB 100%);
    background: linear-gradient(to bottom, #FEFEFE 0%, #EBEBEB 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FEFEFE', endColorstr='#EBEBEB', GradientType=0);
}

.pro_show .pro-info .card-header>*,
.pro_show .pro-related .card-header>* {
    margin: -1px 0 -1px -1px;
    background-color: #007bff;
    line-height: 40px;
    padding: 0 2em;
    color: #fff;
}

.pro_show .pro-info .card-body,
.pro_show .pro-related .card-body {
    padding: 2em;
}

.pro_show .pro-info .card-body table {
    margin-bottom: 1.25rem;
    border-collapse: collapse;
    display: table;
}

.pro_show .pro-info .card-body table td {
    padding: 5px 10px;
    border: 1px solid #e8e8e8;
}

.pro_show .pro-related .card-body a {
    display: block;
}

.pro_show .pro-related .card-body a .thumb-center {
    width: 180px !important;
    height: 180px !important;
    margin: 0 auto;
}

.pro_show .pro-related .card-body a .price {
    color: #e83e8c;
}

.pro_show .pro-info .card-body img {
    max-width: 100% !important;
    height: auto;
}

.pro_list .card {
    border: none;
    border-radius: 0;
}

.pro_list .card-header {
    border: 1px solid #e8e8e8;
    border-radius: 0;
    padding: 0;
    background: #FEFEFE;
    background: -moz-linear-gradient(top, #FEFEFE 0%, #EBEBEB 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FEFEFE), color-stop(100%, #EBEBEB));
    background: -webkit-linear-gradient(top, #FEFEFE 0%, #EBEBEB 100%);
    background: -o-linear-gradient(top, #FEFEFE 0%, #EBEBEB 100%);
    background: -ms-linear-gradient(top, #FEFEFE 0%, #EBEBEB 100%);
    background: linear-gradient(to bottom, #FEFEFE 0%, #EBEBEB 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FEFEFE', endColorstr='#EBEBEB', GradientType=0);
}

.pro_list .card-header>* {
    margin: -1px 0 -1px -1px;
    background-color: #007bff;
    line-height: 40px;
    padding: 0 2em;
    color: #fff;
}

.pro_list .card-body {
    padding: 2em 0 0 0;
}

.pro_list .card-body [class*=col-] {
    margin-bottom: 1.5em;
}

.pro_list .card-body a {
    display: block;
}

/* .pro_list .card-body a .thumb-center{
    width:180px!important;
    height: 180px!important;
    margin:0 auto;
    border:1px solid #e8e8e8;
} */
.pro_list .card-body a .price {
    color: #e83e8c;
}

.xjzp-category {
    padding: 1em 2em;
    border: 1px solid #e8e8e8;
    background-color: #f8f8f8;
}

.xjzp-category ul {
    overflow: hidden;
    position: relative;
    padding-left: 5em;
    font-size: 14px;
}

.xjzp-category ol {
    position: absolute;
    top: 0;
    left: 0;
    color: #999;
    line-height: 1em;
    padding: .5em 0;
}

.xjzp-category li {
    float: left;
    line-height: 1em;
    padding: .5em 0;
    margin-right: 1em;
}

.xjzp-category li:last-child {
    margin-right: 0;
}

/* 产业带头人 */
.news-pic-29 li a .img::after {
    padding-bottom: 133%;
}

/* 橡胶企业 - 产业低头人  */
.card-chanyedaitouren .card-body a {
    display: block;
}

.card-chanyedaitouren .card-body .img {
    position: relative;
    padding-bottom: 133.33%;
}

.card-chanyedaitouren .card-body .img img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.card-chanyedaitouren .card-body .title {
    line-height: 1em;
    margin-top: 1em;
    text-align: center;
}
@media screen and (min-width: 751px) and (max-width: 1024px){
    
}
@media screen and (max-width: 750px) {
    .main-sidebar {
        width: 100%;
    }

    .main-body {
        margin-right: 0;
    }

    .main-body>.card>.card-header ul {
        display: none !important;
    }
	.pro_show .thumb-center {
		width: auto;
	    height: auto;
	}
	.pro_show .property {
    padding: 1em 0 0;
    margin-left: 1em;
    }
    .pro_show .pro-related .card-body a .thumb-center {
    width: 100% !important;
    height: 70px !important;
    }
    .news-show .item-body img {
    height: auto;
    }
    .view-body .wrap>.d-flex {
        display: block !important;
    }

    .view-body .flex-auto {
        flex: none;
        -webkit-box-flex: unset;
        width: auto;
    }

    .view-body .ml-4 {
        margin-left: 0 !important;
        margin-top: 1em !important;
    }

    .main-body>.card>.card-body {
        min-height: auto;
    }

    .onepage {
        padding: 10px;
    }

    .card-body .row .col-4{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .news-detail,
    .news-pic {
        padding: .5em;
    }

    .onepage img {
        height: auto;
    }

    .news-detail .item {
        padding: .5em;
        border-bottom: 1px dashed #e8e8e8;
        margin-bottom: .5em;
    }

    .news-detail .item .thumb {
        display: none;
    }

    .form-list {
        padding: .5em;
    }

    .news-pic li:nth-child(n + 4) {
        margin-top: 0;
    }

    .news-show .item-mingpian {
        width: 100%;
    }

    .submitForm {
        padding: .5em;
    }

    .input-group-append,
    .input-group-prepend {
        display: block !important;
    }
}