@charset "UTF-8";
/*
* @Author: DoDo
* @Date:   2020-05-09 21:22:37
* @Last Modified by:   DoDo
* @Last Modified time: 2020-09-05 15:11:58
*/
body {
    background: #f9f9f9;
}

.bg-e5 {
    background: #e5e5e5;
}

.put-n {
    border: none;
    background: none;
    outline: none;
    resize: none;
}

.f0 {
    font-size: 0;
}

.fs16 {
    font-size: 16px;
}

.color-green {
    color: #49a617;
}

.color-red {
    color: #e6261c;
}

img {
    max-width: 100%;
}

@media (min-width: 1280px) {
    .container {
        width: 1200px;
        padding-left: 0;
        padding-right: 0;
    }
}

/*======================== public ========================*/
/* header */
.header-top {
    position: relative;
    z-index: 101;
    background: #e5e5e5;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #666;
}

.header-top::before, .header-top::after {
    display: none;
}

.header-top .header-collection {
    padding-left: 28px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url("../images/h-icon1.png");
    cursor: pointer;
}

.header-top .header-collection:hover {
    color: #e6261c;
}

.header-top .header-top-right .span-red {
    color: #e6261c;
}

.header-top .header-top-right .bdo-line {
    display: inline-block;
    margin: 0 10px;
}

.header-top .header-top-right a {
    color: #666;
}

.header-top .header-top-right a:hover {
    color: #e6261c;
}

.header-top .header-top-right .header-service {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.header-top .header-top-right .header-service .span-01 {
    padding-right: 18px;
    background-position: right center;
    background-repeat: no-repeat;
    background-image: url("../images/h-icon2.png");
}

.header-top .header-top-right .header-service .header-service-down {
    position: absolute;
    right: 0;
    top: 100%;
    width: 170px;
    padding-top: 8px;
    visibility: hidden;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transform: translateY(10px);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.header-top .header-top-right .header-service .header-service-down ul {
    position: relative;
    background: #fff;
    border: 1px solid #ccc;
}

.header-top .header-top-right .header-service .header-service-down ul::before {
    content: " ";
    position: absolute;
    top: -7px;
    right: 9px;
    width: 11px;
    height: 7px;
    background: url("../images/bg-01.png") center no-repeat;
}

.header-top .header-top-right .header-service .header-service-down ul li a {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 24px;
    padding-top: 5px;
    padding-bottom: 6px;
    color: #333;
}

.header-top .header-top-right .header-service .header-service-down ul li a:hover {
    color: #333;
    background: #e5e5e5;
}

.header-top .header-top-right .header-service:hover {
    color: #e6261c;
}

.header-top .header-top-right .header-service:hover .header-service-down {
    visibility: visible;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    transform: translateY(0);
}

.header {
    position: relative;
    z-index: 100;
    padding-top: 25px;
    padding-bottom: 25px;
    background: #fff;
}

.header .a-logo {
    float: left;
}

.header .a-logo img {
    display: block;
    height: 90px;
}

.header-right {
    float: right;
    margin-top: 7px;
}

.header-right .a-01 {
    float: left;
    height: 50px;
    padding: 0 20px;
    line-height: 48px;
    border: 1px solid #e5e5e5;
    font-size: 16px;
    color: #e6261c;
    border-radius: 5px;
    margin: 0 20px;
}

.header-right .a-02 {
    float: left;
    height: 50px;
    padding: 0 20px;
    line-height: 50px;
    background: #f5f5f5;
    border-radius: 5px;
    font-size: 16px;
    color: #333;
}

.header-right .nav-menu-title {
    display: none;
}

.header-search {
    position: relative;
    float: left;
    width: 494px;
    height: 50px;
    border: 2px solid #e6261c;
    border-radius: 5px;
}

.header-search .mg-icon {
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
}

.header-search .put-01 {
    width: 100%;
    padding: 10px 115px 10px 36px;
    font-size: 16px;
    line-height: 26px;
    border-radius: 5px 0 0 5px;
}

.header-search .put-01::placeholder {
    color: #999;
}

.header-search .but-01 {
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    width: 100px;
    background: #e6261c;
    font-size: 16px;
    color: #fff;
    border-radius: 0 5px 5px 0;
}

.header-search .header-search-hot {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    margin-top: 6px;
    font-size: 16px;
    line-height: 26px;
    color: #999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header-search .header-search-hot a {
    color: #999;
    margin-right: 20px;
}

.header-search .header-search-hot a:hover {
    color: #e6261c;
}

.header-menu {
    float: right;
    display: none;
    margin-top: 13px;
}

.header-bream {
    float: right;
    width: 30px;
    height: 25px;
    position: relative;
    padding-top: 12px;
    margin-top: 13px;
    cursor: pointer;
    display: none;
}

.header-bream span {
    display: block;
    height: 1px;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    background-color: #49a617;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.header-bream::before, .header-bream:after {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #49a617;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.header-bream::before {
    top: 2px;
}

.header-bream::after {
    bottom: 2px;
}

.header-bream.on span {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.header-bream.on::before {
    top: 12px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header-bream.on::after {
    bottom: 12px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* nav */
.nav-toggle {
    position: relative;
    z-index: 100;
    background: #49a617;
}

.nav-toggle .header-right {
    display: none;
}

.nav-menu {
    float: left;
    position: relative;
    width: 220px;
}

.nav-menu-title {
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    background: #3e8c14;
    cursor: pointer;
}

.nav-menu-title span {
    padding-left: 35px;
    background: url("../images/icon-menu.png") left center no-repeat;
}

.nav-menu-list {
    position: absolute;
    left: 0;
    top: 100%;
    width: 221px;
    background: #49a617;
    border: 1px solid #09c762;
    border-top: none;
}

.nav-menu-list li {
    padding: 12px 20px 0;
    cursor: pointer;
}

.nav-menu-list li .div-1 {
    background-position: right center;
    background-repeat: no-repeat;
    background-image: url("../images/icon-01.png");
}

.nav-menu-list li .div-tit {
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    padding-right: 20px;
}

.nav-menu-list li .div-tit a {
    color: #fff;
}

.nav-menu-list li .div-des {
    padding-right: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.nav-menu-list li .div-des a {
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    margin-left: 9px;
}

.nav-menu-list li .div-des a:first-child {
    margin-left: 0;
}

.nav-menu-list li::after {
    content: " ";
    display: block;
    width: calc(100% - 40px);
    height: 1px;
    background: #3aa321;
    margin: 9px auto 0;
}

.nav-menu-list li .div-down {
    position: absolute;
    left: 100%;
    top: 0;
    bottom: -1px;
    width: 980px;
    padding: 24px 30px;
    background: #fff;
    overflow: auto;
    border-right: 1px solid #49a617;
    border-bottom: 1px solid #49a617;
}

.nav-menu-list li .div-down dl {
    font-size: 0;
    margin-top: 19px;
}

.nav-menu-list li .div-down dl:first-child {
    margin-top: 0;
}

.nav-menu-list li .div-down dl dt {
    line-height: 24px;
}

.nav-menu-list li .div-down dl dt a {
    font-size: 14px;
    color: #49a617;
}

.nav-menu-list li .div-down dl dd {
    line-height: 24px;
    margin-top: 7px;
}

.nav-menu-list li .div-down dl dd a {
    font-size: 12px;
    color: #666;
    margin-right: 12px;
}

.nav-menu-list li .div-down a:hover {
    color: #49a617;
}

.nav-menu-list li:hover {
    background-color: #3e8c14;
}

.nav-list {
    float: left;
}

.nav-list li {
    float: left;
}

.nav-list li a {
    display: block;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    color: #fff;
    padding: 0 26px;
}

.nav-list li a:hover, .nav-list li a.on {
    background: #3e8c14;
}

/* footer */
.footer {
    position: relative;
    z-index: 101;
    background: #e5e5e5;
}

.footer::before {
    content: " ";
    position: absolute;
    top: -8px;
    left: 0;
    right: 0;
    height: 8px;
    background: url("../images/f-bg.png") center top repeat-x;
}

.footer .footer-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 35px;
    padding-bottom: 33px;
    font-size: 14px;
    line-height: 26px;
    color: #666;
}

.footer .footer-list li {
    padding-left: 18px;
}

.footer .footer-list li .div-title {
    position: relative;
    margin-bottom: 20px;
    font-size: 18px;
}

.footer .footer-list li .div-title a {
    color: #333;
}

.footer .footer-list li .div-title span {
    position: absolute;
    left: -18px;
    top: 50%;
    transform: translateY(-50%);
    color: #49a617;
}

.footer .footer-list li .div-01 a {
    color: #666;
}

.footer .footer-list li .div-ewm .div-txt {
    margin-top: 9px;
}

.footer .footer-list li:last-child {
    display: flex;
    justify-content: space-between;
    width: 268px;
    padding-left: 0;
    text-align: center;
}

.footer .footer-list li a:hover {
    color: #49a617;
}

.footer .footer-copy {
    line-height: 24px;
    padding-top: 23px;
    padding-bottom: 24px;
    border-top: 1px solid #ccc;
}

.footer .footer-copy .div-01 {
    margin-top: 6px;
}

.footer .footer-copy .div-01:first-child {
    margin-top: 0;
}

/* xuanfu */
.celan-list {
    position: fixed;
    top: 50%;
    right: 10px;
    transform: translateY(-30%);
    z-index: 999;
}

.celan-list li {
    position: relative;
    margin-top: 5px;
}

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

.celan-list li a {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #e6261c;
    border-radius: 5px;
}

.celan-list li .span-01 {
    position: absolute;
    white-space: nowrap;
    right: 5px;
    top: 0;
    height: 50px;
    line-height: 50px;
    background: #e6261c;
    border-radius: 5px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding-left: 20px;
    padding-right: 70px;
    transform: translateX(100%);
    visibility: hidden;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.celan-list li .span-ewm {
    position: absolute;
    right: calc(100% + 10px);
    top: 50%;
    width: 118px;
    height: 118px;
    transform: translateY(-50%);
    border-radius: 5px;
    border: 5px solid #e6261c;
    visibility: hidden;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.celan-list li .span-ewm img {
    width: 108px;
    height: 108px;
}

.celan-list li:hover .span-01, .celan-list li:hover .span-ewm {
    visibility: visible;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.celan-list li:hover .span-01 {
    transform: translateX(0);
}

.pages {
    padding-top: 20px;
    padding-bottom: 50px;
}

.pages a, .pages strong {
    display: inline-block;
    min-width: 36px;
    padding: 0 10px;
    height: 36px;
    line-height: 36px;
    font-weight: normal;
    background: #fff;
    font-size: 14px;
    color: #666;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 5px;
}

.pages a:first-child, .pages a:last-child, .pages strong:first-child, .pages strong:last-child {
    width: 120px;
}

.pages a:hover, .pages strong:hover {
    background: #49a617;
    color: #fff;
}

.pages strong {
    background: #49a617;
    color: #fff;
}

/*======================== index ========================*/
.banner {
    padding-left: 230px;
    margin-top: 10px;
}

.banner-owl {
    position: relative;
    float: left;
    width: 780px;
}

.banner-owl .owl-dots {
    position: absolute;
    left: 0;
    bottom: 23px;
    right: 0;
    text-align: center;
}

.banner-owl .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.4);
    margin: 0 8px;
}

.banner-owl .owl-dots .owl-dot.active {
    background: #49a617;
}

.banner-a1 {
    height: 550px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-a1 img.mg1 {
    display: none;
}

.banner-right {
    float: right;
    width: 180px;
    margin-left: 10px;
}

.banner-right .banner-img {
    margin-top: 9px;
}

.banner-right .banner-img a {
    height: 269px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-notice {
    background: #fff;
}

.banner-notice .banner-notice-title {
    position: relative;
    background: #49a617;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 26px;
    padding: 7px 10px;
}

.banner-notice .banner-notice-title span {
    padding-left: 25px;
    background: url("../images/icon-02.png") left center no-repeat;
}

.banner-notice .banner-notice-title a {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-weight: normal;
}

.banner-notice .banner-notice-list {
    padding: 4px 10px 12px;
}

.banner-notice .banner-notice-list li {
    height: 26px;
    margin-top: 10px;
}

.banner-notice .banner-notice-list li a {
    display: inline-block;
    max-width: 100%;
    color: #666;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.banner-notice .banner-notice-list li a span, .banner-notice .banner-notice-list li a:hover {
    color: #49a617;
    margin-right: 5px;
}

.index-iconMenu {
    padding-top: 0;
    padding-bottom: 20px;
}

.index-iconMenu .row {
    margin-left: -5px;
    margin-right: -5px;
}

.index-iconMenu .row > div {
    padding-left: 5px;
    padding-right: 5px;
}

.index-iconMenu-a1 img {
    height: 46px;
    margin-bottom: 5px;
}

.index-iconMenu-a1 .span-txt {
    font-size: 14px;
    color: #333;
}

.index-sell {
    padding-top: 20px;
}

.index-title {
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
}

.index-title .span-01 {
    padding-left: 17px;
    color: #999;
}

.index-title .span-01 .bdo-01 {
    font-size: 24px;
    color: #333;
    padding-right: 9px;
}

.index-title .a-more {
    position: absolute;
    right: 0;
    top: 15px;
    color: #666;
}

.index-title .a-more:hover {
    color: #49a617;
}

.index-sell-owl {
    margin-top: 20px;
}

.index-sell-owl .owl-nav button.owl-prev, .index-sell-owl .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
}

.index-sell-owl .owl-nav button.owl-prev {
    left: 9px;
    background-image: url("../images/arrow-left.png");
}

.index-sell-owl .owl-nav button.owl-prev:hover {
    background-image: url("../images/arrow-lefth.png");
}

.index-sell-owl .owl-nav button.owl-next {
    right: 9px;
    background-image: url("../images/arrow-right.png");
}

.index-sell-owl .owl-nav button.owl-next:hover {
    background-image: url("../images/arrow-righth.png");
}

.index-sell-a1 {
    position: relative;
}

.index-sell-a1 .bdo-img {
    padding-top: 99.825%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.index-sell-a1 .span-txt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    line-height: 24px;
    padding: 3px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-sell-a1:hover .span-txt {
    background: #49a617;
}

.index-acting-owl {
    margin-top: 20px;
}

.index-acting-owl .owl-nav button.owl-prev, .index-acting-owl .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
}

.index-acting-owl .owl-nav button.owl-prev {
    left: 9px;
    background-image: url("../images/arrow-left.png");
}

.index-acting-owl .owl-nav button.owl-prev:hover {
    background-image: url("../images/arrow-lefth.png");
}

.index-acting-owl .owl-nav button.owl-next {
    right: 9px;
    background-image: url("../images/arrow-right.png");
}

.index-acting-owl .owl-nav button.owl-next:hover {
    background-image: url("../images/arrow-righth.png");
}

.index-acting-a1 {
    width: 100%;
}

.index-acting-a1 .span-img {
    height: 110px;
    padding: 10px;
    border: 1px solid #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.index-acting-a1 .span-img img {
    width: auto;
    max-width: 100%;
}

.index-acting-a1 .span-txt {
    color: #333;
    line-height: 24px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-acting-a1:hover .span-img {
    border-color: #49a617;
}

.index-acting-a1:hover .span-txt {
    color: #49a617;
}

.index-service {
    margin-top: 15px;
    padding-top: 20px;
    padding-bottom: 30px;
    background: #f5f5f5;
}

.index-service-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.index-service-01 {
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 57px;
    font-size: 18px;
    line-height: 36px;
    padding: 5px 0 5px 57px;
    color: #666;
    margin-top: 10px;
}

.index-down {
    margin-left: -10px;
    margin-right: -10px;
    padding-bottom: 38px;
}

.index-down > div {
    padding-left: 10px;
    padding-right: 10px;
}

.index-down-a1 {
    background: #f5f5f5;
    margin-top: 20px;
    padding: 15px;
}

.index-down-a1 .span-01 {
    line-height: 30px;
    padding-left: 45px;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url("../images/icon-11.png");
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-down-a1:hover {
    background: #49a617;
}

.index-down-a1:hover .span-01 {
    color: #fff;
    background-image: url("../images/icon-11h.png");
}

/*======================== 03_产品中心列表页 ========================*/
.public-bream {
    background: #fff;
    margin-top: 20px;
    padding: 10px;
    display: flex;
    align-items: center;
    border-radius: 5px;
}

.public-bream::before, .public-bream::after {
    display: none;
}

.public-bream img {
    margin-right: 10px;
}

.public-bream a {
    color: #666;
}

.public-bream a:hover {
    color: #49a617;
}

.public-bream span {
    margin: 0 5px;
    color: #49a617;
}

.product-filter {
    background: #fff;
    border-radius: 5px;
    padding: 10px 30px 30px;
    margin-top: 20px;
}

.product-filter ul li {
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
}

.product-filter ul li.li1 {
    position: relative;
    padding-left: 130px;
    padding-right: 100px;
}

.product-filter ul li.li1 .span-title {
    float: left;
    margin-left: -130px;
    width: 110px;
    height: 34px;
    line-height: 34px;
    background: #f5f5f5;
    color: #333;
    text-align: center;
    border-radius: 5px;
}

.product-filter ul li.li1 .div-des {
    margin-top: -7px;
    height: 41px;
    overflow: hidden;
}

.product-filter ul li.li1 .div-des a {
    display: inline-block;
    font-size: 14px;
    color: #666;
    line-height: 34px;
    padding: 0 14px;
    border-radius: 5px;
    margin-top: 7px;
    margin-right: 10px;
}

.product-filter ul li.li1 .div-des a:hover, .product-filter ul li.li1 .div-des a.on {
    color: #fff;
    background: #49a617;
}

.product-filter ul li.li1 .div-des.on {
    height: auto;
}

.product-filter ul li.li1 .div-toggle {
    position: absolute;
    right: 0;
    top: 20px;
    width: 70px;
    height: 34px;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
    background: #49a617;
    text-align: center;
    cursor: pointer;
}

.product-filter ul li.li1 .div-toggle .bdo-01, .product-filter ul li.li1 .div-toggle .bdo-02 {
    padding-right: 25px;
    background-position: right center;
    background-repeat: no-repeat;
    line-height: 34px;
}

.product-filter ul li.li1 .div-toggle .bdo-01 {
    display: inline-block;
    background-image: url("../images/icon-13.png");
}

.product-filter ul li.li1 .div-toggle .bdo-02 {
    display: none;
    background-image: url("../images/icon-13h.png");
}

.product-filter ul li.li1 .div-toggle.on .bdo-01 {
    display: none;
}

.product-filter ul li.li1 .div-toggle.on .bdo-02 {
    display: inline-block;
}

.product-filter .product-filterform {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.product-filter .product-filterform .div-title .span-title {
    width: 110px;
    height: 34px;
    line-height: 34px;
    background: #f5f5f5;
    color: #333;
    text-align: center;
    border-radius: 5px;
}

.product-filter .product-filterform .div-01 {
    width: 16%;
}

.product-filter .product-filterform .div-01:last-child {
    width: 15.78%;
}

.product-filter .product-filterform .put-01 {
    width: 100%;
    padding: 11px 19px;
    font-size: 16px;
    line-height: 26px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}

.product-filter .product-filterform .put-01::placeholder {
    color: #666;
}

.product-filter .product-filterform .but-01 {
    width: 100%;
    height: 50px;
    background: #49a617;
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
}

.product-table-w {
    background: #fff;
}

.product-table tr th, .product-table tr td {
    padding: 0 5px;
}

.product-table tr th:first-child, .product-table tr td:first-child {
    text-align: center;
}

.product-table tr th:nth-child(2), .product-table tr th:nth-child(2), .product-table tr td:nth-child(2), .product-table tr td:nth-child(2) {
    width: 14.66%;
    padding-left: 16px;
}

.product-table tr th {
    font-weight: bold;
    color: #333;
    background: #d6e8cc;
    line-height: 40px;
}

.product-table tr th:first-child {
    width: 4.66%;
}

.product-table tr th:nth-child(3) {
    width: 7.9%;
}

.product-table tr th:nth-child(4) {
    width: 10%;
}

.product-table tr th:nth-child(5) {
    width: 7.16%;
}

.product-table tr th:nth-child(6) {
    width: 8.33%;
}

.product-table tr th:nth-child(7) {
    width: 18.33%;
}

.product-table tr th:nth-child(8) {
    width: 7.5%;
}

.product-table tr th:nth-child(9) {
    width: 8.75%;
}

.product-table tr th:nth-child(10) {
    width: 12.66%;
}

.product-table tr td {
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 20px;
}

.product-table tr:nth-child(odd) td {
    background: #f5f5f5;
}

.product-table a {
    color: #666;
}

.product-table a:hover {
    color: #49a617;
}

.product-table .a-red {
    color: #e6261c;
}

.product-table .a-01 {
    width: 115px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    background: #e6261c;
    margin-top: 5px;
    color: #fff;
}

.product-table .a-01:hover {
    color: #fff;
    background: #49a617;
}

.product-table th:nth-child(8),
.product-table td:nth-child(8),
.product-table th:nth-child(9),
.product-table td:nth-child(9) {
    text-align: right;
}

.pro-price {
    width: 113px;
    height: 30px;
    border: 1px solid #49a617;
}

.pro-price .pro-price-jian, .pro-price .pro-price-add {
    width: 20px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../images/bg-02.png") center bottom repeat-x;
    cursor: pointer;
}

.pro-price .put-price {
    width: 42px;
    height: 28px;
    text-align: center;
    border-left: 1px solid #49a617;
    border-right: 1px solid #49a617;
}

.pro-price .span-num {
    line-height: 28px;
}

.pro-price .a-gwc {
    width: 29px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #49a617;
}

.product-table-b {
    margin-top: 20px;
    padding-bottom: 20px;
    padding-right: 35px;
    border-bottom: 1px dotted #e5e5e5;
}

.product-table-b .a-01 {
    width: 110px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    background: #d6e8cc;
    font-size: 16px;
    color: #3e8c14;
    margin-left: 10px;
    text-align: center;
}

.product-table-b .a-01:first-child {
    background: #49a617;
    color: #fff;
}

.product-table-b .a-01:last-child {
    width: 130px;
    color: #fff;
    background: #e6261c;
}

/*======================== 04_产品中心详情页 ========================*/
.product-main {
    padding-bottom: 40px;
}

.product-ditails {
    padding: 30px;
    background: #fff;
    margin-top: 20px;
}

.product-ditails-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.product-ditails-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24.56%;
    height: 280px;
    border: 1px solid #f5f5f5;
}

.product-ditails-img img {
    max-width: 100%;
    max-height: 100%;
}

.product-ditails-des {
    width: 72.8%;
}

.product-ditails-des .div-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    color: #333;
}

.product-ditails-des .div-info {
    color: #333;
    line-height: 24px;
    margin-top: 18px;
}

.product-ditails-des .product-ditails-list {
    display: flex;
    flex-wrap: wrap;
    padding-top: 2px;
}

.product-ditails-des .product-ditails-list li {
    min-width: 34.6%;
    padding-right: 10px;
    margin-top: 8px;
}

.product-ditails-des .product-ditails-list li.li1 {
    width: 100%;
}

.product-ditails-des .product-ditails-list li .span-02 {
    font-size: 24px;
    font-weight: bold;
    color: #e6261c;
}

.product-ditails-des .div-abs {
    position: absolute;
    right: 0;
    bottom: 0;
}

.product-ditails-des .div-abs .div-num {
    margin-right: 20px;
    width: 140px;
    height: 40px;
    border: 1px solid #49a617;
}

.product-ditails-des .div-abs .div-num .div-jian, .product-ditails-des .div-abs .div-num .div-add {
    width: 28px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../images/bg-02.png") center bottom repeat-x;
    cursor: pointer;
}

.product-ditails-des .div-abs .div-num .put-01 {
    width: 80px;
    height: 38px;
    text-align: center;
    border-left: 1px solid #49a617;
    border-right: 1px solid #49a617;
}

.product-ditails-des .div-abs .a-01 {
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: #e6261c;
    border-radius: 5px;
}

.product-relevant-title {
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    padding: 0 15px;
    background: #49a617;
}

.product-ditails-tab {
    margin-top: 30px;
    height: 39px;
}

.product-ditails-tab-title {
    border-bottom: 1px solid #e5e5e5;
}

.product-ditails-tab-title a {
    display: inline-block;
    min-width: 110px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    padding-bottom: 1px;
    padding: 0 10px;
    margin-right: 1px;
    font-size: 16px;
    color: #3e8c14;
    background: #dbedd1;
}

.product-ditails-tab-title a:hover, .product-ditails-tab-title a.on {
    color: #fff;
    background: #49a617;
}

.product-ditails-tab-title.on {
    width: 1140px;
    position: fixed;
    left: 50%;
    top: 0;
    z-index: 103;
    transform: translateX(-50%);
}

.product-anchor {
    position: absolute;
    margin-top: -80px;
}

.product-ditails-cont {
    padding: 30px;
    background: #f5f5f5;
    margin-top: 20px;
}

.product-ditails-cont .div-title {
    font-size: 16px;
    color: #49a617;
    font-weight: bold;
    line-height: 16px;
}

.product-ditails-cont .div-table {
    margin-top: 10px;
    background: #fff;
}

.product-ditails-cont .div-form {
    background: #fff;
    border: 1px solid #ccc;
    margin-top: 10px;
    padding: 20px;
}

.product-ditails-cont .div-form .div-01 {
    float: left;
    width: 350px;
}

.product-ditails-cont .div-form .div-01 .put-01 {
    width: 100%;
    line-height: 30px;
    padding: 10px 20px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    font-size: 16px;
}

.product-ditails-cont .div-form .div-02 {
    float: left;
    margin-left: 10px;
    width: 170px;
}

.product-ditails-cont .div-form .div-02 .but-01 {
    width: 100%;
    height: 50px;
    font-size: 16px;
    color: #fff;
    background: #e6261c;
    border-radius: 5px;
}

.product-table2 {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.product-table2 td {
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 15px;
    line-height: 30px;
}

.product-table2 > tbody > tr > td {
    width: 50%;
}

.product-table2 table {
    height: 100%;
}

.product-table2 table tr td {
    max-width: 50%;
    padding: 5px 18px;
    border-left: 1px solid #ccc;
    border-bottom: none;
}

.product-table2 table tr td:first-child {
    width: 26%;
    text-align: center;
    border-left: none;
    font-weight: bold;
}

/*======================== 05_产品中心_我的询价单 ========================*/
.product-table3 tr th:nth-child(2), .product-table3 tr td:nth-child(2) {
    width: 17.833%;
    padding-left: 54px;
}

.product-table3 tr th:first-child {
    width: 4.833%;
}

.product-table3 tr th:nth-child(3) {
    width: 8%;
}

.product-table3 tr th:nth-child(4) {
    width: 10%;
}

.product-table3 tr th:nth-child(5) {
    width: 7%;
}

.product-table3 tr th:nth-child(6) {
    width: 15%;
}

.product-table3 tr th:nth-child(7) {
    width: 13.66%;
}

.product-table3 tr th:nth-child(8) {
    width: 13.33%;
}

.product-table3 tr th:nth-child(9) {
    width: 13.674%;
}

.product-table3 .a-remove {
    padding-left: 32px;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url("../images/icon-17.png");
    color: #e6261c;
}

.product-table3 .a-remove:hover {
    color: #e6261c;
}

.product-table-b2 {
    padding-bottom: 20px;
    border-bottom: 1px dotted #e5e5e5;
}

.product-table-b2 .div-01 {
    float: left;
}

.product-table-b2 .div-01 a {
    float: left;
    width: 110px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #d6e8cc;
    margin-left: 10px;
    text-align: center;
    color: #3e8c14;
    border-radius: 5px;
}

.product-table-b2 .div-01 a:first-child {
    margin-left: 0;
}

.product-table-b2 .div-01 a:hover, .product-table-b2 .div-01 a.on {
    color: #fff;
    background: #49a617;
}

.product-table-b2 .div-02 {
    float: right;
    line-height: 30px;
    padding: 5px 0 5px 15px;
}

.product-table-b2 .div-02 a {
    color: #49a617;
}

.product-table-b2 .div-02 .span-red {
    color: #e6261c;
}

.product-table-b3 {
    line-height: 60px;
}

.product-table-b3 .a-01 {
    font-size: 18px;
    color: #49a617;
}

.product-table-b3 .div-01 {
    float: right;
    color: #333;
    padding-left: 107px;
    border-bottom: 1px dotted #e5e5e5;
}

.product-table-b3 .div-01 .span-01 {
    font-size: 24px;
    color: #e6261c;
}

.product-table-b4 {
    margin-top: 20px;
}

.product-table-b4 .a-01 {
    width: 130px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #e6261c;
    border-radius: 5px;
}

/*======================== 06_品牌中心 ========================*/
.brandCenter-main {
    padding: 30px;
    background: #fff;
    border-radius: 5px;
}

.brandCenter-main .row {
    margin-left: -10px;
    margin-right: -10px;
    padding-top: 7px;
}

.brandCenter-main .row > div {
    padding-left: 10px;
    padding-right: 10px;
}

.brandCenter-main .index-acting-a1 {
    margin-top: 23px;
}

.brandCenter-main .index-acting-a1 .span-img {
    height: 104px;
}

.brandCenter-main .index-acting-a1 .span-txt {
    margin-top: 6px;
}

.brandCenter-main .pages {
    padding-bottom: 0;
    padding-top: 28px;
}

.brandCenter-main .pages a {
    background: #f5f5f5;
}

.brandCenter-main .pages a:hover {
    background: #49a617;
}

.brandCenter-img img {
    max-width: 100%;
}

/*======================== 07_促销活动 ========================*/
.promotion-main {
    padding: 30px;
    background: #fff;
}

.promotion-main .product-ditails-tab {
    margin-top: 0;
}

.promotion-main .product-ditails-tab .product-ditails-tab-title {
    position: static !important;
}

.promotion-main .pages {
    padding-bottom: 0;
    padding-top: 28px;
}

.promotion-main .pages a {
    background: #f5f5f5;
}

.promotion-main .pages a:hover {
    background: #49a617;
}

.promotion-a1 {
    margin-top: 30px;
}

.promotion-a1 .span-01 {
    border: 1px solid #f5f5f5;
}

.promotion-a1 .bdo-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 97.145%;
}

.promotion-a1 .span-txt {
    font-size: 16px;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    margin-top: 18px;
}

.promotion-a1:hover .span-01 {
    border-color: #49a617;
}

.promotion-a1:hover .span-txt {
    color: #49a617;
}

/*======================== 08_积分商城 ========================*/
.shop-01 {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
}

.shop-01 .shop-a1 {
    width: 49.16%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 5px;
    margin-top: 10px;
    font-size: 24px;
    color: #fff;
}

.shop-01 .shop-a1 img {
    margin-right: 40px;
}

.shop-main .pages {
    padding-top: 0;
}

.shop-02 {
    margin-bottom: 30px;
}

.shop-02 .a-img {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border: 1px solid #f5f5f5;
}

.shop-02 .a-img img {
    max-width: 100%;
    max-height: 100%;
}

.shop-02 .a-des {
    font-size: 12px;
    line-height: 18px;
    color: #666;
    height: 36px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-top: 7px;
}

.shop-02 .a-info {
    font-size: 12px;
    line-height: 18px;
    color: #666;
    margin-top: 5px;
}

.shop-02 .a-info .b-01 {
    color: #e6261c;
}

.shop-02 .a-dh {
    width: 85.84%;
    height: 40px;
    line-height: 36px;
    font-size: 16px;
    color: #e6261c;
    border: 2px solid #e6261c;
    border-radius: 5px;
    margin: 16px auto 0;
}

.shop-02:hover .a-img {
    border-color: #49a617;
}

.shop-02:hover .a-dh {
    color: #fff;
    background: #e6261c;
}

/*======================== 09_MSDS COA ========================*/
.msds-main {
    margin-bottom: 108px;
}

.msds-form-01 {
    display: flex;
    flex-wrap: wrap; /*清除ie的默认选择框样式清除，隐藏下拉箭头*/
}

.msds-form-01 > * {
    margin-top: 10px;
    margin-left: 0.87%;
}

.msds-form-01 > *:first-child {
    margin-left: 0;
}

.msds-form-01:first-child {
    margin-top: -10px;
}

.msds-form-01 .div-01 {
    width: 21%;
}

.msds-form-01 .div-02 {
    width: 30.7%;
}

.msds-form-01 .div-03 {
    width: 14.91%;
}

.msds-form-01 .select-01 {
    border: solid 1px #e5e5e5;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url("../images/icon-20.png") no-repeat scroll right 20px center transparent;
    padding-right: 60px;
    padding-left: 20px;
    width: 100%;
    height: 50px;
    border-radius: 5px;
    font-size: 16px;
    color: #666;
}

.msds-form-01 .select-01::-ms-expand {
    display: none;
}

.msds-form-01 .put-01 {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    font-size: 16px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}

.msds-form-01 .but-01 {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    background: #e6261c;
    font-size: 16px;
    color: #fff;
}

/*======================== 10_关于我们_公司简介 ========================*/
.about-main {
    padding-left: 220px;
}

.about-menu {
    float: left;
    margin-left: -220px;
    width: 200px;
}

.about-menu .about-menu-title {
    background: #49a617;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

.about-menu .about-menu-title span {
    display: none;
}

.about-menu .about-menu-list {
    background: #f5f5f5;
    text-align: center;
}

.about-menu .about-menu-list .div-title a {
    font-size: 16px;
    line-height: 26px;
    color: #333;
    padding-top: 9px;
    padding-bottom: 9px;
}

.about-menu .about-menu-list .div-list a {
    color: #666;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.about-menu .about-menu-list a {
    position: relative;
    display: block;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.about-menu .about-menu-list a::before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    background: #49a617;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.about-menu .about-menu-list a:hover, .about-menu .about-menu-list a.on {
    background: #d6e8cc;
    color: #3e8c14;
}

.about-menu .about-menu-list a:hover::before, .about-menu .about-menu-list a.on::before {
    left: -5px;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.about-content {
    padding: 30px;
    background: #fff;
}

.about-content .about-title {
    border-bottom: 1px solid #e5e5e5;
}

.about-content .about-title .span-01 {
    display: inline-block;
    font-size: 18px;
    color: #49a617;
    padding-bottom: 15px;
    border-bottom: 3px solid #49a617;
    margin-bottom: -1px;
}

.about-content .pages {
    padding-bottom: 0;
    padding-top: 0;
}

.about-content .pages a {
    background: #f5f5f5;
}

.about-content .pages a:hover {
    background: #49a617;
}

.about-art {
    color: #666;
    line-height: 30px;
    margin-top: 30px;
}

.about-art .mg1 {
    border-radius: 5px;
    margin-bottom: 12px;
}

.about-art .div-01 {
    padding-left: 36px;
}

/*======================== 16_联系我们_人才招聘 ========================*/
.job-list {
    padding-top: 10px;
}

.job-list li {
    margin-top: 10px;
    background: #f9f9f9;
}

.job-list li .job-title {
    font-size: 16px;
    color: #333;
    line-height: 30px;
    padding: 10px 50px 10px 20px;
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-color: #f5f5f5;
    background-image: url("../images/icon-21.png");
    cursor: pointer;
}

.job-list li .job-title.on {
    color: #fff;
    background-color: #49a617;
    background-image: url("../images/icon-21h.png");
}

.job-list li .job-cont {
    display: none;
    padding: 20px;
    color: #666;
    line-height: 26px;
}

.job-list li .job-cont .b-01 {
    color: #333;
}

/*======================== 18_客户服务_资料下载 ========================*/
.down-list {
    margin-top: 15px;
    margin-bottom: 30px;
}

.down-list li {
    position: relative;
    font-size: 0;
    border-bottom: 1px dotted #e5e5e5;
    padding-left: 10px;
    padding-right: 50px;
}

.down-list li .a1 {
    display: inline-block;
    max-width: 100%;
    font-size: 16px;
    color: #333;
    line-height: 54px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.down-list li .a1 span {
    color: #49a617;
}

.down-list li .a-down {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/icon-22.png");
}

.down-list li:hover .a1 {
    color: #49a617;
}

.down-list li:hover .a-down {
    background-image: url("../images/icon-22h.png");
}

/*======================== 11_关于我们_公司荣誉列表页 ========================*/
.honor-a1 {
    margin-top: 30px;
}

.honor-a1 .bdo-img {
    padding-top: 64.19%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.honor-a1 .span-txt {
    font-size: 16px;
    color: #333;
    line-height: 30px;
    padding: 8px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    background: #f5f5f5;
}

.honor-a1:hover .span-txt {
    color: #fff;
    background: #49a617;
}

/*======================== 13_关于我们_公司新闻列表页 ========================*/
.news-list {
    margin-top: 15px;
    margin-bottom: 30px;
}

.news-list li {
    width: 100%;
    padding: 15px 190px 15px 112px;
    border-bottom: 1px dotted #e5e5e5;
}

.news-list li .div-date {
    float: left;
    width: 60px;
    margin-left: -90px;
    font-size: 14px;
    color: #666;
    line-height: 20px;
    font-family: "Arial";
    text-align: center;
    margin-top: 10px;
}

.news-list li .div-date .div-day {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    color: #fff;
    border-radius: 5px;
    background: #ccc;
    margin-bottom: 5px;
}

.news-list li .a-img {
    float: right;
    margin-right: -180px;
    width: 156px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #f5f5f5;
    border-radius: 5px;
}

.news-list li .a-img img {
    max-width: 100%;
    max-height: 100%;
}

.news-list li .div-cont {
    line-height: 24px;
    padding-top: 10px;
}

.news-list li .div-cont .div-title {
    height: 24px;
}

.news-list li .div-cont .div-title a {
    display: inline-block;
    max-width: 100%;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-list li .div-cont .div-info {
    display: none;
}

.news-list li .div-cont .div-des {
    font-size: 14px;
    color: #666;
    margin-top: 9px;
    height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news-list li:hover .div-date .div-day {
    background: #49a617;
}

.news-list li:hover .div-title a {
    color: #49a617;
}

/*======================== 14_关于我们_公司新闻详情页 ========================*/
.news-art {
    line-height: 30px;
    color: #666;
    padding-top: 24px;
}

.news-art .div-des {
    margin-top: 20px;
}

.news-art-title {
    padding-bottom: 14px;
    border-bottom: 1px dotted #e5e5e5;
}

.news-art-title .div-tit {
    font-size: 18px;
    line-height: 28px;
    color: #49a617;
    text-align: center;
}

.news-art-title .div-info {
    margin-top: 10px;
    line-height: normal;
}

.news-art-title .div-info * {
    display: inline-block;
}

.news-art-title .div-info .span-01 {
    font-size: 14px;
    color: #666;
    margin: 0 20px;
    line-height: 26px;
}

.news-art-title .div-info .bshare-custom {
    position: relative;
    top: -2px;
}

.news-pages {
    margin-top: 27px;
    padding-right: 150px;
}

.news-pages .div-01 {
    line-height: normal;
}

.news-pages .div-01 a {
    display: inline-block;
    max-width: 100%;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
}

.news-pages .div-01 a span {
    color: #666;
}

.news-pages .div-01 a:hover {
    color: #49a617;
}

.news-pages .a-return {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 100px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 5px;
    background: #f5f5f5;
    color: #333;
}

/*======================== 19_注册 ========================*/
.login-main {
    padding: 60px 8.33%;
    background: #fff;
    margin-top: 60px;
    margin-bottom: 70px;
}

.login-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.login-flex .login-left {
    width: 61.8%;
    border-right: 1px solid #e5e5e5;
}

.login-flex .login-left .div-title {
    font-size: 28px;
    line-height: 28px;
    color: #333;
}

.login-flex .login-right {
    width: 38.2%;
}

.login-list {
    width: 456px;
    padding-top: 20px;
}

.login-list li {
    padding-left: 105px;
    line-height: 50px;
    margin-top: 10px;
}

.login-list li .span-title {
    float: left;
    width: 95px;
    margin-left: -105px;
    text-align: right;
}

.login-list li .span-title .bdo-01 {
    color: #e6261c;
}

.login-list li .put-01 {
    float: left;
    width: 100%;
    padding: 0 15px;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
}

.login-list li .put-02 {
    width: 150px;
}

.login-list li .a-yzm {
    float: left;
    margin-left: 10px;
}

.login-list li .a-yzm img {
    display: block;
    width: 150px;
    height: 50px;
}

.login-list li .but-01 {
    float: left;
    width: 150px;
    height: 50px;
    color: #fff;
    background: #49a617;
    margin-left: 10px;
    border-radius: 5px;
}

.login-list li .but-02 {
    float: left;
    width: 100%;
    height: 50px;
    font-size: 18px;
    color: #fff;
    background: #49a617;
    border-radius: 5px;
}

.login-list li .label-01 {
    display: block;
    line-height: 30px;
    font-weight: normal;
}

.login-list li .label-01 input {
    position: relative;
    top: 1px;
    margin-right: 5px;
}

.login-list li .label-01 a {
    color: #666;
}

.login-list li .label-01 a:hover {
    color: #49a617;
}

.login-01 {
    padding-left: 160px;
    font-size: 16px;
    line-height: 26px;
}

.login-01 .but-01 {
    margin-top: 15px;
    width: 180px;
    height: 50px;
    color: #fff;
    background: #49a617;
    border-radius: 5px;
}

/*======================== 20_登录_用户名密码登录 ========================*/
.sign-flex {
    justify-content: space-between;
}

.sign-left {
    width: 350px;
    max-width: 100%;
}

.sign-left .div-title {
    font-size: 28px;
    line-height: 28px;
    color: #333;
}

.sign-left .sign-title-tab {
    margin-top: 30px;
}

.sign-left .sign-title-tab a {
    display: inline-block;
    min-width: 150px;
    padding: 0 15px;
    background: #dbedd1;
    font-size: 16px;
    color: #3e8c14;
    line-height: 40px;
    margin-right: 1px;
}

.sign-left .sign-title-tab a.on, .sign-left .sign-title-tab a:hover {
    color: #fff;
    background: #49a617;
}

.sign-img {
    width: 534px;
    max-width: 100%;
}

.sign-img img {
    width: 100%;
}

.sign-01 {
    display: none;
}

.sign-01:first-child {
    display: block;
}

.sign-01 .mg-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
}

.sign-01 .put-01 {
    display: block;
    width: 100%;
    line-height: 30px;
    padding: 14px 15px 14px 45px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}

.sign-01 .put-02 {
    width: 190px;
}

.sign-01 .but-02 {
    width: 100%;
    height: 50px;
    font-size: 18px;
    color: #fff;
    background: #49a617;
    border-radius: 5px;
}

.sign-01 .div-01 {
    position: relative;
    margin-top: 20px;
}

.sign-01 .div-02 {
    line-height: normal;
    margin-top: 20px;
    text-align: right;
}

.sign-01 .div-02 a {
    color: #666;
}

.sign-01 .div-02 a:hover {
    color: #49a617;
}

.sign-01 .div-02 label {
    float: left;
    cursor: pointer;
    font-weight: normal;
}

.sign-01 .div-02 label input {
    position: relative;
    top: 1px;
    margin-right: 5px;
}

.sign-01 .div-03 {
    position: relative;
    margin-top: 20px;
}

.sign-01 .div-03 .but-01 {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 150px;
    color: #fff;
    background: #49a617;
    border-radius: 5px;
}

.sign-01 .div-login {
    margin-top: 20px;
    color: #666;
}

.sign-01 .div-login a {
    color: #49a617;
}

/*======================== 33_大宗询价 ========================*/
.inquiry-main {
    padding: 40px 27.5%;
    background: #fff;
}

.inquiry-list {
    padding-left: 20px;
}

.inquiry-list li {
    position: relative;
    margin-top: 10px;
}

.inquiry-list li.li1 {
    margin-top: 30px;
}

.inquiry-list li .bdo-01 {
    position: absolute;
    left: -20px;
    color: #e6261c;
    top: 50%;
    transform: translateY(-50%);
}

.inquiry-list li .put-01 {
    width: 100%;
    padding: 9px 14px;
    line-height: 30px;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    border-radius: 5px;
}

.inquiry-list li .put-02 {
    width: 28.84%;
}

.inquiry-list li .a-yzm {
    display: inline-block;
    width: 28.84%;
    height: 50px;
}

.inquiry-list li .a-yzm img {
    max-width: 100%;
    height: 50px;
}

.inquiry-list li .div-01 {
    line-height: 20px;
    text-align: center;
    padding-top: 6px;
    padding-bottom: 16px;
    color: #666;
}

.inquiry-list li .div-01 .bdo-01 {
    position: static;
    transform: translateY(0);
}

.inquiry-list li .but-01 {
    width: 180px;
    height: 50px;
    font-size: 16px;
    color: #fff;
    background: #49a617;
    border-radius: 5px;
}

/*======================== 25_会员中心_我的订单 ========================*/
.member-main {
    padding-left: 220px;
    margin-top: 40px;
    margin-bottom: 50px;
}

.member-main .member-menu {
    float: left;
    width: 200px;
    margin-left: -220px;
}

.member-main .member-menu .member-menu-author {
    padding-top: 30px;
    padding-bottom: 24px;
    border-radius: 5px;
    background: #fff;
    text-align: center;
    line-height: 24px;
}

.member-main .member-menu .member-menu-author .div-img {
    width: 99px;
    height: 99px;
    margin: 0 auto 15px;
    border: 4px solid #ddeed3;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.member-main .member-menu .member-menu-author .div-img img {
    max-width: 100%;
    max-height: 100%;
}

.member-main .member-menu .member-menu-author .div-name {
    font-size: 16px;
    color: #666;
}

.member-main .member-menu .member-menu-author .div-name img {
    margin-left: 9px;
    position: relative;
    top: -2px;
}

.member-main .member-menu .member-menu-author .div-info {
    color: #999;
}

.member-main .member-menu .member-menu-bottom {
    background: #fff;
    margin-top: 1px;
    padding-bottom: 100px;
}

.member-main .member-menu .member-menu-bottom .a-01 {
    width: 80%;
    height: 40px;
    line-height: 38px;
    color: #666;
    border: 1px solid #e5e5e5;
    margin: 47px auto 0;
    border-radius: 5px;
}

.member-main .member-menu .member-menu-bottom .a-02 {
    margin-top: 20px;
    color: #fff;
    background: #49a617;
    border-color: #dbedd1;
}

.member-menu-list li a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 16px;
    color: #333;
    line-height: 26px;
    padding: 12px 15px;
}

.member-menu-list li a::after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0px;
    bottom: 0;
    width: 5px;
    background: #49a617;
    visibility: hidden;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.member-menu-list li a:hover, .member-menu-list li a.on {
    color: #3e8c14;
    background: #dbedd1;
}

.member-menu-list li a:hover::after, .member-menu-list li a.on::after {
    visibility: visible;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    left: -5px;
}

.member-content {
    float: left;
    width: 100%;
}

.member-content .pages {
    padding-top: 30px;
    padding-bottom: 0;
}

.member-title {
    padding: 18px 20px 0;
    background: #fff;
    border-radius: 5px;
}

.member-title .a-01 {
    display: inline-block;
    font-size: 16px;
    color: #333;
    padding-bottom: 15px;
    border-bottom: 2px solid #fff;
    margin-left: 30px;
}

.member-title .a-01:first-child {
    margin-left: 0;
}

.member-title .a-01.on, .member-title .a-01:hover {
    color: #49a617;
    border-bottom-color: #49a617;
}

.member-title .div-01 {
    float: right;
}

.member-title .div-01 .a1, .member-title .div-01 .a2 {
    display: inline-block;
    min-width: 122px;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    background: #e6261c;
    text-align: center;
    border-radius: 5px;
    margin-left: 10px;
}

.member-title .div-01 .a1 {
    background: #49a617;
}

.member-order-title {
    width: 100%;
    overflow: auto;
    white-space: nowrap;
}

.member-order-title a {
    display: inline-block;
    min-width: 100px;
    padding: 0 15px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #3e8c14;
    text-align: center;
    background: #d6e8cc;
    margin-left: 10px;
    border-radius: 5px;
}

.member-order-title a:first-child {
    margin-left: 0;
}

.member-order-title a:hover, .member-order-title a.on {
    color: #fff;
    background: #49a617;
}

.member-order-table-w {
    width: 100%;
    overflow: auto;
    background: #fff;
}

.member-order-table {
    width: 100%;
    min-width: 980px;
    font-size: 12px;
    line-height: 20px;
}

.member-order-table tr th {
    color: #333;
    font-weight: bold;
    background: #d6e8cc;
}

.member-order-table tr th:first-child {
    width: 9.18%;
}

.member-order-table tr th:nth-child(2) {
    width: 6.83%;
}

.member-order-table tr th:nth-child(3) {
    width: 7.95%;
}

.member-order-table tr th:nth-child(4) {
    width: 10.71%;
}

.member-order-table tr th:nth-child(5) {
    width: 17.04%;
}

.member-order-table tr th:nth-child(6) {
    width: 8.16%;
}

.member-order-table tr th:nth-child(7) {
    width: 8.16%;
}

.member-order-table tr th:nth-child(8) {
    width: 8.16%;
}

.member-order-table tr th:nth-child(9) {
    width: 8.16%;
}

.member-order-table tr th:last-child {
    width: 11.02%;
}

.member-order-table tr th, .member-order-table tr td {
    padding: 10px;
}

.member-order-table tr:nth-child(odd) td {
    background: #f5f5f5;
}

.member-order-table a {
    color: #333;
}

.member-order-table a:hover {
    color: #49a617;
}

.member-order-table7 tr th:nth-child(4) {
    width: 8.71%;
}

.member-order-table7 tr th:nth-child(5) {
    width: 14.04%;
}

.member-order-table tr th:last-child {
    width: 8.02%;
}

/*======================== 27_会员中心_我的询价单 ========================*/
.member-order-table2 tr th:first-child {
    width: 11.63%;
}

.member-order-table2 tr th:nth-child(2) {
    width: 10%;
}

.member-order-table2 tr th:nth-child(3) {
    width: 10.75%;
}

.member-order-table2 tr th:nth-child(4) {
    width: 13.14%;
}

.member-order-table2 tr th:nth-child(5) {
    width: 8.57%;
}

.member-order-table2 tr th:nth-child(6) {
    width: 9.38%;
}

.member-order-table2 tr th:nth-child(7) {
    width: 7.44%;
}

.member-order-table2 tr th:nth-child(8) {
    width: 8.16%;
}

.member-order-table2 tr th:last-child {
    width: 9.71%;
}

/*======================== 28_会员中心_我的积分_积分明细 ========================*/
.member-order-table3 {
    min-width: 100%;
    text-align: center;
}

.member-order-table3 tr th {
    text-align: center;
}

.member-order-table3 tr th:first-child {
    width: 33.67%;
}

.member-order-table3 tr th:nth-child(2) {
    width: 33.68%;
}

.member-order-table3 tr th:last-child {
    width: 32.65%;
}

/*======================== 31_会员中心_模板下载 ========================*/
.member-model {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 60px 35px;
    background: #fff;
    line-height: 24px;
}

.member-model .div-01 {
    font-size: 18px;
    color: #333;
}

.member-model .div-01.ling {
    width: 100%;
}

.member-model .a-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    margin-left: 50px;
    margin-right: 30px;
    border: 1px dashed #ccc;
}

.member-model .a-img div {
    font-size: 14px;
    line-height: 14px;
    color: #666;
    text-align: center;
}

.member-model .a-img img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 10px;
}

.member-model .a-img:hover {
    border-color: #49a617;
}

.member-model .a-img:hover div {
    color: #49a617;
}

.member-model .div-02.ling {
    width: 100%;
}

.member-model .div-02 a:hover {
    color: #49a617;
}

.member-model .inputt {
    margin-left: 50px;
    border-radius: 3px;
    border: 1px solid #ccc;
    line-height: 20px;
    padding: 5px 15px;
}

.member-model .but-01 {
    display: inline-block;
    width: 80px;
    height: 34px;
    color: #fff;
    background: #49a617;
    border-radius: 5px;
    margin: 0 10px;
}

.member-model .but-02 {
    color: #666;
    background: #f5f5f5;
}

/*======================== 29_会员中心_我的积分_积分兑换 ========================*/
.member-exchange-header {
    padding: 15px 20px 15px 110px;
    background: #fff;
    border-radius: 5px;
}

.member-exchange-header .div-logo {
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    margin-left: -90px;
    border: 1px solid #f6f6f6;
    border-radius: 50%;
}

.member-exchange-header .div-info {
    line-height: 30px;
}

.member-exchange-header .div-info .div-01 {
    font-size: 18px;
    color: #333;
    padding-top: 3px;
}

.member-exchange-header .div-info .div-01 span {
    margin-left: 20px;
}

.member-exchange-header .div-info .div-02 {
    font-size: 16px;
    color: #666;
    margin-top: 6px;
}

.member-exchange-row {
    margin-top: -10px;
}

.member-exchange-row::after {
    height: 1px !important;
    display: block !important;
}

.member-exchange-01 {
    padding: 20px 18px;
    background: #fff;
    border: 1px solid #f5f5f5;
    margin-top: 30px;
}

.member-exchange-01 .span-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 182px;
}

.member-exchange-01 .span-img img {
    max-width: 100%;
    max-height: 100%;
}

.member-exchange-01 .span-des {
    line-height: 18px;
    margin-top: 7px;
    font-size: 12px;
    color: #666;
    height: 36px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.member-exchange-01 .span-jf {
    font-size: 12px;
    color: #666;
    margin-top: 4px;
}

.member-exchange-01 .member-exchange-div1 {
    margin-top: 6px;
}

.member-exchange-01 .member-exchange-div1 .member-exchange-price {
    float: left;
}

.member-exchange-01 .member-exchange-div1 .a-01 {
    float: right;
    width: 88px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    background: #e6261c;
}

.member-exchange-price {
    width: 84px;
    height: 30px;
    border: 1px solid #49a617;
}

.member-exchange-price .member-exchange-price-jian, .member-exchange-price .member-exchange-price-add {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 28px;
    cursor: pointer;
    background: url("../images/bg-02.png") center bottom repeat-x;
}

.member-exchange-price .put-01 {
    float: left;
    width: 40px;
    height: 28px;
    border-left: 1px solid #49a617;
    border-right: 1px solid #49a617;
    text-align: center;
}

/*======================== 30_会员中心_我的积分_积分兑换确认 ========================*/
.member-exchange-02 {
    padding: 0;
    background: none;
    border: none;
}

.member-exchange-02 .div-bottom {
    line-height: 24px;
    padding: 12px 20px;
    border: 1px solid #f5f5f5;
    background: #fff;
    text-align: right;
}

.member-exchange-02 .div-bottom .div-01 {
    float: left;
}

.member-exchange-02 .a-02 {
    width: 88px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background: #e6261c;
    border-radius: 5px;
    margin-top: 10px;
}

.member-exchange-a2 {
    padding: 20px 20px 15px;
    background: #fff;
    text-align: center;
    border-top: 1px solid #f5f5f5;
    border-bottom: none;
}

.member-exchange-a2 .span-des {
    width: 70%;
    margin: 0 auto;
    text-align: left;
}

.member-jf-return {
    margin-top: 30px;
}

.member-jf-return a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    background: #49a617;
    border-radius: 5px;
}

.member-exchange-form {
    padding: 35px 40px 40px;
    background: #fff;
    border-radius: 5px;
    margin-top: 30px;
}

.member-exchange-form .div-title {
    line-height: 24px;
}

.member-exchange-form-list {
    padding-top: 14px;
}

.member-exchange-form-list li {
    padding-left: 105px;
    margin-top: 10px;
}

.member-exchange-form-list li .span-title {
    float: left;
    margin-left: -105px;
    width: 95px;
    text-align: right;
    line-height: 50px;
}

.member-exchange-form-list li .put-01 {
    width: 350px;
    max-width: 100%;
    height: 50px;
    line-height: 30px;
    padding: 9px 15px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}

.member-exchange-form-list li .put-02 {
    width: 600px;
}

.member-exchange-form-list li .but-01 {
    width: 180px;
    height: 50px;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    background: #49a617;
}

/*======================== 26_会员中心_我的订单_查询 ========================*/
.member-main-01 {
    padding-left: 0;
}

.member-main-01 .member-content {
    float: none;
}

.member-orderQuery-01 {
    margin-top: 24px;
}

.member-orderQuery-01 .div-title {
    line-height: 24px;
    margin-bottom: 4px;
}

.member-order-table-1040 {
    width: 1040px;
    max-width: 100%;
}

.member-order-table4 tr th:first-child {
    width: 8.65%;
}

.member-order-table4 tr th:nth-child(2) {
    width: 13.94%;
}

.member-order-table4 tr th:nth-child(3) {
    width: 15.38%;
}

.member-order-table4 tr th:nth-child(4) {
    width: 18.84%;
}

.member-order-table4 tr th:nth-child(5) {
    width: 18.26%;
}

.member-order-table4 tr th:nth-child(6) {
    width: 16.34%;
}

.member-order-table4 tr th:nth-child(7) {
    width: 8.59%;
}

.member-order-table5 {
    width: 1440px;
    font-size: 12px;
}

.member-order-table5 tr th, .member-order-table5 tr td {
    padding-left: 10px;
    padding-right: 5px;
}

.member-order-table5 tr th:first-child, .member-order-table5 tr th:nth-child(11), .member-order-table5 tr td:first-child, .member-order-table5 tr td:nth-child(11) {
    padding-left: 10px;
    padding-right: 0;
}

.member-order-table5 tr th:first-child {
    width: 84px;
}

.member-order-table5 tr th:nth-child(2) {
    width: 56px;
}

.member-order-table5 tr th:nth-child(3) {
    width: 70px;
}

.member-order-table5 tr th:nth-child(4) {
    width: 94px;
}

.member-order-table5 tr th:nth-child(5) {
    width: 140px;
}

.member-order-table5 tr th:nth-child(6) {
    width: 60px;
}

.member-order-table5 tr th:nth-child(7) {
    width: 60px;
}

.member-order-table5 tr th:nth-child(8) {
    width: 53px;
}

.member-order-table5 tr th:nth-child(9) {
    width: 90px;
}

.member-order-table5 tr th:nth-child(10) {
    width: 68px;
}

.member-order-table5 tr th:nth-child(11) {
    width: 83px;
}

.member-order-table5 tr th:nth-child(12) {
    width: 68px;
}

.member-order-table5 tr th:nth-child(13) {
    width: 80px;
}

.member-order-table5 tr th:nth-child(14) {
    width: 68px;
}

.member-order-table5 tr th:nth-child(15) {
    width: 123px;
}

.member-order-table5 tr th:nth-child(16) {
    width: 150px;
}

.member-order-table5 tr th:nth-child(17) {
    width: 95px;
}

.member-order-table5 tr td {
    line-height: 18px;
    padding-top: 13px;
    padding-bottom: 13px;
}

.member-order-table6 {
    width: 1440px;
    font-size: 12px;
}

.member-order-table6 tr th, .member-order-table6 tr td {
    padding-left: 10px;
    padding-right: 5px;
}

.member-order-table6 tr th:first-child, .member-order-table6 tr th:nth-child(10), .member-order-table6 tr td:first-child, .member-order-table6 tr td:nth-child(10) {
    padding-left: 10px;
    padding-right: 0;
}

.member-order-table6 tr th {
    height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 14px;
    vertical-align: middle;
}

.member-order-table6 tr th:first-child {
    width: 84px;
}

.member-order-table6 tr th:nth-child(2) {
    width: 56px;
}

.member-order-table6 tr th:nth-child(3) {
    width: 70px;
}

.member-order-table6 tr th:nth-child(4) {
    width: 94px;
}

.member-order-table6 tr th:nth-child(5) {
    width: 140px;
}

.member-order-table6 tr th:nth-child(6) {
    width: 60px;
}

.member-order-table6 tr th:nth-child(7) {
    width: 60px;
}

.member-order-table6 tr th:nth-child(8) {
    width: 53px;
}

.member-order-table6 tr th:nth-child(9) {
    width: 90px;
}

.member-order-table6 tr th:nth-child(10) {
    width: 81px;
}

.member-order-table6 tr th:nth-child(11) {
    width: 83px;
}

.member-order-table6 tr th:nth-child(12) {
    width: 68px;
}

.member-order-table6 tr th:nth-child(13) {
    width: 74px;
}

.member-order-table6 tr th:nth-child(14) {
    width: 68px;
}

.member-order-table6 tr th:nth-child(15) {
    width: 123px;
}

.member-order-table6 tr th:nth-child(16) {
    width: 150px;
}

.member-order-table6 tr th:nth-child(17) {
    width: 95px;
}

.member-order-table6 tr td {
    line-height: 18px;
    padding-top: 13px;
    padding-bottom: 13px;
}

/*======================== 23_会员中心_个人中心 ========================*/
.member-set {
    padding: 20px 30px 30px;
    background: #fff;
}

.member-set-01 {
    border-top: 1px solid #e5e5e5;
}

.member-set-01:first-child {
    border-top: none;
}

.member-set-title {
    padding-left: 150px;
    padding-top: 2px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 48px;
    font-size: 16px;
}

.member-set-title .b-title {
    float: left;
    width: 130px;
    margin-left: -150px;
    color: #333;
}

.member-set-title .a1 {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    color: #fff;
    padding: 0 10px;
    background: #e6261c;
    margin: 0 18px;
    border-radius: 5px;
    font-size: 12px;
}

.member-set-title .span-01 {
    font-size: 12px;
    color: #999;
}

.member-set-title .span-img {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #f5f5f5;
    margin-top: 10px;
}

.member-set-title .span-img img {
    max-width: 100%;
    max-height: 100%;
}

.member-set-title .div-contact {
    float: right;
    font-size: 12px;
}

.member-set-title .div-contact b {
    font-size: 14px;
}

.member-set-title .div-contact span {
    display: inline-block;
    margin-left: 16px;
}

.member-set-cont {
    padding: 20px 30px 20px 140px;
}

.member-set-cont .span-title {
    display: inline-block;
    color: #666;
    width: 65px;
    text-align: right;
    margin-right: 10px;
}

.member-set-cont .put-01 {
    display: inline-block;
    height: 34px;
    line-height: 20px;
    padding: 6px 15px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}

.member-set-cont .put-03 {
    width: 260px;
    max-width: 100%;
}

.member-set-cont .but-01 {
    display: inline-block;
    width: 80px;
    height: 34px;
    color: #fff;
    background: #49a617;
    border-radius: 5px;
}

.member-set-cont .but-02 {
    color: #666;
    background: #f5f5f5;
}

.member-set-cont .div-01 {
    display: flex;
    align-items: center;
}

.member-set-cont .div-01 .but-01 {
    margin-left: 20px;
}

.member-set-cont .div-01 .but-01 {
    margin-left: 10px;
}

.member-set-cont .div-02 {
    display: flex;
    align-items: center;
    padding-left: 10px;
}

.member-set-cont .div-02 .div-img {
    width: 99px;
    color: #666;
    line-height: 14px;
    text-align: center;
}

.member-set-cont .div-02 .div-img .span-img {
    width: 99px;
    height: 99px;
    border: 4px solid #dbedd1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.member-set-cont .div-02 .div-img .span-img img {
    max-width: 100%;
    max-height: 100%;
}

.member-set-cont .div-02 .but-01 {
    position: relative;
    top: -11px;
    margin-left: 20px;
}

.member-set-cont .div-02 .but-02 {
    position: relative;
    top: -11px;
    margin-left: 10px;
}

.member-set-cont .member-set-list li {
    margin-top: 10px;
}

.member-set-cont .member-set-list li:first-child {
    margin-top: 0;
}

.member-set-cont .member-set-list li .but-02 {
    margin-left: 10px;
}

.member-set-word {
    margin-top: 25px;
}

.member-set-word .member-set-word-a {
    margin-top: 14px;
}

.member-set-word .member-set-word-a a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    min-width: 200px;
    height: 40px;
    line-height: 40px;
    background: #e6261c;
    border-radius: 5px;
}

.member-info-word {
    padding: 12px 20px;
    background: #fff;
    line-height: 30px;
    border-radius: 5px;
}

.member-info-word .div-01 {
    padding-left: 75px;
    margin-top: 3px;
}

.member-info-word .div-01 .b-title {
    float: left;
    margin-left: -75px;
}

.member-info-list1 li {
    margin-top: 10px;
    font-size: 0;
    padding-left: 90px; /*清除ie的默认选择框样式清除，隐藏下拉箭头*/
}

.member-info-list1 li:first-child {
    margin-top: 0;
}

.member-info-list1 li .span-title {
    width: 80px;
    font-size: 14px;
    margin-left: -90px;
}

.member-info-list1 li .put-01 {
    font-size: 14px;
}

.member-info-list1 li .put-04 {
    width: 410px;
    max-width: 100%;
}

.member-info-list1 li .select-01 {
    border: solid 1px #e5e5e5;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url("../images/icon-30.png") no-repeat scroll right 10px center transparent;
    padding-right: 28px;
    padding-left: 15px;
    width: 200px;
    height: 34px;
    border-radius: 5px;
    font-size: 14px;
    color: #666;
    margin-right: 10px;
}

.member-info-list1 li .select-01:last-child {
    margin-right: 0;
}

.member-info-list1 li .select-01::-ms-expand {
    display: none;
}

.member-info-list2 li {
    padding-left: 105px;
    margin-top: 10px;
}

.member-info-list2 li:first-child {
    margin-top: 0;
}

.member-info-list2 li .span-title {
    float: left;
    width: 95px;
    margin-left: -105px;
    line-height: 34px;
}

.member-info-list2 li .put-05 {
    width: 340px;
    max-width: 100%;
}

.member-ionfo-but .but-01 {
    width: 110px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    background: #e6261c;
    margin: 0 10px;
    border-radius: 5px;
}

.member-ionfo-but .but-01:first-child {
    background: #49a617;
}

.mongolia {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url('../images/bg_10.png') repeat;
    z-index: 200;
    display: none;
}

.inquiry-tc, .exchange-tc {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 500px;
    max-width: 90%;
    transform: translate(-50%, -50%);
    padding-bottom: 50px;
    padding-top: 50px;
    background: #fff;
    z-index: 210;
    display: none;
}

.inquiry-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 26px;
    height: 26px;
    cursor: pointer;
}

.inquiry-tc .title {
    font-size: 18px;
    color: #49a617;
    line-height: 18px;
}

.inquiry-form {
    padding-left: 30px;
    padding-right: 30px;
}

.inquiry-form .div1 {
    margin-top: 20px;
    line-height: 42px;
}

.inquiry-form .span-title {
    width: 94px;
    font-size: 16px;
    color: #000;
}

.inquiry-form .put-01 {
    width: 268px;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    font-size: 14px;
}

.inquiry-form .but-01 {
    width: 300px;
    height: 42px;
    background: #49a617;
    color: #fff;
    font-size: 16px;
    border: none;
    border-radius: 4px;
}

@media (max-width: 767px) {
    .inquiry-form {
        padding-left: 20px;
        padding-right: 20px;
    }

    .inquiry-form .div1 {
        margin-top: 10px;
        line-height: 20px;
    }

    .inquiry-form .span-title {
        float: none !important;
        display: block;
        width: 100%;
        text-align: left;
        margin-bottom: 5px;
    }

    .inquiry-form .put-01 {
        float: none !important;
        display: block;
        width: 100%;
    }

    .inquiry-form .but-01 {
        width: 100%;
    }
}

.exchange-tc {
    width: 800px;
    max-width: 90%;
}

.exchange-tc .member-exchange-form {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
}

/*# sourceMappingURL=style.css.map */