/**

 * fliename:global.css



 * date:2012-1-14



 * modify:2014-04-22



**/



/*reset*/



body,
html {
    font: 14px/24px Microsoft yahei;
    font-family: Microsoft yahei !important;

    margin: 0;
    padding: 0;

    color: #444;
}



h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
select,
object {
    margin: 0;
    padding: 0;

    outline: none;
}



ul,
ol,
li {
    list-style-type: none
}



address,
cite,
code,
em,
th,
i,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-style: normal;
}



img {
    border: 0 none
}



h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 14px;
}



object,
textarea,
img,
iframe {
    vertical-align: top;
}



textarea {
    overflow: auto;
}



a {
    text-decoration: none;

    color: #2c2c2c;
    outline: none;
}



a:hover {
    -webkit-transition: background .2s,color .2s ease-in;
       -moz-transition: background .2s,color .2s ease-in;
        -ms-transition: background .2s,color .2s ease-in;
         -o-transition: background .2s,color .2s ease-in;
            transition: background .2s,color .2s ease-in;
    /*text-decoration:underline;*/color: #da0000;
}



a:link img,
a:visited img {
    -webkit-transition: opacity .2s ease-in-out;
       -moz-transition: opacity .2s ease-in-out;
        -ms-transition: opacity .2s ease-in-out;
         -o-transition: opacity .2s ease-in-out;
            transition: opacity .2s ease-in-out;

    opacity: 1;

    /*filter: alpha(opacity=100);*/
}

/* a:hover img {
    opacity: .75;

    filter: alpha(opacity=75);
}
 */


.wrap {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto ;
}



.blo {
    display: block;
}



input,
button {
    *overflow: visible;
}



input[type=submit]:hover,
button[type=submit]:hover {
    cursor: pointer;
    text-align: center;

    opacity: .9;

    filter: Alpha(opacity=90);
}



.clear {
    display: block;
    clear: both;
    overflow: hidden;

    width: 100%;
    height: 0;
}



.checkbox,
.radio {
    width: 13px;
    height: 13px;
    margin-right: 2px;

    vertical-align: -2px;

    *vertical-align: -1px;
}



@font-face {
    font-family: 'icomoon';
    /*,url(../fonts/icomoon.svg?k5p2v) format('svg');*/
    font-weight: normal;
    font-style: normal;

    src: url(../fonts/icomoon.eot?k5p2v);
    src: url(../fonts/icomoon.eot?#iefix?k5p2v) format('embedded-opentype')



    ,url(../fonts/icomoon.woff?k5p2v) format('woff');
}



.ico08 {
    font-family: 'icomoon';
    font-size: 14px;
    font-weight: normal !important;
    font-style: normal;
    font-variant: normal;

    vertical-align: -1px;
    text-transform: none;

    speak: none;
    *vertical-align: middle;
}



/*common**/



.por {
    position: relative;
} .owfl {
    overflow: hidden;
} .tl {
    text-align: left;
} .tc {
    text-align: center;
} .tr {
    text-align: right;
}.center {
    margin: 0 auto;
}.dn {
    display: none;
}.l {
    float: left;

    _display: inline;
} .r {
    float: right;

    _display: inline;
}



.clearfix:after {
    display: block;
    clear: both;

    height: 0;

    content: '\20';
} .clearfix {
    *zoom: 1
}







.blank0,
.blank1,
.blank2,
.blank3,
.blank4,
.blank5,
.blank6,
.blank7,
.blank8,
.blank9,
.blank10,
.blank11,
.blank12,
.blank13,
.blank14,
.blank15,
.blank16,
.blank17,
.blank18,
.blank19,
.blank20,
.blank25,
.blank30,
.blank35,
.blank40,
.blank45,
.blank50 {
    font-size: 1px;

    display: block;
    clear: both;
    overflow: hidden;
}



.blank0 {
    height: 0;
}.blank1 {
    height: 1px;
}.blank2 {
    height: 2px;
}.blank3 {
    height: 3px;
}.blank4 {
    height: 4px;
}.blank5 {
    height: 5px;
}.blank6 {
    height: 6px;
}.blank7 {
    height: 7px;
}.blank8 {
    height: 8px;
}.blank9 {
    height: 9px;
}.blank10 {
    height: 10px;
}.blank11 {
    height: 11px;
}.blank12 {
    height: 12px;
}.blank13 {
    height: 13px;
}.blank14 {
    height: 14px;
}.blank15 {
    height: 15px;
}.blank16 {
    height: 16px;
}.blank17 {
    height: 17px;
}.blank18 {
    height: 18px;
}.blank19 {
    height: 19px;
}.blank20 {
    height: 20px;
}.blank25 {
    height: 25px;
}.blank30 {
    height: 30px;
}.blank35 {
    height: 35px;
}.blank40 {
    height: 40px;
}.blank45 {
    height: 45px;
}.blank50 {
    height: 50px;
}



/*padding margin*/



.pl5 {
    padding-left: 5px;
}.pl10 {
    padding-left: 10px;
}.pl15 {
    padding-left: 15px;
}.pl20 {
    padding-left: 20px;
}



.pt5 {
    padding-top: 5px;
}.pt10 {
    padding-top: 10px;
}.pt15 {
    padding-top: 15px;
}.pt20 {
    padding-top: 20px;
}



.pr5 {
    padding-right: 5px;
}.pr10 {
    padding-right: 10px;
}.pr15 {
    padding-right: 15px;
}.pr20 {
    padding-right: 20px;
}



.plr5 {
    padding: 0 5px;
}.plr8 {
    padding: 0 8px;
}.plr10 {
    padding: 0 10px;
}.plr15 {
    padding: 0 15px;
}.plr20 {
    padding: 0 20px;
}



.ptb5 {
    padding: 5px 0;
}.ptb8 {
    padding: 8px 0;
}.ptb10 {
    position: relative;

    padding: 10px 0;
}.ptb15 {
    padding: 15px 0;
}.ptb20 {
    padding: 20px 0;
}



.p5 {
    padding: 5px;
}.p10 {
    padding: 10px;
}.p15 {
    padding: 15px;
}.p20 {
    padding: 20px;
}.p20_36 {
    padding: 20px 36px;
}







.ml5 {
    margin-left: 5px;
}.ml10 {
    margin-left: 10px;
}.ml15 {
    margin-left: 15px;
}.ml20 {
    margin-left: 20px;
}



.mt5 {
    margin-top: 5px;
}.mt10 {
    margin-top: 10px;
}.mt15 {
    margin-top: 15px;
}.mt20 {
    margin-top: 20px;
}



.mr3 {
    margin-right: 3px;
}.mr5 {
    margin-right: 5px;
}.mr8 {
    margin-right: 8px;
}.mr10 {
    margin-right: 10px;
}.mr15 {
    margin-right: 15px;
}.mr20 {
    margin-right: 20px;
}.mr21 {
    margin-right: 21px;
}



.mlr5 {
    margin: 0 5px;
}.mlr8 {
    margin: 0 8px;
}.mlr10 {
    margin: 0 10px;
}.mlr15 {
    margin: 0 15px;
}.mlr20 {
    margin: 0 20px;
}



.mt5 {
    margin-top: 5px;
}.mt8 {
    margin-top: 8px;
}.mt10 {
    margin-top: 10px;
}.mt15 {
    margin-top: 15px;
}.mt20 {
    margin-top: 20px;
}



.mb5 {
    margin-bottom: 5px;
}.mb8 {
    margin-bottom: 8px;
}.mb10 {
    margin-bottom: 10px;
}.mb15 {
    margin-bottom: 15px;
}.mb20 {
    /*margin-bottom: 20px;*/
}



/*font*/



.fcr,
.fcr a {
    color: #c00;
} .fcb,
.fcb a {
    color: #327acf;
} .fco,
.fco a {
    color: #da0000;
} .fcg,
.fcg a {
    color: #888;
} .fcy,
.fcy a {
    color: yellow
} .fcw,
.fcw a {
    color: #fff;
}





.fz12 {
    font-size: 12px;
} .fz14 {
    font-size: 14px;
} .fz16 {
    font-size: 16px;
} .fz18 {
    font-size: 18px;
} .fz20 {
    font-size: 20px;
} .fz22 {
    font-size: 22px;
}



.fwb {
    font-weight: bold;
} .fwn {
    font-weight: normal;
}



.w940 {
    width: 940px;
}







.arial {
    font-family: Arial;
} .yahei {
    font-family: Microsoft yahei;
} .simsun {
    font-family: simsun;
}







.bor-gray-rbl2 {
    border: 1px solid #ddd;
    border-top: none;
}



/*top*/



#top {
    margin-bottom: 5px;

    border-bottom: 1px solid #f5f5f5;
}



#top .inner {
    font-size: 12px;
    line-height: 34px;

    width: 1200px;
    height: 34px;
    margin: 0 auto;
    padding: 0 5px;
}



#top a {
    float: left;

    white-space: nowrap;

    color: #666;
}



#top a:hover,
#top a.fcr {
    color: #c00;
}



#top .indico:hover {
    text-decoration: none;
}



#top .indico .ico08 {
    float: left;

    margin: 0 3px 0 0;

    color: #4e97d2;
}



#top .qy-area,
#top .lmore {
    position: relative;
    z-index: 1000;
    top: 6px;

    float: left;

    margin-right: 5px;
}







#top  b {
    font-weight: normal;
    line-height: 22px;

    float: left;

    height: 22px;
    padding: 0 15px 0 6px;

    cursor: pointer;
    white-space: nowrap;

    background-position: right -10px;
}



#top  .lmore .ico08,
#top .qy-area .ico08 {
    font-size: 14px;

    position: absolute;
    top: 1px;

    -webkit-transition: background-position .1s ease;
       -moz-transition: background-position .1s ease;
        -ms-transition: background-position .1s ease;
         -o-transition: background-position .1s ease;
            transition: background-position .1s ease;

    color: #999;
}



#top .hover b {
    position: relative;
    z-index: 100;

    background-color: #fff;
}



#top .items {
    line-height: 24px;

    position: absolute;
    top: 22px;
    left: 0;

    display: none;

    width: 260px;
    padding: 5px 0;

    background: #fff;
    -webkit-box-shadow: 0 0 10px #ddd;
       -moz-box-shadow: 0 0 10px #ddd;
            box-shadow: 0 0 10px #ddd;
}


#top .hover .items {
    display: block;
}




#top .lmore .items {
    right: 0;
    left: auto;

    width: 90px;
    padding: 0;

    _right: -1px;
}



#top .lmore .items a {
    display: block;
    float: none;

    text-align: center;

    border-bottom: 1px solid #eee;
}



#top .lmore .items a:hover {
    text-decoration: none;

    background: #eee;
}


/* 
#userLogin {
    font-size: 14px;

    float: right;

    color: #fff;
}



#userLogin span  font {
    color: #f6c70a !important
}


 */
#userLogin {
    color: #fff;
}
#userLogin a {
    color: #fff;
    padding-left: 3px;
    padding-right: 3px;
    background: none;
}
#userLogin a:hover {
    color: #fff
}

/*search*/



#logo-search .logo {
    float: left;

    margin: 12px 0 0 18px;
}




#logo-search .search {
    float: right;/* width: 610px; */

    margin-bottom: 15px;
    padding: 15px 10px 0 10px;
}



#logo-search .search a {
    color: #da0000;
}



#logo-search .tabbar1 {
    line-height: 34px;

    height: 34px;
}



#logo-search .tabbar1 .map-link {
    font-weight: normal;

    float: right;
}



#logo-search .tabbar1 .map-link a {
    float: left;

    margin-right: 10px;
}



#logo-search .tabbar1 .map-link a:hover {
    text-decoration: none;
}



#logo-search .tabbar1 .map-link .ico08 {
    font-size: 14px;
    line-height: 18px;

    float: left;

    width: 14px;
    height: 18px;
    margin: 3px 0 0 0;

    color: #4e97d2;
}



#logo-search .tabbar1 span,
#logo-search .tabbar1 a {
    font-size: 16px;
    font-weight: bold;

    float: left;

    margin-right: 15px;
    padding: 0 20px;

    cursor: pointer;

    color: #da0000;
    border-radius: 2px 2px 0 0;
}



#logo-search .tabbar1 .act {
    color: #fff;
    background: #da0000;
}



#logo-search .tabbar1 .act a {
    text-decoration: none;

    color: #fff;
}



#logo-search .sea-con {
    line-height: 39px;

    position: relative;
    z-index: 102;

    height: 40px;

    border: 1px solid #da0000;
    background: #fff;
}



#logo-search .sea-con .select {
    font-size: 14px;

    position: relative;
    z-index: 100;

    float: left;

    border-right: 1px solid #da0000;
}



#logo-search .sea-con .select,
#logo-search .sea-con .select .droplist {
    width: 90px;

    text-align: center
}



#logo-search .sea-con .select .txt1 {
    overflow: hidden;

    padding: 0 5px;

    cursor: default;

    color: #da0000;
}



#logo-search .sea-con .select .droplist {
    position: absolute;
    top: 40px;
    left: -1px;

    display: none;

    width: 255px; 

    text-align: center;

    border: 1px solid #da0000;
    background: #fff;
}



#logo-search .sea-con .select .droplist em {
    display: block;
    float: left;

    width: 85px;

    cursor: pointer;
    text-decoration: none;

    color: #da0000;
}



#logo-search .sea-con .select .droplist em:hover,
#logo-search .sea-con .select .droplist .act {
    text-decoration: none;

    background: #efefef;
}



#logo-search .sea-con .select .l-more {
    width: 234px;
    padding: 5px 0;
}



#logo-search .sea-con .select .l-more em {
    float: left;

    width: 73px;
}



#logo-search .sea-con .select b {
    color: #da0000

    -webkit-transtion: -webkit-transform 1s;
       -moz-transtion:         transform 1s;
        -ms-transtion:     -ms-transform 1s;
         -o-transtion:      -o-transform 1s;
            transtion:         transform 1s;
}



#logo-search .sea-con .hover .droplist {
    display: block;
}



#logo-search .sea-con .hover b {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
}



#logo-search .sea-con .txt {
    font-family: Microsoft yahei !important;
    font-size: 14px;

    display: block;
    float: left;

    width: 250px;
    margin-top: 10px;

    text-indent: 5px;

    color: #da0000;
    border: 0 none;
}



#logo-search .sea-con .btn {
    font-size: 23px;
    line-height: 40px;

    position: absolute;
    top: 0;
    right: 0;

    clear: both;
    overflow: hidden;

    width: 65px;
    height: 40px;

    cursor: pointer;

    color: #fff;
    border: none;
    background: #da0000;
}
#logo-search .tab-bbs .textclass {
    font-family: Microsoft yahei;
    line-height: 15px;

    width: 500px;
    height: 15px;
    padding: 13px 5px 0 5px;

    color: #da0000;
    border: 1px solid #fff;
    background: #fff;
}




#logo-search .sea-con .btn:hover {
    opacity: .9;

    filter: alpha(opacity=90);
}



#logo-search .sea-con .w1,
#logo-search .sea-con .w1 .droplist {
    width: 110px;
}
#logo-search .sea-con .w1 .droplist em {
    width: 110px;
}



#logo-search .sea-con .w2,
#logo-search .sea-con .w2 .droplist {
    width: 96px;
}







#logo-search .nav-sub a {
    float: left;

    width: 57px;
    margin-top: 20px;

    text-align: center;

    color: #666;
}



#logo-search .nav-sub i {
    font-size: 25px;
    line-height: 40px;

    display: block;

    width: 40px;
    height: 40px;
    margin: 0 auto;

    -webkit-transition: all 1s;
       -moz-transition: all 1s;
        -ms-transition: all 1s;
            transition: all 1s;
    text-align: center;

    color: #fff;
    border-radius: 50%;
    background: #3088df;
    background: #e74c3c;
}



#logo-search .nav-sub a:nth-child(2) i {
    background: #e67e22;
}



#logo-search .nav-sub a:nth-child(3) i {
    background: #78ba00;
}



#logo-search .nav-sub a:nth-child(4) i {
    background: #3498db;
}



#logo-search .nav-sub a:hover {
    text-decoration: none;
}



#logo-search .nav-sub a:hover i {
    -webkit-transform: rotateY(360deg);
       -moz-transform: rotateY(360deg);
        -ms-transform: rotateY(360deg);
         -o-transform: rotateY(360deg);
            transform: rotateY(360deg);
}


#logo-search .sea-con .mjsearch .droplist {
    width: 285px;
}

#logo-search .sea-con .mjsearch .droplist em {
    width: 95px;
}



/*nav*/

#nav {
    background: #da0000
}



#nav .wrap {
    font-family: Microsoft yahei;
    font-size: 18px;
    line-height: 56px;

    height: 56px;

    text-align: center;

    background: #da0000;
}



#nav .wrap ul li {
    float: left;
}



#nav .wrap ul li a {
    line-height: 55px;

    display: block;
    float: left;

    height: 56px;
    padding: 0 14px;

    text-decoration: none;

    color: #fff;
}



#nav .wrap ul li a:hover {
    background-color: #b00
}



#nav .mcon {
    display: inline-block;

    padding: 6px 9px;

    text-align: left;

    background: url(../images/dhbg.png?0818) no-repeat 0;

    *zoom: 1;
    *display: inline;
}



#nav .nobg {
    background: none;
}



#nav .mcon a {
    line-height: 22px;

    display: inline-block;

    height: 22px;
    margin: 3px 0;
    padding: 0 5px;

    white-space: nowrap;

    color: #fff;
}



#nav .mcon a:hover {
    text-decoration: none;

    color: #3088df;
    background: #cae1ee;
}



#nav .hot a {
    color: #ff0;
}



#nav .mcon i {
    position: absolute;

    overflow: hidden;

    width: 22px;
    height: 9px;
    margin: -5px 0 0 -10px;

    background: url(../images/news.gif);

    *margin: -10px 0 0 -10px;
}



#nav .c1 {
    width: 268px;
}



#nav .c2 {
    width: 148px;
}



#nav .c3 {
    width: 108px;
}



#nav .c4 {
    width: 160px;
}



#nav .c5 {
    width: 120px;
}



#nav .c6 {
    width: 86px;
}

#nav .bn-close {
    line-height: 100;

    position: absolute;
    top: 0;
    right: 0;

    overflow: hidden;

    width: 56px;
    height: 56px;

    cursor: pointer;

    background: #e96767 url(../images/closebtn-bg-sm.png) center 7px no-repeat;
}






/*z-add-Nav*/



#nav .navigate {
    float: left
}

.navigate li {
    position: relative;
    z-index: 101;

    height: 56px;

    _display: inline;
}
.navigate .act {
    background: #b00;
}
.navigate .n-a,
.navigate .current .n-a {
    font-size: 16px;
    line-height: 55px;

    display: block;

    height: 55px;
    padding: 0 20px;

    color: #333;

    _display: inline;
}

.navigate .n-a:hover,
.navigate .current .n-a {
    text-decoration: none;

    color: #e43;

    *letter-spacing: -1.5px;
}

.navigate li .n-sec-span {
    position: absolute;
    top: 53px;
    left: 50%;

    display: none;

    width: 100px;
    margin-left: -50px;
}

.navigate li .n-sec-span .empty {
    height: 10px;

    background: url(../images/dot_04.gif);
}

.navigate .current .n-sec-span {
    display: block;
}

.navigate li .n-sec-span .n-arrow {
    position: absolute;
    top: 17px;
    left: 50%;

    display: block;

    width: 16px;
    height: 10px;
    margin-left: -8px;

    background-position: -1px -573px;
}

#nav .navigate .n-sec-span .n-b {
    font-size: 14px;
    line-height: 35px;

    display: inline-block;
    clear: both;

    width: 100px;
    height: 35px;
    margin-top: -1px;
    padding: 5px 0 5px 0 ;

    text-align: center;

    color: #333;
    border-top: 1px solid #eee;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #ddd;
    background: #fff;
}





.navigate .n-b:hover {
    text-decoration: none;

    color: #fff;
    border: 1px solid #e43;
    background: #e43;
}

#nav .navigate .n-sec-span .n-b:hover,
.navigate .n-sec-span .first:hover em {
    cursor: pointer;
    text-decoration: none;

    color: #fff;
    border: 1px solid #da0000;
    border-top: none;
    background-color: #da0000;
}

#nav .navigate .n-sec-span .first {
    width: 102px;
    height: 40px;
    padding: 10px 0 0 0 ;

    border: none;
    background: url(../images/menu-arrow.png) 0 -2px no-repeat ;
}

#nav .navigate .n-sec-span .first em {
    line-height: 39px;
    line-height: 39px\9;

    display: inline-block;

    width: 100px;
    height: 39px;
    height: 39px\9;

    cursor: pointer;

    border-right: 1px solid #ddd;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #ddd;
    background: #fff;
}

#nav .navigate .n-sec-span .first:hover {
    border: none;
    background: url(../images/menu-arrow.png) 0 -76px no-repeat;
}

#nav .navigate .n-sec-span .first:hover em {
    border-right: 1px solid #da0000;
    border-bottom: 1px solid #da0000;
    border-left: 1px solid #da0000;
    background-color: #da0000;
}



#nav .tuangou {
    float: left;

    width: 135px;
    margin-left: 20px;
}

/*comp*/



#comp_box {
    width: 170px;

    border: 2px solid #da0000;
    background: #fff;
}



#comp_top {
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;

    padding: 0 5px;

    color: #fff;
    background: #da0000;
}



#comp_top .close,
#comp_items .icon {
    line-height: 1000px;

    position: relative; 

    float: right;
    overflow: hidden;

    width: 10px;
    height: 10px;
    margin-top: 9px;

    cursor: pointer;

    background: url(../images/eslistbg.gif) no-repeat right -364px;
}



#comp_items {
    padding: 5px;

    background: #fff;
}



#comp_items .icon {
    background-position: right -349px;
}



#comp_items li {
    line-height: 28px;

    overflow: hidden; 

    height: 28px;

    border-top: 1px solid #fff;
    border-bottom: 1px solid #e6e6e6;
}



#comp_boot {
    line-height: 22px;

    overflow: hidden;

    padding-bottom: 5px;

    *zoom: 1;
}



#comp_boot .prosubmit {
    float: left; 
    line-height: 22px;
    height: 22px;
    margin: 0 10px 0 15px;
    padding: 0 8px;

    cursor: pointer;

    color: #fff;
    border: none;
    border-radius: 2px;
    background: #da0000;
}



#comp_boot .clear {
    float: left;

    padding-left: 20px; 

    color: #0076d5;
    background: url(../images/eslistbg.gif) no-repeat 0 -152px;
}




/*page*/



.p_bar {
    clear: both;

}



.p_bar a {
    font-family: arial,tahoma;

    display: inline-block;

    margin: 0 2px;
    padding: 2px 15px;

    cursor: pointer;

    color: #333;
    border: 1px solid #ddd;
}



.p_bar .p_curpage {
    text-decoration: none;

    color: #fff;
    border: 1px solid #da5c4f;
    background: #da5c4f;
}



.p_bar a:hover {
    text-decoration: none;

    color: #fff;
    border-color: #da5c4f;
    background: #da5c4f;
}



/*gotop*/



body,
html {
    _background: url(about:blank);
}



.fixed-div {
    width: 58px;
    height: 59px;

    text-align: center;
}



.fixed-div li {
    position: relative;

    float: left;

    padding-bottom: 2px;
}



.fixed-div li .ico {
    display: block;
    overflow: hidden;

    width: 58px;
    height: 59px;

    cursor: pointer;
    text-decoration: none;

    color: #fff;
    background: #da0000;
}



.fixed-div li .ico:hover {
    text-decoration: none;

    color: #fff;
}



.fixed-div li .ico i {
    font-size: 28px;

    display: block;

    margin-top: 10px;

    text-align: center;
}



.fixed-div li .pop {
    line-height: 21px;

    position: absolute;
    top: 0;
    left: -146px;

    display: none;

    width: 126px;
    padding: 10px;

    color: #666;
    background: #efefef;
}







.fixed-div .hover .ico {
    opacity: .9;

    filter: alpha(opacity=90);
}



.fixed-div .hover .ico-1 {
    background-position: -54px 0;
}



.fixed-div .hover .ico-2 {
    background-position: -54px -66px;
}



.fixed-div .hover .ico-3 {
    background-position: -54px -132px;
}



.fixed-div .hover .ico-4 {
    background-position: -54px -198px;
}



.fixed-div .hover .pop {
    display: block;
}




/*duilian*/



#ad1,
#ad2,
#ad3,
#ad4 {
    position: fixed;
    top: 70px;

    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop+70));
}



#ad2,
#ad4 {
    right: 0;
}



#ad3,
#ad4 {
    top: 400px;

    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop+400))
}



.noinfo {
    font-family: Microsoft YaHei;
    font-size: 20px;
    line-height: 200px;

    height: 200px;

    text-align: center;

    color: #666;
}



.noinfo span {
    color: #c00;
}



.noinfo a {
    color: #1a5bb2;
}



.borD8 {
    border: 1px solid #d8d8d8;
}



/*ad*/

.mb20 {
    margin-bottom: 20px;
}

.fcoB {
    color: #0041d9
}

/*footer*/


.h-footer {
    font-family: 'microsoft yahei';
    font-size: 12px;

    overflow: hidden;

    width: 100%;
    min-width: 1200px;
    height: 100%;
    margin-top: 40px;

    color: #999;
    background: #333;
    background: #333;
}

.h-footer a {
    color: #999;
}

.h-footer a:hover {
    color: #e43;
}

.h-footer .foot-copy {
    line-height: 30px;

    margin: 15px 0;

    text-align: center;

    color: #777;
}

.h-footer .foot-copy em {
    padding: 0 5px;
}

.h-footer .foot-common-copy {
    margin: 0 0 15px;
    padding-top: 15px;
}

.h-area {
    clear: both;

    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.footer-div {
    clear: both;
    overflow: hidden;

    padding: 50px 0 7px;

    border-bottom: 1px solid #2d2d2d;
}

.footer-div dl {
    float: left;

    height: 150px;

    border-right: 1px solid #454545;
    border-left: 1px solid #2d2d2d;
}

.footer-div .f-dl1 {
    width: 270px;

    border-left: none;
}

.footer-div .f-dl2 {
    width: 100px;
    padding-left: 60px;
}

.footer-div .f-dl3 {
    width: 126px;
    padding-left: 60px;
}

.footer-div .f-dl4 {
    width: 190px;
    padding-left: 60px;
}

.footer-div .f-dl4 dd {
    float: left;

    width: 90px;
}

.footer-div .f-dl5 {
    line-height: 27px;

    float: left;

    padding-left: 60px;
}

.footer-div .f-dl5 p {
    margin: -5px 0 20px;
}

.footer-div dt {
    font-size: 16px;

    margin-bottom: 20px;

    color: #eee;
}

.footer-div dd {
    line-height: 20px;

    height: 20px;
    margin-bottom: 10px;
}

.footer-div .f-dl1 dd {
    float: left;

    width: 115px;
}

.footer-link {
    padding: 25px 0 0;

    border-top: 1px solid #454545;
}

.footer-link .f-l-con {
    line-height: 30px;

    display: none;

    margin-top: 10px;

    color: #999;
}

.footer-link .f-l-con em {
    padding: 0 5px;
}



.f-contact {
    width: 1200px;
    height: 140px;
    margin: 23px auto 0;

    border: 1px solid #464646;
}

.f-contact ul:after {
    display: table;
    clear: both;

    content: '';
}

.f-contact ul li {
    float: left;

    width: 140px;
    height: 100px;
    margin: 10px 0;
    padding: 10px 20px;

    border-right: 1px solid #464646;
}

.f-contact ul li a {
    float: left;

    color: #fff;
}

.f-contact ul .soho {
    width: 138px;
}

.f-contact ul .soho p {
    display: block;

    margin-top: 8px;

    text-align: center;
}

.f-contact ul .weibo {
    width: 176px;
}

.f-contact ul .weibo .info_wrap {
    position: relative;

    float: left;

    width: 65px;
    height: 100px;
    margin: -3px 0 0 10px;

    text-align: left;
}

.f-contact ul .weibo .s-img {
    margin: 3px 0 0 2px;
}

.f-contact ul .weibo .w-gz {
    line-height: 25px;

    position: absolute;
    bottom: 0;
    left: 0;

    display: inline-block;

    width: 60px;
    height: 25px;

    text-align: center;

    color: #fff;
    background: #da0000;
}

.f-contact ul .weibo .w-gz:hover {
    text-decoration: none;
}



.f-contact ul .weixin {
    width: 200px;

    border-right: none;
}

.f-contact ul .weixin img {
    float: left;
}

.f-contact ul .weixin .info_wrap {
    line-height: 19px;

    float: left;

    width: 80px;
    margin-left: 10px;

    text-align: left;
    word-wrap: break-word;
    word-break: break-all;

    color: #fff;
}

.f-wap {
    width: 310px;
    margin: 35px auto 25px;
}

.f-wap ul {
    margin-top: 24px;
}

.f-wap ul:after {
    display: table;
    clear: both;

    content: '';
}

.f-wap ul li {
    float: left;

    margin: 0 1px;
}

.f-wap ul li a {
    display: block;
    float: left;

    color: #999;
}

.f-wap ul li span {
    line-height: 20px;

    display: block;
    float: left;

    margin-left: 10px;

    text-align: left;
}

.f-wap ul .f_icon1 {
    width: 61px;
}

.f-wap ul .f_icon2 {
    width: 121px;
}

.f-wap ul .f_icon3 {
    width: 120px;
}



.h-footer .foot-copy {
    line-height: 30px;

    margin: 15px 0;

    text-align: center;

    color: #777;
}

.h-footer .foot-copy em {
    padding: 0 5px;
}





.footer-tag a.current,
.footer-tag a:hover {
    font-weight: bold;

    text-decoration: none;

    color: #fff;
    background: url(../images/f_link.png) left bottom no-repeat;
}



.footer-tag .f-line {
    display: inline-block;

    width: 1px;
    height: 16px;
    margin: 0 20px;

    color: #616161;
}

.footer-tag a {
    font-size: 14px;

    display: inline-block;

    width: 60px;
    height: 35px;

    color: #999;
}

/*droplist*/



body .drop-data {
    z-index: 9999;

    display: none;

    border: 1px solid #fcb07d;
    background: #fff;
}



body .drop-data li {
    line-height: 24px;

    overflow: hidden;

    height: 24px;
    padding: 0 5px;

    cursor: pointer;

    color: #333;
}



body .drop-data .act {
    background: #f9a369;
}



/*loading*/



.count08 {
    display: inline;

    padding: 0 3px;

    vertical-align: top;

    background: url(../images/ico_loading.gif) 0 0 no-repeat;
}



/*search*/



.n-search {
    font-size: 0;

    overflow: hidden;

    *zoom: 1;
}



.n-search .txt {
    line-height: 30px;

    float: left;
    overflow: hidden;

    width: 82%;
    height: 30px;

    text-indent: 25px;

    color: #999;
    border: 1px solid #ccc;
    border-right: none;
    border-radius: 3px 0 0 3px;
    background: #fff url(../images/fdj.png) 8px no-repeat;
}



.n-search .btn {
    line-height: 32px;

    position: relative;

    float: left;

    width: 18%;
    height: 32px;
    margin-left: -1px;

    color: #fff;
    border: none;
    border-radius: 0 3px 3px 0;
    background: #f60;

    _margin-left: -4px;
}



.n-search--small .txt {
    font-family: 'Microsoft yahei';
    line-height: 24px;

    width: 80%;
    height: 24px;
}



.n-search--small .btn {
    line-height: 26px;

    width: 20%;
    height: 26px;
}



.n-search--big .txt {
    line-height: 34px;

    width: 80%;
    height: 34px;

    background-position: 6px -179px;
}



.n-search--big .btn {
    line-height: 36px;

    width: 20%;
    height: 36px;
}



/*width height*/



.w20p {
    float: left;

    width: 20%;
}



.w25p {
    float: left;

    width: 25%;
}



.w30p {
    float: left;

    width: 33.33%;
}



.w50p {
    float: left;

    width: 50%;
}



.w230 {
    width: 230px;
}



.w240 {
    width: 240px;
}



.w250 {
    width: 250px;
}



.w270 {
    width: 270px;
}



.w300 {
    width: 300px;
}



.w400 {
    width: 400px;
}



.w475 {
    width: 475px;
}



.w495 {
    width: 495px;
}



.w520 {
    width: 520px;
}



.w720 {
    width: 720px;
}



/*pop*/



.pop {
    line-height: 30px;

    width: 400px;
    padding: 20px;
}



.pop dt {
    float: left;
    clear: both;

    margin-bottom: 15px;
}



.pop dd {
    margin-bottom: 15px;
    margin-left: 60px;
}



.pop .txt {
    font-family: Tahoma;
    line-height: 14px;

    height: 14px;
    padding: 7px 5px;

    border: 1px solid #ddd;
    border-radius: 3px;
}



.pop .textarea {
    height: 100px;

    text-align: left;

    border: 1px solid #ddd;
}



.pop .vcode {
    line-height: 27px;

    display: inline-block;

    height: 27px;
    padding: 0 5px;

    cursor: pointer;

    color: #6b6b6b;
    border: 1px solid #ddd;
    border: 1px solid #ddd;
    background: #ececec;
}



.pop .select {
    height: 30px;
}



.pop select {
    padding: 4px;

    border: 1px solid #ddd;
    border-radius: 3px;
}



.pop .btn {
    font-family: Microsoft yahei;
    line-height: 30px;

    width: 100px;
    height: 30px;

    cursor: pointer;

    color: #fff;
    border: none;
    border-radius: 3px;
    background: #f97822;
}



.pop .btn:hover {
    opacity: .8;

    filter: alpha(opacity=80);
}



.pop .graybtn {
    background: #ddd;
}











.pop .qqbnt,
.pop .wbbnt {
    font-family: 'icomoon';
    font-size: 24px;
    line-height: 30px;

    display: none;

    width: 30px;
    height: 30px;
    margin-left: 5px;
    padding: 0;

    text-align: center;
    vertical-align: top;

    color: #fff;
    border-radius: 2px;
    background: #64b7f6;
}



.pop a.wbbnt {
    background: #e35033;
}



.pop .qqbnt:hover,
.pop .wbbnt:hover {
    text-decoration: none;

    opacity: .9;
    color: #fff;

    filter: alpha(opacity=90);
}



/*validator*/







.validator .validator_message {
    font-size: 12px;
    line-height: 24px;

    position: absolute;
    z-index: 888;

    display: inline;

    height: 24px;
    margin-left: 10px;
    padding: 0 5px 0 20px;

    vertical-align: top;
    vertical-align: -1px;
    white-space: nowrap;

    color: #666;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    background: url(../images/validator.png?20140225) no-repeat scroll -25px -75px;
}



.validator .validator_message:before,
.validator .validator_message:after {
    font-family: 'icomoon';
    font-size: 20px;
    line-height: 1;

    position: absolute;
    top: 50%;
    left: -7px;

    overflow: hidden;

    margin-top: -10px;

    content: '\f0dd';

    color: #b9e3ff;

    speak: none;
}



.validator .validator_message:after {
    left: -5px;

    color: #f3fbff;
}



.validator .init {
    border: 1px solid #b9e3ff;
    background-color: #f3fbff;
    background-position: 1px 3px;
}



.validator .focus {
    border: 1px solid #b9e3ff; 
    background-color: #f3fbff;
    background-position: 1px 3px;
}







.validator .wait {
    border: 1px solid #b9e3ff; 
    background-color: #f3fbff;
    background-position: 1px 3px;
}



.validator .wait:before {
    color: #b9e3ff;
}



.validator .wait:after {
    color: #f3fbff;
}







.validator .warn {
    border: 1px solid #ffc7c7;
    background-color: #ffecec;
    background-position: 1px -33px;
}



.validator .warn:before {
    color: #ffc7c7;
}



.validator .warn:after {
    color: #ffecec;
}







.validator .error {
    border-color: #ffc7c7; 
    background-color: #ffecec;
    background-position: 1px -70px;
}



.validator .error:before {
    color: #ffc7c7;
}



.validator .error:after {
    color: #ffecec;
}







.validator .pass {
    background-position: 1px -112px;
}



.validator .pass:before,
.validator .pass:after {
    content: '';
}











.colordlg {
    line-height: 160%;

    width: 100px; 
    padding: 2px;

    border: 2px dashed #749f4d;
    background-color: #f0faeb;
}



.mysource,
.myauthor,
.mykeyword {
    line-height: 160%;

    z-index: 10001; 

    width: 300px;
    padding: 2px;

    border: 5px solid #107abf;
    background-color: #f7f9fc;
}



.coolbg4 {
    line-height: 24px;

    height: 24px;
    padding-right: 10px;

    cursor: move; 
    text-align: right;

    border-bottom: 1px solid #c9cfc1;
    background-color: #e5f4fd;
}



.wsselect {
    overflow: auto; 

    height: 80px;
    padding: 5px;

    text-align: left;
}



.wsselect a {
    color: #5c93b7;
}







/*å‘é€åˆ°æ‰‹æœº*/



.popphone_info {
    line-height: 22px;

    position: relative;

    padding: 5px 10px 5px 25px;

    text-align: left;

    border: 1px solid #ecdd74;
    background: #fffef7

    *zoom: 1;
}



.popphone_info .ico08 {
    position: absolute;
    top: 4px;
    left: 8px;

    color: #f97822;
}



/*æ‰«ä¸€æ‰&#65533;*/



.qrcode-info {
    position: fixed;
    z-index: 999;
    top: 74px;

    width: 118px;
    margin-left: 1250px;

    text-align: center;

    border: 1px solid #ddd;
    border-top: 0;
    background: #fafafa;

    _position: absolute;
    _top: expression(documentElement.scrollTop+100);
}



.qrcode-info em,
.qrcode-info img,
.qrcode-info span {
    display: inline-block;
}



.qrcode-info em {
    position: relative;

    padding-top: 5px;

    border-top: 1px solid #ddd;
    border-top: 1px solid #ddd;
}



.qrcode-info span {
    line-height: 26px;

    overflow: hidden;

    height: 26px;

    color: #666;
}



.qrcode-info a {
    font-size: 12px;
    line-height: 18px;

    position: absolute;
    top: -19px;
    right: -1px;

    width: 18px;
    height: 18px;

    cursor: pointer;

    color: #bbb;
}



.qrcode-info a:hover {
    text-decoration: none;

    color: #327acf;
}



/*2015-04-21zyl*/



/*top*/

.z-dq li {
    float: left;
}

.z-dq li a {
    padding: 0 5px;

    color: #332c2b;
}

.z-dq li span {
    font-weight: bold;

    color: #da0000
}

.z-dq li span.spn_ch {
    color: #332c2b
}



.z-tel {
    float: right;
}

.z-tel span,
.z-tel a {
    display: block;
    float: left;
}

.z-tel span {
    padding-right: 15px;
}

.z-tel a {
    width: 20px;
    height: 35px;
    margin-right: 3px;

    background-image: url(../images/wdw.jpg);
    background-repeat: no-repeat;
}

.z-tel a.z-weibo {
    background-position: 0 center
}

.z-tel a.z-tx {
    background-position: -23px center
}

.z-tel a.z-weixin {
    background-position: -45px center
}



/*éƒŠåŽ¿ä¸‹æ‹‰*/

.fm-county {
    float: left;

    width: 70px;
    margin-top: 35px;
    margin-left: 20px;
    padding: 0 0 0 20px;

    border-left: 1px solid #ebebeb;
}

.fm-county span {
    font-size: 20px;
    font-weight: bold;
    font-weight: bold

    display: block;

    color: #da0000;
}

.fm-county .hover b {
    position: relative;
    z-index: 100;

    cursor: pointer;

    background-color: #fff;
}

.qy-area li {
    position: relative;
    z-index: 102
}

.qy-area li b {
    font-weight: normal
}

.qy-area li .items {
    position: absolute;
    z-index: 1
    top: 19px;
    left: -3px;

    display: none;

    width: 50px;

    background: #fff;
    -webkit-box-shadow: 0 0 10px #ddd;
       -moz-box-shadow: 0 0 10px #ddd;
            box-shadow: 0 0 10px #ddd;
}
.qy-area li .items a {
    display: block;

    text-align: center;
}

.qy-area li.hover .items {
    display: block;

    padding: 5px;
}



.bread-entry {
    padding-top: 15px;
}
.bread-entry .ls {
    color: #da0000
}



.w660 {
    width: 660px;
}

.header-none {
    display: none;
}
.header-static {
    position: relative;
}
.header-animation {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;

    display: block;

    width: 100%;

    -webkit-animation: fadeInDown 1s .2s ease both;
       -moz-animation: fadeInDown 1s .2s ease both;
            animation: fadeInDown 1s .2s ease both;

    background: url(../image/header-bg.png);
}


@-webkit-keyframes fadeInDown {
    0% {
        -webkit-transform: translateY(-20px);

        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);

        opacity: 1;
    }
}

@-moz-keyframes fadeInDown {
    0% {
        -moz-transform: translateY(-20px);

        opacity: 0;
    }

    100% {
        -moz-transform: translateY(0);

        opacity: 1;
    }
}

@keyframes fadeInDown {
    0% {
        -moz-transform: translateY(-20px);

        opacity: 0;
    }

    100% {
        -moz-transform: translateY(0);

        opacity: 1;
    }
}



.header-animation .header-search {
    border: 1px solid #fff;
}

.header-animation .header-search button {
    background: url(../image/search-img-white.png) no-repeat center;
}

.header-animation .header-search input {
    color: #fff;
}

.header-animation .search-dropdown .selected {
    background: url(../image/search-arrow-white.png) no-repeat right center;
}

.header-animation .search-dropdown .selected span {
    color: #fff;
}

.header-animation .search-dropdown ul {
    border: 1px solid #fff;
    border-top: 1px solid #333;
    background: url(../image/header-bg.png) no-repeat left 14px;
}

.header-animation .search-dropdown ul li a {
    color: #fff;
}

#area1_path .ls,
.lpcon-bread-items .ls,
.jgcrumbs .ls {
    font-size: 14px;

    color: #da0000;
}
 
