ï»?*---------------äº§å“å±•ç¤º---------------*/
.product-banner {
    height: 394px;
    background: url(../images/product-bannerbg.jpg) center no-repeat #000;
}

.product-banner .box {
    position: absolute;
    left: 0;
    right: 0;
    width: 589px;
    font-size: 20px;
    padding: 120px 0 0;
    z-index: 9;
    margin: auto;
    text-align: center;
    color: #e2e2e2;
}

.product-banner .box .registBtn {
    margin-top: 30px;
    border: 1px solid #ff9900;
    width: 180px;
    height: 40px;
    background: none;
    color: #ff9900;
}

.mb50 {
    margin-bottom: 60px;
}

.mt50 {
    margin-top: 60px;
}

.page-box-con {
    background-color: #f2f3f7;
    padding: 0 0 30px 0;
}

/*---------------å¤§å›¾---------------*/
.banner {
    height: 364px;
}

.banner .w {
    height: 364px;
}

.banner-body {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -80px;
    z-index: 9;
    text-align: center;
    color: #fff;
    font-weight: 100;
}

.banner-body h3 {
    height: 50px;
}

.banner-body p {
    font-size: 18px;
    margin-top: 20px;
    text-transform: Uppercase;
}

/*---------------å…³äºŽæˆ‘ä»¬banner---------------*/
#banner-about {
    background: url(../images/about-bannerbg.jpg) center no-repeat #000;
}

/*---------------æ´»åŠ¨æŽ¨è banner---------------*/
#banner-activity {
    background: url(../images/activity@bg.jpg) center no-repeat #000;
}

/*---------------å…¬å¸ç®€ä»?--------------*/
.company-introduction-wrap h3 {
    height: 80px;
    text-align: center;
    margin-bottom: 35px;
}

.company-introduction-wrap h3 .dt {
    margin-bottom: 5px;
}

.company-introduction .dt {
    float: left;
    width: 390px;
    font-size: 30px;
    color: #222224;
}

.company-introduction .dt .kh {
    color: #f54c18;
    margin-top: 45px;
    font-weight: 700;
}

.company-introduction .company-introduction-text {
    width: 770px;
    float: left;
    text-align: justify;
}

.company-introduction .company-introduction-text p {
    text-indent: 24px;
}

/*---------------4å¤§ä¿éš?--------------*/
.features-protection {
    overflow: hidden;
    height: 542px;
    background: url(../images/securitybg.jpg) center no-repeat;
}

.features-protection h3 {
    text-align: center;
    margin-bottom: 35px;
}

.features-protection .features-protection-list li {
    float: left;
    width: 25%;
    text-align: center;
}

.features-protection .features-protection-list li .describe {
    margin-top: 18px;
}

.features-protection .features-protection-list li .describe dt {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

/*å‘˜å·¥æ–°å¤©åœ?/
.company-headquarters {
    overflow: hidden;
}

.company-headquarters h3 {
    height: 80px;
    text-align: center;
    margin-bottom: 35px;
}

.company-headquarters h3 .dt {
    margin-bottom: 5px;
}

.company-headquarters .company-headquarters-list li {
    float: left;
    width: 384px;
    height: 310px;
    margin-right: 22px;
}

.company-headquarters .company-headquarters-list li img {
    width: 384px;
    height: 310px;
}

.company-headquarters .company-headquarters-list li:last-child {
    margin-right: 0;
}

/*---------------Layoutè®¾è®¡---------------*/
#banner-layout-design {
    height: 364px;
    background: url(../images/layout-bannerbg.jpg) center no-repeat #000;
}

.Layout-design-wrap .layout-sroll {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999999;
    _position: absolute;
    _bottom: auto;
    _top: expression(eval(document.documentElement.scrollTop));
}

.tabs {
    display: none;
    height: 49px;
    position: absolute;
    left: 0;
    right: 0;
    top: -50px;
    z-index: 99;
    background-color: #ccc;
    border-bottom: 1px solid #bbb;
    color: #333;
}

.tabs p {
    float: left;
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 12.5%;
    text-align: center;
    line-height: 48px;
}

.tabs p .spacer {
    position: absolute;
    right: -1px;
    top: 50%;
    margin-top: -11px;
    width: 1px;
    height: 22px;
    background-color: #bbb;
}

.tabs a {
    display: inline-block;
    display: none;
    width: 60px;
    height: 60px;
    margin: 10px 0 0 0;
    background: #fff;
    color: #000;
    vertical-align: middle;
}

.tabs a span {
    display: block;
    width: 28px;
    height: 44px;
    line-height: 22px;
    font-family: 'å¾®è½¯é›…é»‘';
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    margin: 8px 16px;
    _margin: -10px 0 0 16px;
}

.tabs a:hover {
    background-color: #000;
    color: #fff;
    zoom: 1;
}

.tabs p:hover {
    color: #fff;
    background-color: #f54c18;
    border-bottom: 2px solid #e84800;
}

.tabs p:hover:after {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99999;
    bottom: -8px;
    background: none;
    margin: auto;
    content: '';
    width: 0;
    height: 0;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 6px solid #f54c18;
}

.tabs p.cur2 {
    position: relative;
    color: #fff;
    background-color: #f54c18;
    border-bottom: 2px solid #e84800;
}

.tabs p.cur2:after {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99999;
    bottom: -8px;
    background: none;
    margin: auto;
    content: '';
    width: 0;
    height: 0;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 6px solid #f54c18;
}

.Design-process {
    padding-top: 60px;
    background: #ffffff;
    /*padding-bottom: 10px;*/
}

.Design-process h3 {
    text-align: center;
}

.Design-process h3 .dt {
    font-size: 36px;
    color: #333333;
}

.Design-process h3 p {
    font-size: 16px;
    color: #666666;
    margin-top: 5px;
}

.advantage-box {
    margin-top: 70px;
}

.advantage-box .item {
    float: left;
    width: 25%;
    height: 52px;
    display: table-cell;
    vertical-align: middle;
}

.advantage-box .item .text {
    display: inline-block;
    vertical-align: top;
    line-height: 1.8;
    padding-left: 5px;
    font-size: 14px;
    color: #333333;
    margin-top: -3px;
}

.Design-process .tool-box {
    margin-top: 50px;
}

.Design-process .tool {
    border: 1px solid #ebebeb;
    border-radius: 4px;
    float: left;
    height: 357px;
}

.Design-process .tool .title {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #ebebeb;
    font-size: 16px;
    color: #444;
    padding-left: 30px;

}

.Design-process .software {
    width: 515px;

}

.Design-process .tool .structure {
    padding: 0 30px;
    box-sizing: border-box;
}

.Design-process .software .structure {
    padding-right: 0;
}

.Design-process .software .structure .list {
    width: 240px;
    margin-top: 35px;
    float: left;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
}

.Design-process .parameter {
    float: right;
    width: 742px;
}

.Design-process .parameter .structure {
    margin-left: -10px;
    margin-top: 18px;
}

.Design-process .parameter .structure .list {
    background: #f5f5f5;
    width: 334px;
    height: 48px;
    line-height: 48px;
    padding: 0 18px;
    margin-top: 14px;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 14px;
    color: #333333;
    margin-left: 10px;
    float: left;
}

.Design-process .parameter .structure .list .name {
    display: inline-block;
    width: 140px;
}

/* ---------------Layoutè®¾è®¡æµç¨‹åŠç®€ä»?--------------*/
.Design-process .instructions {
    position: absolute;
    top: -60px;
    z-index: 6;
}

.Design-process .step-box {
    padding: 0 45px;
    box-sizing: border-box;
    background: #ffffff;
    border: 1px solid #f1f1f1 \9;
}

:root .Design-process .step-box {
    box-shadow: 0 -1px 3px #eee;
}

.Design-process .list li {
    position: relative;
    float: left;
    text-align: center;
    width: 70px;
    height: 110px;

}

.Design-process .list li .jp-ico {
    padding: 37px 0;
}

.Design-process .list li .jp-ico .text {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #222222;
    margin-left: 2px;
}

.Design-process .list .link {
    width: 50px;
    padding: 0 19px;
}

.Design-process .list .link .jp-ico {
    padding-top: 44px;
}

.the-case .case {
    width: 25%;
    float: left;
    background: #222222;
    position: relative;
    overflow: hidden;

}

.the-case .case img {
    transition: all .3s ease;
}

.the-case .case:hover img {
    transform: scale(1.04);
}

.the-case .case .mask-box {
    position: absolute;
    top: 310px;
    z-index: 5;
    padding: 0 37px;
    color: #eee;
}

.the-case .case .title {
    font-size: 16px;
    font-weight: bold;
}

.the-case .case .des {
    margin-top: 25px;
    line-height: 1.8;
    transition: all .3s;
}


.process-instructions {
    margin-top: 105px;
    background: #222222;
    height: 554px;
    position: relative;
}

/*------------åå¹´ä»¥ä¸Šè®¾è®¡èƒ½åŠ›---------------*/
.to-design {
    padding-top: 60px;
    background: #f5f5f5;
}

.to-design h3 {
    text-align: center;
}

.to-design h3 em {
    font-size: 36px;
}

.to-design h3 p {
    color: #666666;
    font-size: 14px;
    margin-top: 10px;
}

.ability-box {
    padding-top: 36px;
    padding-bottom: 80px;
    position: relative;
}

.ability-box .the-computer {
    position: absolute;
    bottom: -80px;
    left: 0;
    z-index: 3;
}

.ability-box .now-order {
    display: inline-block;
    text-align: center;
    width: 260px;
    height: 46px;
    line-height: 46px;
    color: #ffffff;
    font-size: 16px;
    background-color: #f54e1b;
    border-radius: 30px;
    position: absolute;
    bottom: -20px;
    left: 550px;
    z-index: 3;
}

.ability-box .now-order img {
    vertical-align: unset;
}

.ability-box .ability {
    width: 740px;
    margin-top: 34px;
    margin-left: 550px;
}

.ability-box .ability .item {
    float: left;
    margin-right: 84px;
    width: 270px;
}

.ability-box .ability .item:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    clear: both;
    zoom: 1;
}

.ability-box .ability .item img {
    float: left;
}

.ability-box .ability .item .des {
    color: #333333;
    font-size: 14px;
    padding-left: 18px;
    height: 104px;
    display: table-cell;
    vertical-align: middle;
}

.ability-box .ability .item .des .list {
    margin-top: 5px;
}

.ability-box .ability .item .des em {
    display: inline-block;
    width: 80px;
}

.ability-box .ability .item .des span {
    display: inline-block;
    color: #f54a16;
    border-radius: 10px;
    border: 1px solid #f54a16;
    font-size: 12px;
    width: 58px;
    text-align: center;
    height: 18px;
    line-height: 18px;
}

.ability-box .ability .item .des .free {
    color: #ffffff;
    background-color: #f54a16;
}


.to-design .ability-des {
    background: url("../images/ability-bg.png") no-repeat center;
    min-width: 1280px;
    width: 100%;
    height: 157px;
}

.to-design .ability-des .des {
    padding-left: 550px;
    color: #d3d3d3;
    font-size: 12px;
    line-height: 2;
    float: right;
    margin-top: 50px;
}

/*---------------è®¾è®¡æœåŠ¡--------------*/
.design-services {
    padding: 60px 0 80px 0;
    background-color: #f8f8f8;
}

.design-services h3 {
    text-align: center;
}

.design-services h3 em {
    font-size: 36px;
    color: #333333;
}

.design-services h3 p {
    font-size: 16px;
    color: #666666;
    margin-top: 5px;
}

.design-services .services-box {
    margin-top: 50px;
    height: 400px;
    width: 1280px;
    position: relative;
}

.design-services .services-box .left-control, .right-control {
    position: absolute;
    z-index: 16;
    width: 54px;
    height: 54px;
    top: 50%;
    margin-top: -27px;
    cursor: pointer;
}

.design-services .services-box .left-control {
    background: url("../images/left-control.png") no-repeat center;
    left: -22px;

}

.design-services .services-box .right-control {
    background: url("../images/right-control.png") no-repeat center;
    right: -10px;
}

.swiper-container4 {
    width: 1278px;
    height: 400px;
    overflow: hidden;
}

.design-services .services-box .item {
    width: 410px;
    height: 400px;
    padding: 20px;
    box-sizing: border-box;
    background: #ffffff;
    margin-right: 20px;
    overflow: hidden;
}

.design-services .services-box .item .img {
    position: relative;
}

.design-services .services-box .item .img .index {
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -5px;
    z-index: 3;
    color: #f54e1b;
    font-size: 16px;
}

.design-services .services-box .item .des {
    margin-top: 30px;
    font-size: 14px;
    color: #333333;
    max-height: 106px;
    overflow: hidden;
}

/*------------å¹³å°å¹¿å‘Š---------*/
.platform-ads {
    background: url("../images/platform-ads.png") no-repeat center;
    min-width: 1280px;
    height: 180px;
    cursor: pointer;
}

.platform-ads .send-qq {
    display: block;
    height: inherit;
}

/*---------------PCB è®¾è®¡å‘¨æœŸ---------------*/
.Design-cycle {
    overflow: hidden;
    padding: 60px 0 80px;
    background: #ffffff;
}

.Design-cycle h3 {
    height: 80px;
    text-align: center;
    margin-bottom: 35px;
}

.Design-cycle h3 .dt {
    font-size: 36px;
}

.Design-cycle h3 p {
    font-size: 16px;
    color: #666666;
    margin-top: 5px;
}

.Design-cycle .parameter-tb {
    width: 540px;
    height: 440px;
    text-align: left;
}

.Design-cycle .parameter-tb tr {
    border: 1px solid #eaeaea;
    display: block;
    margin-bottom: 3px;
    border-radius: 4px;
}

.Design-cycle .parameter-tb tr:first-child {
    margin-bottom: 10px;
}

.Design-cycle .parameter-tb .active {
    background: #f5f5f5;

}

.Design-cycle .parameter-tb tr th {
    font-size: 14px;
    color: #333333;
    padding: 12px 0;
}

.Design-cycle .parameter-tb tr th:first-child {
    padding-left: 72px;
    box-sizing: border-box;
}

.Design-cycle .parameter-tb td {
    padding: 11px 0;
}

.Design-cycle .parameter-tb tr td:first-child {
    padding-left: 72px;
    width: 290px;
    box-sizing: border-box;
}

.Design-cycle .register {
    width: 720px;
    height: 440px;
    overflow: hidden;
    background: url(../images/layout-registerbg.jpg) center;
    border-radius: 4px;
}

.Design-cycle .register .box {
    width: 215px;
    margin: 160px auto 0;
    color: #fff;
    text-align: center;
}

.Design-cycle .register .box button {
    width: 100%;
    height: 45px;
    background-color: #f54c18;
    color: #fff;
    border: 0;
    margin-top: 35px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

.Design-cycle .register .box button:hover {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
}

/*---------------è®¾è®¡æ¼”ç¤º-----------*/
.Design-demo {
    background: #f8f8f8;
    padding: 60px 0 75px;
}

.Design-demo h3 {
    height: 80px;
    text-align: center;
    margin-bottom: 35px;
}

.Design-demo h3 .dt {
    font-size: 36px;
    color: #333333;
}

.Design-demo h3 p {
    color: #666666;
    margin-top: 8px;
}

/*3Dè½®æ’­*/

.demo-box {
    position: relative;
    height: auto;
}

:root demo-box {
    height: 600px \9;
}

.demo-box .swiper-slide {
    -webkit-transition: transform 1.0s;
    -moz-transition: transform 1.0s;
    -ms-transition: transform 1.0s;
    -o-transition: transform 1.0s;
    -webkit-transform: scale(0.88);
    transform: scale(0.88);
    margin-top: 40px;
    margin-bottom: 40px;
    width: auto;
    width: auto \9;
    box-sizing: border-box;
}

:root .demo-box .swiper-slide {
    width: 640px !important;
}

.demo-box .swiper-container5 {
    width: 1280px;
    height: 380px \0;
    overflow: hidden;
}

:root .demo-box .swiper-container5 {
    height: auto;
}

.demo-box .item-img {
    display: block;
    padding: 10px;
    background: #ffffff;
    box-sizing: border-box;
    position: relative;
}

.demo-box .swiper-slide img {
    width: 100%;
    display: block;
    height: 100%;
    border: none;
}

.demo-box .swiper-slide .item-img .m {
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.5s;
    background-color: #959595;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}

:root .demo-box .swiper-slide .item-img .m {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.demo-box .swiper-slide-active {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    box-shadow: 0 0 6px rgba(0, 0, 0, .3);
    z-index: 99;
}

:root .demo-box .swiper-slide-active .item-img .m {
    opacity: 0;
    filter: alpha(opacity=0);
}

.demo-box .left-handle, .right-handle {
    position: absolute;
    z-index: 6;
    width: 66px;
    height: 66px;
    top: 50%;
    margin-top: -33px;
}

.demo-box .left-handle {
    background: url("../images/left-handle.png") no-repeat;
    left: 50px;
    cursor: pointer;
}

.demo-box .right-handle {
    background: url("../images/right-handle.png") no-repeat;
    right: 50px;
    cursor: pointer;
}

.demo-box .left-handle:hover, .demo-box .right-handle:hover {
    opacity: 0.8;
}


/*3Dè½®æ’­*/

/*---------------äº§å“---------------*/
.Product-show {
    overflow: hidden;
    padding: 60px 0;
    background-color: #f5f5f5;
}

.Product-show h3 {
    height: 80px;
    text-align: center;
    margin-bottom: 35px;
}

.Product-show h3 .dt {
    margin-bottom: 5px;
}

.Product-show .title {
    margin-bottom: 25px;
    text-align: center;
}

.Product-show .list li {
    overflow: hidden;
    float: left;
    width: 288px;
    margin: 0 15px 15px 0;
    background-color: #fff;
}

.Product-show .list li img {
    width: 100%;
}

.Product-show .list li:nth-child(4n) {
    margin-right: 0;
}

.Product-show .list li p {
    line-height: 67px;
    text-align: center;
}

/*---------------æœåŠ¡---------------*/
.service-block {
    overflow: hidden;
    padding: 45px 0;
}

.service-block .after-sales {
    float: left;
    width: 560px;
    margin-right: 80px;
}

.service-block .after-sales:last-child {
    margin-right: 0;
}

.service-block .after-sales .box {
    display: inline-block;
    margin-left: 25px;
}

.service-block .after-sales .box dt {
    margin-bottom: 10px;
    font-weight: bold;
}


.layout-service {
    padding: 50px 0;
    height: 402px;
    background: url(../images/layout-service@bg.jpg) no-repeat center;
}

.layout-service h3 {
    height: 80px;
    text-align: center;
    margin-bottom: 50px;
}

.layout-service h3 .dt {
    margin-bottom: 5px;
    color: #fff;
}

.layout-service .item {
    float: left;
    width: 520px;
}

.layout-service .item .jp-icon {
    margin-top: 8px;
}

.layout-service .item .info {
    display: inline-block;
    margin-left: 20px;
}

.layout-service .item .info dt {
    color: #fff;
    margin-bottom: 15px;
}

.layout-service .item .info dd {
    color: #cbcbcb;
}

.layout-service .item .info dd p {
    margin-bottom: 15px;
}

.layout-service .item:first-child {
    width: 650px;
}


/*---------------å·¥åŽ‚å±•ç¤º---------------*/
.hd-position {
    position: relative;
    overflow: hidden;
    margin-bottom: 12px;
}

.hd-position .position-ico {
    position: absolute;
    top: 2px;
    left: 0;
    background-image: url(../images/position@icon.png);
    background-repeat: no-repeat;
    vertical-align: middle;
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 6px;
}

.hd-position .position-side {
    margin-top: 2px;
    padding-left: 30px;
    line-height: 26px;
}


.product-item-tab li {
    float: left;
    margin-left: 15px;
}

.product-item-tab li a {
    display: block;
    padding: 5px 20px;
    background-color: #e6e6e6;
    border: 1px solid #dedede;
    color: #000;
}

.product-item-tab li a:hover, .product-item-tab li.current a {
    background-color: #f54c18;
    border-color: #f54c18;
    color: #fff;
}

.template-show-container {
    overflow: hidden;
    padding: 30px 0;
}

.template-show-container h3 {
    height: 80px;
    text-align: center;
    margin-bottom: 35px;
}

.template-show-container h3 .dt {
    margin-bottom: 5px;
}

.template-show-container .box {
    padding: 35px 30px;
    background-color: #fff;
}

.template-show-container .box .item {
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 30px;
}


.factory-show-container {
    overflow: hidden;
    padding: 30px 0;
}

.factory-show-container h3 {
    height: 80px;
    text-align: center;
    margin-bottom: 35px;
}

.factory-show-container h3 .dt {
    margin-bottom: 5px;
}


.factory-show-container .box .item {
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #ebebeb;
    margin-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
    -webkit-box-shadow: 1px 3px 5px rgba(0, 0, 0, .03);
    -moz-box-shadow: 1px 3px 5px rgba(0, 0, 0, .03);
    box-shadow: 1px 3px 5px rgba(0, 0, 0, .03);
}

.factory-show-container .box .item .side {
    width: 317px;
    height: 210px;
    border-right: 1px solid #ebebeb;
    padding: 5px 30px;
}

.factory-show-container .box .item .side .info {
    overflow: hidden;
    margin: 25px 0;
}

.factory-show-container .box .item .side .info i {
    float: left;
    overflow: hidden;
    width: 58px;
    height: 58px;
    margin: 5px 10px 0 0;
}

.factory-show-container .box .item .side .info i {
    width: 58px;
}

.factory-show-container .box .item .side .info em {
    display: inline-block;
}

.factory-show-container .box .item .side .info em .dt {
    font-size: 30px;
}

.factory-show-container .box .item .side .info em .en {
    text-transform: uppercase;
    line-height: 1;
}

.factory-show-container .box .item .list {
    width: 890px;
    padding: 25px 5px 20px;
}

.factory-show-container .box .item .list ul li {
    float: left;
    width: 203px;
    text-align: center;
    margin-left: 15px;
}

.factory-show-container .box .item .list ul {
    overflow: hidden;
}

.factory-show-container .box .item .list ul li .p-img {
    overflow: hidden;
    width: 203px;
    height: 150px;
    text-align: center;
    background-color: #999;
}

.factory-show-container .box .item .list ul li .p-img img {
    width: 100%;
}

.factory-show-container .box .item .list ul li .p-name {
    margin-top: 5px;
}

/*---------------ç€‘å¸ƒæµ?--------------*/

/*æ ·æ¿å±•ç¤º*/
.sample-show-container .sample-show-list ul li {
    float: left;
    width: 388px;
    margin-bottom: 20px;
    background: #fff;
    position: relative;
    overflow: hidden; /*box-shadow: 0 0 10px #BCBCBC;*/
}

.sample-show-container .sample-show-list ul li .a-img {
    overflow: hidden;
    width: 388px;
    display: block;
    position: relative;
    cursor: pointer;
}

.sample-show-container .sample-show-list ul li .a-img img {
    width: 388px;
    display: block;
}

.sample-show-container .sample-show-list ul li .info-item {
    margin-top: 10px;
}

.sample-show-container .sample-show-list ul li .info-item .name {
    margin-bottom: 5px;
}

.sample-show-container .sample-show-list ul li .info-item .tab-label i.eyes {
    float: left;
    margin-top: 1px;
    width: 21px;
    height: 15px;
    background: url(../images/eyes@icon.png);
}

.sample-show-container .sample-show-list ul li .info-item .tab-label dd {
    float: left;
    margin-top: 5px;
    margin-right: 2px;
    padding: 2px 0;
    color: #777;
}

.sample-show-container .sample-show-list ul li .info-item .tab-label dd.adv {
    padding: 2px 8px;
    background-color: #e7e7e7;
}

.sample-show-container .sample-show-list ul li .info-item .tab-label dd.spacer {
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
    width: 1px;
    height: 26px;
    background-color: #d5d5d5;
}


/*---------------æ¡ˆä¾‹å¼¹çª—---------------*/
.case-blcok-up {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 9999999;
    margin: auto;
    margin-top: -340px;
    width: 900px;
    height: 660px;
    background-color: #fff;
}

.case-blcok-up .case-box {
    padding: 38px;
    position: relative;
}

.case-blcok-up .case-box .bigImg {
    width: 580px;
    height: 580px;
    border: 1px solid #efefef;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.case-blcok-up .case-box .bigImg img {
    max-width: 580px;
    max-height: 580px;
}

.case-blcok-up .case-box .info {
    width: 200px;
    height: 570px;
    position: absolute;
    right: 38px;
    top: 38px;
    z-index: 99;
}

.case-blcok-up .case-box .info .close {
    height: 22px;
    margin-bottom: 50px;
    cursor: pointer;
}

.case-blcok-up .case-box .info .ms dt {
    margin-bottom: 5px;
}

.case-blcok-up .case-box .info .ms dd {
    color: #9fa0a0;
}

.case-blcok-up .case-box .page {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 99;
    width: 100%;
    border-top: 1px solid #efeff0;
    padding-top: 20px;
}

.case-blcok-up .case-box .page a {
    width: 48%;
    display: inline-block;
}

.case-blcok-up .case-box .page a.arrow-left {
    border-right: 1px solid #efeff0;
}

.case-blcok-up .case-box .page a.arrow-right {
    text-align: right;
}

.caseBg {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    opacity: 0.75;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
}

/*---------------å·¥è‰ºå±•ç¤º---------------*/
.process-show-banner {
    position: relative;
    text-align: center;
    background-color: #171c1f;
    -moz-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.18);
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.18);
}

.process-show-container .box {
    background-color: #fff;
    padding: 30px;
}

.process-show-container .pcb-capabilitie-list {
    border-collapse: collapse;
    font-size: 14px;
}

.process-show-container .pcb-capabilitie-list th {
    border: 1px solid #767676;
    background-color: #767676;
    color: #fff;
    padding: 8px 20px;
    text-align: left;
}

.process-show-container .pcb-capabilitie-list td {
    padding: 15px 20px;
    border: 1px solid #e7e7e7;
}

/*---------------è”ç³»æˆ‘ä»¬---------------*/
#contact-banner {
    overflow: hidden;
    height: 364px;
    background: url(../images/contact-bannerbg.jpg) center no-repeat #000;
}

.contact-us {
    overflow: hidden;
    padding: 45px 0;
}

.contact-us h3 {
    height: 80px;
    text-align: center;
    margin-bottom: 35px;
}

.contact-us h3 .dt {
    margin-bottom: 5px;
}

.contact-us .companyinfo {
    border-bottom: 1px solid #ededed;
    padding: 0 0 45px 0;
}

.contact-us .companyinfo .item {
    float: left;
    width: 225px;
}

.contact-us .companyinfo .item .jp-icon {
    float: left;
    margin: 0 12px 0 0;
}

.contact-us .companyinfo .item.adress {
    width: 535px;
}

.contact-us .companyinfo .item.adress dd {
    color: #333;
    line-height: 1.8;
}

.contact-us .companyinfo .item dl {
    display: inline-block;
}

.contact-us .companyinfo .item dl dt {
    font-size: 22px;
    font-family: arial;
    line-height: 0.9;
}

.contact-us .split-box {
    padding: 50px 0;
    border-bottom: 1px solid #ededed;
}

.contact-us .split-box .item {
    float: left;
    width: 360px;
    margin: 0 60px 0 0;
}

.contact-us .split-box .item:last-child {
    margin-right: 0;
}

.contact-us .split-box .item dl dd {
    margin-top: 20px;
}

.contact-us .split-box .item dl dd .mr {
    margin-right: 10px;
}

/*---------------ä¸‹å•æ–¹å¼---------------*/
.contact-us .order-way {
    padding: 40px 0;
}


/*---------------æœåŠ¡ä¸­å¿ƒ---------------*/
#banner-service {
    height: 364px;
    background: url(../images/service-bannerbg.jpg) center no-repeat #000;
}

.common-problems-container .hd h1 {
    overflow: hidden;
    padding-bottom: 20px;
    font-size: 30px;
}

.common-problems-container .hd .btn-askquestion {
    display: block;
    padding: 6px 12px 4px;
    border: 2px solid #eee;
    margin-top: 0;
    cursor: pointer;
}

.common-problems-container .hd .btn-askquestion:hover {
    border: 2px solid #f54c18;
    font-weight: bold;
}

.common-problems-container .hd .btn-askquestion .icon-askquestion {
    width: 25px;
    height: 26px;
    margin-right: 5px;
    background-image: url(../images/ask-questions2@icon.png);
    background-repeat: no-repeat;
    vertical-align: middle;
    display: inline-block;
    opacity: 0.8;
}

.common-problems-container .banner-new-common-problem {
    height: 137px;
    background: url(../images/baneer_newcp.jpg) no-repeat center #fff0db;
}

.common-problems-container .box {
    background-color: #fff;
    padding: 40px 50px 50px;
    overflow: hidden;
}


.search-div {
    width: 750px;
    height: 138px;
    margin-left: auto;
    margin-right: auto;
}

.search-div .search-box {
    display: inline-block;
    margin-top: 32px;
    margin-bottom: 12px;
}

.hot-search dt, .hot-search dd {
    float: left;
}

.hot-search dd {
    margin-left: 8px;
    margin-right: 10px;
}

.hot-search dd a {
    color: #7b5822;
}

.hot-search dd a:hover {
    color: #7b5822;
    text-decoration: underline;
}

.search {
    overflow: hidden;
    width: 750px;
    height: 50px;
    background-color: #f90;
}

.search-con {
    margin-top: 2px;
    margin-left: 2px;
    width: 606px;
    height: 42px;
    padding: 2px 2px 2px 0;
    background-color: #fff;
}

.search-btn {
    width: 140px;
    height: 50px;
    line-height: 50px;
    color: #fff;
}

.search-select .item {
    width: 90px;
    height: 43px;
    line-height: 43px;
    padding-left: 10px;
    border-right: 1px solid #e4e4e4;
    cursor: pointer;
}

.search-select .item .icons {
    width: 10px;
    height: 6px;
    background-position: 0 0;
    margin-left: 5px;
    tranform: scale(.8);
    -moz-tranform: scale(.8);
    -webkit-tranform: scale(.8);
    -o-tranform: scale(.8);
    transition: transform .3s;
    -moz-transition: -moz-transform .3s;
    -webkit-transition: -webkit-transform .3s;
    -o-transition: -o-transform .3s;
}

.search-select .item:hover .icons, .search-select .hover .icons {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

.search-selectList {
    position: relative;
    z-index: 6;
    margin-left: -1px;
    margin-top: 1px;
    background-color: #fff;
    border-left: 1px solid #f90;
    border-right: 1px solid #f90;
    border-bottom: 1px solid #f90;
}

.search-selectList li {
    height: 38px;
    line-height: 38px;
    padding-left: 10px;
    padding-right: 10px;
}

.search-selectList li:hover {
    background-color: #f90;
}

.search-selectList li:hover a {
    color: #fff;
}

.search-inputbox {
    width: 559px;
    padding-right: 10px;
    height: 42px;
}

.search-inputbox input[type="text"] {
    width: 100%;
    height: 42px;
    text-indent: 5px;
    line-height: 42px;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

.search-inputbox input[type="text"]:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.search-con .icon-search {
    width: 22px;
    height: 22px;
    margin-top: 10px;
    margin-left: 12px;
    background-image: url(../images/seaceh@icon.png);
    background-repeat: no-repeat;
    vertical-align: middle;
    display: inline-block;
}

.service-sidebar {
    width: 240px;
}

.service-sidebar h3.title {
    height: 58px;
    background-color: #f54c18;
    padding: 40px 30px;
}

.service-sidebar h3.title .dt {
    font-size: 24px;
    color: #fff;
    margin-bottom: 10px;
}

.service-sidebar .ser-navigation {
    border: 1px solid #e7e7e7;
    background-color: #fff;
}

.service-sidebar .ser-navigation li {
    position: relative;
    height: 42px;
    line-height: 42px;
}

.service-sidebar .ser-navigation li:last-child {
    border-bottom: 0;
}

.service-sidebar .ser-navigation li a {
    display: block;
    padding: 0 22px;
}

.service-sidebar .ser-navigation li a:hover {
    background-color: #e7e7e7;
    color: #484848;
}

.service-sidebar .ser-navigation li a.over {
    background-color: #f54c18;
    color: #fff;
    font-weight: bold;
}

.service-sidebar .ser-navigation li a.over:after {
    position: absolute;
    right: -5px;
    top: 50%;
    margin-top: -5px;
    z-index: 9;
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #f54c18;
}

.service-sidebar .ser-navigation li .currentDt {
    display: none;
}

.service-sidebar .ser-navigation li .jp-icon {
    float: left;
    width: 30px;
    height: 30px;
    line-height: 0;
    margin: 12px 12px 0 0;
}

.service-description {
    width: 890px;
    background-color: #fff;
}

.service-description .title {
    height: 60px;
    padding: 0 0;
    border-bottom: 1px solid #e3e3e3;
}

.service-description .title .dt {
    float: left;
    line-height: 59px;
    border-bottom: 2px solid #f54c18;
    padding: 0 5px;
}

.service-description .title .location {
    margin: 28px 0 0 0;
}

.service-description .title .location a {
    color: #999;
}

.service-description .title .location a:hover {
    color: #e84800;
    text-decoration: underline;
}

.service-description .modLine {
    padding: 0 0;
}

.service-description .modLine .operation {
    position: absolute;
    right: 20px;
    top: 15px;
    text-align: right;
}

.service-description .modLine .operation button {
    background-color: #ff9900;
    color: #fff;
    border: 0;
    padding: 8px 20px;
    border-radius: 4px;
}

.service-description .modLine .operation button i {
    display: inline-block;
    margin-top: -3px;
    vertical-align: middle;
    margin-right: 6px;
    width: 16px;
    height: 16px;
    background: url(../images/tw@icon.png) no-repeat;
}

.service-contact {
    background: url(../images/about_pic.jpg) no-repeat top right #fff;
    border: 1px solid #e7e7e7;
    padding: 18px;
    margin-top: 10px;
}

/*---------------ä¸‹å•æµç¨‹---------------*/
.order-progress .item {
    margin-bottom: 30px;
}

.order-progress .item h3 {
    margin-bottom: 20px;
    font-size: 24px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.order-progress .item p {
    margin-bottom: 20px;
    font-size: 16px;
}

.order-progress .item a {
    color: #1a6eb3;
}

.order-progress .item a:hover {
    color: #f54c18;
}

/*---------------ç‰¹æƒ äº§å“---------------*/
.Preferential-products {
    height: 235px;
    padding: 0 20px;
}

.Preferential-products .Pre-list li {
    float: left;
    width: 354px !important;
    height: 195px !important;
    border: 1px solid #f1f1f1;
    margin: 0 15px;
    padding: 35px 0 0 0;
}

.Preferential-products .Pre-list li .Pro-show {
    width: 186px;
    height: 163px;
    float: left;
}

.Preferential-products .Pre-list li .info {
    width: 150px;
    float: left;
    border-left: 1px solid #e2e2e2;
    padding: 0 0 0 12px;
}

.Preferential-products .Pre-list li .info dt {
    height: 130px;
}

.Preferential-products .Pre-list li .info dt p {
    margin-bottom: 12px;
}

.Preferential-products .Pre-list li .info .price {
    margin-top: 12px;
    text-align: right;
}

.Preferential-products .Pre-list li .info .price a {
    padding: 5px 12px;
    background-color: #f13637;
    color: #fff;
    border-radius: 5px;
}

.Preferential-products .prev {
    position: absolute;
    left: -50px;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: none !important;
    opacity: 0.6;
}

.Preferential-products .next {
    position: absolute;
    right: -50px;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: none !important;
    opacity: 0.6;
}

.Preferential-products .prev:hover, .Preferential-products .next:hover {
    opacity: 1;
}

/*---------------è´´ç‰‡æ‰“æ ·---------------*/
.patch-proofing .patch-proofing-body {
    height: 270px;
    background: url(../images/smt-ad.png) no-repeat;
}

.service-contact {
    background: url("../images/about_pic.jpg") no-repeat bottom right #fff;
    border: 1px solid #e7e7e7;
    padding: 18px;
}

.service-contact dd {
    position: relative;
    width: 205px;
    padding: 15px 0;
}

.service-contact dd.line {
    border-bottom: 1px solid #f5f5f5;
}

.service-contact dd:last-child {
    width: 128px;
    border-top: 1px solid #f5f5f5;
}

.service-contact .ico {
    position: absolute;
    top: 19px;
    left: 0px;
}

.service-contact .con {
    padding-left: 38px;
}

.service-contact p {
    margin-bottom: 0;
    line-height: 22px;
}

.service-contact .qq-contact {
    background: none;
    width: 71px;
    display: block;
    overflow: hidden;
    margin: 0 10px 0 0;
}

.service-contact .tel-ico {
    width: 30px;
    height: 30px;
    background: url(../images/tel-contact@icon.png) no-repeat;
}

.service-contact .qq-ico {
    width: 30px;
    height: 30px;
    top: 10px;
    background: url(../images/qq-contact@icon.png) no-repeat;
}

.service-contact .email-ico {
    width: 30px;
    height: 30px;
    background: url(../images/email-contact@icon.png) no-repeat;
}


/*---------------SMTæ‰“æ ·banner---------------*/
#banner-SMT {
    background-color: #000;
    z-index: 8;
    height: 476px;
    text-align: center;
}

.SMT-proofing .modLine-Bg {
    background-color: #f5f5f5;
}

#banner-SMT .banner-title1 {
    margin-top: 65px;
}

#banner-SMT .banner-title2 {
    margin-top: 16px;
}

/*ä¼˜åŠ¿*/
.privilege {
    width: 1280px;
    margin: -50px auto 50px;
    position: relative;
    z-index: 9;
}

.privilege:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    clear: both;
}

.privilege .item {
    width: 310px;
    height: 150px;
    margin-left: 13px;
    float: left;
    border: 1px solid #f8f8f8;
    box-shadow: 0 0 5px rgba(4, 0, 0, 0.2);
    box-sizing: border-box;
}

.privilege .item:first-child {
    margin-left: 0;
}

.privilege .item .item-title {
    height: 50px;
    width: 310px;
    background: #ebebeb;
    display: table-cell;
    vertical-align: middle;
    padding-left: 28px;
    box-sizing: border-box;
}

.privilege .item .item-title .pcb-icon {
    display: block;
    background: url("../images/iconed1.png") no-repeat center;
    width: 24px;
    height: 24px;
    float: left;
}

.privilege .item .item-title .pcb-name {
    font-size: 16px;
    color: #323232;
    font-weight: bold;
    margin-left: 10px;
}

.privilege .item .item-body {
    height: 98px;
    padding: 24px 23px 24px 28px;
    box-sizing: border-box;
    font-size: 14px;
    color: #606060;
    background: #f8f8f8;
    position: relative;
    overflow: hidden;
}

.privilege .item .item-body:after {
    display: block;
    content: '';
    background: url("../images/icon1-bg.png") no-repeat center;
    width: 121px;
    height: 114px;
    position: absolute;
    right: -44px;
    bottom: -65px;
    z-index: 1;
}

/*.privilege .item:hover {*/
/*    border: 1px solid #f04e2e;*/
/*    cursor: default;*/
/*}*/

/*.privilege .item:hover .item-title {*/
/*    background: #f04e2e;*/
/*}*/

/*.privilege .item:hover .item-title span {*/
/*    color: #fff;*/
/*}*/

/*.privilege .pcb:hover .pcb-icon {*/
/*    background: url("../images/icon1.png") no-repeat center;*/
/*}*/

.privilege .smt .item-title .pcb-icon {
    background: url("../images/iconed2.png") no-repeat center;
    width: 27px;
    height: 27px;
}

/*.privilege .smt:hover .pcb-icon {*/
/*    background: url("../images/icon2.png") no-repeat center;*/
/*}*/

.privilege .smt .item-body:after {
    display: block;
    content: '';
    background: url("../images/icon2-bg.png") no-repeat center;
    width: 115px;
    height: 115px;
    position: absolute;
    right: -37px;
    bottom: -57px;
    z-index: 1;
}

.privilege .active{
    border: 1px solid #f04e2e;
}
.privilege .active .item-title {
    background: #f04e2e;
}
.privilege .active .item-title .pcb-icon{
    background: url("../images/icon2.png") no-repeat center;
}

.privilege .active .item-title .pcb-name {
    color: #fff;
}

.privilege .comp .item-title .pcb-icon {
    background: url("../images/iconed3.png") no-repeat center;
    width: 26px;
    height: 27px;
}

/*.privilege .comp:hover .pcb-icon {*/
/*    background: url("../images/icon3.png") no-repeat center;*/
/*}*/

.privilege .comp .item-body:after {
    display: block;
    content: '';
    background: url("../images/icon3-bg.png") no-repeat center;
    width: 100px;
    height: 103px;
    position: absolute;
    right: -20px;
    bottom: -53px;
    z-index: 1;
}

.privilege .plan .item-title .pcb-icon {
    background: url("../images/icon4.png") no-repeat center;
    width: 27px;
    height: 25px;
}

/*.privilege .plan:hover .pcb-icon {*/
/*    background: url("../images/iconed4.png") no-repeat center;*/
/*}*/

.privilege .plan .item-body:after {
    display: block;
    content: '';
    background: url("../images/icon4-bg.png") no-repeat center;
    width: 111px;
    height: 102px;
    position: absolute;
    right: -38px;
    bottom: -56px;
    z-index: 1;
}

/*ä¸€ç«™å¼*/
.one-stop {
    background: #fff;
}

.one-stop .one-title {
    font-size: 30px;
    color: #323232;
    font-weight: 700;
    text-align: center;
}

.one-stop .title-des {
    font-size: 14px;
    color: #898989;
    margin-top: 8px;
    text-align: center;
}

.one-stop .tab-group {
    margin: 44px auto 0;
    text-align: center;
}

.one-stop .tab-group a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 36px;
    border-radius: 3px;
    text-align: center;
    background: #f9f9f9;
    color: #323232;
    font-size: 14px;
    border: 1px solid #e4e4e4;
    box-sizing: border-box;
}

.one-stop .tab-group a:first-child {
    margin-right: 20px;
}

.one-stop .tab-group .active {
    background: #747474;
    color: #fff;
    font-weight: 700;
}

.one-stop .one-img {
    margin: 40px auto 0;
    width: 1280px;
    position: relative;
}

.one-stop .one-img:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    clear: both;
}

.one-stop .one-img .img {
    width: 305px;
    height: 200px;
    margin: 0 0 29px 20px;
    float: left;
    background: #c4c4c4;
    position: relative;
}

.one-stop .one-img .imgs-box {
    margin-left: -20px;
    position: relative;
}
.one-stop .one-img .imgs-box:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    clear: both;
}

.one-stop .one-img .img img {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: all .3s;
}

.one-stop .one-img .img:hover img {
    transform: scale(1.02) translateZ(-1px);
}

.one-stop .quote-btn {
    display: block;
    margin: 20px auto 80px;
    width: 360px;
    height: 58px;
    line-height: 58px;
    border-radius: 50px;
    background: #ff4c00;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.one-stop .quote-btn:hover {
    box-shadow: 0 2px 12px -2px rgba(0, 0, 0, .3);
}

.one-stop .quote-btn .right-sign {
    display: inline-block;
    background: url("../images/right-sign.png") no-repeat;
    width: 18px;
    height: 15px;
    margin-left: 20px;
}

/*å…³äºŽpcb*/
.about-pcb {
    background: url("../images/about-pcba.jpg") no-repeat center;
    height: 500px;
}

.about-pcb .about {
    width: 1280px;
    margin: 0 auto;
}

.about-pcb .about-title {
    font-size: 30px;
    text-align: center;
    padding-top: 80px;
    color: #fff;
}

.about-pcb .about-title-des {
    margin-top: 8px;
    text-align: center;
    color: #fff;
    line-height: 26px;
    font-size: 14px;
}

.about-pcb .about-img {
    width: 1280px;
    margin: 80px auto 0;
    position: relative;
    padding: 0 18px;
    box-sizing: border-box;
}

.about-pcb .about-img:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    clear: both;
}

.about-pcb .about-img .item {
    width: 386px;
    height: 410px;
    padding: 12px;
    box-sizing: border-box;
    background: #f6f6f6;
    margin-left: 43px;
    float: left;
    transition: all .3s;
}

.about-pcb .about-img .item:first-child {
    margin-left: 0;
}

.about-pcb .about-img .show-img {
    width: 362px;
    height: 242px;
    position: relative;
}

.about-pcb .about-img .show-img > img {
    max-width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    transition: margin-top .3s;
}

.about-pcb .about-img .show-title {
    margin-top: 25px;
    color: #323232;
    font-size: 18px;
    font-weight: 700;
    padding-left: 12px;
    box-sizing: border-box;
}

.about-pcb .about-img .show-des {
    padding-left: 12px;
    box-sizing: border-box;
    margin-top: 12px;
    font-size: 14px;
    line-height: 24px;
    color: #818181;
}

.about-pcb .about-img .item:hover {
    cursor: default;
    transform: translateY(-5px) translateZ(-1px);
}

/*æˆ‘ä»¬éƒ½æœ‰*/
.all-us {
    margin-top: 230px;
}

.all-us .us-title {
    font-size: 30px;
    color: #323232;
    text-align: center;
}

.all-us .us-title span {
    font-weight: 700;
}

.all-us .us-title-des {
    margin-top: 10px;
    font-size: 14px;
    color: #898989;
    background: #fff;
    text-align: center;
}

.all-us .us-title-des span {
    display: inline-block;
    padding: 0 30px;
    position: relative;
}

.all-us .us-title-des span:before {
    display: none;
    content: '';
    width: 310px;
    position: absolute;
    left: -310px;
    top: 50%;
    border-top: 1px solid #dedede;
}

.all-us .us-title-des span:after {
    display: none;
    content: '';
    width: 310px;
    position: absolute;
    right: -310px;
    top: 50%;
    border-top: 1px solid #dedede;
}

.all-us .offer-box {
    position: relative;
    width: 1280px;
    margin: 40px auto 0;
}

.all-us .offer-box:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    clear: both;
}

.all-us .offer-box .item {
    width: 310px;
    height: 474px;
    float: left;
    margin-left: 10px;
    border: 1px solid #dadada;
    position: relative;
    transition: all .3s;
}

.all-us .offer-box .item:first-child {
    margin-left: 0;
}

.all-us .offer-box .offer-img {
    height: 240px;
    background: #e6e6e6;
    position: relative;
    overflow: hidden;
}

.all-us .offer-box .offer-img img {
    max-width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -14px;
    margin: auto;
}

.all-us .offer-box .offer-des {
    padding: 15px 17px 0;
    box-sizing: border-box;
}

.all-us .offer-box .title {
    font-size: 18px;
    color: #323232;
    font-weight: 700;
}

.all-us .offer-box .label-box {
    margin-top: 10px;
}

.all-us .offer-box .label-box span {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
    color: #878787;
    border: 1px solid #e6e6e6;
    margin: 0 12px 0 0;
}

.all-us .offer-box .text {
    margin-top: 14px;
    position: relative;
    padding-top: 10px;
    line-height: 23px;
    font-size: 14px;
    color: #808080;
}

.all-us .offer-box .text:before {
    display: block;
    content: '';
    width: 106%;
    border-top: 1px solid #eaeaea;
    position: absolute;
    top: 0;
    left: -8px;
    z-index: 1;
}

.all-us .offer-box .item .offer-btn {
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    border: 1px solid #ff4c00;
    color: #ff4c00;
    position: absolute;
    bottom: 17px;
    right: 17px;
    z-index: 1;
    font-size: 14px;
    font-weight: 700;
}

.all-us .offer-box .item .offer-btn:hover {
    box-shadow: 0 0 6px rgba(0, 0, 0, .2);
}

.all-us .offer-box .item:hover {
    box-shadow: 0 0 12px rgba(0, 0, 0, .2);
}

/*åŠ å·¥èƒ½åŠ›*/
.capacity-box {
    margin-top: 80px;
    background: url("../images/capacity-bg.jpg") no-repeat center;
    height: 820px;
}

.capacity-box .capacity {
    width: 1280px;
    margin: 0 auto;
}

.capacity-box .capacity .capacity-title {
    font-size: 30px;
    color: #323232;
    text-align: center;
    padding-top: 72px;
}

.capacity-box .capacity .capacity-title span {
    font-weight: 700;
}

.capacity-box .capacity .capacity-title-des {
    margin-top: 10px;
    font-size: 14px;
    color: #898989;
    text-align: center;
}

.capacity-box .capacity .term {
    height: 530px;
    border-radius: 4px;
    position: relative;
    margin-top: 40px;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, .16);
    padding: 46px 0 0 60px;
    box-sizing: border-box;
}

.capacity-box .capacity .term:before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: #fff;
    opacity: .7;
    filter: alpha(opacity=70);
}

.capacity-box .capacity .term table {
    position: relative;
    z-index: 2;
}

.capacity-box .capacity .term table td {
    vertical-align: top;
}

.capacity-box .capacity .term table dl {
    margin: 0;
    min-height: 70px;
}

.capacity-box .capacity .term table dt {
    color: #444444;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
}

.capacity-box .capacity .term table dd {
    font-size: 14px;
    color: #808080;
    margin:0 0 1px 0;
}

/*åŒ å¿ƒç²¾ç¥ž*/
.spirit {
    padding-top: 20px;
    background: #fff;
    position: relative;
}

.spirit .the-place {
    width: 1280px;
    height: 190px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #eeeeee;
    position: absolute;
    top: -50px;
    left: 50%;
    margin-left: -640px;
    z-index: 1;
    padding: 30px 26px 0 22px;
    box-sizing: border-box;
}

.spirit .the-place .place-title {
    font-size: 18px;
    font-weight: 700;
    color: #444444;
    padding-left: 17px;
    box-sizing: border-box;
    position: relative;
}

.spirit .the-place .place-title:before {
    display: block;
    content: '';
    height: 20px;
    width: 6px;
    position: absolute;
    background: #f54a16;
    left: 0;
    top: 50%;
    margin-top: -10px;
}

.spirit .the-place .place-title:after {
    display: block;
    content: '';
    width: 91%;
    border-top: 1px dashed #dddddd;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
}

.spirit .the-place .place-bg {
    display: inline-block;
    background: url("../images/place-bg.png") no-repeat center;
    width: 1199px;
    height: 59px;
    margin: 50px 0 0 15px;
}

.spirit .spirit-title {
    font-size: 30px;
    color: #323232;
    text-align: center;
}

.spirit .spirit-title span {
    font-weight: 700;
}

.spirit .spirit-title-des {
    font-size: 14px;
    color: #898989;
    margin-top: 10px;
    text-align: center;
}

.spirit .adv-box {
    width: 1280px;
    margin: 40px auto 0;
    font-size: 0;
}

.spirit .adv-box .adv-img img {
    margin-left: 12px;
}

.spirit .adv-box .adv-img img:first-child {
    margin-left: 0;
}

.spirit .adv-box .adv-show {
    margin-top: 12px;
}

.spirit .adv-box .adv-video {
    width: 890px;
    height: 325px;
    float: left;
    position: relative;
    cursor: pointer;
}

.spirit .adv-box .adv-video .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -50px;
    z-index: 2;
    transition: all .3s;
}

.spirit .adv-box .adv-video:hover .play-btn {
    transform: rotate(180deg);
}

.spirit .adv-box .adv-more {
    width: 380px;
    height: 325px;
    float: right;
    background: #282828;
    text-align: center;

}

.spirit .adv-box .adv-more a {
    display: table-cell;
    vertical-align: middle;
    width: 380px;
    height: 325px;
    color: #fff;
}

.spirit .adv-box .adv-more a:hover .name {
    color: #ff4c00;
}

.spirit .adv-box .adv-more .name {
    font-size: 18px;
    font-weight: 700;
    margin-top: 22px;
    transition: all .3s;
}

/*å…¨çƒåˆ†å¸ƒ*/
.map-box {
    background: #f8f8f8;
    height: 510px;
    padding-top: 90px;
    box-sizing: border-box;
}

.map-box .map-body {
    width: 1280px;
    margin: 0 auto;
    position: relative;
}

.map-box .map-body .map-title {
    font-size: 22px;
    font-weight: 700;
}

.map-box .map-body .map-title span {
    color: #ff5b28;
}

.map-box .map-body .map-pra {
    margin-top: 45px;
    width: 510px;
}

.map-box .map-body .map-pra .name {
    font-size: 18px;
    vertical-align: middle;
    margin-left: 8px;
    color: #323232;
}

.map-box .map-body .map-pra dl {
    display: inline-block;
    margin: 0 76px 50px 0;
    min-width: 170px;
}

.map-box .map-body .map-pra dd {
    font-size: 30px;
    color: #ff5b28;
    font-weight: 700;
}

.map-box .map-body .map {
    position: absolute;
    right: 0;
    top: -90px;
    z-index: 1;
    background: url("../images/map-bg.png") no-repeat center;
    width: 853px;
    height: 510px;
}

.map-box .map-body .map .tag {
    display: inline-block;
    color: #f74e1b;
    margin: 200px 0 0 330px;
    position: relative;
}
.map-box .map-body .map .tag:before{
    display: block;
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 7px;
    background: #ff6f44;
    position: absolute;
    bottom: -10px;
    left: 50%;

}

/*ç”¨æˆ·é¡»çŸ¥*/
.user-rules {
    padding: 65px 0 70px 0;
    background: #ffffff;
}

.user-rules .rules-title {
    font-size: 36px;
    color: #333333;
    text-align: center;
}

.user-rules .rules-en {
    text-align: center;
    font-size: 16px;
    color: #666666;
    margin-top: 6px;
}

.user-rules .rules {
    width: 1280px;
    margin: 40px auto 0;
}

.user-rules .rules .item {
    float: left;
    margin-left: 24px;
    width: 408px;
    min-height: 300px;
    border: 1px solid #eeeeee;

}

.user-rules .rules .item:first-child {
    margin-left: 0;
}

.user-rules .rules .item .name {
    font-size: 18px;
    color: #333333;
    margin: 34px 0 0 65px;
    font-weight: bold;
}

.user-rules .rules .item .info {
    margin-top: 36px;
    padding: 0 40px;
    box-sizing: border-box;
    height: 320px;
}

.user-rules .rules .item .info .list {
    background: url("../images/the-check.png") no-repeat left center;
    margin-bottom: 15px;
}

.user-rules .rules .item .info .list .text {
    padding-left: 25px;
    font-size: 14px;
}

.user-rules .rules .item .info-img {
    height: 150px;
}

.user-rules .rules .item .info-img img {
    max-width: 100%;
}

/*å…è´£æ¡æ¬¾*/
.disclaimer {
    margin: 0 auto;
    min-height: 150px;
    background: #fdebd6;
    border-radius: 6px;
    padding-bottom: 30px;
}

.disclaimer .disclaimer-left {
    float: left;
    margin: 37px 0 0 0;
    background: url(../images/portrait.png) no-repeat 34% 74%;
    width: 80px;
    height: 120px;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}

.disclaimer ul {
    float: left;
    margin: 37px 0 0 65px;
}

.disclaimer ul li {
    margin-bottom: 6px;
}


.SMT-proofing .modLine {
    overflow: hidden;
    padding: 65px 0 80px;
}

.SMT-proofing .modLine h3 {
    height: 60px;
    text-align: center;
    margin-bottom: 35px;
}

.SMT-proofing .modLine h3 .dt, .SMT-proofing .modLine h3 .dt-2 {
    margin-bottom: 5px;
}

.SMT-proofing .modLine h4 {
    text-align: center;
}

.SMT-proofing .modLine .box {
    width: 600px;
    height: 358px;
    background-color: #2f2f2f;
    color: #fff;
}

.SMT-proofing .modLine .box dl {
    padding: 40px 20px 40px 40px;
}

.SMT-proofing .modLine .box dl dt {
    position: relative;
    padding-left: 5px;
    line-height: 1;
}

.SMT-proofing .modLine .box dl dt .dt-line {
    position: absolute;
    left: -10px;
    top: 0;
    z-index: 9;
    width: 6px;
    height: 25px;
    background-color: #e74c3c;
}

.SMT-proofing .modLine .box dl dt p {
    font-size: 12px;
}

.SMT-proofing .modLine .box dl dd {
    position: relative;
    margin-top: 12px;
    line-height: 1.8;
}

.SMT-proofing .modLine .box dl dd:before {
    content: 'â—?;
    position: absolute;
    left: -12px;
    margin-top: -1px;
    z-index: 9;
    color: #666;
}

.SMT-proofing .modLine .show {
    overflow: hidden;
    width: 600px;
    height: 358px;
}

.SMT-proofing .modLine .show img {
    width: 600px;
    height: 358px;
}

.SMT-proofing .modLine .purchasing-agency li {
    float: left;
    width: 20%;
    text-align: center;
}

.SMT-proofing .modLine .purchasing-agency li p {
    margin-top: 15px;
}

.SMT-proofing .modLine .Our-advantage li {
    float: left;
    width: 20%;
    text-align: center;
}

.SMT-proofing .modLine .Our-advantage li em {
    margin-top: 15px;
}

.SMT-proofing .modLine .About-product .item {
    float: left;
    width: 587px;
    height: 241px;
    text-align: center;
    background: url(../images/about-product-a-bg.png);
}

.SMT-proofing .modLine .About-product .item:last-child {
    background: url(../images/about-product-b-bg.png);
}

.SMT-proofing .modLine .About-product .item dl {
    height: 197px;
    margin: 20px;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.4);
    text-align: center;
}

.SMT-proofing .modLine .About-product .item dl dt {
    margin: 16px 0 30px;
    font-size: 30px;
}

.SMT-proofing .modLine .About-product .item dl dd {
    margin-bottom: 15px;
}

.SMT-proofing .modLine .About-product .item dl dd .more {
    color: #fff;
    border: 1px solid #fff;
    padding: 5px 15px;
    border-radius: 6px;
}

.SMT-proofing .modLine .About-product .item.mr25 {
    margin-right: 25px;
}

.SMT-proofing .modLine .About-product .item dl dd.h45 {
    height: 45px;
}

.SMT-proofing .modLine .Processing-capacity h3 {
    text-align: center;
}

.SMT-proofing .modLine .Processing-capacity .item .list {
    margin: 0 auto;
    border-collapse: collapse;
    background-color: #fff;
}

.SMT-proofing .modLine .Processing-capacity .item .list td {
    border: 1px solid #eaeaea;
    padding: 12px 20px;
}

.SMT-proofing .modLine .Processing-capacity .item .list tr:first-child {
    background-color: #f5f5f5;
}

.SMT-proofing .After-sales-service {
    padding: 50px 0;
    height: 402px;
    background: url(../images/after-sales-servicebg.png) no-repeat center;
}

.SMT-proofing .After-sales-service h3 {
    height: 80px;
    text-align: center;
    margin-bottom: 50px;
}

.SMT-proofing .After-sales-service h3 .dt {
    margin-bottom: 5px;
    color: #fff;
}

.SMT-proofing .After-sales-service .item {
    float: left;
    width: 380px;
}

.SMT-proofing .After-sales-service .item .jp-icon {
    margin-top: 8px;
}

.SMT-proofing .After-sales-service .item .info {
    display: inline-block;
    margin-left: 20px;
}

.SMT-proofing .After-sales-service .item .info dt {
    color: #fff;
    margin-bottom: 15px;
}

.SMT-proofing .After-sales-service .item .info dd {
    color: #cbcbcb;
}

.SMT-proofing .After-sales-service .item .info dd p {
    margin-bottom: 15px;
}

.SMT-proofing .After-sales-service .item:first-child {
    width: 780px;
}

/*---------------SMTè®¡ä»·---------------*/
.smtbanner-count {
    width: 420px;
    height: 490px;
    background-color: rgba(0, 0, 0, 0.32);
    position: absolute;
    top: 0;
    left: 50%;
    margin: auto;
    margin-left: -640px;
    z-index: 99;
    color: #fff;
}

.smtbanner-count .box {
    padding: 75px 50px;
}

.smtbanner-count .box .title {
    line-height: 60px;
    height: 60px;
    margin-bottom: 20px;
}

.smtbanner-count .box .title i {
    display: inline-block;
    vertical-align: middle;
    margin: -34px 12px 0 0;
}

.smtbanner i {
    line-height: 30px;
}

.smtbanner-count ul {
    overflow: hidden;
}

.smtbanner-count ul li {
    width: 160px;
    float: left;
    height: 80px;
}

.smtbanner-count ul li label {
    display: block;
    margin-bottom: 5px;
}

.smtbanner-count ul li input {
    text-indent: 1rem;
    width: 150px;
    height: 40px;
    border-radius: 5px;
    border: 0;
    outline: none;
}

.smtbanner-count ul li select, .smtbanner-count ul li option {
    width: 140px;
    height: 40px;
    border-radius: 5px;
    border: 0;
    outline: none;
    padding-left: 10px;
}

.smtbanner-count ul li select {
    padding-left: 10px;
    width: 150px;
}

.smtbanner-count .SMTQuoteNow {
    font-size: 20px;
    border-radius: 5px;
    width: 320px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #f54a16;
    display: block;
    color: #fff !important;
    margin-top: 30px;
}

.smtbanner-text {
    float: right;
    width: 600px;
    text-align: center;
    margin: 70px 130px 0 0;
}

.smtbanner-text .xian {
    width: 90px;
    height: 4px;
    background: #fff;
    margin: 30px auto;
}

/*SMTè½®æ’­å·¦å³æ»šåŠ¨*/
.change-btn .banner-left, .banner-right {
    display: inline-block;
    width: 40px;
    height: 90px;
    z-index: 999;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}


.change-btn .banner-left {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -45px;
    z-index: 999;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
    background: url("../images/banner-left.png") no-repeat center;
    background-color: rgba(255, 255, 255, 0.05);
}

.change-btn .banner-left:hover {
    background-color: rgba(255, 255, 255, 0.05);
    opacity: .8;
    filter: alpha(opacity=80);
    -moz-opacity: .8;
}

.change-btn .banner-right {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -45px;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
    background: url("../images/banner-right.png") no-repeat center;
    background-color: rgba(255, 255, 255, 0.05);

}

.change-btn .banner-right:hover {
    background-color: rgba(255, 255, 255, 0.05);
    opacity: .8;
    filter: alpha(opacity=80);
    -moz-opacity: .8;
}

.reg-icon, .reg-icon2, .reg-icon3, .reg-icon4, .reg-icon5, .reg-icon6 {
    background: url(../images/register@icon.png) no-repeat;
}

.reg-icon2 {
    background-position: -32px 0;
}

.reg-icon3 {
    background-position: 0 -26px;
}

.reg-icon4 {
    background-position: -32px -26px;
}

.reg-icon5 {
    background-position: 0 -52px;
}

.reg-icon6 {
    background-position: -32px -52px;
}

.SMT-register .terms {
    padding: 0 8px;
    color: #bcbcbc;
}

.SMT-register .terms input {
    margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: middle;
}

.SMT-register .terms a {
    color: #ed6d00;
}

.SMT-register .terms a:hover {
    text-decoration: underline;
}

/*---------------åœ¨çº¿é—®ç­”---------------*/
.question-answer {
    background-color: #fff;
}

.question-answer li {
    padding: 0 0 30px 0;
    margin-bottom: 30px;
    border-bottom: 1px dashed #e7e7e7;
    text-align: justify;
}

.question-answer li .question-answer-box dt {
    position: relative;
    margin-bottom: 15px;
}

.question-answer li .question-answer-box dt i {
    position: relative;
    left: -5px;
    display: inline-block;
}

.question-answer li .question-answer-box dt .w-icon {
    width: 23px;
    height: 23px;
    position: absolute;
    left: 0;
    top: -5px;
    background: url(../images/question-user@icon.png);
    background-size: cover;
}

.question-answer li .question-answer-box dt .t-icon {
    width: 23px;
    height: 23px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/wen@icon.png);
}

.question-answer li .question-answer-box dd {
    position: relative;
    padding-left: 5px;
}

.question-answer li .question-answer-box dd .d-icon {
    width: 21px;
    height: 21px;
    position: absolute;
    left: 0;
    top: -3px;
    background: url(../images/question-answer@icon.png);
}

/*---------------æ™®é€šå‘ç¥?å¼¹å‡ºæ¡?--------------*/
.user-question-up {
    position: fixed;
    top: 50%;
    right: 0;
    left: 0;
    z-index: 999;
    display: none;
    margin: auto;
    margin-top: -170px;
    width: 650px;
    border: 9px solid #b4b4b4;
    background-color: #fff;
}

.user-question-up h4 {
    padding: 0 15px 0 20px;
    height: 35px;
    border-bottom: 1px solid #d9d9d9;
    background-color: #eaeaea;
    line-height: 35px;
}

.user-question-up h4 .close {
    cursor: pointer;
}

.user-question-up .user-question-body {
    padding: 30px 25px;
}

.user-question-up .user-question-body .txt {
    width: 98%;
    height: 150px;
    max-height: 150px;
    max-width: 100%;
    padding: 1%;
    border: 1px solid #ccc;

}

.user-question-up .user-question-body em {
    padding: 10px 0;
}

.user-question-up .user-question-body em .qr-btn {
    margin: 0 10px;
    width: 120px;
    height: 35px;
    border: 0;
    background-color: #f60001;
    color: #fff;
}

/*---------------ä¼šå‘˜å…¬å‘Š---------------*/
.member-announcement .list li {
    border-bottom: 1px dashed #e7e7e7;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.member-announcement .list li a {
    display: block;
}

.member-announcement .list li .show {
    width: 70px;
    overflow: hidden;
    margin-right: 32px;
    color: #727171;
    margin-top: 5px;
}

.member-announcement .list li .show p {
    margin-bottom: 10px;
}

.member-announcement .list li .info dt {
    font-size: 16px;
}

.member-announcement .list li .info dt i {
    position: relative;
    display: inline-block;
    left: -5px;
}

.member-announcement .list li .info dt:hover {
    color: #f60000;
}

.member-announcement .list li .info dd {
    margin-top: 10px;
    padding-left: 5px;
}

.member-announcement .list li .info dd.date {
    color: #595757;
}

/*---------------æ–°é—»è¯¦æƒ…---------------*/
.member-announcement-detail .mod {
    position: relative;
}

.member-announcement-detail .mod .operation {
    height: 80px;
}

.member-announcement-detail .mod .operation a {
    float: right;
    width: 40px;
    height: 40px;
    display: block;
    margin: 1px;
    background-color: #e3e3e3;
    text-align: center;
    line-height: 40px;
    color: #727171;
    text-align: center;
}

.member-announcement-detail .mod .operation a:hover {
    background-color: #f54c18;
    color: #fff;
}

.member-announcement-detail .mod .item {
    padding: 0 0;
}

.member-announcement-detail .mod .item .title {
    border-bottom: 1px dashed #d9d9d9;
    padding-bottom: 10px;
}

.member-announcement-detail .mod .item .title span {
    font-size: 24px;
}

.member-announcement-detail .mod .item .txt {
    min-height: 320px;
    padding: 30px 0 80px;
    text-align: justify;
    line-height: 2;
}

.member-announcement-detail .mod .item .txt img {
    max-width: 100%;
}

.member-announcement-detail .page {
    background-color: #f5f5f5;
    padding: 15px 20px;
}

.member-announcement-detail .page a {
    float: left;
    width: 48%;
    padding: 0 1%;
}

.member-announcement-detail .page a:last-child {
    border-right: 0;
}

.member-announcement-detail .page a p {
    margin-top: 5px;
}

.member-announcement-detail .page a:hover p {
    text-decoration: underline;
}

.member-announcement-detail .page a.next {
    position: relative;
    text-align: right;
}

.member-announcement-detail .page a.next:before {
    content: '';
    position: absolute;
    left: 0;
    width: 1px;
    height: 20px;
    border-left: 1px dotted #aaa;
}

/*---------------è®¢å•æŸ¥è¯¢---------------*/
.order-seach-wrap .order-hd {
    overflow: hidden;
    padding: 15px 0;
    line-height: 34px;
}

.order-seach-wrap .order-hd .seach {
    width: 380px;
    height: 34px;
}

.order-seach-wrap .order-hd .seach .txt {
    background: url(../images/seach-fd@icon.png) no-repeat #FFF;
    width: 224px;
    height: 32px;
    line-height: 32px;
    padding: 0 32px;
    border: 1px solid #c1c1c1;
    border-right: none;
}

.order-seach-wrap .order-hd .seach .seachBtn {
    width: 90px;
    height: 34px;
    background-color: #e84800;
    border: 0;
    color: #fff;
}

.order-seach-wrap .order-bd {
    background-color: #fff;
    padding: 20px 30px;
}

.order-seach-wrap .order-bd .title {
    height: 34px;
    line-height: 34px;
    margin-bottom: 20px;
}

.order-seach-wrap .order-bd .title .dt {
    float: left;
}

.order-seach-wrap .order-bd .title .dt i {
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 6px;
    width: 25px;
    height: 27px;
    background: url(../images/seach-dt@icon.png) no-repeat;
}

.order-seach-wrap .order-bd .list {
    border-collapse: collapse;
    text-align: center;
}

.order-seach-wrap .order-bd .list th {
    background-color: #efefef;
    border: 1px solid #dbdbdb;
    padding: 15px;
    font-size: 14px;
    font-weight: normal;
}

.order-seach-wrap .order-bd .list td {
    border: 1px solid #dbdbdb;
    padding: 15px;
    text-align: center;
}

.order-seach-wrap .order-bd .operation {
    text-align: center;
    padding: 50px 0;
}

.order-seach-wrap .order-bd .operation button {
    width: 130px;
    height: 40px;
    margin: 0 10px;
    border: none;
    border-radius: 3px;
    font-size: 16px;
}

.order-seach-wrap .order-bd .operation button.print {
    background-color: #e84800;
    color: #fff;
}

.order-seach-wrap .order-bd .operation button.print i {
    display: inline-block;
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 8px;
    width: 23px;
    height: 20px;
    background: url(../images/print@icon.png) no-repeat;
}

/*---------------å®¢æˆ·æ™’å•---------------*/
.customer-reviews {
    margin-bottom: 15px;
    padding: 40px 0 20px;
    width: 1300px;
}

.customer-reviews-banner {
    height: 580px;
    background: url(../images/evaluation-bannerbg.jpg) center #000;
}

.customer-reviews-banner a {
    display: inline-block;
    width: 230px;
    height: 60px;
    margin-top: 400px;
}

.customer-reviews h3 {
    margin-bottom: 20px;
}

.customer-reviews h3 i {
    float: left;
    width: 24px;
    height: 22px;
    margin: 2px 6px 0 0;
    background: url(../images/comments-icon.png);
}

.customer-reviews h3 span {
    margin-left: 24px;
}

.customer-reviews h3 .more {
    margin-top: 2px;
    border: 1px solid #e6e6e6;
    color: #999;
    line-height: 24px;
    border-radius: 15px;
    padding: 0 8px;
}

.customer-reviews h3 .more:hover {
    color: #df0012;
}

.customer-reviews .comments .items {
    overflow: hidden;
    float: left;
    width: 255px;
    margin-bottom: 22px;
    background-color: #fff;
    padding: 24px;
}

.customer-reviews .comments .items .show {
    overflow: hidden;
    width: 100%;
    margin-top: 10px;
}

.customer-reviews .comments .items .show a {
    display: block;
    width: 100%;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.customer-reviews .comments .items .show a img {
    width: 100%;
}

.customer-reviews .comments .items .show a:hover {
    transform: scale(1.1);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.customer-reviews .comments .items .info .box {
    max-width: 150px;
}

.customer-reviews .comments .items .info .box .head {
    display: block;
    margin: 2px 8px 0 0;
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.customer-reviews .comments .items .info .stars {
    margin: 5px 0 0 5px;
}

.customer-reviews .comments .items .info .stars span {
    float: left;
    margin-left: 1px;
    line-height: 0;
}

.customer-reviews .more {
    display: block;
    width: 260px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    border-radius: 30px;
    text-align: center;
    background-color: #aaa;
    margin: 20px auto 0;
    color: #fff;
}

.customer-reviews .more:hover {
    background-color: #999;
    color: #fff;
}

.customer-reviews .comments .items .service {
    margin: 10px 0;
}

.customer-reviews .comments .items .service .best {
    margin-bottom: 10px;
}

.customer-reviews .comments .items .service .best span {
    float: left;
    display: block;
    padding: 4px 10px;
    margin-right: 5px;
    background-color: #f5f5f5;
}

.customer-reviews .comments .items .Time i.J-icon {
    display: inline-block;
    vertical-align: middle;
    margin: -7px 2px 0 0;
    opacity: 0.4;
}

.customer-reviews .comments .items .Time i.J-icon img {
    width: 100%;
}

/*---------------å®¢æˆ·æ™’å•è¯¦æƒ…---------------*/
.customer-reviews-detail {
    padding: 20px 0 30px;
}

.customer-reviews-detail .location {
    padding: 20px 0 10px;
}

.customer-reviews-detail .location a {
    color: #888;
}

.customer-reviews-detail .location a:hover {
    color: #e84800;
    text-decoration: underline;
}

.customer-reviews-detail .sideLeft {
    width: 960px;
}

.customer-reviews-detail .sideLeft .user {
    margin-bottom: 30px;
    border-bottom: 1px solid #f5f5f5;
}

.customer-reviews-detail .sideLeft .user .item {
    background-color: #fff;
    border: 1px solid #e7e7e7;
    padding: 20px;
}

.customer-reviews-detail .sideLeft .user .info {
    width: 250px;
}

.customer-reviews-detail .sideLeft .user .info .avatar {
    position: absolute;
    top: 0;
    left: 0;
}

.customer-reviews-detail .sideLeft .user .info .con {
    padding-left: 0;
    display: inline-block;
}

.customer-reviews-detail .sideLeft .user .info .con p {
    margin-bottom: 2px;
}

.customer-reviews-detail .sideLeft .user .info .hd {
    margin-bottom: 20px;
}

.customer-reviews-detail .sideLeft .user .info .hd .head {
    display: block;
    margin: -4px 10px 0 0;
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.customer-reviews-detail .sideLeft .user .like {
    float: right;
    border-radius: 20px;
    line-height: 30px;
    text-align: center;
    padding: 0 20px;
    border: 1px solid #ccc;
    cursor: pointer;
    margin-top: 5px;
}

.customer-reviews-detail .sideLeft .user .like i {
    width: 16px;
    height: 15px;
    margin: -4px 0 0 5px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/give.png) no-repeat;
}

.customer-reviews-detail .sideLeft .user .like.active i {
    background: url(../images/gived.png) no-repeat;
}


.customer-reviews-detail .sideLeft .user .stars {
    display: inline-block;
    vertical-align: middle;
    margin-top: -7px;
}

.customer-reviews-detail .sideLeft .user .stars span {
    float: left;
    margin-left: 2px;
}

.customer-reviews-detail .sideLeft .user .share {
    margin: 2px 0 0 30px;
}

.customer-reviews-detail .sideLeft .user .browse-ico {
    float: left;
    width: 24px;
    height: 14px;
    margin: 3px 3px 0 0;
    background: url(../images/eyes@icon.png);
}

.customer-reviews-detail .sideLeft .user .evaluation-description {
    text-align: justify;
}

.customer-reviews-detail .sideLeft .user .evaluation-description .ms p {
    margin-bottom: 2px;
}

.customer-reviews-detail .show {
    margin-top: 20px;
}

.customer-reviews-detail .show img {
    max-width: 100%;
    margin: 20px 10px 20px 0;
}

.customer-reviews-detail .sideLeft .module-box {
    margin-bottom: 15px;
    background-color: #fff;
}

.customer-reviews-detail .sideLeft .module-box.post-details {
    padding: 35px 30px;
}

.customer-reviews-detail .sideLeft .module-box .time-box {
    margin-top: 35px;
    color: #727171;
    line-height: 20px;
    height: 20px;
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #f5f5f5;
}

.customer-reviews-detail .sideLeft .module-box .time-box li {
    float: left;
    margin-right: 10px;
}

.customer-reviews-detail .sideLeft .module-box .time-box li i.eyes-ico {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 14px;
    margin: -3px 2px 0 0;
    background: url(../images/eyes@icon.png) no-repeat;
}

.customer-reviews-detail .sideLeft .module-box .time-box li i.comments-ico {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 14px;
    margin: -3px 2px 0 0;
    background: url(../images/comments@ico.png) no-repeat;
}

.customer-reviews-detail .sideLeft .module-box .time-box li span {
    font-size: 20px;
    vertical-align: sub;
    line-height: 16px;
    color: #7a7979;
}

.customer-reviews-detail .sideLeft .module-box .time-box li .icon-wodepinglun {
    line-height: 18px;
    font-size: 16px;
}

/*--------------è¯„è®º----------------*/
.customer-reviews-detail .sideLeft .webuploader-container {
    position: relative
}

.customer-reviews-detail .sideLeft .webuploader-element-invisible {
    position: absolute !important;
    left: 0;
    top: 0;
    z-index: 9;
    opacity: 0;
    cursor: pointer
}

.customer-reviews-detail .sideLeft .webuploader-pick {
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding: 2px 8px 0;
    text-align: center;
    border-radius: 3px;
    overflow: hidden
}

.customer-reviews-detail .sideLeft .webuploader-pick-hover {
    background: #00a2d4
}

.customer-reviews-detail .sideLeft .btn {
    display: inline-block;
    min-width: 60px;
    padding: 8px 15px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    color: #fff;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.customer-reviews-detail .sideLeft .btn.btn-major {
    background-color: #f54c18;
}

.customer-reviews-detail .sideLeft .avatar-m {
    width: 40px;
    height: 40px;
    border-radius: 20px
}

.customer-reviews-detail .sideLeft .post-feedback {
    position: relative;
    margin-top: 65px;
    padding-top: 20px;
    border-top: 1px solid #eaeaea;
    border-radius: 0 3px 0 0
}

.customer-reviews-detail .sideLeft .post-feedback .ui-tab-nav {
    position: absolute;
    top: -50px;
    left: -1px
}

.customer-reviews-detail .sideLeft .post-feedback .ui-tab-nav li {
    position: relative;
    float: left;
    margin: 0 5px 0 0;
    padding: 0 32px;
    height: 48px;
    border: 1px solid #eaeaea;
    border-bottom: 0 none;
    border-radius: 2px 2px 0 0;
    background-color: #fff;
    color: #7a7a7a;
    list-style: none;
    font-size: 16px;
    line-height: 48px;
    cursor: pointer
}

.customer-reviews-detail .sideLeft .post-feedback .ui-tab-nav li.ui-tab-active {
    height: 49px;
    color: #333
}

.customer-reviews-detail .sideLeft .post-feedback .ui-tab-nav li.ui-tab-active i {
    position: absolute;
    top: -1px;
    left: 0;
    float: left;
    margin: 0 -1px;
    padding: 0 1px;
    width: 100%;
    height: 0;
    border-top: 3px solid #f54c18;
    border-radius: 2px 2px 0 0
}

.customer-reviews-detail .sideLeft .post-feedback .ui-tab-nav li .num {
    margin-left: 5px;
    color: #999
}

.customer-reviews-detail .sideLeft .post-feedback .ui-tab-nav li .num b {
    font-weight: 300
}

.customer-reviews-detail .sideLeft .post-feedback .ui-tab-body {
    position: relative
}

.customer-reviews-detail .sideLeft .ui-tab-pannel {
    min-height: 100px
}

.customer-reviews-detail .sideLeft .post-feedback .add-comment {
    position: relative;
    padding: 0 30px 35px
}

.customer-reviews-detail .sideLeft .form-control {
    display: block;
    padding: 6px;
    width: 100%;
    height: 34px;
    border: 1px solid #ccc;
    border-radius: 2px;
    background-color: #fff;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    color: #333;
    vertical-align: middle;
    font-size: 14px;
    font-family: arial;
    line-height: 1.428571429;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.customer-reviews-detail .sideLeft .form-control:focus {
    outline: 0;
    border-color: #66afe9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.customer-reviews-detail .sideLeft .form-control {
    box-sizing: border-box;
    height: auto
}

.customer-reviews-detail .sideLeft .post-feedback .add-comment .form-control {
    margin-bottom: 8px;
    min-height: 95px
}

.customer-reviews-detail .sideLeft .error-tips {
    display: none;
    padding: 5px 0;
    color: #eb604d
}

.customer-reviews-detail .sideLeft .form-error {
    border: 1px solid #eb604d;
    background-color: #ffeef1
}

.customer-reviews-detail .sideLeft .error-tips:before {
    display: inline-block;
    margin-right: 5px;
    width: 16px;
    height: 16px;
    background: url(../images/icon.png) -50px -650px;
    content: ' ';
    vertical-align: middle
}

.customer-reviews-detail .sideLeft .post-feedback .add-comment .btn {
    margin-top: 8px
}

.customer-reviews-detail .sideLeft .comments-list-box .comments-list {
    padding-bottom: 15px
}

.customer-reviews-detail .sideLeft .comments-list li {
    position: relative;
    margin-left: 0;
    padding: 10px 30px 15px 95px;
    min-height: 50px;
    list-style: none;
    font-size: 14px
}

.customer-reviews-detail .sideLeft .comments-list .r-avatar {
    float: left;
    margin-left: -65px;
    padding-top: 4px
}

.customer-reviews-detail .sideLeft .comments-list .r-user-info {
    margin-bottom: 10px;
    line-height: 25px
}

.customer-reviews-detail .sideLeft .comments-list .r-name {
    margin-right: 15px;
    color: #e8334e;
    font-size: 16px
}

.customer-reviews-detail .sideLeft .r-name a {
    display: inline-block;
    color: #000;
    line-height: 30px
}

.customer-reviews-detail .sideLeft .r-name a:hover {
    color: #65af55
}

.customer-reviews-detail .sideLeft .comment-login-tips {
    position: absolute;
    top: 35px;
    z-index: 6;
    width: 94%;
    color: #666;
    text-align: center
}

.customer-reviews-detail .sideLeft .comment-login-tips a {
    color: #333;
    text-decoration: underline
}

.customer-reviews-detail .sideLeft .comments-list .r-time {
    color: #999
}

.customer-reviews-detail .sideLeft .comments-list .r-message {
    margin-bottom: 0;
    width: 90%;
    white-space: pre-line;
    line-height: 18px;
    word-break: break-word
}

.customer-reviews-detail .sideLeft .comments-list li:hover .r-operate-btn {
    display: block;
    opacity: 1
}

.customer-reviews-detail .sideLeft .comments-list li:hover {
    background-color: #f4f4f4
}

.customer-reviews-detail .sideLeft .comments-list .r-operate-btn {
    position: absolute;
    top: 12px;
    right: 30px;
    opacity: .4
}

.customer-reviews-detail .sideLeft .sub-comments-box {
    position: relative;
    margin-top: 10px;
    border: 1px solid #d8d7d7;
    border-radius: 4px;
    background-color: #FFF;
    color: #4e4e4e
}

.customer-reviews-detail .sideLeft .sub-comments-box:after, .sub-comments-box:before {
    position: absolute;
    top: -10px;
    left: 66px;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #d8d7d7;
    border-left: 10px solid transparent;
    content: ""
}

.customer-reviews-detail .sideLeft .sub-comments-box:after {
    top: -9px;
    border-bottom-color: #FFF
}

.customer-reviews-detail .sideLeft .sub-comments-box .btn-default {
    font-size: 12px;
    line-height: 1.2;
    min-width: 40px;
    border-radius: 1px;
    padding: 5px 8px;
    color: #333;
    border-color: #ccc;
    background-color: #eee;
}

.customer-reviews-detail .sideLeft .sub-comment-form {
    padding: 16px 20px 1px;
    background-color: #fff
}

.customer-reviews-detail .sideLeft .sub-comments-box .form-group {
    margin-bottom: 15px
}

.customer-reviews-detail .sideLeft .sub-comment-form.active > .actions {
    display: block
}

.customer-reviews-detail .sideLeft .text-right {
    text-align: right
}

.customer-reviews-detail .sideLeft .sub-comment-form > .actions {
    display: none
}

.customer-reviews-detail .sideLeft .sub-comments-box .btn-sm {
    padding: 5px 8px;
    min-width: 40px;
    border-radius: 1px;
    font-size: 12px;
    line-height: 1.2
}

.customer-reviews-detail .sideLeft .sub-comment:first-child {
    margin-top: 15px
}

.customer-reviews-detail .sideLeft .sub-comment {
    padding-right: 20px;
    padding-left: 20px;
    border-bottom: 1px dashed #EEE
}

.customer-reviews-detail .sideLeft .sub-comment > .media-body > .actions, .sub-comment > .media-body > .source {
    margin-bottom: 0
}

.customer-reviews-detail .sideLeft .sub-comment .pull-right {
    float: right !important
}

.customer-reviews-detail .sideLeft .sub-comment .unsafe {
    overflow: hidden
}

.customer-reviews-detail .sideLeft .sub-comments-box p {
    margin-bottom: 10px
}

.customer-reviews-detail .sideLeft .sub-comments-box .media {
    margin-top: 15px
}

.customer-reviews-detail .sideLeft .comment-item .a-i-footer {
    padding: 16px 0 0
}

.customer-reviews-detail .sideLeft .comment-item .a-i-footer .info-text {
    float: left;
    margin-right: 20px;
    color: #999;
    font-size: 12px
}

.customer-reviews-detail .sideLeft .comment-item .a-i-footer .icon-comment {
    display: inline-block;
    vertical-align: middle;
    margin: -3px 2px 0 0;
    width: 15px;
    height: 13px;
    background: url(../images/reply2@icon.png) no-repeat
}

.customer-reviews-detail .sideLeft .comment-item .a-i-footer .info-text.comment-info {
    color: #f54c18
}

.customer-reviews-detail .sideLeft .icon-btn {
    cursor: pointer
}

.customer-reviews-detail .sideLeft .icon-replay {
    padding-left: 18px;
    background: url(../images/reply@icon.png) 0 4px no-repeat;
    color: #999
}

.customer-reviews-detail .sideLeft .icon-replay:hover {
    color: #f54c18
}

.customer-reviews-detail .sideLeft .icon-del {
    padding: 0 0 0 15px;
    background: url(../images/icon.png) no-repeat -140px -786px;
    color: #999
}

.customer-reviews-detail .sideLeft .poster-other-shares {
    padding: 0 0 40px 30px
}

.customer-reviews-detail .sideLeft .poster-other-shares .module-title {
    padding: 20px 0
}

.customer-reviews-detail .sideLeft .module-title h4 {
    margin-bottom: 0
}

.customer-reviews-detail .sideLeft .poster-other-shares .module-title h4 {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px
}

.customer-reviews-detail .sideLeft .poster-other-shares .module-title .avatar-xs {
    margin-right: 10px;
    vertical-align: top
}

.customer-reviews-detail .sideLeft .avatar-xs {
    width: 24px;
    height: 24px;
    border-radius: 12px
}

.customer-reviews-detail .sideLeft .poster-other-shares .module-content {
    overflow: hidden;
    width: 668px
}

.customer-reviews-detail .sideLeft .poster-other-shares .share-list {
    width: 960px
}

.customer-reviews-detail .sideLeft .poster-other-shares .share-list li {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0 10px 0 0;
    width: 155px;
    height: 155px;
    border: 1px solid #ddd;
    list-style: none
}

.customer-reviews-detail .sideLeft .poster-other-shares .share-list .pic {
    display: table-cell;
    overflow: hidden;
    width: 155px;
    height: 155px;
    vertical-align: middle;
    text-align: center
}

.customer-reviews-detail .sideLeft .poster-other-shares .share-list li img {
    width: 155px
}

.customer-reviews-detail .sideLeft .message-button-photo {
    margin: 0;
    border: 1px solid #bcbcbc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #eee;
    background-image: -moz-linear-gradient(top, #fafafa, #e8e8e8);
    background-image: -ms-linear-gradient(top, #fafafa, #e8e8e8);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#e8e8e8));
    background-image: -webkit-linear-gradient(top, #fafafa, #e8e8e8);
    background-image: -o-linear-gradient(top, #fafafa, #e8e8e8);
    background-image: linear-gradient(top, #fafafa, #e8e8e8);
    background-repeat: repeat-x;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
    color: #333;
    vertical-align: middle;
    text-align: center;
    font-weight: 700;
    font-family: inherit;
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#e8e8e8', GradientType=0)
}

.customer-reviews-detail .sideLeft .banner-img-holder {
    margin-top: 10px
}

.customer-reviews-detail .sideLeft .banner-img-holder img {
    max-width: 200px
}

.customer-reviews-detail .sideLeft .comments-list .r-message img {
    max-width: 710px
}

.customer-reviews-detail .sideLeft .btn-primary {
    border-color: #39C19D;
    background-color: #39C19D;
    color: #fff
}

.customer-reviews-detail .sideLeft .btn-primary:hover {
    color: #fff;
    background: #38CAA3
}


/*---------------å›¾ç‰‡å°å›¾é¢„è§ˆåˆ—è¡¨---------------*/
.preview {
    width: 600px;
    margin: 30px auto;
}

.preview .spec-preview {
    width: 600px;
    height: 600px;
    border: 1px solid #e7e7e7;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    *display: block;
    *font-size: 305px; /*çº¦ä¸ºé«˜åº¦çš?.873ï¼?00*0.873 çº¦ä¸º175*/
    *font-family: Arial; /*é˜²æ­¢éžutf-8å¼•èµ·çš„hackå¤±æ•ˆé—®é¢˜ï¼Œå¦‚gbkç¼–ç */
}

.spec-scroll {
    position: relative;
    clear: both;
    margin-top: 5px;
    width: 600px;
}

.spec-scroll .prev {
    position: absolute;
    left: -20px;
    top: 50%;
    margin-top: -35px;
    background: url(../images/del-but-prev.png) center no-repeat;
}

.spec-scroll .next {
    position: absolute;
    right: -20px;
    top: 50%;
    margin-top: -35px;
    background: url(../images/del-but-next.png) center no-repeat;
}

.spec-scroll .prev, .spec-scroll .next {
    display: block;
    font-family: "å®‹ä½“";
    text-align: center;
    width: 13px;
    height: 54px;
    line-height: 54px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}

.spec-scroll .items {
    margin-top: 12px;
    position: relative;
    height: 98px;
    overflow: hidden;
}

.spec-scroll .items ul {
    position: absolute;
    width: 999999px;
    height: 56px;
}

.spec-scroll .items ul li {
    float: left;
    width: 102px;
}

.spec-scroll .items ul li img {
    border: 1px solid #e7e7e7;
    padding: 2px;
    width: 82px;
    height: 82px;
}

.spec-scroll .items ul li img:hover {
    border: 2px solid #FF6600;
    padding: 1px;
}

.spec-scroll .items ul li img.img-hover {
    border: 2px solid #e4393c;
    padding: 0
}

/*---------------æŽ¨è---------------*/
.customer-reviews-detail .sideRight {
    width: 303px;
}

.customer-reviews-detail .sideRight .reviews-recom .title {
    height: 35px;
    padding: 0 20px;
    color: #fff;
    line-height: 35px;
    background-color: #423c3a;
    color: #fff
}

.customer-reviews-detail .sideRight .reviews-recom .items {
    overflow: hidden;
    margin-bottom: 10px;
    background-color: #fff;
    padding: 20px;
}

.customer-reviews-detail .sideRight .reviews-recom .items .show {
    overflow: hidden;
    width: 100%;
    margin-top: 10px;
}

.customer-reviews-detail .sideRight .reviews-recom .items .show a {
    display: block;
    width: 100%;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.customer-reviews-detail .sideRight .reviews-recom .items .show a img {
    width: 100%;
}

.customer-reviews-detail .sideRight .reviews-recom .items .show a:hover {
    transform: scale(1.1);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.customer-reviews-detail .sideRight .reviews-recom .items .info .mod {
    max-width: 150px;
}

.customer-reviews-detail .sideRight .reviews-recom .items .info .mod .head {
    display: block;
    margin: 2px 8px 0 0;
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.customer-reviews-detail .sideRight .reviews-recom .items .info .stars {
    margin: 4px 0 0 5px;
}

.customer-reviews-detail .sideRight .reviews-recom .items .info .stars span {
    float: left;
    margin-left: 1px;
    line-height: 0;
}

.customer-reviews-detail .sideRight .reviews-recom .items .service {
    margin: 10px 0;
}

.customer-reviews-detail .sideRight .reviews-recom .items .service .best {
    margin-bottom: 10px;
}

.customer-reviews-detail .sideRight .reviews-recom .items .service .best span {
    float: left;
    display: block;
    padding: 4px 10px;
    margin-right: 5px;
    background-color: #f5f5f5;
}

.customer-reviews-detail .sideRight .reviews-recom .items .Time i.J-icon {
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    margin: -7px 2px 0 0;
    opacity: 0.4;
}

.customer-reviews-detail .sideRight .reviews-recom .items .Time i.J-icon img {
    width: 100%;
}


/*---------------æ´»åŠ¨ä¸“é¢˜---------------*/
.activity-project-container {
    overflow: hidden;
    padding: 50px 0 0;
}

.activity-project-container h3 {
    height: 80px;
    text-align: center;
    margin-bottom: 35px;
}

.activity-project-container h3 .dt {
    margin-bottom: 5px;
}

.activity-project-container .box .item {
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #ebebeb;
    margin-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    -webkit-box-shadow: 1px 3px 5px rgba(0, 0, 0, .03);
    -moz-box-shadow: 1px 3px 5px rgba(0, 0, 0, .03);
    box-shadow: 1px 3px 5px rgba(0, 0, 0, .03);
}

.activity-project-container .box .item .side {
    width: 308px;
    height: 185px;
    border-right: 1px solid #ebebeb;
    padding: 20px 30px;
}

.activity-project-container .box .item .side .info {
    overflow: hidden;
    margin: 15px 0 20px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 15px;
}

.activity-project-container .box .item .side .info .pic {
    overflow: hidden;
    float: left;
    width: 105px;
    height: 75px;
    margin: 0 10px 0 0;
}

.activity-project-container .box .item .side .info .pic img {
    width: 100%;
}

.activity-project-container .box .item .side .info em {
    display: inline-block;
    width: 180px;
    line-height: 1.2;
}

.activity-project-container .box .item .side .info em .dt {
    font-size: 16px;
    margin-bottom: 8px;
}

.activity-project-container .box .item .side .info em .en {
    text-transform: uppercase;
    line-height: 1.2;
}

.activity-project-container .box .item .side .info em .name {
    padding-left: 16px;
}

.activity-project-container .box .item .side .info em .time i {
    display: inline-block;
    vertical-align: middle;
    margin: -3px 2px 0 0;
    width: 14px;
    height: 14px;
    background: url(../images/time@icon.png);
}

.activity-project-container .box .item .list {
    width: 905px;
}

.activity-project-container .box .item .list ul li {
    float: left;
    width: 207px;
    text-align: center;
    margin-left: 15px;
}

.activity-project-container .box .item .list ul {
    overflow: hidden;
    padding: 30px 0 30px 2px;
}

.activity-project-container .box .item .list ul li .p-img {
    overflow: hidden;
    width: 207px;
    height: 160px;
    text-align: center;
    background-color: #999;
}

.activity-project-container .box .item .list ul li .p-img img {
    width: 100%;
}

.activity-project-container .box .item .list ul li .p-name {
    margin-top: 5px;
}

/*---------------å½“å‰ä½ç½®---------------*/
.bread-crumbs {
    padding: 0 20px 30px;
    color: #777;
    word-wrap: break-word;
}

.bread-crumbs a {
    color: #777;
}

/*---------------ç²¾å½©è§†é¢‘---------------*/
.video-content {
    position: relative;
    top: -40px;
    z-index: 99;
    padding: 50px 20px 40px;
    background-color: #fff;
}

.video-content .video-ico {
    position: absolute;
    top: -130px;
    left: 50%;
    z-index: 99;
    margin-left: -27px;
    width: 54px;
    height: 156px;
    background: url(../images/video@icon.png);
}

.video-content .video-list {
    overflow: hidden;
}

.video-content .video-list li {
    float: left;
    margin-bottom: 45px;
    padding-right: 17px;
    padding-left: 16px;
}

.video-content .video-list li .item {
    float: left;
    overflow: hidden;
    width: 380px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.video-content .video-list li .item .video-img {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    width: 380px;
    height: 225px;
}

.video-content .video-list li .item .video-img:hover .mask {
    opacity: 1;
    cursor: pointer;
}

.video-content .video-list li .item .video-img:hover .play-button {
    cursor: pointer;
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}

.video-content .video-list li .item .video-img .mask {
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    opacity: 0;
    -webkit-transition: .5s;
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    transition: transform .5s ease-out;
}

.video-content .video-list li .item .video-img .mask .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -35px;
    margin-left: -35px;
    width: 70px;
    height: 70px;
    background: url(../images/play@but.png);
    -webkit-transition: .5s;
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    transition: transform .5s ease-out;
}

.video-content .video-list li .item .name {
    margin-bottom: 5px;
}

.video-content .video-list li .item .tab-label i.eyes {
    float: left;
    margin-top: 1px;
    width: 21px;
    height: 15px;
    background: url(../images/eyes@icon.png);
}

.video-content .video-list li .item .tab-label dd {
    float: left;
    margin-top: 5px;
    margin-left: 5px;
    padding: 2px 0;
    color: #777;
}

.video-content .video-list li .item .tab-label dd.adv {
    padding: 2px 8px;
    background-color: #e7e7e7;
}

.video-content .video-list li .item .tab-label dd.spacer {
    margin-top: 0;
    margin-right: 5px;
    margin-left: 10px;
    width: 1px;
    height: 26px;
    background-color: #d5d5d5;
}


/*---------------è§†é¢‘è¯¦æƒ…é¡?--------------*/
.video-detail {
    padding-bottom: 30px;
}

.video-detail .video-Big {
    overflow: hidden;
    margin: 0 20px 25px 20px;
    height: 540px;
    background-color: #000;
    text-align: center;
}

.video-detail .video-Big video {
    height: 100%;
}

.video-detail .hd {
    margin: 0 20px;
    color: #777;
}

.video-detail .hd .time {
    margin-top: 2px;
}

.video-detail .hd .item {
    display: block;
    margin-left: 5px;
    padding: 2px 8px;
    background-color: #e7e7e7;
}

.video-detail .hd .name {
    color: #000;
    font-size: 24px;
}

.video-detail .streamhero-action li {
    float: left;
}

.video-detail .streamhero-action .streamhero-ico {
    display: block;
    margin-bottom: 2px;
    height: 20px;
    background-repeat: no-repeat;
    vertical-align: text-bottom;
    cursor: pointer;
}

.video-detail .streamhero-action .streamherolikes {
    width: 24px;
    background-image: url(../images/love@icon.png);
}

.video-detail .streamhero-action .streamhero-views {
    width: 28px;
    background-image: url(../images/eyes-big@icon.png);
}

.video-detail .dividing-line {
    margin-right: 10px;
    margin-left: 10px;
    width: 1px;
    background-color: #b7b7b7;
}

.video-detail .streamhero-action .dividing-line {
    height: 47px;
}

/* 视频弹窗 */
 .layui-layer-shade {
    position: fixed;
    _position: absolute;
    pointer-events: auto;
}
.layui-layer-shade {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    _height: expression(document.body.offsetHeight+"px");
    display: none;
}
.layui-layer, .layui-layer-shade {
    position: fixed;
    _position: absolute;
    pointer-events: auto;
    display: none;
}
.layui-layer {
    -webkit-overflow-scrolling: touch;
    top: 150px;
    left: 0;
    margin: 0;
    padding: 0;
    background-color: #fff;
    -webkit-background-clip: content;
    border-radius: 2px;
    box-shadow: 1px 1px 50px rgba(0,0,0,.3);
}
.layui-layer-page .layui-layer-content {
    position: relative;
    overflow: auto;
}
.layui-layer-setwin {
    position: absolute;
    right: 15px;
    *right: 0;
    top: 15px;
    font-size: 0;
    line-height: initial;
}
.layui-layer-ico {
    background: url(../images/icon123.png) no-repeat;
}
.layui-layer-setwin a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
}
.layui-layer-setwin a {
    position: relative;
    width: 16px;
    height: 16px;
    margin-left: 10px;
    font-size: 12px;
    _overflow: hidden;
}
.layui-layer-setwin .layui-layer-close2 {
    position: absolute;
    right: -28px;
    top: -28px;
    width: 30px;
    height: 30px;
    margin-left: 0;
    background-position: -149px -31px;
    *right: -18px;
    _display: none;
}
.layui-layer-setwin .layui-layer-close2:hover{background-position:-180px -31px}