
@charset "UTF-8";

/* #region ==================== 重置默认样式 start ==================== */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Microsoft YaHei", "微软雅黑", "Microsoft JhengHei", "华文细黑", "STHeiti", "MingLiu", sans-serif;
    outline: none;
}
input::placeholder{font-size:14px}
input::-webkit-input-placeholder{font-size:14px}
.sear_box input{font-size:14px}
.list_link .pc .vcb{right:0;}
.nav ul li a{max-width: initial;}
.hot-keys:after, .xypg-download-list .download-title:after, .xypg-download-list .download-item:after, .xypg-download-list .download-item .download-item-span:after, .xypg-job-list .job-title:after, .xypg-job-list .job-item:after, .xypg-job-list .job-item .job-item-span:after, .xypg-detail-info-bar:after, .xypg-detail-info-bar .xypg-file-down .file-down-list li:after, .xypg-detail-pn div:after, .xypg-detail-file-dwon:after, .product-detail-tab .product-detail-tabli:after, .tag-list-product .tag-wz .tab-fenli:after {
    content: "";
    display: table;
    clear: both;
}
*:before,
*:after {
    vertical-align: middle;
    box-sizing: border-box;
}

html {
    margin: 0 auto;
}

ul,
li,
ol {
    list-style: none;
}

em {
    font-style: normal;
}

img {
    vertical-align: middle;
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
    outline: none;
    -webkit-backface-visibility: hidden;
}

a:focus,
a:hover {
    color: inherit;
    text-decoration: none;
}

a:focus {
    outline: none;
}

input:focus,
select:focus,
textarea:focus {
    outline: -webkit-focus-ring-color auto 0;
}

button,
input {
    border: 0;
    outline: none;
    background: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th,
td {
    vertical-align: middle;
}

i {
    font-style: inherit;
}

#map label {
    max-width: initial;
}

#map img {
    max-width: initial;
}

p {
    margin-bottom: 0
}

/* #endregion ==================== 重置默认样式 end ==================== */
/*  */
/* #region ==================== 常用样式 start ==================== */
.clearfix {
    display: block;
    zoom: 1;
}

.clearfix::after {
    content: " ";
    display: block;
    font-size: 0px;
    height: 0px;
    clear: both;
    visibility: hidden;
}

.hidden {
    display: none;
}

ul,
h1,
h2,
h3,
h4,
li,
p {
    padding: 0px;
    margin: 0px;
}

section {
    overflow: hidden;
}

article {
    font-size: 18px;
    line-height: 1.8;
    text-align: justify;
    color: rgb(51, 51, 51);
}

.mxw-image {
    overflow: hidden;
}

.mxw-image:hover img {
    transform: scale(1.1);
}

.mxw-image img {
    transition: all 0.4s ease 0s;
    width: 100%;
}

.u-line-1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.u-line-2 {
    -webkit-line-clamp: 2;
}

.u-line-3 {
    -webkit-line-clamp: 3;
}

.u-line-4 {
    -webkit-line-clamp: 4;
}

.u-line-5 {
    -webkit-line-clamp: 5;
}

.u-line-6 {
    -webkit-line-clamp: 6;
}

.u-line-2,
.u-line-3,
.u-line-4,
.u-line-5,
.u-line-6 {
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.u-flex {
    display: flex;
    flex-flow: row;
    align-items: center;
    align-content: center;
}

.u-flex-wrap {
    flex-wrap: wrap;
}

.u-flex-nowrap {
    flex-wrap: nowrap;
}

.u-flex-col {
    flex-direction: column;
}

.u-grow-1 {
    flex-grow: 1;
}

.u-col-center {
    align-items: center;
}

.u-col-top {
    align-items: flex-start;
}

.u-col-bottom {
    align-items: flex-end;
}

.u-row-center {
    justify-content: center;
}

.u-row-left {
    justify-content: flex-start;
}

.u-row-right {
    justify-content: flex-end;
}

.u-row-between {
    justify-content: space-between;
}

.u-row-around {
    justify-content: space-around;
}

@media screen and (min-width: 751px) {

    .u-row-2,
    .u-row-3,
    .u-row-4,
    .u-row-5,
    .u-row-6 {
        display: flex;
        align-items: stretch;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .u-row-2>.u-col {
        width: 48%;
    }

    .u-row-2>.u-col:nth-child(2n) {
        margin-left: 4%;
    }

    .u-row-3>.u-col {
        width: 32%;
    }

    .u-row-3>.u-col:nth-child(3n-1) {
        margin-left: 2%;
        margin-right: 2%;
    }

    .u-row-3>.u-col:nth-child(3)~.u-col {
        margin-top: 2%;
    }

    .u-row-4>.u-col {
        width: 23%;
        margin-right: 2.5%;
    }

    .u-row-4>.u-col:nth-child(4n) {
        margin-right: 0%;
    }

    .u-row-5>.u-col {
        width: 18.4%;
        margin-right: 2%;
    }

    .u-row-5>.u-col:nth-child(5n) {
        margin-right: 0%;
    }

    .u-row-5>.u-col:nth-child(5)~.u-col {
        margin-top: 2%;
    }

    .u-row-6>.u-col {
        width: 15%;
        margin-right: 2%;
    }

    .u-row-6>.u-col:nth-child(6n) {
        margin-right: 0%;
    }

    .u-row-6>.u-col:nth-child(6)~.u-col {
        margin-top: 1%;
    }
}

@media screen and (max-width: 751px) {

    .u-row-2,
    .u-row-3,
    .u-row-4,
    .u-row-5,
    .u-row-6 {
        display: flex;
        align-items: stretch;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .u-row-2 .u-col {
        width: 100%;
    }

    .u-row-2 .u-col:nth-child(1)~.u-col {
        margin-top: 2%;
    }

    .u-row-3>.u-col,
    .u-row-4>.u-col,
    .u-row-5>.u-col,
    .u-row-6>.u-col {
        width: 48.5%;
    }
}

.mxw-pagination {
    margin-top: 50px;
    font-size: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.mxw-pagination>a,
.mxw-pagination>span {
    padding: 3px 15px;
    font-size: 16px;
    color: #BEBEBE;
    line-height: 1.2;
    display: block;
    margin: 0 4px;
    border-radius: 0.066rem;
    border: 1px solid #777777;
}

.mxw-pagination>a.pagea,
.mxw-pagination>span.pagea {
    border: 1px solid #777777;
}

.mxw-pagination>a.active,
.mxw-pagination>a:hover {
    color: #ffffff;
    border: 1px solid #232323;
    background: #232323;
}

.mxw-pagination>a:first-child {
    margin-left: 0px;
}

.mxw-pagination>a:last-child {
    margin-right: 0px;
}

.mxw-pagination>a.arr {
    color: #006CFF;
}

.mxw-pagination>a.arr.disabled {
    color: #CCCCCC;
}

.mxw-pagination>a.arr:hover {
    color: #fff;
}

.mxw-pagination>a.disabled:hover {
    background: none;
    color: #CCCCCC;
    border: 0;
}

@media screen and (max-width: 751px) {
    .mxw-pagination {
        margin-top: 30px;
    }

    .mxw-pagination>a {
        font-size: 12px;
        margin: 2px;
        padding: 8px 10px;
    }
}

.mxw-tabs {
    padding-left: 0px;
    padding-right: 0px;
}

.mxw-tabs .mxw-tabs-header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.mxw-tabs .mxw-tabs-wrap {
    position: relative;
    display: flex;
    overflow-x: scroll;
    max-width: 100%;
    align-items: center;
    justify-content: flex-start;
}

.mxw-tabs .mxw-tabs-wrap::-webkit-scrollbar {
    display: none;
}

.mxw-tabs .mxw-tabs-item {
    flex-shrink: 0;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    color: #565656;
    border: solid 1px #9a9a9a;
    font-size: 14px;
    padding: 7px 15px;
    min-width: 100px;
    margin: 0 8px;
    border-radius: 35px;
}

.mxw-tabs .mxw-tabs-item:last-child {
    margin-right: 0px;
}

.mxw-tabs .mxw-tabs-item.active {}

@media screen and (max-width: 751px) {
    .mxw-tabs .mxw-tabs-header {
        margin-bottom: 20px;
    }

    .mxw-tabs .mxw-tabs-item {
        font-size: 14px;
        padding: 0px 20px;
        margin-right: 10px;
    }

    .mxw-tabs .mxw-tabs-item:last-child {
        margin-right: 0px;
    }
}

.mxw-keywords {
    position: relative;
    z-index: 99;
    width: 100%;
    background: rgb(246, 246, 246);
}

.mxw-keywords .mxw-box {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.mxw-keywords .left {
    position: relative;
    flex-grow: 1;
    font-size: 0.2667rem;
    line-height: 1.2;
    color: rgb(102, 102, 102);
    display: flex;
    align-items: center;
}

.mxw-keywords .left strong {
    vertical-align: inherit;
}

.mxw-keywords .left .hotkey {
    vertical-align: inherit;
    font-weight: bold;
    font-size: 0.2667rem;
    color: rgb(51, 51, 51);
}

.mxw-keywords .left .hotkey a {
    color: rgb(102, 102, 102);
    font-weight: initial;
}

.mxw-keywords .left a::after {
    content: "";
    padding-left: 0.3333rem;
}

.mxw-keywords .left a:hover {
    color: #0093dd;
}

.mxw-keywords .left a:last-child {
    padding-right: 0px;
}

.mxw-keywords .left a:last-child::after {
    display: none;
}

.mxw-keywords .right form {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    position: relative;
}

.mxw-keywords .right form::before {
    content: "";
    display: block;
    width: 2px;
    height: 16px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.mxw-keywords .right input#keyword {
    width: 5.6667rem;
    height: 48px;
    line-height: 44px;
    padding: 0px 20px;
    font-size: 14px;
    color: rgb(51, 51, 51);
    border-width: 1px 0px 1px 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgb(226, 226, 226);
    border-bottom-color: rgb(226, 226, 226);
    border-left-color: rgb(226, 226, 226);
    border-image: initial;
    border-right-style: initial;
    border-right-color: initial;
    background-color: rgb(255, 255, 255);
    border-top-left-radius: 0.4rem;
    border-bottom-left-radius: 0.4rem;
}

.mxw-keywords .right input::-webkit-input-placeholder {
    color: rgb(153, 153, 153);
}

.mxw-keywords .right #s_btn {
    outline: none;
    cursor: pointer;
    background: url("data:image/gif;base64,R0lGODlhAQABAAAAACw=") center center no-repeat rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.9rem;
    border-top: 1px solid rgb(226, 226, 226);
    border-right: 1px solid rgb(226, 226, 226);
    border-bottom: 1px solid rgb(226, 226, 226);
    border-image: initial;
    border-left: none;
    border-top-right-radius: 0.4rem;
    border-bottom-right-radius: 0.4rem;
}

.mxw-keywords .right #s_btn .icon {
    display: block;
    width: 0.3333rem;
    height: 0.3333rem;
    overflow: hidden;
    font-size: 0px;
}

.mxw-keywords .right #s_btn .text {
    font-size: 14px;
    padding-left: 5px;
}

@keyframes arrowAnimate {
    0% {
        transform: translate(0rem, 0rem);
    }

    50% {
        transform: translate(0rem, -0.1667rem);
    }

    100% {
        transform: translate(0rem, 0rem);
    }
}

.mxw-scroll {
    overflow: hidden;
}

.mxw-scroll .scroll-wrap {
    display: flex;
    align-items: stretch;
}

.mxw-scroll .scroll-item {
    flex-shrink: 0;
}

@media screen and (min-width: 751px) {
    .mxw-scroll .scroll-item {
        width: 23.5%;
        margin-right: 2%;
    }
}

@media screen and (max-width: 751px) {
    .mxw-scroll .scroll-item {
        width: 48%;
        margin-right: 4%;
    }
}

/* #endregion ==================== 常用样式 end ==================== */
/* #region ==================== 头部 start ==================== */
header {
    width: 100%;
    z-index: 99;
    transition: all 0.4s ease 0s;
    position: relative;
}

header .welcome {
    border-bottom: 1px solid #e5e5e5;
    height: 42px;
    line-height: 42px;
}

header .welcome .mxw-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #666666;
}

header .welcome .left {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 1.2;
}

header .welcome .left .list {
    display: flex;
    align-items: center;
    margin-right: 50px;
}

header .welcome .left .list img {
    margin-right: 10px;
}

header .welcome .right {
    display: flex;
    align-items: center;
    font-size: 14px;
    position: relative;
}

header .welcome .right .list_link {
    float: right;
    height: 40px;
    line-height: 40px;
    position: relative;
}

header .welcome .right .list_link .link_list {
    padding: 0px 25px 0px 10px;
    color: #666666;
    border: none;
    font-size: 14px;
    font-family: Verdana, Geneva, sans-serif;
}

header .welcome .right .list_link .link_list b {
    position: absolute;
    right: 10px;
    top: 20px;
    border-color: #483e3d transparent transparent;
    border-style: solid dashed dashed;
    border-width: 4px;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 0;
    transition: all 0.3s ease-in 0s;
}

header .welcome .right .list_link .menu_list {
    display: none;
    padding: 0px 10%;
}

header .welcome .right .list_link a {
    color: #666666;
    font-size: 14px;
}

header .welcome .right .list_link.hover .menu_list {
    width: 400px;
    position: absolute;
    left: -130px;
    top: 40px;
    background-color: rgba(255, 255, 255, 1);
    border-bottom: solid 1px #d4d4d4;
    display: block;
    z-index: 100
}

header .welcome .right .list_link.hover .menu_list .a_h {
    display: block;
    text-align: left;
    line-height: 22px;
    padding: 8px 0px;
    border-bottom: double 1px #d8d8d8;
    color: #666666;
}

header .welcome .right .list_link.hover .link_list {
    background-color: rgba(255, 255, 255, 1);
    color: #666666;
    font-size: 14px;
}

header .welcome .right .list_link.hover .link_list b {
    top: 15px;
    transform: rotate(180deg);
    border-color: #483e3d #FFFFFF #FFFFFF;
    transition: all 0.3s ease-in 0s;
}

header .welcome .right .list_link.hover a {
    color: #666666;
}

header .welcome .right .list_link.w {
    padding: 0px 15px;
    text-align: center;
}

header .welcome .right .list_link.w:hover {
    background-color: rgba(255, 255, 255, 0.85);
}

header .welcome .right .list_link .menu_list.flag {
    width: 147px;
    left: 0px;
    z-index: 99;
}

header .welcome .right .list_link.hover .menu_list .a_h .icon-sgs {
    background: rgba(0, 0, 0, 0) url("data:image/gif;base64,R0lGODlhAQABAAAAACw=") no-repeat scroll 0 0;
    display: inline-block;
    height: 13px;
    margin: 6px 10px 0px 0px;
    width: 27px;
}

header .welcome .right .list_link.hover .menu_list .a_h .icon-sp {
    background: rgba(0, 0, 0, 0) url("data:image/gif;base64,R0lGODlhAQABAAAAACw=") no-repeat scroll -40px 0;
    display: inline-block;
    height: 13px;
    margin: 6px 10px 0px 0px;
    width: 13px;
}

header .welcome .right .list_link.hover .menu_list .a_h.more {
    text-align: center;
    border-bottom: none;
    color: #191919;
    font-size: 14px;
}

header .welcome .right .list_link.hover .menu_list .a_h.more i {
    padding-left: 5px;
    font-size: 20px;
}

header .mxw-line {
    width: 0px;
    height: 2px;
    background-color: rgb(23, 84, 163);
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 9;
    transition: width 0.4s ease 0s;
}

header .pc-nav .top>.mxw-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px auto;
    position: relative;
}

header .pc-nav .top .logo {
    position: relative;
}

header .pc-nav .top .logo::after {
    content: "";
}

header .pc-nav .top .text p {
    font-size: 16px;
    color: rgb(102, 102, 102);
    line-height: 1.2;
}

header .pc-nav .top .text strong {
    font-size: 28px;
    color: rgb(51, 51, 51);
    line-height: 1.2;
    margin-bottom: 14px;
    display: block;
}

header .pc-nav .top .right .head-tel p {
    font-size: 0.4rem;
    color: #C1A062;
    font-weight: bold;
    line-height: 1.5;
    margin-top: .0667rem;
}

header .pc-nav .top .right .head-tel p:first-child {
    font-size: 0.266rem;
    text-align: right;
    color: #777777;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.search_box {
    position: absolute;
    right: 0px;
    top: 14px;
    height: 44px;
    border: solid 1px #e5e5e5;
    border-radius: 44px;
    padding-left: 15px;
    padding-right: 10px;
}

.search {
    height: 42px;
    float: right;
    z-index: 1000;
}

.search .text_input {
    float: left;
    width: 300px;
    height: 44px;
    line-height: 44px;
    border: none;
    background: none;
    text-indent: 10px;
    color: #999;
    box-sizing: border-box;
}

.search .sub_btn {
    width: 40px;
    height: 42px;
    display: block;
    border: none;
    text-align: center;
    color: #666666;
    background: url("data:image/gif;base64,R0lGODlhAQABAAAAACw=") no-repeat center center;
    font-size: 22px;
    cursor: pointer;
}

.search .sel {
    width: 90px;
    height: 42px;
    border: none;
    border-right: solid 1px #e5e5e5;
    border-left: solid 1px #e5e5e5;
    background: none;
    float: left;
    position: relative;
    box-sizing: border-box;
}

.search .sel select {
    border: none;
    outline: none;
    width: 100%;
    height: 42px;
    line-height: 44px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-left: 10px;
    color: #999;
    font-family: Helvetica;
}

.search .sel:after {
    content: "";
    width: 42px;
    height: 42px;

    position: absolute;
    right: 10px;
    top: 2px;
    pointer-events: none;
}


header .pc-nav .bottom {
    background-color: #232323;
}

header .pc-menu {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: -60px;
}

header .pc-menu>li {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    text-align: center;
    height: 50px;
    padding: 0px 60px;
}

header .pc-menu>li::after {
    content: "";
    display: block;
    width: 0px;
    height: 100%;
    position: absolute;
    left: 0;
    transform: translateX(0%);
    transition: all 0.4s linear 0s;
    background: rgba(255, 255, 255, 0.15);
}

header .pc-menu>li.active::after,
header .pc-menu>li:hover::after {
    width: 100%;
}

header .pc-menu>li.active>a,
header .pc-menu>li:hover>a {
    color: rgb(255, 255, 255) !important;
}

header .pc-menu>li:hover>ul {
    opacity: 1;
    visibility: visible;
    z-index: 9;
}

header .pc-menu>li:last-child {}

header .pc-menu>li ul {
    background-color: rgb(255, 255, 255);
    width: 200px;
    position: relative;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.4s ease 0s, transform 0.4s ease 0s, visibility 0.4s ease 0s;
}

header .pc-menu>li ul:hover {
    opacity: 1;
    visibility: visible;
}

header .pc-menu>li ul li.active>ul,
header .pc-menu>li ul li:hover>ul {
    opacity: 1;
    visibility: visible;
    z-index: 9;
}

header .pc-menu>li ul li a {
    position: relative;
}

header .pc-menu>li ul li a::after {
    content: "";
    display: block;
    width: 80%;
    height: 0.0167rem;
    background-color: rgb(238, 238, 238);
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}

header .pc-menu>li ul a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    color: rgb(51, 51, 51);
    line-height: 1.2;
    padding: 14px;
}

header .pc-menu>li>a {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    position: relative;
    width: 100%;
    color: rgb(251, 251, 251);
    font-size: 16px;
}

header .pc-menu>li>ul {
    border-top: 0.0167rem solid rgb(221, 221, 221);
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}

header .pc-menu>li>ul>li>a.active,
header .pc-menu>li>ul>li>a:hover {
    background-color: rgba(0, 0, 0, 0.04);
}

header .pc-menu>li>ul>li>a.active::after,
header .pc-menu>li>ul>li>a:hover::after {
    display: none;
}

header .pc-menu>li>ul>li>a:last-child::after {
    display: none;
}

header .pc-menu>li>ul>li>ul {
    position: absolute;
    left: 3.3333rem;
    top: 0px;
    border-left: 0.0167rem solid rgb(221, 221, 221);
}

header .pc-menu>li>ul>li>ul>li>ul {
    position: absolute;
    left: 3.3333rem;
    top: 0px;
    border-left: 0.0167rem solid rgb(221, 221, 221);
}
@media screen and (min-width: 1680px) {
    /* pc端固定html标签文字大小(rem适配) */
    html {
        font-size: 60px !important;
    }
}
@media screen and (max-width: 1680px) {

    header .mxw-box {
        max-width: 96%;
    }

    header .pc-nav .top {
    }

    header .pc-nav .top .text strong {
        font-size: 24px;
        margin-bottom: 10px;
    }

    header .pc-nav .top .text p {
        font-size: 15px;
    }

    header .pc-nav .top .right {
        font-size: 26px;
    }

    header .pc-nav .top .right img {
        width: 30px;
    }
}

@media screen and (max-width: 1400px) {

    header .pc-nav .top .logo::after {
        height: 44px;
    }

    header .pc-nav .top .text strong {
        font-size: 21px;
    }

    header .pc-nav .top .right {
        font-size: 21px;
    }
}

@media screen and (max-width: 1200px) {
    header .pc-nav .top .logo {
        padding-right: 0px;
        width: 500px;
    }

    header .pc-nav .top .logo::after {
        display: none;
    }

    header .pc-nav .top .text {
        display: none;
    }
}

/* #endregion ====================头部 end ==================== */

/* #region ==================== 移动端头部 start ==================== */
@media screen and (max-width: 751px) {
    header {
        z-index: 99999;
    }

    .mxw-mob-nav .menus .language li {
        font-size: 14px;
        padding: 15px 18px;
        color: rgb(85, 85, 85);
    }

    .mxw-mob-nav .head {
        font-size: 0px;
        padding-left: 12px;
        padding-right: 12px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 60px;
        max-width: 750px;
        width: 100%;
        transform: translateX(-50%);
        position: fixed;
        top: 0px;
        left: 50%;
        z-index: 99;
        background-color: rgb(255, 255, 255);
    }

    .mxw-mob-nav .logo {
        display: block;
        flex-shrink: 0;
    }

    .mxw-mob-nav .logo img {
        height: 30px;
    }

    .mxw-mob-nav .menu-btn {
        flex-shrink: 0;
        width: 26px;
        height: 20px;
        cursor: pointer;
        outline: none;
        display: flex;
        flex-flow: column;
        justify-content: space-between;
        align-items: center;
    }

    .mxw-mob-nav .menu-btn i {
        display: block;
        width: 100%;
        height: 3px;
        border-radius: 100px;
        background-color: rgb(51, 51, 51);
    }

    .mxw-mob-nav .menus-box {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0px;
        right: 50%;
        max-width: 450px;
        z-index: 9999;
        background: rgba(0, 0, 0, 0.5);
        visibility: hidden;
        opacity: 0;
        transform: translateX(50%);
    }

    .mxw-mob-nav .menus-box.active {
        visibility: visible;
        opacity: 1;
    }

    .mxw-mob-nav .menus-box.active .menus {
        transform: translateX(0px);
    }

    .mxw-mob-nav .menus {
        width: 60%;
        height: 100%;
        margin-right: 0px;
        margin-left: auto;
        background: rgb(255, 255, 255);
        transform: translateX(100%);
        transition: all 0.5s ease 0s;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-flow: column;
    }

    .mxw-mob-nav .menus>ul {
        width: 100%;
        overflow: auto;
    }

    .mxw-mob-nav .menus>ul>li.active>ul {
        display: block;
    }

    .mxw-mob-nav .menus>ul>li>a {
        display: block;
        width: 100%;
        padding: 15px 18px;
        font-size: 14px;
        color: rgb(85, 85, 85);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .mxw-mob-nav .menus>ul>li>a.sub::after {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 0px;
        height: 0px;
        border-width: 4px 4px 0px;
        border-top-style: solid;
        border-top-color: rgb(85, 85, 85);
        border-left-style: solid;
        border-left-color: transparent;
        border-right-style: solid;
        border-right-color: transparent;
        border-bottom-style: initial;
        border-bottom-color: initial;
        margin-left: 10px;
    }

    .mxw-mob-nav .menus>ul>li>ul {
        display: none;
        padding: 0px 24px;
    }

    .mxw-mob-nav .menus>ul>li>ul>li>a {
        font-size: 14px;
        color: rgb(136, 136, 136);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        line-height: 36px;
        height: 36px;
        border-bottom: 1px solid rgb(243, 243, 243);
    }

    .mxw-mob-nav .menus-head {
        width: 100%;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: rgb(248, 248, 248);
        border-bottom: 0.6px solid rgb(238, 238, 238);
        font-size: 16.8px;
        font-weight: bold;
        line-height: 54px;
        height: 54px;
        padding-left: 18px;
        padding-right: 18px;
    }

    .mxw-mob-nav .menus-head .text {
        color: rgb(51, 51, 51);
        line-height: 1.2;
    }

    .mxw-mob-nav .menus-head .mxw-close {
        flex-shrink: 0;
        width: 20px;
        height: 20px;
        cursor: pointer;
        outline: none;
        position: relative;
        transform: rotate(45deg);
    }

    .mxw-mob-nav .menus-head .mxw-close::before,
    .mxw-mob-nav .menus-head .mxw-close::after {
        content: "";
        display: block;
        border-radius: 100px;
        position: absolute;
        left: 50%;
        top: 50%;
        background-color: rgb(51, 51, 51);
        transform: translate(-50%, -50%);
    }

    .mxw-mob-nav .menus-head .mxw-close::before {
        width: 2px;
        height: 100%;
    }

    .mxw-mob-nav .menus-head .mxw-close::after {
        width: 100%;
        height: 2px;
    }
}

/* #endregion ==================== 移动端头部 end ==================== */

/* #region ==================== 底部 start ==================== */
footer {
    background: #222222;
}

footer .foot-top {
    padding-top: 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid #717171;
}

footer .foot-top .left {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

footer .foot-nav {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 70%;
}

footer .foot-nav .head {
    display: block;
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 10px;
}

footer .foot-nav .nav-item li {
    line-height: 2;
}

footer .foot-nav .nav-item li a {
    font-size: 16px;
    color: #717171;
}

footer .foot-nav .nav-item:last-child {
    margin-bottom: 0;
}

footer .foot-contact .head {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
    color: #fff;
}

footer .foot-contact .desc {
    font-size: 16px;
    color: #777;
}

footer .foot-contact .desc p {
    line-height: 2;
}

footer .foot-share .footer_font .fl {
    margin-right: 15px;
}
footer .foot-share{
    margin-top: 10px;
}
footer .foot-share .footer_font .fl i {
    color: #b6b5b5;
    font-size: 20px;
}

footer .foot-share .footer_font .fl:hover i {
    color: #c8602a;
}

footer .mxw-copyright {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

footer .mxw-copyright .mxw-box {
    line-height: 2;
    font-size: 14px;
    color: #717171;
}

footer .mxw-copyright a:hover {
    color: #fff;
}

@media screen and (max-width: 1780px) {
    footer .foot-nav {
        flex-shrink: 0;
    }

    footer .foot-nav .nav-item {
        margin-right: 1rem;
    }

}

@media screen and (max-width: 751px) {
    footer .foot-top {
        padding: 0;
        padding-bottom: 15px;
    }

    footer .foot-top .left,
    footer .foot-contact {
        width: 100%;
        flex-direction: column;
    }

    footer .foot-contact {
        margin-left: 0;
        margin-top: 10px;
    }

    footer .mxw-copyright .mxw-box>div {
        flex-direction: column;
    }

    footer .mxw-copyright {
        padding-top: 0;
    }
}

/* ==================== 底部 end ==================== */
/* #endregion */
/* #region ==================== 轮播图 start ==================== */
.mxw-banner {
    font-size: 0px;
    position: relative;
}

.mxw-banner .swiper-slide {
    overflow: hidden;
}

.mxw-banner .swiper-slide img {
    width: 100%;
}

.banner_wrap .swiper-pagination {
    width: 100%;
    max-width: 1500px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 21px;
    right: 50%;
    transform: translateX(50%);
    left: auto;
}

.banner_wrap .swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    opacity: 1;
    margin-left: 10px;
    margin-right: 10px;
    background: #cecece;
    border-radius: 10px;
    position: relative;
}

.banner_wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #0093dd;
}

.banner_wrap .swiper-button-next,
.banner_wrap .swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border-radius: 5px;
    background-image: none;
    background-size: auto;
    outline: none;
    z-index: 99;
    transform: translateY(-50%);
    top: 50%;
    margin: 0px;
}

.mxw-banner .swiper-button-next::after,
.mxw-banner .swiper-button-prev::after {
    font-size: 21px;
    color: rgb(255, 255, 255);
    font-weight: bold;
}

.mxw-banner .swiper-button-next {
    right: 50px;
    background-image: url("data:image/gif;base64,R0lGODlhAQABAAAAACw=");
    transform: translateY(-50%) rotate(-180deg);
}

.mxw-banner .swiper-button-prev {
    left: 50px;
    background-image: url("data:image/gif;base64,R0lGODlhAQABAAAAACw=");
}

.mxw-banner .banner-swiper {
    --swiper-navigation-color: #fff;
    --swiper-navigation-size: 24px;
}

@media screen and (max-width: 751px) {
    .mxw-banner .swiper-pagination {
        padding-right: 0px;
        bottom: 10px;
        max-width: 80%;
    }

    .mxw-banner .swiper-pagination .swiper-pagination-bullet {
        margin: 0px 5px;
        font-size: 14px;
        width: 8px;
        height: 8px;
    }

    .mxw-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        font-size: 18px;
    }

    .mxw-banner .swiper-button-next,
    .mxw-banner .swiper-button-prev {
        display: none;
    }
}

/* ==================== 轮播图 end ==================== */
/* #endregion */
/* #region ==================== 通用标题 start ==================== */
.mxw-title {
    overflow: hidden;
    text-align: center;
}

.mxw-title .en {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mxw-title .text1 {
    font-size: 50px;
    color: #222;
    position: relative;
    text-transform: uppercase;
}

.mxw-title .text1:before,
.mxw-title .text1:after {
    display: block;

    background-size: 100%;
    width: .7667rem;
    height: .4333rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.mxw-title .text1:before {
    left: -1rem;
}

.mxw-title .text1:after {
    right: -1rem;
}

.mxw-title .text2 {
    font-size: 24px;
    color: #313131;
}

.mxw-more {
    width: 2.4rem;
    height: 0.6rem;
    border: 1px solid #0093dd;
    color: #0093dd;
    font-size: 0.4rem;
    border-radius: 0.133rem;
    margin: 0.5rem auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mxw-more a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ny-pages .ny-cate {
    display: flex;
    align-items: center;
}

.ny-pages .ny-cate .cate-item {
    font-size: 0.533rem;
    color: #777777;
    display: flex;
    align-items: center;
    padding-bottom: 0.1667rem;
}

.ny-pages .ny-cate .cate-item:before {
    content: "/";
}

.ny-pages .ny-cate .cate-item:first-child:before {
    display: none;
}

.ny-pages .ny-cate .cate-item.active {
    color: #0093dd;
}

.ny-pages .ny-cate .cate-item.active a:after {
    content: "";
    display: block;
    width: 0.95rem;
    height: 0.033rem;
    background: #0093dd;
    position: absolute;
    bottom: 0;
}

@media screen and (min-width: 751px) {
    .ny-pages .mxw-title .text {
        font-size: .6rem;
        font-weight: bold;
        padding-top: 0.4rem;
    }
}

@media screen and (max-width: 751px) {
    .mxw-title {
        margin-bottom: 20px;
    }

    .mxw-title .text1 {
        font-weight: bold;
        font-size: 26px;
    }

    .mxw-title .text2 {
        font-size: 16px;
    }

    .mxw-title .desc {
        font-size: 12px;
        padding: 0px 20px;
        line-height: 1.8;
        color: rgb(136, 136, 136);
    }

    .ny-pages .mxw-title .text {
        font-size: 26px;
        padding-top: 20px;
    }

    .ny-pages .mxw-title .desc {
        font-size: 12px;
        padding: 0;
    }

    .ny-pages .ny-cate .cate-item {
        font-size: 18px;
        margin-bottom: 10px;
    }
}

/* #endregion ==================== 通用标题 end ==================== */
/* #region ==================== 通用细节调整 start ==================== */
.page-banner .nybt {
    z-index: 3;
    display: none;
}

.page-banner .nybt h3 {
    font-size: 0.6rem;
}

#toolbar .online-one li.phone .tel-phone {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    justify-content: center;
    align-items: center;
    width: 140px;
}

.product-detail-tab .product-detail-tabli li.on::before,
.product-detail-tab .product-detail-tabli li:visited::before,
.product-detail-tab .product-detail-tabli li:active::before {
    display: none;
}

.product-detail-tab .product-detail-tabli li.on,
.product-detail-tab .product-detail-tabli li:visited,
.product-detail-tab .product-detail-tabli li:active {
    color: rgb(255, 255, 255);
}

.product-detail-tab .product-detail-tabli li {
    background: #0093dd;
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: bold;
}

.product-detail-tabcon {
    font-size: 18px;
    line-height: 1.8;
    text-align: justify;
}

.page-banner .nybt {
    display: none;
}

.ueditor_baidumap {
    width: 100%;
}

.xypg-album-list {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-left: 0px;
    margin-right: 0px;
}

.xypg-album-list li {
    padding: 10px 10px 0px;
    border: 1px solid rgb(234, 234, 234);
    margin: 0px;
    width: 32%;
}

.xypg-album-list li:nth-child(3n-1) {
    margin-left: 2%;
    margin-right: 2%;
}

.xypg-album-list li:nth-child(3)~li {
    margin-top: 2%;
}

.xypg-album-list li h3 {
    position: static;
    color: rgb(102, 102, 102);
    font-size: 16px;
    background: none;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
}

@media screen and (min-width: 751px) {
    .easyzoom-flyout img {
        max-width: inherit;
    }

    .container {
        width: 100%;
        max-width: 1430px;
        margin: auto;
    }
}

@media screen and (max-width: 751px) {

    body {
        padding-bottom: 0px;
        padding-top: 0px;
        margin-bottom: 50px;
    }

    .mxw-bgtext {
        max-height: initial;
    }

    .page-product-detail-effect .big-img {
        pointer-events: none;
    }

    .page-banner .nybt h3 {
        font-size: 20px;
    }

    .page-product-detail-effect .big-img a {
        height: auto;
    }

    .container2 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .page-product-detail-effect .big-img {
        height: auto;
    }

    .page-banner {
        position: relative;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }

    .page-banner>img {
        max-width: 240%;
        width: 240%;
    }

    .xypg-product-list,
    .xypg-case-list {
        display: flex;
        flex-wrap: wrap;
    }

    .xypg-product-list li,
    .xypg-case-list li {
        width: 48%;
        margin: 0px;
    }

    .xypg-product-list li:nth-child(2n),
    .xypg-case-list li:nth-child(2n) {
        margin-left: 4%;
    }

    .xypg-product-list li:nth-child(2)~li,
    .xypg-case-list li:nth-child(2)~li {
        margin-top: 4%;
    }

    .xypg-pagination>div {
        margin-bottom: 10px;
    }

    .xypg-case-list li h3 a {
        padding-bottom: 0px;
    }

    .xypg-news-list li {
        padding: 15px;
        margin-bottom: 15px;
    }

    .xypg-news-list li .more {
        text-align: center;
        margin-top: 0px;
    }

    .xypg-news-list li .more span {
        width: 90px;
        margin: 0px auto;
    }

    .product-detail-tabcon {
        font-size: 16px;
    }

    .product-detail-tab .product-detail-tabli li {
        padding: 8px 15px;
        width: auto;
        line-height: 1.2;
        height: auto;
    }

    .product-detail-tab .product-detail-tabli {
        height: auto;
    }

    .xypg-album-list {
        justify-content: space-between;
    }

    .xypg-album-list::before,
    .xypg-album-list::after {
        display: none;
    }

    .xypg-album-list li {
        width: 48%;
        margin: 0px;
    }

    .xypg-album-list li:nth-child(2)~li {
        margin-top: 2%;
    }
}

/* #endregion ==================== 通用细节调整 end ==================== */

/* #region ==================== 搜索 start ==================== */
.mxw-keywords .tel {
    color: rgb(255, 255, 255);
    flex-shrink: 0;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-right: 0.6667rem;
}

.mxw-keywords .tel p {
    font-size: 20px;
}

.mxw-keywords .tel img {
    width: 38px;
    margin-right: 18px;
}

.mxw-keywords .tel strong {
    font-size: 29px;
    font-weight: bold;
    line-height: 1.2;
    display: inline-block;
    color: #0093dd;
}

@media screen and (max-width: 1680px) {
    .mxw-keywords .tel {
        margin-left: 0px;
        padding-left: 0px;
    }

    .mxw-keywords .tel p {
        font-size: 16px;
    }

    .mxw-keywords .tel strong {
        font-size: 26px;
        margin-top: 5px;
    }
}

/* #endregion ==================== 搜索 end ==================== */

/* #region ==================== 页面自定义样式 start ==================== */
@media screen and (min-width: 1680px) {
    /* pc端固定html标签文字大小(rem适配) */

}
.mxw-box {
    margin: 0px auto;
    font-size: 18px;
    color: rgb(51, 51, 51);
    width: 86%;
    max-width: 1400px;
    min-width: 20rem;
}

.ny-banner img {
    width: 100%;
}

.mxw-swiper-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: url("data:image/gif;base64,R0lGODlhAQABAAAAACw=") no-repeat center;
    background-size: 100%;
    width: 1.166rem;
    height: 1.166rem;
    outline: none;
    cursor: pointer;
    z-index: 9;
}

.mxw-swiper-btn.swiper-button-disabled {
    background-size: 100%;
}

.mxw-swiper-btn.mxw-swiper-prev {
    left: -1.5rem;
    transform: translateY(-50%) rotateY(0);
}

.mxw-swiper-btn.mxw-swiper-next {
    right: -1.5rem;
    transform: translateY(-50%) rotateY(180deg);
}



@media screen and (max-width: 1680px) {
    .mxw-box {
        max-width: 86%;
    }
}

@media screen and (min-width: 751px) {

    .pc-none,
    .mob-nav,
    .pc-none {
        display: none !important;
    }

    .mxw-ny-box {
        padding-top: 1.667rem;
        padding-bottom: 1.667rem;
    }
}

@media screen and (max-width: 1680px) {
    .mxw-ny-box {
        max-width: 90%;
    }
}

@media screen and (max-width: 751px) {
    .mxw-ny-box {
        max-width: 100%;
        font-size: 0px;
        padding: 30px 20px;
    }
}

@media screen and (max-width: 751px) {
    body {
        margin-top: 60px;
    }

    html {
        font-size: 50px;
    }

    .m-none,
    .pc-nav {
        display: none !important;
    }

    .mxw-box {
        padding: 20px 0px;
        max-width: 100%;
        min-width: auto;
        width: 95%;
    }

    .mxw-section {
        padding-left: 0px;
        padding-right: 0px;
    }

    article {
        font-size: 15px;
    }
}

/* #endregion ==================== 页面自定义样式 end ==================== */

/* #region ==================== 产品中心 start ==================== */
.mxw-product .mxw-box {
    position: relative;
}

.mxw-product .pro_swp .swiper-wrapper {
    display: flex;
    align-items: stretch;
}

.mxw-product .pro_swp .swiper-slide {
    margin-top: 80px !important;
    display: flex;
    justify-content: center;
    align-items: stretch;
    border: 1px solid #fff0;
}

.mxw-product .pro_swp .swiper-slide:hover {
    border: solid 1px #dcdcdc;
}

.mxw-product .item {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    text-align: center;
    width: 100%;
}

.mxw-product .item .image {

    margin: auto;
}

.mxw-product .item .image>img {
    width: auto;
    margin: auto;
}

.mxw-product .item .title {
    display: block;
    text-align: center;
    font-size: 18px;
    padding: 10px 15px;
    color: #222;
}

.mxw-product .pro_swp .swiper-slide:hover .title {
    color: #019fe9;
}

.mxw-product .item .desc {
    font-size: 18px;
    padding: 10px 0;
    color: #666;
    display: none;
}

.mxw-product .item .pro-more {
    font-size: 18px;
    color: #333;
    width: 50px;
    margin: 10px auto 40px;
    border-bottom: 1px solid #333333;
    transition: border 0.4s;
}

.mxw-product .pro_swp .swiper-slide:hover .pro-more {
    border-bottom-color: #019fe9;
}

.mxw-product .swiper-pagination {
    width: 100%;
    transform: none;
    position: static;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mxw-product .swiper-pagination-bullet {
    background-color: #cecece;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 0 10px;
}

.mxw-product .swiper-pagination-bullet-active {
    background-color: #0093dd;
}

.mxw-product .mxw-swiper-btn {
    cursor: pointer;
    width: 0.7rem;
    height: 0.7rem;
    overflow: hidden;
    line-height: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: flex-start;
    background: url("/assets/addons/factory/vendor/omter/resources/b8da3f027a9cf76a922daff8e79d71ef6dd271f6-fa56e86b4cf0.png") no-repeat center center;
}

.mxw-product .mxw-swiper-btn.swiper-button-disabled {
    justify-content: flex-end;
    background: url("/assets/addons/factory/vendor/omter/resources/cdf9fab1cef20de7130c2f7df6c341cc277399d3-ba3dbffdb580.png") no-repeat center center;
}

.mxw-product .mxw-swiper-btn.mxw-swiper-prev {
    left: 0;
}

.mxw-product .mxw-swiper-btn.mxw-swiper-next {
    right: 0;
    transform: rotateY(180deg) translateY(-50%);
}

@media screen and (min-width: 751px) {
    .mxw-product .mxw-box {
        padding-top: 65px;
        max-width: 1716px;
        width: 95%;
    }

}

@media screen and (max-width: 751px) {
    .mxw-product .mxw-tabs-wrap {
        flex-wrap: wrap;
        width: 100%;
    }

    .mxw-product .mxw-tabs-item {
        width: 33.333%;
        margin-right: 0 !important;
        height: 30px;
        line-height: 30px;
    }

    .mxw-product .mxw-tabs-item:nth-child(3)~.mxw-tabs-item {
        margin-top: 2.5% !important;
    }

    .mxw-product .pro_swp {}

    .mxw-product .pro_swp .swiper-slide {
        width: 50%;
        margin-top: 0 !important;
    }

    .mxw-product .item .title {
        font-size: 14px;
        padding: 10px 0;
    }

    .mxw-product .mxw-swiper-btn {
        width: 30px;
        height: 30px;
    }
}

/* #endregion ==================== 产品中心 end ==================== */

/* #region ==================== 关于我们 start ==================== */
.mxw-about .body {
    align-items: stretch;
}

.mxw-about .image {
    width: 41.5%;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
    background: #1b1b1b;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.mxw-about .image::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url("/assets/addons/factory/vendor/omter/resources/7c56bca4206af66970a114359b4f6fee-4c539a6e01a6.png") no-repeat center;
    background-size: 0.7667rem 0.7667rem;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;

}

.mxw-about .info {
    padding: 1.583rem 3.333rem 1.8rem 2.217rem;

    margin-left: 8px;
    background: url("/assets/addons/factory/vendor/omter/resources/97b6fde24056ddf3aef5cba1bfe979be-2d68f6c12c05.jpg") no-repeat center;
    background-size: cover;
    color: #fff;
    display: flex;
    flex-flow: column;
    align-items: baseline;
    justify-content: center;
    position: relative;
}

.mxw-about .title {
    font-size: 0.833rem;;
    font-weight: bold;
    padding-bottom: 40px;
    position: relative;
}

.mxw-about .infoline {
    position: relative;
}

.mxw-about .desc {
    font-size: 22px;
    line-height: 2.2;
}
.mxw-about .desc p{ font-size: 0.367rem; line-height: 2}

@media screen and (min-width: 751px) {
    .mxw-about .mxw-box {
        padding-top: 0.22rem;
    }
}

@media screen and (max-width: 751px) {
    .mxw-about {
        padding: 0;
    }

    .mxw-about>.mxw-box .body {
        flex-flow: column;
        margin-top: 0;
    }

    .mxw-about .title {
        padding-bottom: 15px;
        font-size: 22px;
    }

    .mxw-about .image {
        width: 100%;
        margin-left: 0;
        order: 3;
    }

    .mxw-about .info {
        min-height: inherit;
        padding: 30px 20px;
        margin: 0;
    }

    .mxw-about .desc {
        font-size: 15px;
        margin-bottom: 20px;
    }
}

/* #endregion ==================== 关于我们 end ==================== */

/* #region ==================== 案例 start ==================== */
.mxw-cases .cases-swiper {
    margin-top: 60px;
}

.mxw-cases .cases-swiper .image:hover {
    box-shadow: 0 0 0.1667rem -2px rgba(0, 0, 0, 0.1);
    border: 0;
}

.mxw-cases .swiper-pagination {
    width: 100%;
    transform: none;
    position: static;
    margin-top: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mxw-cases .swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background-color: #cecece;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 100%;
    display: block;
}

.mxw-cases .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #0093dd;
}

@media screen and (min-width: 751px) {
    .mxw-cases .mxw-box {
        padding-top: 90px;
        padding-bottom: 50px;
        width: 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 751px) {
    .mxw-cases .mxw-title {
        margin-bottom: 20px;
    }

    .mxw-cases .cases-swiper .swiper-slide {
        padding: 1px;
        margin-top: 10px !important;
    }

    .mxw-cases .swiper-pagination {
        margin-top: 20px;
    }

    .mxw-cases .swiper-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .mxw-cases .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #0076c6;
    }
}

/* #endregion ==================== 案例 end ==================== */

/* #region ==================== 伙伴 end ====================  */
.mxw-cooperation .body {
    position: relative;
}

.mxw-cooperation .certificate-swiper {
    margin-bottom: 1.0667rem;
}

.mxw-cooperation .swiper-wrapper {
    align-items: stretch;
}

.mxw-cooperation .swiper-slide {
    width: 230px;
    height: 85px;
    border: solid 1px #eeeeee;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mxw-cooperation .swiper-slide .image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mxw-cooperation .swiper-button-prev,
.mxw-cooperation .swiper-button-next {

    width: 46px;
    height: 46px;
}

.mxw-cooperation .swiper-button-prev {
    left: -62px;
}

.mxw-cooperation .swiper-button-next {
    right: -62px;

}

.mxw-cooperation .swiper-button-next.swiper-button-disabled,
.mxw-cooperation .swiper-button-prev.swiper-button-disabled {
    opacity: 1;

}

@media screen and (max-width: 751px) {
    .mxw-cooperation .certificate-swiper {
        margin: 20px 0;
    }

    .mxw-cooperation .swiper-slide {
        max-width: 50%;
        padding: 10px;
    }
}

/* #endregion ==================== 伙伴 end ====================  */


/* #region ==================== 优势 start ==================== */
.mxw-advantages .body {
    text-align: center;
}

.mxw-advantages .body .text1 {
    font-size: 1.6rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.mxw-advantages .body .text1::before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 50%;
    width: 100%;
    background: rgb(255 255 255 / 50%);
    z-index: 99;
}

.mxw-advantages .body .text2 {
    font-size: 20px;
    line-height: 2;
    padding-bottom: 20px;
    color: #555555;
}

.mxw-advantages .body .text2 .numbers {
    font-size: .5333rem;
    color: #000;
}

.mxw-advantages .body .text3 {
    font-size: 20px;
    line-height: 2;
    color: #019fea;
}

.mxw-advantages .s2-title {
    font-size: 0.6rem;
    text-align: center;
    color: #000;
    padding-bottom: .4667rem;
}

.mxw-advantages .body .itembox {
    display: flex;
    flex-wrap: wrap;justify-content: space-between;
    align-items: stretch;

}

.mxw-advantages .body .item {
    display: flex;
    justify-content: space-between;
    color: #000;
    text-align: center;
    position: relative;
    width: 32.3%;
    margin-right: 1.55%;
    flex-wrap: wrap;
    background: #f5fbfe;
    align-items: flex-end;
    margin-top: 0.5rem;
    align-content: space-between;
}
.mxw-advantages .body .item:nth-child(3n){
    margin-right: 0;
}


.mxw-advantages .body .item .info {
    width: 100%;
    padding: 45px;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.mxw-advantages .body .item .info::before {
    content: "";
    display: block;
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 12px solid transparent;
    border-right: 15px solid #fafafa;
    border-bottom: 12px solid transparent;
}



.mxw-advantages .body .item .image {
    width: 100%; order: 2;
}

@media screen and (min-width: 751px) {
    .mxw-advantages {
        padding-top: 100px;
    }

    .mxw-advantages .mxw-title {
        text-align: left;
    }

    .mxw-advantages .mxw-title .text1 {
        font-size: 70px;
    }

    .mxw-advantages .body {
        padding-top: 60px;
        padding-bottom: 80px;
    }
}

@media screen and (max-width: 751px) {
    .mxw-advantages .mxw-title {
        margin-bottom: 0;
    }

    .mxw-advantages .body {
        margin-bottom: 10px;
        margin-top: 10px;
        background-size: cover;
    }

    .mxw-advantages .body:before {
        height: 100%;
        width: 100%;
        transform: inherit;
    }

    .mxw-advantages .body .text1 {
        font-size: 60px;
        top: 0;
    }

    .mxw-aboadvantagesut .body .text1::after {
        width: 30px;
        height: 1px;
        margin: 10px auto;
    }

    .mxw-advantages .body .text2 {
        font-size: 18px;
        line-height: 1.8;
    }

    .mxw-advantages .body .text3 {
        font-size: 14px;
    }


    .mxw-advantages .itembox {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .mxw-advantages .itembox .item {
        width: 100%;
        margin: 10px 0;
        flex-direction: column;
    }

    .mxw-advantages .body .item .image {
        width: 100%;
    }

    .mxw-advantages .body .item:nth-of-type(6n-3) .image,
    .mxw-advantages .body .item:nth-of-type(6n-2) .image {
        order: initial;
    }

    .mxw-advantages .body .item .info {
        width: 100%;
        padding: 15px;
    }
}

/* #endregion ==================== 优势 end ==================== */

/* #region ==================== 服务流程 start ==================== */
.mxw-server {
    background: url("/assets/addons/factory/vendor/omter/resources/547bee8c461ab5ac9d5ee091fc251afb-020ef68b9a2e.jpg") no-repeat center center / cover;
}

.mxw-server .mxw-title .text1 {
    font-size: 34px;
    color: #fff;
}

.mxw-server .mxw-title .text2 {
    font-size: 14px;
    color: #fff;
    margin-top: 30px;
}

.mxw-server .itembox {
    justify-content: center;
}

.mxw-server .item {
    margin: 0 18px;
}

.mxw-server .item .icon {
    width: 100%;
    text-align: center;
    position: relative;
    max-width: 120px;
    margin: 0 auto 10px;
}

.mxw-server .item .info {
    text-align: center;
}

.mxw-server .item .text01 {
    font-size: 16px;
    color: #fff;
}

.mxw-server .item .text02 {
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
}

.mxw-server .mxw-tel {
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.mxw-server .mxw-tel .tel_text {
    color: #fff;
    display: flex;
    align-items: center;
    margin-left: 23px;
    margin-right: 17px;
    border-top: 1px dashed #fff;
    border-bottom: 1px dashed #fff;
}

.mxw-server .mxw-tel .tel_text .tel_tx1 {
    font-size: 16px;
}

.mxw-server .mxw-tel .tel_text .tel_tx2 {
    font-size: 24px;
}

.mxw-server .mxw-tel .tel_btn {
    display: flex;
    align-items: center;
    color: #1e2187;
    font-size: 16px;
    background-color: #ffffff;
    border-radius: 4px;
    padding: 16px 50px;
}

@media screen and (min-width: 751px) {
    .mxw-server .mxw-box {
        padding-top: 80px;
        padding-bottom: 70px;
    }

    .mxw-server .mxw-title .text {
        position: relative;
        display: inline-block;
        padding-left: 1.4167rem;
        padding-right: 1.4167rem;
    }

    .mxw-server .mxw-title .text .icon {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 4.2667rem;
    }

    .mxw-server .mxw-title .text .icon.left {
        left: -4.2667rem;
    }

    .mxw-server .mxw-title .text .icon.right {
        right: -4.2667rem;
        transform: translateY(-50%) rotateY(-180deg);
    }

    .mxw-server .itembox {
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .mxw-server .item:last-child .icon:after {
        display: none;
    }
}

@media screen and (max-width: 751px) {
    .mxw-server .itembox {
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .mxw-server .item {
        width: 32%;
        margin: 0;
        margin-bottom: 20px;
    }

    .mxw-server .item:nth-child(3n-1) {
        margin-left: 2%;
        margin-right: 2%;
    }

    .mxw-server .item .icon {
        width: 70px;
        margin: 0 auto 15px;
    }

    .mxw-server .item .icon:after {
        display: none;
    }

    .mxw-server .item .text01 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .mxw-server .item .text02 {
        font-size: 14px;
    }

    .mxw-server .mxw-tel {
        flex-wrap: wrap;
    }

    .mxw-server .mxw-tel .tel_text {
        margin: 10px;
    }
}

/* #endregion ==================== 服务流程 end ==================== */

/* #region ==================== 客户服务 end ==================== */
.mxw-service .mxw-title .text2 {
    font-size: 16px;
    color: #565656;
    line-height: 1.5;
}

.mxw-service .body {
    margin-top: 50px;
}

.mxw-service .item {
    display: block;
    position: relative;
}

.mxw-service .item .image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mxw-service .item .info {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    background: rgb(0 0 0 / 62%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: height 0.4s;
}

.mxw-service .item:hover .info {
    height: 100%;
}

.mxw-service .item .title {
    display: block;
    text-align: center;
    font-size: 18px;
    padding: 13px;
    color: #fff;
}

@media screen and (min-width: 751px) {
    .mxw-service .mxw-box {
        padding-top: 40px;
        padding-bottom: 80px;
    }
}

@media screen and (max-width: 751px) {

    .mxw-service .item .title {
        font-size: 14px;
        padding: 10px 0;
    }

    .mxw-service .item .image img {}

    .mxw-service .body {
        margin-top: 20px;
    }

    .mxw-service .item:nth-child(2n) {
        margin-left: 3%;
    }

    .mxw-service .item:nth-child(2)~.item {
        margin-top: 2%;
    }
}

/* #endregion ==================== 客户服务 end ==================== */

/* #region ==================== 服务流程 start ==================== */
.mxw-number {
    background: url("/assets/addons/factory/vendor/omter/resources/bda71a18c97288bce8532adc92202917-46b2266bc6df.jpg") no-repeat center center / cover;
}

.mxw-number .mxw-title .text1 {
    font-size: 34px;
    color: #fff;
}

.mxw-number .mxw-title .text2 {
    font-size: 16px;
    color: #cde2f3;
    line-height: 2;
}

.mxw-number .itembox {
    justify-content: space-between;
    padding-top: 60px;
}

.mxw-number .itembox .item {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    transition: transform 0.4s;
}

.mxw-number .itembox .item:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 41px;
    border: solid 1px rgb(88 162 215 / 50%);
}

.mxw-number .itembox .item:last-child:after {
    display: none;
}

.mxw-number .itembox .item .info {
    transition: 0.4s;
}

.mxw-number .itembox .item .info:hover {
    transform: translateY(-10px);
}

.mxw-number .item .number {
    margin-bottom: 10px;
}

.mxw-number .item .top {
    display: block;
    text-align: center;
}

.mxw-number .item .top span {
    line-height: 1;
    color: #ffffff;
    font-size: 70px;
    font-weight: bold;
}

.mxw-number .item .top i {
    font-size: 24px;
    color: #fff;
    margin-left: 5px;
}

.mxw-number .item .text {
    font-size: 15px;
    color: #a1cbec;
    width: 100%;
    text-align: center;
}

@media screen and (min-width: 751px) {
    .mxw-number .mxw-box {
        padding-top: 145px;
        padding-bottom: 145px;
    }
}

@media screen and (max-width: 751px) {
    .mxw-number .itembox {
        padding-top: 25px;
    }

    .mxw-number .item .top span {
        font-size: 40px;
    }

    .mxw-number .itembox .item {
        width: 50%;
        padding: 0 10px;
    }

    .mxw-number .itembox .item:nth-child(2n):after {
        display: none;
    }
}


/* #endregion ==================== 服务流程 end ==================== */

/* #region ==================== 新闻中心 start ==================== */
.mxw-news .mxw-tabs-swiper {
    margin-top: 40px;
}

.mxw-news .itembox {
    padding-bottom: 20px;
}

.mxw-news .item {
    display: block;
    padding: 30px;
    box-shadow: 0px 2px 14px 0px rgba(3, 0, 0, 0.08);
}

.mxw-news .item:hover .info .title {
    color: #019fe9;
}

.mxw-news .item .info {
    max-width: 100%;
    position: relative;
    background-color: #fff;
    z-index: 10;
}

.mxw-news .item .info .title {
    font-size: 16px;
    color: #019fe9;
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
    width: 100%;
    text-align: center;
}

.mxw-news .item .info .year {
    font-size: 17.29px;
}

.mxw-news .item .info .day {
    font-size: 25.36px;
    color: #555555;
    font-weight: bold;
}

.mxw-news .item .desc {
    font-size: 15px;
    color: #666666;
    line-height: 2;
    margin-top: 20px;
}

.mxw-news .item .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 26px;
    margin-bottom: 26px;
    border-bottom: solid 1px #f3f7f9;
}

.mxw-news .item .date {
    color: #888;
}

.mxw-news .item .arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #ffffff;
    background-color: #019fe9;
    padding: 12px 27px;
}

@media screen and (min-width: 1200px) {
    .mxw-news {
        padding-top: 100px;
        padding-bottom: 80px;
    }
}

@media screen and (max-width: 751px) {

    .mxw-news .swiper-slide {
        padding-bottom: 20px;
    }

    .mxw-news .swiper-slide .item:nth-child(2n) {
        margin-left: auto;
        padding: 10px;
    }

    .mxw-news .swiper-slide .item:nth-child(2n)~.item {
        margin-top: 10px;
    }

    .mxw-news .mxw-cate {
        width: 100%;
        justify-content: space-between;
        margin-bottom: 40px;
    }

    .mxw-news .cate-item {
        width: 32%;
        margin: 0;
        text-align: center;
        height: auto;
        line-height: inherit;
        padding: 8px;
        font-size: 12px;
    }

    .mxw-news .item {
        padding: 10px;
    }

    .mxw-news .item .info {
        margin-top: 0;
        max-width: 100%;
        padding: 15px 10px;
    }

    .mxw-news .item .info .title {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .mxw-news .item .desc {
        font-size: 12px;
    }

    .mxw-news .item .bottom {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
}

/* #endregion ==================== 新闻中心 end ==================== */

/* 手机页脚 */
.footer3 {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #222;
}

.footer3 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer3 ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    color: #ffffff;
    line-height: 50px;
    font-size: 0;
}

.footer3 ul li a {
    display: block;
    color: #ffffff;
}

.footer3 ul li .iconfont {
    font-size: 14px;
    display: none;
    vertical-align: middle;
    margin-right: 5px;
}

.footer3 ul li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #ffffff;
}

/*内页样式*/
.path {
    width: 100%;
    margin: 15px 0;
    height: 40px;
    line-height: 40px;
    font-family: arial;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.path a {
    color: #666666;
    font-size: 14px;
}

.path a:hover {
    color: #000000;
}

.path span {
    color: #999999;
    font-size: 14px;
}

.path i {
    padding: 0px 2px;
    font-size: 14px;
    color: #666666;
}

.ny_box {
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.ny_box2 {
    padding: 0px 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.ny_box3 {
    padding: 20px;
    box-sizing: border-box;
    margin: 20px 0px;
}

.ny_box4 {
    padding: 0px;
    box-sizing: border-box;
    margin: 20px 0px;
}

.ny_box4_cont {
    padding: 0px 20px;
}

.ny_box_video {
    background: #FCFCFC;
    margin-bottom: 40px;
}

.ny_box_video .basic_info {
    padding: 10px 30px;
}

.video_type_ny {
    padding: 10px 0px;
}

.video_type_ny ul li {
    float: left;
    margin: 5px 15px 5px 0px;
    border: solid 1px #e5e5e5;
    text-align: center;
    height: 30px;
    line-height: 30px;
    padding: 0px 10px;
}

.video_type_ny ul li a {
    font-size: 14px;
    color: #666666;
}

.video_type_ny ul .active {
    border: solid 1px #232323;
}

.at_tab {
    width: 100%;
    margin-top: 10px;
}

.at_tab a {
    width: 200px;
    text-align: center;
    border: solid 1px #e4e4e4;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    color: #333333;
    float: left;
    margin-right: -1px;
    display: inline-block;
    box-sizing: border-box;
}

.at_tab a:hover {
    background: #232323;
    height: 46px;
    font-size: 16px;
    float: left;
    display: inline-block;
    color: #FFFFFF;
}

.at_tab a.here {
    background: #232323;
    height: 46px;
    font-size: 16px;
    float: left;
    display: inline-block;
    color: #FFFFFF;
}

.image_map {
    float: right;
    overflow: hidden;
    margin-left: 30px;
    flex-grow: 1;
    width: 50%;
}

.about_text_cont {
    box-sizing: border-box;
    font-size: 16px;
    line-height: 36px;
    display: flex;
    padding-top: 30px;
}
.about_text_cont .bossdesc{
    width: 50%;
}
.about_text_cont .a_more {
    display: block;
    float: left;
    margin-right: 10px;
    width: 160px;
    height: 40px;
    background: #d31700;
    font-size: 16px;
    line-height: 40px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 20px;
}

.about_text_cont .a_more.more2 {
    background: #eeeeee;
    color: #333333
}

.a_bg {
    background: #f3f3f3;
    padding-top: 60px;
    padding-bottom: 30px;
}

.ny_a_title {
    width: 100%;
    font-size: 32px;
    color: #282828;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
}

.ny_a_title span {
    width: 6px;
    height: 6px;
    border: solid 1px #8b8b8b;
    background: #e6b771;
    display: block;
    float: left;
    margin-top: 11px;
    margin-right: 10px;
}

.ny_about_pic ul {
    margin-top: 2vw;
    overflow: hidden;
}

.ny_about_pic ul li {
    width: 241px;
    float: left;
    padding: 0px 15px;
}

.ny_about_pic ul li .a_pic {
    width: 241px;
    height: 176px;
    text-align: center;
    overflow: hidden;
    vertical-align: middle;
    display: table-cell;
    border-radius: 1px;
    box-sizing: border-box;
}

.ny_about_pic ul li .a_pic img {
    transition: all 0.6s;
    max-width: 100%;
    max-height: 100%;
    text-align: center;
    overflow: hidden;
    vertical-align: middle;
    display: table-cell;
}

.ny_about_pic ul li .a_pic img:hover {
    transform: scale(1.2);
}


.a_text {
    margin-top: 10px;
    line-height: 26px;
    font-size: 16px;
    color: #666666;
}

.a_text span {
    float: left;
    display: block;
    padding-right: 20px;
    color: #000;
    font-size: 16px;
}

.a_text a {
    line-height: 26px;
    color: #555555;
    text-decoration: underline;
}

.a_capacity {
    padding-top: 30px;
}

.ny_a_subtitle {
    border-bottom: solid 2px #efefef;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #555555;
    margin-top: 10px;
}

.line_pub {
    width: 100%;
    height: 1px;
    background: #efefef;
    margin: 50px 0px;
}

.ny_pic_list {
    overflow: hidden;
}

.ny_pic_list ul li {
    width: 300px;
    margin: 10px 20px;
    float: left;
    box-sizing: border-box;
}

.ny_pic_list ul li .h_pic {
    width: 300px;
    height: 300px;
    box-sizing: border-box;
    border: solid 1px #e5e5e5;
    text-align: center;
    overflow: hidden;
    vertical-align: middle;
    display: table-cell;
    position: relative;
}

.ny_pic_list ul li .h_pic img {
    transition: all 0.6s;
    max-width: 100%;
    max-height: 100%;
    text-align: center;
    overflow: hidden;
    vertical-align: middle;
    display: table-cell;
}

.ny_pic_list ul li .h_pic img:hover {
    transform: scale(1.2);
}

.ny_pic_list ul li .ph_name {
    width: 100%;
    padding: 0px 5px;
    box-sizing: border-box;
    height: 30px;
    line-height: 30px;
    margin-top: 5px;
    font-size: 1.6rem;
    color: #313131;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nya_bg {
    background: #f2f2f2;
    margin: 20px 0px;
    padding: 2vw 0;
}

.basic_info {
}

.basic_info .l_cont {
    width: 60%;
    padding-left: 10px;
    text-indent: 26px;
    padding-right: 40px;
    float: left;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 36px;
}

.basic_info .r_cont {
    width: 40%;
    padding-left: 40px;
    padding-right: 20px;
    float: left;
    box-sizing: border-box;
    font-size: 16px;
    border-left: solid 1px #e6e6e6;
}

.p_text {
    line-height: 36px;
    font-size: 14px;
}

.p_text a {
    line-height: 36px;
    color: #222222;
    text-decoration: underline;
}

.p_text .a_link {
    line-height: 36px;
    color: #666666;
    font-size: 16px;
    padding: 0px 15px;
    text-decoration: none;
}

.p_text .a_link:hover {
    line-height: 36px;
    font-size: 16px;
    color: #000000;
    text-decoration: underline;
}

.a_video {
    float: left;
    width: 400px;
    height: 300px;
    overflow: hidden;
    margin: 10px 50px 20px 5px;
}

.basic_info .tl_cont {
    width: 50%;
    padding-left: 10px;
    padding-right: 40px;
    float: left;
    border-right: solid 1px #e6e6e6;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 36px;
}

.basic_info .tr_cont {
    width: 50%;
    padding-left: 40px;
    padding-right: 20px;
    float: left;
    box-sizing: border-box;
    font-size: 16px;
}

.main_pro_box {
    width: 100%;
    overflow: hidden;
}

.main_pro {
    padding: 0px 12px;
    position: relative;
    z-index: 7;
    box-sizing: border-box;
    overflow: hidden;
}

.main_pro ul li {
    width: 280px;
    float: left;
    box-sizing: border-box;
}

.main_pro ul li .h_pic {
    width: 280px;
    height: 280px;
    box-sizing: border-box;
    border: solid 1px #e5e5e5;
    text-align: center;
    overflow: hidden;
    vertical-align: middle;
    display: table-cell;
    position: relative;
}

.main_pro ul li .h_pic img {
    transition: all 0.6s;
    max-width: 100%;
    max-height: 100%;
    text-align: center;
    overflow: hidden;
    vertical-align: middle;
    display: table-cell;
}

.main_pro ul li .h_pic img:hover {
    transform: scale(1.2);
}

.main_pro .btn_r {
    width: 28px;
    height: 56px;
    text-align: center;
    line-height: 56px;
    color: #FFFFFF;
    background: rgba(153, 153, 153, 0.7);
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -50px;
    z-index: 11;
    cursor: pointer;
}

.main_pro .btn_n {
    width: 28px;
    height: 56px;
    text-align: center;
    line-height: 56px;
    color: #FFFFFF;
    background: rgba(153, 153, 153, 0.7);
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -50px;
    z-index: 11;
    cursor: pointer;
}

.main_pro ul li .ph_name {
    width: 100%;
    padding: 0px 5px;
    box-sizing: border-box;
    height: 30px;
    line-height: 30px;
    margin-top: 5px;
    font-size: 1.6rem;
    color: #313131;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.desc_pro {
    background: #f7f7f7;
    padding: 15px;
    margin: 10px 0px;
    line-height: 30px;
    font-size: 14px;
}

.ny_pic_list {
    overflow: hidden;
}

.ny_pic_list ul li {
    width: 285px;
    margin: 10px 20px;
    float: left;
    box-sizing: border-box;
}

.ny_pic_list ul li .h_pic {
    width: 280px;
    height: 280px;
    box-sizing: border-box;
    border: solid 1px #e5e5e5;
    text-align: center;
    overflow: hidden;
    vertical-align: middle;
    display: table-cell;
    position: relative;
}

.ny_pic_list ul li .h_pic img {
    transition: all 0.6s;
    max-width: 100%;
    max-height: 100%;
    text-align: center;
    overflow: hidden;
    vertical-align: middle;
    display: table-cell;
}

.ny_pic_list ul li .h_pic img:hover {
    transform: scale(1.2);
}

.ny_pic_list ul li .ph_name {
    width: 100%;
    padding: 0px 5px;
    box-sizing: border-box;
    height: 30px;
    line-height: 30px;
    margin-top: 5px;
    font-size: 1.6rem;
    color: #313131;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*.ny_pic_list ul li .h_pic.v_pic{height:158px;}*/
/*sitemap*/
.htmleaf-container {
    margin-top: 20px;
    /*background-color: #f8f8f8;*/
}

.article {
    display: block;
    border: solid 1px #ededed;
    margin-bottom: 20px;
    padding: 0 0 30px;
    background: white;
    border-radius: 3px;

    transition: all 220ms;
    position: relative;
}

.sep {
    position: absolute;
    top: 0;
    left: 20px;
    width: 65px;
    height: 65px;
    background-color: #ff5a5a;
}

.sep p:first-child {
    font-size: 24px;
    color: #ffffff;
    font-family: arial;
    font-weight: bold;
    text-align: center;
}

.sep p:last-child {
    font-size: 20px;
    color: #ffffff;
    font-family: arial;
    text-align: center;
}

.article:hover {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.18);
    transform: translateY(-5px);
    transition: all 220ms;

}

.article>img {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.article>p {
    font-size: 16px;
    font-family: arial;
    color: #666666;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.wall {
    display: block;
    position: relative;
}

.wall-column {
    display: block;
    position: relative;
    width: 25%;
    float: left;
    padding: 0 12px;
    box-sizing: border-box;
}

.waterfall_flow_wrap .waterfall_flow>li {
    width: 330px;
    position: absolute;
    margin-bottom: 40px;
    background-color: #ffffff;
    margin-right: 30px;
}

.waterfall_flow_wrap .waterfall_flow {
    position: relative;
    margin: 0 auto;
    max-width: 1440px !important;
    overflow: hidden;
}

.waterfall_flow_wrap .waterfall_flow .article .title {
    line-height: 75px;
    height: 75px;
    box-sizing: border-box;
    border-bottom: 1px solid #f0f0f0;
    font-size: 20px;
    color: #666666;
    font-weight: bold;
    font-family: arial;
    padding-left: 20px;
}

.waterfall_flow_wrap .waterfall_flow .article p {
    line-height: 40px;
    height: 40px;
}

.waterfall_flow_wrap .waterfall_flow .article p a {
    display: block;
    padding: 0 20px;
    font-size: 16px;
    color: #666666;
    font-family: arial;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.waterfall_flow_wrap .waterfall_flow .article p:hover a {
    color: #222222;
}

.htmleaf-container .oTitle {
    font-size: 20px;
    color: #535353;
    font-family: arial;
    margin-bottom: 35px;
}

/*sitemap end*/
.message_list {
    margin-top: 20px;
}

.message_list ul li {
    padding: 10px;
    position: relative;
    padding-left: 130px;
    box-sizing: border-box;
}

.message_list ul li.w100 {
    padding-left: 0px;
    box-sizing: border-box;
}

.message_list ul li label {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #6a6a6a;
    height: 46px;
    line-height: 46px;
    font-size: 18px;
    font-weight: normal;
}

.message_list ul li label em {
    color: #ff0000;
    font-size: 20px;
}

.message_list ul li .wz_r {
    color: #2c2c2c;
    font-size: 16px;
    line-height: 46px;
}

.message_list ul li .wz_r .photo {
    max-height: 46px;
    max-width: 46px;
    float: left;
    margin-right: 10px;
    display: block;
}

.message_list ul li .input_text {
    border: solid 1px #fafafa;
    background: #fafafa;
    width: 100%;
    height: 44px;
    text-indent: 10px;
    line-height: 44px;
    box-sizing: border-box;
}

.message_list ul li .textarea {
    border: solid 1px #fafafa;
    background: #fafafa;
    width: 100%;
    padding: 10px;
    line-height: 36px;
    box-sizing: border-box;
}

.message_list ul li .p_r {
    line-height: 30px;
    font-size: 16px;
    color: #777777;
}

.message_list ul li .btn {
    margin: 0 auto;
    width: 110px;
    height: 50px;
    line-height: 50px;
    display: block;
    text-align: center;
    background: #232323;
    font-size: 18px;
    color: #FFFFFF;
    border: none;
}

.message_list ul li .input_text2 {
    border: solid 1px #fafafa;
    background: #fafafa;
    height: 44px;
    text-indent: 10px;
    line-height: 44px;
    box-sizing: border-box;
}

.message_list ul li .sel {
    width: 120px;
    height: 44px;
    border: solid 1px #fafafa;
    background: #FFFFFF;
    float: left;
    position: relative;
    box-sizing: border-box;
    z-index: 99;
}

.message_list ul li .sel select {
    border: none;
    outline: none;
    width: 100%;
    height: 42px;
    line-height: 42px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-left: 10px;
}

.message_list ul li .sel:after {
    content: "";
    width: 30px;
    height: 40px;

    position: absolute;
    right: 0px;
    top: 0;
    pointer-events: none;
}

.message_list.li_l ul li {
    padding-left: 170px;
}

.message_list.li_l ul li .tex_r {
    width: 100%;
    padding-left: 310px;
    box-sizing: border-box;
    position: absolute;
    left: -10px;
    top: 9px;
}

.message_list ul li .sel.reg {
    width: 100%;
}

.message_list ul li span {
    color: #999999;
    padding-left: 5px;
}

.message_list ul li .verify {
    width: 106px;
    height: 44px;
    float: left;
    margin-left: 15px;
    cursor: pointer;
}


.video_cont {
    padding: 20px;
    text-align: center;
    overflow: hidden;
}

.basic_info .v_t {
    line-height: 30px;
    font-size: 16px;
    color: #313131;
    text-align: center;
}

.basic_info .v_link {
    line-height: 30px;
    font-size: 16px;
    color: #222222;
    text-align: center;
    display: block;
}

.ny_contact_l {
    width: 65%;
    float: left;
    border-right: solid 1px #e6e6e6;
    padding: 20px;
    box-sizing: border-box;
}

.ny_contact_l.cmp {
    width: 50%;
}

.ny_contact_l ul {
    margin-top: 20px;
}

.ny_contact_l ul li {
    width: 100%;
    line-height: 36px;
    color: #555555;
    font-size: 16px;
}

.ny_contact_l ul li:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.ny_contact_l ul li span {
    display: block;
    width: 170px;
    float: left;
    color: #a9a9a9;
    font-size: 16px;
}

.ny_contact_l ul li a {
    color: #777777;
    font-size: 16px;
    text-decoration: underline;
}

.ny_contact_l ul li a:hover {
    color: #444444;
}

.ny_contact_l ul li .ewm {
    display: block;
    width: 100px;
    height: 100px;
    float: left;
    margin-top: 10px;
}

.ny_contact_r {
    width: 35%;
    padding: 20px 50px;
    float: right;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 36px;
}

.ny_contact_r .s_top {
    margin: 25px 0px;
}

.ny_contact_r .s_top .photo {
    max-height: 110px;
    max-width: 110px;
    float: left;
    margin-right: 20px;
}

.ny_contact_r .s_top .photo_r {
    float: left;
}

.ny_contact_r .s_top .photo_r .name {
    color: #2c2c2c;
    font-size: 18px;
    line-height: 28px;
}

.ny_contact_r .s_top .photo_r .job {
    color: #bdbdbd;
    font-size: 18px;
}

.ny_contact_r .s_top .photo_r .chat {
    margin-top: 15px;
    color: #3a4754;
    font-size: 18px;
}

.ny_contact_r .s_top .photo_r .chat i {
    font-size: 18px;
    margin-right: 5px;
}

.ny_contact_r .contact_btn {
    padding: 0px 20px;
    display: block;
    margin-top: 5px;
    background: #232323;
    height: 36px;
    line-height: 36px;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
}

.ny_contact_r .contact_btn i {
    color: #FFFFFF;
    padding-right: 10px;
}

.ny_contact_r .s_top .photo_r .contact_btn {
    display: none;
}

.ny_r_mapc {
    width: 50%;
    padding: 20px 50px;
    float: right;
    box-sizing: border-box;
}

.ny_r_mapc .img_map {
    width: 100%;
}

/*内页产品详情*/
.content_detail {
    padding: 25px;
    border: solid 1px #f3f3f3;
    background: #FFFFFF;
    box-sizing: border-box;
}

.content_detail .p_title_rec {
    width: 100%;
    line-height: 28px;
    color: #777777;
    font-size: 14px;
    padding-bottom: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

.detail_l {
    width: 75%;
    float: left;
    position: relative;
}

.pro_left_pic {
    width: 380px;
    float: left;
    padding-top: 10px;
}

.pro_left_pic .big_pic {
    border: 1px solid #ededed;
    display: table-cell;
    width: 380px;
    height: 380px;
    text-align: center;
    vertical-align: middle;
}

.pro_left_pic .big_pic img {
    max-width: 100%;
    max-height: 100%;
    text-align: center;
    overflow: hidden;
    vertical-align: middle;
    display: table-cell;
}

.pro_rec_pic {
    width: 100%;
    float: left;
    padding-top: 10px;
    margin-bottom: 15px;
}

.sm_pic {
    margin-top: 20px;
    height: 80px;
}

.sm_pic ul li {
    width: 80px;
    height: 80px;
    float: left;
    padding: 0px 7px;
}

.sm_pic ul li a {
    overflow: hidden;
    display: inline-block;
    width: 80px;
    height: 80px;
    border: solid 1px #cecece;
    box-sizing: border-box;
}

.sm_pic ul li a:hover {
    display: inline-block;
    width: 80px;
    height: 80px;
    border: solid 1px #ffaf00;
    box-sizing: border-box;
}


.right_detail {
    width: 50%;
    float: left;
    padding-left: 20px;
    padding-top: 10px;
    box-sizing: border-box;
}

.right_detail .p_title {
    width: 100%;
    line-height: 24px;
    color: #2c2c2c;
    font-size: 16px;
    padding-bottom: 5px;
    padding-right: 10px;
    box-sizing: border-box;
}

.right_detail .p_detail {
    line-height: 36px;
    color: #333333;
    position: relative;
}

.right_detail .p_detail span {
    padding-right: 5px;
    color: #a1a1a1;
}

.right_detail .p_detail b {
    color: #222222;
}

.right_detail .p_d {
    padding-top: 10px;
}

.right_detail .p_d span {
    display: block;
    float: left;
    height: 45px;
    line-height: 45px;
    padding-right: 5px;
    color: #a1a1a1;
}

.right_detail .p_d a {
    display: block;
    float: left;
    padding-left: 15px;
}

.right_detail .c_btn {
    width: 140px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    border: solid 1px #3f3f3f;
    background: #ffffff;
    color: #3f3f3f;
    box-sizing: border-box;
    display: block;
    margin: 20px 20px 10px 0px;
    font-size: 18px;
    float: left;
}

.right_detail .c_btn.buy {
    width: 130px;
    margin-right: 0px;
}

.right_detail .a_link {
    margin-top: 10px;
}

.right_detail .a_link ul li {
    width: auto;
    float: left;
    height: 40px;
    margin-right: 16px;
    display: inline;
}

.right_detail .a_link ul li a {
    height: 40px;
    line-height: 40px;
    color: #121212;
    font-size: 16px;
    display: block;
    padding: 0px 10px;
}

.right_detail .a_link ul li a:hover {
    height: 40px;
    line-height: 40px;
    color: #121212;
    padding: 0px 10px;
}

.right_detail .a_link ul li a i {
    font-size: 16px;
    margin-right: 8px;
    color: #bcbcbc;
}

.right_detail .a_link ul li.share {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    box-sizing: border-box;
}

.right_detail .a_link ul li.share span {
    float: left;
    display: block;
    font-size: 16px;
    color: #121212;
    margin-right: 5px;
}

.right_detail .a_link ul li.share a {
    float: left;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-top: 12px;
    padding: 0px 5px;
    background-image: url("data:image/gif;base64,R0lGODlhAQABAAAAACw=");
    background-repeat: no-repeat;
}

.right_detail .a_link ul li.share a.facebook {
    background-position: 0px 0px;
}

.right_detail .a_link ul li.share a.twitter {
    background-position: 0px -32px;
}

.right_detail .a_link ul li.share a.pinterest {
    background-position: 0px -64px;
}

.right_detail .a_link ul li.share a.linkedin {
    background-position: 0px -96px;
}

.right_detail .a_link ul li.share a.googleplus {
    background-position: 0px -128px;
}



.right_detail .p_detail i {
    color: #222222;
    cursor: pointer;
}

.pro_d_text {
    left: 10px;
    top: 35px;
    line-height: 28px;
    position: absolute;
    background: #fafafa;
    z-index: 9;
    text-align: center;
    display: none;
}

.pro_d_text table {
    border-left: solid 1px #e5e5e5;
    border-top: solid 1px #e5e5e5;
    float: left;
}

.pro_d_text table td {
    border-bottom: solid 1px #e5e5e5;
    border-right: solid 1px #e5e5e5;
    padding: 0px 15px;
}

.detail_r {
    width: 300px;
    float: right;
}

.p_detail_pic {
    display: none;
}

.p_detail_pic .banner_mobile img {
    width: 100%;
    height: auto;
}

.box_detail {
    padding: 10px 0px;
    line-height: 36px;
    font-size: 14px;
}

.box_detail ul li {
    float: left;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #555555;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 50%;
    word-wrap: break-word;
    padding-left: 15px;
    box-sizing: border-box;
}

.box_detail ul li span {
    color: #a9a9a9;
    padding-right: 10px;
}

.box_detail a {
    font-weight: bold;
    color: #ffaf00;
}

.box_p_word {
    padding: 10px 0px;
}

.box_p_word a {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    word-wrap: break-word;
    box-sizing: border-box;
}

.box_detail img {
    display: block;
    max-width: 100%;
    height: auto;
    text-align: center;
    overflow: hidden;
}


.b_pic_box {
    margin-top: 10px;
}

.b_pic_box li {
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
}


/*内页左侧*/
.side_left {
    float: left;
    width: 310px;
}

.category_mod {
    width: 100%;
}

.category_mod .title {
    width: 100%;
    height: 70px;
    border-bottom: solid 1px #cbcbcb;
    line-height: 70px;
    font-size: 18px;
    color: #333333;
}

.category_mod .title span {
    font-size: 18px;
    color: #333333;
    padding-left: 6px;
}

/*PC左侧产品分类样式二*/
.category_mod .content_2 {
    width: 100%;
    background: #ffffff;
    box-sizing: border-box;
    padding: 10px 0px;
}

.category_mod .content_2 ul li {
    padding: 0px 10px;
    border-bottom: dotted 1px #DDDDDD;
    position: relative;
}

.category_mod .content_2 ul li:last-child {
    border-bottom: none;
}

.category_mod .content_2 ul li a {
    color: #333333;
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-indent: 10px;
    padding-right: 40px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.category_mod .content_2 ul li a:hover {
    color: #ffaf00;
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-indent: 10px;
    padding-right: 40px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.category_mod .content_2 ul li i {
    position: absolute;
    cursor: pointer;
    color: #444444;
    font-size: 2.4rem;
    text-align: right;
    width: 30px;
    height: 50px;
    line-height: 50px;
    right: 5px;
    top: 0px;
}

.category_mod .content_2 ul li s {
    display: none;
}

.category_mod .content_2 .subclass_2 {
    display: none;
}

.category_mod .content_2 ul li.current {
    height: 50px;
    z-index: 9;
    color: #65ae30;
}

.category_mod .content_2 ul li.current a {
    color: #ffaf00;
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-indent: 10px;
    padding-right: 40px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.category_mod .content_2 ul li.current i {
    position: absolute;
    color: #ffaf00;
    font-size: 2.4rem;
    text-align: right;
    width: 50px;
    height: 50px;
    line-height: 50px;
    right: 5px;
    top: 0px;
}

.category_mod .content_2 ul li.current s {
    width: 1px;
    background: #FFFFFF;
    height: 50px;
    position: absolute;
    left: 308px;
    display: block;
    top: 0px;
    z-index: 10;
}

.category_mod .content_2 ul li.current .subclass_2 {
    min-width: 240px;
    padding: 15px;
    box-sizing: border-box;
    border: solid 1px #e5e5e5;
    background: #ffffff;
    display: block;
    position: absolute;
    left: 308px;
    top: -1px;
    overflow: visible;
    z-index: 8
}

.category_mod .content_2 ul li.current .subclass_2 ul li {
    width: auto;
    height: 36px;
    padding: 0px;
    background: none;
    border: none;
    margin-left: 0px;
}

.category_mod .content_2 ul li.current .subclass_2 ul li a {
    height: 40px;
    color: #717171;
    line-height: 40px;
    font-size: 16px;
}

.category_mod .content_2 ul li.current .subclass_2 ul li a:hover {
    height: 40px;
    color: #ffaf00;
    line-height: 40px;
    font-size: 16px;
}

/*PC左侧产品分类样式二end*/

.category_mod .content {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
}

.category_mod .content ul li {
    position: relative;
}

.category_mod .content ul li:last-child {
    border-bottom: none
}

.category_mod .content ul li a {
    color: #444444;
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    padding-right: 40px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.category_mod .content ul li a:hover {
    color: #111111;
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    padding-right: 40px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.category_mod .content ul li .more {
    position: absolute;
    cursor: pointer;
    color: #000000;
    font-size: 30px;
    text-align: right;
    width: 30px;
    height: 50px;
    line-height: 50px;
    right: 5px;
    top: 0px;
    overflow: hidden;
}

.category_mod .content ul li .subclass {
    display: none;
}

.category_mod .content ul li .subclass ul li {
    border-bottom: solid 1px #dcdcdc;
    position: static;
    width: 100%;
    color: #777777;
}

.category_mod .content ul li .subclass ul li a {
    height: 50px;
    line-height: 50px;
    color: #999999;
    display: block;
    font-size: 14px;
    padding-right: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.category_mod .content ul li .subclass ul li a:hover {
    color: #111111;
    height: 50px;
    line-height: 50px;
    display: block;
    font-size: 14px;
    padding-right: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*PC左侧产品分类样式一end*/

/*内页左侧联系我们*/
.contact_mod {
    width: 100%;
    margin-top: 30px;
}

.contact_mod .title {
    width: 100%;
    height: 70px;
    border-bottom: solid 2px #ffc107;
    line-height: 70px;
    text-indent: 16px;
    font-size: 20px;
    color: #f8b72c;
}

.contact_mod .title span {
    font-size: 18px;
    color: #333333;
    padding-left: 6px;
}

.contact_mod .content {
    width: 100%;
    background: #ffffff;
    border-top: none;
    box-sizing: border-box;
    padding: 25px;
    font-size: 16px;
}

.contact_mod.ny_d {
    width: 100%;
    margin-top: 0px;
}

.contact_mod.ny_d .content {
    border-top: solid 1px #e5e5e5;
    padding: 10px 20px;
    margin-bottom: 30px;
}

.contact_mod .content .s_top {
    margin-bottom: 25px;
}

.contact_mod.ny_d .content .s_top {
    margin-top: 10px;
}

.contact_mod .content .s_top .photo {
    height: 85px;
    width: 85px;
    float: left;
    margin-right: 20px;
}

.contact_mod .content .s_top .photo img {
    width: 100% !important;
}

.contact_mod .content .s_top .photo_r {
    float: left;
}

.contact_mod .content .s_top .photo_r .name {
    color: #2c2c2c;
    font-size: 16px;
    line-height: 30px;
}

.contact_mod .content .s_top .photo_r .job {
    color: #bdbdbd;
    font-size: 16px;
}

.contact_mod .content .s_top .photo_r a {
    display: block;
    margin-top: 15px;
    color: #1d1d1d;
    font-size: 16px;
}

.contact_mod .content .contact_btn {
    margin-bottom: 10px;
    display: block;
    margin-top: 5px;
    background: #f0f0f0;
    height: 50px;
    line-height: 50px;
    color: #222222;
    font-size: 15px;
    text-align: center;
}

.contact_mod .content .contact_btn i {
    color: #222222;
    padding-right: 10px;
    font-size: 16px;
}


/*内页左侧联系我们end*/


/*内页右侧*/
.content_right {
    padding-left: 340px;
}

.content_right .cont {
    padding: 25px;
    /*border: solid 1px #f3f3f3;background:#FFFFFF;*/
    box-sizing: border-box;
}

.content_right .cont.m_b40 {
    margin-bottom: 40px;
}

.ny_news {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 30px;
}

.ny_news ul li {
    margin-bottom: 20px;
    border-bottom: dashed 1px #eaeaea;
    position: relative;
}

.ny_news ul li .date {
    position: absolute;
    right: 10px;
    top: 28px;
    box-sizing: border-box;
    color: #333333;
    text-align: center;
    font-size: 20px;
    font-family: arial;
}

.ny_news ul li .content {
    height: 100%;
    padding: 20px;
    margin-right: 100px;
    box-sizing: border-box;
    overflow: hidden;
}

.ny_news ul li .content .title {
    color: #555555;
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.ny_news ul li .content .text {
    margin-top: 10px;
    color: #a7a7a7;
    font-size: 16px;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ny_news ul li a:hover .title {
    color: #111111;
}

.news_details_bt {
    padding-top: 20px;
    font-size: 24px;
    text-align: center;
    color: #333333;
}

.news_details_content {
    color: #777777;
    line-height: 36px;
    font-size: 16px;
}

.news_details_content img {
    max-width: 100%;
    height: auto;
    text-align: center;
    overflow: hidden;
}

.news_details_time {
    text-align: center;
    color: #919191;
    margin-top: 10px;
    margin-bottom: 30px;
    border-bottom: solid 1px #f2f2f2;
    padding-bottom: 15px;
    font-size: 16px;
}

.other_news {
    border-top: 1px dashed #999;
    padding: 20px 0px;
    margin-top: 50px;
}

.other_news a {
    color: #999;
}

.other_news p {
    line-height: 36px;
    overflow: hidden;
}

.other_news :hover a {
    color: #666;
}

.other_news .share {
    width: 100%;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
}

.other_news .share span {
    float: left;
    display: block;
    font-size: 16px;
    color: #121212;
    margin-right: 5px;
}

.other_news .share a {
    float: left;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-top: 12px;
    padding: 0px 5px;
    background-image: url("data:image/gif;base64,R0lGODlhAQABAAAAACw=");
    background-repeat: no-repeat;
}

.other_news .share a.facebook {
    background-position: 0px 0px;
}

.other_news .share a.twitter {
    background-position: 0px -32px;
}

.other_news .share a.pinterest {
    background-position: 0px -64px;
}

.other_news .share a.linkedin {
    background-position: 0px -96px;
}

.other_news .share a.googleplus {
    background-position: 0px -128px;
}

.other_news .tag_text {
    width: 100%;
    box-sizing: border-box;
    background: #fbfbfb;
    font-size: 14px;
    padding: 10px;
;
    line-height: 30px;
    color: #777777;
}


.ny_download {
    margin-top: 30px;
    overflow: hidden;
}

.ny_download ul li {
    width: 50%;
    float: left;
    padding-right: 10%;
    box-sizing: border-box;
    margin-bottom: 25px;
}

.ny_download ul li .d_pic {
    width: 100px;
    height: 100px;
    box-sizing: border-box;
    border: solid 1px #e5e5e5;
    text-align: center;
    overflow: hidden;
    vertical-align: middle;
    display: table-cell;
    position: relative;
}

.ny_download ul li .d_pic img {
    max-width: 100%;
    max-height: 100%;
    text-align: center;
    overflow: hidden;
    vertical-align: middle;
    display: table-cell;
}

.ny_download ul li .p_r {
    padding-left: 120px;
}

.ny_download ul li .p_r .d_name {
    width: 100%;
    padding: 0px 5px;
    box-sizing: border-box;
    height: 30px;
    line-height: 30px;
    margin: 2px 0px;
    font-size: 1.6rem;
    color: #313131;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ny_download ul li .p_r .d_name.ej {
    color: #888888;
}

.ny_download ul li .p_r .d_name.dl {
    color: #222222;
}

.liheigt_box_home {
    position: absolute;
    height: auto;
    background: #000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
    z-index: 120
}

.pop_up_login {
    display: none;
    position: fixed;
    z-index: 121;
    width: 528px;
    height: auto;
    margin: 0 auto;
    border: solid 1px #e5e5e5;
    background: #FFF;
}

.pop_up_login_k {
    width: 528px;
    height: auto;
    background: url("data:image/gif;base64,R0lGODlhAQABAAAAACw=") repeat-x left bottom #ffffff;
}

.pop_up_login_k .title {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    font-weight: normal;
    color: #2b2b2b;
    padding: 0px 10px;
    box-sizing: border-box;
    border-bottom: solid 1px #dedede;
}

.pop_up_login_k .title span {
    width: auto;
    display: inline-block;
    float: right;
    padding-right: 10px;
    padding-top: 25px;
    box-sizing: border-box;
    cursor: pointer;
}

.pop_up_login_k .nr_box {
    padding: 20px 30px;
}

.pop_up_login_k .nr_box .e_input {
    width: 100%;
    height: 50px;
    margin: 0 auto;
    border: solid 1px #E5E5E5;
    background: none;
    text-indent: 10px;
}

.pop_up_login_k .nr_box .e_btn {
    width: 240px;
    height: 50px;
    display: block;
    line-height: 50px;
    margin: 0 auto;
    border: none;
    background: #e5e5e5;
    color: #444444;
    text-align: center;
    font-size: 18px;
}


.ny_probox {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 7;
}

.ny_probox ul li {
    width: 290px;
    float: left;
    margin: 16px;
    overflow: hidden;
    box-sizing: border-box;
    font-size: 14px;
}
.ny_probox ul li .title{
    margin-top:5px;
    text-align:center;
}
.ny_probox ul li .p_pic {
    width: 288px;
    height: 288px;
    background: #ffffff;
    box-sizing: border-box;
    border: solid 1px #e5e5e5;
    text-align: center;
    overflow: hidden;
    vertical-align: middle;
    display: table-cell;
    position: relative;
}

.ny_probox ul li .p_pic img {
    transition: all 0.6s;
    max-width: 100%;
    max-height: 100%;
    text-align: center;
    overflow: hidden;
    vertical-align: middle;
    display: table-cell;
    margin: auto;
}

.ny_probox ul li .p_pic img:hover {
    transform: scale(1.2);
}

.list-playIcon {
    content: '';
    position: absolute;
    background: url("data:image/gif;base64,R0lGODlhAQABAAAAACw=");
    background-size: auto auto;
    background-size: cover;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    z-index: 9;
}

.ny_probox ul li.show .show_text {
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 15px;
    box-sizing: border-box;
    background: #FFFFFF;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 255), rgba(255, 255, 255, 1));
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 255) 60%);
    /*FireFox*/
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    /* Opear */
    background: -ms-linear-gradient(rgba(255, 255, 255, 255), rgba(255, 255, 255, 1));
    /*IE10及IE10+*/
}

.ny_probox ul li .p_btn {
    display: none
}

.ny_probox ul li .ph_name {
    display: none;
    height: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 1.6rem;
    color: #313131;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ny_probox ul li.show .show_text .p_btn {
    margin: 0 auto;
    width: 150px;
    height: 40px;
    line-height: 40px;
    color: #FFFFFF;
    font-size: 16px;
    background: #232323;
    display: block;
    text-align: center;
}

.ny_probox .btn_r {
    width: 28px;
    height: 56px;
    text-align: center;
    line-height: 56px;
    color: #FFFFFF;
    background: rgba(153, 153, 153, 0.7);
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -28px;
    z-index: 11;
    cursor: pointer;
}

.ny_probox .btn_n {
    width: 28px;
    height: 56px;
    text-align: center;
    line-height: 56px;
    color: #FFFFFF;
    background: rgba(153, 153, 153, 0.7);
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -28px;
    z-index: 11;
    cursor: pointer;
}

.ny_probox.otherpro ul li {
    margin: 20px 0px;
}

.prolist_box {
    margin-top: 30px;
}

.prolist_box .box_li {
    border-bottom: dotted 1px #ababab;
    padding-bottom: 30px;
    margin-bottom: 30px;
    overflow: hidden;
}

.prolist_box .box_li .p_pic {
    width: 220px;
    height: 220px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    position: relative;
    border: solid 1px #CCC;
    z-index: 7
}

.prolist_box .box_li .p_pic img {
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
    display: table-cell;
    vertical-align: middle;
    display: block;
    overflow: hidden;
}

.prolist_box .box_li .m_pic {
    width: 226px;
    height: 226px;
    position: absolute;
    left: -1px;
    top: -5px;
    z-index: -1;
    background: url("data:image/gif;base64,R0lGODlhAQABAAAAACw=") no-repeat left top;
}

.prolist_box .box_li .p_pic.cp {
    width: 220px;
    height: 165px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    position: relative;
    border: solid 1px #CCC;
    z-index: 7
}


.prolist_box .box_li .pro_right {
    padding-left: 250px;
    position: relative;
}

.prolist_box .box_li .pro_right .p_t {
    width: 99%;
    margin-bottom: 12px;
    height: 24px;
    font-size: 14px;
    color: #333333;
    overflow: hidden;
}

.prolist_box .box_li .pro_right .p_t a {
    font-size: 16px;
    color: #333333;
    height: 26px;
    line-height: 26px;
}

.prolist_box .box_li .pro_right .p_t a:hover {
    font-size: 16px;
    color: #333333;
    height: 26px;
    line-height: 26px;
}

.prolist_box .box_li .pro_right .p_attribute {
    width: 90%;
    padding-bottom: 8px;
    overflow: hidden;
}

.prolist_box .box_li .pro_right .p_attribute .h_p {
    width: 50%;
    float: left;
    color: #666666;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    overflow: hidden;
}

.prolist_box .box_li .pro_right .p_ms {
    margin-top: 5px;
    width: 90%;
    overflow: hidden;
    border: solid 1px #f2f2f2;
    height: 70px;
    line-height: 26px;
    font-size: 14px;
    color: #888888;
    padding: 10px;
    box-sizing: border-box;
}

.contant_btn_list {
    margin-top: 20px;
}

.contant_btn_list .a_li {
    float: left;
    margin-right: 16px;
    margin-bottom: 10px;
    width: 140px;
    height: 36px;
    line-height: 36px;
    display: block;
    background: #FFFFFF;
    border: solid 1px #8f8f8f;
    font-size: 16px;
    text-align: center;
    color: #232323;
}

.contant_btn_list .a_li i {
    padding-right: 5px;
}

.contant_btn_list .a_li.a_li2 {
    width: 40px;
}

.contant_btn_list .a_li.a_li2 i {
    padding-right: 0px;
}

.prolist_box .box_li .pro_right .p_attribute .h_p2 {
    width: 50%;
    float: left;
    color: #666666;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    overflow: hidden;
}

.prolist_box .box_li .pro_right .p_attribute .h_p2 .tc {
    display: none;
}

.no_find {
    text-align: center;
    padding: 200px 20px;
    font-size: 30px;
}

.pro_roll {
    overflow: hidden;
    width: 580px;
}

.detail_pro_r {
    overflow: hidden;
    width: 280px;
    height: 660px;
    float: left
}

.detail_pro_r dl {
    height: 90px;
    box-sizing: border-box;
    float: left;
    width: 520px;
    margin: 10px 0px;
}

.detail_pro_r dl .dt_pic {
    width: 90px;
    height: 90px;
    border: solid 1px #dfdfdf;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

.detail_pro_r dl .dt_pic img {
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
    display: table-cell;
    vertical-align: middle;
    display: block;
    overflow: hidden;
}

.detail_pro_r dl .dt_right {
    width: 140px;
    line-height: 24px;
    float: left;
    padding-left: 10px;
}

.detail_pro_r dl .dt_right .p_t {
    width: 100%;
    margin-bottom: 15px;
    display: block;
    line-height: 24px;
    font-size: 14px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.detail_pro_r dl .dt_right .c_link {
    display: block;
    font-size: 16px;
    color: #000000;
}

.detail_pro_r dl .dt_right .c_link i {
    padding-right: 5px;
}

.related_info {
    padding: 20px 0px;
}

.related_info ul li {
    border-bottom: dashed 1px #E5E5E5;
    margin-bottom: 15px;
    width: 45%;
    float: left;
    margin-right: 5%;
    padding-bottom: 10px;
}

.related_info ul li .title {
    display: block;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #333;
}

.related_info ul li .r_text {
    margin-top: 5px;
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    font-size: 14px;
    color: #777;
}


/*翻页样式*/
.page {
    text-align: center;
    margin-top: 40px;
}

div.jogger {
    padding: 2px;
    margin: 7px;
    color: #e3e3e3;
}

div.jogger a {
    padding: 0.5rem 0.64rem 0.43rem 0.64rem;
    margin: 2px;
    background: #e3e3e3;
    text-decoration: none;
    color: #777777;
}

div.jogger a:hover {
    padding: 0.5rem 0.64rem 0.43rem 0.64rem;
    margin: 2px;
    background: #e3e3e3;
    text-decoration: none;
    color: #777777;
}

div.jogger a:active {
    padding: 0.5rem 0.64rem 0.43rem 0.64rem;
    margin: 2px;
    background: #e3e3e3;
    text-decoration: none;
    color: #777777;
}

div.jogger span.current {
    padding: 0.5rem 0.64rem 0.43rem 0.64rem;
    margin: 2px;
    background: #efefef;
    color: #2c2c2c;
}

div.jogger span.disabled {
    display: none
}

/*翻页样式end*/

/*-------------------------------------------询盘页开始-------------------------------------------*/
.send {
    padding-bottom: 70px;
}

.send .main-box {
    width: 100%;
    height: auto;
    padding: 30px;
    background: #fff;
    border: 1px solid #ededed;
    box-sizing: border-box;
}

.products-head {
    display: block;
    padding: 12px 0;
}

.products-head .products-info {
    float: left;
    color: #666;
    font-size: 14px;
}

.product-other {
    float: right;
    width: 480px;
}

.products-head .product-other div {
    float: left;
}

.products-head .product-other .products-quantity {
    position: relative;
    margin: 0 8px 0 12px;
    width: 70px;
    float: left;
    color: #666;
    font-size: 14px;
}

.products-head .product-other .products-unit {
    width: 115px;
    color: #666;
    cursor: pointer;
    padding: 0 12px;
    font-size: 14px;
}

.product-items .product-item .product-info .product-img {
    display: block;
    width: 48px;
    height: 48px;
    float: left;
    border: solid 1px #e5e5e5;
    margin-right: 12px
}

.product-items .product-item .product-info .product-name {
    display: block;
    overflow: hidden;
    text-decoration: none;
    color: #333;
    height: 45px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 20px;
}

.product-items .product-item .product-info .product-name:hover {
    color: #ff7519;
    text-decoration: underline;
}

.product-items .product-item .products-quantity {
    float: left;
    position: relative;
    margin: 0 8px 0 12px;
    width: 54px
}

.product-items .product-item .products-quantity input {
    width: 54px;
    height: 32px;
    padding: 4px 8px;
    max-width: 72px;
    border: solid 1px #e5e5e5;
    box-sizing: border-box;
}

.products-unit {
    float: left;
    width: 140px;
    color: #666;
    cursor: pointer;
    padding: 0 12px;
    font-size: 12px;
    position: relative;
    box-sizing: border-box;
}

.products-unit .unit {
    color: #666;
}

.unit {
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 28px;
    color: #1686cc;
    font-size: 14px;
}

.remove .unit {
    color: #1686cc;
}

.ui2-popup-menu {
    position: absolute;
    max-height: 300px;
    overflow: auto;
    padding: 8px 0;
    font-size: 14px;
    border: 1px solid #e7e7e7;
    background-color: #FFF;
    z-index: 99;
    box-shadow: 2px 2px 5px rgba(83, 100, 122, .35);
    left: 13px;
    top: 27px;
}

.ui2-popup-menu li {
    padding: 0 16px;
    display: block;
    border: 0;
    background-color: #fff;
    min-width: 100px;
    white-space: nowrap;
    color: #666;
    text-decoration: none;
    height: 28px;
    line-height: 28px;
}

.ui2-popup-menu li:hover {
    background-color: #edf1f5;
}

.ui2-popup-menu li:active {
    color: #ff751a;
    text-decoration: underline;
}

.products-unit .icon-down,
.showorhid .icon-down {
    transition: all .3s ease-in-out .0s;
    position: relative;
}

.products-unit .icon-down.active,
.showorhid .icon-down.active {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}





.send-top span {
    font-size: 16px;
    color: #666;
    line-height: 40px;
    margin: 0 5px;
}

.send-top span:last-child {
    font-size: 14px;
    color: #999;
}

.send-top i img {
    position: relative;
    top: -2px;
    vertical-align: middle;
}

.label {
    font-size: 16px;
    color: #333;
    margin-top: 15px;
}

.label span {
    float: left;
    display: inline-block;
    width: 8%;
    font-size: 16px;
    line-height: 35px;
}

.send-desc {
    width: 100%;
    margin-top: 15px;
    line-height: 35px;
    padding-left: 8%;
    color: #999;
    font-size: 14px;
    box-sizing: border-box;
}

.send-desc a {
    color: #fdb819;
    font-size: 16px;
}

.label input {
    float: left;
    width: 92%;
    padding: 0 10px;
    line-height: 35px;
    border-radius: 3px;
    border: 1px solid #ededed;
    outline: none;
    box-sizing: border-box;
}

.textarea span {
    line-height: 14px;
}

.label textarea {
    float: left;
    width: 92%;
    padding: 5px 10px;
    height: 155px;
    line-height: 24px;
    border-radius: 3px;
    border: 1px solid #ededed;
    outline: none;
    resize: none;
    font: 400 13.3333px Arial;
    box-sizing: border-box;
}

.label i {
    font-style: normal;
    color: #e52929;
}

hr.border {
    border: 0;
    border-top: 1px dashed #ededed;
    margin-top: 40px;
    margin-bottom: 20px;
}

.label-tag {
    float: left;
    width: 30%;
    margin-right: 5%;
}

.label-tag.mr0 {
    margin-right: 0px;
}

.label-tag span {
    float: left;
    display: inline-block;
    font-size: 16px;
    color: #333;
    width: 25%;
    height: 35px;
    line-height: 35px;
}

.label-tag span i {
    font-style: normal;
    color: #e52929;
}

.label-tag select {
    float: left;
    width: 15%;
    height: 35px;
    margin-right: 3%;
    line-height: 35px;
    border-radius: 3px;
    padding-left: 5px;
    border: 1px solid #ededed;
    outline: none;
    box-sizing: border-box;
}

.label-tag input {
    float: left;
    width: 55%;
    height: 35px;
    line-height: 35px;
    border-radius: 3px;
    padding: 0 10px;
    border: 1px solid #ededed;
    outline: none;
    box-sizing: border-box;
}

.country select {
    width: 70%;
    padding-left: 15px;
    box-sizing: border-box;
}

.tels select {
    width: 15%;
    padding-left: 5px;
    box-sizing: border-box;
}

.tels input {
    width: 15%;
}

.tels input:last-child {
    width: 39%;
    margin-left: 3%;
}

.guestbook-tag {
    margin-top: 15px;
}

.guestbook-tag-box {
    margin-top: 15px;
    display: none;
}

.guestbook-tag>span {
    display: inline-block;
    line-height: 35px;
    color: #fdb819;
    cursor: pointer;
}

.other .other-label {
    float: left;
    width: 30%;
    margin-right: 1.5%;
}

.other .other-label span {
    float: left;
    display: inline-block;
    width: 25%;
    line-height: 35px;
    font-size: 14px;
    color: #333;
}

.other .other-label input {
    float: left;
    width: 70%;
    height: 35px;
    line-height: 35px;
    border-radius: 3px;
    padding: 0 10px;
    border: 1px solid #ededed;
    outline: none;
    box-sizing: border-box;
    box-sizing: border-box;
}

.request {
    margin-top: 15px;
}

.request span {
    display: inline-block;
    width: 8%;
    line-height: 35px;
    font-size: 14px;
    color: #333;
}

.request label {
    font-style: normal;
    color: #666;
    font-size: 14px;
    margin-right: 5px;
    cursor: pointer;
}

.request label input {
    line-height: 35px;
    vertical-align: middle;
    margin-right: 5px;
    outline: none;
}

.showBtn {
    display: block;
    text-align: center;
    margin-top: 30px;
}

.showBtn button {
    display: inline-block;
    width: 168px;
    height: 43px;
    text-align: center;
    line-height: 43px;
    border-radius: 5px;
    background: #fdb819;
    border: 0;
    color: #fff;
    font-size: 16px;
    outline: none;
    cursor: pointer;
    box-sizing: border-box;
}

.showDesc {
    margin-top: 30px;
    color: #999;
    font-size: 14px;
}

.product-item {
    padding: 5px 0px;
}

.pc {
    display: block
}

.mp {
    display: none;
}

/*-------------------------------------------询盘页结束-------------------------------------------*/
/*-----------------------------------------------------input-----------------------------------------------------------*/
.check_input {
    overflow: hidden;
}

.check_input>div {
    background-color: #ffffff;
    padding: 20px 30px;
    margin-bottom: 50px;
    box-sizing: border-box;
}

.check_input label {
    display: block;
}

.input-one input {
    width: 100%;
    display: inline-block;
    height: 38px;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    border-radius: 2px;
    outline: none;
    line-height: 1.3;
    padding-left: 10px;
    box-sizing: border-box;
}

.input-one input:hover {
    border-color: #D2D2D2 !important;
}

.select select {
    width: 100%;
    display: inline-block;
    height: 38px;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    border-radius: 2px;
    outline: none;
    line-height: 1.3;
    padding-left: 10px;
    box-sizing: border-box;
}

.select select option {
    display: block;
    height: 38px;
}

.select select:hover {
    border-color: #D2D2D2 !important;
}

.input-gender input {
    display: inline-block;
    position: relative;
    top: 4px;
    margin: 0 10px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border: 1px solid #d2d2d2;
    font-size: 12px;
    background-color: #fff;
    border-radius: 2px;
}

.input-gender input:hover {
    border-color: #D2D2D2 !important;
}

.input-check input {
    display: inline-block;
    position: relative;
    top: 4px;
    margin: 0 10px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border: 1px solid #d2d2d2;
    font-size: 12px;
    background-color: #fff;
    border-radius: 2px;
}

.input-check input:hover {
    border-color: #D2D2D2 !important;
}

.textareas textarea {
    display: inline-block;
    width: 100%;
    padding: 5px 0;
    line-height: 38px;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    border-radius: 2px;
    outline: none;
    line-height: 1.3;
    padding-left: 10px;
    box-sizing: border-box;
    resize: none;
}

.textareas textarea:hover {
    border-color: #D2D2D2 !important;
}

#mybutton {
    border: 1px solid #e6e6e6;
    background: #fff;
    color: #000;
    padding: 5px 15px;
    height: 38px;
    box-sizing: border-box;
    outline: none;
    cursor: pointer;
}

#photoCover {
    width: 20%;
    display: inline-block;
    height: 38px;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    border-radius: 2px;
    outline: none;
    line-height: 1.3;
    padding-left: 10px;
    box-sizing: border-box;
}

.remind {
    padding-bottom: 15px;
    font-size: 14px;
    margin-top: 15px;
    color: #333;
}

.uploadFile-container {
    display: box;
    display: -webkit-box;
}

.uploadFile-items {
    box-flex: 1;
    -webkit-box-flex: 1;
    padding-bottom: 18%;
    margin-right: 1%;
    height: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
}

.uploadFile-items .square {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0;
    right: 0;
    border: 1px dashed #ccc;
}

.uploadFile-items .square img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.uploadFile-items .square .text {
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.uploadFile-items input[type=file] {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
}

.uploadFile-items .square.active:before {
    width: 1px;
    height: 60%;
}

.uploadFile-items .square.active:after {
    width: 60%;
    height: 1px;
}

.uploadFile-items .square.active:before,
.uploadFile-items .square.active:after {
    content: "";
    position: absolute;
    display: inline-block;
    background: #ccc;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    top: -0.5rem;
}

.uploadFile-items .clo_change {
    position: absolute;
    top: -8px;
    right: -9px;
    width: 18px;
    height: 18px;
}

/*自定义表单 end*/

/*video display*/

.video_dispaly_list {
    margin-bottom: 40px;
}

.video_dispaly_list ul li {
    padding: 20px 0;
    border-bottom: 1px solid #dbdbdb;
}

.video_dispaly_list ul li:first-child {
    border-top: 1px solid #dbdbdb;
}

.video_dispaly_list ul li .title a {
    display: block;
    font-size: 16px;
    color: #444444;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.video_dispaly_list ul li .title a:hover {
    color: #111111;
}

.video_dispaly_list ul li .time {
    font-size: 16px;
    color: #666666;
}

.video_dispaly_list ul li .con {
    font-size: 14px;
    color: #999999;
    margin-top: 10px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.video_list_cut {
    margin-top: 20px;
}

.video_list_cut ul {
    width: 100%;
    text-align: center;
}

.video_list_cut ul li {
    display: inline-block;
    width: 120px;
    height: 120px;
    text-align: center;
    box-sizing: border-box;
    margin: 5px 10px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
    position: relative;
}

.video_list_cut ul li a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/gif;base64,R0lGODlhAQABAAAAACw=");
    background-repeat: no-repeat;
    background-size: 35px auto;
    background-position: 50% 50%;
}

.video_list_cut ul li:hover a {
    background: url("data:image/gif;base64,R0lGODlhAQABAAAAACw=") no-repeat center center;
}


/*video display end*/
/*推荐产品 tab切换*/
.rec_box {
    border: solid 1px #f3f3f3;
    background: #FFFFFF;
    margin: 40px 0px;
}

.rem_tab_t {
    border-bottom: solid 1px #e5e5e5;
}

.rem_tab_t ul li {
    margin-bottom: -1px;
    margin-right: -1px;
    height: 50px;
    line-height: 50px;
    background: #f3f3f3;
    font-size: 16px;
    border: solid 1px #e5e5e5;
    border-bottom: solid 1px #FFFFFF;
    float: left;
    padding: 0px 20px;
    cursor: pointer;
}

.rem_tab_t ul li a {
    color: #666666;
}

.rem_tab_t ul li.current {
    height: 50px;
    line-height: 50px;
    background: #ffffff;
    font-size: 16px;
    border-right: solid 1px #e5e5e5;
    float: left;
    padding: 0px 20px;
}

.rec_box .box_detail_rec {
    padding: 15px 20px;
    line-height: 36px;
    font-size: 16px;
}

.rec_box .box_detail_rec a {
    font-weight: bold;
    color: #474747;
}

.rec_box .box_detail_rec .a_tag {
    padding-bottom: 10px;
    font-weight: normal;
    color: #555555;
    padding-right: 20px;
    line-height: 20px;
    font-size: 16px;
}

.rec_box .box_detail_rec .a_tag:hover {
    padding-bottom: 10px;
    font-weight: normal;
    color: #ffaf00;
    padding-right: 20px;
    line-height: 20px;
    font-size: 16px;
}

.rec_box .box_detail_rec .video_mod {
    width: 800px;
    height: 450px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}

.feedback_list {}

.feedback_list ul li {
    border-bottom: dashed 1px #e5e5e5;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.feedback_list ul li .comment_text {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
}

.feedback_list ul li .release {
    font-size: 14px;
    color: #777777;
    float: left;
}

.feedback_list ul li .rate_star {
    line-height: 34px;
    float: left;
    margin-right: 15px;
}

.feedback_list ul li .rate_star .i_star {
    color: #ffad29;
    font-size: 20px;
}

.other_pro {
    border-top: 1px dashed #999;
    padding: 20px;
    margin-top: 20px;
}

.other_pro a {
    color: #999;
    font-size: 16px;
}

.other_pro p {
    line-height: 36px;
    overflow: hidden;
}

.other_pro :hover a {
    color: #666;
}

.other_pro span {
    color: #666666;
    font-size: 16px;
    padding-right: 5px;
}

/*推荐产品 tab切换 end*/
.content_right .cont .swiper-pagination1 {
    padding: 15px 0px;
    text-align: center;
}

.content_right .cont .swiper-pagination-bullet {
    width: 40px;
    height: 4px;
    border-radius: 0;
    margin-right: 10px;
    background: #b4b4b4;
}

.content_right .cont .swiper-pagination-bullet-active {
    background-color: #9b9b9b;
}

.reviews_mod {
    margin-top: 10px;
}

.reviews_list {
    display: inline-block;
    border-bottom: dashed 1px #e5e5e5;
    padding-bottom: 5px;
}

.reviews_list .subtitle {
    padding: 10px 0px;
    width: 100%;
    height: 30px;
    line-height: 30px;
}

.reviews_list .photo {
    width: 30px;
    height: 30px;
    float: left;
    display: block;
    padding-right: 10px;
}

.reviews_list .comment_text {
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 20px;
    display: block;
}

.reviews_list .name {
    font-size: 16px;
    color: #444444;
    float: left;
    padding-right: 10px;
    display: block;
}

.reviews_list .date {
    font-size: 16px;
    padding: 0px 10px;
    color: #999999;
    display: block;
    float: left;
}

.reviews_list .rate_star {
    padding: 7px;
    display: block;
    float: left;
}

.reviews_list .rate_star .i_star {
    width: 16px;
    height: 16px;
    float: left;
    margin-right: 7px;
    background: url("data:image/gif;base64,R0lGODlhAQABAAAAACw=") no-repeat left center;
}

.reviews_list .rate_star .i_star.gray {
    background: url("data:image/gif;base64,R0lGODlhAQABAAAAACw=") no-repeat left center;
}

.reviews_list .hide {
    display: none;
}


@media only screen and (max-width:1400px) {
    .g_title {
        padding: 20px 15px;
        box-sizing: border-box;
        font-size: 2.4rem;
    }

    .image_map {
        float: left;
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: 10px 50px 20px 5px;
    }

    .image_map iframe {
        max-width: 100% !important;
    }

    .main_pro ul li {
        width: 24%;
        max-width: 280px;
        max-height: 320px;
        float: left;
        box-sizing: border-box;
    }

    .main_pro ul li .h_pic {
        width: 20vw;
        height: 20vw;
        box-sizing: border-box;
        border: solid 1px #e5e5e5;
        text-align: center;
        overflow: hidden;
        vertical-align: middle;
        display: table-cell;
        position: relative;
    }

    .main_pro ul li .ph_name {
        width: 20vw;
    }

    /*sitemap*/
    .wall-column {
        width: 33%;
    }

    /*sitemap*/

    .ny_pic_list ul li {
        width: 25%;
        max-width: 330px;
        max-height: 330px;
        margin: 10px 0px;
        float: left;
        padding: 0px 1vw;
        box-sizing: border-box;
        text-align: center;
        box-sizing: border-box;
    }

    .ny_pic_list ul li .h_pic {
        width: 20vw;
        height: 20vw;
        max-height: 330px;
        max-width: 330px;
        box-sizing: border-box;
        border: solid 1px #e5e5e5;
        text-align: center;
        overflow: hidden;
        vertical-align: middle;
        display: table-cell;
    }

    .ny_pic_list ul li .h_pic img {
        max-width: 100%;
        max-height: 100%;
        text-align: center;
        overflow: hidden;
        vertical-align: middle;
        display: table-cell;
    }

    .ny_pic_list ul li .ph_name {
        width: 20vw;
    }

    /*.ny_pic_list ul li .h_pic.v_pic{height:15vw;max-height:158px;}*/

    .ny_probox ul li {
        width: 33%;
        max-width: 300px;
        float: left;
        margin: 20px 0px;
        padding: 0px 1vw;
        overflow: hidden;
        box-sizing: border-box;
    }

    .ny_probox ul li .p_pic {
        width: 21vw;
        height: 21vw;
        max-height: 300px;
        max-width: 300px;
        box-sizing: border-box;
        border: solid 1px #e5e5e5;
        text-align: center;
        overflow: hidden;
        vertical-align: middle;
        display: table-cell;
        position: relative;
    }

    .ny_probox ul li .p_pic img {
        max-width: 100%;
        max-height: 100%;
        text-align: center;
        overflow: hidden;
        vertical-align: middle;
        display: table-cell;
    }

    .video_list_cut ul li {
        width: 100px;
        height: 100px;
    }

    /*-------------------------------------------询盘页开始-------------------------------------------*/
    .request span {
        width: 10%;
    }

    /*-------------------------------------------询盘页结束-------------------------------------------*/


    .detail_l {
        width: 76%;
        float: left;
        position: relative;
    }

    .at_tab a {
        width: 33.33%;
    }

    .w_box {
        padding: 20px 10px;
    }

    .ny_about_pic ul li {
        max-width: 258px;
        width: 20%;
        box-sizing: border-box;
        padding: 0px 5px;
    }

    .ny_about_pic ul li .a_pic {
        max-width: 258px;
        max-height: 204px;
        width: 20vw;
        height: 15vw;
    }

}



@media only screen and (max-width:1280px) {

    .detail_l {
        width: 100%;
        float: left;
        position: relative;
    }

    .detail_r {
        display: none;
    }

    .contant_btn_list .a_li {
        width: 110px;
        font-size: 14px;
    }

    .video_sm_pic {
        padding: 0px 20px;
    }

    .video_sm_pic ul li {
        width: 10vw;
        height: 10vw;
        padding: 1vw;
        box-sizing: border-box;
    }

    .video_sm_pic ul li a {
        width: 10vw;
        height: 10vw;
        max-width: 100px;
        max-height: 100px;
    }

    .video_sm_pic ul li a:hover {
        width: 10vw;
        height: 10vw;
        max-width: 100px;
        max-height: 100px;
    }


}

@media only screen and (max-width:1040px) {
    .content_detail {
        border: none;
    }

    .ny_r_mapc {
        display: none;
    }

    .float_box {
        display: none;
    }

    .float_box {
        display: none;
    }

    .f_b50 {
        margin-top: 50px;
    }

    .ny_pic_list ul li {
        width: 33.333%;
        max-width: 375px;
        max-height: 375px;
        float: left;
        padding: 0px 2vw;
        text-align: center;
        box-sizing: border-box;
    }

    .ny_pic_list ul li .h_pic {
        width: 25vw;
        height: 25vw;
        max-height: 375px;
        max-width: 375px;
        box-sizing: border-box;
        border: solid 1px #e5e5e5;
        text-align: center;
        overflow: hidden;
        vertical-align: middle;
        display: table-cell;
    }

    .ny_pic_list ul li .h_pic img {
        max-width: 100%;
        max-height: 100%;
        text-align: center;
        overflow: hidden;
        vertical-align: middle;
        display: table-cell;
    }

    .ny_pic_list ul li .ph_name {
        width: 24vw;
    }

    /*.ny_pic_list ul li .h_pic.v_pic{height:18.8vw;max-height:145px;}*/
    /*内页*/
    .path {
        display: none;
    }

    .ny_box {
        background: #FFFFFF;
        padding: 20px 15px;
        border-top: solid 1px #e5e5e5;
        margin: 20px 10px;
        box-sizing: border-box;
    }

    .ny_box2 {
        background: #FFFFFF;
        padding: 20px 15px;
        box-sizing: border-box;
    }

    .basic_info .l_cont {
        width: 100%;
        padding: 10px;
        text-indent: 26px;
        float: none;
        border-right: none;
        box-sizing: border-box;
        font-size: 14px;
        line-height: 30px;
    }

    .basic_info .r_cont {
        width: 100%;
        padding: 0px;
        float: none;
        margin-top: 20px;
        padding-top: 20px;
        border-top: solid 1px #e5e5e5;
        box-sizing: border-box;
        font-size: 14px;
        border-left: none;
    }

    .basic_info .tl_cont {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        float: none;
        border-right: none;
        box-sizing: border-box;
        font-size: 14px;
        line-height: 30px;
    }

    .basic_info .tr_cont {
        margin-top: 20px;
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        float: left;
        box-sizing: border-box;
        font-size: 14px;
    }

    .p_text {
        line-height: 32px;
    }

    .basic_info {
        padding: 0px;
    }

    .a_video {
        width: 100%;
        height: 100%;
    }

    .video_cont {
        padding: 15px;
    }

    .basic_info .v_t {
        line-height: 24px;
        font-size: 16px;
    }

    .basic_info .v_link {
        line-height: 24px;
        font-size: 16px;
    }

    .ny_contact_l.cmp {
        width: 100%;
        float: left;
        border-right: none;
        padding: 20px 10px;
        box-sizing: border-box;
    }

    .ny_contact_l ul {
        margin-top: 20px;
    }

    .ny_contact_l ul li {
        width: 100%;
        line-height: 36px;
        color: #555555;
        font-size: 16px;
    }

    .ny_contact_l ul li span {
        display: block;
        width: 170px;
        float: left;
        color: #a9a9a9;
        font-size: 16px;
    }

    .ny_contact_l ul li a {
        color: #777777;
        font-size: 16px;
        text-decoration: underline;
    }

    .ny_contact_l ul li a:hover {
        color: #ffaf00;
    }

    .ny_contact_r {
        width: 100%;
        padding: 20px;
        padding-top: 0px;
        border-bottom: dashed 1px #e5e5e5;
        float: left;
        box-sizing: border-box;
        font-size: 16px;
        line-height: 36px;
    }

    .ny_contact_r .s_top {
        margin: 25px 0px;
    }

    .ny_contact_r .s_top .photo {
        max-height: 140px;
        max-width: 140px;
        float: left;
        margin-right: 20px;
    }

    .ny_contact_r .s_top .photo_r .name {
        color: #2c2c2c;
        font-size: 16px;
        line-height: 30px;
    }

    .ny_contact_r .s_top .photo_r .job {
        color: #bdbdbd;
        font-size: 16px;
        line-height: 30px;
    }

    .ny_contact_r .s_top .photo_r .chat {
        margin-top: 10px;
        color: #3a4754;
        font-size: 16px;
    }

    .ny_contact_r .s_top .photo_r .chat i {
        font-size: 18px;
        margin-right: 5px;
    }

    .ny_contact_r .s_top .photo_r .contact_btn {
        display: block;
        background: #232323;
        height: 36px;
        line-height: 36px;
        color: #ffffff;
        font-size: 18px;
        text-align: center;
    }

    .ny_contact_r .s_top .photo_r .contact_btn i {
        color: #FFFFFF;
        padding-right: 10px;
    }

    .ny_contact_r .contact_btn {
        display: none;
    }

    .side_left {
        display: none;
    }

    .content_right {
        padding-left: 0px;
    }

    .ny_download ul li {
        width: 100%;
    }

    .ny_h2 .dian {
        display: block;
    }

    .ny_h2 .span {
        display: block;
    }

    .swiper-container.h_qt {
        height: auto;
        overflow: visible;
    }

    .ny_probox ul li {
        width: 33.333%;
        max-width: 310px;
        float: left;
        margin: 20px 0px;
        overflow: hidden;
        box-sizing: border-box;
    }

    .ny_probox ul li .p_pic {
        width: 28vw;
        height: 28vw;
        max-height: 310px;
        max-width: 310px;
        box-sizing: border-box;
        border: solid 1px #e5e5e5;
        text-align: center;
        overflow: hidden;
        vertical-align: middle;
        display: table-cell;
        position: relative;
    }

    .prolist_box .box_li .p_pic {
        width: 100px;
        height: 100px;
        text-align: center;
        vertical-align: middle;
        display: table-cell;
        position: relative;
        border: solid 1px #CCC;
        z-index: 7
    }

    .prolist_box .box_li .p_pic.cp {
        width: 100px;
        height: 75px;
        text-align: center;
        vertical-align: middle;
        display: table-cell;
        position: relative;
        border: solid 1px #CCC;
        z-index: 7
    }

    .prolist_box .box_li .p_pic img {
        margin: 0 auto;
        max-height: 100px;
        max-width: 100px;
        display: table-cell;
        vertical-align: middle;
        display: block;
        overflow: hidden;
    }

    .prolist_box .box_li .m_pic {
        display: none;
    }

    .prolist_box .box_li .pro_right {
        padding-left: 120px;
        position: relative;
    }

    .prolist_box .box_li .pro_right .p_attribute {
        display: none;
    }

    .contant_btn_list {
        display: none;
    }

    .prolist_box .box_li .pro_right .p_ms {
        margin-top: 15px;
    }

    .pc {
        display: none !important;
    }

    .mp {
        display: block;
    }

    /*-------------------------------------------询盘页开始-------------------------------------------*/
    .main.bgf5.send {
        background: #fff;
        padding-bottom: 0;
    }

    .send-top {
        font-size: 14px;
        color: #777;
        line-height: 35px;
        margin-top: 15px;
    }

    .send .main-box {
        padding: 0;
        border: 0;
    }

    .label input,
    .label textarea {
        width: 100%;
    }

    .label-tag.country {
        width: 100%;
    }

    .label-tag.country>select {
        width: 100%;
        margin-top: 15px;
        color: #333;
    }

    .guestbook-tag {
        margin: 0;
    }

    .other .other-label {
        width: 100%;
    }

    .other .other-label input {
        width: 100%;
        margin-top: 15px;
    }

    .label-tag {
        width: 100%;
        margin-bottom: 15px;
    }

    .label-tag select {
        width: 20%;
    }

    .label-tag input {
        width: 77%;
    }

    .guestbook-tag-box>input {
        width: 100%;
        padding: 0 10px;
        line-height: 35px;
        border-radius: 3px;
        border: 1px solid #ededed;
        outline: none;
        box-sizing: border-box;
        margin-top: 15px;
    }

    .remind {
        padding-bottom: 15px;
        font-size: 14px;
        margin-top: 15px;
        color: #333;
    }

    .uploadFile-container {
        display: box;
        display: -webkit-box;
    }

    .uploadFile-item {
        box-flex: 1;
        -webkit-box-flex: 1;
        padding-bottom: 30%;
        margin-right: 1%;
        height: 0;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        position: relative;
    }

    .uploadFile-item .square {
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0;
        right: 0;
        border: 1px dashed #ccc;
    }

    .uploadFile-item .square img {
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .uploadFile-item .square .text {
        position: absolute;
        bottom: 5px;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
    }

    .uploadFile-item input[type=file] {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
        filter: alpha(opacity=0);
        cursor: pointer;
    }

    .uploadFile-item .square.active:before {
        width: 1px;
        height: 60%;
    }

    .uploadFile-item .square.active:after {
        width: 60%;
        height: 1px;
    }

    .uploadFile-item .square.active:before,
    .uploadFile-item .square.active:after {
        content: "";
        position: absolute;
        display: inline-block;
        background: #ccc;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        top: -0.5rem;
    }

    .uploadFile-item .clo_change {
        position: absolute;
        top: -8px;
        right: -9px;
        width: 18px;
        height: 18px;
    }

    .showBtn button {
        width: 100%;
        background: #212121;
        margin-bottom: 10px;
    }

    /*-------------------------------------------询盘页结束-------------------------------------------*/
    .detail_l {
        width: 100%;
        float: left;
        position: relative;
    }

    .right_detail {
        width: 45%;
    }

    .right_detail .a_link ul li a {
        height: 40px;
        line-height: 40px;
        color: #121212;
        font-size: 16px;
        display: block;
        padding: 0px 5px;
    }

    .right_detail .a_link ul li a:hover {
        height: 40px;
        line-height: 40px;
        color: #121212;
        padding: 0px 5px;
    }

    .right_detail .a_link ul li a i {
        font-size: 18px;
        margin-right: 8px;
        color: #bcbcbc;
    }

    .right_detail .a_link ul li.share a {
        float: left;
        display: inline-block;
        width: 16px;
        height: 16px;
        margin-top: 12px;
        padding: 0px 5px;
        background-image: url("data:image/gif;base64,R0lGODlhAQABAAAAACw=");
        background-repeat: no-repeat;
    }

    .detail_r {
        display: none;
    }

    .detail_l .ny_box3 {
        margin: 20px 0px;
    }

    .rec_box .box_detail_rec .video_mod {
        max-width: 800px;
        max-height: 450px;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 0px 20px;
    }

    .video_list_cut ul li {
        height: 80px;
        width: 80px;
    }

    .ny_box2 {
        margin-bottom: 20px;
    }

    .ny_box3 {
        margin: 10px 0px;
    }

    .ny_box4 {
        margin: 20px 0px;
    }

    .at_tab {
        margin-top: 0px;
    }

    .ny_contact_l {
        width: 100%;
        border-right: none;
    }
}


@media only screen and (max-width:767px) {
    ul.yiiPager .previous {
        display: none;
    }

    ul.yiiPager .next {
        display: none;
    }

    .pro_d_text {
        left: -120px;
    }

    .pro_d_text table {
        display: block;
    }

    .pro_d_text table tbody {
        display: block;
        overflow-x: scroll;
    }

    .body_bg {
        background: #FFFFFF;
    }

    .detail_l .content_detail {
        width: 100%;
        padding: 15px 0px;
    }

    .right_detail {
        width: 100%;
        padding: 0px 10px;
        box-sizing: border-box;
    }

    .pro_left_pic {
        display: none;
    }

    .p_detail_pic {
        display: block;
    }

    .p_detail_pic .swiper-container {
        margin-top: 0rem;
    }

    .content_detail2 {
        display: none;
    }

    .m {
        margin: 0 auto;
        padding: 0px;
    }

    .g_title {
        padding: 20px 15px;
        box-sizing: border-box;
        font-size: 2rem;
    }

    .ny_h2 {
        font-size: 18px;
        font-family: arial;
        color: #535353;
    }

    .ny_h2 a {
        float: right;
        display: block;
        padding-right: 10px;
        font-size: 14px;
        color: #787878;
    }

    .ny_h2 .title {
        float: left;
        font-size: 18px;
        font-family: arial;
        height: 30px;
        line-height: 30px;
        color: #535353;
    }

    .ny_h2 .span_tag {
        display: none;
    }

    .ny_h2 h1 {
        font-size: 18px;
    }

    .image_honor ul li {
        width: 50%;
        float: left;
        overflow: hidden;
        box-sizing: border-box;
    }

    .image_honor ul li .h_pic {
        width: 40vw;
        height: 40vw;
        box-sizing: border-box;
        border: solid 1px #e5e5e5;
        text-align: center;
        overflow: hidden;
        vertical-align: middle;
        display: table-cell;
    }

    #main_pro {
        display: none;
    }

    .ny_pic_list ul li {
        width: 50%;
        padding: 0px 2vw;
    }

    .ny_pic_list ul li .h_pic {
        width: 40vw;
        height: 40vw;
        max-height: 375px;
        max-width: 375px;
        box-sizing: border-box;
        border: solid 1px #e5e5e5;
        text-align: center;
        overflow: hidden;
        vertical-align: middle;
        display: table-cell;
    }

    .ny_pic_list ul li .h_pic img {
        max-width: 100%;
        max-height: 100%;
        text-align: center;
        overflow: hidden;
        vertical-align: middle;
        display: table-cell;
    }

    .ny_pic_list ul li .ph_name {
        width: 40vw;
    }

    /*.ny_pic_list ul li .h_pic.v_pic{height:30vw;max-height:171px;}*/
    .message_list {
        margin-top: 10px;
    }

    .message_list ul li {
        padding-left: 120px;
    }

    .message_list ul li label {
        position: absolute;
        left: 0px;
        top: 0px;
        color: #6a6a6a;
        height: 46px;
        line-height: 46px;
        font-size: 16px;
        font-weight: normal;
    }

    .message_list ul li label em {
        color: #ff0000;
        font-size: 20px;
    }

    .message_list ul li .wz_r {
        font-size: 14px;
    }

    .message_list ul li .p_r {
        line-height: 24px;
        font-size: 14px;
        color: #777777;
    }

    .message_list.li_l ul li {
        padding-left: 0px;
    }

    .message_list.li_l ul li .tex_r {
        width: 100%;
        padding-left: 160px;
        box-sizing: border-box;
        position: absolute;
        left: -10px;
        top: 9px;
    }

    .message_list.li_l ul li label {
        display: none;
    }

    .message_list.li_l ul li span {
        font-size: 12px;
    }

    .ny_contact_l.cmp {
        width: 100%;
        padding-top: 0px;
    }

    .ny_contact_r {
        width: 100%;
        padding: 0px 20px;
    }

    .ny_contact_l ul {
        margin-top: 20px;
    }

    .ny_contact_l ul li {
        width: 100%;
        line-height: 24px;
        margin-bottom: 15px;
        color: #555555;
        font-size: 14px;
    }

    .ny_contact_l ul li span {
        display: block;
        width: 140px;
        float: none;
        color: #a9a9a9;
        font-size: 14px;
    }

    .ny_contact_l ul li a {
        color: #777777;
        font-size: 14px;
        text-decoration: underline;
    }

    .ny_contact_l ul li a:hover {
        color: #ffaf00;
    }

    .ny_news ul li .date {
        top: 20px;
    }

    .ny_news ul li .content {
        padding: 10px;
    }

    .page {
        margin-top: 20px;
    }

    #ny_box3 {
        display: none;
    }

    .ny_probox ul li.show .show_text {
        display: none;
    }

    .ny_probox {
        margin-top: 15px;
    }

    .ny_probox ul li {
        width: 50%;
        max-width: 332px;
        max-height: 332px;
        padding: 0px 2vw;
        margin: 10px 0px;
    }

    .ny_probox ul li .p_pic {
        width: 39vw;
        height: 39vw;
        max-height: 332px;
        max-width: 332px;
        box-sizing: border-box;
        border: solid 1px #e5e5e5;
        text-align: center;
        overflow: hidden;
        vertical-align: middle;
        display: table-cell;
        position: relative;
    }

    /*.p_detail_pic .pd_title{ width:100%; line-height:24px; color:#1d1d1d; font-size:16px;padding:10px 20px;box-sizing: border-box;}
.p_detail_pic .p_detail{padding:0px 20px; line-height:36px; color:#333333; position:relative;}
.p_detail_pic .p_detail span{ padding-right:5px; color:#a1a1a1;}
.p_detail_pic .p_detail b{color:#ffaf00;}
.p_detail_pic .p_d{ padding-top:10px;}
.p_detail_pic .p_d span{ display:block; float:left; height:45px; line-height:45px; padding-right:5px; color:#a1a1a1;}
.p_detail_pic .p_d a{ display:block; float:left; padding-left:15px;}
.p_detail_pic .p_detail i {color: #ffaf00;cursor: pointer;}
.p_detail_pic .c_btn{width:50%;float:left;text-align:center;height:50px; line-height:50px;color:#333333;display:block; background:#febd15;margin-top:20px;font-size:20px;}
.p_detail_pic .c_btn.chat{background: #3b3b3b; color: #FFFFFF;}*/
    .detail_l .ny_box3 {
        border: none;
        padding: 20px;
        padding-bottom: 0px;
        box-sizing: border-box;
        margin: 0px;
        border-bottom: solid 10px #f8f8f8;
    }

    .box_detail {
        padding: 10px 0px;
    }

    .box_detail ul li {
        width: 100%;
        padding-left: 0px;
    }

    .box_detail ul li span {
        color: #a9a9a9;
        padding-right: 10px;
        font-size: 16px;
    }

    .waterfall_flow_wrap .waterfall_flow .article .title {
        line-height: 50px;
        height: 50px;
        font-size: 16px;
    }

    .waterfall_flow_wrap .waterfall_flow .article p {
        height: 32px;
        line-height: 32px;
    }

    .waterfall_flow_wrap .waterfall_flow .article p a {
        font-size: 14px;
    }

    .wall-column {
        padding: 0 5px;
    }

    .htmleaf-container .oTitle {
        margin-bottom: 15px;
        font-size: 18px;
    }

    .rec_box {
        margin-top: -1px;
    }

    .content_detail .p_title_rec {
        width: 100%;
        line-height: 28px;
        color: #2c2c2c;
        font-size: 16px;
        padding: 0px 10px;
        box-sizing: border-box;
    }

    .rem_tab_t {
        width: 100%;
        height: auto;
        border-bottom: none;
    }

    .rem_tab_t ul li {
        margin-bottom: 0px;
        width: 50%;
        text-align: center;
        height: 50px;
        line-height: 50px;
        background: #f9f9f9;
        border-bottom: solid 1px #FFFFFF;
        font-size: 16px;
        border-right: solid 1px #e5e5e5;
        border-bottom: solid 1px #e5e5e5;
        float: left;
        padding: 0px 20px;
        cursor: pointer;
        box-sizing: border-box;
    }

    .rem_tab_t ul li.current {
        height: 50px;
        line-height: 50px;
        background: #ffffff;
        font-size: 16px;
        border-right: solid 1px #e5e5e5;
        float: left;
        padding: 0px 20px;
        overflow: hidden;
    }

    .video_sm_pic {
        padding: 0px 10px;
    }

    .video_sm_pic ul li {
        width: 17vw;
        height: 17vw;
        padding: 1vw;
        box-sizing: border-box;
    }

    .video_sm_pic ul li a {
        width: 16vw;
        height: 16vw;
        max-width: 100px;
        max-height: 100px;
    }

    .video_sm_pic ul li a:hover {
        width: 16vw;
        height: 16vw;
        max-width: 100px;
        max-height: 100px;
    }

    /*-------------------------------------------询盘开始-------------------------------------------*/
    .product-other {
        float: right;
        width: 285px;
    }

    .w30 {
        width: 35px;
        text-align: center;
    }

    /*-------------------------------------------询盘结束-------------------------------------------*/
    .at_tab a {
        width: 50%;
        margin-bottom: -1px;
    }

    .ny_about_pic {
        margin-bottom: 0px;
    }

}




@media only screen and (max-width:420px) {
    .image_honor ul li {
        width: 50%;
        float: left;
        overflow: hidden;
        box-sizing: border-box;
    }

    .image_honor ul li .h_pic {
        width: 40vw;
        height: 40vw;
        box-sizing: border-box;
        border: solid 1px #e5e5e5;
        text-align: center;
        overflow: hidden;
        vertical-align: middle;
        display: table-cell;
        position: relative;
    }

    .ny_contact_r .s_top .photo {
        width: 110px;
        height: 110px;
        margin: 0 auto;
        margin-bottom: 10px;
        float: none;
        text-align: center;
    }

    .ny_contact_r .s_top .photo_r {
        float: none;
        text-align: center;
    }

    .ny_contact_r .s_top .photo_r .name {
        color: #2c2c2c;
        font-size: 16px;
        line-height: 30px;
    }

    .ny_contact_r .s_top .photo_r .job {
        color: #bdbdbd;
        font-size: 16px;
        line-height: 30px;
    }

    .ny_contact_r .s_top .photo_r .chat {
        margin-top: 10px;
        color: #3a4754;
        font-size: 16px;
    }

    .ny_contact_r .s_top .photo_r .chat i {
        font-size: 18px;
        margin-right: 5px;
    }

    .ny_contact_r .s_top .photo_r .contact_btn {
        display: block;
        background: #232323;
        height: 36px;
        line-height: 36px;
        color: #ffffff;
        font-size: 18px;
        text-align: center;
    }

    .ny_contact_r .s_top .photo_r .contact_btn i {
        color: #ffebbf;
        padding-right: 10px;
    }

    .g_title.nt {
        margin-top: -15px;
    }

    .video_sm_pic {
        padding: 0px 11px;
    }

    .video_sm_pic ul li {
        width: 19vw;
        height: 19vw;
        padding: 1vw;
        box-sizing: border-box;
    }

    .video_sm_pic ul li a {
        width: 18vw;
        height: 18vw;
        max-width: 100px;
        max-height: 100px;
    }

    .video_sm_pic ul li a:hover {
        width: 18vw;
        height: 18vw;
        max-width: 100px;
        max-height: 100px;
    }

    .content_right .cont {
        padding: 0px 25px;
    }

}

.yiiPager .next {
    position: unset;
}

ul.yiiPager .page a {
    padding: 10px 15px;
    color: #999999;
}

ul.yiiPager .previous a {
    padding: 10px 15px;
}

ul.yiiPager .next a {
    padding: 10px 15px;
    color: #999999;
}

ul.yiiPager>ul>li>a.active,
ul.yiiPager li a:hover {
    background: #999999;
    border-color: #999999;
    color: #fff;
}

ul.yiiPager .selected a {
    background: #999999;
    color: #fff;
}

.bossdesc ol,
.bossdesc ul,
.bossdesc li {
    list-style: disc !important;
}

/*产品详情价格下拉*/
.cp_dt_right1 span,
.list_boxa_ly2_ms span,
.dianji_xianshi {
    float: left;
}

.dianji_xianshi {
    display: block;

}

.pro_d_text table {
    border-left: solid 1px #e5e5e5;
    border-top: solid 1px #e5e5e5;
    float: left;
    width: 300px;
}

.pro_d_text {
    left: -204px;
    top: 30px;
    line-height: 28px;
    position: absolute;
    background: #fafafa;
    z-index: 9;
    text-align: center;
}

.contraction b {
    cursor: pointer;
    width: 12px;
    height: 16px;
    float: left;
    background: url("data:image/gif;base64,R0lGODlhAQABAAAAACw=") no-repeat 0 8px;
    margin: 8px 17px 0 12px;
}

.content_text {
    color: #333333;
    float: left;
}

.cp_dt_right1 tr td {
    position: relative;
    min-width: 208px;
}

/*产品详情价格下拉*/


/*产品详情页*/
.bossdesc img {
    max-width: 100%;
}

.ny_box3 .box_detail .detail_infos p {
    float: left;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 50%;
    word-wrap: break-word;
    padding-left: 15px;
    box-sizing: border-box;
    color: #a9a9a9;

}

.ny_box3 .box_detail .detail_infos p span {
    color: #555555;
    padding-left: 10px;
}

@media only screen and (max-width: 767px) {
    .pro_d_text {
        left: -120px;
    }

    .ny_box3 .box_detail .detail_infos p {
        width: 100%;
        padding-left: 0px;
    }
}

.sm_pic ul li img {
    width: 80px;
    height: 80px;
}

.sm_pic ul li video {
    margin: 0 auto;
    height: 80px;
    width: 80px;
}

.sm_pic ul li a {
    position: relative;
}

.cp_dt_right1 tr {
    line-height: 36px;
    color: #333333;
    position: relative;
}

.cp_dt_right1 th {
    padding-right: 5px;
    color: #a1a1a1;
    text-align: left;
}

@media only screen and (max-width:1040px) {
    .right_detail .cp_dt_right1 table td span {
        font-size: 13px !important;
    }

    .bossdesc table {
        display: initial;
    }

    .bossdesc table tbody {
        display: block;
        width: 100%;
        overflow-x: scroll;
    }
}

/*产品详情页*/
.ny_contact_l ul li .bf_content {
    padding-left: 170px;
}

.ny-album{
    margin-top: 30px;
    margin-bottom: 30px;
}
.ny-album .list {
    flex-wrap: wrap;
    display: flex;
    align-items: flex-start;
}

.ny-album .list-item {
    border: solid 1px #e0e0e0;
}

.ny-album .h_list .list-item:hover .title {
    background-color: #fff;
    border-bottom-color: #f2f2f2;
}

.ny-album .h_list .list-item:hover .name {
    color: #333;
}

.ny-album .list-item:hover .arrow {
    border-color: #fff;
    color: #fff;
}

.ny-album .list-item .image {
    position: relative;
}

.ny-album .list-item .title {
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
    padding: 20px;
    display: flex;
    align-items: center;
    transition: all 0.4s;
}

.ny-album .list-item .name {
    color: #333;
    font-size: 18px;
    text-align: center;
    line-height: 1.2;
    min-width: 0;
    flex-grow: 1;
    transition: all 0.4s;
}

.ny-album .list-item .arrow {
    width: 1rem;
    height: 0.8333rem;
    line-height: 0.8333rem;
    border: 1px solid transparent;
    font-size: 0.4167rem;
    text-align: center;
    transition: all 0.4s;
    flex-shrink: 0;
}

.ny-album .list-item:hover .mxw-more .text {
    color: #fff;
}

.ny-album .list-item:hover .mxw-more .icon {
    background-color: #fff;
}

.ny-album .list-item:hover .mxw-more .icon:after {
    border-top-color: #fff;
    border-right-color: #fff;
}

.ny-album .list-item .mxw-more::before,
.ny-album .list-item .mxw-more::after {
    content: '';
    position: absolute;
    width: 40%;
    height: 2px;
    background-color: #ffffff;
}

.ny-album .list-item .mxw-more::before {
    transform: rotate(0);
}

.ny-album .list-item .mxw-more::after {
    transform: rotate(-90deg);
}

.ny-album .list-item .info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(27 27 27 / 62%);
    opacity: 0;
    transition: opacity 0.4s;
}

.ny-album .list-item:hover .info {
    opacity: 1;
}

.ny-album .list-item .info .desc {
    font-size: 0.2667rem;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 1.8;
}

@media screen and (min-width: 751px) {
    .ny-album .mxw-ny-box {
        max-width: 1430px;
    }

    .ny-album .mxw-ny-box .right {
        width: 100%;
    }

    .ny-album .list-item {
        width: 24%;
        margin-right: 1.33333%;
    }

    .ny-album .list-item:nth-child(4n) {
        margin-right: 0;
    }

    .ny-album .list-item:nth-child(4)~.list-item {
        margin-top: 30px;
    }
}

.m {
    max-width: 1360px;
    min-width: 320px;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
}

/*内页样式*/
.path{width: 100%;padding:15px;height: 40px;line-height: 40px; font-family: arial;overflow: hidden;}
.path a{color: #666666;font-size: 14px;}
.path a:hover{color:#000000;}
.path span{color: #999999;font-size: 14px;}
.path i{padding: 0px 2px;font-size: 14px;color: #666666;}
.ny_box{padding: 20px;box-sizing: border-box;margin-bottom:20px;}
.ny_box2{padding:0px 20px;box-sizing: border-box;margin-bottom: 20px;}
.ny_box3{padding:20px;box-sizing: border-box;margin: 20px 0px;}
.ny_box4{padding:0px;box-sizing: border-box;margin: 20px 0px;}
.ny_box4_cont{ padding:0px 20px;}
.ny_box_video{background: #FCFCFC;margin-bottom: 40px;}
.ny_box_video .basic_info{padding:10px 30px;}
.video_type_ny{padding:10px 0px;}
.video_type_ny ul li{float: left;margin:5px 15px 5px 0px;border: solid 1px #e5e5e5;text-align:center;height: 30px;line-height: 30px;padding: 0px 10px;}
.video_type_ny ul li a{font-size:14px;color: #666666;}
.video_type_ny ul .active{
    border: solid 1px #232323;
}

.ny_h2{font-size: 20px;font-family: arial;padding:15px 10px;line-height:20px;color: #333333;position: relative;}
.ny_h2 a{float: right;display:block;padding-right: 10px;font-size: 16px; color:#333333;}
.ny_h2 i{font-size: 14px;color: #c4c4c4;}
.ny_h2 .dian{width:6px;height: 6px;border: solid 1px #8b8b8b;background: #fae100;display: block;float: left;margin-top:27px;margin-right: 10px;}
.ny_h2 h1{font-size:20px; color:#333333;}

.ny_h2 .listtab_box{position: absolute;right:0px;top:10px;}
.ny_h2 .listtab_box .list_a{display:block;float:left;margin-left:-1px;width:40px;padding-right:0px;color:#bababa;height:30px;line-height:30px;border: solid 1px #ebebeb;background:#fafafa;text-align: center;font-size: 22px;}
.ny_h2 .listtab_box .list_a.a_2{font-size:14px;}
.ny_h2 .listtab_box .list_a:hover{color:#3a4754;}
.ny_h2 .listtab_box .list_a.current{color:#3a4754;}

/* 详情页面下载列表样式 */
.xypg-detail-file-dwon li {
    padding: 10px 0;
    border-bottom: 1px dashed #cfcfcf;
    width: 50%;
    float: left;
}

.xypg-detail-file-dwon li .file-icon {
    float: left;
    height: 40px;
    width: 50px;
    margin-right: 5px;
    background-repeat: no-repeat;
}

.xypg-detail-file-dwon li .file_txt {
    background-position: -180px -60px;
}

.xypg-detail-file-dwon li .file_zip {
    background-position: 0 0;
}

.xypg-detail-file-dwon li .file_gif {
    background-position: -60px 0;
}

.xypg-detail-file-dwon li .file_doc {
    background-position: -120px 0;
}

.xypg-detail-file-dwon li .file_jpg {
    background-position: -180px 0;
}

.xypg-detail-file-dwon li .file_xls {
    background-position: -240px 0;
}

.xypg-detail-file-dwon li .file_rar {
    background-position: 0 -60px;
}

.xypg-detail-file-dwon li .file_png {
    background-position: -60px -60px;
}

.xypg-detail-file-dwon li .file_pdf {
    background-position: -120px -60px;
}

.xypg-detail-file-dwon li .list-con {
    overflow: hidden;
    line-height: 1;
}

.xypg-detail-file-dwon li .list-con p {
    font-size: 12px;
    margin-bottom: 0;
    line-height: 20px;
}

.xypg-detail-file-dwon li .list-con a {
    font-size: 12px;
}

.xypg-detail-file-dwon li .list-con a:hover {
    color: #183684;
}

/* 自动发布 */
.xypg-detail-article .article-img {
    text-align: center;
    margin: 5px 0;
}

.xypg-detail-article .article-img img {
    border: 1px solid #efefef;
    padding: 1px;
    max-width: 100%;
    height: auto !important;
}

.page-product-detail-effect {
    float: left;
    width: 42.61%;
}

.page-product-detail-effect .big-img {
    border: 1px solid #eee;
    width: 100%;
}

.page-product-detail-effect .big-img a {
    display: block;
    text-align: center;
    width: 100%;
    height: 390px;
    font-size: 0;
}

.page-product-detail-effect .big-img a img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.page-product-detail-effect .big-img a:after {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.page-product-detail-right {
    width: 50%;
    float: right;
}

.page-product-detail-right > h1 {
    font-size: 22px;
    color: #0d0d0d;
    margin-bottom: 20px;
}

.product-detail-item li {
    font-size: 14px;
    line-height: 30px;
    color: #777272;
}

.product-detail-slick {
    position: relative;
    margin-top: 20px;
}

.product-detail-slick a.slick-item {
    display: block;
    text-align: center;
    width: 100%;
    height: 95px;
    font-size: 0;
    border: 1px solid #eee;
    position: relative;
}

.product-detail-slick a.slick-item img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    display: inline-block;
    vertical-align: middle;
}

.product-detail-slick a.slick-item:after {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.product-detail-slick a.slick-item.active {
    border-color: #183684;
}

.product-detail-slick .owl-nav button {
    position: absolute;
    width: 27px;
    height: 27px;
    background: rgba(37, 37, 37, 0.6) !important;
    border-radius: 50%;
    text-align: center;
    line-height: 27px;
    top: 50%;
    margin-top: -13.5px;
    z-index: 9;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    outline: none;
    border: none;
}

.product-detail-slick .owl-nav button .icon-font {
    width: 100%;
    height: 100%;
    display: block;
}

.product-detail-slick .owl-nav button .icon-left-arrow:after {
    background-position: 1px -509px;
}

.product-detail-slick .owl-nav button .icon-right-arrow:after {
    background-position: -27px -240px;
}

.product-detail-slick .owl-prev {
    left: 0;
}

.product-detail-slick .owl-prev:after {
    background-position: 0 0;
}

.product-detail-slick .owl-next {
    right: 0;
}

.product-detail-slick:hover .owl-nav button {
    opacity: 1;
}

.page-product-inquiry {
    margin-top: 30px;
}

.page-product-inquiry a {
    font-size: 16px;
    color: #ffffff;
    display: inline-block;
    background: #183684;
    padding: .5em 1.875em;
    border-radius: 2em;
}

.page-product-inquiry a:hover {
    opacity: .8;
}

@media (max-width: 990px) {
    .page-product-detail-effect {
        float: none;
        width: 100%;
        margin-bottom: 20px;
        pointer-events: none;
    }

    .page-product-detail-right {
        width: 100%;
        float: none;
    }
}

@media (max-width: 640px) {
    .product-detail-slick .slick-item {
        height: 65px;
    }

    .page-product-inquiry a {
        font-size: 12px;
    }

    .page-product-detail-right > h1 {
        font-size: 16px;
        margin-bottom: 15px;
    }
}

.product-detail-tab {
    margin-top: 50px;
}

.product-detail-tab .product-detail-tabli {
    border: 1px solid #eee;
    height: 40px;
    line-height: 38px;
}

.product-detail-tab .product-detail-tabli li {
    float: left;
    width: 20%;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
    border-right: 1px solid #eee;
}

.product-detail-tab .product-detail-tabli li.on, .product-detail-tab .product-detail-tabli li:visited, .product-detail-tab .product-detail-tabli li:active {
    color: #183684;
    position: relative;
}

.product-detail-tab .product-detail-tabli li.on:before, .product-detail-tab .product-detail-tabli li:visited:before, .product-detail-tab .product-detail-tabli li:active:before {
    content: '';
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    top: -1px;
    border: 1px solid #183684;
}

.product-detail-tab .product-detail-tabcon {
    padding: 15px 0;
}

.product-detail-tab .product-detail-tabcon img, .product-detail-tab .product-detail-tabcon p img {
    max-width: 100%;
    height: auto !important;
    width: auto !important;
}

@media (max-width: 768px) {
    .product-detail-tab .product-detail-tabli {
        height: 35px;
    }

    .product-detail-tab .product-detail-tabli li {
        font-size: 13px;
        line-height: 33px;
    }
}

@media (max-width: 420px) {
    .product-detail-tab .product-detail-tabli {
        height: 30px;
    }

    .product-detail-tab .product-detail-tabli li {
        font-size: 12px;
        line-height: 28px;
    }
}

/**
* EasyZoom core styles
*/
.easyzoom {
    position: relative;
    /* 'Shrink-wrap' the element */
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.easyzoom img {
    vertical-align: bottom;
}

.easyzoom.is-loading img {
    cursor: progress;
}

.easyzoom.is-ready img {
    cursor: crosshair;
}

.easyzoom.is-error img {
    cursor: not-allowed;
}

.easyzoom-notice {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 150;
    width: 10em;
    margin: -1em 0 0 -5em;
    line-height: 2em;
    text-align: center;
    background: #FFF;
    -webkit-box-shadow: 0 0 10px #888;
    box-shadow: 0 0 10px #888;
}

.easyzoom-flyout {
    position: absolute;
    z-index: 100;
    overflow: hidden;
    background: #FFF;
}

/**
* EasyZoom layout variations
*/
.easyzoom--overlay .easyzoom-flyout {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.easyzoom--adjacent .easyzoom-flyout {
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    margin-left: 20px;
}

/*内页详情页面公用样式*/
.xypg-detail-title {
    font-size: 20px;
    color: #363636;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.7;
}

.xypg-detail-info-bar {
    font-size: 14px;
    font-family: Arial;
    color: #9e9e9e;
    line-height: 35px;
    border-bottom: 1px dashed #cfcfcf;
    margin-bottom: 20px;
}

.xypg-detail-info-bar .baidu-share {
    float: left;
    margin-left: 25px;
    margin-top: 7px;
}

.xypg-detail-info-bar .detail-info-time {
    float: left;
    margin-right: 20px;
    position: relative;
    padding-left: 25px;
}

.xypg-detail-info-bar .detail-info-time i {
    position: absolute;
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
    left: 0;
}

.xypg-detail-info-bar .detail-info-time i:after {
    opacity: .5;
    background-position: 0 -360px;
}

.xypg-detail-info-bar .detail-info-numbers {
    float: left;
    position: relative;
    padding-left: 25px;
}

.xypg-detail-info-bar .detail-info-numbers i {
    position: absolute;
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
    left: 0;
}

.xypg-detail-info-bar .detail-info-numbers i:after {
    opacity: .5;
    background-position: 0 -330px;
}

.xypg-detail-info-bar .xypg-file-down {
    float: right;
    position: relative;
}

.xypg-detail-info-bar .xypg-file-down .file-down-title {
    cursor: pointer;
    position: relative;
    padding-left: 25px;
}

.xypg-detail-info-bar .xypg-file-down .file-down-title i {
    position: absolute;
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
    left: 0;
}

.xypg-detail-info-bar .xypg-file-down .file-down-title i:after {
    background-position: 0 -630px;
}

.xypg-detail-info-bar .xypg-file-down .file-down-title:hover {
    color: #183684;
}

.xypg-detail-info-bar .xypg-file-down .file-down-list {
    position: absolute;
    z-index: 9999;
    width: 250%;
    right: 0;
    background: #fff;
    display: none;
}

.xypg-detail-info-bar .xypg-file-down .file-down-list li {
    padding: 10px 0;
    border-top: 1px dashed #cfcfcf;
}

.xypg-detail-info-bar .xypg-file-down .file-down-list li .icon {
    float: left;
    font-size: 40px;
    line-height: 40px;
    margin-right: 5px;
    height: 40px;
}

.xypg-detail-info-bar .xypg-file-down .file-down-list li .list-con {
    overflow: hidden;
    line-height: 1;
}

.xypg-detail-info-bar .xypg-file-down .file-down-list li .list-con p {
    font-size: 12px;
    margin-bottom: 0;
    line-height: 20px;
}

.xypg-detail-info-bar .xypg-file-down .file-down-list li .list-con a {
    font-size: 12px;
}

.xypg-detail-info-bar .xypg-file-down .file-down-list li .list-con a:hover {
    color: #183684;
}

.xypg-detail-con-title {
    margin: 20px 0 10px 0;
}

.xypg-detail-con-title span {
    display: inline-block;
    font-size: 18px;
    color: #183684;
}

.xypg-detail-con {
    font-size: 14px;
    color: #333;
    line-height: 1.7;
}

.xypg-detail-con img, .xypg-detail-con p img {
    width: auto !important;
    max-width: 100%;
    height: auto !important;
}

.xypg-detail-tags {
    margin-top: 40px;
}

.xypg-detail-tags .tags-title {
    border-bottom: 1px solid #c3c3c3;
    position: relative;
}

.xypg-detail-tags .tags-title h3 {
    display: inline-block;
    padding: 0 30px;
    font-size: 16px;
    color: #183684;
    line-height: 40px;
    border-bottom: 3px solid #183684;
    margin-bottom: -1px;
}

.xypg-detail-tags .tags-title .baidu-share {
    position: absolute;
    right: 0;
    top: 8px;
}

.xypg-detail-tags .tags-content {
    padding-top: 12px;
}

.xypg-detail-tags .tags-content a {
    font-size: 12px;
    color: #2f2f2f;
    display: inline-block;
    margin-right: 9px;
    background: #f4f4f4;
    line-height: 28px;
    padding: 0 15px;
}

.xypg-detail-tags .tags-content a:hover {
    color: #183684;
}

.xypg-detail-url {
    margin-top: 15px;
}

.xypg-detail-url a {
    word-break: break-all;
}

.xypg-detail-article p {
    margin: 10px 0 20px 0;
    line-height: 24px;
}

.xypg-detail-pn {
    margin-top: 30px;
}

.xypg-detail-pn div + div {
    margin-top: 15px;
}

.xypg-detail-pn div {
    line-height: 22px;
    padding: 10px;
    position: relative;
    border: 1px solid #eeeeee;
}

.xypg-detail-pn div b {
    font-size: 14px;
    color: #183684;
    float: left;
    font-weight: normal;
}

.xypg-detail-pn div a {
    float: left;
    width: 75%;
    font-size: 14px;
    color: #666666;
}

.xypg-detail-pn div a:hover {
    color: #183684;
}

@media (max-width: 600px) {
    .xypg-detail-pn div a {
        width: 60%;
    }
}

@media (max-width: 600px) {
    .xypg-detail-pn div a {
        width: 50%;
    }
}

.xypg-detail-pn div span {
    position: absolute;
    right: 20px;
    top: 11px;
    font-size: 14px;
    color: #666666;
}

/*相关产品 和 相关新闻*/
.xypg-relate {
    margin-top: 45px;
    margin-bottom: 45px;
}

.relate-title {
    border: 1px solid #eeeeee;
    font-size: 14px;
    line-height: 2.857;
    margin-bottom: 15px;
}

.relate-title span {
    display: inline-block;
    color: #183684;
    padding: 0 1.4em;
    border-right: 1px solid #eeeeee;
}

.relate-product-slick {
    position: relative;
}

.relate-product-slick .owl-item {
    display: block;
    font-size: 0;
}

.relate-product-slick .owl-item .img {
    display: block;
    margin-bottom: 8px;
}

.relate-product-slick .owl-item p {
    margin-bottom: 0;
    padding: .5em 0;
    font-size: 12px;
    color: #183684;
    text-align: center;
}

.relate-product-slick .owl-item:hover p {
    color: #183684;
}

.relate-product-slick .owl-nav button.owl-prev, .relate-product-slick .owl-nav button.owl-next {
    width: 25px;
    height: 35px;
    color: #fff;
    font-size: 20px;
    margin-top: -17.5px;
    line-height: 35px;
}

.relate-product-slick .owl-nav button.owl-prev span, .relate-product-slick .owl-nav button.owl-next span {
    display: inline;
}

.xypg-relate .relate-news {
    margin-top: 45px;
}

.relate-news-list li {
    float: left;
    width: 48%;
    position: relative;
    line-height: 2.143;
    font-size: 14px;
    color: #183684;
}

.relate-news-list li:nth-child(even) {
    float: right;
}

.relate-news-list li a {
    display: block;
    padding-right: 125px;
    color: #666666;
}

.relate-news-list li a:before {
    content: '+';
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    margin-right: 5px;
}

.relate-news-list li span {
    position: absolute;
    right: 0;
    top: 2.5px;
    width: 125px;
    text-align: right;
    font-size: 12px;
    color: #666666;
}

.relate-news-list li:hover a {
    color: #183684;
}

.relate-news-list li:hover a:before {
    color: #183684;
}

.relate-news-list li:hover span {
    color: #183684;
}

@media (max-width: 990px) {
    .xypg-relate {
        display: none;
    }
}
.ny-news-desc{
    margin-top: 30px;
    margin-bottom: 30px;
}
.ny-news-desc .title {
    font-weight: bold;
    font-size: 0.4516rem;
    color: rgb(51, 51, 51);
    padding-bottom: 0.3226rem;
}

.ny-news-desc .info {
    font-size: 0px;
    padding-bottom: 0.3226rem;
    border-bottom: 1px solid rgb(213, 213, 213);
    margin-bottom: 0.3226rem;
}

.ny-news-desc .info .text {
    font-size: 0.2581rem;
    color: rgb(153, 153, 153);
    display: inline-block;
    margin-right: 0.3226rem;
    border-left: 1px solid rgb(204, 204, 204);
    padding-left: 0.3226rem;
}

.ny-news-desc .info .tip {
    border: 1px solid rgb(153, 153, 153);
    border-radius: 1.6129rem;
    padding: 0.0806rem 0.1613rem;
    line-height: 1;
    font-size: 0.2258rem;
    display: inline-block;
    color: rgb(153, 153, 153);
}

.ny-news-desc .info .tip+.text {
    border-left: 0px;
}

.ny-news-desc .article {
    line-height: 1.8;
    text-align: justify;
    font-size: 0.2581rem;
    border: none;
}
.ny-news-desc .article:hover{box-shadow: none;transform: none;}
.ny-news-desc .article img {
    display: block;
    margin: 0px auto;
}

.ny-news-desc .article p {
    line-height: 1.8;
}
.f_nav{ height:auto}


.top_bar .top_r .list_link .link_list{    font-size: 0.233rem;}
.search .text_input::placeholder,input{ font-size: 0.267rem; line-height: 1}
.foot_nav dd p,.foot_nav dd .a_l,.foot_nav dd .iconfont{font-size: 0.267rem;}
.foot_nav dt{ font-size: 0.3rem}
.top_bar .top_l span{ display: flex;}
.top_bar .top_r .list_link a{ font-size: 14px;}
.logo .com_text .c_t{    height: 35px;line-height: 35px;}
.search .sub_btn{ background:url("/assets/addons/factory/vendor/omter/resources/7c2f92d233b50cb57d5d4c64dc543b29-428372e7011f.png") center no-repeat; }

.POPULAR_CATEGORIES,.home_about,.home_pro,.about_home,.home_pro,.news_box,.Send_box{ display: none; }
.copyright a{ font-size: 14px;}
.pcbanner{ overflow: hidden}

.pro_swp{ display: block !important; }
.search .sel:after{top:0}
.mxw-about .image::after{ display:none}

/*新闻详情页*/

.language-Gai.hover .menu_list .a_h.more{ font-size: 16px !important; }
.language-Gai.hover .menu_list .a_h.more i{ font-size: 14px !important; }
.mxw-advantages .body .item {

    align-content: space-between;
}
.mxw-product .item .title{font-size:18px;    white-space: initial;}
.logo .com_text{font-size: 18px;    margin-top: 15px;}
.logo .com_text .c_t{font-size: 18px;    margin-top: 15px;}
.mxw-cooperation .swiper-slide{ height:auto}
.mxw-service .item .title {
    text-transform: uppercase;
}
.popUp .main .content .formbox .layui-textarea,.popUp .main .content .formbox .layui-input{font-size: 18px; }
.popUp .main .content .formbox .layui-input::placeholder,.popUp .main .content .formbox .layui-textarea::placeholder{font-size: 18px; }
.mxw-service .item .info{    opacity: 0;}

