<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* CSS Document */


/***************************宽屏样式 (start)***************************/

.w_1200 #lib_case_list li {
        padding: 10px 12px;
}

.w_1200 #lib_inquire_list&gt;ul&gt;li .info {
        width: 614px;
}

.w_1200 #lib_inquire_list&gt;form .rows label {
        width: 20%;
}

.w_1200 #lib_inquire_list &gt; ul &gt; li .info {
        width: 545px;
}

.w_1200 #shield_hd {
        width: 1200px;
}

.w_1200 #shield_bd .wide {
        width: 1200px;
}

.w_1200 #shield_bd .wide&gt;dl {
        width: 324px;
        margin-left: 88px;
}

.w_1200 #shield_bd .wide&gt;dl&gt;dt {
        margin: 31px auto 18px;
}

.w_1200 #shield_bd .wide&gt;dl:first-child {
        margin-left: 23px;
}


/*************************** 宽屏样式 end ***************************/


/*************************** 多语言样式 start ***************************/

.lang_de #shield_bd .wide&gt;dl&gt;dd {
        line-height: 160%;
}

.lang_es #shield_bd .wide&gt;dl&gt;dd {
        line-height: 160%;
}

.lang_fr #shield_bd .wide&gt;dl&gt;dd {
        line-height: 170%;
}

.lang_ru #shield_bd .wide&gt;dl&gt;dd {
        line-height: 160%;
}


/***************************宽屏样式 (end)***************************/


/**************************案例列表(start)**************************/

#lib_case_list {}

#lib_case_list li {
        float: left;
        width: 166px;
        padding: 10px;
        overflow: hidden;
}

#lib_case_list li .img {
        width: 164px;
        height: 164px;
        border: 1px solid #ddd;
        overflow: hidden;
        text-align: center;
        vertical-align: middle;
}

#lib_case_list li .name {
        padding-top: 5px;
        height: 36px;
        line-height: 18px;
        text-align: center;
        overflow: hidden;
}


/**************************案例列表(end)**************************/


/**************************新闻列表(start)**************************/

#lib_info_list {}

#lib_info_list li {
        height: 32px;
        line-height: 32px;
        border-bottom: 1px dashed #ccc;
        overflow: hidden;
        padding: 0 8px;
}

#lib_info_list li h3&gt;a {
        max-width: 80%;
        display: block;
        height: 32px;
        padding: 0 5px;
        overflow: hidden;
}

#lib_info_list li&gt;span {
        display: block;
        width: 100px;
        line-height: 32px;
        text-align: center;
}


/**************************新闻列表(end)**************************/


/**************************新闻详细(start)**************************/

#lib_info_detail {
    word-break: break-word;
}

#lib_info_detail&gt;h1 {
        font-size: 14px;
        font-family: Verdana;
        text-align: center;
        padding: 8px 12px;
        line-height: 25px;
        border-bottom: 1px dashed #ccc;
}

#lib_info_detail&gt;.contents {

        padding: 12px;
        line-height: 180%;
}


/**************************新闻详细(end)**************************/


/**************************下载列表(start)**************************/

#lib_down_list {}

#lib_down_list li {
        height: 32px;
        line-height: 32px;
        border-bottom: 1px dashed #ccc;
        overflow: hidden;
        padding: 0 8px;
}

#lib_down_list li span {
        display: inline-block;
        padding: 0 5px;
        font-size: 14px;
}

#lib_down_list li a {
        display: inline-block;
        padding: 0 10px 0 24px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        line-height: 22px;
        font-weight: bold;
        color: #fff;
        background: #6A3500;
        text-decoration: none;
        position: relative;
        margin-top: 5px;
}

#lib_down_list li a em {
        width: 11px;
        height: 10px;
        background-image: url(/static/images/ico/down.png);
        background-size: 100% 100%;
        position: absolute;
        left: 8px;
        top: 5px;
}


/**************************下载列表(end)**************************/


/**************************在线留言(start)**************************/

#lib_feedback_form {
        width: 100%;
        clear: both;
        /*overflow: hidden;*/
}

#lib_feedback_form .rows {
        margin: 10px 0;
        clear: both;
}

#lib_feedback_form .rows label {
        width: 20%;
        overflow: hidden;
        float: left;
        height: 28px;
        line-height: 28px;
        text-align: right;
        color: #555;
}

#lib_feedback_form .rows span {
        width: 75%;
        overflow: hidden;
        float: left;
        display: block;
        padding-left: 5px;
}

#lib_feedback_form .rows span .input {
        width: 280px;
        height: 25px;
        line-height: 25px;
        border: 1px solid #ddd;
        padding-left: 5px;
}

#lib_feedback_form .rows span .contents {
        width: 75%;
        height: 120px;
        min-height: 120px;
        line-height: 160%;
        padding: 5px;
}

#lib_feedback_form .rows span .vcode {
        /*text-transform: uppercase;*/
        width: 70px;
}

#lib_feedback_form .rows span img {
        margin-top: 2px;
}


/**************************在线留言(end)**************************/


/**************************在线询盘(start)**************************/

#lib_inquire_list {margin-top: 5px;}

#lib_inquire_list .empty {
        margin: 50px;
        font-size: 20px;
        font-family: Verdana;
}

#lib_inquire_list&gt;ul {}

#lib_inquire_list&gt;ul&gt;li {
        padding: 15px 0;
        min-height: 182px;
        border-bottom: 1px dashed #ddd;
        overflow: hidden;
}

#lib_inquire_list&gt;ul&gt;li:first-child {
        padding-top: 0;
}

#lib_inquire_list&gt;ul&gt;li .img {
        width: 180px;
        height: 180px;
        border: 1px solid #ddd;
        overflow: hidden;
}

#lib_inquire_list&gt;ul&gt;li .img a {
        display: block;
        width: 180px;
        height: 180px;
        text-align: center;
        vertical-align: middle;
}

#lib_inquire_list&gt;ul&gt;li .info {
        width: 545px;
}

#lib_inquire_list&gt;ul&gt;li .info .name {
        height: 28px;
        line-height: 25px;
        overflow: hidden;
        border-bottom: 1px dashed #ddd;
        font-size: 14px;
}

#lib_inquire_list&gt;ul&gt;li .info .price {
        font-size: 16px;
        margin-top: 10px;
}

#lib_inquire_list&gt;ul&gt;li .info .detail {
        padding-top: 5px;
        line-height: 180%;
        overflow: hidden;
}

#lib_inquire_list&gt;ul&gt;li .info .remove {
        padding-top: 5px;
        height: 20px;
        line-height: 22px;
        overflow: hidden;
}

#lib_inquire_list&gt;ul&gt;li .info .remove a {
        font-family: Verdana;
        font-size: 14px;
}

#lib_inquire_list&gt;ul&gt;li .info .remove i {
        display: block;
        width: 14px;
        height: 14px;
        overflow: hidden;
        background: url(../images/ico/normal.png) -349px -115px no-repeat;
        float: left;
        margin: 4px 3px;
}

#lib_inquire_list&gt;form {}

#lib_inquire_list&gt;form {
        padding-top: 25px;
        overflow: hidden;
        clear: both;
        overflow: hidden;
        margin: 0 auto;
}

#lib_inquire_list&gt;form .rows {
        margin: 10px 0;
        clear: both;
}

#lib_inquire_list&gt;form .rows label {
        width: 25%;
        overflow: hidden;
        float: left;
        height: 28px;
        line-height: 28px;
        text-indent: 40px;
        color: #555;
    text-align: right;
}

#lib_inquire_list&gt;form .rows&gt;span {
        width: 70%;
        overflow: hidden;
        float: left;
        display: block;
        padding-left: 5px;
}

#lib_inquire_list&gt;form .rows span .input {
        width: 280px;
        height: 25px;
        line-height: 25px;
        border: 1px solid #ddd;
        padding-left: 5px;
}

#lib_inquire_list&gt;form .rows span .input.vcode {
        width: 70px;
        margin-bottom: 10px;
}

#lib_inquire_list&gt;form .rows span select {
        height: 25px;
}

#lib_inquire_list&gt;form .rows span .contents {
        width: 68%;
        height: 100px;
        padding: 0 5px;
}


/**************************在线询盘(end)**************************/


/*************************** 404 start ***************************/

#error_page {
        background: #f0f0f0;
        padding: 150px 0;
}

#error_page .sw {
        width: 558px;
        margin: 0 auto;
}

#error_page .error_logo {
        background: url(/static/images/ico/error_logo.jpg) no-repeat center center;
        height: 225px;
}

#error_page .error_warning {
        margin-top: 12px;
        height: 30px;
        line-height: 30px;
        background: url(/static/images/ico/error_warning.jpg) no-repeat left center;
        text-indent: 49px;
        font-size: 18px;
        font-weight: bold;
}

#error_page .error_nav {
        text-align: center;
        margin-top: 30px;
        font-size: 18px;
        color: #727272;
}

#error_page .error_nav&gt;a {
        margin: 0 36px;
        font-size: 18px;
        color: #727272;
}


/*************************** 404 end ***************************/


/*浮动窗---1*/
.chatfloat0{position:fixed; right:0; width:92px; top:150px; z-index:1000;}
#float_window {
        width: 72px;
        padding: 1px;
        border-radius: 5px;
        background: #37bd9c;
        /*position: fixed;*/
        right: 20px;
        top: 150px;
        z-index: 10000;
}

#inner_window {
        width: 72px;
        border-radius: 5px 5px 0 0;
        min-height: 90px;
        background: #fff;
}

#demo_window {
        width: 43px;
        margin: 0 auto;
}

#demo_window a {
        display: block;
        width: 43px;
        height: 43px;
}

#demo_window a.QQ {
        background: url("qq.png") no-repeat center top;
}

#demo_window a.Skype {
        background: url(skype.png) no-repeat center top;
}

#demo_window a.Email {
        background: url(email.png) no-repeat center top;
}

#demo_window a.trademanager {
        background: url(ali.png) no-repeat center top;
}

#demo_window a.WeChat {
        position: relative;
        background: url(wechat1.png) center no-repeat;
}

#demo_window a.WeChat .relimg {
        position: absolute;
        left: -130px;
        top: -30px;
        width: 100px;
        height: 100px;
        display: none;
        z-index: 10;
        text-align: center;
        padding: 6px;
        background: #e3e3e3;
}

#demo_window a.WeChat:hover .relimg {
        display: block;
}

#demo_window a.WeChat .relimg img {
        max-width: 100%;
        max-height: 100%;
}

#demo_window div {
        background: #fff;
}

#go_top {
        display: block;
        height: 24px;
        line-height: 24px;
        color: #fff;
        text-align: center;
        font-size: 14px;
}

#go_top:hover {
        text-decoration: none;
}


/*浮动窗---2*/

#service_0 {
        width: 95px;
        position: fixed;
        right: 0;
        top: 150px;
        z-index: 10000;
}

#service_0 .r {
        display: block;
        padding-left: 32px;
        margin-bottom: 6px;
        position: relative;
        height: 100%;
}

#service_0 .r a {
        display: block;
        width: 63px;
        height: 35px;
        line-height: 35px;
        text-decoration: none;
        text-indent: 6px;
        color: #fff;
}

#service_0 .r0 {
        background: url(../images/ico/ser_0.png) no-repeat 0px 0px;
}

#service_0 .r0 a {
        background: #45a4eb;
}

#service_0 .r1 {
        background: url(../images/ico/ser_0.png) no-repeat 0px -82px;
}

#service_0 .r1 a {
        background: #66b433;
}

#service_0 .r2 {
        background: url(../images/ico/ser_0.png) no-repeat 0px -123px;
}

#service_0 .r2 a {
        background: #186caa;
}

#service_0 .r3 {
        background: url(../images/ico/ser_0.png) no-repeat 0px -41px;
}

#service_0 .r3 a {
        background: #ffc000;
}

#service_0 .r4 {
        background: url(../images/ico/ser_0.png) no-repeat 0px -164px;
}

#service_0 .r4 a {
        background: #555555;
}

#service_0 .r4 .relimg {
        width: 100px;
        height: 100px;
        padding: 6px;
        background: #e3e3e3;
        position: absolute;
        left: -120px;
        top: -40px;
        display: none;
}

#service_0 .r4 .relimg img {
        max-width: 100%;
        min-height: 100%;
}

#service_0 .r4:hover .relimg {
        display: block;
}

#service_0 .top {
        background: url(../images/ico/ser_0.png) no-repeat 0px -205px;
        padding-left: 24px;
}

#service_0 .top a {
        background: #ff7200 url(../images/ico/ser_top.png) no-repeat 36px center;
        width: 71px;
}


/*浮动窗---3*/

#service_1 {
        width: 49px;
        position: fixed;
        right: 20px;
        top: 150px;
        z-index: 10000;
}

#service_1 .r {
        display: block;
        margin-bottom: 8px;
}

#service_1 .r a {
        display: block;
        width: 49px;
        height: 49px;
        text-decoration: none;
}

#service_1 .r0 {
        background: url(../images/ico/ser_1.png) no-repeat 0px 0px;
}

#service_1 .r1 {
        background: url(../images/ico/ser_1.png) no-repeat 0px -114px;
}

#service_1 .r2 {
        background: url(../images/ico/ser_1.png) no-repeat 0px -170px;
}

#service_1 .r3 {
        background: url(../images/ico/ser_1.png) no-repeat 0px -57px;
}

#service_1 .r4 {
        background: url(../images/ico/ser_1.png) no-repeat 0px -227px;
        position: relative;
}

#service_1 .r4 .relimg {
        width: 150px;
        height: 150px;
        padding: 6px;
        background: #e3e3e3;
        position: absolute;
        left: -172px;
        top: -49px;
        display: none;
}

#service_1 .r4 .relimg img {
        max-width: 100%;
        min-height: 100%;
}

#service_1 .r4:hover .relimg {
        display: block;
}

#service_1 .top {
        background: url(../images/ico/ser_1.png) no-repeat 0px -284px;
}


/*浮动窗---4*/

#service_2 {
        width: 74px;
        position: fixed;
        right: 20px;
        top: 150px;
        z-index: 10000;
}

#service_2 .sert {
        height: 79px;
        cursor: pointer;
        background: url(../images/ico/ser_2.png) no-repeat 0px 0px;
        margin-bottom: 10px;
}

#service_2 .sert:hover {
        background: url(../images/ico/ser_2.png) no-repeat -114px 0px;
}

#service_2 .r {
        display: block;
        width: 40px;
        height: 40px;
        margin: 0 auto;
        margin-bottom: 8px;
}

#service_2 .r a {
        display: block;
        text-decoration: none;
        width: 100%;
        height: 100%;
}

#service_2 .r0 {
        background: url(../images/ico/ser_2.png) no-repeat -18px -89px;
}

#service_2 .r0:hover {
        background: url(../images/ico/ser_2.png) no-repeat -132px -89px;
}

#service_2 .r1 {
        background: url(../images/ico/ser_2.png) no-repeat -18px -137px;
}

#service_2 .r1:hover {
        background: url(../images/ico/ser_2.png) no-repeat -132px -137px;
}

#service_2 .r2 {
        background: url(../images/ico/ser_2.png) no-repeat -18px -233px;
}

#service_2 .r2:hover {
        background: url(../images/ico/ser_2.png) no-repeat -132px -233px;
}

#service_2 .r3 {
        background: url(../images/ico/ser_2.png) no-repeat -18px -184px;
}

#service_2 .r3:hover {
        background: url(../images/ico/ser_2.png) no-repeat -132px -184px;
}

#service_2 .r4 {
        background: url(../images/ico/ser_2.png) no-repeat -18px -279px;
        position: relative;
}

#service_2 .r4 .relimg {
        width: 100px;
        height: 100px;
        padding: 6px;
        background: #e3e3e3;
        position: absolute;
        left: -120px;
        top: -35px;
        display: none;
}

#service_2 .r4:hover {
        background: url(../images/ico/ser_2.png) no-repeat -132px -279px;
}

#service_2 .r4:hover .relimg {
        display: block;
}

#service_2 .top {
        background: url(../images/ico/ser_2.png) no-repeat -18px -325px;
}

#service_2 .top:hover {
        background: url(../images/ico/ser_2.png) no-repeat -132px -325px;
}


/*浮动窗---5*/

#service_3 {
        width: 94px;
        position: fixed;
        right: 20px;
        top: 150px;
        z-index: 10000;
}

#service_3 .sert {
        height: 60px;
        cursor: pointer;
        background: url(../images/ico/ser_3.png) no-repeat 0px 0px;
}

#service_3 .r {
        display: block;
        padding-left: 37px;
        margin-bottom: 8px;
}

#service_3 .r a {
        display: block;
        width: 54px;
        height: 37px;
        line-height: 37px;
        text-decoration: none;
        color: #fff;
}

#service_3 .r0 {
        background: url(../images/ico/ser_3.png) no-repeat 0px -60px;
}

#service_3 .r1 {
        background: url(../images/ico/ser_3.png) no-repeat 0px -149px;
}

#service_3 .r2 {
        background: url(../images/ico/ser_3.png) no-repeat 0px -194px;
}

#service_3 .r3 {
        background: url(../images/ico/ser_3.png) no-repeat 0px -105px;
}

#service_3 .r4 {
        background: url(../images/ico/ser_3.png) no-repeat 0px -238px;
        position: relative;
}

#service_3 .r4 .relimg {
        width: 100px;
        height: 100px;
        padding: 6px;
        background: #e3e3e3;
        position: absolute;
        left: -120px;
        top: -35px;
        display: none;
}

#service_3 .r4:hover .relimg {
        display: block;
}

#service_3 .top {
        background: url(../images/ico/ser_3.png) no-repeat 0px -282px;
        padding-left: 21px;
}


/*浮动窗*/
.chathide{right:-115px;}
.chattrans{-webkit-transition:right .3s; transition:right .3s;}
#chat_float_btn{text-align:center; height:70px; width:35px; border-radius:35px 0 0 35px; position:fixed; top:160px; right:0; z-index:1001; background:url(chat_float_btn.png) no-repeat 12px center; cursor:pointer;}

#alert_img {
        background: red url(/static/images/ico/alert_img.png) no-repeat left top !important;
}

.attr_row {
        overflow: hidden;
        margin: 5px 0 5px 0;
        line-height: 20px;
}

.attr_row .attr_name {
        width: 120px;
}

.attr_row .attr_name strong {
        font-size: 14px;
}

.attr_row .attr_val {
        width: 140px;
}

#cop {
        color: #fff;
}

#footer_feedback {
        width: 298px;
        position: fixed;
        height: 310px;
        bottom: -400px;
        right: 0px;
        background: #fff;
        border-radius: 5px 5px 0 0;
        overflow: hidden;
        z-index: 10001;
}

#footer_feedback.up {}

#footer_feedback .title {
        background: #95be06;
        height: 40px;
        line-height: 40px;
        text-indent: 15px;
        font-size: 14px;
        color: #fff;
        cursor: default;
        position: relative;
}

#footer_feedback .title .close {
        width: 9px;
        height: 9px;
        display: block;
        background: url(../images/ico/close.png) no-repeat;
        position: absolute;
        right: 13px;
        top: 15px;
        margin: 0;
}

#footer_feedback .demo {
        width: 258px;
        margin: 0 auto;
}

#footer_feedback .tips {
        line-height: 130%;
        font-size: 14px;
        color: #333333;
}

#footer_feedback .tips_title {
        color: #878787;
        font-size: 14px;
}

#footer_feedback .text {
        border-radius: 5px;
        border: 1px solid #cdcdcd;
        display: block;
        height: 32px;
        line-height: 32px;
        text-indent: 11px;
        color: #aaaaaa;
        font-size: 14px;
        width: 100%;
}

#footer_feedback .send {
        border-radius: 3px;
        background: #95be06;
        height: 32px;
        line-height: 32px;
        border: 0px none;
        width: 100%;
        text-align: center;
        color: #fff;
        font-size: 14px;
        cursor: pointer;
}

.prod_info_group {
        overflow: hidden;
        margin-top: 10px;
}

.prod_info_group li {
        height: 22px;
        line-height: 20px;
        margin-bottom: 10px;
        float: left;
        margin-right: 10px;
        overflow: hidden;
}

.prod_info_group li a {
        border: 1px #bebebe solid;
        border-radius: 4px;
        -ms-border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        background: #ddd;
        text-align: center;
        display: block;
        font-size: 12px;
        padding: 0 12px;
        color: #fff !important;
}

#pdetail .gallery .bigimg {
        max-height: inherit !important;
}


/*评论*/

#review_list {
        overflow: hidden;
}

#review_list .r {
        overflow: hidden;
        margin-bottom: 25px;
        border-bottom: 1px dashed #b2b2b2;
        padding-bottom: 45px;
}

#review_list .date {
        float: left;
        width: 142px;
        overflow: hidden;
}

#review_list .date font {
        font-size: 14px;
}

#review_list .date .n {
        margin: 3px 0 7px 0;
}

#review_list .text .n {
        font-size: 16px;
        color: #333333;
}

#lib_review_form {
        overflow: hidden;
}

#lib_review_form form {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 30px;
}

#lib_review_form h1 {
        font-size: 22px;
        height: 40px;
        background: url(../images/ico/re1.jpg) repeat-x left bottom;
        float: left;
        padding: 0px 8px;
        margin-bottom: 15px;
        margin-left: 35%;
        margin-top: 30px;
}

#lib_review_form h1 div {
        background: url(../images/ico/re0.jpg) no-repeat center bottom;
        height: 100%;
}

#lib_review_form label {
        font-size: 12px;
        color: #000;
        display: block;
        margin-bottom: 10px;
}

#lib_review_form input {
        display: block;
        height: 40px;
        line-height: 40px;
        border: 1px solid #afafaf;
        background: #eeeeee;
        border-radius: 0px;
}

#lib_review_form textarea {
        display: block;
        border: 1px solid #afafaf;
        background: #eeeeee;
}

#lib_review_form .form_button {
        height: auto;
        line-height: 100%;
        background: #e74c3c;
        border: 0px none;
        padding: 8px;
        display: block;
        width: auto;
}


/*评论*/


/*无产品的提示*/

#empty {
        font-size: 18px;
        color: #000;
        padding-left: 20px;
}


/*无产品的提示*/


/***** loading start *****/

.loading {
        z-index: 100;
        position: absolute;
        background: #ccc;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
}

.loading_big {
        background: url(/static/images/ico/loading.gif) no-repeat;
        z-index: 9999;
        position: absolute;
        width: 32px;
        height: 32px;
        cursor: wait;
}

.loading_small {
        background: url(/static/images/ico/loading_small.gif) no-repeat;
        z-index: 9999;
        position: absolute;
        width: 14px;
        height: 14px;
        cursor: wait;
}


/***** loading end *****/


/*图片逐渐放大效果*/

.delay {
        -moz-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        overflow: hidden;
}

.delay:hover {
        transform: scale(1.08, 1.08);
        -moz-transform: scale(1.08, 1.08);
        -ms-transform: scale(1.08, 1.08);
        -webkit-transform: scale(1.08, 1.08);
        -o-transform: scale(1.08, 1.08);
}


/*图片逐渐放大效果*/


/*图片经过遮罩*/

.filter:hover {
        filter: alpha(opacity=70);
        -moz-opacity: 0.7;
        -webkit-opacity: 0.7;
        opacity: 0.7;
}


/*图片经过遮罩*/


/*图片经过旋转*/

.r_delay {
        -moz-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
}

.r_delay:hover {
        transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
}


/*图片经过旋转*/


/*图片经过渐变*/

.i_delay {
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
}


/*图片经过渐变*/


/*图片经过滚动*/

.slide:hover .t {
        transform: translate(0, -100%);
        -webkit-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
}

.slide:hover .b {
        transform: translate(0, -100%);
        -webkit-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
}


/*图片经过滚动*/


/*自定义属性样式*/

#attribute {
        background: #000;
        overflow: hidden;
}

#attribute td {
        background: #fff;
        padding: 10px;
        font-size: 14px;
}

#attribute td strong {
        font-size: 14px;
}


/*产品详细页右边的模块*/

#pdetail .info {
        width: 515px;
}

#pdetail .name {
        font-size: 24px;
        color: #000000;
}

#pdetail .price {
        font-size: 24px;
        color: #ff4670;
}

#pdetail .brief {
        padding: 11px 0px;
        font-size: 12px;
        line-height: 24px;
        color: #333;
}

#pdetail .feature {
        width: 100%;
        padding: 6px 14px;
        border-bottom: 1px dashed #ccc
}

#pdetail .feature td {
        min-width: 140px;
        font-size: 12px;
        line-height: 20px;
        color: #333
}

.pro_right .down_list li {
        height: 32px;
        line-height: 32px;
        border-bottom: 1px dashed #ccc;
        overflow: hidden;
        padding: 0 8px;
}

.pro_right .down_list li span {
        display: inline-block;
        padding: 0 5px;
        font-size: 14px;
}

.pro_right .down_list li a {
        display: inline-block;
        padding: 0 10px 0 24px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        line-height: 22px;
        font-weight: bold;
        color: #fff;
        background: #6A3500;
        text-decoration: none;
        position: relative;
        margin-top: 5px;
}

.pro_right .down_list li a em {
        width: 11px;
        height: 10px;
        background-image: url(/static/images/ico/down.png);
        background-size: 100% 100%;
        position: absolute;
        left: 8px;
        top: 5px;
}

#add_to_inquiry {
        display: block;
        width: auto;
        height: 30px;
        line-height: 30px;
        text-align: center;
        color: white;
        background: #fe4e76;
        font-size: 14px;
        float: left;
        padding: 0 20px;
        margin-right: 20px;
}

.prod_info_group {
        margin: 0;
}

.prod_info_group li {
        margin: 0;
        line-height: 100%;
        height: auto;
}

.prod_info_group li a {
        background: #fe4e76;
        color: #FFF;
        float: left;
        border-radius: 0px;
        border: 0px none;
        display: block;
        height: 30px;
        line-height: 30px;
}


/*win_alert*/

.win_alert {
        position: fixed;
        left: 0;
        top: 30%;
        background: #fff;
        border: 1px #ccc solid;
        opacity: 0.95;
        filter: alpha(opacity=95);
        width: 400px;
        z-index: 100000;
        border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        padding-top: 7px;
        overflow: hidden;
        box-shadow: 0 2px 10px rgba(0, 0, 0, .25);
        -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .25);
}

.win_alert .win_close {
        height: 14px;
        padding: 5px 0;
}

.win_alert .win_close .close {
        float: right;
        padding: 0;
        line-height: 100%;
        font-size: 16px;
        margin-right: 17px;
        opacity: 0.2;
        filter: alpha(opacity=20);
        cursor: pointer;
        background: none;
        border: 0;
        font-weight: bold;
        text-shadow: 0 1px 0 #fff;
        color: #000;
        outline: 0;
}

.win_alert .win_close .close:hover {
        opacity: 0.5;
        filter: alpha(opacity=50);
}

.win_alert .win_tips {
        padding: 12px 30px 26px 80px;
        background: url(win_warning.jpg) no-repeat 30px 8px;
        line-height: 23px;
        border-bottom: 1px #dbdbdb solid;
        margin-bottom: 1px;
}

.win_alert .win_btns {
        padding: 10px 4px 10px 0;
        background: #ededed;
        text-align: right;
}

.win_alert .win_btns .btn {
        height: 23px;
        line-height: 23px;
        text-align: center;
        padding: 0 17px;
        border: 1px #b7b7b7 solid;
        background: #fff;
        color: #7d7070;
        cursor: pointer;
        margin-right: 12px;
        font-size: 14px;
}

.win_alert .win_btns .btn_sure {
        border: 1px #30ad8f solid;
        background: #37bd9c;
        color: #fff;
}


/*屏蔽*/

.wide {
        width: 980px;
        min-width: 980px;
        margin: 0 auto;
}

#shield_hd {
        padding: 60px 0 31px;
}

#shield_hd .shield_sorry {
        padding: 18px 0;
        font-size: 100px;
        color: #cdcdcd;
        font-weight: bold;
        line-height: 100%;
        text-transform: uppercase;
}

#shield_hd&gt;p {
        height: 33px;
        line-height: 33px;
        margin: 0;
        color: #494949;
        padding: 0 4px;
        font-weight: bold;
        font-size: 13px;
}

#shield_hd&gt;p&gt;a {
        color: #48a77a;
        text-decoration: underline;
}

#shield_bd {
        width: 100%;
        background: url(../images/ico/shield_bg.jpg) repeat;
}

#shield_bd .shield_error {
        background: url(../images/ico/shield_error.png) no-repeat center top;
}

#shield_bd .wide {
        height: 401px;
}

#shield_bd .wide&gt;dl {
        width: 309px;
        margin-left: 22px;
}

#shield_bd .wide&gt;dl&gt;dt {
        width: 118px;
        height: 118px;
        overflow: hidden;
        margin: 25px auto 12px;
        background-image: url(../images/ico/shield_ico.png);
        background-repeat: no-repeat;
}

#shield_bd .wide&gt;dl&gt;dd {
        color: #fff;
        line-height: 180%;
        font-size: 14px;
}

#shield_bd .wide&gt;dl&gt;dd&gt;h3 {
        font-weight: bold;
        display: block;
        color: #fff;
        font-size: 13px;
}

#shield_bd .wide&gt;dl.item_0&gt;dt {
        background-position: 0 0;
}

#shield_bd .wide&gt;dl.item_1&gt;dt {
        background-position: 0 -118px;
}

#shield_bd .wide&gt;dl.item_2&gt;dt {
        background-position: 0 -236px;
}

#shield_bd .wide&gt;dl:first-child {
        margin-left: 4px;
}


/*前台编辑器*/

#global_editor_contents {
        font-family: sans-serif;
}
#global_editor_contents&gt;div:nth-child(3)&gt;div:not(:first-child)&gt;div{
        /*width:458px;
        height:458px;
        float:left;
        border:1px solid #ddd;*/
}
#global_editor_contents&gt;div:nth-child(3)&gt;div:not(:first-child)&gt;div:first-child{

}
#global_editor_contents&gt;div:nth-child(3)&gt;div:not(:first-child)&gt;div&gt;div{
        /*display:block;
        width:400px;
        height:400px;
        margin:30px auto;*/
}
#global_editor_contents&gt;div:nth-child(3)&gt;div:not(:first-child)&gt;div&gt;div&gt;img{
       /* max-width:400px;
        height:auto;*/
}
#global_editor_contents p {
        margin: 5px 0;
        font-size: 14px;
}
#global_editor_contents dl,
#global_editor_contents div{
    font-size: 14px;
}
#global_editor_contents img{
        max-width:100%;
        height:auto;
}
#global_editor_contents h1 {
        font-size: 24px;
}

#global_editor_contents h2 {
        font-size: 22px;
}

#global_editor_contents h3 {
        font-size: 20px;
}

#global_editor_contents h4 {
        font-size: 18px;
}

#global_editor_contents h1, #global_editor_contents h2, #global_editor_contents h3, #global_editor_contents h4, #global_editor_contents h5, #global_editor_contents h6, #global_editor_contents b, #global_editor_contents strong {
        font-weight: bold;
}

#global_editor_contents h4 {
        margin: 1.33em 0;
}

#global_editor_contents li {
        list-style-position: inside;
        list-style-type: inherit;
        margin-left: 30px;
}

#global_editor_contents li p {
        display: inline-block;
}

#global_editor_contents i, #global_editor_contents cite, #global_editor_contents em {
        font-style: italic;
}

#global_editor_contents td, #global_editor_contents th {
        padding: 5px 10px;
        border: 1px #ddd solid;
}

#global_editor_contents .selectTdClass {
        background-color: #edf5fa!important;
}

#global_editor_contents table.noBorderTable td, #global_editor_contents table.noBorderTable th, #global_editor_contents table.noBorderTable caption {
        border: 1px #ddd dashed!important;
}

#global_editor_contents table {
        margin-bottom: 10px;
        border-collapse: collapse;
        display: table;
}

#global_editor_contents td, #global_editor_contents th {
        padding: 5px 10px;
        border: 1px #ddd solid;
}

#global_editor_contents caption {
        border: 1px #ddd dashed;
        border-bottom: 0;
        padding: 3px;
        text-align: center;
}

#global_editor_contents th {
        border-top: 1px #bbb solid;
        background-color: #f7f7f7;
}

#global_editor_contents table tr.firstRow th {
        border-top-width: 2px;
}

#global_editor_contents .ue-table-interlace-color-single {
        background-color: #fcfcfc;
}

#global_editor_contents .ue-table-interlace-color-double {
        background-color: #f7faff;
}

#global_editor_contents td p {
        margin: 0;
        padding: 0;
}

#global_editor_contents .pagebreak {
        display: block;
        clear: both!important;
        cursor: default!important;
        width: 100%!important;
        margin: 0;
}

#global_editor_contents pre {
        margin: .5em 0;
        padding: .4em .6em;
        border-radius: 8px;
        background: #f8f8f8;
}

#global_editor_contents img {
        max-height: none;
}

div.hvalign-cnt&gt;img{
        height:auto;
        width:auto;
        padding: 5px;
}
div.hvalign-cnt&gt;img:first-child{
        padding-left: 0px;
}

/*前台编辑器 */

/*验证码*/

form .rows span#ccaptcha{display: inline-flex;line-height: 30px;width: 230px;float: unset;font-size: 12px;}
form .rows span#ccaptcha&gt;img{width: 20px;height: 20px;margin-top: 5px;}

#global_editor_contents .loading {
        z-index: 0;
        position: unset;
        background: #ccc;
        width: unset;
        height: unset;
        top:unset;
        left: unset;
}
form .rows span#ccaptcha&gt;img {
        width: 13px;
        height: 13px;
        margin-top: 7px;
        margin-right: 5px;
    }</pre></body></html>