a {
    font-family: "微软雅黑", Verdana, arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
}



a:link {
    color: #666;
}



a:visited {
    color: #666;
}



a:hover {
    /* background-color: #8ec182; */
    color:#e9612f;
}



a:active {
    /* background-color: #8ec182; */
    color:#e9612f;
}







/*去掉链接（包括图片链接）的虚线边框*/



a, area {
    blr: expression(this.onFocus=this.blur())
}

/* for IE */



:focus {
    outline: none;
}

/* for Firefox */







body {
    background: url(../images/bg.jpg) no-repeat;
    text-align: left;
    margin: 0;
    color: #666;
    line-height: 22px;
    position: relative;
    width: 100%;
    z-index: 1;
    -webkit-text-size-adjust: none;
}



div, ul, dl, dt, dd {
    margin: 0;
    padding: 0;
    list-style: none;
}



body, td, input, select, textarea {
    font-family: "微软雅黑", Verdana, arial, Helvetica, sans-serif;
    font-size: 14px;
}



img {
    border: 0;
}



form {
    margin: 0;
    padding: 0;
}



input, select {
    vertical-align: middle;
}



p {
    margin: 0;
    padding: 0;
}



hr {
    border-top: #e1e1e1 1px solid;
    border-bottom: #fff 1px solid;
    background: none;
    border-left: none;
    border-right: none
}



* {
    -webkit-text-size-adjust: none;
}

/*解决webkit内核浏览器强制最小字体*/



h1, h2, h3, h4 {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    color: #333;
}



/*css3过渡效果*/



a, li, p, div {
    transition: background-color 0.4s, color 0.3s;
    -webkit-transition: background-color 0.4s, color 0.3s;
    -moz-transition: background-color 0.4s, color 0.3s;
    -o-transition: background-color 0.4s, color 0.3s;
}



button {
    border: 0px;
    margin: 0px;
    padding: 0px;
    background: #ea4f5f;
    cursor: pointer;
}







/*公共*/



.blank {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
    margin: 0;
    padding: 0;
    z-index: 1
}



.hide {
    display: none;
}



.textCenter {
    text-align: center;
}



.globalBox {
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    *width: expression(this.offsetWidth > 1440 ? '1440px': true);
    clear: both;
}



.globalWidth {
    position: relative;
    z-index: 10;
    width: 1000px;
    margin: 0 auto;
    text-align: left;
    clear: both;
}



.floatL {
    float: left;
}



.floatR {
    float: right;
}







/*---头部---*/

.trip-navWrap {
    width: 100%;
    z-index: 1000;
    top: 0;
    position: fixed;
}

/*.fixtop{ position:fixed; top:0px; z-index:90; _position:absolute; _top:expression(documentElement.scrollTop + "px");}*/



.fixside {
    position: fixed;
    top: 80px;
    left: 50%;
    margin-left: 440px;
    z-index: 80;
    _position: absolute;
    _top: expression(documentElement.scrollTop + "px");
}



#header {
    width: 100%;
    height: 141px;
    background: url(../images/headbg.png) repeat-x;
    z-index: 999;
}



.head {
    width: 1300px;
    height: 90px;
    margin: auto;
    padding-top: 30px;
    z-index: 1000;
    position: relative;
}



.head .logo {
    width: 296px;
    margin-top: 15px;
}



#nav {
    width: 930px;
    height: 76px;
    margin: 24px 0px 0px auto;
    color: #555;
    display: block;
}



#nav li {
    width: 125px;
    height: 76px;
    text-align: center;
    display: inline-block;
    float: left;
    position: relative;
    z-index: 105;
}



#nav li a {
    height: 76px;
    font-size: 16px;
    color: #fff;
    display: block;
    padding-top: 10px;
    font-weight: bold
}

#nav li a span {
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    padding-top: 9px;
    font-family: "Microsoft Yahei", "simsun";
    font-weight: normal
}
#nav li:last-child {
    width: 165px;
}
#nav li:last-child a {
    font-size: 20px;
    padding-top: 8px;
}
#nav li:last-child a span {
    font-weight: bold;
    font-size: 22px;
    color: #fecb00;
}


#nav li a:hover {
    /* background: url(../images/hov.png) center top no-repeat; */
    color: #fecb00;
    text-shadow: none;
}

#nav li a.nc1 {
    /* background: url(../images/hov.png) center top no-repeat; */
    color: #fecb00;
    text-shadow: none;
}

#nav li:last-child a:hover {
    /* background: url(../images/hov2.png) center top no-repeat; */
    color: #fecb00
}

#nav li:last-child a.nc1 {
    /* background: url(../images/hov2.png) center top no-repeat; */
    color: #fecb00
}





#nav .tli p {
    position: absolute;
    z-index: 100;
    left: 0px;
    top: 76px;
    margin: 0;
    padding: 23px 10px;
    white-space: nowrap;
    display: none;
}



#nav .tli p.rightSide {
    left: auto;
    right: 0px;
}



/*



#nav .tli p#pright { right:-300px;}



*/



#nav .tli p a, #nav .tli.active p a {
    display: inline-block;
    padding: 0px 20px 0px 20px;
    font-size: 16px;
    color: #2c2624;
    border-right: 1px solid #675855;
    line-height: 18px;
    font-weight: bold;
    height: 20px
}



#nav .tli p a:hover {
    color: #d00000;
    background: none
}







/*



#nav .tli p{ min-width:56px; position:absolute; z-index:10000; left:-1px; top:36px; margin:0; padding:12px 22px; white-space:nowrap; display:none; background:#a86e2f; color:#fff;}



#nav .tli p.fldown { left:-30px; }



#nav .tli p a,#nav .tli.active p a{ display:block; padding:3px 0px; font-size:13px; color:#fff; line-height:22px; text-align:left; }



#nav .tli p a:hover { color:#ddd; }



*/



.lan {
    width: 29px;
    height: 29px;
    margin-top: 50px;
    text-align: right;
    color: #a1a1a1;
    float: right;
}



.lan a {
    width: 28px;
    height: 25px;
    display: inline-block;
    color: #675855;
    border: 1px solid #eee;
    line-height: 25px;
    font-size: 12px;
    text-align: center;
    padding-top: 4px;
    border-radius: 20px;
}



.lan a:hover {
    border: 1px solid #f3d573;
}







#subMenu_bg {
    position: absolute;
    left: 0;
    top: 141px;
    z-index: 2;
    width: 100%;
    min-height: 70px;
    /* background: url(../images/navsbg.png) repeat; */
    display: none;
    z-index: 999;
}



#subMenu_bg div {
    width: 100%;
    text-align: center;
    position: relative;
    top: 72px;
}











/*---底部---*/



#footer {
    width: 100%;
    margin-top: -20px;
    padding: 25px 0px 15px;
    background: url(../images/footbg.png) top center no-repeat;
    text-align: center;
}



.wrap1 {
    width: 1200px;
    margin: 0 auto
}



.foot-left {
    width: 32%;
    background: url(../images/foot_xian.png) no-repeat right;
    /* height: 130px; */
}



.foot-logo {
    margin-left: 50px;
    /* margin-top: 20px; */
}

.foot-logo a:hover{
    background: transparent;
}



.foot-center {
    width: 32%;
    color: #fff;
    margin-left: 7%;
    line-height: 28px;
    margin-top: 7px;
}



.foot-center span {
    padding-right: 10px;
}

.foot-center a {
    color: #fff
}





.foot-right {
    width: 28%;
    height: 130px;
    background: url(../images/foot_xian.png) no-repeat left;
}



.foot-ewm {
    margin-top: 15px;
}



.foot-link {
    width: 120px;
    margin-top: 10px;
}



.foot-link dl {
    line-height: 24px;
    padding-left: 30px;
    background-image: url(../images/foot_ico.png);
    background-repeat: no-repeat;
    color: #bea081;
    margin-bottom: 15px;
}

.foot-link dl a:hover{
    background-color: transparent;
    text-shadow: none;
}

.foot-link dl.fl_01 {
    background-position: 0px 0px;
}



.foot-link dl.fl_02 {
    background-position: 0px -41px;
}



.foot-link dl.fl_03 {
    background-position: 0px -80px;
}



.wxewm-img {
    padding: 5px;
    background: #fff;
    border: 1px solid #ddd;
}







.footblock {
    width: 1200px;
    margin: auto;
    line-height: 24px;
    color: #b9b9b9;
    font-size: 12px;
}



.footblock a {
    font-size: 12px;
    color: #eee;
}


.footblock a:hover {
    color: #a86e2f;
}


@media screen and (max-width:1280px) {

    .head {
        width: 1000px;
    }

    .head .logo {
        width: 120px;
        margin-top: 18px;
    }

    .head .logo img {
        width: 120px;
    }

    #nav {
        width: 880px;
    }

    #nav li {
        width: 115px;
    }

    #nav .tli p#pright {
        right: -270px;
    }

    .footblock {
        width: 1000px;
    }

}