@charset "utf-8";
html {
    line-height: 1.15; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

body {
    margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
figcaption,
figure,
main { /* 1 */
    display: block;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

a {
    background-color: transparent; /* 1 */
    -webkit-text-decoration-skip: objects; /* 2 */
}

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

button,
input { /* 1 */
    overflow: visible;
}

button,
select { /* 1 */
    text-transform: none;
}

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
    -webkit-appearance: button; /* 2 */
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}


legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

progress {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}


[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

details, /* 1 */
menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}


/* CSS Document */
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img, input, button, div {
    margin: 0;
    padding: 0;
}
body {
    font: 14px/1.5 Microsoft YaHei,"Tahoma","SimSun","宋体";
 /*   background: #f4f6f8;*/
    background: #f4f6f8;
    min-height: 100%;
    height: 100%;
}
html,body{
    width: 100%;
    min-height:100%;
}
ul, li {
    list-style: none;
}
fieldset, img, input, button {
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none;
}
button, input, select, textarea {
    font-size: 100%;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
}
select, input {
    vertical-align: middle;
}
select, input, textarea {
    font-size: 12px;
    margin: 0;
}
button, input, optgroup, select, textarea{
    margin: 0;
    font: inherit;
    color: inherit;
}
button {
    overflow: visible;
}
button, select {
    text-transform: none;
}
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
img {
    border:0;
  
}
s, i, em {
    font-style: normal;
    text-decoration: none;
}
em {
    font-style: normal
}
a {
    color:#545a5f;
    text-decoration: none;
    transition: 0.1s;
    outline: none;
}
a:active {
    star: expression(this.onFocus=this.blur());
}
a:hover {
    text-decoration: none;
    outline: 0;
   /* color: #39a030;*/
}
:focus {
    outline: 0;
}
/*公共类*/
.h {
    width: 100%;
}
.w {
    width: 1200px;
    margin: 0 auto;
}
.r{
    font-size: 0;
    letter-spacing: -5px;
    word-spacing: 0;
    *letter-spacing: normal; /* IE < 8 重置 */
    -webkit-text-size-adjust:none;
}

.c{
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    letter-spacing: normal;
    word-spacing: normal;
    *display: inline;
    *zoom: 1;
}
/*清除浮动*/
.clearfix::before,
.clearfix::after{
    content:".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
    clear: both;
}

/*header*/
.header {
    width: 100%;
    background: #FFFFFF;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    z-index: 10000;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.nav {
    width: 1200px;
    height: 80px;
    margin: 0 auto;
}

.nav .logo {
    width: 240px;
    height: 80px;
    line-height: 80px;
    text-align: left;
}
.nav .logo>a{
    display: inline-block;
    width: 140px;
    height: 80px;
}
.nav .logo>a>img{
    width: 140px;
}

.nav li {
    height: 80px;
    line-height: 80px;
}
.nav .menu {
    float: right;
    height: 80px;
    line-height: 80px;
}
.nav .menu ul>li>a {
    display: block;
    padding: 0 36px;
    font-size: 18px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.nav .menu ul>li>a:hover {
    color: #333;
}
.nav .menu .login{
    margin-left: 80px;
}
.nav .menu .login>p{
    padding: 0 6px;
}
.nav .menu .login .login-inon{
    font-size: 20px;
    color: #545a5f;
    padding-right: 5px;
}
.nav .menu .login .every-inon{
    font-size: 20px;
    color: #545a5f;
    position: relative;
    left: 8px;
}

.nav .menu .login a{
    font-size: 18px;
}

.nav .menu .login a:hover {
    color: #333;
}





/*footer*/
#footer {
    background-color: #2E2E2E;
    padding:35px 0;
    color: #fff;
}

.footer-content {
    margin: 0 auto;
}

.footer-content > div > p:first-child {
    margin-bottom: 15px;
    text-transform: uppercase;
}

.subscribe-form {
    position: relative;
}

.subscribe.form-control {
    background-color: transparent;
    border: 1px solid #7f7f7f;
}

.subscribe.form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.submit-icon {
    background-color: #7f7f7f;
    border: 0 none;
    border-radius: 0;
    color: #c1c1c1;
    padding: 13px 20px;
    position: absolute;
    overflow: hidden;
    right: 0;
    top: 0;
}

.submit-icon .fa-paper-plane {
    position: relative;
    top: 0;

    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);

    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.2s;
}

.submit-icon:hover .fa-paper-plane {
    position: relative;
    top: -37px;

    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
    transform: translateX(30px);
}

.footer-content .footer-social {
    margin: 40px 0 35px;
}

.footer-social ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.footer-social ul li {
    display: inline-block;
    margin: 0 10px;
}

.footer-social ul li a {
    color: #7f7f7f;
    display: block;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.footer-social ul li a:hover {
    color: #009EE3;
}

.footer-content > p {
    color: #ababab;
    font-size: 12px;
}

 .dropdown{
    position: relative;
}
 .loginContainer{
    position: relative;
}
 .loginContainer > li > a {
    font-size: 14px;
    margin-right: 13px;
    transition: background-color .2s;
}
 .user-publish{
    padding-left:6px !important;
}
 .user-publish>a{
    border-radius: 2px;
    font-size: 16px !important;
    padding: 2px 6px !important;
}
.dropdown .user-message{
    width: 25px;
    position: absolute;
    left:0;
    top: 2px;
}
.dropdown .user-message>a>i{
    font-size: 22px;
    vertical-align: middle;
    color: #999;
    transition: color .3s cubic-bezier(.25,.1,.25,1);
}
.dropdown .user-message>a>i:hover{
    color: #666;
}
.user-portrait>a{
    padding: 0 !important;
}
.user-portrait>a>img{
    display: inline-block;
    vertical-align: middle;
    width: 36px;
    height: 36px;
    border: 1px solid #aaa;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.drop-inon{
    font-size: 20px;
    padding-left: 5px;
    padding-top: 5px;
}
.dropdown-menu{
    position: absolute;
    top: 100%;
    left: 56px;
    z-index: 1000;
    display:none;
    float: left;
    min-width: 100px;
    padding: 20px 5px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.dropdown-menu>li{
    text-align: center;
    height: auto;
    padding: 10px 0;
}

.dropdown-menu>li>a{
    padding: 5px 2px !important;
    font-size: 16px !important;
}


/*登录框结束*/

.box{
    display: none;
    border-radius: 4px;
}
.box .inner{
    position: relative;
    width: 315px;
    margin: 25px auto 0;
}
.inner  .line {
    width: 315px;
    margin-bottom: -1px;
    overflow: hidden;
    margin-bottom: 16px;
}
.inner .line .login-name{
    position: absolute;
    top: 6px;
    left: 5px;
    font-size: 22px;
    color: #999;

}
.inner .line .login-password{
    position: absolute;
    top: 57px;
    left: 5px;
    font-size: 22px;
    color: #A2A2A2;
}
.inner .line .login-forgot{
    position: absolute;
    top: 62px;
    right: 12px;
    color: #999;
    font-size: 14px;
}
.inner .line .login-forgot:hover{
    color: #ffdc0b;
}
.line input{
    width: 314px;
    padding: 8px 8px 8px 30px;
    border-radius: 3px;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    line-height: 20px;
    outline: 0;
    -webkit-appearance: none;
    appearance: none;
    -webkit-transition: border .2s ease;
    transition: border .2s ease;
}
.line input:hover {
    border: 1px solid #D1D1D1;
}
.line .confirm {
    width: 308px;
    margin-top: 15px;
    border-color: #dcbd00;
    background-color: #ffdc0b;
    color: #000;
    font-size: 15px;
    cursor: pointer;
    height: 40px;
    line-height:16px;
    padding-left: 5px;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.line .confirm:hover{
    border-color: #ffdc0b;
    background-color: #ffdc0b;
}

/*注册框结束*/

.regis-box{
    display: none;
    border-radius: 4px;
}
.regis-box .inner{
    position: relative;
    width: 315px;
    margin: 25px auto 0;
}
.input-addon {
    width: 176px !important;
    display: inline-block;
}
 .input-addon-button {
    width: 121px !important;
     padding: 8px 8px 8px 8px !important;
    text-align: center;
    border: 1px solid #ddd;
    margin-left: 15px;
    position: relative;
    right: 0;
    top: 0;
    color: #6c6c6c;
    cursor: pointer;
}



.back-box{
    display: none;
    border-radius: 4px;
}
.back-box .inner{
    position: relative;
    width: 315px;
    margin: 25px auto 0;
}
.input-addon {
    width: 176px !important;
    display: inline-block;
}
.input-addon-button {
    width: 121px !important;
    padding: 8px 8px 8px 8px !important;
    text-align: center;
    border: 1px solid #ddd;
    margin-left: 15px;
    position: relative;
    right: 0;
    top: 0;
    color: #6c6c6c;
    cursor: pointer;
}