@charset "utf-8";
﻿/* --------------------------------core css---------------------------------- */
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, input, textarea,
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, hr {
    margin: 0;
    padding: 0;
    border: 0;
}



header{height:110px; width:960px; margin:0 auto;}

.iconbg{background-color:transparent;background-image:url(../images/icon.png); background-repeat:no-repeat;}
#nav .pimg{ background-position:0 0; height:27px; width:28px;}

#nav{height:49px;position:relative;width:630px; font-family:"微软雅黑"; font-size:14px; color:#F00;}
#nav li{float:left;list-style:none;text-align:center;font-size:14px;}
#nav li .v a{width:128px;height:49px;line-height:49px;display:block;color:#FFF;float:left;font-family:Arial,Verdana,Tahoma,"宋体";}
#nav li .v a:hover,#nav li .v .sele{background:url(images/nav_hover.gif) no-repeat bottom;color:#fff;height:49px;line-height:49px;font-size:14px;padding-left:0px;}
#nav .kind_menu{height:30px;*height:29px;line-height:30px;vertical-align:middle;position:absolute;top:46px;*top:48px;left:70px;width:880px;text-align:left;display:none;color:#000;font-size:12px;}
#nav .kind_menu a{color:#000;float:left;text-align:center;width:120px;font-family:Arial,Verdana,Tahoma,"宋体";font-size:12px;}
#nav .kind_menu a:hover{color:#000;border-bottom:2px #a60000 solid;}
#nav .kind_menu span{font-size:10px;color:#000;line-height:30px;*line-height:26px;float:left }


input, textarea {
    font-family: "Microsoft Yahei", "微软雅黑", Tahoma, Arial, Helvetica, STHeiti;
    font-size: 12px;
    color: #333333;
}

img {
    outline: none;
}

ul {
    list-style: none;
}

a {
    color: #333;
    text-decoration: none;
    outline:none;
	cursor:pointer;
}
a:hover {
    color: #b60005;
    text-decoration: none;
    outline: none;
	
}

/*table {
    border-collapse: collapse;
}*/



/*----------------font color-----------------*/
.default_word {
    color: #333333;
}

.light_word {
    color: #999999;
}

.gray_word {
    color: #666666;
}

.green_word {
    color: #106f00;
}

.orange_word {
    color: #e6551d;
}

.red_word {
    color: #ff0000;
}

.normal_word {
    font-weight: normal;
}

.bold_word {
    font-weight: bold;
}

/*--------------font-size--------*/
.fs12 {
    font-size: 12px;
}

.fs13 {
    font-size: 13px;
}

.fs14 {
    font-size: 14px;
}

.fs15 {
    font-size: 15px;
}

.fs16 {
    font-size: 16px;
}

.fs18 {
    font-size: 18px;
}

.fs20 {
    font-size: 20px;
}
.fontcolor{color:#b60005;}

/*------------------text align------------------*/
.taL {
    text-align: left;
}

.taR {
    text-align: right;
}

.taC {
    text-align: center;
}

.ti2em {
    text-indent: 2em;
}

/*----------------float-------------------*/
.fl {
    float: left;
}

.fr {
    float: right;
}

/*	--------------------clear float----------------*/
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: "";
    clear: both;
    height: 0;
    overflow: hidden;
}

.clearfix {
    *zoom: 1;
}


.help_line {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.hidden {
    display: none;
}

.show {
    display: block;
}

.dispInline {
    display: inline;
}

.displayIB {
    display: inline-block;
}

/*----------------border radius fix-----------------*/
.bRFix {
    position: relative;
}

/*------------width--------*/
.w70 {
    width: 70px;
}

.w85 {
    width: 85px;
}

.w110 {
    width: 110px;
}

.w160 {
    width: 160px;
}

.w180 {
    width: 180px;
}

.w360 {
    width: 360px;
}

.w400 {
    width: 400px;
}

.w680 {
    width: 680px;
}

.w700 {
    width: 700px;
}

.w800 {
    width: 800px;
}

.w960 {
    width: 960px;
}

/*-----------height---------*/
.h20 {
    height: 20px;
}

.h30 {
    height: 30px;
}

.h38 {
    height: 38px;
}

.h50 {
    height: 50px;
}

/*----------line-height-------*/
.lh27 {
    line-height: 27px;
}

.lh30 {
    line-height: 30px;
}

.lh38 {
    line-height: 38px;
}

.lh150 {
    line-height: 150%;
}

.lh200 {
    line-height: 200%;
}

/*-----------margin-----------*/
.mt0 {
    margin-top: 0px;
}

.mt3 {
    margin-top: 3px;
}

.mt5 {
    margin-top: 5px;
}

.mt7 {
    margin-top: 7px;
}

.mt8 {
    margin-top: 8px;
}

.mt10 {
    margin-top: 10px;
}

.mt12 {
    margin-top: 12px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}
.m_20 {
    margin: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
    _margin-top: 20px;
}
.mt50 {
    margin-top: 50px;
}
.mt60 {
    margin-top: 60px;
}

.mr3 {
    margin-right: 3px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

.mr30 {
    margin-right: 30px;
}

.mr40 {
    margin-right: 40px;
}

.mr45 {
    margin-right: 45px;
}

.mr666 {
    margin-right: 666px;
}

.mb6 {
    margin-bottom: 6px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
	*margin-bottom:0px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml20 {
    margin-left: 20px;
}

.ml30 {
    margin-left: 30px;
}

.ml50 {
    margin-left: 50px;
}

.ml60 {
    margin-left: 60px;
}

.ml70 {
    margin-left: 70px;
}

.ml80 {
    margin-left: 80px;
}

.ml100 {
    margin-left: 100px;
}
.ml110 {
    margin-left: 110px;
}
.ml150 {
    margin-left: 150px;
}

.ml200 {
    margin-left: 200px;
}

.ml260 {
    margin-left: 260px;
}

.ml300 {
    margin-left: 300px;
}

.ml400 {
    margin-left: 400px;
}

.ml500 {
    margin-left: 500px;
}

.ml600 {
    margin-left: 600px;
}

.ml700 {
    margin-left: 700px;
}

.ml800 {
    margin-left: 800px;
}

.mlra {
    margin-left: auto;
    margin-right: auto;
}

/*-----------padding-------------*/
.pl5 {
    padding-left: 5px;
}

.pl10 {
    padding-left: 10px;
}

.pl15 {
    padding-left: 15px;
}

.pl20 {
    padding-left: 20px;
}

.pl30 {
    padding-left: 30px;
}

.pl40 {
    padding-left: 40px;
}

.pl70 {
    padding-left: 70px;
}

.pl100 {
    padding-left: 100px;
}

.pt2 {
    padding-top: 2px;
}

.pt10 {
    padding-top: 10px;
}

.pt12 {
    padding-top: 12px;
}

.pt15 {
    padding-top: 15px;
}

.pt20 {
    padding-top: 20px;
}
.pt35 {
    padding-top: 35px;
}
.pt40 {
    padding-top: 40px;
}

.pt5 {
    padding-top: 5px;
}

.pr5 {
    padding-right: 5px;
}

.pr20 {
    padding-right: 20px;
}

.pr30 {
    padding-right: 30px;
}

.pb3 {
    padding-bottom: 3px;
}

.pb10 {
    padding-bottom: 10px;
}
.pb20 {
    padding-bottom: 20px;
}

.plr5 {
    padding-left: 5px;
    padding-right: 5px;
}

.plr10 {
    padding-left: 10px;
    padding-right: 10px;
}
.fontcolor1{color:#333;}
.fontcolor2{color:#FFF;}
.autowidth{width:980px; margin:0 auto;padding-top: 80px}
.hr_line{border-top:1px solid #acacac; border-bottom:1px solid #fff; height:0px; _display:inline; _height:2px;}
.fontwith{white-space:nowrap;/*设置不折行*/ text-overflow:ellipsis;/*这就是省略号喽*/ -o-text-overflow:ellipsis;/*兼容opera*/ overflow:hidden;/*设置超过的隐藏*/}
.red_line{border-top:1px solid #b60003; border-bottom:1px solid #FFF; height:0px; _display:inline; _height:2px;}
.fontShadow{text-shadow: white 1px 1px 0px;}
.fswt{font-weight:bold;}
.clearboth{clear:both;}
.handM{cursor:pointer;}
.ftwt{font-weight:bold;}
.txtunline{text-decoration:underline;}

.buttonStyle{width:64px;height:22px;line-height:22px;color:#369;text-align:center;background:url(../images/alertImg/buticon.gif) no-repeat left top;border:0;font-size:12px;}
.buttonStyle:hover{background:url(../images/alertImg/buticon.gif) no-repeat left -23px;}