*{
    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;
}
.nodata{text-align:center; color:#F00; width:100%;}
.mt10{ margin-top:10px;}
.mt20{ margin-top:20px;}
.mt30{ margin-top:30px;}
.mt40{ margin-top:40px;}
.mt50{ margin-top:50px;}
.mt60{ margin-top:60px;}

.p_show{ display:block;}
.w_show{ display:none;}
@media screen and (min-width: 320px) {
    .container {
        padding-right: 6px;
        padding-left: 6px;
    }
}
@media screen and (min-width: 960px){
    .container{      
        padding: 0 10px;
    }

}
@media screen and (min-width: 1120px){
    .container{
        width: 1120px;
    }
	.container2{
        width: 1140px; margin:0 auto;
    }
	
.container3{
  width: 1164px; margin:0 auto;
    }
	
	
}

/* 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:0px solid #cacaca;
    width: auto;
    max-width: 100%;
    display: block;
}
.logo a p{
    margin-left: 15px;
    float: left;
    font-size:3.0rem;
    color: #cd1500;
    padding-top: 13px;
	font-weight:bold;
	
}
.logo i{ border-left:1px solid #e3e3e3; float:left; height:70px; margin-top:14px;}
.logo a span{
    display: block;
    font-size: 2.2rem;
    margin-top: 3px;
	color:#0f0f0f;
	font-weight:normal;
}
.tell{
    background:url("/html/class/template/images/tel.png") no-repeat left 0;
    padding:0 0 10px 32px;
    font-size: 1.4rem;
    margin-top: 20px;
    color: #292929;
	padding-top:4px;
	
}
.tell b{
    font-weight: 600;
    color: #d71208;
    font-size: 2.6rem;	
	float:right;
	font-style:italic;   
	margin-top:-4px; 
	
}

/*nav*/
.nav-bg{
    background: #c61400;
    height: 45px;
}

#rm-nav span { background:url("/html/class/template/images/menu_line.png") no-repeat; height:45px; width:2px; float:left; }


#rm-nav li {
    float: left;
    width: 14.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(/html/class/template/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: #c61400;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 #d7d7d7;
    height: 28px;
}
.search input{
    border: 0;
    height: 23px;
    padding: 3px 3px 0;
    font-size: 1.2rem;
    width:215px;
}
.search button{
    border: 0;
    color: #fff;
    height: 28px;
    cursor: pointer;
    background:url("/html/class/template/images/search_btn.jpg") no-repeat center 4px;
    text-indent: -999em;
    overflow: hidden;width: 30px;
	border-left:1px solid #d7d7d7;
}
.in-product-bg{
    background: #f2f2f2;
    padding-top:30px;
    padding-bottom: 30px;
}
.title_line{ background:url("/html/class/template/images/in_tiline.png") no-repeat center; text-align:center;}
.bg_w{ background:#fff; display: inline-table;}
.index-tit h2{
    font-size: 3.8rem;
    color: #000;
    text-align: center;   
    padding-bottom: 10px;
	font-weight:700;
}
.index-tit h2 span{
    font-weight: 600;
	color:#cd1500;
}
.index-tit p.in-ms{
    color: #323132;
    margin: 5px auto 0;
    width: 100%;
    text-align: center;
	font-size:2.6rem;
	font-weight:600;
}

.index-tit p.in-fw{
    color: #0f0f0f;
    margin: 0 auto;
    width: 100%;
    text-align: center;
	font-size:3rem;
	font-weight:600;
}
.bot_line{ border-bottom:4px solid #cd1500; width:30%; margin:20px auto;}

.index-tit p.in-hy{
    color: #000;
    margin: 0px auto 0;
    width: 100%;
    text-align: center;
	font-size:2.6rem;
	font-weight:600;
}

.index-tit p.in-more{
    color: #323132;
    margin: 20px auto;
    width: 106px;
	height:36px;
	text-align:center;
	line-height:36px;
    text-align: center;
	font-size:1.8rem;
	font-weight:600;
	 background:url("/html/class/template/images/in_more_bg.png") no-repeat center;
}

.index-tit p.in-more a{color:#363636;}

#in-product{
    margin-top: 30px;
    position: relative;
}


#in-product ul.tabs{
    overflow: hidden;
    text-align: center;
	border-bottom:1px solid #e6e6e6; padding-bottom:14px; margin-bottom:10px;
}
#in-product ul.tabs li{
	float:left;    
    *zoom: 1;
    line-height: 30px;
    margin: 0 3px;
border-top-left-radius: 5px 5px;
border-top-right-radius: 5px 5px;
border-bottom-right-radius:5px 5px;
border-bottom-left-radius:5px 5px;
}

#in-product ul.tabs h2{ float:left; font-size:1.6rem; font-weight:700; margin-top:4px; }

#in-product ul.tabs li a{
    color: #6b6b6b;
    padding: 0 15px;

}

#in-product ul.tabs li.active a{ color:#FFF;}
#in-product ul.tabs li a:hover{color:#FFF;}

#in-product ul.tabs li.active,#in-product ul.tabs li:hover{
    background: #c51e0c;
	color: #fff;
}




.in-product{
    margin-top: 30px;
    position: relative;
}


.in-product ul.tabs{
    overflow: hidden;
    text-align: center;
	border-bottom:1px solid #e6e6e6; padding-bottom:14px; margin-bottom:20px;
}
.in-product ul.tabs li{
	float:left;    
    *zoom: 1;
    line-height: 30px;
    margin: 0 3px;
border-top-left-radius: 5px 5px;
border-top-right-radius: 5px 5px;
border-bottom-right-radius:5px 5px;
border-bottom-left-radius:5px 5px;
}

.in-product ul.tabs h2{ float:left; font-size:1.6rem; font-weight:700; margin-top:4px; }

.in-product ul.tabs li a{
    color: #6b6b6b;
    padding: 0 15px;

}

.in-product ul.tabs li.active a{ color:#FFF;}
.in-product ul.tabs li a:hover{color:#FFF;}

.in-product ul.tabs li.active,.in-product ul.tabs li:hover{
    background: #c51e0c;
	color: #fff;
}


#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{
   
}
.pyin{ width:100%; border-bottom:1px solid #e6e6e6; padding-bottom:8px; margin-bottom:10px;}
.pyin h2{ float:left; line-height:30px; font-weight:600; font-size:1.6rem;}
.pyin li{ float:left; line-height:30px; padding:0 10px; font-size:1.8rem;}
.selected a{ color:#c51e0c;}

.bx_wrap a.prev,.bx_wrap a.next{
    width:40px;
    height:50px;
    line-height:24px;
    position: absolute;
    top:130px;
    text-indent:-999em;
    background:url(/html/class/template/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-com2 li{
    width: 260px;
}
#product-com2 li img{
    width: 260px;
    height: 216px;
}
#product-com2 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-com2 li p{
    line-height: 25px;
    margin-top: 10px;
    text-align: center;
    width: 99%;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.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 auto 0;
}
.zx{
    background: url("/html/class/template/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;
}
.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("/html/class/template/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("/html/class/template/images/in_case_bg.png") no-repeat center top;
    padding: 35px 0;
    overflow: hidden;
}

.in-star-bg{
    background: url("/html/class/template/images/in_star_bg.png") no-repeat center 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{    
    display: block;
	margin:0 auto;
}
.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-service ul{
 border-left:1px dashed #b7b7b7; 
 }


.in-service ul li{
     float: left;
     width: 31%;
     margin: 25px 0 0 2%;
	 text-align:center;
	 border-right:1px dashed #b7b7b7;
 }

.in-service ul li h2{ font-size:2.4rem;}
.in-service ul li p{ width:60%; margin:0 auto;}


.in-ad ul li{
	display:inline-block;    
     width: 19.5%;
     margin: 25px 0;
	 text-align:center;	 
	 padding:20px 0;
	
 }
 .l_line{border-left:1px solid #e7e7e7; }
 
 .in-ad ul li h2{ font-size:2.4rem; width:80%; margin:0 auto;}
 .in-ad ul li p{  width:80%; margin:0 auto;}



.in-photo dl{ width:100%;}
.in-photo dl dd{
	background:#f5f5f5;
    float: left;
    width: 23%;
	line-height:26px;
	margin:10px 0.9%; 
	border:1px solid #e7e7e7;
}
.in-photo dl dd img{ width:100%;}
.in-photo dl dd h2{ font-size:1.8rem; padding:0; text-align:left; width:92%; margin:0 auto;}
.in-photo dl dd h2 a{ color:#333333;}


.in-photo dl dd img{ 
    width:100%;
     display: block;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.6s;
}

.in-photo dl dd a{
    display: block;
    overflow: hidden;
    position: relative;
}

.in-photo dl dd:hover a img {
    -webkit-transform: translate3d(0,0,0) scale(1.1);
    -moz-transform: translate3d(0,0,0) scale(1.1);
    -ms-transform: translate3d(0,0,0) scale(1.1);
    -o-transform: translate3d(0,0,0) scale(1.1);
    transform: translate3d(0,0,0) scale(1.1);        
}

.in-news dl dd img{ 
    width:100%;
     display: inline-block;
      vertical-align: middle;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      box-shadow: 0 0 1px rgba(0, 0, 0, 0);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -moz-osx-font-smoothing: grayscale;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-property: border-radius;
      transition-property: border-radius;
}

.in-news dl dd a{
    overflow: hidden;
}

.in-news dl dd:hover  a img{
     border-radius: 1em;
     opacity: .85;
    fill-opacity: alpha(opacity=85);
}



.in-photo dl dd p{ color:#949494; font-size:1.4rem; line-height:16px; width:92%; margin:0 auto; padding-bottom:10px;}
.in-news dl{ width:100%;}
.in-news dl dd{	
    float: left;
    width: 23%;
	line-height:26px;
	margin:10px 0.9%; 
	
}
.in-news dl dd img{ width:100%;}
.in-news dl dd h2{ font-size:1.4rem; padding:0; text-align:left; width:92%; margin:0 auto; font-weight:700; overflow: hidden; text-overflow: ellipsis;  white-space: nowrap; }
.in-news dl dd h2 a{ color:#0f0f0f;}
.in-news dl dd p{ color:#606060; font-size:1.4rem; line-height:16px; width:92%; margin:0 auto; padding-bottom:10px;}

.in_news1{ background:#666; width:180px; background:url(/html/class/template/images/in_news1_bg1.png) no-repeat left; position:absolute; z-index:3; display:none;}
.in_news2{ background:#999; width:180px; background:url(/html/class/template/images/in_news1_bg2.png) no-repeat left; position:absolute; z-index:2; left:140px;}
.in_news3{ background:#CCC; width:180px; background:url(/html/class/template/images/in_news1_bg1.png) no-repeat left; position:absolute; z-index:1; left:280px; }




/*首页新闻tab*/
.fl{display:inline;float:left}
.fr{display:inline;float:right}
.cf:after{content:"";clear:both;display:block;height:0;overflow:hidden}
.cf{zoom:1}
.pb10{padding-bottom:10px}
.mt10{margin-top:10px}
/*main*/

.title{height:40px; padding-bottom:10px;}
.title h2{ font-size: 20px;font-family: "microsoft yahei";}
.title-list{ position: relative; top: 6px; font-size:1.8rem;}
.title-list li{ line-height: 40px; text-align: center; float: left; display: inline;}

.title-list li a:hover{background:url(/html/class/template/images/in_news1_bg.png) no-repeat left; color:#FFF; display:block;L}


.title-list li.on{ color: #fff;  background:url(/html/class/template/images/in_news1_bg.png) no-repeat left;}
.title-list li.on a{color: #fff;}
.title-list p{position:absolute;top:24px;left:0px;width:146px;height:7px;border-top: 3px solid #ff6600; overflow: hidden; text-align: center;}
.title-list b{display:inline-block;width:0;height:0;margin-top:-3px;border-style:solid dashed dashed dashed;border-width:9px;border-color: #ff6600 #fff #fff #fff;overflow: hidden;zoom: 1;font-size: 0;}

/*首页新闻tab*/ 

.in-witness dl{ width:100%;}
.in-witness dl dd{
    float: left;
    width: 30.33%;
	line-height:26px;
	margin:0 1.3%;  
}
.in-witness dl dd em{ width:70%; float:left; display:block;overflow: hidden;text-overflow: ellipsis; white-space: nowrap;}
.in-witness dl dd i{ width:4px; height:4px; background:#727272; float:left; margin-top:12px; margin-right:6px;}
.in-witness dl dd span{ float:right;}





.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 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;
}
#in-news li b{
    display: block;
    font-size: 1.8rem;
    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;
}
#in-news li.ons p{
    display: block;
}
#in-news li.ons{
    background: #d71208;
    min-height: 134px;
}




.link-bg{
    background: #545454;
    overflow: hidden; 
	padding:0 10px; 
	
}
.link ul{ line-height:36px;}
.link ul h2{ float:left; color:#FFF; font-size:1.5rem; font-weight:700;}
.link ul li{ float:left; margin:0 8px;}
.link ul li a{color:#fff;}


.footer-bg{
    background: #0f0f0f;
    overflow: hidden;
    padding: 30px 0 10px 0;
	position:relative;
}
.footer{
    overflow: hidden;
}
.footer ul{
   
}
.footer ul.in-contact{
    width: 117px;    
    padding-right:4%;
	text-align:center;
	float:left
}
.footer ul.in-contact img{ width:100%;}

.footer ul.in-contact p{
color:#FFF; line-height:26px;
}

.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: #fff;
    line-height: 25px;
}
.footer li a{
    color: #959595;
}
.footer li a:hover{
    color: #fff;
}
.footer ul.in-contact li img{
    padding-top: 5px;
}
.copyright {
  float:right;
  text-align:right; 
}

/**/
.mar-bot{
    margin-bottom: 30px;
    overflow: hidden;
}

.main-bg{
    background: #f2f2f2;
    overflow: hidden;
    padding: 25px 0;
}

.wrap-r{
    width: 100%;
	border:1px solid #dbdbdb;
	margin-bottom:50px;
	padding-bottom:30px;
}
.sidebar,.groom,.news-l{
    margin-bottom: 15px;
    border: 1px solid #e3e3e3;
    background: #fff;
}

.sidebar-tit h2{
    background: url("/html/class/template/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("/html/class/template/images/icon.png") no-repeat 2px -550px;
    line-height: 30px;
}
.sidebar li:hover{
    background: url("/html/class/template/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/localhost.png") no-repeat left ;
    padding-left:50px;
    line-height: 60px;
	height:35px;
	padding-bottom:20px;
    border-bottom: 3px solid #c31400;
	margin-bottom:20px;
	font-size:1.4rem;
	
}
.position a{
    padding: 0 5px;
}
.det-main-bg {
    margin-top: 15px;  
    overflow: hidden;
    padding: 20px 0 50px 0;
}
.det-main{
    line-height: 26px;
}
.det-main img{
    width: auto;
    max-width: 100%;
}
.sidebar li.onn a{
    color: #d71208;

}
.sidebar li.onn{
    background: url("/html/class/template/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 ul{ width:96%; margin:0 auto;}
.page li{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 3px 3px;
	border:1px solid #d3d3d3;
	padding:0 6px;
	line-height:20px;
	background:url(/html/class/template/images/page_bg.png) repeat-x;
}
.page_now{color:#c61400;}

.curent a{ color:#c41400;}
.details-main-h h3{
    font-size: 1.6rem;
    text-align: center;
    color: #333333;
    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{   
    overflow: hidden;
    padding:0 10px;
    margin-top: 20px;
	border-top:1px solid #dddddd;
}
.piece ul{ margin-top:10px;}
.piece li{
    width: 100%;    
    line-height:26px;
    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("/html/class/template/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.3333333333%;
    margin: 12px 1.5% 10px;
}

.product-list li a{   
	border:1px solid #dbdbdb;
	padding:10px 10px 20px 10px;
}

.product-list li h2{font-weight:700;  width:96%; margin:10px auto 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.product-list li h2 a{color:#c31400;}
.product-list li a.product-img{
   
 
    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 {
    display: block;
    width: 96%;

	margin:8px auto;
	line-height:20px;
   
}
.product-list-bg{
    padding: 8px 8px 20px;
}



/*明星列表*/
.star-list{
    overflow: hidden;
}
.star-list li{
    float: left;
    width: 28.3333333333%;
    margin: 12px 1.54% 10px;
	border:1px solid #dbdbdb;
	padding:20px 10px 20px 10px;
	text-align:center;
}
.star-list li img{ width:94%;}



.star-list li h2{font-weight:700;  width:96%; margin:10px auto 0; text-align:left; line-height:20px;}
.star-list li h2 a{color:#c31400;}
.star-list li a.star-img{
    overflow: hidden;
    display: block;
}
.star-list li:hover img,.star-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;
}
.star-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)
}
.star-list li a.star-img img{
    width: 100%;
    display: block;
}
.star-list li p {   
    width: 96%;
    text-align:left;
	margin:8px auto;
	line-height:20px;
	min-height:40px;
	overflow:hidden;
	
}
.star-list-bg{
    padding: 8px 8px 20px;
}
.star_info{ color:#c51e0c; border-bottom:1px solid #e6e6e6; font-size:1.4rem; padding-bottom:10px; margin-bottom:30px;}
.star_detail h2{ font-size:1.6rem; font-weight:700; text-align:center; color:#333333; margin-bottom:10px;}
/*明星列表*/


/*新闻列表*/
.news-list{
    overflow: hidden;
}

.news-list li{
    float: left;
    width: 23.3333333333%;
    margin: 12px 0.6% 10px;	
	text-align:center;
}
.news-list li img{ width:100%;}
.news-list li h2{font-weight:700;  width:96%; margin:10px auto 0; text-align:left; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.news-list li h2 a{color:#0f0f0f;}
.news-list li a.news-img{
    overflow: hidden;
    display: block;
}
.news-list li:hover img,.news-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;
}
.news-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)
}
.news-list li a.news-img img{
    width: 100%;
    display: block;
}
.news-list li p {
    width: 96%;
    text-align:left;
	margin:8px auto;
	line-height:20px;
	color:#5f5f5f;
}
.news-list-bg{
    padding: 8px 8px 20px;
}
.news{ padding-left:16px;}
/*新闻列表*/


/*明星合影*/
.photo-list{
    overflow: hidden;
}

.list_line1{border-bottom:1px solid #e6e5e5;  padding-bottom:20px; width:1120px; margin:0 0 30px 8px;}
.list_line2{border-bottom:1px dashed #858585;  padding-bottom:20px; width:1120px; margin:0 0 30px 8px;}

.photo-list li{
    float: left;
    width: 23.3333333333%;
    margin: 12px 0.6% 10px;	
	text-align:center;
	background:#f5f5f5;
	border:1px solid #e7e7e7;
}
.photo-list li img{ width:100%;}
.photo-list li h2{ width:96%; margin:10px auto 0; text-align:left; font-size:1.8rem;}
.photo-list li h2 a{color:#0f0f0f;}
.photo-list li a.photo-img{
    overflow: hidden;
    display: block;
}
.photo-list li:hover img,.photo-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;
}
.photo-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)
}
.photo-list li a.photo-img img{
    width: 100%;
    display: block;
}
.photo-list li p {
    display: block;
    width: 96%;
    text-align:left;
	margin:8px auto;
	line-height:20px;
	color:#5f5f5f;
}
.photo-list-bg{
    padding: 8px 8px 20px;
}
.photo{ padding-left:16px;}
/*明星合影end*/



.v_bg{
    display:none;
    position:fixed;
    top:0%; left:0%;
    width:100%; height:100%;
    background-color:#000;
    z-index:1001;
    -moz-opacity:0.7;
    opacity:.70;
    filter: alpha(opacity=70);
}
.v_con01 {
    display:none;
    position:fixed;
    top:50%;
    left:50%;
    margin-left:-356px;
    width:712px;
    height:400px;
    background-color:white;
    z-index:1002;
    overflow:auto;
}
.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(/html/class/template/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(/html/class/template/images/prev.png) left 48% no-repeat;
}

.lb-next {
    right: 0;
    float: right;
}

.lb-next:hover {
    background: url(/html/class/template/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(/html/class/template/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;
}