@charset "UTF-8";
h1, h2, h3, h4 {
    font-weight: 400;
    margin: 0
}

input[type=checkbox], input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0
}

input[type=number] {
    -moz-appearance: textfield
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

fieldset {
    margin: 0;
    border: 0
}

input {
    border: 0;
    height: auto
}

input:focus, textarea:focus {
    outline: 0
}

input[type=number], input[type=text], textarea {
    font-size: 14px;
    line-height: 1.5;
    height: 36px;
    padding: 8px;
    border: 1px solid #999;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

input[type=number]:focus, input[type=text]:focus, textarea:focus {
    border-color: #e55500
}

.contact_content {
    width: 100%;
    padding: 20px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px
}

.title_style {
    font-size: 20px;
    line-height: 2;
    margin-top: 20px;
    padding: 0 40px;
    background: #e67634;
    display: inline-block;
    color: #fff;
    position: relative
}

.title_style:after {
    content: '';
    display: block;
    width: 1198px;
    height: 2px;
    background: #e67634;
    position: absolute;
    bottom: 0;
    left: 0
}

.float {
    float: left
}

.contact_list {
    width: 100%;
    margin: 20px 0
}

.contact_list_item {
    width: 25%;
    height: 274px;
    display: block;
    padding: 20px 40px;
    margin-bottom: 2px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #eee;
    border-right: 2px solid #fff;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.contact_list_item:hover span {
    text-decoration: underline
}

.contact_list .contact_list_item:first-of-type span {
    margin-top: 26px
}

.contact_list .contact_list_item:first-of-type:hover span {
    text-decoration: none
}

.contact_list .contact_list_item:nth-last-of-type(2) {
    width: 50%;
    padding: 20px;
    height: 460px
}

.contact_list .contact_list_item:last-of-type {
    width: 50%;
    height: 460px;
    border: 0;
    text-align: left
}

.contact_list .wechat_item p {
    text-align: left
}

.contact_list .wechat_item strong {
    color: #e55500;
    font-size: 16px
}

.contact_list .wechat_item div {
    width: 50%;
    padding: 20px 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.contact_list .contact_list_item:nth-of-type(4) {
    border: 0
}

.contact_list_item i, .contact_list_item span {
    display: block;
    margin: 10px auto;
    line-height: 1.5
}

.contact_list_item i {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #999
}

.contact_list_item .contact_item_title {
    font-size: 18px;
    margin: 10px 0
}

.contact_list_item p {
    margin: 10px auto
}

.contact_list_item span a {
    font-size: 20px;
    color: #e86834
}

.contact_list_item .contact_list_button {
    font-size: 15px;
    line-height: 2;
    color: #fff;
    font-weight: 400;
    width: 50%;
    background: #e55500
}

.contact_list_item:hover .contact_list_button {
    text-decoration: none
}

.contact_list_item i.contact_list_phone {
    background: url(../images/contact_img/phone-orange.svg) center center no-repeat;
    background-size: 36px
}

.contact_list_item i.contact_list_service {
    background: url(http://www.zjcnss.cn/test/images/service-orange.svg) center center no-repeat;
    background-size: 36px
}

.contact_list_item i.contact_list_qq {
    background: url(http://www.zjcnss.cn/test/images/qq-orange.svg) center center no-repeat;
    background-size: 36px
}

.contact_list_item i.contact_list_mail {
    background: url(http://www.zjcnss.cn/test/images/mail-orange.svg) center center no-repeat;
    background-size: 36px
}

.contact_list_item i.contact_list_wechat {
    background: url(../images/contact_img/wechat-orange.svg) center center no-repeat;
    background-size: 48px
}

.contact_form {
    margin-top: 10px
}

.contact_form h3 {
    font-size: 18px;
    padding-left: 14px;
    margin-bottom: 30px
}

.contact_form li {
    width: 100%;
    margin: 20px auto;
    overflow: hidden
}

.contact_form label {
    /*width: 16%;*/
    float: left;
    text-align: right;
    margin-bottom: 6px;
    position: relative;
    line-height: 2.5;
    padding-left: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.contact_form label:before {
    content: '*';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -18px;
    font-size: 18px;
    color: #e55500
}

.contact_form li:nth-of-type(3) label:before {
    content: ''
}

.contact_form input, .contact_form textarea {
    width: 84%;
    float: left
}

.contact_form textarea {
    height: 100px
}

.contact_form .form_submit {
    width: auto;
    height: auto;
    line-height: 2.5;
    padding: 0 40px;
    background: #e55500;
    color: #fff;
    font-size: 16px;
    margin: 0 auto auto 16%;
    cursor: pointer
}

.contact_complaint {
    margin: 20px 0
}

.contact_complaint_content {
    width: 25%;
    height: 334px;
    font-size: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px;
    background: #eee
}

.contact_complaint_content p {
    margin: 10px 0
}

.contact_complaint_content p strong {
    color: #e55500;
    font-size: 18px
}

.contact_complaint form {
    width: 75%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 0 40px
}

.contact_complaint p {
    line-height: 1.8
}

.contact_complaint p span {
    color: #e55500;
    font-weight: 700
}

.contact_complaint_form {
    width: 100%;
    border: 1px dashed #333;
    border-radius: 4px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.contact_complaint_form > li {
    margin: 10px 0;
    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: 70%;
    float: left
}

.contact_complaint_form > li > textarea {
    width: 85%;
    height: 120px
}

.complaint_type_list {
    width: 75%;
    float: left
}

.complaint_type_list li {
    padding: 6px 20px;
    margin-right: 14px;
    line-height: 1.5;
    border: 1px solid #999;
    position: relative;
    float: left;
    cursor: pointer
}

.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, .checkbox-list div label {
    display: inline-block;
    margin-right: 20px
}

.contact_complaint_form > li > label > span {
    color: #999
}

.upload_list {
    margin: 20px 0
}

.upload_list li {
    width: 100px;
    height: 100px;
    float: left;
    margin: 0 10px 10px 0;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

.upload_list li:not(:last-of-type):hover {
    opacity: .8;
    -ms-filter: 'alpha(opacity=80)'
}

.upload_list li:not(:last-of-type):hover:before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .9)
}

.upload_list li:not(:last-of-type):hover:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 8px;
    height: 2px;
    margin-top: 10px;
    margin-right: 6px;
    background: #e55500;
    border-radius: 1px
}

.upload_list li img {
    width: 100%;
    height: 100%
}

.upload_button {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100px;
    height: 100px;
    background: #ddd;
    cursor: pointer
}

.upload_button:after, .upload_button:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 2px;
    border-radius: 1px;
    background: #999
}

.upload_button:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.upload_button input {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px;
    cursor: pointer
}

.contact_complaint_form .contact_complaint_form_submit {
    width: 160px;
    height: auto;
    line-height: 2.5;
    background: #e55500;
    margin-left: 90px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    cursor: pointer
}

.contact_address {
    margin: 20px 0
}

.contact_factory_list {
    width: 320px;
    height: 428px;
    padding: 80px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #eee;
    font-size: 15px;
    float: left
}

.contact_factory_list table {
    margin: 12px 0
}

.contact_factory_list td, .contact_factory_list th {
    text-align: left;
    vertical-align: top;
    padding: 6px 0
}

.contact_factory_list th {
    width: 80px
}

.contact_factory_list dl {
    margin: 20px 0
}

.contact_factory_list dt {
    font-weight: 700;
    margin: 20px 0 4px
}

.contact_factory_list h3 {
    font-size: 18px;
    color: #e55500;
    font-weight: 700
}

.contact_wechat {
    margin: 0 auto 0 84px
}

.contact_wechat p {
    margin-top: 4px;
    padding-left: 48px
}

.map {
    width: 878px;
    height: 428px
}

#cover {
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    display: none
}

.submit_wrapper {
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    width: 300px;
    height: 180px;
    margin: -90px auto auto -150px;
    background: #fff;
    padding: 10px 14px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.submit_close {
    position: absolute;
    z-index: 999;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    cursor: pointer
}

.submit_close:after, .submit_close:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    margin-left: -10px;
    background: #666;
    border-radius: 1px
}

.submit_close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.submit_close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.submit_content {
    padding: 40px 0 20px;
    font-size: 17px
}

.submit_error_content {
    display: none
}

.submit_timer {
    text-align: center;
    margin-top: 18px
}

.submit_timer span {
    color: #e55500;
    font-size: 18px
}

.account_titleshort h1 {
    font-weight: 700
}

.menber_sidebarnav {
    margin-top: 10px;
    width: 100%
}

.printing-content {
    width: 100%;
    font-size: 16px;
    line-height: 1.5
}

.printing-content p {
    margin: 1em 0
}

.printing-content img {
    width: 100%
}

.printing-content-wrapper {
    padding: 20px;
    margin: 20px 0;
    border: 1px dashed #999;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.float-item {
    width: 50%;
    float: left
}

.float-item-text {
    padding: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.float-item-text h3 {
    color: #e55500;
    display: inline-block;
    border-bottom: 1px solid #e55500;
    font-weight: 700;
    margin: 24px 0 12px
}

.float-item-text li {
    position: relative;
    padding-left: 14px;
    line-height: 1.5;
    margin: 6px 0
}

.float-item-text li:before {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 4px;
    height: 4px;
    background: #e55500;
    border-radius: 50%
}

.float-item-text.special {
    font-size: 18px
}

.float-item-text.special li {
    margin: 12px 0
}

.float-item-text.special li:before {
    top: 5px;
    left: 0;
    width: 1px;
    height: 16px;
    border-radius: 0
}

.printing-content-list {
    margin: 60px 0 10px
}

.printing-content-list h2 {
    border-bottom: 1px solid #666
}

.printing-content-list h2 span {
    font-size: 20px
}

.printing-content-video {
    position: relative
}

.printing-content-video #video {
    position: absolute;
    top: 0;
    left: 0;
    width: 618px
}

.printing-content-swipe {
    position: relative;
    width: 926px;
    height: 320px;
    margin: 20px 0
}

.printing-content-swipe-area {
    position: relative;
    width: 925px;
    height: 260px;
    overflow: hidden
}

.printing-content-swipe-list {
    position: absolute;
    width: 9999px
}

.printing-content-swipe-list > div {
    width: 214px;
    float: left;
    margin-right: 23px
}

.printing-content-swipe-list h3 {
    font-size: 15px;
    text-align: center;
    margin-top: 4px
}

.printing-content-swipe-button {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100px;
    height: 32px;
    margin-left: -50px;
    background: #ccc;
    border-radius: 18px
}

.printing-button-next, .printing-button-prev {
    position: absolute;
    top: -1px;
    width: 32px;
    height: 32px;
    cursor: pointer
}

.printing-button-prev {
    left: 4px
}

.printing-button-next {
    right: 4px
}

.printing-button-next:before, .printing-button-prev:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    margin-left: -6px;
    border-top: 2px solid #e55500;
    border-left: 2px solid #e55500;
    border-radius: 2px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.printing-button-next:before {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

.p-summary {
    background: #fff;
    padding: 20px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 1.8;
    border-radius: 2px;
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, .2);
    box-shadow: 0 4px 16px rgba(0, 0, 0, .2);
    position: relative
}

.p-summary:after, .p-summary:before {
    position: absolute;
    font-size: 48px;
    color: #e55500;
    font-weight: 700
}

.p-summary:before {
    content: '“';
    top: -10px;
    left: 0
}

.p-summary:after {
    content: '”';
    bottom: -30px;
    right: 0
}

.p-summary strong {
    font-weight: 700;
    margin: 0 4px
}

.printing-content-related {
    width: 100%;
    margin: 20px 0
}

.related-item {
    float: left;
    width: 214px;
    margin-right: 23px
}

.related-item:last-of-type {
    margin-right: 0
}

.related-item h3 {
    text-align: center;
    line-height: 1.5;
    margin-top: 4px;
    font-size: 16px
}