*{
    padding: 0;
    margin: 0;
}
html{
    font-size: 62.5%;
}
body{
    height: auto;
    font-family:Helvetica,Arial,Microsoft YaHei,Arial;
    margin:0 auto;
    padding:0;
    overflow-x: hidden;
    color: #595959;
    font-size:1.4rem;
    font-size:14px;
}
hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,iframe,figure,label,b ,strong{
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6{
    font-weight: normal;
    margin: 0;
    padding: 0;
    -webkit-margin-after:0 ;
    font-size :100% ;
}
button, input, select, textarea {
    font-size:100%;
}
table{
    border-collapse:collapse;
    border-spacing:0;
}
ol,ul,li,img,menu,dir{
    border: 0;
    list-style: none;
    padding: 0;
}
i,em,b,strong{
    font-style: normal;
}
a{
    text-decoration: none;
    color: #595959;
    outline: 0;
    transition-duration: 0.5s;
}
a:hover{
    color: #d71208;
}

:before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix{
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
    clear:both;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.container{
    margin-right: auto;
    margin-left: auto;
}
@media screen and (min-width: 320px) {
    .container {
        padding-right: 6px;
        padding-left: 6px;
    }
}
@media screen and (min-width: 960px){
    .container{
        width: 960px;
        padding: 0;
    }

}
@media screen and (min-width: 1120px){
    .container{
        width: 1020px;
    }
}

/* header*/
.head-top{
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    font-size: 1.2rem;
    background: #eaeaea;
}
.welcome{
    float: left;;
    color: #797979;
}
.head-top ul{
    float: right;
}
.head-top li{
    display: inline-block;
    *display: inline;
    *zoom:1
}
.head-top li a,.head-top li span{
    color: #797979;
}
.head-top li a:hover{
    color: #d71208;
}
.head-top li span{
    margin: 0 5px;
}
.head-c{
    margin: 23px auto;
    overflow: hidden;
}
.logo{
    width: 67%;
    margin-right: 1%;
}
.logo a img{
    float: left;
    padding-right: 15px;
    border-right:1px solid #cacaca;
    width: auto;
    max-width: 100%;
    display: block;
}
.logo a p{
    margin-left: 15px;
    float: left;
    font-size:2.2rem;
    color: #292929;
    padding-top: 13px;
}
.logo a span{
    display: block;
    font-size: 1.6rem;
    margin-top: 3px;
}
.tell{
    background:url("../images/icon.png") no-repeat left 15px;
    padding:10px 0 10px 55px;
    font-size: 1.6rem;
    margin-top: 10px;
    color: #292929;
}
.tell b{
    font-weight: 600;
    color: #d71208;
    font-size: 2rem;
    display: block;
    margin-top: 3px;
}

/*nav*/
.nav-bg{
    background: #d71208;
    height: 45px;
}
#rm-nav li {
    float: left;
    width: 11.11%;
    text-align: center;
    line-height: 45px;
    position: relative;
}
#rm-nav li a{
    color: #fff;
    font-size: 1.6rem;
    display: block;
}
/*@keyframes fade-in {*/
    /*0% {opacity: 0;transform:translateX(-20);-moz-transform:translateX(-20);-webkit-transform:translateX(-20);-ms-transform:translateX(-20);-o-transform:translateX(-20)}*/
    /*100% {opacity: 1;transform:translateX(20);-moz-transform:translateX(20);-webkit-transform:translateX(20);-ms-transform:translateX(20);-o-transform:translateX(20)}*/
/*}*/
/*@-webkit-keyframes fade-in {*/
    /*0% {opacity: 0;transform:translateX(-20);-moz-transform:translateX(-20);-webkit-transform:translateX(-20);-ms-transform:translateX(-20);-o-transform:translateX(-20)}*/
    /*100% {opacity: 1;transform:translateX(20);-moz-transform:translateX(20);-webkit-transform:translateX(20);-ms-transform:translateX(20);-o-transform:translateX(20)}*/
/*}*/
#rm-nav ul{
    display: none;
    position: absolute;
    z-index: 10000;
    background: #d71208;
    width: 100%;
    /*animation: fade-in;*/
    /*animation-duration: 1.5s;*/
    /*-webkit-animation:fade-in 1.5s;*/
}
#rm-nav li ul li{
    float: none;
    width: 100%;
    line-height: 40px;

}
#rm-nav li ul li a{
    font-size: 1.4rem;
}
#rm-nav a:hover{
    background: rgba(255,121,114,0.3);
    display: block;
    transition: all 0.5s ease-in 0s;
}

/*banner*/
.flex-container a:active,
.flexslider a:active {outline: none;}
.slides,.flex-control-nav,.flex-direction-nav {margin: 0; padding: 0; list-style: none;}
.flexslider {width: 100%; height: 100%;margin: 0; padding: 0;}
.flexslider .slides{overflow: hidden;}
.flexslider .slides .list_pic img{width: auto;}
.flexslider .slides > li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {display: block; width:100%;}
.flex-pauseplay span {text-transform: capitalize;}
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
.slides {display: block;}
.no-js .slides > li:first-child {display: block;}
.flexslider {background: #fff; position: relative; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; zoom: 1;}
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative;}
.flex-container {zoom: 1; position: relative;}
.flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
.flex-caption {width: 96%; padding: 2%; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.3); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.3); font-size: 14px; line-height: 18px;}
.flex-direction-nav li a {width:55px; height:63px; display: block; background: url(../images/preNext.png) no-repeat 0 0; position: absolute; top: 50%; margin: -30px 0 0; cursor: pointer; text-indent: -9999px;}
.flex-direction-nav li .next {background-position: right top; right: 0;}
.flex-direction-nav li .prev {background-position: 0 0;left: 0;}
.flex-direction-nav li .disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}
.flex-control-nav {width: 100%; position: absolute; bottom:10px; *bottom:0px;text-align: center;}
.flex-control-nav li {margin: 0 0 0 8px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {width: 25px; line-height: 25px; display: block;background: #666;border-radius: 20px;cursor: pointer; color: #fff}
.flex-control-nav li a:hover {background-color: #ff6600;}
.flex-control-nav li a.active {background-color: #ff6600;cursor: default;}
.flex_300{    width:100%; margin: 0 auto;}

/**/
.mar-top{
    margin-top: 35px;
}
.in-search{
    margin: 10px auto;
    overflow: hidden;
}
.hot{
    color: #444;
    line-height: 30px;
}
.hot a{
    color: #888;
    padding: 0 5px;
}
.hot a:hover{
    color: #d71208;
}
.search{
    border: 1px solid #a6a6a6;
    height: 28px;
}
.search input{
    border: 0;
    height: 23px;
    padding: 3px 3px 0;
    font-size: 1.2rem;
    width:180px;
}
.search button{
    border: 0;
    color: #fff;
    height: 28px;
    cursor: pointer;
    background:#d71208 url("../images/icon.png") no-repeat right 5px;
    text-indent: -999em;
    overflow: hidden;width: 30px;
}
.in-product-bg{
    background: #f2f2f2;
    padding-top:30px;
    padding-bottom: 30px;
}
.index-tit h2{
    font-size: 3.6rem;
    color: #121212;
    text-align: center;
    background: url("../images/icon.png") no-repeat center -435px;
    padding-bottom: 16px;
}
.index-tit h2 span{
    font-weight: 600;
}
.index-tit p.in-ms{
	text-align:center;
    color: #595959;
    margin: 15px auto;
    width: 60%; 
	}
	
#in-product{
    margin-top: 30px;
    position: relative;
}
#in-product ul.tabs{
    overflow: hidden;
    text-align: center;
}
#in-product ul.tabs li{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    line-height: 30px;
    margin: 0 3px;
    background: #595959;
}
#in-product ul.tabs li a{
    color: #fff;
    padding: 0 15px;

}
#in-product ul.tabs li.active,#in-product ul.tabs li:hover{
    background: #d71208;
}
#product-com div{
    display: none;
}
#product-com div.ho div{
    display: block;
}
#product-com div.ho{
    display: block;
}
#product-com{
    margin-top: 20px;}

#product-com div.ho{
    overflow: hidden;
}
.bx_wrap a.prev,.bx_wrap a.next{
    width:40px;
    height:50px;
    line-height:24px;
    position: absolute;
    top:130px;
    text-indent:-999em;
    background:url(../images/icon.png) no-repeat;
    z-index: 10;
}
.bx_wrap a.prev {
    outline-style:none;
    outline-width: 0;
    background-position:2px -80px;
    left: -22px;
}
.bx_wrap a.next {
    right:-22px;
    background-position:-23px -80px;
}
.bx_container{
    margin: auto;
    width: 97%;
}
#product-com li{
    width: 260px;
}
#product-com li img{
    width: 260px;
    height: 216px;
}
#product-com li:hover img{
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    opacity: 0.8;
    filter:alpha(opacity=80)
}
#product-com li p{
    line-height: 25px;
    margin-top: 10px;
    text-align: center;
    width: 99%;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.inleft{ float:left; margin-left:250px; text-align:left; display:block;}
.inleft h2{ text-align:left;}
.inleft p{ text-align:left;}
.inleft h5{ float:right; display:inline-block; border:1px solid #FFF; padding:10px 20px;}
.inleft h5 a{color:#FFF;}
.in-ys-bg{
    background: #d71208;
    padding: 25px 0;
}
.index-tit-col h2,.index-tit-col p.in-ms{
    color: #fff;
    background: none;
}
.index-tit-col{
    position: relative;
}
.index-tit-col h2{
    padding-bottom: 5px;
}
.index-tit-col p.in-ms{
    margin: 5px 2px 0;
}
.zx{
    background: url("../images/zx.png") no-repeat left top;
    width: 250px;
    position: absolute;
    top: -10px;
    left: -30px;
    padding: 85px 0 70px;
    font-size: 1.6rem;
    text-align: center;
}
.inleft p.zx{ text-align:center;}

.zx b{
    display: block;
    color: #d71208;
    margin-top: 8px;
}
.in-yss-bg{
    background: #fafafb;
    padding-bottom:40px;
}
.in-yss-bg dt{
    width:46%;
}
.in-yss-bg dd{
    width: 50%;
}
.in-yss-bg dd h3{
    display: block;
    font-size: 3.6rem;
    color: #d71208;
    border-bottom: 1px solid #eee;
    height: 95px;
    line-height: 90px;
    margin-bottom: 12px;
}

.in-yss-bg dd p{
    line-height: 28px;
    padding-left: 48px;
}
.in-yss-bg dl{
    padding-top:30px;
    overflow: hidden;
}
.in-yss-bg dt img{
    display: block;
    width: auto;
    max-width: 100%;
}
.in-yss-bg dd h3 span{
    background: url("../images/icon.png") no-repeat;
    width: 48px;
    display: inline-block;
    *display: inline;
    *zoom:1;
    height: 95px;
    padding-right: 6px;
    text-indent: -999em;
}
.in-yss-bg dl.ys-01 h3 span{
    background-position: 3px -158px;
}
.in-yss-bg dl.ys-02 h3 span{
     background-position: 3px -270px;
 }
.in-yss-bg dl.ys-03 h3 span{
    background-position: -72px -158px;
}
.in-yss-bg dl.ys-04 h3 span{
    background-position: -72px -270px;
}
.in-yss-bg dl.ys-01 dd,.in-yss-bg dl.ys-04 dd{
    margin: 80px 0 0;
}
.in-yss-bg dl.ys-02 dd{
    margin: 40px 0 0;
}
.in-yss-bg dl.ys-03 dd{
    margin: 10px 0 0;
}

.in-case-bg{
    background: url("../images/case-bg.jpg") no-repeat left top;
    padding: 35px 0;
    overflow: hidden;
}
.in-case li{
     float: left;
     width: 32%;
     margin: 25px 0 0 2%;

 }
.in-case li:first-child{
    margin: 25px 0 0;
}
.in-case li img{
    width: 100%;
    display: block;
}
.in-case li:hover{
    opacity: 0.8;
    filter:alpha(opacity=80);
}
.in-case li p{
    text-align: center;
    line-height: 45px;
    width: 100%;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 1.6rem;
    background: rgba(255,255,255,0.6);
}

.in-witness li{
    float: left;
    width: 32%;
    margin: 25px 0 0 2%;
    background: #f1f1f1;
}
.in-witness li:first-child{
    margin: 25px 0 0;
}
.in-witness li img{
    width: 100%;
    display: block;
}
.in-witness li a em{
    color: #121212;
}
.in-witness li em{
    padding: 10px 0 5px;
    display: block;
    text-align: center;
    font-weight: 600;
    width: 85%;
    margin: auto;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;

}
.in-witness li p{
    padding: 0 20px 10px;
    color: #5a5a5a;
}
/*news*/
.in-about{
    float: left;
    width: 64%;
}
.in-about dl{
    border-right: 1px solid #fff;
    background: #404040;
}
.in-about dd{
    color: #fff;
    padding: 15px 20px;
    line-height: 22px;
}
.in-about dd a{
    color: #fff;
}
.in-about dd em{
    display: block;
    font-size: 1.8rem;
    padding-bottom: 8px;
}
.in-about dt a{
    display: block;
    padding-bottom: 49%;
    overflow: hidden;
    height: 0;
}
.in-about dt img{
    width: 100%;
    display: block;
}
#in-news{
    float: right;
    width: 36%;
}
#in-news li{
    background: #404040;
    border-bottom: 1px solid #fff;
    min-height: 79px;
}
#in-news li a{
    color: #fff;
    padding: 20px;
    display: block;
    overflow: hidden;
}
#in-news li span{
    padding-right: 20px;
    font-size: 18px;
}
#in-news li b{
    display: block;
    font-size: 1.6rem;
    font-weight: normal;
    width: 98%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 7px 0 7.7px;

}
#in-news li p{
    float: right;
    width: 82%;
    display: none;
    line-height: 19px;
    height: 57px;
    overflow: hidden;
    font-size: 13px;
}
#in-news li.ons p{
    display: block;
}
#in-news li.ons{
    background: #d71208;
    min-height: 134px;
}




.link_bg{
    background: #d0d0d0;
    overflow: hidden;
	height:50px;   
}
.link{ line-height:50px;}
.link ul h2{ float:left; margin-right:10px; color:#272727; font-weight:700;}
.link ul li{ float:left; margin-right:20px; lin}
.link ul li a{color:#272727;}


.footer-bg{
    background: #272727;
    overflow: hidden;
    padding: 20px 0 0;
}
.footer{
    overflow: hidden;
}
.footer ul{
    float: left;
    width: 17%;
}
.footer ul.in-contact{
    width: 27%;
    border-left: 1px solid #414141;
    padding-left:4%;
}
.footer li.foot-n{
    color: #fff;
    font-size: 1.6rem;
    padding-bottom:20px;
}
.footer li.foot-n span{
    color: #4e4e4e;
    font-size: 1.2rem;
    display: block;
}
.footer ul.in-contact li.foot-n{
    padding-bottom:6px;
}
.footer li{
    color: #959595;
    line-height: 25px;
}
.footer li a{
    color: #959595;
}
.footer li a:hover{
    color: #fff;
}
.footer ul.in-contact li img{
    padding-top: 5px;
}
.copyright {
    padding: 10px 0;
    border-top: 1px solid #414141;
    clear: both;
    margin-top: 20px;
    text-align: center;
    color: #959595;
}
.copyright a{
    color: #959595;
}
.ewm li{ display:inline-block; margin:0 6px; text-align:center;}



/**/
.mar-bot{
    margin-bottom: 30px;
    overflow: hidden;
}

.main-bg{
    background: #f2f2f2;
    overflow: hidden;
    padding: 25px 0;
}
.wrap-l{
    width: 20%;
}
.wrap-r{
    width: 78%;
}
.sidebar,.groom,.news-l{
    margin-bottom: 15px;
    border: 1px solid #e3e3e3;
    background: #fff;
}

.sidebar-tit h2{
    background: url("../images/bb.gif") repeat-x left top;
    line-height: 42px;
    color: #111111;
    padding-left: 20px;
    font-weight: 600;
}
.sidebar ul,.news-l ul{
    padding: 15px;
}
.sidebar li{
    padding-left: 15px;
    background: url("../images/icon.png") no-repeat 2px -550px;
    line-height: 30px;
}
.sidebar li:hover{
    background: url("../images/icon.png") no-repeat 2px -588px;
}
.scroll_vertical{
    position:relative;
    padding:20px;
    line-height:20px;
    background:#fff;
}
.scroll_vertical .box{
    overflow:hidden;
    position:relative;
    height:670px;
}
.scroll_vertical ul{
    position:absolute;
    top:0;
    left:0;
}
.scroll_vertical li{
    text-align:center;
    margin-bottom: 15px;
    border: 1px solid #eaecef
}
.scroll_vertical li img{
    width: 100%;
    display: block;
}
.scroll_vertical li a{
    display: block;
}
.scroll_vertical li p{
    padding: 10px;
}

.news-l li span{
    background: #9b9b99;
    color: #fff;
    padding: 0 5px;
    margin-right: 5px;
}
.news-l li{
    line-height: 30px;
}
.news-l li a{
    width: 98%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-l li:hover span{
    background: #ff7c00;
}
.position{
    background: #fff url("../images/icon.png") no-repeat 3px -650px;
    padding-left: 30px;
    line-height: 35px;
    border: 1px solid #e3e3e3;
}
.position a{
    padding: 0 5px;
}
.det-main-bg {
    margin-top: 15px;
    border: 1px solid #e3e3e3;
    background: #fff;
    overflow: hidden;
    padding: 20px;
}
.det-main{
    line-height: 26px;
}
.det-main img{
    width: auto;
    max-width: 100%;
}
.sidebar li.onn a{
    color: #d71208;

}
.sidebar li.onn{
    background: url("../images/icon.png") no-repeat 2px -588px;
}
/*cases*/
.cases-list dl,.solve-list dl{
    padding-bottom: 30px;
    margin-bottom: 30px;
    overflow: hidden;
    border-bottom: 1px dashed #cfcfcf;
}
.cases-list dt,.solve-list dt{
    width: 35%;
    float: left;
}
.cases-list dt img,.solve-list dt img{
    width: 100%;
    display: block;
}
.cases-list dd,.solve-list dd{
    width: 63%;
    float: right;
}
.cases-list dd em a,.solve-list dd em a{
    font-weight: 600;
    color: #121212;
    display: block;
    width: 98%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 5px;
    font-size: 1.6rem;
}
.cases-list dd em a:hover,.solve-list dd em a:hover{
    color: #d71208;
}
.cases-list dd  p,.solve-list dd p{
    color: #5f5f5f;
    line-height: 25px;
}
.cases-list dd span,.solve-list dd span{
    display: block;
    margin-top: 15px;
}
.cases-list dd span a{
    background: #d71208;
    color: #fff;
    padding: 8px 15px;
    font-size: 1.2rem;
}
.cases-list dd span a:hover{
    background: #595959;
}
.solve-list dd span a{
    color: #464646;
    padding: 8px 0;
    font-size: 1.4rem;
    font-weight:600 ;
}
.solve-list dd span a:hover{
    color: #d71208;
}
.page{
    text-align: center;
}
.page li{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 3px 3px;
}
.details-main-h h3{
    font-size: 2.2rem;
    text-align: center;
    color: #111;
    font-weight: 600;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 13px;
    padding-top: 5px;
}
.info{
    text-align: center;
    margin: 10px 0;
}
.details-main{
    margin: 25px 0;
    overflow: hidden;
    line-height: 25px;
}
.details-main img{
    width: auto;
    max-width: 100%;
}
.return a{
    display: inline-block;
    zoom: 1;
    padding:5px 10px;
    color: #ff6600;
    border: 1px solid #e2e2e2;
    background: #f9f9f9;
}
.return{
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 15px;font-size: 1.2rem;
}
.piece{
    background: #f8f8f8;
    overflow: hidden;
    padding:0 10px;
    margin-top: 15px;
}
.piece li{
    width: 50%;
    float: left;
    line-height:35px;
    font-size: 1.2rem;
}
.piece li a{
    width: 80%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
}
.bshare-custom{
    text-align: center;
}
#news-list li {
    border-bottom: 1px solid #e3e3e3;
    padding: 15px 15px 15px 30px;
    background:#fff url("../images/icon.png") no-repeat 10px -528px;
}
#news-list li span{
    display: block;
    margin-bottom: 3px;
}
#news-list li a{
    width: 98%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#news-list,.product-list{
    margin-bottom: 20px;
}
.product-list{
    overflow: hidden;
}
.product-list li{
    float: left;
    width: 30.33%;
    margin: 12px 1.5% 10px;
}
.product-list li p{
    margin-top: 5px;
}
.product-list li a.product-img{
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    display: block;
}
.product-list li:hover img,.product-list li img{
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: border-radius 0.3s ease-in-out;
    transition:border-radius 0.3s ease-in-out;
}
.product-list li:hover img{
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    opacity: 0.8;
    filter:alpha(opacity=50)
}
.product-list li a.product-img img{
    width: 100%;
    display: block;
}
.product-list li p a {
    display: block;
    width: 98%;
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow:hidden;
    text-align: center;
}
.product-list-bg{
    padding: 8px 8px 20px;
}


.v_bgs{
    position:fixed;
    top:0%; left:0%;
    width:100%; height:100%;
    background-color:#000;
    z-index:1001;
    -moz-opacity:0.9;
    opacity:.90;
    filter: alpha(opacity=90);
}
.v_con01 {
    width:712px;
    height:400px;
    background-color:#000;
    overflow:auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25%;
    margin-top: -200px;
}
.v_close{
    position:absolute;
    top:50%;
    left:50%;
    margin-left:360px;
    cursor:pointer;
    z-index:1003;
}
.video{
    margin-bottom: 15px;
    overflow: hidden;
}
.video li{
    float: left;
    width: 30.33%;
    margin: 12px 1.5% 10px;
}
.video li a{
    padding: 1.5%;
    display: block;
    border: 1px solid #ccc;
}
.video li .play_img img{
    width: 100%;
}
.video li .play_img p{
    margin-top: 3px;
    text-align: center;
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
}
.tj-product li{
    width: 31.333%;
    margin: 15px 1% 0;
    float: left;
}
.tj-product li img{
    width: 100%;
}
.tj-product{
    margin-top: 25px;
}
.tj-product h2{
    border-bottom: 1px solid #ccc;
    line-height: 42px;
    color: #111111;
    font-weight: 600;
    font-size: 1.6rem;
}
.tj-product p,.image-set p{
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    margin-top: 5px;
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none;
}
.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
}

.lightbox .lb-image {
    display: block;
    height: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.lightbox a img {
    border: none;
}

.lb-outerContainer {
    position: relative;
    background-color: white;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-container {
    padding: 4px;
}
.lb-loader {
    position: absolute;
    top: 43%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}
.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../images/loading.gif) no-repeat;
}
.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}
.lb-container > .nav {
    left: 0;
}
.lb-nav a {
    outline: none;
}
.lb-prev, .lb-next {
    width: 49%;
    height: 100%;
    cursor: pointer;
    display: block;
}

.lb-prev {
    left: 0;
    float: left;
}

.lb-prev:hover {
    background: url(../images/prev.png) left 48% no-repeat;
}

.lb-next {
    right: 0;
    float: right;
}

.lb-next:hover {
    background: url(../images/next.png) right 48% no-repeat;
}
.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-data {
    padding: 0 4px;
    color: #bbbbbb;
}
.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}
.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
}
.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999;
}
.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../images/close.png) top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
}
.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}
.image-set li{
    width: 31.33%;
    float: left;
    margin: 5px 1% ;
}
.image-set li a{
    display: block;
}
.image-set li p{
    margin-top: 0;
}
.wrap-r div.sear{
    background: #fff;
    color: red;
    padding-left: 10px;
}
.viheh video {
    max-width: 90%;
    display: block;
    margin: 30px auto;
      max-height: 600px;
}






















