.app_pro_banner{
    display: none;
}

.product_wrap_all {
    min-height: 200px;
    background: #fbfbfb;
    padding-top: 100px;
    position: relative;
}

.side_nav_wrap {
    width: 260px;
    float: left;
}

.product_list_wrap{
    padding-left: 300px;
}

.product_list_wrap .product_banner{
    width: 100%;
}

#demo-list a {
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
#demo-list a.active_color{
    color: #2d94fc;
    font-weight: bold;
}


.pro_list_container.row {
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 16px rgba(0, 0, 0, .1);
    -moz-box-shadow: 1px 1px 16px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 16px rgba(0, 0, 0, .1);
    padding: 30px;
    margin-left: 0;
    margin-right: 0;
}

.pro_list_container > a {
    display: block;

    margin-bottom: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pro_list_container > a > div{
    border: 1px solid #dddddd;
}

.pro_list_container > a:nth-of-type(3n) {
    /*margin-right: 0;*/
}

.pro_img_padding{
    padding: 10px;
}

.pro_img {
    height: 200px;
    position: relative;
    background-size: contain !important;
}

.pro_tag {
    position: absolute;
    top: -10px;
    right: 20px;
}

.pro_text {
    border-top: 1px solid #dddddd;
    padding: 0 10px 10px 10px;
}

.pro_list_container > a.active > div {
    border: 1px solid #2d94fc;
}

.pro_list_container > a.active .pro_text {
    background-color: #ededed;
    /*background-image: url("../image/pro_arrow.png");*/
    background-repeat: no-repeat;
    background-position: 223px 76px;
}

.pro_text p {
    font-size: 16px;
    padding: 14px 0 10px 0;
    color: #666666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}

.pro_text div {
    font-size: 13px;
    height: 40px;
    line-height: 1.6;
    color: #aeacac;
    text-align: justify;
    overflow: hidden;
    display: -webkit-box; /*1.设置display类型为-webkit-box*/
    text-overflow: ellipsis; /*3.设置超出样式为省略号*/
    -webkit-line-clamp: 2; /*4.设置2行应用省略*/
    -webkit-box-orient: vertical;
}

/*产品详情*/
.pro_detail_container {
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 16px rgba(0, 0, 0, .1);
    -moz-box-shadow: 1px 1px 16px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 16px rgba(0, 0, 0, .1);
    padding: 50px;
}

.pro_detail_img {
    float: left;
    width: 320px;
    height: 320px;
    position: relative;
    border: 1px solid #dddddd;
    margin-right: 70px;
    margin-bottom: 30px;
}

.pro_detail_info {
    float: left;
    max-width: 350px;
}

.pro_detail_info h1 {
    margin-bottom: 30px;
    color: #2d94fc;
    font-size: 18px;
}

.pro_detail_info ul li {
    font-size: 15px;
    color: #666666;
    list-style-image: url("../image/circle.png");
    line-height: 2.2;
    list-style-position: inside;

}

.pro_detail_info a {
    width: 180px;
    height: 50px;
    display: block;
    background-image: url("../image/tel02.png");
    background-position: 33px center;
    background-repeat: no-repeat;
    background-color: #fa2272;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    padding-left: 70px;
    line-height: 50px;
    margin-top: 30px;
}

.pro_detail_info a:hover{
    background-color: #ef1465;
}

.pro_detail_container h2{
    font-size: 20px;
    padding-left: 15px;
    border-left: 3px solid #2d94fc;
    line-height: 27px;
    margin-top: 50px;
    margin-bottom: 30px;
    color:#2d94fc;
}

.pro_detail_title span{
    font-size: 18px;
    font-family: Arial;
}

.pro_detail_container p{
    font-size: 15px;
    line-height: 1.6;
    color:#666666;
    text-align: justify;
}

.pro_detail_container table{
    border-collapse: collapse;
    border-spacing: 0px;
    border: 0px solid gray;
    color:#666666;
    width: 100%;
}

.pro_detail_container table td{
    border: 1px solid #c0c0c0;
    padding: 10px;
}

.pro_detail_container table td:nth-of-type(1){
    background-color: #dcdcdc;
    width: 200px;
    padding-left: 50px;
}
.down_load_file{
    display: block;
    color:#fa2272;
    font-size: 15px;
    margin-bottom: 15px;
    padding-left: 30px;
    background: url("../image/file.png") left center no-repeat;
}
.down_load_file:hover{
    text-decoration: underline;
}

/*导入HTML部分新增CSS*/
h1.issue_title{
    font-size: 26px;
    color:#2d94fc;
    border-bottom: 2px solid #2d94fc;
    padding-bottom: 10px;
}
.asset_container img{
    max-width: 100%;
    margin: 0 auto;
    /*width: 60%;*/
}

.story_inline_image img{
    max-width: 100%;
}

h3{
    color:#111;
    margin: 6px 0 40px 0;
    font-size: 20px;
}
h2{
    color:#2d94fc;
    font-size: 22px;
    line-height: 26px;
    margin: 50px 0 18px 0;
    border-left: 5px solid #2d94fc;
    padding-left: 8px;
}

.asset_container ul{
    margin-top: 30px;
 }

.asset_container ul li{
    margin-left: 20px;
    font-size: 16px;
    line-height: 1.6;
}
.asset_container ul li::before{
    content:"◆";
    color:#2d94fc;
    font-size:20px;
    margin-right: 10px;
}
.asset_container p{
    font-size: 16px;
    margin-bottom: 50px;
}
.asset_container table{
    border: 2px solid #eee ;
    margin-bottom: 15px;
    width: 100%;
    max-width: 100%;

}

.asset_container table>tbody>tr>td, .asset_container table>tbody>tr>th, .asset_container table>tfoot>tr>td, .asset_container table>tfoot>tr>th, .asset_container table>thead>tr>td, .asset_container table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}


.asset_container table>thead{
    border-bottom: 3px solid #2d94fc;
    background-color: #ddeeff;
}

.asset_container table >tbody>tr:nth-of-type(even) {
    background-color: #ddeeff;

}

.asset_container table >tbody>tr:nth-of-type(odd) {
    background-color: #fff;

}

blockquote{
    padding-left: 10px;
    border-left:3px solid #eee;
}

.asset_container blockquote p{
    font-size: 14px;
    line-height: 1.5;
}
h4{
    font-size: 14px;
    margin:20px 0 0 0;
}

.story_image_caption{
    text-align: center;
    color: #aaa;
    font-size: 12px;
}

