.ueeshop_responsive_turn_page{margin:30px 0;text-align:center; height:auto; line-height:54px; clear:both;}
.ueeshop_responsive_turn_page a{height:54px; width:54px; display:inline-block; text-align:center; line-height:54px; background:#f5f7f6; display:inline-block; margin:4px 4px; position:relative;}
.ueeshop_responsive_turn_page a:hover{background:#e9edeb;}
.ueeshop_responsive_turn_page  a, .ueeshop_responsive_turn_page  font{height:54px; width:54px; display:inline-block; font-size:16px; text-decoration:none;}
.ueeshop_responsive_turn_page .page_item_current{background:#555; color:#fff; cursor:default;}

.ueeshop_responsive_turn_page.s1>a{background:none;}
.ueeshop_responsive_turn_page.s1>a .page_item_current{background:none; color:#ff6600;}
.video_box{
            
    margin: 0 auto;
    text-align: center;
}
.video_box video{
    max-width: 800px;
    width: 100%;
}
.video_box video[src=""] {
    display:none;
}
body .ueeshop_responsive_products_detail .description .title span{
    text-transform: capitalize;
}
img[src=""] {
    display:none;
}
.video_con .video_con_in .close_btn {
    background: url(../image/close_btn.png) no-repeat center;
}
.sp-wrap{
    max-width: 100%;
}
#header .nav .a .nav-child-small{
    width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.listBox {
	    padding: 2.5rem 0;
	    display: flex;
	    align-items: flex-start;
	    flex-wrap: wrap;
}

.listBox .pic {
	width: 50%;
	overflow: hidden;
	border-radius: 32px;
}

.listBox .pic img {
	width: 100%;
	border-radius: 4px;
	margin-bottom: 4px;
}
.cerList{
	width: 100%;
	    display: flex;
	    flex-wrap: wrap;
}
.cerBox{
width: 22%;
    margin: 1.5%;
    box-shadow: 0px 5px 56px #0000000d;	
}

/*Nav*/

#header .nav .a .sub_menu{
	width: 660px;
	top: 120%;
	box-shadow: 0px 8px 16px #0000001a;
}
.sub_menu {
    position: absolute;
    left: 50%;
    min-width: 1200px;
    margin-left: -600px;
}
.sub_menu {
    min-width: auto;
    left: 10%;
    margin-left: 0;
    width: 80%;
}

.sub_menu_box {
    background: rgba(255,255,255,1);
	display: flex;
	flex-wrap: nowrap;
}
.pro_menu_li {
    width: 100%;
        display: flex;
        margin: 20px 0 20px 20px;
}
.pro_menu_li:last-child{
	margin-right: 20px;
}
.pro_menu_li .thumb {
   width: 100%;
       height: 350px;
       position: relative;
       border-radius: 8px;
}
.pro_menu_li .thumb:before {
    display: block;
    content: "";
    background: rgba(0,0,0,1);
    display: block;
    width: 100%;
    height: 100%;
    z-index: 10;
    opacity: 0.55;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 8px;
    transition: all 0.2s ease-out;
}
.pro_menu_li .thumb:hover:before {
    opacity: 0.2;
}
.pro_menu_li .thumb a {
    color: #fff;
    height: 100%;
    background-position: center center;
    background-size: cover;
    padding: 0;
    border-radius: 8px;
}
.cat-box {
    position: absolute;
        z-index: 15;
        padding: 20px;
        text-align: left;
        width: 100%;
        bottom: 0;
    
}
.pro_menu_li .thumb p {
    display: block;
    transition: .3s ease-out;
    opacity: 0;
    transform: translateY( 1.5em );
	color: #fff;
}
.pro_menu_li .thumb:hover p {
    opacity: 1;
    transform: translateY(0);
}
.pro_menu_li .thumb h4 {
    display: block;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3em;
	white-space: break-spaces;
	color: #fff;
}
.pro_menu_li .series {
    width: 50%;
}
.flex_end {
    display: flex;
    align-content: flex-end;
    align-items: flex-end;
    height: 100%;
}
.series-p{
	    padding-left: 30px;
	    padding-bottom: 30px;
}
.series-p h6 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6em;
    letter-spacing: 5px;
    color: #000;
    margin-bottom: 10px;
	text-align: left;
}
.series-p p {
    line-height: 32px;
    padding-left: 10px;
    transition: all 0.3s;
	text-align: left;
}
.series-p p a {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    background: url(../image/icon_mjt.png) no-repeat left 8px;
    padding-left: 30px;
}
.series-p p:hover {
    padding-left: 15px;
}
.series-p p:hover a {
    color: #fec106;
}


#header .nav .a:hover .nav-child-small{
	top: 100%;
}