/*-reset-*/
html,body,div,h1,h2,h3,h4,h5,h6,p,span,em,a,img,ul,li,ol,form,button,input,textarea,dl,dt,dd,iframe {
    margin: 0;
    padding: 0;
}

body {
    text-align: left;
    font: 14px/1.5 "\5FAE\8F6F\96C5\9ED1","\5B8B\4F53","Verdana",sans-serif;
    color: #888;
}

a {
    cursor: pointer;
    color: #000;
    text-decoration: none;
    outline: 0 none;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}

a:hover,a:focus {
    text-decoration: none;
    color: #CD2407;
}

h1,h2,h3,h4,h5,h6,em {
    font-size: 14px;
    font-weight: normal;
}

h2 {
    color: #000;
}

ol,ul {
    list-style: none;
}

em {
    font-style: normal;
}

.clear {
    clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}/*.clearfix{zoom:1;}*/

.container {
    position: relative;
    margin: 0 auto;
    padding-bottom: 160px;
    width: 960px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt1 {
    margin-top: 1px;
}

body {
    background: url("../img/dd6e3f7f4edb1564.jpg") repeat;
    background-size: cover;
    background-attachment: fixed;
}

body.index {
    margin-top: 200px;
    background-color: #18758d;
}
/*-header-*/
.logo {
    margin: 0 auto;
    width: 150px;
}

/*-nav-*/
.nav {
    margin-top: 50px;
}

.nav_menu {
    border-radius: 3px;
    box-shadow: 0 8px 3px rgba(0,0,0,.3);
    width: 960px;
    overflow: hidden;
}

.nav_menu li {
    background: #fff;
    width: 159px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #FF5E52;
    border-left: 1px solid #e6e6e6;
    float: left;
    text-align: center;
    text-shadow: 1px 1px 1px #f5f5f5;
    border-bottom: 1px solid #e6e6e6;
}

.nav_menu li a {
    display: inline-block;
    width: 155px;
    color: #18758d;
}

.nav_menu li a:hover {
    background-color: #000;
    color: #FF0033;
    text-decoration: none;
    text-shadow: 1px 1px 1px #000;
}

.nav_menu .active {
    background: #a5160f;
    width: 124px;
    border-left: none;
}

.btcont {
    width: 126px;
    height: 40px;
    font-size: 16px;
    font-family: microsoft yahei;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
    background: #2783e0;
    z-index: 500;
    margin: 0 0 10px 1px;
    border-radius: 4px;
}

.btcont {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
} 
/*-footer-*/
.footer {
    position: absolute;
    margin-left: -78px;
    left: 50%;
    bottom: 0;
    height: 60px;
    line-height: 60px;
}