/*全局变量*/
img {
    border: 0;
    margin: 0;
    padding: 0;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
}

body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #333333;
}

dt,dl,dd{
    padding: 0;
    margin: 0;
}
p {
    margin: 0;
    padding: 0;
}

.valign{
    vertical-align: middle;
}
/*定义变量*/
/*背景颜色设置ʽ**/
.bgcolorc {
    background-color: #cccccc;
}

/*边框颜色，大小设置*/
.border0{
    border: 0;
}
.bbottomc {
    border-bottom: 1px solid #cccccc;
}

.btopc {
    border-top: 1px solid #cccccc;
}

.bleftc {
    border-left: 1px solid #cccccc;
}

.brightc {
    border-right: 1px solid #cccccc;
}

.borderc {
    border: 1px solid #cccccc;
}

.borderdac {
    border-bottom: 1px dashed #cccccc;
}
/*设置浮动**/
.fl {
    float: left;
}

.fr {
    float: right;
}

/*清除浮动*/
.cb {
    clear: both;
}

.cl {
    clear: left;
}

.cr {
    clear: right;
}

/*margin的左，右，上，下的边距**/
.mgauto {
    margin: 0 auto;
}

.mg {
    margin: 0;
}

.mgt3 {
    margin-top: 3px;
}

.mgt5 {
    margin-top: 5px;
}

.mgt10 {
    margin-top: 10px;
}

.mgt15 {
    margin-top: 15px;
}

.mgt30 {
    margin-top: 30px;
}

.mgt1 {
    margin-top: 1px;
}

.mgl1 {
    margin-left: 1px;
}

.mgl2 {
    margin-left: 2px;
}

.mgl3{
    margin-left: 3px;
}
.mgt20 {
    margin-top: 20px;
}

.mgl5 {
    margin-left: 5px;
}

.mgl10 {
    margin-left: 10px;
}
.mgl15{
    margin-left: 15px;
}
.mgl20 {
    margin-left: 20px;
}

.mgb5 {
    margin-bottom: 5px;
}

.mgb10 {
    margin-bottom: 10px;
}
.mgb30 {
    margin-bottom: 30px;
}
.mgb15 {
    margin-bottom: 15px;
}

.mgr5 {
    margin-right: 5px;
}

.mgr10 {
    margin-right: 10px;

}
.mgr20 {
    margin-right: 20px;

}
.mgr30 {
    margin-right: 30px;

}
.mgr50 {
    margin-right: 50px;
}
.mgr150 {
    margin-right: 150px;
}
.mgr0{
	margin-right:0px;}
/**外边距百分比***/

.mglb5{
    margin-left: 5%;
}
.mgrb5{
    margin-right: 5%;
}
.mglb10{
    margin-left: 10%;
}
.mgrb10{
    margin-right: 10%;
}
/*padding上，下，左，右的边距**/

.pd {
    padding: 0;
}

.pd1 {
    padding: 1px;
}

.pd2 {
    padding: 2px;
}

.pd5 {
    padding: 5px;
}

.pdt2 {
    padding-top: 2px;
}

.pdt5 {
    padding-top: 5px;
}

.pdt10 {
    padding-top: 10px;
}

.pdt20 {
    padding-top: 20px;
}

.pdl5 {
    padding-left: 5px;
}

.pdl10 {
    padding-left: 10px;
}

.pdl20 {
    padding-left: 20px;
}

.pdr5 {
    padding-right: 5px;
}

.pdr10 {
    padding-right: 10px;
}

.pdr20 {
    padding-right: 20px;
}

.pdb5 {
    padding-bottom: 5px;
}

.pdb10 {
    padding-bottom: 10px;
}

.pdb20 {
    padding-bottom: 20px;
}

/*设置文字的位置 **/
.txtac {
    text-align: center;
}

.txtal {
    text-align: left;
}

.txtar {
    text-align: right;
}

.displayb {
    display: block;
}

.displayt {
    display: table;
}

.ovh {
    overflow: hidden;
}

/*设置长度和宽度ʽ**/
.w {
    width: 100%;
}

.h {
    height: 100%;
}

.w980 {
    width: 980px;
}

.w1000 {
    width: 1000px;
}

.w1200 {
    width: 1200px;
}

.lh {
    line-height: 1.8;
}

.lh2 {
    line-height: 2.0;
}

.lh30 {
    line-height: 30px;
}

/*字体大小ʽ*/

.fs12 {
    font-size: 12px;
}

.fs13 {
    font-size: 13px;
}

.fs14 {
    font-size: 14px;
}

.fs16 {
    font-size: 16px;
}

.fs18 {
    font-size: 18px;

}

.fs24 {
    font-size: 24px;
}

.fwb {
    font-weight: bold; /*字体加粗*/
}

/*首行缩进**/
.soujin {
    text-indent: 2em;
}
.zitijianju {
    letter-spacing: 1px;/*字体之间的间距*/
}

.lettsn {
    white-space: nowrap;/**这是强制内容不换行**/
}
.delm{
    text-decoration: line-through;/**这是取消a标签下的下划线**/
}
.fontwn{
    font-weight: normal;/**这是取消字体加粗**/
}
/*鼠标样式*/

.curauto {
    cursor: auto;
}

.curcro {
    cursor: crosshair;
}

.curdefault {
    cursor: default;
}

.curpointer {
    cursor: pointer;
}

.curmove {
    cursor: move;
}

.curtext {
    cursor: text;/*这是文本格式的时候 鼠标的样式 */
}

.curwait {
    cursor: wait;/**这是鼠标等待时的样式**/
}

.curhelp {
    cursor: help;
}

.curprogress {
    cursor: progress;
}

/**
鼠标样式 结束
*/
.cob2 {
    color: #b2002e;
}

.huang {
    color: #d79d00;
}


/*字体颜色的设置*/

.bai {
    color: #ffffff;
}
.hong {
    color: red;
}
.qing{
    color: #3ded6b;
}
.lan{
    color: #007ed9;
}
.hui8{
    color: #888888;
}
.hui {
    color: #cccccc;
}
.hui6 {
    color: #666666;
}

.hui6 a:link {
    color: #666666;
}

.hui6 a:hover {
    color: #eaa919;
}
.hei9 {
    color: #999999;
}

/**层级关系*/
.zindex {
    z-index: -1;
}

.por{
    position: relative;
}
/****这是这个网站大部分需要的东西***/
a:link,a:visited{
    color: #666666;
}
a:hover{
    color: #e6a822;
}
/***网站共用样式***/
/*banner*/
*{ margin:0; padding:0; list-style:none;}
#divSmallBox{overflow:hidden;*display:inline;*zoom:1;width:10px;height:10px;margin:0 5px;border-radius:10px;background:#ffffff;}
#playBox{ width:1200px; height:328px; margin:20px auto; background:#333; position:relative; overflow:hidden;}
#playBox .oUlplay { width:99999px; position:absolute; left:0; top:0;}
#playBox .oUlplay li{ float:left;}
#playBox .oUlplay li img{ width:1200px; height:328px;}
#playBox .pre{ cursor:pointer; width:45px; height:45px; background:url(../images/l.png) no-repeat; position:absolute; top:190px; left:10px; z-index:10;}
#playBox .next{ cursor:pointer; width:45px; height:45px; background:url(../images/r.png) no-repeat; position:absolute; top:190px; right:10px; z-index:10;}
#playBox .smalltitle {width:1200px; height:10px; position:absolute; bottom:15px; z-index:10}
#playBox .smalltitle ul{ width:120px; margin:0 auto;}
#playBox .smalltitle ul li{ width:10px; height:10px; margin:0 5px; border-radius:10px; background:#ffffff; float:left; overflow:hidden;*display:inline;*zoom:1;}
#playBox .smalltitle .thistitle{ background:#69aaec;}
.warp{
	width:100%;
	overflow:hidden;}
.warp-top{
	width:100%;
	height:128px;
	border-bottom:2px solid #ad060d;
	}
.warp-top .warp-top-nr{
	width:1200px;
	height:128px;
	margin:0px auto;
	}
.warp-top .top-logo{
	float:left;
	width:200px;
	height:60px;
	margin-right:18px;
	margin-top:45px;}
.warp-top .top-logo img{
	width:200px;
	height:48px;	
	}
.top-nav{
	float:left;
	width:800px;}
.top-nav ul{
	width:800px;}
.top-nav ul li{
	width:77px;
	height:128px;
	line-height:128px;
	float:left;
	text-align:center;
	}
.top-nav ul li a{
	color:#444;
	font-size:14px;
	width:72px;
	height:128px;
	display:inline-block;}
.top-nav ul li a:hover{
	width:72px;
	height:128px;
	background-color:#f23b34;
	padding:0px 5px;
	color:#fff;
	display:inline-block;
	}
.top-nav ul li.xuanzhong a{
	width:72px;
	height:128px;
	background-color:#d90901;
	padding:0px 5px;
	color:#fff;
	display:inline-block;
	font-weight:bold;} 
.top-dianhua{
	background:url(../images/dianhua.png) no-repeat;
	padding-left:30px;
	float:left;
	font-size:20px;
	color:#cb0700;
	margin-top:50px;}
.indx-main{
	width:1200px;
	margin:0px auto;
	}
/***栏目标题***/
.dangjian-chanpin{
	width:1200px;
	overflow:hidden;
	margin:0px auto;}
.biaoti{
	width:1200px;
	text-align:center;
	margin:30px auto;}
.biaoti	h4.biaotiz{
	text-align: center;
    margin: 0px auto;
	height: 50px;
    line-height: 50px;
	font-size:22px;
	color:#ab070c;}
.biaoti	h4.biaotiz i{
	color:#444;
	margin:0px 10px;
	font-style:normal;
	}
.biaoti-bottm{
	font-size:18px;
	}
.biaoti-bottm h5{
	font-weight:200;
	color:#999;}
.djcp-nr{
	width:1192px;
	height:341px;
	text-align:center;
	margin:0px auto;}
.tonglan{
	width:100%;
	margin:0px auto;
	text-align:center;}
.dangjiandi{}

.fuwu{ width:100%; background:url(../images/wenlvditu.jpg) repeat; margin-bottom:20px; padding:0px 0px 20px;}

/***底部***/
.footdise{ background-color:#901100; padding-top:70px;}
.footdise .footdi{ width:1200px; margin:0px auto; height:300px;}
.footdise .footdi .footdil{ float:left; width:600px; text-align:left;}
.footdise .footdi .footdil .ftlogo{ width:200px; height:48px; margin-bottom:20px;}
.footdise .footdi .footdil .ftlogo img{ width:200px; height:48px;}
.footdise .footdi .footdil .ftbiaoti{ text-align:left; font-size:20px; color:#fff; margin-bottom:20px;}
.footdise .footdi .footdil .banquan{ font-size:14px; margin-bottom:10px; color:#fff;}
.footdise .footdi .footdil .gongsidizhi{ font-size:14px; margin-bottom:20px; color:#fff;}
.footdise .footdi .footdil .yq-lianjie{ font-size:14px; color:#fff;}
.footdise .footdi .footdil .yq-lianjie span{ margin-right:10px;}


.footdise .footdi .footdir{ float:right; width:600px; text-align:left;}
.footdise .footdi .footdir .ftbiaoti{ text-align:left; font-size:20px; color:#fff; margin-bottom:20px;}
.footdise .footdi .footdir .lanxi{}
.footdise .footdi .footdir .lanxi p{ font-size:14px; line-height:30px; color:#fff;}







