*{ margin:0px auto; padding:0px;
font-family:Georgia, "Times New Roman", Times, serif;
font-family:"新宋体";
/*font-family:Microsoft Yahei;

border-radius:5px 5px 5px 5px;
box-sizing:border-box;
box-sizing:content-box;
box-shadow:0px 0px 5px #6D6C6C;
text-shadow: #000 3px 3px 5px;
filter: Alpha(Opacity=60); 
background-color: rgba(101, 172, 30, 0.6); 


图片模糊

.blur {
 filter: url(blur.svg#blur); 
-webkit-filter: blur(10px); 
 -moz-filter: blur(10px);
 -ms-filter: blur(10px);   
filter: blur(10px);
filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=10, MakeShadow=false); 
}


绝对居中
position:relative;
display:table-cell;
text-align:center;
vertical-align:middle



*/}
/*背景上到下的线性渐变*/
.sx_grad {
  background: -webkit-linear-gradient(red, blue); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(red, blue); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(red, blue); /* Firefox 3.6 - 15 */
  background: linear-gradient(red, blue); /* 标准的语法 */
}

.zy_grad {
  background: -webkit-linear-gradient(left, red , blue); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, red, blue); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, red, blue); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, red , blue); /* 标准的语法 */
}

.dj_grad  {
    height: 200px;
    background: -webkit-linear-gradient(left top, red , blue); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(bottom right, red, blue); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(bottom right, red, blue); /* Firefox 3.6 - 15 */
    background: linear-gradient(to bottom right, red , blue); /* 标准的语法（必须放在最后） */
}
/*字体渐变*/
.zi_text-gradient {
     background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFE8B6), to(#FECA57));
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
}; 
/*水平翻转*/
.flipx {
    -moz-transform:scaleX(-1);
    -webkit-transform:scaleX(-1);
    -o-transform:scaleX(-1);
    transform:scaleX(-1);
    /*IE*/
    filter:FlipH;
}

/*垂直翻转*/
.flipy {
    -moz-transform:scaleY(-1);
    -webkit-transform:scaleY(-1);
    -o-transform:scaleY(-1);
    transform:scaleY(-1);
    /*IE*/
    filter:FlipV;
}

/*水平翻转*/
.jflipx { transform: rotateY(180deg); }

/*垂直翻转*/
.jflipy { transform: rotateX(180deg); }


body{
background-color:#ffffff;
background-image:url(../imges/bg.jpg);
background-repeat:repeat-x;
font-size:12px;
color:#333333;
}

a{ text-decoration:none;
color:#333333;}
a:hover{
color:#FF0000;
opacity:0.9;
filter(alpha=90);}

img{
border:0px;
}


a:hover img{
opacity:0.9;
filter(alpha=90);
/*-webkit-filter:grayscale(1);*/
}
div.top_d{
height:23px;
line-height:23px;
overflow:hidden;
width:1002px;}

div.top_d span.top_d_z{
display:inline-block;
float:left;
line-height:25px;
font-size:12px;
color:#333333;
height:25px;}
div.top_d a{
display:inline-block;
float:right;
line-height:23px;
font-size:12px;
color:#333333;
box-sizing:content-box;
padding-left:15px;
padding-right:15px;
}
div.top_d a:hover{
color:#FF0000;
}

div.top_e{
height:146px;
line-height:146px;
overflow:hidden;
width:1002px;
background-image:url(../imges/top_img.jpg);
background-repeat:no-repeat;
background-position:370px -1px;}
div.top_e img{
margin-top:25px;
margin-left:30px;}

div.daohang_d{
height:44px;
line-height:44px;
overflow:hidden;
width:1002px;
text-align:center;
}
div.daohang_d a{
display:inline-block;
height:44px;
line-height:44px;
overflow:hidden;
box-sizing:content-box;
padding-left:15px;
padding-right:15px;
font-size:15px;
color:#FFFFFF;
/*font-weight:bold;*/
font-family:Microsoft Yahei;
background-image:url(../imges/heng.jpg);
background-repeat:no-repeat;
background-position:right 4px;
}
div.daohang_d a:hover{
color:#FFFF00;
}

div.main{
overflow:hidden;
width:1002px;
margin-top:15px;
}
div.kuang1{
float:left;
width:300px;
height:300px;
border:#E9E9E9 1px solid;
overflow:hidden;
}
div.ad{
width:100%;
margin-top:10px;}
div.kuang1_bt{
background-image:url(../imges/k_bg.jpg);
background-repeat:repeat-x;
color:#C60000;
font-weight:bold;
font-size:14px;
line-height:27px;
box-sizing:border-box;
width:100%;
padding-left:10px;
padding-right:10px;
border-bottom:#E9E9E9 1px solid;
overflow:hidden;
}
div.kuang1_bt a{
display:inline-block;
float:right;
font-size:12px;
color:#666666;
font-weight:normal;
}
div.kuang3{
float:right;
width:250px;
height:300px;
border:#E9E9E9 1px solid;
overflow:hidden;
}
div.kuang2{
float:left;
width:420px;
height:300px;
border:#E9E9E9 1px solid;
overflow:hidden;
margin-left:15px;
}

div.lingdao{
overflow:hidden;
width:1002px;
text-align:center;
margin-top:15px;
}
a.wenzhang1{
display:block;
width:95%;
}
a.wenzhang1 span.biaoti{
text-align:center;
display:block;
line-height:30px;
overflow:hidden;
font-size:14px;
font-weight:bold;
color:#920A0E;}
a.wenzhang1 span.neirong{
text-align:left;
display:block;
line-height:22px;
overflow:hidden;
font-size:12px;
color:#535252;
border-bottom:#B1B1B1 1px dashed;}
a.wenzhang2{
width:95%;
display:block;
line-height:30px;
overflow:hidden;
font-size:12px;
color:#323131;
border-bottom:#E3E3E3 solid 1px;
}
a.wenzhang2 span{
display:inline-block;
float:right;
}
a.wenzhang2:hover{
background-color:#F9F8F8;
}

a.wenzhang3{
width:95%;
display:block;
line-height:30px;
overflow:hidden;
font-size:12px;
color:#5B5B5B;
border-bottom:#B6B6B6  dashed 1px;
}
a.wenzhang3 span{
display:inline-block;
float:right;
}
a.wenzhang3:hover{
background-color:#F9F8F8;
}

div.kuang4{
float:left;
width:210px;
overflow:hidden;
}
div.kuang5{
float:right;
width:770px;
overflow:hidden;
}
a.huizhang{
display:block;
text-align:left;
overflow:hidden;
background-color:#DFDBDA;
height:300px;
line-height:24px;
color:#585D61;}
a.huizhang img{
width:210px;
height:230px;}
a.huizhang span{
display:block;
text-align:left;
overflow:hidden;
background-color:#DFDBDA;
height:300px;
line-height:23px;
color:#585D61;
padding-left:10px;
padding-right:10px;}
div.huiyuandongtai{
border:#D7D7D7 1px solid;
box-sizing:border-box;
width:100%;
overflow:hidden;
margin-top:15px;
height:370px;}

div.lingdaotu{
border:#D7D7D7 1px solid;
border-top:#FC9707 2px solid;
box-sizing:border-box;
width:100%;
overflow:hidden;
height:180px;}
div.lingdao_x{
overflow:hidden;
width:98%;}
div.lingdao_x a{
display:inline-block;
width:88px;
height:130px;
line-height:30px;
text-align:center;
margin:10px;
margin-top:15px;}
div.lingdao_x a img{
width:88px;
height:96px;}

div.wengdsay{
width:375px;
height:240px;
border:#D7D7D7 1px solid;
float:right;
margin-top:10px;}

div.wengdsa{
width:375px;
height:240px;
float:left;
border:#D7D7D7 1px solid;
margin-top:10px;
}
div.wengdsa_d{
width:100%;
line-height:32px;
background-image:url(../imges/hengxiao.jpg);
background-repeat:repeat-x;
height:32px;}

div.wengdsa_d span{
display:inline-block;
line-height:32px;
background-image:url(../imges/dian.png);
background-repeat:no-repeat;
background-position:10px 7px;
box-sizing:content-box;
padding-left:25px;
color:#C60000;
font-weight:bold;
font-size:14px;
/*font-family:Microsoft Yahei;*/
}

div.wengdsa_d a{
display:inline-block;
float:right;
margin-right:10px;
color:#666666;
}

div.main_lian{
overflow:hidden;
width:1002px;
border:#D7D7D7 1px solid;
overflow:hidden;
margin-top:15px;
}

div.main_lian_d{
width:100%;
line-height:32px;
background-image:url(../imges/dibu.jpg);
background-repeat:repeat-x;
height:31px;}

div.main_lian_d span{
display:inline-block;
line-height:32px;
background-image:url(../imges/dian.png);
background-repeat:no-repeat;
background-position:10px 7px;
box-sizing:content-box;
padding-left:25px;
color:#C60000;
font-weight:bold;
font-size:14px;
/*font-family:Microsoft Yahei;*/
}

div.main_lian_d a{
display:inline-block;
float:right;
margin-right:10px;
color:#666666;
}
div.dibu_all{
width:100%;
background-image:url(../imges/dibud.jpg);
background-repeat:repeat-x;
margin-top:15px;
overflow:hidden;
}


div.dibu_daohang{
height:42px;
line-height:42px;
overflow:hidden;
width:1002px;
text-align:center;
}
div.dibu_daohang a{
display:inline-block;
line-height:18px;
overflow:hidden;
box-sizing:content-box;
padding-left:15px;
padding-right:15px;
color:#C60000;
font-size:12px;
border-right:#C60000 1px solid;
margin-top:10px;
}
div.di_zuihou{
width:1002px;
margin-top:20px;
margin-bottom:20px;
line-height:30px;
overflow:hidden;
color:#484646;
font-size:14px;}
div.di_zuihou span{
display:inline-block;
float:right;
margin-left:20px;}
a.lianjie{
display:inline-block;
line-height:28px;
margin:10px;}
div.wz_list_left{
width:237px;
overflow:hidden;
float:left;}
div.wz_list_right{
width:765px;
overflow:hidden;
float:right;}
div.wz_list_left_top{
width:100%;
height:42px;
}
div.wz_list_left_main{
width:100%;
overflow:hidden;
background-color:#AE0A0C;
padding-bottom:15px;
}
span.wz_list_left_m{
display:block;
width:90%;
line-height:30px;
margin-top:15px;
color:#FFFFFF;
font-size:16px;
font-weight:bold;
font-family:Microsoft Yahei;
letter-spacing:2px;
}

div.wz_list_left_jia{
width:100%;
overflow:hidden;
margin-top:10px;
}

div.wz_list_left_jia a{
width:100%;
display:block;
background-color:#ae0a0c;
line-height:40px;
text-align:center;
height:40px;
padding-top:10px;
}


a.zuodaohang{
display:block;
width:90%;
line-height:30px;
margin-top:15px;
color:#AE0A0C;
background-color:#FFFFFF;
border-radius:5px 5px 5px 5px;
text-align:center;
font-size:14px;
font-weight:bold;
}

a.zuodaohanga{
display:block;
width:90%;
line-height:30px;
margin-top:15px;
color:#AE0A0C;
border-radius:5px 5px 5px 5px;
text-align:center;
font-size:14px;
font-weight:bold;
background-color:#FBFCDD;
background-image:url(../imges/sanjiao.png);
background-repeat:no-repeat;
background-position:190px 8px;
}
div.wz_list_right_top{
background-color:#B2B2B2;
height:35px;
line-height:35px;
overflow:hidden;
width:100%;
margin-top:13px;}
span.wz_list_right_top_b{
display:inline-block;
margin-left:15px;
font-size:14px;
}
span.wz_list_right_top_l{
display:inline-block;
float:right;
margin-right:15px;}

div.d_nr1{
margin-bottom:20px;
width:100%;}

div.d_nr1 a{
display:block;
line-height:32px;
overflow:hidden;
box-sizing:border-box;
padding-left:10px;
padding-right:10px;
font-size:14px;
width:95%;
border-bottom:#999999 1px dashed;}
div.d_nr1 a:hover{
background-color:#F6F3F3;}
span.shijian{
display:inline-block;
float:right;}

div.d_nr{
overflow:hidden;
line-height:30px;
width:90%;
font-size:15px;
padding-bottom:25px;
padding-top:25px;
text-indent:10px;
color:#262525;
font-family:Microsoft Yahei;
}

div.wz_bt{
text-align:center;
font-size:20px;
line-height:80px;
color:#333333;
font-weight:bold;
width:90%;
overflow:hidden;
}
div.wz_tu{
margin:10px;
text-align:center;}
div.wz_qita{
height:25px;
text-align:center;
line-height:25px;
font-size:12px;
color:#999999;
}
div.wz_zhiwei{
text-align:center;
font-size:16px;
line-height:30px;
color:#333333;
font-weight:bold;
width:90%;
overflow:hidden;
letter-spacing:2px;
}
div.mote{
width:99%;
overflow:hidden;}

div.mote a{
display:inline-block;
float:left;
margin:10px;
line-height:30px;
text-align:center;
text-align:center;
color:#333333;
font-size:14px;
width:200px;
height:210px;}

div.mote a img{
width:200px;
padding:2px;
border:#C8C4B9 1px solid;}


div.zaixian{
width:100%;
color:#FFFFFF;
line-height:30px;
text-align:center;
position:absolute;
border-radius:5px 5px 5px 5px;}
div.neik{
width:98%;
border:#999999 1px solid;
overflow:hidden;
padding-top:15px;
padding-bottom:15px;
margin-top:20px;
margin-bottom:20px;
background-color:#FFFFFF;
line-height:26px;
text-align:center;
}

div.neik a{
display:block;
line-height:28px;
text-align:center;
margin-top:10px;
}

div.zaixian1{
width:100%;
color:#FFFFFF;
line-height:25px;
text-align:center;
position:absolute;
border-radius:0px 0px 5px 5px;
bottom:0px;
}







/*图片转动*/
div.demo {
background: #FFF;
overflow:hidden;
/*border: 1px dashed #CCC;*/

}
div.demo img {
border: 3px solid #F2F2F2;
}
div.indemo {
float: left;
width: 800%;
}
div.demo1 {
float: left;
}
div.demo2 {
float: left;
}