﻿/*通用*/
iframe {
    width: 100%;
}

.color_r {
    color: Red;
}

img {
    border: 0;
    vertical-align: middle;
}
/*列表*/
.list {
    width: 100%;
}

.list li {
    float: left;
    width: 48%;
    height: 160px;
    border-radius: 0px;
    margin-top: 4%;
    margin-right: 4%;
}

.list li.last,
.list li:nth-child(2n) {
    margin-right: 0px;
}

.list li .item_pic {
    width: 100%;
    height: 130px;
    overflow: hidden;
    background: url(../images/error.jpg) no-repeat 50% 50%;
    background-color: #fff;
}

.list li .item_pic a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

.list li .item_pic img {
    vertical-align: middle;
}

.list li .item_title {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #000000;
    overflow: hidden;
}

.articleList li {
    width: 100%;
    float: none;
    text-align: left;
    border-bottom: 1px solid #cccccc;
    height: 30px;
    line-height: 30px;
    margin: 0px;
    margin-top: 3%;
    margin-bottom: 3%;
    overflow: hidden;
}

.articleList li a {
    display: block;
    color: #666666;
}

.articleList li .item_title {
    height: 30px;
    line-height: 30px;
    text-align: left;
}
/*加载分页*/
.Paging {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
    clear: both;
}

.Paging .addBtn {
    margin-left: auto;
    margin-right: auto;
    width: 30%;
    padding: 8px 0px;
    text-align: center;
    border: 1px solid #dddddd;
    cursor: pointer;
    color: #555555;
}
/*Banner*/
.banner_box {
    width: 100%;
    position: relative;
}

.swiper-container {
    width: 100%;
}

.content-slide {
    padding: 20px;
    color: #fff;
}

.title {
    font-size: 25px;
    margin-bottom: 10px;
}

.pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 5px;
    width: 100%;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    margin: 0 3px;
    cursor: pointer;
    background-color: #fff;
}

.swiper-active-switch {
    background: #870215;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10;
    bottom: 10px;
    right: 10px;
}
/*文章详细*/
.Article_wrap, .Product_wrap {
    width: 100%;
    height: auto !important;
    min-height: 200px;
    margin-top: 5%;
}

.Article_wrap .Article_title {
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

.Article_wrap .Article_title h3 {
    font-size: 18px;
    font-weight: bold;
}

.Article_wrap .Article_content .Article_wrap p {
    line-height: 200%;
    margin-bottom: 10px;
}
/*产品详细*/
.Product_wrap .Product_info span {
    font-weight: bold;
}
/*加载提示*/
.loading {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999;
    display: none;
}
/*图片渐变*/
/*.lazyimg_img,.list li .item_pic {
 
    opacity: 0;
    -webkit-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    transition: opacity .2s linear;
}*/
/*通用表单样式*/
.from {
    width: 100%;
    margin-top: 20px;
}
/*.from input[type="text"]
{
    border-radius: 0 !important;
    color: #858585;
    background-color: #FFF;
    border: 1px solid #D5D5D5;
    padding: 5px 4px 6px;
    font-size: 14px;
    font-family: inherit;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
}*/
.from .form-group {
    margin-bottom: 15px;
}

.from .col-sm-3 {
    width: 25%;
}

.from .col-sm-9 {
    width: 75%;
}

.from .col-sm-5 {
    width: 41.666%;
}

.from .col-sm-3, .from .col-sm-9 {
    float: left;
}

.from .form-group:before, .from .form-group:after {
    content: " ";
    display: table;
}

.from .form-group:after {
    clear: both;
}

.from .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
}

.from .btnbar {
    text-align: center;
    clear: both;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn {
    display: inline-block;
    color: #FFF !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-image: none !important;
    border: 5px solid #FFF;
    border-radius: 0;
    box-shadow: none !important;
    -webkit-transition: background-color 0.15s, border-color 0.15s, opacity 0.15s;
    -o-transition: background-color 0.15s, border-color 0.15s, opacity 0.15s;
    transition: background-color 0.15s, border-color 0.15s, opacity 0.15s;
    cursor: pointer;
    vertical-align: middle;
    margin: 0;
    position: relative;
}

.btn-danger, .btn-danger:focus, .btn-danger.focus {
    background-color: #D15B47 !important;
    border-color: #D15B47;
}
/*产品详细*/
.Product_wrap {
    width: 100%;
    overflow: hidden;
}

.Product_wrap .Product_cover {
    text-align: center;
}

.Product_wrap .Product_column_title {
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin-top: 30px;
    margin-bottom: 10px;
    overflow: hidden;
    border-bottom: 1px solid #a0a0a0;
    font-size: 17px;
}

.Product_wrap .Product_info p {
    margin-bottom: 10px;
}

.Product_wrap .Product_pageing {
    height: 30px;
    line-height: 30px;
}

.detailed_pageing {
    width: 100%;
    overflow: hidden;
    margin-top: 25px;
}

.detailed_pageing p {
    margin-bottom: 20px;
    clear: both;
}
/*通用咨询*/
.btnbar {
    margin-top: 10px;
    display: block;
    font-size: 12px;
    text-align: center;
}

.btnbar .detailsbtn,
.btnbar .openformbtn,
.btnbar a.detailsbtn:hover,
.btnbar a.openformbtn:hover,
.openformbtn {
    padding: 5px 10px;
    background-color: #a61b29;
    color: #fff;
}

.btnbar .openformbtn {
    margin-left: 10px;
}

.ml40 {
    margin-left: 40px;
}

.layui-layer-setwin .layui-layer-close {
    background-position: 0px -39px;
}

#add-main .layui-btn, #add-main .layui-btn-primary:hover {
    background: #a61b29;
    color: #fff;
    border-color: #a61b29;
}

.layui-btn-primary, .layui-btn-primary:hover {
    border-color: #a61b29;
}

.pro_show_btn {
    margin-left: 40px;
    padding: 7px 30px;
}

.layui-layer-title {
    text-align: left;
}
