/* CSS Document */
@charset "utf-8";
/* LESS Document */
body,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ul,ol,li,form,button,input,textarea,th,td {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}
/*html{font-size:62.5% ;}*/
body,button,input,select,textarea {
  font: normal 12px 微软雅黑, "\5b8b\4f53", tahoma;
}
ul,ol,li {
  list-style: none;
}
.clear{clear:both;}
a {
  text-decoration: none;
  color: #000;
}
a:hover {
  text-decoration: none; color:#e7251c;
}
img {
  border: 0;
  vertical-align: top;
}
button,input,select,textarea {
  font-size: 100%;
  vertical-align: top;
  outline: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clear{clear:both;}
.fixed:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }

/*从左边淡入*/
.lef{ animation:leftSilder 1s ease; -webkit-animation:leftSilder 1s ease;}
@keyframes leftSilder{
	0%{opacity:0; transform:translateX(-100px)}
	100%{opacity:1; transform:translateX(0)}
}
@-webkit-keyframes leftSilder{
	0%{opacity:0; transform:translateX(-100px)}
	100%{opacity:1; transform:translateX(0)}
}

/*字体淡入*/
@keyframes fontopt{
	0%{opacity:0;}
	100%{opacity:1;}
}
@-webkit-keyframes fontopt{
	0%{opacity:0;}
	100%{opacity:1;}
}

/*左边淡入*/
.fil { -webkit-animation: fadeInLeft 1s .2s ease both;}
@-webkit-keyframes fadeInLeft { 0% {
opacity:0;
-webkit-transform:translateX(-20px)
}
100% {
opacity:1;
-webkit-transform:translateX(0)
}
}


body{background:#fff;/*padding-top:27px;*/}
.header,.container,.footer{margin:0 auto;}
.header{}
.header-bd{width:1200px;height:175px;margin:0 auto;position:relative;}
.container{padding-bottom: 41px;z-index: 0;}
.container-bd{width:1200px;margin:0 auto;position:relative;}
.footer{background:#e7251c;border-top:1px solid #555557;position:relative;padding-bottom: 12px;}
.footer-bd{width:1200px;height:75px;margin:0 auto;}

.logo{float:left; }
.logo img{ margin-top:35px;}

/*导航*/
.mains{ background:#e7251c;}
.nav{width:1200px;margin:0 auto;height:44px;z-index:999; position:relative;}
.nav>ul{position:absolute; left:0px; }
.nav>ul>li{float:left;position: relative; text-align:center;}
.nav>ul>li h1 a{color:#fff;font-size:14px; display:block;width:125px;height:50px; line-height:44px; }

/*.nav>ul a::before{content:attr(data-hover);color:#b50901;position:absolute; transform:scale(1.1) translate(10px,-20px) rotate(20deg);opacity:0;transition:transform 0.3s,opacity .3s;background:#b50901;}
.nav>ul a:hover::before{transform:scale(1) translate(0,0) rotate(0);opacity:1; transition:all .5s ease;background:#b50901;}

.nav>ul li.on a:hover::before{opacity:0;}*/

.nav>ul>li.on h1 a,.nav>ul>li h1 a:hover{color:#fff;font-weight:bold;background:url(../images/cur.png) top no-repeat; }


.son-nav{position:absolute;left:6px;top:50px;z-index: 999;display:none;padding-bottom: 10px;background:#b50901;}
.son-nav3{left:6px;}
.son-nav1{padding-top:10px;}
.son-nav0,.son-nav6{padding-bottom:0;}
.son-nav li{text-align:center;overflow: hidden;}
.son-nav li a{font-size:12px; color:#fff; line-height:30px;width:114px; display:block;}
.son-nav li a:hover{background:#e7251c;color:#fff;}

/*语言选择与搜索*/
.lang-search{position:absolute;right:0px;top:11px;}
.lang-search{position:absolute;top:46px;  width: 228px;}
.lang{float:left;}
.relselet{  padding-left: 14px;background:#222 url(../images/lang.jpg) no-repeat 0 -1px;height: 21px;width: 82px;  color: #fff;border: 1px solid #706b6b;line-height:21px;}

/*.lang span{display:block;width:85px;height:21px;border:1px solid #706b6b;position:absolute;color:#919191;padding-left:11px;font-size:14px;background:url(../images/lang.jpg);left: -101px;top:0;line-height:21px;z-index:1;}*/


.search{float:right;width:180px;height:21px;background:#222222;border:1px solid #706b6b;margin-left:10px; }
.keywords{width:140px;height:21px;background:none;border:none;color:#919191;padding-left:10px;line-height:21px;float:left;}
.submit{width:26px;height:21px;background:url(../images/s.jpg);float:right;border:none;cursor:pointer;}

/*banner*/
.fullSlide{ width:100%;  position:relative;  height:550px;   }
.fullSlide .bd{ margin:0 auto; position:relative; z-index:0; overflow:hidden;}
.fullSlide .bd ul{ width:100% !important; }
.fullSlide .bd li{ width:100% !important;  height:550px;/* overflow:hidden; */text-align:center;  }
.fullSlide .bd li a{ display:block; height:550px; }
.fullSlide i{display:block;width:32px;height:25px;background:url(../images/bbgg.png) no-repeat;position:absolute;right:0;top:375px;}

.fullSlide .hd{ width:100%;  position:absolute; z-index:1; bottom:8px; left:0; height:30px; line-height:30px;text-align:center;
	 _background:#000; _filter:alpha(opacity=60); }
.fullSlide .hd ul{ text-align:center;  padding-top:5px;  }
.fullSlide .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:14px; height:14px;overflow: hidden; margin:5px; background:url(../images/d.png) -18px 0; overflow:hidden; 
	line-height:9999px; 
}
.fullSlide .hd ul .on{ background-position:0 0; }

/*首页主体内容*/

.main_body{ background:#f6f6f6; padding-top:60px;}

.main{}
.main-left{float:left;}
.main-left{width:500px;height:280px;overflow:hidden;  }
.i-title{width:100%;height:39px;border-bottom:1px solid #cbcacc;position:relative;/*background:url(../images/rd.jpg) no-repeat 299px top;*/}
.i-title1{background:url(../images/bar.png) #f1f1f3 no-repeat;}
/*.i-title1{background:url(../images/topbg.jpg);}*/
.i-title2{background:url(../images/bar.png) #f1f1f3 no-repeat;}
.i-title3{}
.i-title4{background:url(../images/bar.png) #f1f1f3 no-repeat;}

.i-title h3{font-size:17px;color:#fff;font-weight:bold;height:39px;overflow:hidden;}
.i-title h3 span{}
.main-right .more,.main-left .more{    display: block;
    width: 81px;
    height: 28px;
    background: url(../images/more.jpg) no-repeat;
    position: absolute;
    right: 0px;
    top: 8px;
    transition: all .3s ease;}
.main-right .more:hover,.main-left .more:hover{right:15px; transition:all .3s ease;}

.main-left .case{/* margin-top:12px;height:204px;width:673px;overflow:hidden;background:#fff;border-top-right-radius:13px;-moz-border-top-right-radius:13px;-ms-border-top-right-radius:13px;-o-border-top-right-radius:13px;-webkit-border-top-right-radius:13px;behavior:url(../js/pie.htc);*/}

.main-right{width:660px;height:280px;overflow:hidden;position:relative; float:right; }
.main-right .atxt{line-height:23px;}
.main-right .atxt img{margin-bottom:15px;}
.tuijian{padding-top:10px;    padding-right: 15px;width:274px;height:103px;overflow:hidden;border-bottom:1px solid #dcdbdb;padding-left:20px;background:#fff;}
.tuijian img{float:left;margin-right:9px;}
.tuijian .tj-r a{font-size:14px;font-weight:700;line-height:20px;}
.tuijian .tj-r p{line-height:18px;}
.tuijian img:hover{opacity:0.8;transition:all .3s ease;}
.tuijian .tj-r a:hover{color:#e20020;transition:all .3s ease;text-decoration:underline;}

.n-list{}
.n-list li{display:block;overflow:hidden;position:relative; padding-top:25px;}

.n-list li a::before{display:block;content:attr(data-hover);color:#e20020;position:absolute;opacity:0; transform:scale(1.2) translateY(-20px);transition:transform 0.3s,opacity .3s;}/*此次a标签不能设边距，否则不兼容ie,因此需要在上级设边距*/
.n-list li:hover a::before{transform:scale(1) translateY(0);opacity:1; transition:all .5s ease;}
.n-list li:hover a{color:#e20020;transition:all .5s ease;}
.n-list li:hover{transition:all .5s ease;}


	   .n-list .nleft{float:left; width:80px;color:#7c7c7c}
				   .n-list .nleft h1{ float:left; line-height:40px; font-size:40px; font-weight:normal; color:#7c7c7c; margin-right:4px; padding-top:3px;}
				    .n-list .nleft h2{font-size:22px; font-weight:normal;}
				    .n-list .nright{float:right; width:390px}
				      .n-list .nright p{color:#7c7c7c; height:32px; overflow:hidden;}


	.main .main_list{ padding-top:50px;}
	.main .main_list li{float:left; width:270px; overflow:hidden; margin-right:36px; }
	.main .main_list li .imgs{}
	.main .main_list li .txts{ padding-top:20px; padding-left:20px;}
	.main .main_list li .tx1{}
	
	.main .main_list li.last{margin-right:0px;}
	.main .main_list li .txts p a{ font-size:16px; line-height:30px; background:url(../images/A2.jpg) left no-repeat; padding-left:25px; overflow:hidden; height:30px;}
	.main .main_list li .tx1 p a{ font-size:24px; line-height:42px; background:url(../images/A1.jpg) left no-repeat; padding-left:35px;}

.main .main_list li  a:hover{ color:#e7251c;}







.wei{background:#fff;padding-bottom: 10px; }
.wei-search{width:280px;height:44px;margin:14px 0 0 20px;}
.wei .text{float:left;margin-right:7px;}
.wei .sub{float:left;}
.wei .text input{width:211px; height:42px;line-height:42px;text-align:center;border:1px solid #000;font-size:14px;color:#000;}
.wei .sub input{width:44px;height:18px;background:#cf2929;color:#fff;line-height:18px;text-align:center;border:none;cursor:pointer;transition:all .8s ease;}
.wei .submit1:hover,.wei .reset:hover{background:#fff;color:#cc001a;border:1px solid #cc001a;border-radius:5px;transition:all .8s ease;}



/*滚动图片*/
.picScroll{ position:relative;  width:673px;background:#fff url(../images/pbg2.jpg) no-repeat 0 149px; overflow:hidden;     }
.picScroll ul{ overflow:hidden; zoom:1;background:url(../images/pbg.jpg) repeat-x 6px 15px;height:180px;  }
.picScroll ul li{ width:132px; height:160px;  float:left; overflow:hidden; margin:5px 17px 0;  text-align:center;}
.picScroll ul li img{ width:129px; height:132px; display:block; background:url(images/loading.html) center center no-repeat; }
/*.picScroll ul li:hover img{ border-radius:5px;behavior:url(../js/pie.htc);-ms-border-radius:5px;box-shadow:0 0 5px #CCC9C8; transition:all .5s ease;}*/
.picScroll ul li:hover{ border-radius:5px;behavior:url(../js/pie.html);-ms-border-radius:5px;box-shadow:0 0 5px 2px #CCC9C8; transition:all .5s ease;}
.picScroll ul li:hover h3{color:#cc001a;transition:all .3s ease;}
.picScroll h3{font-size:14px;margin-top:5px;}

.picScroll1{ position:relative;  width:650px;background:#fff; overflow:hidden;margin-left:10px;margin-top:20px; }
.picScroll1 ul{ overflow:hidden; zoom:1;}
.picScroll1 ul li{ width:181px; float:left; overflow:hidden; margin:0 5px; text-align:center;border-radius:3px;   }
.picScroll1 ul li img{ width:181px; height:120px; display:block; background:url(images/loading.html) center center no-repeat; }
.picScroll1 ul li img:hover{opacity:0.8;transition:all .3s ease;}


/*footer*/
.footer{ text-align:center; padding:20px 0px;}
.footer p{color:#fff;font-family: Microsoft YaHei, Arial;}
.footer p a{color:#fff;}
.footer .b-link{float:right;}
.b-link ul li{float:left;text-align:center;margin-top:28px;position:relative;}
.b-link ul li a{color:#fff;border-right:1px solid #656567;padding:0 10px;}
.b-link ul li:hover a{color:#cc001a;}
.b-link ul .jh{width:88px;height:29px;border:none;margin-top: 21px;display:block;}
.footer .xl,.footer .wx{display:block;width:29px;height:28px;float:left;margin-left:13px;}
.b-link ul .jh a{padding:0;border-right: none;}
.footer .xl{background:url(../images/xinlang.png) no-repeat;}
.footer .wx{background:url(../images/weixin.png) no-repeat;}
.footer .xl:hover,.footer .wx:hover{opacity:0.8;}
.footer .sjx{width:21px;height:10px;position:absolute;right:72px;background:url(../images/sj.png);top: 92px;}
.footer .ewm{position:absolute;right: -64px;top:-82px;display:none;}
.footer .ewm i{display:block;width:86px;height:92px;background:#fff;text-align:center;border:none;float:left;}
.footer .ewm i img{width:86px;height:92px;}
/*左边*/
.container-left{width:169px;float:left;}
.ptype li h3{width:169px;height:40px;background:url(../images/tbg.jpg) repeat-x;line-height:40px;font-weight:bold;border-bottom: 1px solid #fff;}
.ptype li h3 a{padding-left:27px; transition:all .3s ease;color:#fff; font-size:18px;}

/*.ptype > li a{color:#fff;font-size:16px;display:block;width:142px;height:40px;background:url(../images/tbg1.jpg) repeat-x;padding-left:27px; transition:all .3s ease;}
.ptype li:hover h3,.ptype h3{background:url(../images/tbg.jpg) repeat-x;}

*/
.ptype li h3:hover a{padding-left:35px;width:134px; transition:all .3s ease;}




.ptype ul li{}
	  .ptype ul{background:#fff;}
	  
	/*  .ptype ul li.son1{ font-size:14px;}
	  .ptype ul li.son1 a{color:#333; line-height:40px; padding-left:25px;}
	  */
	  

      /*第一层修饰*/
     .container-left ul {}
     .container-left ul li {}
     .container-left ul li a{ }
     .container-left ul li a:hover,.alist ul li .thisclass{}
     
	 /*第二层修饰*/
     .container-left ul li ul{}
     .container-left ul li ul li{}
     
	 .container-left ul li ul li a{}
	
	.container-left ul li .thisclass{line-height:40px; padding-left:25px;}

.ptype  ul li.type1{border-bottom:1px solid #ddd; background:#f0f0f0;}
.ptype  ul li.type1 a{line-height:30px; padding-left:25px;color:#333;font-size:14px; transition:all .3s ease;}
.ptype  ul li.type0 a{line-height:28px; padding-left:25px;font-size:12px;color:#666; transition:all .3s ease;}
.ptype  ul li.type1 a:hover,.ptype  ul li.type0 a:hover{transition:all .3s ease;padding-left:35px; color:#F30}


.ttype ul li.son1{ font-size:14px;}
	  .ttype ul li.son1 a{color:#333; line-height:40px; padding-left:25px;}

.ttype{display:none;background: #f6f6f6;}
.ttype li{display:block;width:100%;height:30px;background:#f6f6f6;line-height:40px;}
.ttype li a{color:#000;font-size:12px;background:none; padding-left:25px; font-size:14px;}
.ttype li:hover a,.ttype .on a{color:#cf001b; transition:all .3s ease;font-weight: bold;}
.ptype .current .ttype{display:block;}
.ptype .current .ttype li{animation:fontopt 2.4s ease; -webkit-animation:fontopt 2.4s ease;}

/*path*/

.pageimg{padding-top:5px;}

.container-right{min-height:576px;padding:1px 0px 0 0px;}
.path{height:40px;border:1px solid #bcbcbc;line-height:40px;border-top:4px solid #e7251c;     background: -webkit-linear-gradient(top,rgba(253,253,253,0),rgba(239,239,239,1));
    background: -o-linear-gradient(bottom,rgba(253,253,253,0),rgba(239,239,239,1));
    background: -moz-linear-gradient(bottom,rgba(253,253,253,0),rgba(239,239,239,1));
    background: linear-gradient(to bottom, rgba(253,253,253,0), rgba(239,239,239,1)); }
.path h2{margin:0px 20px;font-weight:bold;font-size:18px; float:left;}

.path h3{float:left; }
.path h3 a{display:block; width:100px; border-right:1px solid #dedede; float:left; text-align:center;}

.path h3 a.thisclass{ color:#fff; background:#e7251c;}

.path-right{float:right;text-align:right; }
.path-right a:hover{color:#e20020;}

.right-main{padding:8px 0;position:relative;/*padding-right: 0;*/}
.ptitle{color:#000;font-size:20px;font-weight:bold;margin-bottom:47px;}
.box-title{width:100px;height:20px;line-height:20px;padding-left:25px;font-size:16px;font-weight:bold; letter-spacing:2px;margin-bottom:15px;}
.bg1{background:url(../images/m2.png) no-repeat left center;}
.bg2{background:url(../images/m1.png) no-repeat left center;}
.bg3{background:url(../images/m3.png) no-repeat left center;}
.box1{width:100%;min-height:58px;margin-bottom:53px;}
.box1 ul{margin-bottom: 38px;}
.box1 ul li{float:left;padding:0;  margin-bottom: 5px;}
.box1 ul a{padding:0 16px;margin-left:8px;margin-right:0px;font-size:14px;font-weight:bold;color:#000;display:block;transition:all .3s ease;}
.box1 ul a:hover img{opacity: 0.8; transition:all .3s ease;}
.box2{position:relative; z-index:1; padding-top:20px;}
.boxx{margin-top:30px;}
.vd{display:none;margin-left: 10px;}
.vd img{margin-top:30px;margin-left:15px;}
.shows{padding-top:20px;color:#000;font-size:12px;line-height:22px; letter-spacing:1px;padding-left:2px;padding-bottom: 50px;  min-height: 334px;}
.shows p{margin-bottom:10px;}
.shows2{padding-top:0;color:#666;width:352px;}
.shows3{width:100%;padding-top:10px;}
.showss{width:765px;padding-right:0;}
.pro-img{position:absolute;right:6px;top:8px;}
.pinfo{right:30px;}

.dshow{width:100%;}
.dshow p{color:#000;margin-top:10px;}

/*tab切换*/
.www360buy{ width:748px; }
.www360buy .hd{ overflow:hidden; background:url(../images/tt.jpg) repeat-x; border:1px solid #a7a0a0;width:766px;height:31px; margin: 0 auto;  }
.www360buy .hd li{ position:relative; margin-left:-1px;  height:31px; line-height:31px; text-align:center; width:124px; float:left; border:1px solid #a7a0a0; border-top:0; cursor:default;font-size: 14px;}
.www360buy .hd li.on{ width:140px; background:url(../images/ff.png) repeat-x; border-bottom:1px solid #a7a0a0; color:#000;font-weight: bold;  }

/*产品系列/工程案例*/
.right-main-list{margin:26px auto;}
.right-main-list ul{  display: inline-block;margin-left: 2px;}
.right-main-list:after{display:block;content:'';clear:both;}
.xl-list li{float:left;width:239px;height:278px;margin-right:20px;border:1px solid #dcdcdc;margin-bottom:18px;overflow:hidden;}
.xl-list li p{width:100%;height:246px;overflow:hidden;}
.icase-list li{position: relative;}
.xl-list li h3,.icase-list li h3{height:32px;width:100%;line-height:32px;text-align:center;overflow:hidden;background:rgba(0,0,0,0.7);color:#fff;font-size:14px;}
.icase-list li h3{position: absolute;left: 0;top:89px;}
.xl-list li:hover img{ transform:scale(1.2);-webkit-transform:scale(1.2); transition:all .5s ease;}
.xl-list li:hover h3{background:url(../images/tbg.jpg) repeat-x;transition:all .5s ease;}

.c-list li{height:190px;border:none;margin-bottom:33px;margin-right: 23px;}
.c-list li p{height:auto;}
.c-list li h3{border:none;}
.c-list li:hover{box-shadow: 2px 2px 5px 2px #9f7f65; transform:scale(1.04) translateY(-5px);-webkit-transform: scale(1.04) translateY(-5px);-moz-transform:scale(1.04) translateY(-5px);-ms-transform:scale(1.04) translateY(-5px);-o-transform:scale(1.04) translateY(-5px); transition:all .3s ease-in;-moz-transition:all .3s ease-in;-transition:all .3s ease-in;-o-transition:all .3s ease-in;-webkit-transition:all .3s ease-in;}

/*新闻*/
.news-list{;margin-top:25px;}
.news-tj{width:97%;height:159px;border:1px solid #cfcfcf;background:#f1f1f1;padding:10px;}
.news-tj img,.news-list .lists img{float:left;transition:all .3s ease;}
.news-list .news{width:460px;overflow:hidden;margin-left:15px;margin-top:6px;float:left;}
.news-list .lists{margin-top:31px;}
.news-list .lists li{width:100%;height:129px;border-bottom:1px dashed #cfcfcf;margin-bottom:20px;}
.news-list .news1{margin-top:0;width:720px;}
.news-list .lists h2{color:#000;margin-bottom:12px;}


.news h2{color:#e20020;font-size:16px;font-weight:bold;margin-bottom:15px;transition:all .3s ease;}
.news p{color:#000;line-height:19px;transition:all .3s ease;}
.news .time{float:right;}
.see{margin-top:10px;position:relative;/*width:88px;height:25px;*/width: 89px;overflow:hidden; float:left;}
.see a{width:86px;height:23px;display:block;border:1px solid #cfcfcf;text-align:center;line-height:23px;}
.see span{width:86px;height:23px;display:block;background:#e20020;position:absolute;left:-88px;top:1px;cursor:pointer;text-align:center;line-height:23px;color:#fff;transition:all .3s ease;}
.lists img:hover,.news-tj img:hover{opacity:0.8; transition:all .3s ease;}
.lists h2:hover,.news-tj h2:hover{ transform:translateX(5px);-webkit-transform:translateX(5px);transition:all .3s ease;color:#e20020;}
.see:hover a{opacity:0;transition:all .3s ease;}
.see:hover span{left:1px;transition:all .3s ease;}

/*分页*/
.page{text-align:center;margin-top:28px;height:24px;}
.page1{margin-top:0;}
.page2{margin-top:33px;}
.page li{float:left;padding: 3px 8px;margin-right: 6px;display: inline-block;text-align: center;height: 17px;line-height: 17px;border: 1px solid #616161;}
.page a, .page span { }
.page span.current,.page li.thisclass {border:1px solid #e20020;color:#e20020;}
.page a:hover{color:#e20020;}

/*下载*/
.right-down-list{padding-top:4px;}
.ks{width:100%;height:45px;border-bottom:1px solid #bcbcbc;margin-bottom:30px;}
.ks span{font-size:14px;  display: block;width: 80px;float: left;}
.ks select{width:124px;height:29px;margin-top: -6px;font-size:14px;line-height: 29px;padding-left:10px;}
.down-list li{width:742px;height:39px;line-height:39px;border-bottom:1px dashed #bcbcbc;background:url(../images/dd.jpg) no-repeat 10px center;padding-left:21px;position:relative;}
.down-list li a{font-size:14px;color:#333;}
.down-list li span{width:45px;height:28px;display:block;position:absolute;right:16px;top:0px;background:url(../images/down.png) no-repeat 30px 15px;color:#666;font-size:12px;}
.down-list li:hover{background:url(../images/hd.jpg) no-repeat 10px center; transition:all .3s ease;}
.down-list li:hover a{color:#e20020;transition:all .3s ease;}
.down-list li:hover span{color:#e20020;background:url(../images/down1.jpg) no-repeat 30px 18px;transition:all .3s ease;}
.hide{display: none;}
.show{display: inline-block;}

/*防伪查询*/
.shows .code{width:235px;height:24px;border:1px solid #909090;line-height:24px;}
.shows .sub{width:69px;height:26px;line-height:26px;text-align:center;background:#353535;color:#fff;border:none;cursor:pointer;}
.shows .sub:hover{background:#e20020; transition:all .3s ease;}


#select1,#select2,#select3{float:left;margin-right:15px;}
.tlist li a{border: 1px solid #bcbcbc;padding-top:3px;padding-bottom:3px;}
.tlist li a:hover {color: #e20020;border: 1px solid #e20020;border-radius: 5px;transition: all .3s ease;}

#page{width:28px;height:23px;border:none;background:#f6f6f6;border:1px solid #616161;}

.cntwidth{width:768px;}
.shows table{margin-left:0 !important;}
.shows table p{margin-bottom:0;}
/*.shows table td{border:1px solid #000 !important;}*/
.footer-bd{height:auto;}
.friendlink{padding:13px 0;padding-bottom: 0;}
.friendlink li{float: left;color:#acadad;border-left: 1px solid #acadad;padding: 0 10px;margin-bottom: 8px;}
.friendlink li:first-child{border:none;padding-left: 0;}
.friendlink li a{color:#acadad}
.footer p{height:39px;line-height: 39px;padding-left: 0;}
.b-link ul li{margin-top: 19px;}
.b-link ul .jh{margin-top: 12px;}
.footer .ewm{top:-92px;}
.friendlink li:hover a{color:#e20020;}


.content{font-size:14px; line-height:30px;}
.content img{max-width:100%;margin:8px 0px;}
.content .txt_img{}
.content .txt_img li{float:left; padding-bottom:20px; width:50%;}
.content .txt_img li img{width:98%; margin:0px;}
.content .txt_img li.txt_right{float:right;}
.content .txt_img li.txt_right img{float:right;}
.content .ctimes{text-align:right; padding-top:20px;}





.clr{clear:both;}
						 .ptype .tbrand  h3 {
    background: url(../images/tbg.jpg) repeat-x;
}
					  .lbrand {background:#fff}
						  .lbrand > li a {
    color: #333;
    font-size: 12px;
    display:blan;
    width: 72px;
    height: 40px;
    background: none; line-height:40px;
    padding-left: 0px;
    transition: all .3s ease; float:left; padding-left:10px; }
	
	
	<!--

#nav_zzjs_net, #nav_zzjs_net ul {
 list-style: none;
 background: #F9F9F9;
 font-weight: bold;
 padding: 0px;
 margin: 0px;
 border: solid 1px #CCCCCC;
 border-bottom: 0px;
 width: 168px;
 text-align: left; z-index:10;
}
#nav_zzjs_net ul ul{
 border: solid 1px #CCCCCC;
 border-bottom: 0px;
}
#nav_zzjs_net a {
 display: block;
 width: 154px;
 w\idth: 144px;
 text-decoration: none;
 text-align: center;
 border-bottom: solid 1px #CCCCCC;
 text-align: left;
 padding-left: 24px; font-size:14px;
}
#nav_zzjs_net a:hover{
 color: #fff;
}
#nav_zzjs_net li {
 line-height: 40px;
 position: relative;
}
#nav_zzjs_net li ul {
 position: absolute;
 left: -999em;
 width: 168px;
 font-weight: normal;
 margin: 0px;
 padding: 0px;
}
#nav_zzjs_net li li {
 width: 168px;
}
#nav_zzjs_net li ul a {
 width: 168px;
 w\idth: 146px;
 padding: 0px 12px;
 line-height: 40px;
 text-align: left;
}
#nav_zzjs_net li ul ul {
 margin: 0px 0 0 168px;
}
#nav_zzjs_net li:hover ul ul,#nav_zzjs_net li.sfhover ul ul,#nav_zzjs_net li:hover ul ul ul{
 left: -999em;
}
#nav_zzjs_net li:hover ul, #nav_zzjs_net li li:hover ul,#nav_zzjs_net li.sfhover ul, #nav_zzjs_net li li.sfhover ul,#nav_zzjs_net li li li:hover ul
{
 left: auto;
}
#nav_zzjs_net li:hover ul,#nav_zzjs_net li.sfhover ul{
 left: 168px;
 top: 0px;
}
#nav_zzjs_net li:hover, #nav_zzjs_net li.sfhover {
 background: #c22d27; color:#fff
}
* html #nav_zzjs_net li {
 float: left;
 height: 1%;
}
* html #nav_zzjs_net li a {
 height: 1%;
}




#TB_window{font:12px Arial, Helvetica, sans-serif;color:#333333;}
#TB_secondLine{font:10px Arial, Helvetica, sans-serif;color:#666666;}
#TB_window a:link{color:#666666;}
#TB_window a:visited{color:#666666;}
#TB_window a:hover{color:#000;}
#TB_window a:active{color:#666666;}
#TB_window a:focus{color:#666666;}

/* thickbox设置 */
#TB_overlay{position:fixed;z-index:100;top:0px;left:0px;height:100%;width:100%;}
.TB_overlayMacFFBGHack{}
.TB_overlayBG{background-color:#ddd;filter:alpha(opacity=75);-moz-opacity:0.75;opacity:0.75;}
*html #TB_overlay{position:absolute;height:expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight :document.body.offsetHeight + 'px');/* ie6 hack */}
*html #TB_window{position:absolute;margin-top:expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');/* ie6 hack */}
#TB_window{position:fixed;background:#ffffff;z-index:102;color:#000000;disp lay:none;border:0px solid #525252;text-align:left;top:50%;left:50%;}
#TB_window img#TB_Image{display:block;margin:15px 0 0 15px;border-right:1px solid #ccc;border-bottom:1px solid #ccc;border-top:1px solid #666;border-left:1px solid #666;}
#TB_caption{height:25px;padding:7px 30px 10px 25px;float:left;}
#TB_closeWindow{height:25px;padding:11px 25px 10px 0;float:right;}
#TB_closeAjaxWindow{padding:7px 10px 5px 0;margin-bottom:1px;text-align:right;float:right;}
#TB_ajaxWindowTitle{float:left;padding:7px 0 5px 10px;margin-bottom:1px;}
#TB_title{background-color:#e8e8e8;height:27px;}
#TB_ajaxContent{clear:both;padding:2px 15px 15px 15px;overflow:auto;text-align:left;line-height:1.4em;}
#TB_ajaxContent.TB_modal{padding:15px;}
#TB_ajaxContent p{padding:5px 0px 5px 0px;}
#TB_load{position:fixed;display:none;height:13px;width:208px;z-index:103;top:50%;left:50%;margin:-6px 0 0 -104px;}
*html #TB_load{position:absolute;margin-top:expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');/* ie6 hack */}
#TB_HideSelect{z-index:99;position:fixed;top:0;left:0;background-color:#fff;border:none;filter:alpha(opacity=0);-moz-opacity:0;opacity:0;height:100%;width:100%;}* html #TB_HideSelect{position:absolute;height:expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight :document.body.offsetHeight + 'px');/* ie6 hack */}
#TB_iframeContent{clear:both;border:none;margin-bottom:-1px;margin-top:1px;_margin-bottom:1px;}



  .rmenu{float:right;}
@media (min-width: 768px) and (max-width:979px){
.rmenu ul{float:left; padding-top:5%; margin-left:2em}
}
@media (min-width: 979px) and (max-width:1200px){
.rmenu ul{float:left; padding-top:5%; margin-left:5em}
}
@media (min-width: 1200px){
.rmenu ul{float:left; padding-top:5%; margin-left:5em}
}
.rmenu ul li{font-size:0.85em; line-height:150%; text-align:center; color:#ffffff;}
.rmenu ul li a{color:#ffffff; font-size:1.35em}


.mlm{float:left; width:27%; margin:2% 0.3% 2% 0%;}
.mrlm{float:right; width:18%; margin:2% 0% 2% 0%;}
.mlmlpic{float:left; margin-right:1em;}
.mlmrpic{float:right; margin-right:1em;}
.mlmlpiczl{padding-top:1em}
.mlmlpiczl img{width:80px;}
.mlmenu{line-height:180%; font-size:1.6em}
.mlmlist{padding-left:2em; margin-top:0.3125em; background:url(../images/hjian.jpg) no-repeat left center; line-height:180%;}
@media (min-width: 768px) and (max-width:979px){
.mlm{float:left; width:26%; margin:2% 1% 2% 1%;}
.mrlm{float:right; width:22%; margin:2% 1% 2% 0%;}
.mlmlpiczl{padding-top:1em}
.mlmlpiczl img{width:60px;}
.mlmenu{line-height:180%; font-size:1em}
.mlmlist{padding-left:2em; margin-top:0.3125em; background:url(../images/hjian.jpg) no-repeat left center; line-height:180%;}
}
.tlm{background-color:#f5f5f5;}
.tlmlbt{float:left; background:url(../images/lmbg.jpg) no-repeat; height:2.375em; width:16em; line-height:2.375em; padding-left:0.8em; font-size:1em; color:#FFF;}
.tlmr{float:right; height:2.375em; line-height:2.375em; padding-right:0.8em;}
.alr{padding:2%; margin-top:20px; line-height:220%; border:#cccccc solid 1px;}
.aleft{width:20%; float:left;}
.amenul{float:left; margin-right:20px; font-size:30px; line-height:180%;}
.alcd{float:left; padding-top:25px; color:#666;}
.alamenu{ margin-top:25px; background:#f9f9f9; width:90%; height:1013px;}
.alct{ margin-top:25px; background:#f9f9f9; width:90%; height:493px;}
.alzqct{ margin-top:25px; background:#f9f9f9; width:90%; height:1015px;}
.albt{font-size:18px; color:#000; padding-top:30px;}
.almenuone a{display:block; padding-left:20px; line-height:34px;  border-bottom:#cccccc solid 1px;  border-top:#ffffff solid 1px; color:#666;}
.alhover a{display:block; position:relative; color:#FFFFFF; line-height:34px; padding-left:20px; background:#e60020;}
.alhover .jian{height: 0; width:0; float:left; position:relative; top:-34px; right:-100%; border-bottom: 17px solid transparent; border-top: 17px solid transparent; border-left: 17px solid #e60020;}
.aright{width:77%; float:right;}

.almenu{background-color:#d61423; padding:0.4em 0.5em 0.4em 0.5em; color:#FFF; font-size:1.125em;}
.almlist ul li{padding:0.4em 0.5em 0.4em 0.5em; font-size:1em;}
.almlist ul li{ border-bottom:#dddddd 1px solid;}



.nvmenu{font-size:1.5em; color:#414141; line-height:30px; margin-top:20px;}
.nvbq{color:#797979; line-height:30px; margin-top:0.825em; font-size:0.825em}
.nvlrty{color:#666666; line-height:20px; margin-top:0.825em; font-size:0.825em}
.nvlr{margin-top:25px; line-height:25px; border-top:#CCC 1px dashed; padding-top:20px; font-size:1em}
.nvlr p{ line-height:30px; font-size:1em}
.nvlr img{width:expression(this.width>100%?"100%":auto);}

.cf:before, .cf:after{
      content:"";
      display:table;
    }
    
    .cf:after{
      clear:both;
    }

    .cf{
      zoom:1;
    }
#content .aright, #content .path-right{padding-top:20px;}
