body {
    /*overflow-x: hidden;*/
}

@media only screen and (min-width: 1920px) {
    body {
        overflow-x: hidden;
    }
}

@media only screen and (min-width: 1360px) {
    body {
        /*overflow-x: hidden;*/
    }
}

.alert_index {
    width: 100%;
    height: 32px;
    background: rgba(255, 255, 255, 1);
    text-align: center;
    line-height: 32px;
    color: #ED0005;
    font-size: 12px;
    border-bottom: 1px solid rgba(208, 39, 39, 1);
}

.alert_index img {
    margin-bottom: 4px;
}

.deleteAlert {
    position: absolute;
    cursor: pointer;
    /*right: 10px;*/
    margin-left: 5px;
    margin-top: 6px;
}

@media only screen and (max-width: 1450px) {
    .alert_index marquee {
        width: 90%;
    }
}

@media only screen and (min-width: 1450px) {
    .alert_index marquee {
        width: 1400px;
    }
}

/*width: 1400px;*/
.topRight_text_right{
    /*font-size:16px;*/
    width: 168px;
    height: 18px;
}
.serviceAfterTime{
    font-size: 24px;
    letter-spacing: 4.7px;
}


.topRight_text_right_bottom{
    font-size: 24px;
    letter-spacing: 4px;
}

.nav_left {
    width: 275px;
    height: 651px;
    /* background-color: rgba(255, 255, 255, 1);*/
    /* padding-left: 10px;*/
    position: absolute;
    z-index: 200;
    font-size: 16px;
    color: #333333;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 11px 0px rgba(74, 74, 74, 0.15);
    border-radius: 2px;
    /* border-top: 3px solid #f33933;*/
    margin-top: 10px;
    padding-right: 5px;
    /*padding-top: 20px;*/
    /*border: 1px solid #f33933;
    border-top: 0;*/
    /* overflow-y: auto; */
}
.nav_left .productItem {
    /*margin-right: 20px;
    margin-bottom: 30px;*/
    padding: 15px 15px;
    display: inline-block;
    width: 120px;
}

.nav_left_title {
    width: 371px;
    height: 60px;
    background: rgba(208, 39, 39, 1);
    position: absolute;
    z-index: 200;
    margin-top: 10px;
    text-align: center;
    line-height: 60px;
}

.nav_left_title span {
    font-size: 24px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}

.nav_left_title img {
    position: absolute;
    left: 24px;
    top: 21px;
}


.nav_left_top_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.nav_left::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.nav_left::-webkit-scrollbar-track {
    background: #f6f6f6;
    border-radius: 2px;
}

.nav_left::-webkit-scrollbar-thumb {
    background: #aaa;
    border-radius: 2px;
}

.nav_left::-webkit-scrollbar-thumb:hover {
    background: #747474;
}

.nav_left::-webkit-scrollbar-corner {
    background: #f6f6f6;
}

.nav_left ul {
    width: 100%;
    height: 600px;
    margin-left: -15px;
    /*display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flexbox;
    justify-content: space-around;
    flex-direction: column;
    margin-top: 4px;*/
}


.nav_left ul li:last-child {
    border-bottom: none !important;
    background: none !important;
}

.nav_left ul li {
    /*padding: 6px 0;*/
    background: url(../dist/img/line.png) no-repeat bottom right;
    background-size: 70% auto;
    /*border-bottom: 1px dashed #dedede;*/
}

.nav_left em {
    font-size: 12px;
    position: relative;
    bottom: 1px;
    color: rgba(188, 188, 188, 1);
}

.nav_left ul li:last-child {
    /*padding: 6px 0;*/
    border-bottom: 1px dashed transparent;
}

.nav_left ul li>span {
    font-size: 14px;
    color: #515151;
    margin-left: 8px;
    font-size: 16px;
}

.nav_left ul li {
    margin-right: 15px;
}

.nav_left ul li span {
    font-weight: 400;
    color: rgba(33, 33, 33, 1);
    /* color: #515151;*/
    font-size: 15px;
    display: inline;
    cursor: pointer;
    margin: 0 10px;
    border: 1px solid transparent;
}

.nav_left ul li span:hover {
    color: #f13434;
    border-bottom: 1px solid #f13434;
}

.nav_left ul li span:last-child {
    margin-right: 0;
}

.nav_left_innerImg {
    width: 20px;
    height: 20px;
    float: left;
    display: inline-block;
    background: url("../dist/img/sprite.png") no-repeat;
    vertical-align: middle;
    margin-top: 5px;
    margin-left: 17px;
    margin-right: 13px;
}

.nav_right {
    z-index: 300;
    position: absolute;
    /* bottom: 10px; */
    margin-top: 520px;
    margin-left: 290px;
    width: 909px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 7px 0px rgba(163, 163, 163, 0.2);
}

.nav_right ul {
    display: inline-block;
    width: 19%;
    text-align: center;
    /* padding: 30px 0px 6px 0px;*/
    margin-left: 5px;
    /* margin-top: 27px;*/
}

.nav_right ul li {
    cursor: pointer;
}

.nav_right ul li img {
    padding-top: 20px;
}

.nav_right_li {
    margin-left: -5px;
    top: 40px;
    height: 64px;
    width: 2px;
    position: absolute;
    background: rgba(229, 229, 229, 1);
}

.nav_right ul li>div {
    height: 47px;
    /* line-height: 54px; */
    margin-top: 10px;
}

.nav_right ul li>div span {
    margin-top: 10px;
    font-weight: bold;
    color: rgba(102, 102, 102, 1);
    letter-spacing: 2px;
    height: 14px;
    font-size: 14px;
    line-height: 37px;
}

.nameCard {
    background-position: -322px -24px;
}

.colorPage {
    background-position: -322px -51px;
}

.adhesive {
    background-position: -322px -79px;
}

.picture {
    background-position: -322px -105px;
}

.PVC {
    background-position: -322px -128px;
}

.handleBag {
    background-position: -322px -152px;
}

.envelope {
    background-position: -322px -171px;
}

.joinOrder {
    background-position: -322px -190px;
}

.hardCoverBook {
    background-position: -322px -215px;
}

.annualGoods {
    background-position: -322px -240px;
}

.photoPrint {
    background-position: -392px -22px;
}

.banner {
    background-position: -392px -54px;
}

.fontFamily {
    background-position: -392px -84px;
}

.displayRack {
    background-position: -392px -114px;
}

.mid_top {
    width: 100%;
    /* min-height: 750px;*/
    position: relative;
    background: rgba(244, 244, 244, 1);
    /*background-image: url(../dist/img/bg_mid.png);*/
}

.recommend {
    width: 1082px;
    margin-left: 20px;
    /*height: 673px;*/
    /* margin: 0 auto;*/
}

.recommend_inner {
    /* width: 1100px;*/
    height: 320px;
    /*background: rgba(244, 244, 244, 1);*/
    /* background-color: #fff17a; */
    /* margin-left: 21.5%; */
    /* margin: 0 309px;*/
    margin-top: 50px;
    position: relative;
}

.recommend_inner_top {
    width: 100%;
    height: 120px;
    text-align: center;
}

.recommend_inner_top img {
    overflow: hidden;
    margin: 50px auto;
}

.recommend_inner_mid {
    width: 100%;
    /*height: 270px;*/
    margin-top: -35px;
}

.recommend_inner_mid_content {
    /*position: absolute;
    left: 188px;
    right: 0;
    top: 0;
    bottom: 0;*/
    margin: auto;
    text-align: center;
}

.recommend_inner_mid_left {
    /* width: 241px; */
    height: 244px;
    float: left;
}

.recommend_inner_mid_left div {
    width: 244px;
    height: 244px;
    margin: 0px;
    padding: 0px;
    list-style: none;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: rgb(214, 212, 212) 5px 5px 20px 1px;
    float: left;
    cursor: pointer;
    position: absolute;
}

.recommend_inner_mid_left div+div {
    margin-left: 34px;
}

.recommend_inner_mid_right {
    /* float: left;*/
    height: 244px;
    /* margin-left: 39px; */
    margin-top: 26px;
    /* position: absolute;*/
    /*left: 121px;*/

}

.recommend_inner_mid_right ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0px;
    padding: 0px;
    list-style: none;
    /*  flex: auto;*/
}

.recommend_inner_mid_right ul li {
    margin-right: 120px;
    /*position: absolute;*/
    width: 280.3px;
    height: 310.5px;
    /*  margin: 0px;
      padding: 0px;*/
    list-style: none;
    background-color: #ffffff;
    box-shadow: rgb(214, 212, 212) 5px 5px 20px 1px;
    cursor: pointer;
    /* -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
    overflow: hidden;*/
}

/*.recommend_inner_mid_right ul li:hover .goods_inner_title {
    animation: moveFromTop 500ms ease;
    -webkit-animation: moveFromTop 500ms ease;
    -moz-animation: moveFromTop 500ms ease;
    -ms-animation: moveFromTop 500ms ease;
}*/

/*.recommend_inner_mid_right ul li:hover .goods_inner_description {
    color: #fff;
    animation: moveFromTop 500ms ease;
    -webkit-animation: moveFromTop 500ms ease;
    -moz-animation: moveFromTop 500ms ease;
    -ms-animation: moveFromTop 500ms ease;
}*/

/*.recommend_inner_mid_right ul li:hover .goods_inner_pic img {
    animation: moveFromBottom 500ms ease;
    -webkit-animation: moveFromBottom 500ms ease;
    -moz-animation: moveFromBottom 500ms ease;
    -ms-animation: moveFromBottom 500ms ease;
}*/

/*.recommend_inner_mid_right ul li:hover .goods_inner_arrow {
    animation: moveFromLeft 500ms ease;
    -webkit-animation: moveFromLeft 500ms ease;
    -moz-animation: moveFromLeft 500ms ease;
    -ms-animation: moveFromLeft 500ms ease;
}*/

@keyframes moveFromTop {
    from {
        -webkit-transform: translateY(-200%);
    }

    to {
        -webkit-transform: translateY(0%);
    }
}

@-webkit-keyframes moveFromTop {
    from {
        -webkit-transform: translateY(-200%);
    }

    to {
        -webkit-transform: translateY(0%);
    }
}

@-moz-keyframes moveFromTop {
    from {
        -moz-transform: translateY(-200%);
    }

    to {
        -moz-transform: translateY(0%);
    }
}

@-ms-keyframes moveFromTop {
    from {
        -ms-transform: translateY(-200%);
    }

    to {
        -ms-transform: translateY(0%);
    }
}


@keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(50%);
    }

    to {
        -webkit-transform: translateY(0%);
    }
}

@-webkit-keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(50%);
    }

    to {
        -webkit-transform: translateY(0%);
    }
}

@-moz-keyframes moveFromBottom {
    from {
        -moz-transform: translateY(100%);
    }

    to {
        -moz-transform: translateY(0%);
    }
}

@-ms-keyframes moveFromBottom {
    from {
        -ms-transform: translateY(100%);
    }

    to {
        -ms-transform: translateY(0%);
    }
}

@keyframes moveFromLeft {
    from {
        -webkit-transform: translateX(-200%);
        opacity: 0.2;
    }

    to {
        -webkit-transform: translateX(0);
        opacity: 1;
    }
}

@-webkit-keyframes moveFromLeft {
    from {
        -webkit-transform: translateX(-200%);
        opacity: 0.2;
    }

    to {
        -webkit-transform: translateX(0);
        opacity: 1;
    }
}

@-ms-keyframes moveFromLeft {
    from {
        -webkit-transform: translateX(-200%);
        opacity: 0.2;
    }

    to {
        -webkit-transform: translateX(0);
        opacity: 1;
    }
}

@-moz-keyframes moveFromLeft {
    from {
        -webkit-transform: translateX(-200%);
        opacity: 0.2;
    }

    to {
        -webkit-transform: translateX(0);
        opacity: 1;
    }
}

.recommend_inner_mid_right ul li:nth-child(2) {
    left: 341px;
}

.recommend_inner_mid_right ul li:nth-child(3) {
    left: 682px;
}

.recommend_inner_mid_right ul li:nth-child(4) {
    left: 1023px;
}

/*.recommend_inner_mid_right ul li:first-child {
    border-top: 1px solid #ffad33;
}*/

/*.recommend_inner_mid_right ul li:first-child:hover {
    background-color: #ffad33;
}*/

/*.recommend_inner_mid_right ul li:nth-child(2) {
    border-top: 1px solid #f85b58;
}*/

/*.recommend_inner_mid_right ul li:nth-child(2):hover {
    background-color: #f85b58;
}*/

/*.recommend_inner_mid_right ul li:nth-child(3) {
    border-top: 1px solid #5093e7;
}*/

/*.recommend_inner_mid_right ul li:nth-child(3):hover {
    background-color: #5093e7;
}*/

/*.recommend_inner_mid_right ul li:nth-child(4) {
    border-top: 1px solid #67bf50;
}*/

/*.recommend_inner_mid_right ul li:nth-child(4):hover {
    background-color: #67bf50;
}*/

.goods_inner_title {
    letter-spacing: 3px;
    margin-top: 21px;
    height: 18px;
    font-size: 18px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 32px;
    text-align: center;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
}

.goods_inner_description {
    /* opacity: 0.8; */
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
}

.recommend_goods_inner {
    height: 192px;
    /* background-color: #5093e7; */
    margin: 0 auto;
    margin-top: 29px;
}

.recommend_goods_inner {
    text-align: center;
}

/*.goods_inner_title {
    color: #5a5a5a;
    font-size: 21px;
}*/

.goods_inner_description {
    font-size: 15px;
    margin-top: 5px;
    color: #999999;
}

.goods_inner_pic {
    height: 192px;
}

.goods_inner_arrow {
    display: none;
    width: 178px;
    height: 49px;
    position: absolute;
    margin-top: 25px;
    margin-left: 50px;
    background-image: url(../dist/img/index/goodPrice.png);
}

.goods_inner_linePrice .title {
    letter-spacing: 3px;
    float: left;
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin: 14px 0 0 30px
}

.goods_inner_linePrice .imgBg {
    float: right;
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 1);
    border-radius: 50%;
    text-align: center;
    margin-right: 15px;
    margin-top: 5px;
    padding-top: 4px;
}

.goods_inner_arrow_acive .goods_inner_arrow {
    /*width: 28px;
    height: 13px;
    margin-left: 135px;
    margin-top: 10px;*/
    /* background-image: url(../dist/img/arrow-hover.png);*/
}

.recommend_inner_bottom {
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
}

.recommend_inner_bottom_content {
    padding: 10px 0;
}

.recommend_inner_bottom img {
    width: 100%;
}

.mid_middle {
    margin: 0 auto;
    width: 100%;
    min-height: 1250px;
    margin-top: -34px;
    position: relative;
    overflow: hidden;
    background: #E8E8E8;
}

.middle_inner {
    width: 1300px;

    height: 240px;
    margin: 0 auto;
    margin-top: 44px;
    /*margin: 44px 289px 0px 309px;*/
    /* position: absolute; */
}

.middle_inner_li .swiper-button-next {
    width: 60px;
    height: 238px;
    background: rgba(0, 0, 0, 1);
    opacity: 0.4;
    top: 10%;
    line-height: 211px;
    right: 0;
    cursor: pointer;
}

/*.middle_inner ul {
    width: 844px;
    height: 100%;
    float: left;
}*/

/*
.middle_inner ul li {
    height: 350px;
    width: 100%;
}
*/

.middle_inner_li {
    float: left;
    width: 1060px;
    height: 240px;
    background: rgba(255, 255, 255, 1);
    text-align: center;
    position: relative;
    transition-duration: 500ms;
}

.middle_inner_secLi {
    margin-top: 20px;
}

.middle_inner_li+div {
    margin-left: 15px;
}

.middle_inner_right {
    /*width: 239px;*/
    height: 240px;
    float: left;
    /*margin-left: 15px;*/
    overflow: hidden;
}

.middle_inner_right img,
.middle_inner_left img {
    height: 100%;
    width: auto;
}

.middle_inner_liInner {
    display: inline-block;
    cursor: pointer;
    /* width: 210px;
    height: 210px;*/
}

.middle_inner_li_img {
    width: 239px;
    height: 181px;
    overflow: hidden;
    margin: 14px 8px 0px 8px;
}

.middle_inner_li_imgSp {
    position: relative;
    top: -13px;
    width: 247px;
    height: 189px;
    overflow: hidden;
    margin: 12px 0px;
    margin-left: 10px;
}

.middle_inner_li_titleSp {
    letter-spacing: 3px;
    margin-top: -29px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    font-size: 16px;

}

.middle_inner_li_title {
    letter-spacing: 3px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 39px
}

.middle_inner_li_description {
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    margin-top: 3px;
}

.middle_inner2 {
    width: 1100px;
    height: 720px;
    margin: 60px auto;
}

.middle_inner_left {
    /*width: 250px;*/
    height: 100%;
    float: left;
}

.middle_inner2 ul {
    width: 844px;
    height: 100%;
    float: left;
    margin-left: 19px;
}

.middle_inner2 ul li {
    height: 350px;
    width: 100%;
}

.middle_inner_li span {
    height: 32px;
    width: 260px;
    background-color: #fff;
}

/*.middle_inner_liInner div:first-child {
    width: 100%;
    !*height: 187px;*!
    overflow: hidden;
}*/

.middle_inner_liInner div:first-child img {
    /*width: 100%;*/
    /*width: 100%;*/
    /*height: 100%;*/
}

.middle_inner3 {
    width: 1100px;
    height: 720px;
    /* margin-left: 21.5%; */
    /* margin-top: 1600px; */
    /* position: absolute; */
    margin: 60px auto;
}

.middle_inner4 {
    width: 1100px;
    height: 720px;
    /* margin-left: 21.5%;
    margin-top: 2360px; */
    /* position: absolute; */
    margin: 60px auto;
}

.middle_inner4 ul {
    width: 844px;
    height: 100%;
    float: left;
    margin-left: 15px;
}

.middle_inner4 ul li {
    height: 350px;
    width: 100%;
}

.middle_inner3 ul {
    width: 844px;
    height: 100%;
    float: left;
}

.middle_inner3 ul li {
    height: 350px;
    width: 100%;
}

/*
.navUl_li:nth-child(6) {
    color: #f13434;
    font-weight: bold;
}*/
.navUl_li:nth-child(1) {
    width: 106px;
    height: 40px;
    background: rgba(208, 39, 39, 1);
    color: rgba(255, 255, 255, 1) !important;
    font-size: 17px !important;
}
.navUl_li #message:hover .message{
    display: block;

}

/*.shadow {
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
    transition-duration: 500ms;
    !*box-shadow: rgb(230, 230, 230) 0px 5px 5px 5px;*!
    cursor: pointer;
    z-index: 1000;
}*/

.nav_left span {
    cursor: pointer;
}

.index_mask {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 999;
    top: 0;
}

.index_mask div {
    position: absolute;
    animation: noticeAni 800ms;
    top: 5%;
    left: 30%;
}

.index_mask img:first-child {
    width: 90%;
}

.index_mask img:last-child {
    top: 3%;
    position: absolute;
    cursor: pointer;
}

@-webkit-keyframes noticeAni {
    0% {
        top: -30%;
    }
}

@-moz-keyframes noticeAni {
    0% {
        top: -30%;
    }
}

@-o-keyframes noticeAni {
    0% {
        top: -30%;
    }
}

.nav_left_menu {
    width: 371px;
    height: auto;
}


.nav-content {
    /*width: 1300px;*/
    width: 100%;
    margin: 0 auto;
    background: #E8E8E8;
    position: relative;
    /* top:-10px;*/
}

.bg618 {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.4);
    justify-content: center;
    display: none;
}

.bg618 img {
    width: 40%;
    height: 77%;
    align-self: center;
}

.bg618_close {
    width: 50px;
    height: 50px;
    position: relative;
    right: 50px;
    top: 24%;
    cursor: pointer;
}
.fireIcon,.recoIcon,.boomIcon,.newIcon{
    /* width: 20px; */
    position: absolute;
    margin-left: -10px;
    margin-top: -15px;
    display: inline-block;
}


/* .fireIcon:after{
    content: "热";
    background-color: #da251d;
    font-size: 12px;
    color: #ffffff;
    padding: 0px 7px;
    border-radius: 11px;
    font-weight: bolder;
    font-family:"Microsoft Yahei";
    -webkit-transform: scale(0.60);
    content: url(../dist/img/fireIcon.png);
}
.recoIcon:after{
    content: "荐";
    background-color: #0093dd;
    font-size: 12px;
    color: #ffffff;
    padding: 0px 7px;
    border-radius: 11px;
    font-weight: bolder;
    font-family:"Microsoft Yahei";
    -webkit-transform: scale(0.60);
    content: url(../dist/img/recoIcon.png);
}
.boomIcon:after{
    content: "爆";
    background-color: #e77716;
    font-size: 12px;
    color: #ffffff;
    padding: 0px 7px;
    border-radius: 11px;
    font-weight: bolder;
    font-family:"Microsoft Yahei";
    -webkit-transform: scale(0.60);
    content: url(../dist/img/boomIcon.png);

}
.newIcon:after{
    content: "新";
    background-color: #00923e;
    font-size: 12px;
    color: #ffffff;
    padding: 0px 7px;
    border-radius: 11px;
    font-weight: bolder;
    font-family:"Microsoft Yahei";
    content: url(../dist/img/newIcon.png);
} */
.bottomTools{
    width: 1200px;
    height: 90px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 23px;
}
.toolItem{
    flex: 1;
    align-items: center;
    display: flex;
    flex-direction: row;
    cursor: pointer;
}
.toolTitle{
    color: #333333;
    font-weight: bold;
}
.toolContent{
    font-size: 12px;
    color: #999999;
    margin-top: 12px;
}
.toolIntroduce{
    margin-left: 11px;
}
.adMaterials{
    background: #FFFFFF;
    padding-top: 20px;
    padding-bottom: 30px;
}
.adContent{
    width: 1200px;
    margin: 0 auto;
}
.adSmallTitle{
    color: #999999;
    margin-left: 12px;
}
.adTitle{
    margin-bottom: 30px;
}
.adDetail{
    display: flex;
    flex-direction: row;

}
.hotBg{
    width: 40px;
    height: 50px;
    line-height: 40px;
    color:#ffffff;
    background: url("../dist/img/newIndex/redBg.png") ;
    position: absolute;
    right: 0;
    top:0;
}
.leftSinglePage{
    position: relative;
    width: 228px;
    height: 555px;
    background: #F2F2F2;
    text-align: center;
    cursor: pointer;
}
.leftPageTitle{
    margin-top: 39px;
    margin-bottom: 16px;
    font-size: 20px;
    color: #333333;
    font-weight: 400;
}
.leftPageSmallTitle{
    margin-bottom: 60px;
    color: #666666;
    font-size: 16px;
    font-weight: 400;
}
.productPage{
    margin-left: 23px;
}
.pageItem{
    width: 220px;
    background: #F2F2F2;
    height: 267px;
    text-align: center;
    padding-top: 39px;
    position: relative;
    cursor: pointer;
}
.pageTitle{
    font-size: 20px;
    color: #333333;
    margin-bottom: 12px;
}
.productTwoPage{
    /* width: 464px;*/
    margin-left: 23px;

}
.twoPageItem{
    display: flex;
    flex-direction: row;
    background: #F2F2F2;
    height: 267px;
}
.twoPageItemSpilt{
    display: flex;
    flex-direction: row;
    height: 267px;
}
.twoPageLeft{
    padding: 39px 0 0 27px;
}
.twoPageTitle{
    font-size: 20px;
    color: #333333;
    margin-bottom: 16px;
}

.proListShow{
    width: 1200px;
    margin: 0 auto;
    background-color: #ffffff;
    padding-top: 30px;
}
.proBigTitle{
    font-size: 16px;
    color: #333333;
}
.proSmallTitle{
    color: #999999;
    margin-left: 12px;
}
.proListDetail{
    margin-top: 30px;
}
.proListRow{
    display: flex;
    flex-direction: row;
}
.rightProListRow{
    padding-left: 19px;
    height: 267px;
    background: #FFFFFF;
    box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.18);
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 60px;
}
.rightProItem{
    text-align: center;
    margin-right: 19px;
    cursor: pointer;
}
.rightProTitle{
    margin-top: 11px;
    font-size: 16px;
    color: #333333;
}
.rightProBigTitle{
    margin-top: 9px;
    font-size: 16px;
    color: #333333;
}
.rightProSmallTitle{
    margin-top: 6px;
    font-size: 13px;
    color: #999999;
}
#nav_left .proTitle{
    margin-left: 5px;
    /* padding: 20px 10px;*/
    display: inline-block;
}
#nav_left .proIcon{
    margin-top: -2px;
}


#nav_left .proTitle:hover{
    color: #f14b34 !important;
    text-decoration: underline;
}
.dashedLine{
    position: absolute;
    width: 100%;
    height: 0;
    border-bottom: 1px #ccc dashed;
}