@font-face {
    font-family: 'HELVETICANEUELTPRO-THEX';
    src: url("font/HELVETICANEUELTPRO-THEX.otf");
    font-weight: normal;
    font-style: normal;
}

* {
    padding: 0;
    margin: 0;
}

* {
    word-wrap: normal;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
    outline: none;
}

img {
    border: none;
    outline: none;
}

input {
    border: none;
    background: none;
    outline: 0
}

textarea {
    outline: 0;
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

html {
    font: 62.5% Arial, "微软雅黑";
    color: #929292;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: transparent;
    height: 100%
}

html.effect {
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

html.effect,
html.effect body {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

body {
    overflow-x: hidden;
    font-size: 1.2rem;
}

body.open {
    overflow: hidden;
    height: 559px
}

.imgcw {
    margin: 0 auto;
    display: block;
    float: none;
    max-width: 100%;
    height: auto
}

.transform {
    transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 100%;
}

.iPage {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99
}

html.effect .scrollView {
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(100% - 50px);
    height: -webkit-calc(100% - 50px);
}

.plr5 {
    padding: 0 5px
}

.plr10 {
    padding: 0 20px
}

.plr20 {
    padding: 0 20px
}

#leftcontrol {
    width: 260px;
    height: 100%;
    background: #1a1b1c;
    position: absolute;
    top: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

#leftcontrol.vhidden {
    visibility: hidden
}

#leftcontrol>ul {
    padding-top: 0px;
}

#leftcontrol ul li {
    display: block;
    min-height: 49px;
    border-top: 1px solid #313233;
    font-size: 1.3rem;
    width: 100%;
}

#leftcontrol ul li .subnav {
    height: 0;
    overflow: hidden;
}

#leftcontrol ul li a {
    display: block;
    color: #b7b7b7;
    padding: 0 25px;
    height: 49px;
    line-height: 49px;
}

#leftcontrol ul li.active a.hassub {
    background: #222324
}

#leftcontrol ul li a span {
    display: inline-block
}

#leftcontrol ul li a span.circle {
    width: 8px;
    height: 8px;
    border: #474747 1px solid;
    border-radius: 5px;
    margin-right: 20px
}

#leftcontrol ul li.active a span.circle {
    border-color: #00c0ff;
    background-color: #00c0ff
}

#leftcontrol ul.subnav li a i {
    margin-right: 20px;
    font-size: 1.5rem
}

#leftcontrol ul.subnav li.active a {
    background: #060606
}

#leftcontrol ul li a span.more {
    width: 12px;
    height: 12px;
    position: relative;
    float: right;
    top: 20px
}

#leftcontrol ul li a span.more span {
    background: #474747;
    position: absolute;
}

#leftcontrol ul li a span.more span.h {
    width: 12px;
    height: 2px;
    transform: translate3d(0, 5px, 0);
    -webkit-transform: translate3d(0, 5px, 0)
}

#leftcontrol ul li a span.more span.v {
    transform: rotate3d(0, 0, 1, 90deg) translate3d(5px, 0, 0);
    -webkit-transform: rotate3d(0, 0, 1, 90deg) translate3d(5px, 0, 0);
}

#leftcontrol ul li.active a span.more span.v {
    transform: rotate3d(0, 0, 0, 0) translate3d(0, 5px, 0);
    -webkit-transform: rotate3d(0, 0, 0, 0) translate3d(0, 5px, 0);
}

#sitecontent {
    background: #fff;
    z-index: 1;
    position: relative;
    height: 100%;
    box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.6);
}

body.open #sitecontent {
    transform: translate3d(260px, 0, 0);
    -webkit-transform: translate3d(260px, 0, 0);
}

#header {
    width: 100%;
    height: auto;
    background: #191a20;
    height: 50px;
}

.lcbody {
    width: 30px;
    height: 30px;
    position: relative;
    transform: translateZ(0px) rotate(0deg);
    transition: transform 0.4s cubic-bezier(0.4, 0.01, .165, 0.99)
}

.lcitem {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateZ(0px) rotate(0deg);
    transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0s;
    -webkit-transform: translateZ(0px) rotate(0deg);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0s;
    width: 30px;
    height: 30px;
}

.lcitem .rect {
    width: 30px;
    height: 1px;
    background: #999999;
    position: absolute;
    left: 0;
    top: 14px;
    transition: transform 0.2s ease 0.2s;
    -webkit-transition: -webkit-transform 0.2s ease 0.2s;
}

.lcitem .rect.top {
    transform: translate3d(0px, -6px, 0px);
    -webkit-transform: translate3d(0px, -6px, 0px);
}

.lcitem .rect.bottom {
    transform: translate3d(0px, 6px, 0px);
    -webkit-transform: translate3d(0px, 6px, 0px);
}

body.open .lcbody {
    transform: translateZ(0px) rotate(90deg);
    -webkit-transform: translateZ(0px) rotate(90deg);
}

body.open .lcitem {
    transform: translateZ(0px) rotate(45deg);
    transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.2s;
    -webkit-transform: translateZ(0px) rotate(45deg);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.2s;
}

body.open .lcitem.bottom {
    transform: translateZ(0px) rotate(-45deg);
    -webkit-transform: translateZ(0px) rotate(-45deg);
}

body.open .lcitem .rect {
    transition: transform 0.2s ease 0s;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transition: -webkit-transform 0.2s ease 0s;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

#header .btn {
    padding: 10px 15px;
    background: rgba(0, 0, 0, 0);
}

#logo {
    width: 142px;
    height: 30px;
    padding: 10px 0;
    display: block;
    margin: 0 auto;
    float: left;
}

#logo img {
    height: 30px;
    max-width: 180px;
    display: block;
    margin: 0 auto;
    float: none
}

.openright {
    float: right;
}

.openright ul {}

.openright ul li {
    float: left;
}

.openright ul li.carticon {
    width: auto;
    height: 30px;
    line-height: 30px;
    float: left;
    position: relative;
    padding: 11px 0 0px;
}

.openright ul li a img {
    height: 30px;
}

.openright ul li.carticon a span.hasobj {
    width: 10px;
    height: 10px;
    background-color: #f00;
    position: absolute;
    top: 5px;
    right: 8px;
    border-radius: 50%;
    animation: myfirst 1s infinite;
    -webkit-animation: myfirst 1s infinite;
}

@-webkit-keyframes myfirst {
    0% {
        background-color: #f00;
        width: 10px;
        height: 10px;
        top: 5px;
        right: 8px;
    }
    25% {
        background-color: #f00;
        width: 5px;
        height: 5px;
        top: 7px;
        right: 10px;
    }
    50% {
        background-color: #f00;
        width: 10px;
        height: 10px;
        top: 5px;
        right: 8px;
    }
    75% {
        background-color: #f00;
        width: 5px;
        height: 5px;
        top: 7px;
        right: 10px;
    }
    100% {
        background-color: #f00;
        width: 10px;
        height: 10px;
        top: 5px;
        right: 8px;
    }
}

@keyframes myfirst {
    0% {
        background-color: #f00;
        width: 10px;
        height: 10px;
        top: 5px;
        right: 8px;
    }
    25% {
        background-color: #f00;
        width: 5px;
        height: 5px;
        top: 7px;
        right: 10px;
    }
    50% {
        background-color: #f00;
        width: 10px;
        height: 10px;
        top: 5px;
        right: 8px;
    }
    75% {
        background-color: #f00;
        width: 5px;
        height: 5px;
        top: 7px;
        right: 10px;
    }
    100% {
        background-color: #f00;
        width: 10px;
        height: 10px;
        top: 5px;
        right: 8px;
    }
}

.openright ul li.language {
    padding: 20px 15px 0px 15px;
}

.openright ul li.language a {
    transition: none ease-out .3s;
    transition-property: color, background, text-indent, opacity;
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 4px 4px;
    font-size: 12px;
    color: #fff;
}

#indexPage #mslider {
    height: 190px;
    width: 100%;
    position: relative;
    overflow: hidden
}

#indexPage #mslider ul li {
    width: 100%;
    height: 190px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

#indexPage #mslider ul li a {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 0px;
}

#indexPage #mslider ul li div {
    padding: 0 10px;
}

#indexPage #mslider ul li p {
    width: 100%;
    color: #fff;
    text-align: center;
}

#indexPage #mslider ul li p.title {
    font-size: 1.5rem;
    margin-top: 140px
}

#indexPage #mslider ul li p.subtitle {
    font-size: 1.2rem;
    height: 1.4rem;
    overflow: hidden;
}

#indexPage .module {
    position: relative;
}

.content .header {
    padding: 30px 0
}

.content .header p {
    text-align: center;
}

.content .header p.title {
    color: #444;
    font-size: 1.6rem
}

.content .header p.subtitle {
    font-size: 14px;
    font-family: "Times New Roman", "微软雅黑";
    color: #fff!important;
}

#indexPage a.more {
    border: #f0f0f0 1px solid;
    background: rgba(255, 255, 255, .0);
    width: 80%;
    height: 38px;
    display: block;
    margin: 25px auto 50px;
    line-height: 38px;
    color: #00C0FF;
    border-radius: 19px;
    text-align: center
}

#indexPage .bx-wrapper {
    margin: 0;
    box-shadow: none;
    border: none
}

#indexPage .bx-wrapper .bx-loading {
    background: none;
}

#indexPage #mservice {
    background-color: #fff;
    height: auto
}

#indexPage #mservice .slider_wrapper {
    width: 90%;
    height: 200px;
    overflow: hidden;
    margin: 0 auto
}

#indexPage #mservice .slider_wrapper .slider {
    width: 2000px;
}

.serviceitem {
    width: 90%;
    height: 156px;
}

.serviceitem img {
    float: none;
    display: block;
    width: 160px;
    height: 60px;
    margin: 0 auto
}

.serviceitem div {
    text-align: center;
    margin-top: 5px
}

.serviceitem div p.title {
    color: #595959;
    font-size: 1.6rem;
    height: 42px;
    line-height: 46px;
}

.serviceitem div p.description {
    color: #868686;
    font-size: 1.3rem;
    line-height: 2rem;
    height: 42px;
    overflow: hidden;
    width: 100%
}

#indexPage #mservice .slider_wrapper .bx-controls-direction a {
    text-indent: 0;
    background: none;
    font-size: 30px;
    margin: 0;
    top: 25px
}

#indexPage #mservice .slider_wrapper .bx-controls-direction a i {
    color: #a1a1a1;
}

#indexPage #mservice .slider_wrapper .bx-controls-direction a.bx-next {
    text-align: right;
}

#indexPage #mproject {
    background-color: #f8f8f8;
}

#projectlist .wrapper {
    margin-left: 1%;
    padding: 0
}

#projectlist .projectitem {
    width: 49%;
    height: auto;
    float: left;
    position: relative;
    margin-bottom: 1%;
    margin-right: 1%
}

#projectlist .projectitem a {
    display: block;
    overflow: hidden;
}

#projectlist .projectitem a img {
    width: 100%;
    height: auto;
    transition: all ease-out .3s
}

#projectmore {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 1.2rem;
    color: #fff;
    display: block;
    background: #343434;
    text-indent: 0px;
    position: relative;
    z-index: 1
}

#indexPage #mpage {
    background-color: #ffffff;
}

#indexPage #mpage .slider_wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0 auto
}

#indexPage #mpage .fimg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    height: 300px
}

#indexPage #mpage .description {
    line-height: 2rem
}

#indexPage #mteam {
    background-color: #fff
}

#teamlist {
    padding-bottom: 20px
}

.teamitem {
    width: 100%;
    height: auto;
    padding: 40px 0;
    border-bottom: #e4e4e4 1px dotted
}

.teamitem img {
    width: 80px;
    height: 80px;
    border-radius: 40px;
}

.teamitem .teaminfo {
    margin-left: 100px;
}

.teamitem .teaminfo .header {
    padding: 0
}

.teamitem .teaminfo .header p {
    text-align: left
}

.teamitem .teaminfo .description {
    font-size: 1.3rem;
    color: #949494;
    margin-top: 10px;
    line-height: 1.8rem;
    height: 37px;
    overflow: hidden
}

.teamitem:nth-of-type(even) img {
    float: right
}

.teamitem:nth-of-type(even) .teaminfo {
    margin-right: 100px;
    margin-left: 0
}

#indexPage #mnews {
    background-color: #f8f8f8;
    height: auto
}

#newslist .newstitem {
    height: 140px;
    border-bottom: rgba(0, 0, 0, 0.05) 1px solid;
    padding-top: 30px;
    padding-bottom: 20px
}

#newslist .newstitem .newsdate {
    float: left;
    margin-bottom: 10px;
}

#newslist .newsdate p {
    font-family: "HELVETICANEUELTPRO-THEX", Arial;
}

#newslist .newsinfo .md {
    color: #ADADAD;
    font-size: 3rem;
    line-height: 30px;
    text-align: right
}

#newslist .newsinfo .year {
    color: #bdbdbd;
    font-size: 1.2rem;
    text-align: right;
}

#newslist .newsbody {
    margin-top: 10px;
}

#newslist .newsbody .title {
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 1.6rem;
    color: #464646;
}

#newslist .newsbody .description {
    width: 100%;
    height: 45px;
    line-height: 22px;
    font-size: 1.3rem;
    color: #6a6a6a;
    overflow: hidden;
    margin-top: 10px
}

#indexPage #mpartner {
    background-color: #fff;
}

#indexPage #mpartner .content {
    padding: 30px 0
}

#indexPage #mpartner .wrapper {
    width: 100%;
    height: 40px;
    overflow-x: auto;
    overflow-y: hidden
}

#indexPage #mpartner ul {
    height: 40px;
    width: 100%
}

#indexPage #mpartner ul li {
    width: 80px;
    height: 40px;
    float: left
}

#indexPage #mpartner ul li img {
    width: 80px;
    height: 40px;
}

#indexPage #mcontact {
    background-color: #171717;
}

#indexPage #mcontact .header p.title {
    color: #fff;
}

#indexPage #mcontact .header p.subtitle {
    color: #c1c1c1;
}

#contactinfo h3 {
    font-size: 1.4rem;
    color: #fff;
    line-height: 2rem;
    margin-bottom: 10px;
    font-weight: 100
}

#contactinfo p {
    line-height: 2.4rem;
    font-size: 1.2rem;
    color: #999999;
    height: 2.4rem;
    width: 100%
}

#contactinfo p a {
    color: #999999;
    text-decoration: underline
}

#contactinfo div {
    padding: 10px 0 15px;
    height: 30px
}

#contactinfo div a {
    color: #fff;
    width: 30px;
    height: 30px;
    display: block;
    font-size: 16px;
    background: #2e2f2f;
    margin-right: 10px;
    text-align: center;
    border-radius: 30px;
}

#contactinfo div a i {
    margin-top: 7px;
    font-size: 16px
}

#pages {
    padding: 20px 0;
    height: 36px;
    text-align: center
}

#pages a {
    width: 36px;
    height: 36px;
    background: f8f8f8;
    display: inline-block;
    color: #a9a9a9;
    line-height: 36px;
    text-align: center;
    font-family: Arial;
    margin-right: 5px;
    transition: background-color 0.2s ease-out
}

#pages span {
    margin-right: 5px
}

#pages a i {
    font-size: 24px;
    top: 2px;
    position: relative
}

#pages a.active,
#pages a:hover {
    background: #00C0FF;
    color: #fff;
}

#category {
    min-height: 40px;
    margin-bottom: 20px;
    position: relative;
}

#category .label {
    line-height: 40px;
    height: 40px;
    background: #00C0FF;
    color: #fff;
    font-size: 1.5rem
}

.dropmenu .label .down {
    float: right;
    font-size: 2.4rem;
    margin-top: 8px
}

.dropmenu.open .label .down {
    transform: rotate(180deg);
}

.dropmenu ul {
    width: 100%;
    height: 0;
    overflow-y: auto;
    position: absolute;
    z-index: 1;
    background-color: #fff;
}

.dropmenu ul li {
    width: 100%;
    height: 40px;
    float: left;
    border-bottom: #d2d2d2 1px solid;
}

.dropmenu ul li a {
    line-height: 40px;
    height: 40px;
    padding: 0 50px;
    color: #969595;
    display: block;
    background: #fff;
    font-size: 1.3rem
}

.dropmenu ul li a.active {
    background: #f1f1f1;
    color: #00C0FF;
}

#teampost .header p {
    text-align: left
}

#teampost .header .title {
    color: #000000;
}

#teampost .header .subtitle {
    color: #909090;
}

#servicelist {
    margin-top: 20px
}

#servicelist .serviceitem {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: calc(100% - 15px);
    height: auto;
    margin-right: 15px;
}

#servicelist .serviceitem img {
    max-width: 100%;
    height: auto;
}

#servicelist .serviceitem div p.description {
    height: 42px
}

#projectimages li {
    margin-bottom: 10px
}

.postbody {
    line-height: 24px;
    font-size: 13px;
    color: #6a6a6a;
    padding-bottom: 60px;
}

.postbody a {
    color: #00c0ff
}

.postbody img,
.postbody iframe,
.imgcw {
    float: none;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

#footer {
    background: #000;
    width: 100%
}

#footer p {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1rem;
    color: #8e8e8e;
    height: 2rem;
    line-height: 2rem
}

#footer a {
    display: inline-block;
    width: 35px;
    height: 16px;
    vertical-align: top;
    margin-left: 10px;
    margin-right: 10px;
    margin: 0 10px 0
}

#footer a img {
    float: none
}

#bgmask {
    background: rgba(0, 0, 0, 0);
}

.show {
    display: block
}

.hide {
    display: none;
}

#indexPage #mservice a.more,
#indexPage #mteam a.more {
    display: none
}

.dropmenu ul li.sub {
    text-indent: 20px;
    background: #fff;
}


/*h*/

.projectitem .project_info p.title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 10px;
    color: transparent;
    font-size: 14px;
    text-align: center;
}

.projectitem .project_info p.subtitle {
    color: transparent;
    font-size: 12px;
    margin-bottom: 10px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.postbody iframe {
    height: 180px;
    width: 320px;
}

.postbody hr {
    height: 1px;
    border: none;
    border-top: 1px dotted rgb(211, 211, 211);
    margin-top: 20px;
    margin-bottom: 20px;
}

#indexPage #mservice .slider_wrapper .bx-controls-direction a {
    width: 60px;
    height: 60px;
    top: 192px;
}

#indexPage #mservice .slider_wrapper .bx-controls-direction a i {
    top: 15px;
    position: relative;
}

@font-face {
    font-family: 'NeoSansStd-Regular';
    src: url("fonts/NeoSansStd-Regular.otf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NeoSansStd-Light';
    src: url("fonts/NeoSansStd-Light.otf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NeoSansStd-Medium';
    src: url("fonts/NeoSansStd-Medium.otf");
    font-weight: normal;
    font-style: normal;
}

#footer p span {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#footer a path {
    fill: #808080;
}

#projectpost .postbody a {
    height: 40px;
    width: 100%;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #5A5A5A;
    display: block;
    bottom: 0;
    left: 0;
}

.bx-wrapper .bx-next {
    right: 0
}

.bx-wrapper .bx-prev {
    left: 0
}

#projectimages img {
    width: 100%;
}

.firstRow td {
    float: left;
    width: 100%;
}

.firstRow img {
    width: 100%;
}

.firstRow img {
    width: 100%;
}

#newpost table {
    width: 100%;
    text-align: center;
}

.productView {
    width: 100%!important;
    height: auto;
    box-sizing: border-box;
    padding: 20px!important;
    margin: 0 auto;
    background-color: rgba(33, 33, 33, .9);
    background-color: rgba(233, 233, 233, .5);
    background: url(../images/ptype.jpg) repeat;
}

.productViewHead {
    padding-top: 0px;
}

.productViewHead dl {}

.productViewHead dl dd {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding-right: 0px;
    position: relative;
}

.p288 {
    width: 100%;
    height: 100%;
    border: 1px solid #383838;
    text-align: center;
    line-height: 100%;
    float: left;
    background-color: #333;
    position: relative;
    overflow: hidden;
}

.p288 a {
    display: block;
    width: 100%;
    height: 100%;
}

.p288 img {
    display: inline-block;
    float: none;
}

.otherbigpic {
    display: block;
    clear: both;
    margin-top: 7px;
}

.otherbigpic li {
    float: left;
    margin-top: 10px;
    margin-right: 12px;
}

.otherbigpic li a {
    display: block;
    width: 60px;
    height: 60px;
    border: 1px solid #383838;
    overflow: hidden;
}

.otherbigpic li a img {
    width: 60px;
}

.productViewHead dl dd #zoompic {
    width: 16px;
    height: 16px;
    padding: 7px;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #333;
    cursor: pointer;
}

.productViewHead dl dt {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 25px;
    box-sizing: border-box;
}

.productViewHead dl dt h3 {
    font-size: 16px;
    font-style: normal;
    padding-bottom: 15px;
    background-color: rgba(66, 132, 202, 0.5);
    color: #fff;
    padding: 6px;
    margin-bottom: 15px;
}

.pramaUl li {
    font-weight: bold;
    color: #b4b4b4;
    line-height: 32px;
}

.pramaUl li span {
    display: inline-block;
    padding-right: 6px;
    font-weight: normal;
    color: #999;
}

.pramaUl li a {
    color: #f1f1f1;
    padding-left: 10px;
}

.twobtn {
    padding-top: 15px;
    padding-bottom: 15px;
}

.twobtn a#onlineorder_a {
    display: inline-block;
    width: 170px;
    height: 32px;
    background: rgba(66, 132, 202, 0.5);
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 32px;
    border-radius: 0px;
}

.twobtn a#onlineorder_a:hover {
    background-color: #222;
}

.productDetailDiv {
    font-size: 14px;
    line-height: 1.8em;
    padding-bottom: 10px;
    color: #999!important;
}

.productDetailDiv h1,
.productDetailDiv h2,
.productDetailDiv h3,
.productDetailDiv h4,
.productDetailDiv h5,
.productDetailDiv h6 {
    margin-top: 30px;
    margin-bottom: 10px;
    color: #999!important;
}

.productDetailDiv div,
.productDetailDiv p,
.productDetailDiv span {
    color: #999!important;
}

.productDetailDiv .pspacer {
    width: 100%;
    height: 50px;
    margin-top: 30px;
    border-bottom: 1px dotted #ccc;
    color: #428bca!important;
    font-size: 24px;
    line-height: 50px;
    margin-top: 15px;
}

.productDetailDiv img {
    display: block;
    max-width: 100%!important;
    max-height: 100%!important;
    height: auto;
    margin-top: 25px!important;
    margin-bottom: 5px!important;
    float: none;
}

.prenext {
    padding-top: 30px;
    padding-bottom: 70px;
}

.prenextitem {
    width: 100%;
    font-size: 14px;
}

.prenextitem a {
    color: #428bca!important;
    text-decoration: none;
}

.servicecontent {
    padding-bottom: 50px;
}

.servicecontent h3,
.servicecontent h4,
.servicecontent h5 {
    padding-bottom: 30px;
    color: #fff;
}

.servicecontent p {
    font-size: 15px;
    line-height: 1.8em;
}

.cartpopupLayer {
    padding: 10px;
    background: #fff;
    max-height: 450px;
    overflow: scroll;
}


/*滚动条样式*/

.cartpopupLayer::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 5px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 5px;
}

.cartpopupLayer::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(85, 85, 85, 1.0);
}

.cartpopupLayer::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}

.mycartlist {
    float: left;
    width: 100%;
    max-height: 404px;
    background-color: #d7d7d7;
    overflow: auto;
    position: relative;
    margin-bottom: 10px;
}


/*滚动条样式*/

.mycartlist::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 5px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 5px;
}

.mycartlist::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(164, 0, 0, 1.0);
}

.mycartlist::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}

.mycartlist dl {
    display: block;
    box-sizing: border-box;
    width: 96%;
    height: auto;
    padding: 2%;
    margin: 2%;
    background-color: #fff;
    position: relative;
}

.mycartlist dl::after {
    content: '';
    display: block;
    clear: both;
}

.mycartlist dl dd {
    display: block;
    width: 30%;
    height: 60px;
    float: left;
}

.mycartlist dl dd img {
    border-right: 1px solid #d7d7d7;
}

.mycartlist dl dt {
    display: block;
    width: 70%;
    box-sizing: border-box;
    padding: 10px;
    padding-bottom: 0px;
    height: 40px;
    float: left;
    font-size: 12px;
    color: #757575;
    line-height: 100%;
    overflow: hidden;
}

.mycartlist dl dt.dtx {
    display: block;
    width: 8px;
    height: 8px;
    padding: 0;
    background: url(../images/xx.png) no-repeat #f00;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.mycartlist dl dt.dtx:hover {
    background: url(../images/xxactive.png) no-repeat;
}

.mycartform {
    float: right;
    box-sizing: border-box;
    width: 100%;
    padding: 0px;
}

.mycartform input {
    border: 1px solid #ccc;
    width: 100%;
    height: 24px;
    padding-left: 1px;
    line-height: 24px;
    margin-bottom: 8px;
}

.mycartform input#VerifyCode {
    width: 100px;
    text-transform: uppercase;
}

.mycartform textarea {
    padding-left: 1px;
    width: 100%;
    border: 1px solid #ccc;
}

.cartoformbtn {
    clear: both;
    display: inline-block;
    margin: 10px auto 0px auto;
    padding-left: 0px!important;
    width: 40%!important;
    height: 36px!important;
    border: none;
    border-radius: 6px;
    background-color: #666666;
    text-align: center;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    line-height: 36px;
}

.cartoformbtn:hover {
    background-color: #333;
}

.qhbtn {
    background-color: #999999;
    margin-left: 20px;
}

.table-responsive {
    min-width: 290px;
    max-width: 1200px;
    overflow-x: scroll;
}

.table {
    border-collapse: collapse;
    border: 1px solid #999;
    margin-top: 10px;
}

.table th {
    padding: 5px;
    border: 1px solid #999;
    font-size: 12px;
    color: #E5E5E5;
}

.table td {
    padding: 5px;
    border: 1px solid #999;
    font-size: 12px;
}

.table strong {
    color: #E5E5E5;
}

.productDetailDiv div {
    font-size: 12px;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}