html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;margin:0;padding:0;vertical-align:baseline;outline:none}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0;width:100%}textarea{resize:none}input{margin:0;padding:0}
html, body {
    font: 14px/18px Arial, Helvetica, sans-serif;
    height:100%;
    width:100%;
}
body{
    background: #fff;
    color: #393b3a;
}
/** h group **/
h1,h2,h3,h4,h5,h6{font-weight:400;margin:0 0 15px;
    color: #000;}
h1{font-size:24px;line-height: 24px;}
h2{font-size:20px;line-height: 20px;}
h3{font-size:18px;}
h4,h5,h6{font-size:16px;}
/** h group **/

::selection{
    color:#fff;
    background: #3399ff;
}
::-moz-selection{
    color:#fff;
    background: #3399ff;
}
::-webkit-selection{
    color:#fff;
    background: #3399ff;
}

/** link **/
a{color:#014167;text-decoration:underline}
a:visited{}
a:hover{text-decoration:none}
a:active{}
/** link **/

/** form tag style **/
input[type=text],input[type=password],textarea{
    font-size:12px;
    outline:none;
    font-family:Arial;
    color:#aaa;
    padding:2px;
    border:1px solid #ccc;
    vertical-align:middle;
}
input[type=submit]{
    cursor: pointer;
}
input[type=text]:hover,input[type=password]:hover,textarea:hover{
    color:#404040;
}
input[type=text]:focus,input[type=password]:focus,textarea:focus{
    color:#000;
}
textarea{overflow:auto}
/** form tag style **/

*:focus { outline: none; }
.pie{position:relative}
td,th{vertical-align:top}
b,strong,th,dt{font-weight:700}
i,em,blockquote,dt{font-style:italic}
p{padding:0 0 15px}
code,pre,samp{font-family:monospace}
sup,sub{font-size:10px}
sub{vertical-align:sub}
sup{vertical-align:super}
hr{color:#ccc; background-color:#ccc; height:1px; border-width:0px; margin:0 0 15px;}
.hidden { display: none; }
.show { display: block!important; }
.no-margin { margin: 0!important; }
.no-padding { padding: 0!important; }
.no-bg { background: none!important; }
.no-border{ border: none!important; }
.bold{font-weight:700}
.italic{font-style:italic}
.underline{text-decoration:underline}
.clearfix{clear:both}

/* color */
.red{color:red}
.blue{color:blue}
.yellow{color:yellow}
.green{color:green}
.gray{color:gray}


/** text block style */
.content ol,.content ul,.content table{margin:0 0 2em;width:auto}
.content ol,.content ul{ margin:0 0 2em 3em;}
.content ol li{list-style:decimal;}
.content ul li{list-style:disc}
.content td,.content th{padding:3px;vertical-align:middle;border:1px solid #ccc}
.content th{background:#F4F4F4}
.content dl{margin:0 0 15px;}
.content dl dt{margin-bottom:.2em;font-weight:bold; }
.content dl dd{padding-left:5em;margin-bottom:.4em; }
.content form{padding:.5em 0;}
.content fieldset{margin-bottom:1em;border:none;}
.content legend{margin-top:-1px;padding-bottom:1em;font-size:1.1em;font-weight:bold;}
.content label{float:left;text-align:right;width:25.99%;padding:0 2%;}
.f-left{position:relative;float:left}
.f-right{position:relative;float:right}
.w-20,.w-25,.w-33,.w-50,.w-66,.w-75{float:left}
.w-20{width:20%;}
.w-25{width:25%;}
.w-33{width:33.3333%;}
.w-50{width:50%;}
.w-66{width:66.6667%}
.w-75{width:75%;}
/** text block style */

#wrapper,#header,#container,#main,#content,#sideLeft,#sideRight,#footer{position:relative}
#wrapper{
    min-height:100%;
    height: auto !important;
    height:100%;
    width:1000px;
    margin:0 auto;
}
/* Header
-----------------------------------------------------------------------------*/
#header{
    height:124px;
    background: url("../images/bg-top.png") no-repeat 0 100%;
    z-index: 10;
    margin-bottom: -35px;
}
.logo{
    left: 49px;
    position: absolute;
    top: 41px;
}
#topMenu{
    float: right;
    margin-right: 31px;
    margin-top: 26px;
    background: url("../images/bord.png") no-repeat 0 0;
    padding-left: 2px;
}
#topMenu li{
    float: left;
    background: url("../images/bord.png") no-repeat 100% 0;
    padding-right: 2px;
}
#topMenu li a{
    color: #FFFFFF;
    display: inline-block;
    font-size: 18px;
    height: 61px;
    line-height: 59px;
    padding: 0 24px;
}
#topMenu li:first-child a{
    padding-left: 22px;
}
#topMenu li a:hover,#topMenu li.active a{
    background: url("../images/menu-top.png") repeat-x 0 0;
    text-decoration: none;
}
/* Container
-----------------------------------------------------------------------------*/
#container{
    height: 1%;
    width:100%;
    padding: 0 0 158px;
    zoom: 1;
}
#container:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#main{
    float:left;
    width:100%;
}
#content{
    padding: 48px 15px 0 344px;
}
.wrap #content{
    padding-left: 15px;
    height: 483px;
}
.pro{
    position: relative;
    zoom: 1;
    margin-bottom: 18px;
    padding-bottom: 25px;
    padding-top: 11px;
}
.pro:after{content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.title{
    padding-bottom: 15px;
}
.title h1,.title h2,.title h3{
    margin: 0;
}
.pro-pic{
    float: left;
    width: 330px;
}
.pic{
    padding-right: 41px;
    text-align: center;
    margin-bottom: 32px;
}
.pic img{
    vertical-align: top;
	max-width:100%;
}
.pic-min{
    background: url("../images/bord2.png") no-repeat scroll 50% 0 transparent;
    overflow: hidden;
    padding-left: 4px;
    padding-top: 14px;
}
.pic-min li{
    float: left;
    margin-right: 24px;
    text-align: center;
    width: 64px;
    height: 63px;
    overflow: hidden;
    margin-bottom: 5px;
}
.pic-min li:nth-child(4n){
    margin-right: 0;
}
.pro-txt{
    float: right;
    width: 282px;
    font-size: 12px;
    line-height: 14px;
}
.btn1{
    background: none repeat scroll 0 0 #DC371B;
    box-shadow: 0 0 5px rgba(0,0,0,0.75) inset;
    -moz-box-shadow:  0 0 5px rgba(0,0,0,0.75) inset;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.75) inset;
    color: #FFFFFF;
    display: inline-block;
    font-size: 14px;
    height: 18px;
    line-height: 16px;
    padding: 0 5px;
    text-decoration: none;
}
.pro-txt p{
    color: #393B3A;
    line-height: 14px;
}
.ico-arrl{
    display: inline-block;
    vertical-align: middle;
    background: url("../images/sprite.png") no-repeat -28px 0;
    width: 8px;
    height: 10px;
    margin-right: 3px;
}
.ico-arrt{
    background: url("../images/sprite.png") no-repeat scroll -36px 0 transparent;
    display: inline-block;
    height: 8px;
    margin-right: 2px;
    vertical-align: baseline;
    width: 10px;
}
.pro-txt .btn-wrap .btn1{
   float: left;
    margin-right: 1px;
}
.pro-txt .btn-wrap{
    overflow: hidden;
    padding-bottom: 21px;
}
#cat_desc UL LI, .list-mark li, .slide-txt UL LI{
    background: url("../images/mark.png") no-repeat scroll 4px 3px transparent;
    padding-bottom: 16px;
    padding-left: 16px;
}
.catalog{
    overflow: hidden;
    padding-left: 2px;
    padding-top: 13px;
    position: relative;
}
.catalog-item{
    float: left;
    width: 182px;
    margin-right: 46px;
    height: 226px;
    margin-bottom: 44px;
    text-align: center;
}
.catalog-item:nth-child(3n){
    margin-right: 0;
}
.catalog-item .pic-cat{
    width: 182px;
    height: 182px;
    overflow: hidden;
    text-align: center;
   position: relative;
    background: url("../images/cat-bg.png") no-repeat 0 0;
    margin-bottom: 8px;
}
.pic-cat1 span {height:180px; display:table-cell; vertical-align:middle; text-align:center;  width:180px;}
.catalog-item .pic-cat img{
    vertical-align: top;
}
.pic-cat1{
    position: absolute;
    overflow: hidden;
    top: 1px;
    left: 1px;
    width: 180px;
    height: 180px;
}
.catalog-item p{
    overflow: hidden;
    padding: 0;
    height: 36px;
}
.catalog-item p a{
    display: inline-block;
}
.catalog-item .btn-wrap{
    bottom: 0;
    left: 0;
    padding: 0 0 2px 1px;
    position: absolute;
    width: 100%;

}
.catalog-item .btn-wrap .btn1{
    padding: 0 3px 0 4px;
    margin-left: -3px;
}
.slider{
    height: 485px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 43px;
    position: relative;
    width: 867px;
}
.baner{
    left: 2px;
    position: absolute;
    top: 90px;
    height: 473px;
    width: 996px;
    z-index: 1000;
}
.baner span{
    bottom: 51px;
    color: #FFFFFF;
    display: block;
    font-size: 24px;
    left: 0;
    line-height: 24px;
    position: absolute;
    text-align: center;
    width: 100%;
}
.slide{
    width: 867px;
    height: 485px;
    position: relative;
}
.head-slide{
    color: #000000;
    font-size: 30px;
    height: 63px;
    line-height: 30px;
    margin: 0 auto 10px;
    overflow: hidden;
    padding-top: 3px;
    text-align: center;
    width: 528px;
}
.head-slide a{
    color: #000;
    text-decoration: none;
}
.slide .f-left{
    margin-left: 65px;
    margin-right: 15px;
    overflow: hidden;
    text-align: center;
    width: 475px;
    height: 403px;
    line-height: 403px;
}
.slide .f-left img{
    vertical-align: middle;
}
.slide .sli{
    width: 867px;
    height: 485px;
}
.slide .f-left + .slide-txt{
    margin-left: 555px;
    width: 312px;
}
.slide-txt {
    color: #393B3A;
    font-size: 16px;
    line-height: 19px;
    position: relative;
    padding-top: 23px;
    height: 334px;
    overflow: hidden;
}
.slide-txt p{
    padding-bottom: 10px;
}
.prev{
    background: url("../images/sprite.png") no-repeat scroll -46px 0 transparent;
    height: 43px;
    left: 124px;
    position: absolute;
    top: 0px;
    width: 28px;
}
.next{
    background: url("../images/sprite.png") no-repeat scroll -74px 0 transparent;
    height: 43px;
    right: 124px;
    position: absolute;
    top: 0;
    width: 28px;
    z-index: 500;
}
.wrap-p{
    background: none repeat scroll 0 0 #FFFFFF;
    height: 66px;
    left: 0;
    position: absolute;
    top: 43px;
    width: 170px;
    z-index: 500;
}
.wrap-n{
    background: none repeat scroll 0 0 #FFFFFF;
    height: 66px;
    right: 0;
    position: absolute;
    top: 43px;
    width: 170px;
    z-index: 500;
}














/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft{
    width:291px;
    margin-left:-100%;
    float:left;
    padding-bottom: 25px;
}
#leftMenu{
    background: url("../images/leftmenu-c.png") repeat-y 0 0;
    border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    zoom: 1;
    margin-bottom: 52px;
}
.bg1{
    background: url("../images/leftmenu-b.png") no-repeat 0 100%;
    border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    height: 100%;
}
.bg2{
    background: url("../images/leftmenu-t.png") no-repeat 0 0;
    height: 100%;
    border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
}
.bg3{
    background: url("../images/puziri.png") repeat-y 0 0;
    padding: 63px 24px 16px;
    min-height: 300px;
    border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
}
#leftMenu h3{
    text-align: center;
    text-transform: uppercase;
    color: #868686;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 15px;
}
.btn-wrap{
    position: relative;
    padding-bottom: 16px;
}
.btn{
    position: relative;
    color: #fff;
    font-size: 14px;
    height: 23px;
    line-height: 21px;
    padding: 0 4px;
    text-decoration: none;
    background: url("../images/btn.png") repeat-x 0 0 #ca3219;
    border: 1px solid #b75443;
    border-top-color: #ca8276;
    border-bottom-color: #a52914;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    display: inline-block;
}
.btn:hover{
    background: #000;
    border-color: #000;
}
.btn-black{
    background: #000;
    border-color: #000;
}
.left-menu{
    border-top: 1px solid #c9c9c9;
    border-bottom: 1px solid #fff;
    margin-left: 2px;
    margin-right: 2px;
}
.left-menu > li{
    border-bottom: 1px solid #c9c9c9;
}
.left-menu > li > a{
    border-top: 1px solid #FFFFFF;
    color: #014167;
    display: block;
    font-size: 14px;
    line-height: 17px;
    padding: 7px 5px 9px 29px;
    position: relative;
    text-decoration: none;
}
.left-menu > li:hover > a{
    color: #000;
}
.left-menu > li:hover>a{
    background: url("../images/tr.png") repeat 0 0;
    color: #000;
}
.left-menu > li.active:hover{
    background: none;
}
.left-menu > li.active >a{
    background: url("../images/tr.png") repeat 0 0;
    border-bottom: 1px solid #c9c9c9;
    color: #000;
}
.left-menu > li.active > a > .arr-menu{
    background: url("../images/arr-menub.png") no-repeat scroll 0 0 transparent;
    left: 7px;
    top: 13px;
}
.arr-menu{
    position: absolute;
    top: 8px;
    left: 10px;
    width: 14px;
    height: 14px;
    background: url("../images/arr-menu.png") no-repeat 0 0;
}
.left-menu  li ul{
    border-top: 1px solid #FFFFFF;
    padding: 5px 26px 17px;
    display: none;
}
.left-menu  li.active-submenu ul{
    display: block;
}
.left-menu  li ul li{
    position: relative;
    border-bottom: 1px solid #fff;
}
.left-menu  li ul li:last-child{
    border-bottom: 0;
}
.left-menu  li ul li a{
   position: relative;
    color: #014167;
    font-size: 12px;
    display: block;
    padding: 3px 5px 4px 22px;
}
.left-menu  li ul li a:hover .arr-submenu{
    background-position: -20px -8px;
}
.arr-submenu{
    background: url("../images/sprite.png") no-repeat scroll -20px 0 transparent;
    display: inline-block;
    height: 8px;
    left: 6px;
    position: absolute;
    top: 8px;
    width: 8px;
}
.left-menu  li ul li.active a{
    color: #000;
    text-decoration: none;
}
.left-menu  li ul li.active a .arr-submenu{
    background-position: -20px -16px;
}
.news-left{
    padding-left: 26px;
    padding-right: 26px;
    padding-bottom: 15px;
}
.title-left{
    padding-left: 26px;
    padding-right: 24px;
    margin-bottom: 21px;
}
.title-left h3{
    color: #868686;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 20px;
    margin: 0;
}
.title-left h3 a{
    color: #868686;
    text-decoration: none;
}
.news-left ul li{
    margin-bottom: 16px;
}
.news-left ul li p{
    padding-bottom: 7px;
    color: #393b3a;
}
.news-left ul li p a{
    display: inline-block;
}
/* Footer
-----------------------------------------------------------------------------*/
#footer{
    height:85px;
    margin:-85px auto 0;
    clear:both;
    background: url("../images/bg-b.png") no-repeat 0 0;
    width: 1000px;
    color: #fff;
}
#footer a{
    color: #fff;
}
.ico-foot{
    width: 20px;
    height: 20px;
    background: url("../images/sprite.png") no-repeat 0 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
#footer p{
    padding: 23px 0 0;
    text-align: center;
}
#footer .f-left{
    padding-left: 54px;
    padding-top: 22px;
}
#footer .f-right{
    padding-top: 22px;
    padding-right: 54px;
}
#footer .f-left a{
    text-decoration: none;
}


#pagination{
	margin-top:20px;
}
.sp{
	float:left;
	padding:0px 20px;
}
.back, .forward{
	float:left;
}
.noact{
	color:#c3c3c3;
}




















table.wrap{
    height: 100%;
    vertical-align: middle;

}
table.wrap td{
    vertical-align: middle;
}

.pic-min IMG, .pic IMG{
	border:2px solid #ffffff;
}
.pic-min IMG:hover, .pic IMG:hover{
	border:2px solid #dc371b;
}


#q{
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	
	width:94%; height:20px; padding:0 3%;
}
#q, #q:hover{
	color:#000000;
}
.def{
	font-style:italic;
	color:#a4a4a4!important;
}

.maximgh IMG{
	max-height:150px;
	max-width:100%;
}
.maximgh2{
	max-height:150px;
	max-width:100%;
}