@charset "UTF-8";
/* line 52, ../sass/_variable.scss */
html {
    font-size: 625%;
}

/* line 55, ../sass/_variable.scss */
html, body {
    color: #fff;
    font-family: '微软雅黑', 'Microsoft YaHei', sans-serif;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    height: 100%;
}

/* line 62, ../sass/_variable.scss */
a {
    color: #fff;
    text-decoration: none;
}

/* line 69, ../sass/_variable.scss */
input {
    border: none;
}

/* line 71, ../sass/_variable.scss */
input:focus {
    outline: none;
}

/* line 75, ../sass/_variable.scss */
img {
    display: block;
}

/* line 78, ../sass/_variable.scss */
body > *:not(script) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    font-size: 0.14rem;
}

/* line 86, ../sass/_variable.scss */
.gradient-bg-light, .otherpage-main-bg {
    background: #2b3343;
    background: -webkit-gradient(linear, right top, left top, from(#0f1217), color-stop(50%, #252a34), to(#0f1217));
    background: linear-gradient(to left, #0f1217 0%, #252a34 50%, #0f1217 100%);
}

/* line 90, ../sass/_variable.scss */
.gradient-bg-heavy {
    background: #090909;
    background: radial-gradient(circle closest-side, #333333 0%, #090909 100%);
}

/* line 94, ../sass/_variable.scss */
.bg-heavy {
    background: #090909;
}

/* line 97, ../sass/_variable.scss */
.bg-light {
    background: #2b3343;
}

/* line 100, ../sass/_variable.scss */
.bg-white {
    background: #fff;
}

/* line 103, ../sass/_variable.scss */
.fontcolor-heavy {
    color: #090909;
}

/* line 106, ../sass/_variable.scss */
.fontcolor-white {
    color: #fff;
}

/* line 109, ../sass/_variable.scss */
.fontcolor-orange {
    color: #e67634;
}

/* line 114, ../sass/_variable.scss */
.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

/* line 118, ../sass/_variable.scss */
.flex-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

/* line 123, ../sass/_variable.scss */
.pagewidth-wrapper {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

@media screen and (min-width: 1281px) {
    /* line 123, ../sass/_variable.scss */
    .pagewidth-wrapper {
        width: 1200px;
    }
}

@media screen and (max-width: 1280px) {
    /* line 123, ../sass/_variable.scss */
    .pagewidth-wrapper {
        width: 980px;
    }
}

/* line 133, ../sass/_variable.scss */
.topmargin {
    margin-top: 72px;
}

/* line 136, ../sass/_variable.scss */
.leftpadding {
    padding-left: 40px;
}

/* line 140, ../sass/_variable.scss */
p.paragraph-format {
    text-indent: 2em;
    line-height: 2;
    margin: 10px 0;
    text-align: justify;
}

/* line 147, ../sass/_variable.scss */
.boxshadow-light {
    -webkit-box-shadow: 0 14px 10px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 14px 10px 8px rgba(0, 0, 0, 0.2);
}

/* line 5, ../sass/page.scss */
.otherpage-main-bg {
    padding-bottom: 80px;
}

/* line 14, ../sass/page.scss */
.page-navigation {
    margin: 40px 0 20px;
}

/* line 17, ../sass/page.scss */
.page-navigation a {
    position: relative;
    padding: 0 10px 0 30px;
}

/* line 21, ../sass/page.scss */
.page-navigation a:before {
    content: '>>';
    display: block;
    position: absolute;
    left: 0;
    top: 16%;
}

/* line 29, ../sass/page.scss */
.page-navigation a:last-of-type {
    color: #e67634;
}

/* line 35, ../sass/page.scss */
.aside-wrapper {
    width: 280px;
    padding-right: 40px;
    box-sizing: border-box;
}

/* line 38, ../sass/page.scss */
.aside-wrapper section {
    background: #2b3343;
    margin: 10px 0;
}

/* line 44, ../sass/page.scss */
.aside-nav {
    width: 100%;
}

/* line 47, ../sass/page.scss */
.aside-nav h2 {
    height: 40px;
    line-height: 40px;
    font-size: 0.192rem;
    background: #e67634;
    padding-left: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* line 56, ../sass/page.scss */
.aside-nav dl {
    padding: 10px 0;
    padding-left: 40px;
}

/* line 60, ../sass/page.scss */
.aside-nav dl dt {
    font-size: 0.16rem;
    margin: 20px 0 8px;
}

/* line 63, ../sass/page.scss */
.aside-nav dl dt a {
    color: #e67634;
}

/* line 67, ../sass/page.scss */
.aside-nav dl dd {
    font-size: 0.14rem;
    line-height: 2;
}

/* line 70, ../sass/page.scss */
.aside-nav dl dd:hover a {
    color: #e67634;
}

/* line 76, ../sass/page.scss */
.aside-contact {
    padding: 10px 0 20px 20px;
}

/* line 78, ../sass/page.scss */
.aside-contact h2 {
    font-size: 0.16rem;
    color: #e67634;
    padding: 10px 0;
    padding-left: 20px;
}

/* line 84, ../sass/page.scss */
.aside-contact dt, .aside-contact dd {
    line-height: 2;
    vertical-align: text-top;
}

/* line 87, ../sass/page.scss */
.aside-contact dt a, .aside-contact dd a {
    display: inline-block;
}

/* line 90, ../sass/page.scss */
.aside-contact dt img, .aside-contact dd img {
    margin: 18px 0 0 12%;
    width: 68%;
}

/* line 97, ../sass/page.scss */
.page-main-content-wrapper {
    padding: 10px 0 0 0;
    /*-webkit-box-flex: 1;*/
    /*-ms-flex: 1;*/
    /*flex: 1;*/
    width: 980px;
    box-sizing: border-box;
}

@media screen and (max-width: 1280px) {
    .page-main-content-wrapper {
        width: 750px;
    }
}

/* line 102, ../sass/page.scss */
.product-sub-category {
    width: 100%;
    background: #e67634;
    background: repeating-linear-gradient(-45deg, #e67634, rgba(230, 118, 52, 0.8) 1px, #e67634 1px, #e67634 6px);
    padding: 12px 40px 12px 30px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* line 111, ../sass/page.scss */
.product-sub-category .product-sub-category-title {
    width: 15%;
    font-size: 0.192rem;
    line-height: 1.6;
}

/* line 116, ../sass/page.scss */
.product-sub-category .product-sub-category-list {
    width: 85%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-sub-category-list .active a {
    color: #000000;
}

/* line 120, ../sass/page.scss */
.product-sub-category .product-sub-category-list li {
    padding: 0 20px;
    position: relative;
    line-height: 2.4;
}

/* line 124, ../sass/page.scss */
.product-sub-category .product-sub-category-list li:after {
    content: '';
    display: block;
    width: 1px;
    height: 14px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
}

/* line 135, ../sass/page.scss */
.product-sub-category .product-sub-category-list li:last-of-type:after {
    display: none;
}

/* line 142, ../sass/page.scss */
.product-item-list {
    width: 100%;
    margin: 40px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (min-width: 1281px) {
    /* line 148, ../sass/page.scss */
    .product-item-list figure {
        width: 18%;
        margin: 20px 2.5% 20px 0;
    }

    /* line 152, ../sass/page.scss */
    .product-item-list figure:nth-of-type(5n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 1280px) {
    /* line 148, ../sass/page.scss */
    .product-item-list figure {
        width: 23%;
        margin: 20px 2.6% 20px 0;
    }

    /* line 159, ../sass/page.scss */
    .product-item-list figure:nth-of-type(4n) {
        margin-right: 0;
    }
}

/* line 166, ../sass/page.scss */
.product-item-list figure a {
    display: block;
    width: 100%;
    overflow: hidden;
}

/* line 172, ../sass/page.scss */
.product-item-list figure img {
    width: 100%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

/* line 176, ../sass/page.scss */
.product-item-list figure:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

/* line 181, ../sass/page.scss */
.product-item-list figure figcaption {
    text-align: center;
    line-height: 1.4;
}

/* line 184, ../sass/page.scss */
.product-item-list figure figcaption span {
    display: block;
    margin: 8px 0;
    color: #e67634;
}

/* line 193, ../sass/page.scss */
.product-list-pageindex {
    width: 100%;
    margin: 100px auto;
    position: relative;
}

/* line 198, ../sass/page.scss */
.product-list-pageindex ul {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

/* line 204, ../sass/page.scss */
.product-list-pageindex ul li:hover a {
    color: #e67634;
    text-decoration: underline;
}

/* line 208, ../sass/page.scss */
.product-list-pageindex ul li.active a {
    color: #e67634;
    text-decoration: underline;
}

/* line 212, ../sass/page.scss */
.product-list-pageindex ul li a {
    width: 100%;
    padding: 6px 16px;
}

/* line 220, ../sass/page.scss */
.product-list-pageindex-dot {
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 100%;
    position: relative;
    margin: .4em 1.6em 0;
}

/* line 228, ../sass/page.scss */
.product-list-pageindex-dot:before, .product-list-pageindex-dot:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 100%;
}

/* line 237, ../sass/page.scss */
.product-list-pageindex-dot:before {
    left: -8px;
}

/* line 240, ../sass/page.scss */
.product-list-pageindex-dot:after {
    right: -8px;
}

/* line 245, ../sass/page.scss */
.aboutcnss-content, .contact-content {
    width: 100%;
    padding: 40px 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #111;
}

/* line 251, ../sass/page.scss */
.aboutcnss-content .aboutcnss-content-section {
    margin: 20px 0;
}

/* line 253, ../sass/page.scss */
.aboutcnss-content .aboutcnss-content-section h1 {
    font-size: 0.24rem;
    position: relative;
    margin: 40px 0 30px;
}

.aboutcnss-product {
    font-size: 0.24rem;
    position: relative;
    margin: 40px 0 30px;
}

/* line 257, ../sass/page.scss */
.aboutcnss-content .aboutcnss-content-section h1:before {
    content: '';
    display: block;
    width: 6px;
    height: 1em;
    background: #e67634;
    position: absolute;
    left: -.6em;
    top: 0;
}

.aboutcnss-product:before {
    content: '';
    display: block;
    width: 6px;
    height: 1em;
    background: #e67634;
    position: absolute;
    left: -.6em;
    top: 0;
}

/* line 268, ../sass/page.scss */
.aboutcnss-content .aboutcnss-content-section:first-of-type h1 {
    margin-top: 0;
}

.aboutcnss-product {
    margin-top: 0;
    display: block;
}

/* line 272, ../sass/page.scss */
.aboutcnss-content .aboutcnss-content-section:last-of-type li {
    padding-left: 84px;
    margin: 60px 0;
    position: relative;
}

/* line 278, ../sass/page.scss */
.aboutcnss-content .aboutcnss-content-section:last-of-type i {
    display: block;
    position: absolute;
    width: 60px;
    height: 54px;
    left: 0px;
    background: #e67634;
    color: #fff;
    border: 2px solid #fff;
    outline: 1px solid #666;
    font-size: 0.24rem;
    font-weight: bold;
    text-align: center;
    line-height: 54px;
}

/* line 294, ../sass/page.scss */
.aboutcnss-content .aboutcnss-content-section:last-of-type h2 {
    font-weight: bold;
    font-size: 0.16rem;
}

/* line 299, ../sass/page.scss */
.aboutcnss-content .aboutcnss-content-section h2 {
    font-size: 0.16rem;
}

/* line 303, ../sass/page.scss */
.aboutcnss-content-section .column-2 {
    width: 50%;
    padding-right: 3%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* line 308, ../sass/page.scss */
.aboutcnss-content-section .column-2 img {
    width: 100%;
}

/* line 312, ../sass/page.scss */
.otherpage-main-bg p.paragraph-format {
    text-indent: 0;
    line-height: 1.6;
    margin: 10px 0;
    text-align: justify;
}

/* line 318, ../sass/page.scss */
.aboutcnss-content-section table.column-2 {
    line-height: 1.4;
}

/* line 321, ../sass/page.scss */
.aboutcnss-content-section table.column-2 th, .aboutcnss-content-section table.column-2 td {
    padding: 7px;
    border: 1px solid rgba(102, 102, 102, 0.5);
}

/* line 325, ../sass/page.scss */
.aboutcnss-content-section table.column-2 th {
    padding: 0 10px;
    width: 20%;
    font-weight: bold;
}

/* line 332, ../sass/page.scss */
.aboutcnss-content-section li {
    margin: 40px 0;
}

/* line 334, ../sass/page.scss */
.aboutcnss-content-section li:first-of-type {
    margin-top: 0;
}

/* line 337, ../sass/page.scss */
.aboutcnss-content-section li img {
    width: 100%;
    margin: 20px 0;
}

/* line 344, ../sass/page.scss */
.contact-content-section {
    margin: 0 0 40px;
}

/* line 347, ../sass/page.scss */
.contact-content-section h2 {
    font-size: 0.24rem;
    line-height: 2;
    border-bottom: 1px solid #666;
}

/* line 352, ../sass/page.scss */
.contact-content-icon {
    margin: 40px 0 60px;
}

/* line 355, ../sass/page.scss */
.contact-content-icon li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

/* line 358, ../sass/page.scss */
.contact-content-icon li a {
    color: #111;
    display: block;
}

/* line 362, ../sass/page.scss */
.contact-content-icon li a span {
    width: 100%;
    display: inline-block;
    text-align: center;
    line-height: 1.6;
    margin: 4px 0;
}

/* line 369, ../sass/page.scss */
.contact-content-icon li a span:last-of-type {
    font-size: 0.24rem;
}

@media screen and (max-width: 1280px) {
    /* line 369, ../sass/page.scss */
    .contact-content-icon li a span:last-of-type {
        font-size: 0.192rem;
    }
}

/* line 377, ../sass/page.scss */
.contact-content-icon li a i {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    border: 2px solid #e67634;
    margin: 10px auto;
}

@media screen and (max-width: 1280px) {
    /* line 377, ../sass/page.scss */
    .contact-content-icon li a i {
        width: 64px;
        height: 64px;
    }
}

/* line 391, ../sass/page.scss */
.contact-content-icon li .contact-content-icon-phone {
    background: url("../images/phone-orange.svg");
    background-size: 48px;
    background-position: center center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1280px) {
    /* line 391, ../sass/page.scss */
    .contact-content-icon li .contact-content-icon-phone {
        background-size: 36px;
    }
}

/* line 400, ../sass/page.scss */
.contact-content-icon li .contact-content-icon-service {
    background: url("../images/service-orange.svg");
    background-size: 48px;
    background-position: center center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1280px) {
    /* line 400, ../sass/page.scss */
    .contact-content-icon li .contact-content-icon-service {
        background-size: 36px;
    }
}

/* line 409, ../sass/page.scss */
.contact-content-icon li .contact-content-icon-mail {
    background: url("../images/mail-orange.svg");
    background-size: 48px;
    background-position: center center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1280px) {
    /* line 409, ../sass/page.scss */
    .contact-content-icon li .contact-content-icon-mail {
        background-size: 36px;
    }
}

/* line 418, ../sass/page.scss */
.contact-content-icon li .contact-content-icon-qq {
    background: url("../images/qq-orange.svg");
    background-size: 48px;
    background-position: center center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1280px) {
    /* line 418, ../sass/page.scss */
    .contact-content-icon li .contact-content-icon-qq {
        background-size: 36px;
    }
}

/* line 428, ../sass/page.scss */
.contact-online{
    width: 100%;
    overflow: hidden;
    padding: 20px 40px;
    border: 1px dashed #999;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.contact-online h3{
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.5;
    display: inline-block;
    position: relative;
}
.contact-online h3:before{
    content: '';
    display: block;
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #e55500;
}
.contact-online ul{
    overflow: hidden;
}
.contact-online ul li{
    width: 32%;
    margin-right: 2%;
    float: left;
    margin-top: 20px;
}
.contact-online ul li:nth-of-type(3){
    margin-right: 0;
}
.contact-online ul li:last-of-type{
    width: 100%;
}
.contact-online label, .contact-online input, .contact-online textarea{
    width: 100%;
}
.contact-online input:required ~ label, .contact-online textarea:required ~ label{
    padding-left: 10px;
}
.contact-online input:required ~ label:before, .contact-online textarea:required ~ label:before{
    content: '*';
    position: absolute;
    top: 6px;
    left: 0;
    color: #e55500;
}
.contact-online label{
    position: relative;
    top: -24px;
    cursor: text;
    transition: all .2s ease;
}
.contact-online input, .contact-online textarea{
    border: 0;
    border-bottom: 1px solid #ccc;
    padding: 6px;
    line-height: 1.5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transition: all .2s ease;
}
.contact-online textarea{
    height: 48px;
    overflow-y: visible;
    resize: none;
}
.contact-online input:focus ~ label{
    top: -48px;
}
.contact-online textarea:focus ~ label{
    top: -64px;
}
.contact-online input:focus, .contact-online textarea:focus{
    border-color: #e55500;
}

.contact-online input[type="submit"]{
    width: 180px;
    margin: 20px 0 10px;
    font-size: 16px;
    background: #e67634;
    line-height: 2;
    color: #fff;
    cursor: pointer;
    border: 0;
}
.contact-online input[type="submit"]:focus{
    border: 0;
}

.contact-content-icon li:nth-of-type(3) span:last-of-type {
    width: 40%;
    height: 36px;
    line-height: 36px;
    background: #e67634;
    color: #fff;
    margin-left: 30%;
    font-size: 0.16rem;
}

.contact-content-complaint{
    margin: 40px 0;
}
.contact-content-complaint-text{
    width: 28%;
    padding: 40px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #eee;
}
.contact-content-complaint-text p{
    margin: 20px 0;
    line-height: 1.8;
}
.contact-content-complaint-text p span{
    font-size: 19px;
    color: #e55500;
    font-weight: bold;
}
.contact-content-complaint-form {
    width: 70%;
    margin-left: 2%;
    border: 1px dashed #333;
    border-radius: 4px;
    padding: 10px 0 10px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.contact-content-complaint-form input, .contact-content-complaint-form textarea{
    border: 1px solid #ccc;
    line-height: 1.5;
    padding: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.contact_complaint_form > li {
    margin: 10px 0;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left
}

.contact_complaint_form > li:nth-of-type(3) {
    width: 100%
}

.contact_complaint_form > li > label {
    width: 80px;
    text-align: right;
    padding: 0 10px 0 0;
    float: left;
    line-height: 36px;
    position: relative
}

.contact_complaint_form > li:nth-of-type(2) > label:before, .contact_complaint_form > li:nth-of-type(3) > label:before, .contact_complaint_form > li:nth-of-type(4) > label:before {
    content: '*';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -14px;
    color: #e55500;
    font-size: 16px
}

.contact_complaint_form > li > input, .contact_complaint_form > li > textarea {
    width: calc(100% - 90px);
    float: left
}

.contact_complaint_form > li > textarea {
    width: calc(100% - 90px);
    height: 120px
}

.complaint_type_list {
    width: calc(100% - 90px);
    float: left
}

.complaint_type_list li {
    padding: 6px 16px;
    margin-right: 14px;
    line-height: 1.5;
    border: 1px solid #ccc;
    position: relative;
    float: left;
    cursor: pointer
}
.complaint_type_list li:last-of-type{
    margin: 0;
}

.complaint_type_list li.active {
    border: 1px solid #e55500;
    overflow: hidden
}

.complaint_type_list li.active:before {
    content: '';
    display: block;
    position: absolute;
    right: -10px;
    bottom: -10px;
    width: 20px;
    height: 20px;
    background: #e55500;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.complaint_type_list li.active:after {
    content: '√';
    position: absolute;
    right: 2px;
    bottom: -5px;
    font-size: 8px;
    color: #fff
}

.form_hidden_content {
    width: 100%;
    margin: 10px 0 0;
    clear: both;
    overflow: hidden;
    display: none
}

input[type=checkbox] {
    padding: 6px;
    margin-right: 4px;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #999;
    margin-bottom: 2px;
    cursor: pointer
}

input[type=checkbox]:checked {
    border-color: #e55500;
    position: relative
}

input[type=checkbox]:checked:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    background: #e55500;
    border-radius: 50%;
    margin: -4px auto auto -4px
}

.checkbox-list {
    margin: 10px 0
}

.checkbox-list div label {
    display: inline-block;
    margin-right: 12px;
}
.checkbox-list div label:last-of-type{
    margin: 0;
}

.contact_complaint_form > li > label > span {
    color: #999
}

.contact_complaint_form > li > input.contact_complaint_form_submit{
    width: 50%;
    cursor: pointer;
    background: #e55500;
    border: 0;
    color: #fff;
    line-height: 2;
    margin-left: 90px;
}


/* line 439, ../sass/page.scss */
.contact-content-companyinfo {
    width: 100%;
    margin: 40px 0;
}

/* line 442, ../sass/page.scss */
.contact-content-companyinfo .contact-content-companyinfo-text {
    width: 30%;
    padding: 20px;
    background: #eee;
    line-height: 1.6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* line 449, ../sass/page.scss */
.contact-content-companyinfo .contact-content-companyinfo-text h3 {
    font-size: 0.24rem;
    margin: 20px 0;
    color: #e67634;
    text-align: center;
}

/* line 455, ../sass/page.scss */
.contact-content-companyinfo .contact-content-companyinfo-text table {
    width: 100%;
}

/* line 457, ../sass/page.scss */
.contact-content-companyinfo .contact-content-companyinfo-text table tr {
    width: 100%;
}

/* line 460, ../sass/page.scss */
.contact-content-companyinfo .contact-content-companyinfo-text table th {
    width: 26%;
    vertical-align: text-top;
    padding: 4px 0;
}

@media screen and (max-width: 1280px) {
    /* line 460, ../sass/page.scss */
    .contact-content-companyinfo .contact-content-companyinfo-text table th {
        width: 32%;
    }
}

/* line 468, ../sass/page.scss */
.contact-content-companyinfo .contact-content-companyinfo-text table td {
    padding: 4px 0;
}

/* line 472, ../sass/page.scss */
.contact-content-companyinfo .contact-content-companyinfo-text span {
    display: block;
    width: 60%;
    margin: 0 auto;
    text-align: center;
}

/* line 478, ../sass/page.scss */
.contact-content-companyinfo .contact-content-companyinfo-text span img {
    width: 100%;
    margin: 20px 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* line 485, ../sass/page.scss */
.contact-content-companyinfo .contact-content-companyinfo-map {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

/* line 489, ../sass/page.scss */
.contact-content-otherwebsite {
    margin: 60px 0;
}

/* line 492, ../sass/page.scss */
.contact-content-otherwebsite li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 0.192rem;
    line-height: 1.6;
}

/* line 497, ../sass/page.scss */
.contact-content-otherwebsite li a {
    color: #111;
    text-decoration: underline;
}

/* line 501, ../sass/page.scss */
.contact-content-otherwebsite li span {
    padding: 6px 10px;
    background: #e67634;
    color: #fff;
    margin-right: 10px;
    font-size: 0.16rem;
}

.sitemap-content {
    margin: 0 0 40px;
    width: 100%;
    padding: 40px 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #111;
}

/* line 518, ../sass/page.scss */
.sitemap-content h2 {
    font-size: 0.24rem;
    line-height: 2;
    border-bottom: 1px solid #666;
    margin-bottom: 40px;
}

/* line 524, ../sass/page.scss */
.sitemap-content h3 {
    font-size: 0.216rem;
    line-height: 2;
    border-bottom: 1px dashed rgba(102, 102, 102, 0.4);
}

/* line 529, ../sass/page.scss */
.sitemap-content a {
    color: #111;
}

/* line 533, ../sass/page.scss */
.sitemap-content-section {
    margin: 20px 0;
}

/* line 536, ../sass/page.scss */
.sitemap-content-section:first-of-type > ul > li {
    width: 18%;
    margin: 20px 2% 20px 0;
}

/* line 539, ../sass/page.scss */
.sitemap-content-section:first-of-type > ul > li:nth-of-type(3n) {
    margin-right: 2%;
}

/* line 545, ../sass/page.scss */
.sitemap-content-section:last-of-type > ul > li {
    width: 48%;
    margin: 20px 2% 20px 0;
}

/* line 548, ../sass/page.scss */
.sitemap-content-section:last-of-type > ul > li:nth-of-type(2n) {
    margin-right: 0%;
}

/* line 553, ../sass/page.scss */
.sitemap-content-section > ul > li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    padding-left: 16px;
    color: #e67634;
}

/* line 558, ../sass/page.scss */
.sitemap-content-section > ul > li:before {
    content: '>';
    position: absolute;
    left: 0;
    top: .2em;
}

/* line 565, ../sass/page.scss */
.sitemap-content-section > ul {
    width: 100%;
}

/* line 567, ../sass/page.scss */
.sitemap-content-section > ul > li {
    width: 32%;
    margin: 20px 2% 20px 0;
}

/* line 570, ../sass/page.scss */
.sitemap-content-section > ul > li:nth-of-type(3n) {
    margin-right: 0;
}

/* line 573, ../sass/page.scss */
.sitemap-content-section > ul > li > a {
    font-size: 0.192rem;
    color: #e67634;
}

/* line 584, ../sass/page.scss */
.sitemap-content-section > ul ul {
    margin-top: 20px;
    padding-left: 20px;
}

/* line 587, ../sass/page.scss */
.sitemap-content-section > ul ul li {
    width: 100%;
    line-height: 1.4;
    margin: 12px 0;
    position: relative;
    padding-left: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #111;
}

/* line 595, ../sass/page.scss */
.sitemap-content-section > ul ul li:before {
    content: '>';
    position: absolute;
    left: 0;
    top: 0;
}

/* line 601, ../sass/page.scss */
.sitemap-content-section > ul ul li:hover:before {
    color: #e67634;
}

/* line 604, ../sass/page.scss */
.sitemap-content-section > ul ul li a {
    font-size: 0.14rem;
}

/* line 606, ../sass/page.scss */
.sitemap-content-section > ul ul li a:hover {
    text-decoration: underline;
    color: #e67634;
}

/* line 613, ../sass/page.scss */
.sitemap-content-section > ul ul.special-sitemap-indent {
    padding-left: 20px;
    margin: 0 0 12px 0;
}

/* line 616, ../sass/page.scss */
.sitemap-content-section > ul ul.special-sitemap-indent li {
    line-height: 1.2;
}

/* line 511, ../sass/page.scss */
.aside-wrapper section.latestnews-asidenav {
    width: 100%;
    padding: 20px 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #e67634;
    line-height: 2.4;
}

/* line 518, ../sass/page.scss */
.aside-wrapper section.latestnews-asidenav h2 {
    font-size: 0.16rem;
    color: #fff;
}

/* line 522, ../sass/page.scss */
.aside-wrapper section.latestnews-asidenav a {
    color: #111;
    position: relative;
}

/* line 526, ../sass/page.scss */
.aside-wrapper section.latestnews-asidenav a:before {
    content: '';
    display: block;
    position: absolute;
    left: -20px;
    top: 50%;
    margin-top: -5px;
    width: 6px;
    height: 6px;
    border: 2px solid #111;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

/* line 541, ../sass/page.scss */
.aside-wrapper section.latestnews-asidenav a:hover {
    color: #fff;
}

/* line 543, ../sass/page.scss */
.aside-wrapper section.latestnews-asidenav a:hover:before {
    border-color: #fff;
}

/* line 549, ../sass/page.scss */
.latestnews-content, .news-detail-content, .exhibition-content {
    padding: 20px 40px 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #111;
    line-height: 1.6;
    overflow: hidden;
}

/* line 556, ../sass/page.scss */
.news-detail-content h2, .exhibition-content h2 {
    font-size: 0.24rem;
    border-bottom: 1px solid rgba(102, 102, 102, 0.5);
    line-height: 2;
}

.latestnews-content h1, .news-detail-content h1, .exhibition-content h1 {
    font-size: 0.24rem;
    border-bottom: 1px solid rgba(102, 102, 102, 0.5);
    line-height: 2;
}

/* line 564, ../sass/page.scss */
.news-detail-content h2 {
    border: none;
    text-align: center;
    line-height: 4;
}

.news-detail-content h1 {
    border: none;
    text-align: center;
    line-height: 4;
}

/* line 569, ../sass/page.scss */
.news-detail-content .news-date {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 0 0 40px;
}

/* line 575, ../sass/page.scss */
.news-detail-content p.paragraph {
    line-height: 2;
    margin: 10px 0;
}

/* line 579, ../sass/page.scss */
.news-detail-content img {
    /*width: auto;*/
    margin: 20px auto;
}

/* line 584, ../sass/page.scss */
.latestnews-list-item {
    width: 100%;
    padding: 40px 0;
    border-bottom: 1px solid rgba(102, 102, 102, 0.5);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* line 590, ../sass/page.scss */
.latestnews-list-item:last-of-type {
    border: none;
}

/* line 593, ../sass/page.scss */
.latestnews-list-item .latestnews-list-item-img {
    width: 160px;
    margin-right: 20px;
    position: relative;
    height: 148px;
    overflow: hidden;
}

/* line 596, ../sass/page.scss */
.latestnews-list-item .latestnews-list-item-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* line 600, ../sass/page.scss */
.latestnews-list-item .latestnews-list-item-text {
    -webkit-box-flex: 4;
    -ms-flex: 4;
    flex: 4;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.latestnews-list-item .latestnews-list-item-text img {
    display: none;
}

/* line 604, ../sass/page.scss */
.latestnews-list-item .latestnews-list-item-text figcaption {
    font-size: 0.16rem;
    font-weight: bold;
}

/* line 608, ../sass/page.scss */
.latestnews-list-item .latestnews-list-item-text a {
    color: #e67634;
}

/* line 613, ../sass/page.scss */
.latestnews-list-pageindex {
    margin: 40px auto;
}

/* line 616, ../sass/page.scss */
.latestnews-list-pageindex a {
    color: #111;
}

/* line 620, ../sass/page.scss */
.latestnews-list-pageindex-dot {
    background: #111;
    margin: .6em 1.6em 0;
}

/* line 623, ../sass/page.scss */
.latestnews-list-pageindex-dot:before, .latestnews-list-pageindex-dot:after {
    background: #111;
}

/* line 627, ../sass/page.scss */
.faqs-list {
    margin: 20px 0;
}

/* line 629, ../sass/page.scss */
.faqs-list dl {
    padding: 20px 0;
}

/* line 632, ../sass/page.scss */
.faqs-list dt {
    font-size: 0.16rem;
}

.faqs-list dd {
    margin-bottom: 28px;
}

/* line 636, ../sass/page.scss */
.exhibition-content {
    color: #fff;
    margin: 60px 0;
}

/* line 640, ../sass/page.scss */
.exhibition-content:first-of-type {
    margin-top: 0;
}

/* line 644, ../sass/page.scss */
.exhibition-content h2 {
    border-bottom: 1px solid #666;
    margin-bottom: 20px;
}

/* line 649, ../sass/page.scss */
.exhibition-content .product-list-pageindex {
    margin-top: 40px;
}

/* line 653, ../sass/page.scss */
.exhibition-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* line 655, ../sass/page.scss */
.exhibition-list figure {
    width: 48%;
    margin: 20px 4% 20px 0;
}

.exhibition-list figure figcaption {
    height: 44.8px;
    margin-bottom: 10px;
}

.exhibition-list figure figcaption h2 {
    line-height: 1.4;
}

/* line 658, ../sass/page.scss */
.exhibition-list figure:nth-of-type(2n) {
    margin-right: 0;
}

/* line 662, ../sass/page.scss */
.exhibition-list figure img {
    width: 100%;
    margin: 10px 0;
    -webkit-box-shadow: 2px 4px 4px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 4px 4px 4px rgba(0, 0, 0, 0.2);
}

/* line 668, ../sass/page.scss */
.exhibition-list img {
    width: 100%;
    margin: 40px 0 0;
}

.exhibition-list h2 {
    display: inline;
    border: none;
    font-size: 14px;
}

/* line 673, ../sass/page.scss */
.catalog-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* line 675, ../sass/page.scss */
.catalog-list figure {
    width: 30%;
    margin: 20px 5% 20px 0;
}

/* line 678, ../sass/page.scss */
.catalog-list figure:nth-of-type(3n) {
    margin-right: 0;
}

/* line 682, ../sass/page.scss */
.catalog-list figure img {
    width: 100%;
    margin: 10px 0;
}

/* line 687, ../sass/page.scss */
.catalog-list figcaption {
    text-align: center;
    line-height: 1.4;
}

/* line 691, ../sass/page.scss */
.catalog-list-a {
    display: inline-block;
    width: 40%;
    margin: 16px 30%;
    line-height: 2;
    text-align: center;
    background: #e67634;
    -webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.catalog-list h2 {
    font-size: 14px;
    border: none;
    margin: 0;
}

/* line 703, ../sass/page.scss */
.detail-content-section {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

/* line 707, ../sass/page.scss */
.product-detail-pic {
    width: 50%;
}

/* line 711, ../sass/page.scss */
.product-detail-tablearea {
    width: 50%;
    position: relative;
    padding-left: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 1280px) {
    .product-detail-tablearea {
        padding-left: 0;
    }
}

/* line 716, ../sass/page.scss */
.product-detail-tablearea a {
    position: absolute;
    z-index: 1;
    bottom: 96px;
    display: inline-block;
    width: 32%;
    text-align: center;
    background: #e67634;
    font-size: 0.192rem;
    line-height: 2.4;
}

@media screen and (max-width: 1280px) {
    /* line 716, ../sass/page.scss */
    .product-detail-tablearea a {
        bottom: 6px;
    }
}

/* line 731, ../sass/page.scss */
.product-detail-table {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* line 734, ../sass/page.scss */
.product-detail-table caption {
    line-height: 1.4;
    font-size: 0.192rem;
    color: #e67634;
    border-bottom: 1px solid #999;
    padding: 4px 0;
    margin: 8px 0 12px;
}

@media screen and (max-width: 1280px) {
    /* line 734, ../sass/page.scss */
    .product-detail-table caption {
        line-height: 1.4;
        margin-bottom: 6px;
    }
}

/* line 745, ../sass/page.scss */
.product-detail-table tr {
    width: 100%;
    line-height: 2.4;
    text-align: left;
    vertical-align: text-top;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 6px 0;
}

/* line 753, ../sass/page.scss */
.product-detail-table th {
    width: 24%;
    line-height: 1.4;
    vertical-align: text-top;
    text-align: right;
    padding-right: 0.25rem;
}

/* line 758, ../sass/page.scss */
.product-detail-table td {
    width: 76%;
    line-height: 1.4;
    vertical-align: text-top;
    word-wrap: break-word;
    word-break: break-all
}

/* line 764, ../sass/page.scss */
.product-detail-largepic {
    width: 460px;
    height: 460px;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 1280px) {
    /* line 764, ../sass/page.scss */
    .product-detail-largepic {
        width: 350px;
        height: 350px;
    }
}

/* line 774, ../sass/page.scss */
.product-detail-largepic ul {
    width: 9999px;
    position: absolute;
}

/* line 26, ../sass/_variable.scss */
.product-detail-largepic ul:before, .product-detail-largepic ul:after {
    content: "";
    display: table;
}

/* line 31, ../sass/_variable.scss */
.product-detail-largepic ul:after {
    clear: both;
}

/* line 778, ../sass/page.scss */
.product-detail-largepic ul li {
    float: left;
}

/* line 780, ../sass/page.scss */
.product-detail-largepic ul li img {
    width: 460px;
    height: auto;
}

@media screen and (max-width: 1280px) {
    /* line 780, ../sass/page.scss */
    .product-detail-largepic ul li img {
        width: 350px;
    }
}

/* line 790, ../sass/page.scss */
.product-detail-smallpic {
    width: 100%;
    height: 86px;
    position: relative;
    margin-top: 10px;
    overflow: hidden;
}

/* line 796, ../sass/page.scss */
.product-detail-smallpic .product-detail-smallpic-wrapper {
    width: 380px;
    height: 86px;
    position: absolute;
    left: 0;
    overflow: hidden;
}

@media screen and (max-width: 1280px) {
    /* line 796, ../sass/page.scss */
    .product-detail-smallpic .product-detail-smallpic-wrapper {
        width: 100%;
    }
}

/* line 807, ../sass/page.scss */
.product-detail-smallpic ul {
    position: absolute;
    width: 9999px;
}

/* line 810, ../sass/page.scss */
.product-detail-smallpic ul li {
    width: 86px;
    float: left;
    margin-right: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 1280px) {
    /* line 810, ../sass/page.scss */
    .product-detail-smallpic ul li {
        width: 80px;
        margin-right: 10px;
    }
}

/* line 819, ../sass/page.scss */
.product-detail-smallpic ul li img {
    width: 100%;
}

/* line 822, ../sass/page.scss */
.product-detail-smallpic ul li.active {
    border: 1px solid #e67634;
}

/* line 828, ../sass/page.scss */
.product-detail-picchange-buttonprev, .product-detail-picchange-buttonnext {
    width: 40px;
    height: 86px;
    display: block;
    position: absolute;
    cursor: pointer;
    display: none;
}

/* line 835, ../sass/page.scss */
.product-detail-picchange-buttonprev:before, .product-detail-picchange-buttonnext:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    width: 12px;
    height: 12px;
    border: 1px solid #e67634;
    border-top: none;
    border-right: none;
}

/* line 848, ../sass/page.scss */
.product-detail-picchange-buttonprev {
    left: 0;
}

/* line 850, ../sass/page.scss */
.product-detail-picchange-buttonprev:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 10px;
}

/* line 855, ../sass/page.scss */
.product-detail-picchange-buttonnext {
    right: 0;
}

/* line 857, ../sass/page.scss */
.product-detail-picchange-buttonnext:before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    right: 10px;
}

/* line 862, ../sass/page.scss */
.popout-pic-trigger {
    display: inline-block;
    text-decoration: underline;
    margin: 16px 0;
    cursor: pointer;
}

/* line 868, ../sass/page.scss */
.popout-pic-popoutwrapper {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    padding-right: 17px;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    display: none;
    overflow-x: hidden;
    overflow-y: scroll;
}

/* line 878, ../sass/page.scss */
.popout-pic-popoutcontent-wrapper {
    position: absolute;
    width: 100%;
    height: 900px;
    background: transparent;
}

/* line 884, ../sass/page.scss */
.popout-pic-popoutclose {
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    height: 100px;
    cursor: pointer;
}

/* line 891, ../sass/page.scss */
.popout-pic-popoutclose:before, .popout-pic-popoutclose:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 2px;
    margin-left: -20px;
    background: rgba(255, 255, 255, 0.8);
}

/* line 902, ../sass/page.scss */
.popout-pic-popoutclose:hover:before, .popout-pic-popoutclose:hover:after {
    background: white;
}

/* line 906, ../sass/page.scss */
.popout-pic-popoutclose:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* line 909, ../sass/page.scss */
.popout-pic-popoutclose:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* line 912, ../sass/page.scss */
.popout-pic-popout-picslide-wrapper {
    width: 800px;
    height: 100%;
    padding: 10px auto 0;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
}

/* line 918, ../sass/page.scss */
.popout-pic-popout-picinfor {
    width: 100%;
    color: #fff;
}

/* line 922, ../sass/page.scss */
.popout-pic-popout-product-title {
    display: inline-block;
    line-height: 3;
    font-size: 0.24rem;
    color: #e67634;
}

/* line 928, ../sass/page.scss */
.popout-pic-popout-picslide-index {
    position: absolute;
    right: 0;
    top: 2.2em;
    line-height: 1.5;
}

/* line 934, ../sass/page.scss */
.popout-pic-popout-picslide-largepic {
    width: 100%;
    height: 800px;
    position: relative;
    overflow: hidden;
}

/* line 940, ../sass/page.scss */
.popout-pic-popout-picslide-largepic ul {
    width: 9999px;
    position: absolute;
}

/* line 944, ../sass/page.scss */
.popout-pic-popout-picslide-largepic li {
    width: 800px;
    height: 800px;
    float: left;
}

/* line 949, ../sass/page.scss */
.popout-pic-popout-picslide-largepic img {
    width: 100%;
    height: 100%;
}

/* line 954, ../sass/page.scss */
.popout-pic-popout-picslide-buttonprev, .popout-pic-popout-picslide-buttonnext {
    width: 140px;
    height: 20%;
    position: absolute;
    top: 50%;
    margin-top: -10%;
    background: transparent;
    cursor: pointer;
}

/* line 963, ../sass/page.scss */
.popout-pic-popout-picslide-buttonprev:before, .popout-pic-popout-picslide-buttonnext:before {
    width: 20px;
    height: 20px;
    position: absolute;
    content: '';
    display: block;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
    border: 2px solid rgba(255, 255, 255, 0.6);
    border-top: 0;
    border-right: 0;
}

/* line 977, ../sass/page.scss */
.popout-pic-popout-picslide-buttonprev:hover:before, .popout-pic-popout-picslide-buttonnext:hover:before {
    border-color: #fff;
}

/* line 981, ../sass/page.scss */
.popout-pic-popout-picslide-buttonprev {
    left: -140px;
}

/* line 984, ../sass/page.scss */
.popout-pic-popout-picslide-buttonnext {
    right: -140px;
}

/* line 987, ../sass/page.scss */
.popout-pic-popout-picslide-buttonprev:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* line 990, ../sass/page.scss */
.popout-pic-popout-picslide-buttonnext:before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

/* line 994, ../sass/page.scss */
.popout-pic-popout-picslide-smallpic {
    width: 310px;
    height: 70px;
    margin: 0 auto;
    position: relative;
    left: 50%;
    margin-top: -80px;
    margin-left: -156px;
    z-index: 9999;
    overflow: hidden;
}

/* line 1003, ../sass/page.scss */
.popout-pic-popout-picslide-smallpic ul {
    position: absolute;
    width: 9999px;
}

/* line 1007, ../sass/page.scss */
.popout-pic-popout-picslide-smallpic li {
    width: 68px;
    height: 68px;
    float: left;
    margin: 0 5px;
}

/* line 1012, ../sass/page.scss */
.popout-pic-popout-picslide-smallpic li img {
    width: 100%;
    opacity: .6;
}

/* line 1017, ../sass/page.scss */
.popout-pic-popout-picslide-smallpic li.active img {
    border: 1px solid #e55500;
    opacity: 1;
}

/*相关产品*/
.product_detail_section {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
}

/*.product_detail_section_title{*/
/*width: 100%;*/
/*margin-bottom: 20px;*/
/*border-bottom: 1px solid #e55500;*/
/*padding-bottom: 10px;*/
/*}*/
.detail-content-section {
    margin: 40px 0;
}

.detail-content-section h2 {
    margin: 20px 0;
}

.product_detail_section_title a {
    color: #fff;
    font-size: .16rem;
    background: #e55500;
    padding: 8px 16px;
    border-top-right-radius: 6px;
}

.product_infor_relatedpic {
    width: 100%;
    height: 240px;
    position: relative;
    margin-top: 20px;
}

.product-pic-area {
    position: absolute;
    width: 860px;
    height: 240px;
    margin-left: 30px;
    overflow: hidden;
}

.product-pic-area ul {
    position: absolute;
    width: 9999px;
    overflow: hidden;
}

.product-pic-area li {
    width: 160px;
    margin-right: 15px;
    float: left;
}

.product-pic-area li:first-of-type {
    margin-left: 0;
}

.product-pic-area li img {
    width: 100%;
}

.product-pic-area li a {
    font-size: 14px;
    text-align: center;
}

.product-pic-area li p {
    margin-top: 10px;
    word-wrap: break-word;
}

.product-pic-area li:hover a {
    color: #e55500;
}

.product_infor_relatedpic_buttonprev, .product_infor_relatedpic_buttonnext {
    position: absolute;
    width: 30px;
    height: 100%;
    cursor: pointer;
}

.product_infor_relatedpic_buttonnext {
    right: 0;
}

.product_infor_relatedpic_buttonprev:before, .product_infor_relatedpic_buttonnext:before {
    position: absolute;
    display: block;
    content: '';
    width: 16px;
    height: 16px;
    top: 32%;
    border: 1px solid #e55500;
    border-top: 0;
    border-right: 0;
}

.product_infor_relatedpic_buttonprev:before {
    left: 4px;
    transform: rotate(45deg);
}

.product_infor_relatedpic_buttonnext:before {
    transform: rotate(-135deg);
    right: 4px;
}

/*产品详情*/
.detail-content-section h2 {
    font-size: 0.24rem;
    border-bottom: 1px solid rgba(102, 102, 102, 0.5);
    line-height: 2;
}

.detail-content-edit-section img {
    margin-bottom: 0px;
}

.detail-content-edit-section h2 {
    width: 790px;
    border-bottom: 1px solid #e67634;
    font-size: 0.2rem;
}

.detail-content-edit-section p {
    width: 790px;
}

/*.detail-content-section img{*/
/**/
/*}*/
.detail-content-edit-section table {
    margin: 1em 0 2em;
}

.detail-content-edit-section td {
    border: 1px solid #eee;
    padding: 6px 0;
}

.detail-content-edit-section tr:first-of-type td {
    background: #e67634;
}

.detail-content-edit-section tr:first-of-type td * {
    background: transparent !important;
    border: none !important;
}

.detail-content-edit-section div span {
    line-height: 1.6;
}

.detail-content-edit-section > div {
    width: 790px;
}

.detail-content-edit-section p, .detail-content-edit-section div {
    margin: 1em 0 .6em;
    line-height: 1.5;
    /*width: 790px;*/
}

/*news*/
.news-text a {
    color: #e67634;
    font-weight: bold;
}

.faqs-pagecontent img {
    margin: 40px auto 20px;
    width: auto;
}

.faqs-pagecontent p {
    margin: 1em 0;
}

.faqs-content-despcription {
    width: 100%;
    margin: 10px auto;
    text-align: center;
}

.faqs-pagecontent table {
    width: 100%;
    margin: 20px auto;
}

.faqs-pagecontent table td {
    padding: 4px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    line-height: 1.5;
    text-align: center;
}

.faqs-pagecontent .faqs-pagecontent-subtitle {
    margin: 1em 0;
    font-size: .18rem;
}

/*news detail*/
.news-text p {
    line-height: 1.6;
    margin: .6em 0;
}

.news-detail-section {
    margin-top: 40px;
    color: #111;
}

.news-detail-section a {
    color: #111;
}

a.prev-news:hover, a.next-news:hover {
    color: #e67634;
    text-decoration: underline;
}

.next-news {
    margin-left: auto;
}

.news-detail-section h3 {
    font-size: .2rem;
    margin-top: 20px;
    color: #e67634;
}

.news-detail-section .latest-news-list {
    margin-top: 10px;
}

.news-detail-section .latest-news-list li {
    padding-left: 18px;
    position: relative;
    line-height: 2;
}

.news-detail-section .latest-news-list li:before {
    content: '';
    display: block;
    position: absolute;
    top: 12px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #111;
}

.news-detail-section .latest-news-list li:hover:before {
    background: #e67634;
}

.news-detail-section .latest-news-list li:hover a {
    color: #e67634;
}


/*reflective-film*/
.film-page img{
    width: 100%;
}
.film-content{
    padding: 20px;
    margin-top: 40px;
    font-size: 16px;
    line-height: 1.25;
}
.summary{
    position: relative;
    padding: 10px 30px;
    font-size: 18px;
}
.summary:before{
    content: '“';
    position: absolute;
    top: 0;
    left: -10px;
    font-size: 28px;
    color: #e55500;
}
.summary:after{
    content: '”';
    position: absolute;
    bottom: -12px;
    right: 0;
    font-size: 28px;
    color: #e55500;
}

.film-list{
    padding: 30px 0 40px;
    border-bottom: 1px dashed #666;
}
.film-list:last-child{
    border: 0;
}
.film-list h2{
    font-size: 22px;
    color: #e67634;
    margin-bottom: 16px;
    text-indent: 1%;
}
.flex-item2{
    width: 50%;
    padding: 0 1%;
    box-sizing: border-box;
}
.film-list table{
    margin-top: 10px;
}
.film-list th, .film-list td{
    padding: 8px;
    vertical-align: top;
}
.film-list th{
    width: 80px;
    font-weight: bold;
}

@media screen and (max-width: 1280px) {
    .summary{
        font-size: 16px;
    }
    .film-list table{
        margin-top: -6px;
    }
    .film-list th, .film-list td{
        padding: 6px;
        vertical-align: top;
    }
}