@charset "utf-8";

/* CSS Document */
body {
    width: 100%;
    min-width: 640px;
    font-family: "Microsoft Yahei", Helvetica, Arial, sans-serif;
    overflow-x: hidden;

    padding-top: 156px;
    padding-bottom: 178px;
}

body.pt96 {
    padding-top: 96px;
}

body.on {
    overflow: hidden;
}

input {
    outline: none;
}

textarea {
    outline: none;
    resize: none;
}

.put-place::-webkit-input-placeholder {
    color: #ccc;
}

.put-place:-moz-placeholder {
    color: #ccc;
    opacity: 1;
}

.put-place::-moz-placeholder {
    color: #ccc;
    opacity: 1;
}

.put-place:-ms-input-placeholder {
    color: #ccc;
}


img {
    max-width: 100%;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.container {
    width: 640px;
    min-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

.w600 {
    width: 600px;
    padding: 0 20px;
    margin-left: auto;
    margin-right: auto;
}

.f0 {
    font-size: 0;
}

/* ===============public=================== */
/* header */
.header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
    background: #fff;
    padding-top: 19px;
}

.header-search {
    width: 250px;
    height: 46px;
    border: 2px solid #b3b3b3;
    border-radius: 46px;
    margin-top: 6px;
}

.header-search .put-01 {
    width: 162px;
    background: none;
    border: none;
    font-size: 18px;
    color: #333;
    line-height: 20px;
    padding: 11px 0 11px 18px;
}

.header-search .but-01 {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 62px;
    background: none;
    border: none;
    outline: none;
}

.header-lauguage {
    position: relative;
    z-index: 10;
    width: 140px;
    height: 40px;
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
}

.header-lauguage .span-01 {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #666;
    padding-left: 38px;
    background: url('../images/icon-01.png') left center no-repeat;
}

.header-lauguage .span-02 {
    padding-right: 30px;
    background: url('../images/icon-02.png') right center no-repeat;
}

.header-lauguage-down {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #f2f2f2;
    display: none;
}

.header-lauguage-down a {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #999;
    border-top: 1px solid #e6e6e6;
}

.header-lauguage-down a:first-child {
    border-top: none;
}

.header-lauguage.on .span-01 {
    color: #09377c;
    background: url('../images/icon-01h.png') left center no-repeat;
}

.header-lauguage.on .span-02 {
    background: url('../images/icon-02h.png') right center no-repeat;
}

.header-lauguage.on .header-lauguage-down {
    display: block;
}

.nav {
    position: relative;
    margin-top: 18px;
    background: #fafafa;
}

.nav-list {
    padding: 0 20px;
    white-space: nowrap;
    overflow: auto;
    font-size: 0;
}

.nav-list li {
    display: inline-block;
    min-width: 25%;
    text-align: center;
    padding: 0 15px;
    box-sizing: border-box;
}

.nav-list li > a {
    display: inline-block;
    font-size: 24px;
    line-height: 24px;
    color: #333;
    padding-top: 19px;
    padding-bottom: 14px;
    border-bottom: 3px solid #fafafa;
    cursor: pointer;
}

.nav-list li.on > a {
    color: #206fa1;
    border-color: #206fa1;
}

.nav-down {
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    background: #fff;
    white-space: nowrap;
    overflow: auto;
    padding: 10px 15px;
}

.nav-down .div-01 {
    display: none;
    white-space: nowrap;
    overflow: auto;
}

.nav-down a {
    display: inline-block;
    font-size: 22px;
    color: #666;
    margin: 0 5px;
    padding: 0 14px;
    background: #f5f5f5;
    border-radius: 5px;
    line-height: 40px;
}

/* footer */
.footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    display: flex;
    justify-content: space-around;
    background: #206fa1;
}

.footer a, .footer > span {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    line-height: 18px;
    padding-top: 17px;
    padding-bottom: 16px;
    cursor: pointer;
}

.footer .span-icon {
    margin-bottom: 10px;
}

.footer .span-icon img {
    height: 41px;
}

.footer .span-ewm {
    position: absolute;
    right: 0;
    bottom: 100%;
    width: 140px;
    height: 140px;
    border: 5px solid #fff;
    background: blue;
    display: none;
}

/* ===============index=================== */
.banner > .swiper-pagination-bullets {
    bottom: 20px;
}

.banner > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 12px;
}

.banner .swiper-pagination-bullet {
    width: 17px;
    height: 17px;
    border-radius: 50%;
    border: 2px solid #fff;
    background: rgba(204, 204, 204, .49);
    opacity: 1;
    cursor: pointer;
}

.banner .swiper-pagination-bullet-active {
    position: relative;
    top: 2px;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 4px solid #2665c4;
}

.banner img {
    width: 100%;
    height: 360px;
}

.index-product {
    padding-top: 40px;
    padding-bottom: 40px;
}

.index-title {
    width: 192px;
    height: 57px;
    padding-top: 18px;
    background: url('../images/bg-01.png') center no-repeat no-repeat;
}

.index-title b {
    display: block;
    font-size: 32px;
    color: #666;
    line-height: 32px;
    padding-bottom: 12px;
    background: url('../images/line-01.jpg') center bottom no-repeat;
}

.index-product-list {
    margin: 0 10px;
    padding: 20px 0 40px;
}

.index-product-a1 {
    width: 300px;
    margin: 20px 5px 0;
    padding-bottom: 13px;
    background: #fff;
    color: #666;
    -webkit-box-shadow: 0 0 16px rgba(131, 131, 131, .3);
    -moz-box-shadow: 0 0 16px rgba(131, 131, 131, .3);
    box-shadow: 0 0 16px rgba(131, 131, 131, .3);
}

.index-product-a1 .span-img {
    border-bottom: 1px solid #e6e6e6;
}

.index-product-a1 .span-img img {
    width: 300px;
    height: 195px;
}

.index-product-a1 .span-txt {
    padding: 0 12px;
    line-height: 30px;
    font-size: 22px;
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 11px;
}

.index-more {
    width: 191px;
    height: 65px;
    line-height: 65px;
    border: 1px solid #ccc;
    font-size: 22px;
    color: #666;
}

.index-more bdo {
    display: inline-block;
    width: 21px;
    height: 21px;
    margin-left: 20px;
    background: url('../images/icon-08.png') center center no-repeat;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.index-news {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #f2f2f2;
}

.index-news .index-title {
    background: url('../images/bg-011.png') center center no-repeat;
}

.index-news-list {
    margin-bottom: 50px;
}

.index-news-list li {
    padding: 0 20px;
    margin-top: 10px;
    background: #fff;
}

.index-news-list li a {
    display: block;
    font-size: 22px;
    color: #666;
    line-height: 74px;
    padding-left: 18px;
    background: url('../images/icon-09.png') left center no-repeat;
    height: 74px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.public-point {
    position: fixed;
    left: 50%;
    right: 0;
    bottom: 100px;
    width: 600px;
    margin-left: -320px;
    padding: 11px 20px;
    background: #919499;
}

.public-point a {
    display: inline-block;
    margin: 0 25px;
    width: 162px;
    height: 56px;
    font-size: 22px;
    color: #fff;
    line-height: 56px;
    background: #bdbdbd;
    border-radius: 56px;
}

/* ===============03-首页-分类页=================== */
.product-sort a {
    cursor: pointer;
}

.product-main {
    position: fixed;
    width: 640px;
    left: 50%;
    right: 0;
    top: 156px;
    bottom: 103px;
    z-index: 2;
    margin-left: -320px;
}

.product-sort-left, .prosuct-sort-right {
    position: absolute;
    top: 0;
    bottom: 0;
    overflow: auto;
}

.product-sort-left {
    left: 0;
    width: 142px;
    background: #f8f8f8;
}

.product-sort-left .div-nr-01 {
    display: none;
}

.product-sort-left .div-nr-01:first-child {
    display: block;
}

.product-sort-left .span-01 a {
    display: block;
    font-size: 24px;
    color: #333;
    line-height: 70px;
    padding-left: 23px;
}

.product-sort-left .span-01.on a {
    background: url('../images/line-02.jpg') left center no-repeat #fff;
}

.prosuct-sort-right {
    right: 0;
    width: 458px;
    padding-left: 20px;
    padding-right: 20px;
}

.prosuct-sort-right .span-mc {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: rgba(0, 0, 0, .6);
    display: none;
}

.prosuct-sort-s {
    position: relative;
    z-index: 11;
    background: #fff;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
}

.prosuct-sort-s .div-nr-01 {
    display: none;
}

.prosuct-sort-s .div-nr-01:first-child {
    display: block;
}

.product-sort-third {
    position: relative;
    padding-right: 48px;
    border-bottom: 1px solid #e5e5e5;
}

.product-sort-third.on {
    z-index: 3;
}

.product-sort-third .span-icon {
    position: absolute;
    right: -48px;
    top: 26px;
}

.product-sort-third .div-01 {
    width: 100%;
    height: 62px;
    white-space: nowrap;
    overflow: auto;
}

.product-sort-third .div-01 a {
    display: inline-block;
    line-height: 62px;
    font-size: 20px;
    color: #666;
    margin-left: 30px;
}

.product-sort-third .div-01 a:first-child {
    margin-left: 0;
}

.product-sort-third .div-01 a.on {
    font-size: 20px;
    color: #206fa1;
}

.product-sort-third .div-02 {
    position: absolute;
    left: -20px;
    top: 0;
    right: -20px;
    padding: 0 20px 20px;
    background: #fff;
    display: none;
}

.product-sort-third .div-02 .div-a {
    line-height: 62px;
    font-size: 20px;
    color: #666;
    border-bottom: 1px solid #e5e5e5;
}

.product-sort-third .div-02 .div-a .span-icon {
    right: 20px;
}

.product-sort-third .div-02 .div-b {
    margin: 0 -10px;
}

.product-sort-third .div-02 .div-b a {
    display: inline-block;
    font-size: 20px;
    color: #666;
    padding: 0 19px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    line-height: 40px;
    margin: 20px 10px 0;
}

.product-sort-list {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    z-index: 9;
    overflow: auto;
    padding-bottom: 50px;
}

.product-sort-list li {
    padding: 9px 0;
    border-bottom: 1px solid #e5e5e5;
}

.product-sort-list li .a-img {
    width: 162px;
    height: 162px;
    line-height: 162px;
    text-align: center;
}

.product-sort-list li .a-img img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.product-sort-list li .div-cont {
    width: 275px;
}

.product-sort-list li .div-cont .a-title {
    font-size: 22px;
    line-height: 30px;
    color: #333;
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 10px;
}

.product-sort-list li .div-cont .div-des {
    font-size: 18px;
    line-height: 26px;
    color: #808080;
    margin-top: 11px;
}

/* ===============05-关于我们-企业简介=================== */
.public-menu {
    width: 180px;
    margin-top: 40px;
    z-index: 10;
}

.public-menu .span-01 {
    width: 150px;
    height: 60px;
    line-height: 60px;
    padding: 0 15px;
    background: #206fa1;
    cursor: pointer;
}

.public-menu .span-01 .b-zi, .public-menu .span-01 .i-icon {
    vertical-align: middle;
}

.public-menu .span-01 .b-zi {
    font-size: 22px;
    color: #fff;
    position: relative;
    top: -2px;
}

.public-menu .span-01 .i-icon {
    margin-left: 2px;
}

.public-menu .div-down {
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    padding-top: 1px;
    display: none;
}

.public-menu .div-down a {
    display: block;
    height: 60px;
    line-height: 60px;
    font-size: 22px;
    color: #4c4c4c;
    margin-bottom: 1px;
    background: #e6e6e6;
}

.public-menu .div-down a:last-child {
    margin-bottom: 0;
}

.public-menu .div-down a.xz {
    color: #fff;
    background: #206fa1;
}

.about-art {
    font-size: 22px;
    line-height: 36px;
    color: #808080;
    margin-top: 33px;
    margin-bottom: 40px;
}

.about-art-title {
    padding-top: 9px;
    padding-bottom: 13px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}

.about-art-title b {
    font-size: 36px;
    line-height: 46px;
    color: #666;
}

.about-art-title .span-01 {
    font-size: 22px;
    color: #999;
    line-height: 32px;
    margin-top: 9px;
}

/* ===============06-关于我们-资质荣誉=================== */
.about-honor {
    margin-bottom: 40px;
}

.about-honorList li {
    margin-left: 10px;
    margin-top: 32px;
}

.about-honorList li a {
    width: 305px;
}

.about-honorList li .span-img {
    width: 287px;
    height: 191px;
    padding: 8px;
    border: 1px solid #d6d6d6;
    line-height: 191px;
}

.about-honorList li .span-img img {
    max-width: 287px;
    max-height: 191px;
    vertical-align: middle;
}

.about-honorList li .span-txt {
    font-size: 22px;
    color: #808080;
    line-height: 22px;
    margin-top: 13px;
}

.pages {
    padding-top: 20px;
}

.pages a {
    display: inline-block;
    min-width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #ebebeb;
    font-size: 22px;
    color: #808080;
    margin: 30px 18px 0;
}

.pages div a {
    padding: 0 25px;
}

.pages a.xz {
    color: #fff;
    background: #206fa1;
    border-color: #206fa1;
}

.pages strong {
    display: inline-block;
    min-width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #206fa1;
    font-size: 22px;
    color: #fff;
    margin: 30px 18px 0;
    background: #206fa1;
}

/* ===============09-关于我们-合作伙伴=================== */
.about-partnerList li {
    width: 270px;
    margin: 30px 15px 0;
}

.about-partnerList li a {
    font-size: 22px;
    color: #808080;
    line-height: 24px;
}

.about-partnerList li .span-img {
    width: 248px;
    height: 85px;
    line-height: 85px;
    padding: 10px;
    border: 1px solid #d6d6d6;
    margin-bottom: 18px;
}

.about-partnerList li .span-img img {
    max-width: 248px;
    max-height: 85px;
    vertical-align: middle;
}

/* ===============10-新闻动态列表=================== */
.news-list li {
    padding: 20px 0;
    border-bottom: 1px solid #e6e6e6;
}

.news-list li .a-img {
    width: 177px;
    height: 153px;
    line-height: 153px;
}

.news-list li .a-img img {
    max-width: 177px;
    max-height: 153px;
    vertical-align: middle;
}

.news-list li .div-cont {
    width: 405px;
    line-height: 36px;
}

.news-list li .div-cont .a-title {
    font-size: 24px;
    color: #666;
    margin-top: 11px;
    height: 72px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news-list li .div-cont .div-date {
    font-size: 22px;
    color: #999;
    margin-top: 7px;
}

/* ===============14-技术资料-产品资料列表=================== */
.data-list {
    padding-top: 20px;
}

.data-list li {
    border-bottom: 1px solid #ccc;
}

.data-list li a {
    display: block;
    height: 58px;
    line-height: 58px;
    font-size: 22px;
    color: #4c4c4c;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* ===============13-产品查询=================== */
.product-search .put-01 {
    width: 336px;
    height: 66px;
    border: 2px solid #ccc;
    font-size: 22px;
    color: #333;
    padding-left: 104px;
    padding-right: 156px;
    background: url('../images/icon-12.png') 43px center no-repeat;
}

.product-search .but-01 {
    border: none;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 146px;
    background: #206fa1;
    font-size: 26px;
    color: #fff;
}

.product-list {
    margin-top: 12px;
}

.product-list.p0 li {
    padding-left: 0;
    padding-right: 0;
}

.product-list li {
    padding: 23px 20px;
    border-bottom: 1px solid #ccc;
    font-size: 22px;
    color: #808080;
    line-height: 36px;
}

.product-list li dl dt {
    float: left;
    color: #206fa1;
}

.product-list li dl dt span {
    display: inline-block;
    width: 90px;
    text-align-last: justify;
}

.product-list li dl dd {
    float: right;
    width: 485px;
}

.product-list li dl dd a {
    display: inline-block;
    color: #206fa1;
    margin-left: 30px;
}

/* ===============07-关于我们-加入我们=================== */
.join-txt {
    font-size: 22px;
    color: #808080;
    line-height: 36px;
    margin-top: 25px;
    text-align: justify;
}

.join-list {
    padding-top: 8px;
    margin-bottom: 40px;
}

.join-list li {
    font-size: 22px;
    margin-top: 20px;
    color: #666;
}

.join-list .div-top {
    padding: 0 30px;
    line-height: 70px;
    background: #f5f5f5;
}

.join-list .div-top .b-01 {
    width: 135px;
    padding-right: 12px;
}

.join-list .div-top .span-01 {
    width: 280px;
    color: #4c4c4c;
}

.join-list .div-top .span-02 {
    color: #0b6e78;
    padding-right: 20px;
    background: url('../images/icon-13.png') right center no-repeat;
}

.join-list .div-bottom {
    padding: 26px 20px 50px;
    background: #e6f0f1;
    line-height: 36px;
    display: none;
}

.join-list li.on .div-top {
    background: #0b6e78;
}

.join-list li.on .div-top, .join-list li.on .div-top .span-01, .join-list li.on .div-top .span-02 {
    color: #fff;
}

.join-list li.on .div-top .span-02 {
    background: url('../images/icon-13h.png') right center no-repeat;
}


/* ===============08-关于我们-联系我们=================== */
.contact-cont {
    font-size: 22px;
    color: #666;
    line-height: 40px;
    background: #e6f0f1;
    padding-top: 40px;
    margin-top: 30px;
}

.contact-cont .div-title {
    font-size: 26px;
    color: #4c4c4c;
    font-weight: bold;
}

.contact-cont .div-des {
    padding-bottom: 33px;
    margin-top: 16px;
}

.contact-wab {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
    background: #cee2e4;
    color: #666;
    line-height: 76px;
}

.contact-wab a {
    color: #0b6e78;
    text-decoration: underline;
}

.contact-form {
    margin-top: 20px;
    padding: 37px 25px 68px;
    background: #e6f0f1;
}

.contact-form .b-title {
    font-size: 22px;
    color: #808080;
    line-height: 22px;
}

.contact-form-list {
    margin-top: 40px;
}

.contact-form-list li {
    margin-top: 9px;
}

.contact-form-list li:first-child {
    margin-top: 0;
}

.contact-form-list .span-title {
    position: absolute;
    left: 12px;
    top: 0;
    bottom: 0;
    line-height: 55px;
    font-size: 22px;
    color: #808080;
}

.contact-form-list .put-01 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 55px;
    border: 1px solid #e6e8e8;
    background: #fff;
    padding: 10px 20px 10px 135px;
    font-size: 22px;
    color: #333;
    line-height: 32px;
}

.contact-form-list .text-01 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 214px;
    border: 1px solid #e6e8e8;
    background: #fff;
    font-size: 22px;
    background: #fff;
    line-height: 32px;
    padding: 10px 19px 10px;
}

.contact-form-list .but-01 {
    width: 140px;
    height: 55px;
    border: 1px solid #e6e8e8;
    background: #fff;
    font-size: 22px;
    color: #666;
}

.contact-map {
    margin-bottom: 40px;
}

.contact-map, .contact-map img {
    width: 620px;
    height: 360px;
}


/* ===============12-产品详情=================== */
.product-01 {
    margin: 10px 10px 0;
}

.product-scroll > .swiper-pagination-bullets {
    width: auto;
    bottom: 18px;
    right: 27px;
    text-align: right;
}

.product-scroll > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 3px;
}

.product-scroll .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 2px solid #fff;
    background: rgba(204, 204, 204, .49);
    opacity: 1;
    cursor: pointer;
}

.product-scroll .swiper-pagination-bullet-active {
    border: 2px solid #f26157;
}

.product-scroll img {
    width: 100%;
    height: 445px;
}

.product-info-title {
    padding-right: 120px;
    font-size: 26px;
    line-height: 32px;
    margin-top: 27px;
}

.product-info-title .span-en {
    font-family: "Arial";
    margin-top: 1px;
}

.product-info-title .a-down {
    position: absolute;
    right: 0;
    top: 6px;
    width: 102px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #f26157;
}

.product-info-des {
    font-size: 22px;
    line-height: 34px;
    color: #808080;
    margin-top: 12px;
}

.product-info-01 {
    margin-top: 34px;
    padding: 10px 10px 10px 15px;
    background: #dcdcdc;
}

.product-info-01 .div-img {
    width: 440px;
    margin-top: -5px;
}

.product-info-01 .div-img .a-01 {
    margin-left: 5px;
    margin-top: 5px;
}

.product-info-01 .div-share a {
    display: inline-block;
    margin: 0 10px;
}

.product-info-01 .div-share a, .product-info-01 .div-share a img {
    width: 50px;
    height: 50px;
}

.product-info-01 .bsync-custom a {
    padding-left: 0;
}

.bsync-custom.icon-blue .bshare-bsync {
    padding-left: 0;
    background: none !important;
}

.fancybox-nav span {
    visibility: visible !important;
}

.product-parameter-list {
    font-size: 22px;
    line-height: 44px;
    color: #808080;
    margin-top: 18px;
}

.product-parameter-list li .span-title {
    width: 70px;
    margin-right: 10px;
}

.product-intro .public-menu {
    margin-top: 23px;
}

.product-data {
    height: 70px;
    overflow: hidden;
    line-height: 70px;
    background: #e6e6e6;
    font-size: 22px;
    color: #808080;
    margin-bottom: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-data a {
    color: #f26157;
}


/* ===============15-技术资料-产品资料详情=================== */
.product-technical-art {
    margin-top: 37px;
}

.product-technical-title {
    font-size: 22px;
    color: #fff;
}

.product-technical-title .b-title {
    font-size: 26px;
    color: #4aaa82;
    line-height: 36px;
    margin-bottom: 16px;
}

.product-technical-title .span-01, .product-technical-title .span-02, .product-technical-title .span-03 {
    padding-left: 35px;
    padding-right: 35px;
}

.product-technical-title .span-01 {
    min-width: 120px;
    height: 60px;
    line-height: 60px;
    background: #808080;
    color: #fff;
}

.product-technical-title .span-02 {
    min-width: 55px;
    height: 60px;
    line-height: 60px;
    background: #4aaa82;
    color: #fff;
}

.product-technical-title .span-03 {
    height: 58px;
    line-height: 58px;
    border: 1px solid #4aaa82;
    color: #4aaa82;
    min-width: 52px;
}


.product-technical-art .art {
    font-size: 22px;
    color: #808080;
    line-height: 36px;
}

.product-technical-art .art .div-scroll {
    white-space: nowrap;
    overflow: auto;
    margin-top: 45px;
}

.product-technical-art .art .div-scroll img {
    max-width: inherit;
}

.product-technical-list {
    margin-top: 30px;
    margin-bottom: 52px;
}

.product-technical-list li a {
    display: block;
    height: 42px;
    line-height: 42px;
    font-size: 22px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.layout-deepgreen .public-color {
    color: #0b6e78;
}

.layout-deepgreen .public-bgcolor {
    background-color: #0b6e78;
}

.layout-deepgreen .public-menu .div-down a.xz {
    background-color: #0b6e78;
}

.layout-deepgreen .pages a.xz {
    background: #0b6e78;
    border-color: #0b6e78;
}

.layout-green .public-color {
    color: #4aaa82;
}

.layout-green .public-bgcolor {
    background-color: #4aaa82;
}

.layout-green .public-menu .div-down a.xz {
    background-color: #4aaa82;
}

.layout-green .pages a.xz {
    background: #4aaa82;
    border-color: #4aaa82;
}

.layout-lightblue .public-color {
    color: #48a7c2;
}

.layout-lightblue .public-bgcolor {
    background-color: #48a7c2;
}

.layout-lightblue .public-menu .div-down a.xz {
    background-color: #48a7c2;
}

.layout-lightblue .pages a.xz {
    background: #48a7c2;
    border-color: #48a7c2;
}

.layout-orange .public-color {
    color: #f26157;
}

.layout-orange .public-bgcolor {
    background-color: #f26157;
}

.layout-orange .public-menu .div-down a.xz {
    background-color: #f26157;
}

.layout-orange .pages a.xz {
    background: #f26157;
    border-color: #f26157;
}

.product-list2 {
    margin-top: 12px;
    padding: 23px 20px;
    border-bottom: 1px solid #ccc;
    font-size: 22px;
    line-height: 32px;
    color: #206fa1;
}

.product-parameter-table {
    width: 100%;
    overflow: auto;
}

.table-01 {
    width: 1190px;
    background: #fff;
}

.table-01 table {
    width: 100%;
}

.table-01 > tbody > tr:nth-child(odd) {
    background: #f5f5f5;
}

.table-01 th {
    font-size: 22px;
    color: #333;
    background: #feefee;
    line-height: 40px;
    padding: 8px 0;
}

.table-01 td, .table-01 th {
    text-align: left;
    border-top: 1px solid #f9f9f9;
    border-left: 1px solid #f9f9f9;
}

.table-01 td td {
    padding: 11px 0;
}

.table-01 td a {
    display: inline-block;
    padding: 0 5px;
    font-size: 22px;
    line-height: 38px;
    color: #666;
}

.table-01 td:first-child a {
    padding: 0 10px;
}

.table-01 td:first-child a:hover {
    color: #f26157;
}

.table-01 + .pages {
    margin-top: 40px;
}

.table-01 td .a-price {
    color: #f26157;
}

.table-01 td .a-price img {
    margin-left: 5px;
    position: relative;
    top: 1px;
}