﻿@CHARSET "UTF-8";
.product_detail {
    position: relative;
    padding: 5px;
    width: 100%;
    margin: 0 auto;
}

.product_detail .title {
    background: #FF9900;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-top: 2px;
    font: 400 14px/35px "宋体";
    color: #fff;
}

.product_detail .img {
    width: 100%;
    margin-top: 10px;
}

.product_detail .img img {
    width: 100%;
    height: auto;
}

.handin {
    width: 84px;
    height: 31px;
    background: #FF9900;
    margin: 0 auto;
    text-align: center;
    line-height: 31px;
    font: 400 14px/31px "宋体";
    color: #fff;
    margin-top: 10px;
    cursor: pointer;
}

.handin a {
    color: #fff;
}

.product_content {
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    padding: 5px;
}

.product_content .title {
    background: #FF9900;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-top: 2px;
    font: 400 14px/30px "宋体";
    color: #fff;
    line-height: 35px;
    text-align: left;
    padding-left: 10px;
}

.product_content .content {
    padding: 5px;
    font: 400 14px/25px "宋体";
    color: #333;
    text-align: left;
}

.product_content .content img {
    height: auto !important;
    width: 100% !important;
}

.product_content .pn {
    background: #f3f3f3;
    padding: 5px;
    line-height: 30px;
    border: 1px solid #d9d9d9;
    color: #666;
    text-align: left;
    font: 400 14px/30px "宋体";
    margin-top: 5px;
}

.product_content .pn a {
    font: 400 14px/24px "宋体";
}

.news_detail {
    position: relative;
    padding: 5px;
    width: 100%;
    margin: 0 auto;
}

.news_detail .title {
    background: #FF9900;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-top: 2px;
    font: 400 14px/35px "宋体";
    color: #fff;
}

.news_detail .content {
    padding: 5px;
    font: 400 14px/25px "宋体";
    color: #333;
    text-align: left;
    line-height: 25px;
}

.news_detail .content img {
    height: auto !important;
    width: 100% !important;
}

.news_detail .pn {
    background: #f3f3f3;
    padding: 5px;
    line-height: 30px;
    border: 1px solid #d9d9d9;
    color: #666;
    text-align: left;
    font: 400 14px/30px "宋体";
    margin-top: 5px;
}

.news_detail .pn a {
    font: 400 14px/24px "宋体";
}

.page_title {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    padding-left: 4px;
    padding: 8px;
}

.page_title ul {
    text-align: center;
    text-align: center;
    padding: 10px 0;
    text-align: left;
    background: #E0E0E0;
    padding-left: 10px;
}

.page_title ul li {
    height: 30px;
    line-height: 30px;
    display: inline-block;
    margin-bottom: 4px;
}

.page_title ul li a {
    border-radius: 2px;
    background: #fff;
    font: 400 14px/30px "宋体";
    display: block;
    text-align: center;
    padding-left: 18px;
    padding-right: 18px;
}

.page_content {
    width: 97%;
    margin: 0 auto;
    font: 400 14px/30px "宋体";
    color: #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    x-sizing: border-box;
    text-align: left;
    margin-top: 10px;
}

.page_content img {
    height: auto !important;
    width: 100% !important;
}