body {
    margin: 0 auto;
    padding: 0;
    overflow-x: hidden;
    font-family: "PingFang";
}

ul,
li,
p {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a:link,
a:hover {
    text-decoration: none;
}

.w100 {
    width: 100%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

select:focus,
.swiper-button-next,
.swiper-button-prev,
.swiper-pagination-clickable .swiper-pagination-bullet,
textarea,
input:focus {
    outline: none;
    resize: none;
}

.over {
    overflow: hidden;
}

.over>img {
    cursor: pointer;
    transition: all 0.6s;
}

.over>img:hover {
    transform: scale(1.2);
}

.policy_bott button:hover,
.technological_size a:hover,
.technological_ul li:hover>div::after,
.introduce_ul li .icon:hover::before,
.introduce_ul li .icon::before,
.brand_right>div div a:hover,
.brand_w100>div:hover .brand_left div a,
.lunbo_size a:hover,
.daohang_ul>li.active>a::after,
.daohang_ul>li:hover>a::after {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

#more-shop {
    display: none;
}

.shop-list .box {
    border: 1px solid #e5e5e5;
    margin-top: 30px;
}

.shop-list .box h3.tit {
    font-size: 24px;
    line-height: 26px;
    padding: 25px 10px 25px 30px;
    border-bottom: 1px solid #e5e5e5;
    font-weight: normal;
}

.shop-list .box .con {
    padding: 25px;
}

.shop-list .box .con p {
    color: #999;
    font-size: 16px;
    line-height: 26px;
}

.shop-list .box .con p.icon-dingweiweizhi {
    margin-top: 25px;
}

.shop-list .col-sm-6:nth-child(2n+1) {
    clear: both;
}

#allmap {
    width: 100%;
    height: 712px;
}

.page_info {
    text-align: center;
    padding: 15px 0;
}

#page {
    clear: both;
    height: 40px;
    margin: 0 auto;
    text-align: center;
    display: table;
    margin: 30px auto;
}

#page li {
    float: left;
    padding: 5px 14px;
    border: 1px solid #CCCCCC;
    margin-right: 6px;
    color: #666;
    font-size: 12px;
    list-style: none;
}

#page li:hover {
    border: 1px solid #d80001;
}

#page li:hover a {
    color: #d80001;
}

#page li a {
    color: #666;
    display: inline-block;
    padding: 5px 14px;
    text-align: center;
    margin: -5px -14px -5px -14px;
}

#page li.thisclass {
    border: 1px solid #d80001;
    background-color: #d80001;
    color: #FFFFFF
}

#page li.thisclass a {
    color: #fff
}

#no-shop {
    display: none;
    text-align: center;
    margin-top: 30px;
    font-size: 24px;
    color: #333;
    line-height: 2;
    text-align: center;
}

#no-shop img {
    max-width: 140px;
}

@media (min-width: 1600px) {
    .container {
        width: 1526px;
    }
  
}


/* 手机导航 */

.phone {
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
    display: none;
    top: 0;
    background: #fff;
    z-index: 999;
    width: 100%;
    padding: 10px 30px;
}

.index_a {
    display: inline-block;
}

.phone .wid {
    float: left;
}

.phone .wid>a {
    display: inline-block;
}

.color_dao .iconfont {
    color: #d80001;
    font-size: 25px;
    margin: 0 5px;
}

.color_dao {
    line-height: 48px;
}

.color_dao .daohang_sp {
    position: relative;
    top: -7px;
    font-size: 25px;
}

.color_a {
    font-size: 25px;
    position: relative;
    top: -7px;
}

.sidebar-menu {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 250px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #e7e9eb;
    z-index: 999;
    transition: 0.6s;
}

.sidebar-menu__header {
    height: 50px;
    background: #d80001;
    position: relative;
    display: block;
    padding: 15px 25px;
    height: 100%;
    width: 100%;
    color: #fff;
    margin-right: 105px;
}

.sidebar-menu__list {
    position: fixed;
    top: 50px;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 250px;
    list-style: none;
    background: #fff;
    list-style-type: none;
}

.sidebar-menu__item:first-child {
    border-top: 0
}

.sidebar-menu__item {
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #eee;
}

.sidebar-menu__link {
    display: block;
    padding: 10px 25px;
    color: #828282;
    font-size: 13px;
    font-weight: 400;
    transition: color 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.sidebar-menu__item {
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
}

.colos {
    line-height: 70px;
}

.sidebar-menu__item:first-child {
    border-top: 0;
}

.sidebar-menu__item.sidebar-menu__item--back,
.sidebar-menu__item.sidebar-menu__item--back:hover,
.sidebar-menu__link.sidebar-menu__subtitle {
    background-color: #d80001 !important;
}

.sidebar-menu__item.sidebar-menu__item--back .sidebar-menu__link {
    color: #fff !important;
}

.sidebar-menu__item:hover {
    background-color: #fff;
    cursor: pointer;
}

.sidebar-menu__item:hover>.sidebar-menu__link {
    color: #6e6e6e;
}

.phone_i {
    display: inline-block;
    line-height: 60px;
    padding: 0 15px;
}

.sidebar-menu__item:hover>.sidebar-menu__link .glyphicon-menu-right {
    color: #6e6e6e;
}

.sidebar-menu__item .sidebar-menu__list {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    transform: translateX(300px);
    transition: transform 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.sidebar-menu__item .sidebar-menu__list.is-active {
    transform: translateX(0);
}

.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list {
    z-index: 2;
}

.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list {
    z-index: 3;
}

.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list {
    z-index: 4;
}

.sidebar-menu__link::first-letter {
    text-transform: uppercase;
}

.sidebar-menu__link:active,
.sidebar-menu__link:focus,
.sidebar-menu__link:hover {
    text-decoration: none;
}

.sidebar-menu__link span.glyphicon-menu-left {
    float: left;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    margin-right: 4px;
}

.sidebar-menu__link .glyphicon-menu-right {
    color: #bababa;
    float: right;
}


/* 一键导航 */

.mobile-foot {
    display: none;
    background: #d80001;
    padding: 8px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.mobile-foot a {
    color: #fff;
    height: 35px;
    line-height: 33px;
    border: 1px solid #fff;
    border-radius: 4px;
    text-align: center;
    width: 22%;
    padding: 0 15px;
    font-size: 15px;
    margin: 0 5px;
    transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    padding: 0px;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}


/* 搜索 */

.searchbox {
    padding: 15px;
    box-shadow: 0 0 7px 0 #cfcfcf;
    background: #fff;
    width: 100%;
    top: 112px;
    border-top: 2px solid #d80001;
    text-align: center;
    z-index: 44;
    position: fixed;
}

.displaynone {
    display: none;
}

.searchs {
    max-width: 600px;
    margin: 0 auto;
}

.clearfix {
    zoom: 1;
}

.searchs .sertext {
    display: block;
    padding: 0;
    outline: 0;
    padding-left: 12px;
    width: 78%;
    float: left;
    border: 1px solid #d80001;
    color: #a2a2a2;
    font-size: 12px;
    height: 52px;
    line-height: 52px;
    transition: 0.4s;
}

.serbtn {
    padding: 0;
    margin: 0;
    border: none;
    outline: 0;
    width: 22%;
    float: right;
    height: 52px;
    text-align: center;
    line-height: 52px;
    background: #d80001;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    transition: 0.44s;
}

.daohang_a>a:hover .daohang_img,
.daohang .daohang_ul>li:hover .er-ul {
    transform: scale(1);
    opacity: 1;
}

.daohang .daohang_ul .er-ul {
    position: absolute;
    width: 140px;
    left: -10px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    right: 0;
    top: 90%;
    opacity: 0;
    z-index: 999;
    transition: 400ms ease-in-out;
    transform: scale(0);
    background: #fff;
}

.daohang_img {
    width: 140px;
    right: 0;
    left: -60px;
    top: 100%;
    opacity: 0;
    z-index: 999;
    transition: 400ms ease-in-out;
    transform: scale(0);
    background: #fff;
    position: absolute;
}

.country {
    top: 145%;
}

.er-ul li {
    line-height: 32px;
    width: 100%;
    display: block;
    float: none;
}

.daohang_ul .er-ul li a {
    color: #000;
    font-size: 14px;
    display: block;
    text-align: left;
    background: #fff;
    color: #3d3e3f;
    text-align: center;
}

.daohang_ul .er-ul li:hover a {
    color: #d80001;
}


/* 导航 */

.daohang .fl {
    line-height: 100px;
}

.daohang_ul>li {
    display: inline-block;
    padding: 40px 35px 30px 35px;
    position: relative;
}

.daohang_ul>li>a {
    display: inline-block;
    color: #333;
    font-size: 16px;
    padding-bottom: 10px;
    position: relative;
}

.daohang_ico div {
    display: inline-block;
}

.daohang_ico .iconfont {
    color: #d80001;
    font-size: 20px;
    margin-left: 30px;
}

.daohang_ico {
    line-height: 100px;
}

.daohang_ico span .iconfont {
    color: #fff;
    margin-left: 0;
}

.daohang_ico span {
    font-size: 26px;
    width: 30px;
    height: 30px;
    line-height: 26px;
    background: #d80001;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
}

.daohang_a a {
    position: relative;
}


/* .daohang .bdsharebuttonbox .iconfont{
    background:transparent !important;
    font-size:20px  !important;
    color: #d80001 !important;
    margin: 0 !important;
    margin-left: 30px !important;
    padding-left: 0 !important;
} */

.daohang .bdshare-button-style0-16:after {
    display: inline-block;
    content: none;
}

.daohang_ul>li>a::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background-color: #d80001;
    position: absolute;
    bottom: 0;
    left: 0;
}

.daohang_ul>li.active>a::after,
.daohang_ul>li:hover>a::after {
    width: 100%;
}

.lunbo_size {
    position: absolute;
    top: 25%;
    left: 15%;
}

.lunbo_size p:nth-child(1) {
    font-size: 70px;
    color: #d42425;
    font-weight: bold;
}

.lunbo_size p:nth-child(2) {
    font-size: 36px;
    color: #884a18;
    padding: 25px 0 45px 0;
    line-height: 55px;
}

.lunbo_size a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    background: #d42425;
    border-radius: 8px;
    padding: 15px 38px;
    border: 1px solid #d42425;
}

.lunbo_size a:hover {
    border: 1px solid #d42425;
    color: #d42425;
    background: none;
}

.swiper-button-next,
.swiper-button-prev {
    background-image: none;
}

.swiper-button-next .iconfont,
.swiper-button-prev .iconfont {
    color: #fff;
    font-size: 45px;
}

.swiper-button-next {
    right: 9%;
}

.swiper-button-prev {
    left: 9%;
}

.swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: #d42425;
    position: relative;
    opacity: 0.4;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 7px;
}

.swiper-pagination-bullet::after {
    content: "";
    width: 25px;
    height: 25px;
    border-radius: 100%;
    border: 1px solid #d42425;
    position: absolute;
    top: -6px;
    left: -5px;
    opacity: 0;
}
.material .col-md-6 img{
    max-width: 100%;
}

.swiper-pagination-bullet-active {
    background: #d42425;
    opacity: 1;
}

.swiper-pagination-bullet-active::after {
    opacity: 1;
}

.dis {
    display: block;
}

.diss {
    display: none;
}

.back {
    background: url(../img/42.jpg) no-repeat;
    background-size: 100% 100%;
}

.brand {
    padding: 82px 0;
}

.brand_w100 {
    width: 100%;
}

.brand_w100>div {
    width: 48.5%;
    float: left;
}

.brand_w100>div:nth-child(1) {
    margin-right: 20px;
    position: relative;
}

.brand_w100>div a {
    display: block;
}

.brand_left {
    position: absolute;
    top: 5%;
    left: 0;
    width: 100%;
    padding: 0 45px;
}

.brand_left div p:nth-child(1) {
    color: #333333;
    font-size: 32px;
}

.brand_left div p:nth-child(2) {
    color: #555555;
    font-size: 20px;
    padding-top: 10px;
}

.brand_left div a {
    display: inline-block;
    background: #d42425;
    color: #fff;
    font-size: 16px;
    padding: 14px 40px;
    border: 1px solid #d42425;
    border-radius: 12px;
    margin-top: 20px;
}

.brand_right>div:nth-child(1) {
    margin-bottom: 19px;
}

.brand_right>div {
    position: relative;
}

.brand_right>div div {
    text-align: center;
}

.brand_right>div div p {
    color: #333333;
    font-size: 32px;
    padding-bottom: 20px;
}

.brand_right>div div a {
    color: #333333;
    font-size: 16px;
    border: 1px solid #333333;
    padding: 14px 40px;
    border-radius: 12px;
    display: inline-block;
}

.brand_right>div:nth-child(1) div {
    position: absolute;
    left: 50%;
    top: 12%;
    transform: translateX(-50%);
}

.brand_right>div:nth-child(2) div {
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
}

.brand_right>div div a:hover,
.brand_w100>div:hover .brand_left div a {
    border: 1px solid #d42425;
    color: #d42425;
    background: none;
}

.shiping {
    padding-bottom: 80px;
}

.service {
    padding-bottom: 95px;
}

.service_ul {
    background: url(../img/6.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 52px 0 30px 0;
}

.service_ul li a {
    display: block;
}

.service_ul li {
    width: 25%;
    float: left;
    text-align: center;
    border-left: 1px solid #ebe8e8;
}

.service_ul li:nth-child(1) {
    border: none;
}

.service_ul li div p:nth-child(1) {
    color: #333333;
    font-size: 18px;
}

.service_ul li:hover div p:nth-child(1) {
    color: #d80001;
}

.service_ul li div p:nth-child(2) {
    color: #888888;
    font-size: 14px;
}

.service_ul li div p {
    line-height: 30px
}

.service_ul li div:nth-child(2) {
    padding: 20px 0 30px 0;
}

.cooperation {
    background: #f8f8f8;
    padding: 70px 0 85px 0;
}

.cooperation_size {
    text-align: center;
    font-size: 40px;
    color: #333333;
}

.cooperation .swiper-container {
    padding-top: 55px;
}

.bott {
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.06);
}

.bott_ul {
    width: 100%;
    padding: 55px 0 45px 0;
}

.bott_ul ul {
    width: 19%;
    float: left;
}

.bott_ul .bott_ico {
    width: 24%;
}

.bott_ul .bdsharebuttonbox .iconfont {
    background: transparent !important;
    font-size: 35px !important;
    color: #999999 !important;
    margin: 0 !important;
    margin-right: 10px !important;
    padding-left: 0 !important;
    display: inline-block;
}

.bott_ul .bdshare-button-style0-16 a {
    height: auto;
}

.bott_ul ul li:nth-child(1) {
    color: #333333;
    font-size: 18px;
    padding-bottom: 15px;
}

.bott_ico .bdsharebuttonbox a:nth-of-type(2) {
    position: relative;
}

.bott_ico_img {
    position: absolute;
    width: 140px;
    left: -140px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    right: 0;
    top: 100%;
    opacity: 0;
    z-index: 999;
    transition: 400ms ease-in-out;
    transform: scale(0);
    background: #fff;
}

.bott_ico .bdsharebuttonbox a:nth-of-type(2):hover .bott_ico_img {
    transform: scale(1);
    opacity: 1;
}

.bott_ico_img img {
    width: 100%;
}

.bott_ul ul li a {
    color: #888888;
    font-size: 14px;
    line-height: 30px;
    display: block;
}

.bott_ul ul li a:hover {
    color: #d42425;
}

.bott_li p {
    color: #000;
}

.bott_li {
    padding-top: 75px;
}

.bott_li p:nth-child(1) {
    font-size: 18px;
}

.bott_li p:nth-child(2) {
    font-size: 35px;
    font-weight: bold;
}

.bott_bor {
    text-align: center;
    font-size: 14px;
    color: #c1c1c1;
    padding: 22px 0;
    border-top: 1px solid #e5e5e5;
}

.picture {
    position: relative;
}

.picture_size {
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translateY(-50%);
    text-align: center;
}

.picture_size p:nth-child(1) {
    font-size: 70px;
    background-image: -webkit-linear-gradient(left, #dc5231, #ec6c49, #e3603b, #e05f38);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Adobe Heiti Std";
    font-weight: bold;
}

.picture_size p img:nth-child(1) {
    position: relative;
    top: -45px;
    left: 13px;
}

.picture_size p img:nth-child(2) {
    position: relative;
    top: 18px;
    left: -13px;
}

.picture_size p:nth-child(2) {
    color: rgb(139, 81, 39);
    font-size: 30px;
    font-weight: bold;
    padding: 25px 0;
}

.picture_size div {
    color: #8b5127;
    font-size: 18px;
    text-align: left;
}

.picture_size div span {
    margin-left: 135px;
    line-height: 35px;
}

.picture_size div span img {
    margin-right: 5px;
}

.picture_size div span:nth-child(1) {
    margin-left: 0;
}

.introduce {
    padding: 65px 0 50px 0;
}

.introduce_ul {
    width: 100%;
    padding: 0 10%;
}

.introduce_ul li {
    width: 25%;
    float: left;
    text-align: center;
}

.introduce_ul li .icon {
    width: 140px;
    height: 140px;
    border-radius: 20px;
    background-color: #efefef;
    padding: 2px;
    margin: 0 32%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.introduce_ul li .icon div {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 20px;
    padding-top: 20px;
    position: relative;
    z-index: 10;
}

.introduce_ul li .icon img {
    margin-top: 20px;
}

.introduce_ul li .icon::after {
    content: "";
    width: 50px;
    height: 50px;
    transition: all .5s;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    border-top: 2px solid #d42425;
    border-right: 2px solid #d42425;
    border-radius: 0 20px 0 0;
}

.introduce_ul li .icon:hover::after {
    width: 100%;
    height: 100%;
    transition: all .5s;
    border-top: 2px solid #d42425;
    border-right: 2px solid #d42425;
    border-radius: 20px;
}

.introduce_ul li .icon::before {
    content: "";
    width: 50px;
    height: 50px;
    transition: all .5s;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    border-left: 2px solid #d42425;
    border-top: 2px solid transparent;
    border-right: 2px solid transparent;
    border-bottom: 1px solid #d42425;
    border-radius: 0 0 0 20px;
}

.introduce_ul li .icon:hover::before {
    width: 100%;
    height: 100%;
    transition: all .5s;
    border-top: 2px solid #d42425;
    border-right: 2px solid #d42425;
    border-radius: 20px;
}

.introduce_ul li p {
    color: #777777;
    font-size: 22px;
    padding-top: 20px;
    padding-left: 10%;
}

.faster {
    padding: 45px 0 22px 0;
    background: #f7f7f7;
}

.faster .faster_img {
    text-align: center;
}

.faster_size {
    padding-top: 13%;
}

.faster_size p:nth-child(1) span,
.faster_size p:nth-child(1) {
    color: #4f4f4f;
    font-size: 50px;
    font-weight: bold;
}

.faster_size p:nth-child(2) {
    color: #4f4f4f;
    font-size: 35px;
    position: relative;
}

.faster_size p:nth-child(3) {
    color: #4f4f4f;
    font-size: 25px;
    position: relative;
}

.faster_size p span {
    color: #d80001;
    font-size: 50px;
    font-weight: bold;
}

.faster_size p img {
    position: absolute;
    right: -2%;
    bottom: -20px;
}

.clean {
    padding-top: 82px;
}

.clean_size {
    padding-top: 20%;
}

.clean_size>p:nth-child(1) {
    font-size: 50px;
    color: #d80001;
    font-family: "PingFang";
    position: relative;
    padding-left: 30px;
    font-weight: bold;
}

.clean_size>p:nth-child(1) span {
    color: #4f4f4f;
    font-size: 35px;
    padding-left: 25px;
    font-weight: 500;
}

.clean_size>p:nth-child(1) img:nth-child(1) {
    position: absolute;
    top: -2px;
    left: 5px;
}

.clean_size>p:nth-child(1) img:nth-child(2) {
    position: absolute;
    bottom: 0;
    right: 25%;
}

.clean_size>p:nth-child(2) {
    color: #4f4f4f;
    font-size: 22px;
    line-height: 40px;
    padding-top: 40px;
}

.clean_size>p:nth-child(2) span {
    color: #d80001;
    font-size: 36px;
}

.assistance {
    background: url(../img/12.jpg) no-repeat;
    background-size: 100% 100%;
}

.assistance_size {
    padding-top: 8%;
}

.assistance_size>p:nth-child(1) {
    color: #d80001;
    font-size: 50px;
}

.assistance_size>p:nth-child(1) span {
    color: #4f4f4f;
    font-size: 35px;
}

.assistance_size>p:nth-child(2) {
    color: #4f4f4f;
    font-size: 20px;
    line-height: 38px;
    padding-top: 15px;
}

.specifications {
    position: relative;
}

.specifications_div {
    position: absolute;
    left: 0;
    top: 10%;
    width: 100%;
}

.specifications_ul {
    width: 100%;
}

.specifications_ul li {
    width: 20%;
    float: left;
    text-align: center;
}

.specifications_ul li>div {
    width: 210px;
    height: 210px;
    border-radius: 20px;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.08);
    background: #fff;
    padding-top: 35px;
    margin: 0 auto;
}

.specifications_ul li div p:nth-child(2) {
    color: #000000;
    font-size: 16px;
    padding-top: 15px;
}

.specifications_ul li div p:nth-child(3) {
    color: #000;
    font-size: 18px;
}

.specifications_ul li div p:nth-child(3) span {
    color: #d80001;
    font-size: 58px;
    font-weight: bold;
}

.material {
    padding: 52px 0 40px 0;
}

.material_ul {
    padding-top: 20%;
}

.material_ul li {
    color: #7a7a7a;
    font-size: 16px;
    line-height: 50px;
}

.material_ul li span {
    color: #000;
    font-size: 20px;
    padding-right: 25px;
}

.process {
    background: url(../img/14.jpg) no-repeat;
    background-size: cover;
    padding: 65px 0 115px 0;
}

.process_back {
    text-align: center;
}

.process_back span {
    background: url(../img/24.png) no-repeat;
    background-size: 100% 100%;
    color: #d80001;
    font-size: 50px;
    padding: 20px 60px;
    display: inline-block;
}

.process_size {
    width: 100%;
    text-align: center;
}

.process_size img {
    -webkit-transition: 0.4s;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
    -moz-transition: -moz-transform 0.4s ease-out;
}

.process_size:hover img {
    transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
}


/* .process_size>div{
    width: 50%;
    float: left;
} */

.process_size>div:nth-child(2) {
    line-height: 155px;
}

.process_size>div:nth-child(1) {
    border: 1px solid #717171;
    border-radius: 50%;
    height: 170px;
    color: #000;
    font-size: 28px;
    position: relative;
    padding-top: 62px;
}

.process_size>div:nth-child(1) img {
    position: absolute;
    right: 33px;
    top: 50%;
}

.process_lunbo {
    padding: 90px 0 0 0;
}

.process_lunbo .swiper-slide:nth-child(1) .process_size>div:nth-child(1) img {
    right: 30px;
}

.process_lunbo .swiper-slide:nth-child(5) .process_size>div:nth-child(1) img,
.process_lunbo .swiper-slide:nth-child(7) .process_size>div:nth-child(1) img {
    right: 41px;
    top: 47%;
}

.process_lunbo .swiper-slide:nth-child(3) .process_size>div:nth-child(1) img,
.process_lunbo .swiper-slide:nth-child(9) .process_size>div:nth-child(1) img {
    right: 42px;
    top: 55%;
}

.process_lunbo .swiper-slide:nth-child(3) .process_size>div:nth-child(1),
.process_lunbo .swiper-slide:nth-child(9) .process_size>div:nth-child(1) {
    padding-top: 36px;
}

.process_lunbo .swiper-slide:nth-child(even) div {
    line-height: 155px;
    text-align: center;
}


/* 产品百科 */

.encyclopedias {
    padding: 30px 0 50px 0;
    background: url(../img/15.jpg) no-repeat;
    background-size: 100% 100%;
}

.encyclopedias_ti a {
    font-size: 16px;
    color: #000000;
}

.encyclopedias_div {
    background: #fff;
    padding: 55px 65px 0 65px;
    margin-top: 25px;
}

.encyclopedias_p p span {
    color: #d80001;
    font-size: 30px;
    background: url(../img/27.png) no-repeat;
    background-size: 100% 100%;
    padding: 10px 48px;
    display: inline-block;
    margin-bottom: 40px;
}

.encyclopedias_p>p {
    color: #000;
    font-size: 18px;
}

.encyclopedias_p>p img {
    margin-right: 8px;
}

.encyclopedias_p>div {
    color: #888888;
    font-size: 16px;
    line-height: 35px;
    padding-left: 22px;
}


/* 服务1 */

.picture_p {
    background: url(../img/29.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    padding: 15px 15px 0 15px;
    margin-top: 55px;
}

.picture .picture_p p {
    color: #fff;
    font-size: 28px;
    padding: 20px 0;
}

.selfhelp {
    padding: 70px 0 90px 0;
}

.selfhelp_ti {
    text-align: center;
}

.selfhelp_ti>p {
    color: #333;
}

.selfhelp_ti p:nth-child(1) {
    font-size: 35px;
    padding-bottom: 20px;
}

.selfhelp_ti p img {
    position: relative;
    top: -10px;
}

.selfhelp_ti>p:nth-child(2) {
    font-size: 16px;
}

.selfhelp_ul {
    width: 100%;
    padding: 85px 0 120px 0;
}

.selfhelp_ul li {
    width: 16.6%;
    float: left;
    text-align: center;
    cursor: pointer;
}

.selfhelp_ul li>div>p {
    color: #333333;
    font-size: 18px;
    padding-top: 20px;
}

.selfhelp_img {
    position: relative;
}

.selfhelp_img a {
    display: block;
}

.selfhelp_a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.selfhelp_a p {
    text-transform: uppercase;
    color: #333333;
    font-size: 28px;
    padding-top: 25px;
}

.selfhelp_a a {
    font-size: 42px;
    color: #333333;
}

.selfhelp .selfhelp_dis {
    display: none;
}

.selfhelp .xiangq {
    background: url(../img/29.png) no-repeat;
    background-size: 100% 100%;
    padding: 10px 22px 22px 22px;
    text-align: center;
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
}

.selfhelp .xiangq p {
    color: #fff;
    font-size: 34px;
    padding-bottom: 40px;
}

.selfhelp .modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: none;
}

.selfhelp .modal-dialog {
    width: 430px;
}

.selfhelp .modal {
    top: 20%;
}


/* 服务2 */

.policy {
    padding: 75px 0;
}

.policy_for {
    width: 100%;
}

.policy_for>div {
    width: 29.7%;
    float: left;
}

.policy_for>div:nth-child(2) {
    margin: 0 82px;
}

.policy .selfhelp_ti {
    padding-bottom: 100px;
}

.policy_for select,
.policy_for input {
    width: 100%;
    height: 60px;
    border: none;
    border-bottom: 1px solid #a8a8a8;
    padding-left: 15px;
}

.policy_for select {
    color: #757575;
    font-size: 16px;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../img/36.png) no-repeat scroll right center transparent;
    padding-right: 45px;
}

.policy_bott {
    text-align: center;
    margin-top: 90px;
}

.policy_bott button {
    border: 1px solid #d80001;
    color: #d80001;
    background: none;
    padding: 20px 95px;
    font-size: 16px;
}

.policy_bott button:hover {
    color: #fff;
    background: #d80001;
}

.corrugated {
    padding: 70px 0;
    background: #fafafa;
}

.corrugated_div {
    width: 100%;
}

.corrugated_ul {
    width: 28%;
    float: left;
    padding-right: 20px;
}

.corrugated_ul li {
    width: 100%;
    color: #333;
    padding: 23px 30px;
    background: #FFF;
    font-size: 24px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    cursor: pointer;
    letter-spacing: 2px;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}

.corrugated_ul li.active,
.corrugated_ul li:hover {
    color: #fff;
    background: #d80001;
}


/*.corrugated_ul li::after {
    display: block;
    content: "";
    top: 50%;
    right: -17px;
    position: absolute;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 19px solid #d80001;
    opacity: 0;
    transform: translateY(-50%);
}
*/

.corrugated_ul li:nth-child(1) {
    margin-top: 0;
}


/*.corrugated_ul li:nth-child(2) {
    background: #ef595a;
}

.corrugated_ul li:nth-child(2)::after {
    border-left: 19px solid #ef595a;
}

.corrugated_ul li:nth-child(3)::after {
    border-left: 19px solid #f3a7a8;
}

.corrugated_ul li:nth-child(4)::after {
    border-left: 19px solid #e9b6b6;
}

.corrugated_ul li:nth-child(3) {
    background: #f3a7a8;
}

.corrugated_ul li:nth-child(4) {
    background: #e9b6b6;
}*/

.corrugated_dis {
    width: 72%;
    float: left;
}

.corrugated_dis {
    background: #fff;
}

.corrugated_dis>div {
    display: none;
}

.corrugated_size {
    padding-bottom: 60px;
}

.corrugated_size .tab-cont-tit {
    height: 60px;
    line-height: 60px;
    padding: 0 30px;
    font-size: 24px;
    color: #333;
    font-weight: bold;
    background: #f2f2f2;
    letter-spacing: 2px;
}

.corrugated_size .tab-cont-data {
    padding: 0 30px;
    background: #fff
}

.corrugated_size .item-charge {
    display: inline-block;
    width: 100%;
    padding: 35px 0;
    border-top: 1px solid #e5e5e5
}

.corrugated_size .item-charge:first-child {
    border-top: 0
}

.corrugated_size .item-charge .item-charge-info {
    float: left;
    width: 270px
}

.corrugated_size .item-charge .item-charge-name {
    font-size: 16px;
    color: #333;
    margin-bottom: 4px;
    line-height: 32px
}

.corrugated_size .item-charge .item-charge-price {
    font-size: 24px;
    color: #d80001
}

.corrugated_size .item-charge .item-charge-desc {
    margin-left: 280px;
    font-size: 16px;
    color: #999;
    line-height: 2
}


/*.corrugated_size>div {
    width: 100%;
    background: #eeeeee;
    border-radius: 18px;
    padding: 25px 0 20px 30px;
}

.corrugated_size>div>span {
    color: #333333;
    font-size: 16px;
    display: inline-block;
}

.corrugated_size>div>span:nth-child(1) {
    width: 39%;
}

.corrugated_size>div>span:nth-child(2) {
    width: 60%;
}

.corrugated_size>div div {
    color: #333;
    font-size: 16px;
}

.corrugated_size>div div span {
    color: #d80001;
    font-size: 55px;
    font-weight: bold;
}*/

.corrugated_ul li.active::after {
    opacity: 1;
}


/* 行业解决方案 */

.industry {
    padding: 100px 0 15px 0;
    background: #f6f6f6;
}

.industry_ul {
    width: 100%;
}

.industry_ul li {
    width: 32%;
    float: left;
    display: table;
    content: " ";
    background: #fff;
    margin-left: 30px;
    margin-bottom: 85px;
}

.industry_ul li:nth-child(1),
.industry_ul li:nth-child(4) {
    margin-left: 0;
}

.industry_ul li>a {
    display: block;
    width: 65%;
    float: left;
}

.industry_ul li>div {
    width: 35%;
    float: left;
    padding: 93px 0;
    text-align: center;
}

.industry_ul li>div a {
    color: #d80001;
    font-size: 34px;
    padding-bottom: 30px;
    display: block;
}

.industry_ul li>div p {
    color: #333;
    font-size: 18px;
}


/* 下载服务 */

.xiazai {
    background: #f6f6f6;
}


/* .xiazai .policy_for select, */

.xiazai .policy_for input {
    background: #f6f6f6;
}

.us-about {
    padding: 80px 0;
}

.us-about .us-con {
    font-size: 16px;
    line-height: 29px;
}

.us-about .vid {
    padding-right: 30px;
    padding-bottom: 0px;
    width: 60%;
}

.download thead tr {
    border-top: 2px solid #d80001;
}

.download thead tr th {
    color: #000000;
    font-size: 19px;
    line-height: 50px;
    font-weight: normal;
    padding: 0;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.download tbody tr {
    cursor: pointer;
}

.download tbody tr td {
    color: #737373;
    font-size: 16px;
    padding: 0;
    line-height: 70px;
    text-align: center;
}

.download tbody tr td:nth-child(1) {
    position: relative;
    padding: 0 40px;
}

.download tbody tr td:nth-child(1) span {
    position: absolute;
    background: #d80001;
    top: 50%;
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -moz-transform: translateY(-50%);
    /* Firefox */
    -webkit-transform: translateY(-50%);
    /* Safari 和 Chrome */
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 30px;
    color: #ffffff;
    line-height: 25px;
    font-size: 13px;
    padding: 0 10px;
    text-transform: uppercase;
    display: none;
}

.download tbody tr td a {
    font-size: 16px;
    color: #737373;
}

.download tbody tr td a i {
    display: inline-block;
    margin-right: 5px;
}

.download tbody tr:nth-child(1) td span,
.download tbody tr:nth-child(2) td span {
    display: block;
}

.download tbody tr:last-child {
    border-bottom: 1px solid #ddd;
}

.download tbody tr:hover {
    background: #e2e1e1;
}

.download tbody tr:hover a {
    color: #d80001;
}


/* 在线留言 */

.message {
    padding: 75px 0 65px 0;
}

.message .selfhelp_ti {
    padding-bottom: 75px;
}

.message .policy_for>div {
    position: relative;
}

.message form>div:nth-child(2) {
    margin-top: 115px;
    position: relative;
}

.message .policy_for>div span {
    left: 10%;
}

.message form div span {
    color: #d80001;
    position: absolute;
    top: 16px;
    font-size: 18px;
}

.message form>div:nth-child(2) span {
    left: 3%;
}

.message textarea {
    width: 100%;
    height: 60px;
    border: none;
    border-bottom: 1px solid #a8a8a8;
    padding-left: 15px;
    background: none;
    line-height: 60px;
    overflow: hidden;
}


/* 关于我们 */

.picture_guan {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
}

.picture_guan p {
    color: #fff;
    font-size: 22px;
    margin-top: 40px;
}

.words {
    padding: 90px 0 70px 0;
}

.words_size {
    color: #333333;
    font-size: 16px;
    line-height: 45px;
    padding-bottom: 65px;
}

.words_size p {
    text-indent: 2em;
    padding-bottom: 10px;
}

.words_size p span {
    color: #d80001;
}

.words_size p:nth-child(1) span:nth-child(1) {
    font-size: 20px;
}

.words_lunbo {
    padding: 80px 60px;
    box-shadow: 0px 3px 32px 0px rgba(0, 0, 0, 0.06);
}

.words_lunbo .swiper-slide div {
    border: 10px solid #e9e9e9;
}

.culture {
    padding: 60px 0 110px 0;
    background: #f9f9f9;
}

.culture_ul {
    width: 100%;
}

.culture_ul li {
    width: 35%;
    float: left;
    text-align: center;
}

.culture_ul li:nth-child(3) {
    width: 30%;
}

.culture_ul li:nth-child(1) p {
    color: #333333;
    font-size: 18px;
    padding: 40px 0;
    position: relative;
}

.culture_ul li:nth-child(1) p::after {
    content: "";
    display: block;
    width: 55px;
    height: 4px;
    background-color: #d80001;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.culture_ul li:nth-child(1) div {
    color: #787878;
    font-size: 16px;
    line-height: 30px;
}

.culture_ul li:nth-child(1) {
    padding: 10% 5% 0;
}

.culture_ul li:nth-child(2) {
    padding-top: 4%;
}

.development {
    padding: 115px 0;
    background: url(../img/25.jpg) no-repeat;
    background-size: 100% 100%;
}

.development_div>div:nth-child(1) {
    width: 30%;
    float: left;
    text-align: center;
    padding-top: 4%;
}

.development_div>div:nth-child(2) {
    width: 70%;
    float: left;
}

.vision {
    padding: 115px 0 95px 0;
    background: #f9f9f9;
}

.vision_ul {
    width: 100%;
}

.vision_ul li {
    width: 33.3%;
    float: left;
    text-align: center;
    height: 360px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
}

.vision_ul li:nth-child(3),
.vision_ul li:nth-child(1) {
    background: #d80001;
    color: #fff;
    font-size: 30px;
}

.vision_ul li:nth-child(3) p,
.vision_ul li:nth-child(1) p {
    font-size: 77px;
    text-transform: uppercase;
}

.vision_ul li:nth-child(6),
.vision_ul li:nth-child(4),
.vision_ul li:nth-child(2) {
    font-size: 26px;
    color: #333333;
    line-height: 40px;
    background: url(../img/26.jpg) no-repeat;
    background-size: 100% 100%;
}

.vision_ul li:nth-child(3) {
    background: #d2d2d2;
}

.vision_ul li:nth-child(4) {
    background: url(../img/27.jpg) no-repeat;
}

.vision_ul li:nth-child(5) {
    color: #d80001;
    font-size: 30px;
    border: 15px solid #d80001;
}

.vision_ul li:nth-child(5) p {
    font-size: 78px;
    text-transform: uppercase;
}

.vision_ul li:nth-child(6) {
    background: url(../img/28.jpg) no-repeat;
}


/* 经销商招聘 */

.picture_guan div {
    font-size: 70px;
    color: #fff;
    line-height: 45px;
}

.requirement {
    background: url(../img/30.jpg) no-repeat;
    background-size: 100% 100%;
    padding-bottom: 150px;
}

.perationt {
    padding: 65px 0 135px 0;
}

.requirement_ul {
    width: 100%;
    padding-top: 65px;
}

.requirement_ul li {
    width: 48.5%;
    float: left;
    color: #888888;
    line-height: 30px;
    font-size: 16px;
    border-radius: 50px;
    background: url(../img/31.jpg) no-repeat;
    background-size: 100% 100%;
    height: 445px;
    box-shadow: 0px 2px 21px 0px rgba(0, 0, 0, 0.08);
    padding: 55px 0 0 75px;
}

.requirement_ul li:nth-child(1),
.requirement_ul li:nth-child(2) {
    margin-bottom: 55px;
}

.requirement_ul li:nth-child(odd) {
    margin-right: 35px;
}

.requirement_ul li p:nth-child(1) {
    color: #333;
    font-size: 33px;
}

.requirement_ul li p:nth-child(2) {
    color: #333;
    font-size: 18px;
    padding: 15px 0 35px 0;
    text-transform: uppercase;
}

.requirement_size {
    text-align: center;
}

.requirement_size span {
    background-image: -webkit-linear-gradient(left, #dc5231, #ec6c49, #e3603b, #e05f38);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    color: #d42425;
    font-size: 48px;
    font-family: "PingFang";
    display: inline-block;
}

.requirement_size img:nth-child(1) {
    position: relative;
    top: -3px;
    left: 15px;
}

.requirement_size img:nth-child(3) {
    position: relative;
    top: -22px;
    right: 10px;
}

.technological_ul {
    width: 100%;
    padding: 85px 0 230px 0;
}

.technological_ul li {
    width: 14.28%;
    float: left;
    text-align: center;
}

.technological_ul li>div {
    line-height: 200px;
}

.technological_ul li>div {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: #dddddd;
    padding: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.technological_ul li>div>div {
    width: 100%;
    height: 100%;
    background-color: #f9f9f9;
    border-radius: 50%;
    position: relative;
    z-index: 10;
}

.technological_ul li:nth-child(1)>div::after {
    content: "";
    width: 94%;
    height: 104%;
    transition: all .5s;
    display: block;
    position: absolute;
    right: 0px;
    top: 1px;
    border-top: 2px solid #d42425;
    border-right: 2px solid #d42425;
    border-radius: 50%;
}

.technological_ul li:nth-child(3)>div::after {
    content: "";
    width: 98%;
    height: 101%;
    transition: all .5s;
    display: block;
    position: absolute;
    right: 1px;
    top: 0px;
    border-top: 2px solid #d42425;
    border-right: 2px solid #d42425;
    border-radius: 50%;
    transform: rotate(45deg);
}

.technological_ul li:nth-child(7)>div::after,
.technological_ul li:nth-child(5)>div::after {
    content: "";
    width: 100%;
    height: 100%;
    transition: all .5s;
    display: block;
    position: absolute;
    right: 1px;
    top: 0px;
    bottom: 0;
    border-top: 2px solid #d42425;
    border-bottom: 2px solid #d42425;
    border-right: 2px solid #d42425;
    border-radius: 50%;
    transform: rotate(45deg);
}

.technological_ul li:hover>div::after {
    width: 100%;
    height: 100%;
    border: 2px solid #d42425;
    right: 0;
    top: 0px;
    bottom: 0;
    left: 0;
}

.technological_ul li:nth-child(even) {
    line-height: 200px;
}

.technological_ul li p {
    color: #333333;
    font-size: 28px;
    padding-top: 25px;
}

.technological_size {
    text-align: center;
}

.technological_size p {
    font-size: 28px;
    line-height: 50px;
    color: #333;
}

.technological_size a {
    display: inline-block;
    color: #fff;
    background: #d80001;
    padding: 20px 81px;
    font-size: 24px;
    margin-top: 30px;
    border: 1px solid #d80001;
}

.technological_size a:hover {
    background: none;
    color: #d80001;
}

.contact {
    background: #f8f8f8;
    padding: 50px 0 80px 0;
}

.contact_ul {
    width: 100%;
    padding-bottom: 60px;
}

.contact_ul li {
    width: 24.5%;
    float: left;
    border-radius: 10px;
    border: 1px solid rgb(220, 220, 220);
    height: 155px;
    margin-left: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.contact_ul li:nth-child(1) {
    margin-left: 0;
}

.contact_ul li div:nth-child(1) {
    width: 25%;
    color: #d80001;
    float: left;
    text-align: center;
}

.contact_ul li div:nth-child(1) p {
    font-size: 45px;
}

.contact_ul li div:nth-child(2) {
    width: 75%;
    float: left;
    color: #000000;
    font-size: 18px;
    padding-right: 15px;
}

.contact_ul li div:nth-child(2) p {
    font-size: 20px;
    padding-bottom: 15px;
}

.contact_ditu {
    border: 6px solid #d80001;
}

.super_w100 {
    width: 100%;
}

.super_w100>div {
    width: 50%;
    float: left;
}

.super_size div>p:nth-child(1) {
    color: #d80001;
    font-size: 50px;
    font-weight: bold;
    background-image: -webkit-linear-gradient(left, #dc5231, #ec6c49, #e3603b, #e05f38);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.super_size div>p:nth-child(2) {
    color: #884a18;
    font-size: 20px;
    padding: 8px 0 25px 0;
}

.super_size>p {
    color: #453a32;
    font-size: 16px;
    line-height: 38px;
    position: relative;
    padding-left: 40px;
}

.super {
    padding-top: 82px;
}

.super_size>p::after {
    content: "";
    display: block;
    width: 22px;
    height: 4px;
    background-color: #d80001;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 15px;
    margin-top: 20px;
}

.super_p {
    padding-top: 40px;
}

.super_size .super_p>div {
    display: initial;
    padding: 25px 0;
    width: 145px;
    background: #f8f8f8;
    border-radius: 15px;
    float: left;
    text-align: center;
}

.super_size .super_p>div:nth-child(1) {
    margin-right: 40px;
}

.super_size .super_p>div p {
    color: #000 !important;
    font-size: 18px !important;
    background: none;
    -webkit-text-fill-color: initial;
    padding: 0;
}

.super_size .super_p>div p span {
    color: #d80001;
    font-size: 58px;
    font-weight: bold;
    padding-right: 5px;
}

.lotion {
    background: #f3f3f3;
    padding-top: 60px;
}

.lotion .super_size {
    padding: 3% 0 0 12%;
}

.dishes {
    padding: 105px 0;
}

.dishes_p span:nth-child(1) {
    color: #000;
    font-size: 18px;
}

.dishes_p {
    color: #d80001;
    font-size: 36px;
    padding-top: 40px;
}

.dishes_p span:nth-child(2),
.dishes_p span:nth-child(3),
.dishes_p span:nth-child(4) {
    font-size: 18px;
}

.dishes_p span:nth-child(2),
.dishes_p span:nth-child(3) {
    position: relative;
    top: -6px;
}

.distributor {
    background: #f3f3f3;
    padding-top: 125px;
}

.distributor .super_size {
    padding-left: 12%;
}


/* 资讯 */

.information {
    padding: 25px 0 80px 0;
    background: #f9f9f9;
}

.information_a a {
    display: inline-block;
    color: #000000;
    font-size: 24px;
    margin-right: 80px;
}

.information_a a.active,
.information_a a:hover {
    color: #d80001;
}

.information_ul {
    padding-top: 70px;
}

.information_ul li {
    padding: 20px 35px;
    background: url(../img/39.jpg) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    margin-top: 60px;
}

.information_ul li:nth-child(1) {
    margin-top: 0;
}

.information_ul li>a {
    width: 40%;
    float: left;
}

.information_ul li .information_sizw {
    width: 60%;
    float: left;
    padding-left: 42px;
}

.information_ul li:hover .information_sizw a {
    font-weight: bold;
}

.information_sizw a {
    color: #d80001;
    font-size: 24px;
}

.information_sizw p {
    color: #454545;
}

.information_sizw p:nth-child(2) {
    font-size: 16px;
    padding: 20px 0 35px 0;
}

.information_sizw p:nth-child(3) {
    font-size: 14px;
}

.information_sizw .iconfont {
    font-size: 14px;
    margin-right: 5px;
}

.details {
    background: url(../img/40.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 28px 0 50px 0;
}

.details_a {
    color: #000000;
    font-size: 16px;
    padding-bottom: 25px;
}

.details_a a {
    display: inline-block;
    color: #000;
}

.details_div {
    background: #fff;
    padding: 50px 40px;
    color: #000000;
    font-size: 16px;
    line-height: 30px;
}

.details_div p {
    text-align: center;
}

.details_div p:nth-child(2) {
    color: #727272;
    font-size: 14px;
    padding: 35px 0 55px 0;
}

.details_div p span {
    padding: 0 40px;
}

.details_div p:nth-child(1) {
    font-size: 30px;
    color: #000000;
}


/* .process_size>div:nth-child(1){
    height: 160px;
    font-size: 24px;
    padding-top: 70px;
}
.process_lunbo .swiper-slide:nth-child(1) .process_size>div:nth-child(1) img {
    right: 30px;
}
.process_lunbo .swiper-slide:nth-child(3) .process_size>div:nth-child(1) img,
.process_lunbo .swiper-slide:nth-child(9) .process_size>div:nth-child(1) img {
    right: 31px;
    top: 59%;
}
.process_lunbo .swiper-slide:nth-child(5) .process_size>div:nth-child(1) img,
.process_lunbo .swiper-slide:nth-child(7) .process_size>div:nth-child(1) img {
    right: 30px;
    top: 47%;
} */

.specifications_img1 {
    display: none;
}

.specifications_img {
    display: inline-block;
}

@media(max-width:1600px) {
    .daohang_ico .iconfont {
        margin-left: 15px;
    }
    .process_size>div:nth-child(1){
        height: 125px;
    font-size: 24px;
    padding-top: 40px;
    }
    .process_lunbo .swiper-slide:nth-child(3) .process_size>div:nth-child(1), .process_lunbo .swiper-slide:nth-child(9) .process_size>div:nth-child(1){
        padding-top: 24px;
    }
    .material_ul{
        padding-top: 5%;
    }
    
}

@media(max-width:1440px) {
    .clean_size>p:nth-child(1) img:nth-child(2) {
        right: 0;
    }
    .daohang_ul li {
        padding: 25px 20px;
    }
    .daohang_ico .iconfont {
        margin-left: 20px;
    }
    .daohang .bdsharebuttonbox .iconfont {
        margin-left: 20px !important;
    }
    .daohang_ico {
        line-height: 74px;
    }
    .daohang .fl {
        line-height: 74px;
    }
    .brand_left {
        top: 10%;
    }
    .industry_ul li {
        margin-left: 23px;
    }
    .industry_ul li>div {
        padding: 62px 0;
    }
    .policy_for>div:nth-child(2) {
        margin: 0 63px;
    }
    .corrugated_size>div>span:nth-child(1),
    .corrugated_size>div>span:nth-child(2) {
        width: 100%;
        display: block;
    }
    .lotion .super_size {
        padding: 3% 0 0 6%;
    }
    .distributor .super_size {
        padding-left: 6%;
    }
    .message .policy_for>div span {
        left: 13%;
    }
    .message form>div:nth-child(2) span {
        left: 4%;
    }
    .contact_ul li {
        width: 24.3%;
    }
    .technological_ul li:nth-child(even) img {
        width: 60%;
    }
    .technological_ul li:nth-child(even) {
        line-height: 175px;
    }
    .technological_ul li>div {
        width: 175px;
        height: 175px;
    }
    .technological_ul {
        padding: 85px 0 150px 0;
    }
    .perationt {
        padding: 65px 0 100px 0;
    }
 
    .picture_p {
        margin-top: 15px;
        text-align: center;
    }
    .picture_p>div {
        width: 70%;
        margin-left: 15%;
    }
    .picture_p>div img {
        width: 100%;
    }
    .picture .picture_p p {
        font-size: 23px;
        text-align: center;
    }
    .process_size>div:nth-child(1) {
        height: 125px;
        font-size: 24px;
        padding-top: 50px;
    }
    .process_lunbo .swiper-slide:nth-child(3) .process_size>div:nth-child(1) img,
    .process_lunbo .swiper-slide:nth-child(9) .process_size>div:nth-child(1) img {
        right: 24px;
    }
    .process_lunbo .swiper-slide:nth-child(1) .process_size>div:nth-child(1) img {
        right: 18px;
    }
    .process_lunbo .swiper-slide:nth-child(3) .process_size>div:nth-child(1),
    .process_lunbo .swiper-slide:nth-child(9) .process_size>div:nth-child(1) {
        padding-top: 24px;
    }
    .process_lunbo .swiper-slide:nth-child(5) .process_size>div:nth-child(1) img,
    .process_lunbo .swiper-slide:nth-child(7) .process_size>div:nth-child(1) img {
        right: 28px;
        top: 47%;
    }
    .process_lunbo .swiper-slide:nth-child(even) div {
        line-height: 125px;
    }
}

@media(max-width:1280px) {
    .lunbo_size p:nth-child(1) {
        font-size: 45px;
    }
    .lunbo_size p:nth-child(2) {
        font-size: 25px;
        padding: 15px 0 28px 0;
        line-height: 40px;
    }
    .industry_ul li {
        margin-left: 19px;
    }

}
@media(max-width:1200px) {
    .specifications_ul li>div{
        width: 90%;
    }
    .process_size>div:nth-child(1){
        height: 106px;
    font-size: 20px;
    padding-top: 35px;
    }
    .faster_size p img{
        width: 40%;
    }
}
@media(max-width:1015px) {
    .process_size>div:nth-child(1){
        height: 135px;
        padding-top: 36px;
    }
    
}
@media(max-width:1024px) {
    .daohang_ul li a {
        font-size: 15px;
    }
    .daohang_ico .iconfont {
        margin-left: 0px;
    }
    .daohang .bdsharebuttonbox .iconfont {
        margin-left: 10px !important;
    }
    .daohang_ul li {
        padding: 25px 10px;
    }
    .brand_left div p:nth-child(1) {
        font-size: 25px;
    }
    .brand_left div p:nth-child(2) {
        font-size: 16px;
        padding-top: 4px;
    }
    .brand_left div a {
        font-size: 14px;
        padding: 8px 26px;
        margin-top: 11px;
    }
    .brand_right>div div p {
        font-size: 25px;
        padding-bottom: 8px;
    }
    .brand_right>div div a {
        font-size: 14px;
        padding: 8px 26px;
    }
    .cooperation {
        padding: 65px 0;
    }
    .bott_li p:nth-child(2) {
        font-size: 28px;
    }
    .shiping,
    .service {
        padding-bottom: 65px;
    }
    .brand {
        padding: 65px 0;
    }
    .industry_ul li>div {
        padding: 35px 0;
    }
    .industry_ul li>div a {
        color: #d80001;
        font-size: 28px;
        padding-bottom: 16px;
    }
    .industry_ul li>div p {
        font-size: 16px;
    }
    .industry_ul li {
        margin-bottom: 45px;
    }
    .picture_size p:nth-child(1) {
        font-size: 37px;
    }
    .details_a {
        font-size: 14px;
    }
    .details_div p:nth-child(2) {
        padding: 20px 0;
    }
    .policy_for>div:nth-child(2) {
        margin: 0 52px;
    }
    .policy_bott {
        margin-top: 60px;
    }
    .corrugated_ul li {
        padding: 20px 15px;
    }
    .corrugated_dis {
        padding: 0;
    }
    .corrugated_size>p {
        font-size: 28px;
    }
    .corrugated_size>div>span {
        font-size: 14px;
        line-height: 25px;
    }
    .corrugated_size>div div span {
        font-size: 42px;
    }
    .super_size div>p:nth-child(1) {
        font-size: 40px;
    }
    .super_size div>p:nth-child(2) {
        font-size: 17px;
        padding: 5px 0 10px 0;
    }
    .super_size>p {
        font-size: 15px;
        line-height: 30px;
    }
    .super_size div>p:nth-child(1) {
        font-size: 28px;
    }
    .super_size .super_p>div p span {
        font-size: 45px;
    }
    .super_size .super_p>div:nth-child(1) {
        margin-right: 25px;
    }
    .super_size .super_p>div {
        padding: 15px 0;
    }
    .lotion .super_size {
        padding: 3% 0 0 2%;
    }
    .wash .super_w100>div:nth-child(1) img {
        width: 100%;
    }
    .distributor .super_w100 div:nth-child(1) img {
        width: 100%;
    }
    .message .policy_for>div span {
        left: 16%;
    }
    .message form>div:nth-child(2) span {
        left: 5%;
    }
    .contact_ul li div:nth-child(1) p {
        font-size: 30px;
    }
    .contact_ul li {
        width: 24.2%;
    }
    .contact_ul li div:nth-child(2) p {
        font-size: 16px;
        padding-bottom: 8px;
    }
    .contact_ul li div:nth-child(2) {
        font-size: 14px;
    }
    .contact_ul li {
        height: 135px;
    }
    .contact_ul {
        padding-bottom: 40px;
    }
    .requirement_ul li:nth-child(odd) {
        margin-right: 29px;
    }
    .requirement_ul li {
        height: 400px;
    }
    .requirement_ul {
        padding-top: 55px;
    }
    .requirement_size span {
        font-size: 35px;
    }
    .requirement_size img:nth-child(3) {
        top: -15px;
    }
    .picture_guan div {
        font-size: 48px;
    }
    .picture_guan p {
        font-size: 20px;
        margin-top: 18px;
    }
    .technological_ul li>div {
        width: 140px;
        height: 140px;
    }
    .technological_ul li>div>div img {
        width: 35%;
    }
    .technological_ul li>div {
        line-height: 140px;
    }
    .technological_ul li p {
        font-size: 22px;
        padding-top: 16px;
    }
    .technological_ul li:nth-child(even) {
        line-height: 140px;
    }
    .introduce_ul li .icon {
        margin: 0 10%;
    }
    .introduce_ul {
        padding: 0 5%;
    }
    .picture_size p:nth-child(2) {
        font-size: 17px;
        padding: 18px 0;
    }
    .picture_size div span {
        margin-left: 75px;
    }
    .faster_size p:nth-child(1) {
        font-size: 38px;
    }
    .faster_size p:nth-child(2) {
        font-size: 26px;
    }
    .faster_size p span {
        font-size: 55px;
    }
    .faster_size p img {
        width: 38%;
    }
    .faster_size p img {
        right: -8%;
        bottom: -6px;
        width: 30%;
    }
    .clean_size>p:nth-child(1) {
        font-size: 40px;
    }
    .clean_size>p:nth-child(1) span {
        font-size: 28px;
    }
    .clean_size>p:nth-child(2) {
        font-size: 18px;
        line-height: 32px;
        padding-top: 22px;
    }
    .assistance_size>p:nth-child(1) span {
        font-size: 26px;
    }
    .assistance_size>p:nth-child(1) {
        font-size: 35px;
    }
    .assistance_size>p:nth-child(2) {
        font-size: 16px;
        line-height: 30px;
    }
    .clean .row .col-md-6:nth-child(2) img,
    .assistance .col-md-6 img {
        width: 80%;
    }
    .specifications_div{
        width: 100%
    }
    .specifications_ul li>div {
        width: 90%;
        height: 170px;
        padding-top: 25px;
    }
    .specifications_ul li div p:nth-child(3) span {
        color: #d80001;
        font-size: 38px;
    }
    .specifications_div {
        left: 1%;
    }
    .process_lunbo {
        padding: 60px 0 0 0;
    }
    .process_back span {
        font-size: 35px;
    }
    .picture_guan p {
        font-size: 18px;
        margin-top: 15px;
    }
    .words {
        padding: 65px 0;
    }
    .words_lunbo {
        padding: 55px;
    }
    .culture_ul li:nth-child(2) img {
        width: 80%;
    }
    .culture_ul li:nth-child(1) p {
        padding: 30px 0;
    }
    .culture_ul li:nth-child(1) {
        padding: 5% 5% 0;
    }
    .culture_ul li:nth-child(1) {
        padding: 5% 5% 0;
    }
    .development_div>div:nth-child(1) {
        padding-top: 1%;
    }
    .development {
        padding: 65px 0;
    }
    .vision_ul li:nth-child(3) p,
    .vision_ul li:nth-child(1) p {
        font-size: 50px;
    }
    .vision_ul li:nth-child(3),
    .vision_ul li:nth-child(1) {
        font-size: 22px;
    }
    .vision_ul li:nth-child(5) p {
        font-size: 50px;
    }
    .vision_ul li:nth-child(6),
    .vision_ul li:nth-child(4),
    .vision_ul li:nth-child(2) {
        font-size: 20px;
        color: #333333;
        line-height: 33px;
    }
    .vision_ul li {
        height: 310px;
    }
    .picture_p {
        display: none;
    }
    /* .process_size>div:nth-child(1) {
        height: 135px;
    } */
}
@media(max-width:990px) {
    .process_size>div:nth-child(1){
        height: 123px;
    }
}

@media(max-width:768px) {
    .encyclopedias_p p span {
        font-size: 22px;
        margin-bottom: 26px;
    }
    .process_size>div:nth-child(1){
        height: 117px;
    }
    .encyclopedias_div {
        background: #fff;
        padding: 25px 25px 0 25px;
    }
    .process_size>div:nth-child(1) {
        height: 125px;
    }
    .picture_size p:nth-child(1){
        display: none;
    }
    .picture_size.tdj{
        right: 4%!important
    }
    .faster_size p img{
        right: 0
    }

    body {
        padding: 78px 0 55px 0;
    }
    .sidebar-menu.is-active {
        display: block;
        transition: transform 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
    }
    .phone {
        display: block;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 999;
        background: #fff;
        box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
    }
    .mobile-foot {
        display: block;
    }
    .daohang {
        display: none;
    }
    .searchbox {
        top: 78px;
    }
    .swiper-button-prev {
        left: 4%;
    }
    .swiper-button-next {
        right: 4%;
    }
    .lunbo_size p:nth-child(1) {
        font-size: 30px;
    }
    .lunbo_size p:nth-child(2) {
        font-size: 18px;
        padding: 10px 0;
        line-height: 28px;
    }
    .lunbo_size a {
        font-size: 14px;
        padding: 8px 28px;
    }
    .brand_left {
        padding: 0 15px;
    }
    .brand_left div p:nth-child(1) {
        font-size: 18px;
    }
    .brand_left div p:nth-child(2) {
        font-size: 14px;
    }
    .brand_left div p:nth-child(2) {
        font-size: 14px;
    }
    .bott {
        display: none;
    }
    .information_ul {
        padding-top: 35px;
    }
    .information {
        padding: 25px 0 60px 0;
    }
    .information_sizw p:nth-child(2) {
        padding: 15px 0;
    }
    .information_ul li .information_sizw {
        padding-left: 20px;
    }
    .picture_size p:nth-child(1) {
        font-size: 45px;
    }
    .industry_ul li {
        margin-left: 15px;
    }
    .industry_ul li>a {
        width: 55%;
    }
    .industry_ul li>div {
        width: 45%;
    }
    .industry_ul li>div {
        padding: 28px 0;
    }
    .industry_ul li>div a {
        font-size: 22px;
        padding-bottom: 5px;
    }
    .industry_ul li>div p {
        font-size: 14px;
    }
    .industry {
        padding: 55px 0 35px 0;
    }
    .details_div {
        padding: 35px 20px;
        font-size: 14px;
        line-height: 25px;
    }
    .policy_for>div:nth-child(2) {
        margin: 0 40px;
    }
    .policy .selfhelp_ti {
        padding-bottom: 50px;
    }
    .selfhelp_ti p:nth-child(1) {
        font-size: 28px;
        padding-bottom: 10px;
    }
    .selfhelp_ti>p:nth-child(2) {
        font-size: 15px;
    }
    .policy {
        padding: 65px 0;
    }
    .corrugated_ul li {
        padding: 15px;
        font-size: 20px;
    }
    .corrugated_size .item-charge .item-charge-info {
        width: 150px;
    }
    .corrugated_size .item-charge .item-charge-desc {
        margin-left: 165px;
    }
    .corrugated_size {
        padding-bottom: 40px;
    }
    .message .policy_for>div span {
        left: 20%;
    }
    .message form>div:nth-child(2) span {
        left: 6%;
    }
    .contact_ul li {
        width: 48.6%;
    }
    .contact_ul li {
        margin-left: 0;
        margin-bottom: 15px;
    }
    .contact_ul li:nth-child(odd) {
        margin-right: 15px;
    }
    .requirement_ul li {
        padding: 25px 0 0 25px;
    }
    .requirement_ul li:nth-child(odd) {
        margin-right: 22px;
    }
    .technological_ul li>div {
        width: 110px;
        height: 110px;
    }
    .technological_ul li>div {
        line-height: 110px;
    }
    .technological_ul li:nth-child(even) {
        line-height: 110px;
    }
    .technological_ul li p {
        font-size: 20px;
        padding-top: 12px;
    }
    .technological_ul {
        padding: 65px 0;
    }
    .technological_size p {
        font-size: 20px;
        line-height: 38px;
    }
    .technological_size a {
        padding: 14px 60px;
        font-size: 20px;
    }
    .requirement {
        padding-bottom: 65px;
    }
    /* .specifications_ul li>div {
        width: 130px;
        height: 130px;
        padding-top: 15px;
    } */
    .specifications_div {
        left: 0%;
        position: static;
        order: 1;
        margin: 55px 0;
    }
    .specifications {
        height: auto;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        /* optional */
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
    }
    .specifications>div:nth-child(1) {
        order: 2;
    }
    /* .specifications_ul li>div {
        width: 136px;
        height: 136px;
        padding-top: 11px;
    } */
    .specifications_ul li div p:nth-child(3) span {
        font-size: 28px;
    }
    .specifications_ul li div p:nth-child(2) {
        font-size: 14px;
        padding-top: 10px;
    }
    .picture_size {
        left: 7%;
    }
    .introduce_ul {
        padding: 0 2%;
    }
    .clean_size {
        padding-top: 0%;
    }
    .clean_size>p:nth-child(1) {
        font-size: 28px;
    }
    .clean_size>p:nth-child(1) span {
        font-size: 18px;
    }
    .assistance {
        padding-top: 45px;
    }
    .assistance_size {
        padding-top: 0%;
    }
    .assistance_size>p:nth-child(1) {
        font-size: 26px;
    }
    .assistance_size>p:nth-child(1) span {
        font-size: 18px;
    }
    .material .row .col-md-6:nth-child(1) img {
        width: 80%;
    }
    .specifications_div .swiper-container {
        padding: 3px 0;
    }
    .picture_size p img {
        width: 27px;
    }
    .picture_size p img:nth-child(1) {
        top: -27px;
    }
    .picture_size p img:nth-child(2) {
        top: 12px;
        left: -20px;
    }
    .picture_size p:nth-child(2) {
        font-size: 15px!important;
        padding: 12px 0;
    }

    .picture_size div{
        text-align: left; 
    }
    .picture_size div span {
        margin-left: 42px;
    }
    .picture .picture_size{
        left: 4%;
        top: 65%
    }
    .process {
        padding: 65px 0;
    }
    .words_size {
        font-size: 14px;
        line-height: 28px;
        padding-bottom: 25px;
    }
    .words_lunbo {
        padding: 35px;
    }
    .culture_ul li:nth-child(1) {
        padding: 2% 2% 0;
    }
    .culture_ul li:nth-child(3) img {
        width: 30%;
    }
    .development_div>div:nth-child(1) img {
        width: 30%;
    }
    .vision_ul li {
        height: 250px;
    }
    .vision_ul li:nth-child(3) p,
    .vision_ul li:nth-child(1) p,
    .vision_ul li:nth-child(5) p {
        font-size: 36px;
    }
    .vision_ul li:nth-child(5) {
        font-size: 24px;
    }
    .vision {
        padding: 65px 0;
    }
    .selfhelp_ul li div img {
        width: 45px;
        height: 60px;
    }
    .selfhelp_ul {
        width: 100%;
        padding: 65px 0;
    }
    .selfhelp {
        padding: 65px 0;
    }
    .contact_ul li div:nth-child(2) {
        font-size: 17px;
    }
    .contact_ul li div:nth-child(2) p {
        font-size: 19px;
        padding-bottom: 8px;
    }
}
@media(max-width:640px){
    .process_size>div:nth-child(1){
        height: 220px;
        padding-top: 80px;
    }
    .process_lunbo .swiper-slide:nth-child(3) .process_size>div:nth-child(1), .process_lunbo .swiper-slide:nth-child(9) .process_size>div:nth-child(1){
        padding-top: 70px;
    }
}

@media(max-width:480px) {
    .phone {
        padding: 10px 15px;
    }
    .phone .fl {
        width: 35%;
    }
    .specifications_ul li>div{
        min-height: 129px;
    }
    .color_dao {
        line-height: 32px;
    }
    body {
        padding: 60px 0 55px 0;
    }
    .lunbo_size p:nth-child(1) {
        font-size: 22px;
    }
    .lunbo_size p:nth-child(2) {
        font-size: 16px;
        padding: 4px 0;
        line-height: 25px;
    }
    .dis {
        display: none;
    }
    .diss {
        display: block;
    }
    .lunbo .swiper-button-next,
    .lunbo .swiper-button-prev {
        display: none;
    }
    .lunbo_size {
        left: 7%;
        display: none;
    }
    .lunbo_size a {
        padding: 6px 18px;
        margin-top: 10px;
    }
    .brand_w100>div {
        width: 100%;
    }
    .brand_w100>div:nth-child(1) {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .brand {
        padding: 35px 15px;
    }
    .brand_left .fr,
    .brand_left .fl {
        float: none;
    }
    .brand_left {
        top: 10%;
        text-align: center;
    }
    .brand_left div a {
        padding: 6px 22px;
    }
    .brand_w100 div a .iconfont {
        font-size: 14px;
    }
    .brand_right>div:nth-child(2) div,
    .brand_right>div:nth-child(1) div {
        width: 100%;
        text-align: center;
    }
    .brand_right>div div p {
        font-size: 20px;
    }
    .brand_right>div div a {
        padding: 6px 22px;
    }
    .shiping,
    .service {
        padding: 0 15px 35px 15px;
    }
    .service_ul {
        padding: 25px 0;
    }
    .service_ul li {
        width: 50%;
    }
    .service_ul li:nth-child(3) {
        border-left: 0;
    }
    .cooperation_size {
        font-size: 26px;
    }
    .cooperation .swiper-container {
        padding-top: 25px;
    }
    .cooperation {
        padding: 35px 15px;
    }
    .information_ul li {
        padding: 15px;
        margin-top: 15px;
    }
    .information_a {
        display: none;
    }
    .information_ul {
        padding-top: 0px;
    }
    .information {
        padding: 35px 15px;
    }
    .picture_size p:nth-child(1) {
        font-size: 18px!important;
    }
    .information_ul li>a {
        width: 100%;
    }
    .information_ul li .information_sizw {
        width: 100%;
    }
    .picture .picture_size{
        top: 50%;
    }
    .picture_size p:nth-child(2){
        font-size: 12px!important;
        padding: 0;
    }
    .picture_size div{
        font-size: 12px;
    }
    .information_ul li .information_sizw {
        padding-left: 0px;
        padding-top: 15px;
    }
    .picture_size div span{
        margin-left: 20px; 
    }
    .information_sizw a {
        font-size: 20px;
    }
    .information_sizw p:nth-child(2) {
        font-size: 15px;
        padding: 6px 0;
    }
    .industry {
        padding: 35px 15px;
    }
    .industry_ul li {
        width: 47.8%;
        margin-left: 0px;
        margin-bottom: 15px;
    }
    .industry_ul li:nth-child(odd) {
        margin-right: 15px;
    }
    .industry_ul li>a {
        width: 100%;
    }
    .industry_ul li>div {
        width: 100%;
    }
    .industry_ul li>div {
        padding: 15px 15px;
        text-align: left;
    }
    .details_a {
        display: none;
    }
    .details {
        padding: 35px 15px;
    }
    .details_div p:nth-child(1) {
        font-size: 22px;
    }
    .details_div p:nth-child(2) {
        font-size: 12px;
        padding: 10px 0;
    }
    .details_div p span {
        padding: 0 10px;
    }
    .details_div {
        padding: 25px 15px;
    }
    .policy {
        padding: 35px 15px;
    }
    .policy_for>div {
        width: 100%;
    }
    .policy_for>div:nth-child(2) {
        margin: 0;
    }
    .policy .selfhelp_ti {
        padding-bottom: 25px;
    }
    .selfhelp_ti p:nth-child(1) {
        font-size: 24px;
        padding-bottom: 8px;
    }
    .policy_bott button {
        padding: 12px 45px;
        font-size: 14px;
    }
    .policy_bott {
        margin-top: 35px;
    }
    .corrugated_ul li {
        padding: 12px 0;
        font-size: 12px;
    }
    .corrugated_ul {
        width: 100%;
        float: none;
        padding-right: 0px;
        padding-bottom: 35px;
    }
    .corrugated_ul li {
        width: 21.5%;
        float: left;
        margin-left: 15px;
        margin-top: 0;
        text-align: center;
        letter-spacing: inherit;
    }
    .corrugated_ul li:nth-child(1) {
        margin-left: 0;
    }
    .corrugated_ul li::after {
        top: auto;
        right: 26%;
        bottom: -23px;
        transform: translateX(-50%);
        position: absolute;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
        border-top: 12px solid #d80001;
    }
    .corrugated_ul li:nth-child(2)::after {
        border-top: 12px solid #ef595a;
        border-left: 8px solid transparent;
    }
    .corrugated_ul li:nth-child(3)::after {
        border-left: 8px solid transparent;
        border-top: 12px solid #f3a7a8;
    }
    .corrugated_ul li:nth-child(4)::after {
        border-left: 8px solid transparent;
        border-top: 12px solid #e9b6b6;
    }
    .corrugated {
        padding: 35px 15px;
        background: #f6f6f6;
    }
    .corrugated_dis {
        width: 100%;
    }
    .corrugated_dis {
        padding: 0;
    }
    .corrugated_size .tab-cont-tit {
        height: 40px;
        line-height: 40px;
        padding: 0 15px;
        font-size: 18px;
    }
    .corrugated_size .tab-cont-data {
        padding: 0 15px;
    }
    .corrugated_size .item-charge {
        padding: 15px 0;
    }
    .corrugated_size .item-charge .item-charge-info {
        width: 100%;
    }
    .corrugated_size .item-charge .item-charge-desc {
        margin-left: 0;
    }
    .corrugated_size>p {
        font-size: 22px;
    }
    .corrugated_size>div {
        padding: 15px;
    }
    .corrugated_size>div div span {
        font-size: 35px;
    }
    .corrugated_size>div div {
        font-size: 14px;
    }
    .corrugated_size {
        padding-bottom: 25px;
    }
    .super .super_w100 img {
        width: 50%;
    }
    .super_w100>div {
        width: 100%;
    }
    .super {
        padding: 35px 15px;
    }
    .super_size div>p:nth-child(2) {
        font-size: 15px;
    }
    .super_size>p {
        font-size: 14px;
        line-height: 28px;
        padding-left: 30px;
    }
    .super_size>p::after {
        width: 15px;
        height: 3px;
        margin-top: 13px;
    }
    .super_p {
        padding-top: 25px;
    }
    .super_size .super_p>div p span {
        font-size: 30px;
    }
    .super_size .super_p>div {
        width: 125px;
    }
    .super_size .super_p>div:nth-child(1) {
        margin-right: 15px;
    }
    .lotion {
        padding: 35px 15px;
    }
    .lotion .super_w100 {
        height: auto;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        /* optional */
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
    }
    .lotion .super_size {
        order: 2;
    }
    .lotion .super_w100>div:nth-child(2) {
        order: 1;
    }
    .lotion .super_w100 img {
        width: 50%;
    }
    .dishes {
        padding: 35px 15px
    }
    .dishes_p {
        font-size: 28px;
        padding-top: 18px;
    }
    .dishes_p span:nth-child(2),
    .dishes_p span:nth-child(3) {
        top: -4px;
    }
    .dishes_p span:nth-child(1) {
        font-size: 16px;
    }
    .distributor {
        padding: 35px 15px;
    }
    .distributor .super_w100 {
        height: auto;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        /* optional */
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
    }
    .distributor .super_size {
        order: 2;
    }
    .distributor .super_w100>div:nth-child(2) {
        order: 1;
    }
    .message .policy_for>div span {
        left: 12%;
    }
    .message form>div:nth-child(2) span {
        left: 12%;
    }
    .message {
        padding: 35px 15px;
    }
    .message form>div:nth-child(2) {
        margin-top: 35px;
    }
    .message .selfhelp_ti {
        padding-bottom: 25px;
    }
    .contact_ul li {
        width: 100%;
        padding: 0px 15px 0 0px;
    }
    .contact_ul li:nth-child(odd) {
        margin-right: 0;
    }
    .contact {
        padding: 35px 15px;
    }
    .contact_ul li {
        height: 100px;
    }
    .contact_ul {
        padding-bottom: 15px;
    }
    .contact_ul li div:nth-child(2) p {
        font-size: 17px;
    }
    .contact_ul li div:nth-child(2) {
        font-size: 14px;
    }
    .requirement_ul {
        padding-top: 25px;
    }
    .perationt {
        padding: 35px 0px;
    }
    .requirement_ul li {
        height: auto;
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 15px;
        padding: 20px !important;
        line-height: 26px;
        font-size: 14px;
    }
    .requirement_ul li:nth-child(1),
    .requirement_ul li:nth-child(2) {
        margin-bottom: 15px;
    }
    .requirement_ul li p:nth-child(1) {
        font-size: 24px;
    }
    .requirement_ul li p:nth-child(2) {
        font-size: 15px;
        padding: 8px 0 10px 0;
    }
    .requirement_size span {
        font-size: 25px;
    }
    .requirement_size img {
        width: 7%;
    }
    .requirement_size img:nth-child(3) {
        top: -8px;
        right: 14px;
    }
    .technological_ul li {
        width: 33.3%;
    }
    .technological_ul {
        padding: 35px 0;
    }
    .technological_size p {
        font-size: 16px;
        line-height: 34px;
    }
    .requirement {
        padding: 0 15px 35px 15px;
    }
    .technological_size a {
        padding: 10px 30px;
        font-size: 15px;
    }
    .picture_guan div {
        font-size: 22px;
    }
    .picture_guan p {
        font-size: 15px;
        margin-top: 0px;
    }
    /* .picture_size p:nth-child(2) {
        display: none;
    }
    .picture_size div {
        display: none;
    } */
    .picture_size p img {
        width: 15px;
    }
    .picture_size p img:nth-child(1) {
        top: -14px;
        left: 7px;
    }
    .picture_size p img:nth-child(2) {
        top: 8px;
        left: -10px;
    }
    .introduce_ul li {
        width: 50%;
    }
    .introduce_ul li p {
        font-size: 18px;
        padding: 15px 0;
    }
    .introduce_ul li .icon {
        margin: 0px 12%;
    }
    .introduce {
        padding: 35px 0;
    }
    .faster {
        padding: 35px 15px;
    }
    .faster_size p:nth-child(1) span {
        font-size: 26px;
        display: block;
    }
    .faster_size p:nth-child(1) {
        font-size: 26px;
    }
    .faster_size p:nth-child(2) {
        font-size: 18px;
    }
    .faster_size p span {
        font-size: 30px;
    }
    .clean {
        padding: 35px 15px;
    }
    .clean .row>div {
        height: auto;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        /* optional */
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
    }
    .clean .row>div .col-md-6:nth-child(1) {
        order: 2;
        padding: 0;
    }
    .clean .row>div .col-md-6:nth-child(2) {
        order: 1;
        padding: 0;
    }
    .clean_size {
        padding-top: 35px;
    }
    .assistance {
        padding: 35px 0;
    }
    .assistance_size {
        padding-top: 35px;
    }
    /* .specifications_div {
        margin: 35px 15px;
    } */
    .specifications_ul li>div {
        width: 155px;
        height: 155px;
    }
    .process_size>div:nth-child(1) {
        height: 100px;
        font-size: 22px;
        width: 100px;
        margin-bottom: 15px;
        padding-top: 33px;
    }
    .process_lunbo .swiper-slide:nth-child(3) .process_size>div:nth-child(1),
    .process_lunbo .swiper-slide:nth-child(9) .process_size>div:nth-child(1) {
        padding-top: 20px;
    }
    /* .process_lunbo .swiper-slide:nth-child(8),
    .process_lunbo .swiper-slide:nth-child(4) {
        display: none;
    } */
    .process_lunbo .swiper-slide:nth-child(even) div {
        line-height: 100px;
    }
    .process {
        padding: 35px 15px;
    }
    .process_lunbo {
        padding: 35px 0 0 0;
    }
    .process_back span {
        font-size: 24px;
        padding: 12px 26px;
    }
    .picture_guan>img {
        display: none;
    }
    .faster_size p img {
        right: 0%;
        bottom: -11px;
    }
    .words {
        padding: 35px 15px;
    }
    .words_lunbo {
        padding: 15px;
    }
    .culture_ul li:nth-child(2) {
        display: none;
    }
    .culture_ul li {
        width: 75%;
    }
    .culture_ul li:nth-child(3) {
        width: 25%;
    }
    .culture_ul li:nth-child(3) img {
        width: 65%;
    }
    .culture {
        padding: 35px 15px;
    }
    .development {
        padding: 55px 15px;
    }
    .development_div>div:nth-child(1) {
        width: 25%;
    }
    .development_div>div:nth-child(1) img {
        width: 65%;
    }
    .development_div>div:nth-child(2) {
        width: 75%;
    }
    .vision {
        padding: 35px 15px;
    }
    .vision_ul li {
        width: 100%;
    }
    .vision_ul li {
        height: 215px;
    }
    .selfhelp_ul li {
        width: 33.3%;
        margin-bottom: 25px;
    }
    .selfhelp_ul {
        width: 100%;
        padding: 35px 0 0 0;
    }
    .selfhelp {
        padding: 35px 15px;
    }
    .selfhelp_ul li>div>p {
        font-size: 15px;
        padding-top: 15px;
    }
    .selfhelp_a a {
        font-size: 22px;
    }
    .selfhelp_a p {
        font-size: 15px;
        padding-top: 6px;
    }
    .selfhelp .modal-dialog {
        width: 350px;
    }
    .selfhelp .xiangq p {
        font-size: 20px;
        padding-bottom: 40px;
    }
    .encyclopedias_ti {
        display: none;
    }
    .encyclopedias_div {
        margin-top: 0;
    }
    .encyclopedias {
        padding: 35px 15px;
    }
    .encyclopedias_div {
        padding: 15px 15px 0 15px;
    }
    .encyclopedias_p>div {
        font-size: 14px;
        line-height: 30px;
        padding-left: 17px;
    }
    .encyclopedias_p p span {
        font-size: 20px;
        padding: 8px 36px;
    }
    .clean_size>p:nth-child(1) img:nth-child(2) {
        right: 36%;
    }
    .shop-list .box {
        margin-top: 15px;
    }
    .shop-list .col-sm-6:first-child .box {
        margin-top: 30px;
    }
    .shop-list .box h3.tit {
        font-size: 20px;
        line-height: 20px;
        padding: 15px;
        border-bottom: 1px solid #e5e5e5;
        font-weight: normal;
    }
    .shop-list .box .con {
        padding: 15px;
    }
    .shop-list .box .con p.icon-dingweiweizhi {
        margin-top: 10px;
    }
    #allmap {
        height: 350px;
    }
    #no-shop {
        text-align: center;
        margin-top: 15px;
        font-size: 18px;
    }
    #no-shop img {
        max-width: 140px;
    }
    .specifications_ul li>div {
        padding: 10px;
    }
    .specifications_ul li div p:nth-child(2) {
        font-size: 13px;
        padding-top: 7px;
    }
    .specifications_ul li div p:nth-child(3) {
        font-size: 14px;
    }
    .specifications_ul li div p:nth-child(3) span {
        font-size: 20px;
    }
    .specifications_ul li>div {
        width: auto;
        height: auto;
    }
    .clean_size>p:nth-child(1) {
        font-size: 23px;
    }
    .clean_size>p:nth-child(1) img:nth-child(2) {
        right: 21%;
        bottom: -8px;
    }
    .clean_size>p:nth-child(1) img:nth-child(1) {
        top: -5px;
        left: 17px;
    }
    .service_ul li div:nth-child(2) {
        padding: 15px 10px;
    }
    .service_ul li div p {
        line-height: 25px;
    }
    .faster_size p:nth-child(3) {
        font-size: 16px;
    }
    .faster_size p span {
        font-size: 15px;
    }
    .faster_size p img {
        display: none;
    }
    .faster_size p:nth-child(2) {
        font-size: 16px;
    }
    .faster_size p:nth-child(1) {
        font-size: 22px;
    }
    .faster_size p:nth-child(1) span {
        font-size: 21px;
    }
    .clean_size>p:nth-child(2) {
        font-size: 16px;
        line-height: 28px;
    }
    .assistance_size>p:nth-child(1) {
        font-size: 22px;
    }
    .assistance_size>p:nth-child(1) span {
        font-size: 16px;
    }
    .assistance_size>p:nth-child(2) {
        font-size: 15px;
        line-height: 25px;
    }
    .material_ul li span {
        font-size: 17px;
        padding-right: 17px;
    }
    .material_ul li {
        font-size: 15px;
        line-height: 35px;
    }
    .material_ul {
        padding-top: 5%;
    }
    .introduce_ul li .icon {
        width: 75px;
        height: 75px;
    }
    .introduce_ul li .icon div {
        padding-top: 0px;
        line-height: 75px;
    }
    .introduce_ul li .icon img {
        margin-top: 0;
    }
    .introduce_ul li {
        width: 24%;
    }
    .introduce_ul li:nth-of-type(1) .icon img,
    .introduce_ul li:nth-of-type(3) .icon img,
    .introduce_ul li:nth-of-type(2) .icon img {
        width: 30px;
    }
    .introduce_ul li:nth-of-type(4) .icon img {
        width: 18px;
    }
    .introduce_ul li p {
        font-size: 15px;
        padding: 8px 0;
    }
    .introduce_ul li .icon::before {
        width: 30px;
        height: 30px;
    }
    .introduce_ul li .icon::after {
        width: 30px;
        height: 30px;
    }
    .selfhelp_ti p span {
        display: block;
        line-height: 28px;
    }
    .service_ul li div p span {
        display: none;
    }
    .specifications_img1 {
        display: inline-block;
    }
    .specifications_img {
        display: none;
    }
    .picture_size {
        transform: translateY(0);
        top: 10%;
       
    }
    .clean_size>p:nth-child(2) span {
        font-size: 18px;
    }
    .specifications_ul li:nth-of-type(4) {
        margin-left: 15%;
    }
}