/*reset-------------------------------*/

html {
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}

body {
    margin: 0;
    background-color: #f7f7f7;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    color: #000;
    text-decoration: none;
}

p {
    margin: 0;
}

input,
label,
textarea,
button {
    font-family: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}


/*public style-----------------------*/

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.clearfix:after {
    display: table;
    content: "";
    clear: both;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    font-size: 16px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: none;
    border-radius: 4px;
    outline: none;
    color: #333;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-danger {
    color: #fff;
    background-color: #d91404;
}

.btn-danger:hover {
    background-color: #f03b2c;
}

.btn-danger:active {
    background-color: #ec1605;
}

.btn-border-danger {
    background-color: transparent;
    color: #d91404;
    border: 1px solid #d91404;
}

.btn-border-danger:hover {
    color: #f03b2c;
    border: 1px solid #f03b2c;
}

.btn-border-danger:active {
    color: #d91404;
    border: 1px solid #d91404;
}

.btn-success {
    color: #fff;
    background-color: #54cb00;
}

.btn-success:hover {
    background-color: #6ce019;
}

.btn-success:active {
    background-color: #4bb302;
}

.btn-disabled {
    color: #fff;
    background-color: gray;
}

.wrapper {
    /*width: 80%;
min-width: 1200px;
*/
    width: 1200px;
    margin: auto;
}

.full-wrapper {
    width: 100%;
    margin: auto;
}

.nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    overflow: hidden;
    z-index: 1;
    background-color: #fff;
    transition: background-color 700ms ease;
}

.logo-box {
    height: 100%;
    margin-left: 20px;
}

.nav-logo {
    display: inline-block;
    width: 167px;
    height: 100%;
    line-height: 60px;
}

.nav-logo img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.nav-box {
    display: inline-block;
    height: 100%;
    margin-right: 25px;
    color: #000;
}

.nav-box li {
    display: inline-block;
    height: 55px;
    line-height: 55px;
    margin: 0 5px;
    transition: border-color 700ms ease;
}

.nav-box li.active {
    border-top: 5px solid #d91404;
}

.nav-box a {
    display: inline-block;
    height: 100%;
    padding: 0 10px;
    color: #000;
    transition: color 700ms ease;
    cursor: pointer;
}

.sign-box {
    display: inline-block;
    /*width: 185px;*/
    margin-right: 25;
    font-weight: 700;
}

.sign-box a {
    display: none;
    line-height: 55px;
    padding: 5px 10px 0 10px;
    margin: 0 10px;
    color: #000;
    border-radius: 0;
    vertical-align: baseline;
    transition: color 700ms ease;
}

.sign-box .active {
    color: #fff !important;
    background-color: rgb(217, 20, 4);
}

.sign-box .login-btn {
    display: none;
}

.sign-box .center-btn {
    display: none;
}

.footer {
    padding-top: 80px;
    background-color: #fff;
}

.company-info {
    float: left;
    margin-right: 140px;
}

.footer .logo {
    margin-bottom: 10px;
}

.footer .company-info-item {
    margin-bottom: 10px;
    font-size: 12px;
    color: #282828;
}

.footer .links-box {
    float: left;
    margin-right: 40px;
    font-size: 14px;
    color: #282828;
}

.footer .links-type {
    font-size: 14px;
    margin-bottom: 30px;
}

.footer .links-list {
    width: 180px;
}

.footer .links-list1 {
    width: 90px;
}

.footer .links-list li {
    float: left;
    display: inline-block;
    width: 50%;
    margin-bottom: 7px;
    text-align: left;
}

.footer .links-list.learn li {
    width: 100%;
}

.footer .links-list.friend li {
    width: 100%;
}

.footer-code {
    width: 110px;
    height: 110px;
    overflow: hidden;
}

.footer-code img {
    position: relative;
    width: 132px;
    height: 132px;
    top: -7px;
    left: -11px;
}

.footer .station {
    margin-top: 70px;
    text-align: center;
}

.footer .station img {
    /*width: 100%;
height: auto;
*/
}

.footer .copy-right {
    margin-top: 15px;
    color: #666;
    text-align: center;
    font-size: 14px;
    padding-bottom: 100px;
}
