html {
    height: 100%;
}

body {
    font-family: Avenir, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    color: #000;
    height: 100%;
}

html,
body,
div,
span,
applet,
object,
h1,
h2,
h3,
h4,
h5,
h6,
iframe,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
ul,
li {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

ol,
ul,
li {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input {
    outline: 0;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
}

a {
    color: #fff;
    text-decoration: none
}


/* CSS link */

a:link {

}

a:visited {
}

a:focus {
    text-decoration: none !important;
}

a:hover {
    text-decoration: none !important;
}

a:active {
}

.d-inline-block {
    display: inline-block !important
}

/* CSS text */

h1 {
    font-size: 34px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 14px;
}

p {
    padding: 0px;
    margin: 0px;
}

.none {
    display: none;
}

.pr {
    position: relative;
}


/* width */

.w70 {
    width: 70px !important;
}


/*Floats*/

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.clearthis {
    clear: both;
}

a img,
:link img,
:visited img {
    border: none;
}

img {
    vertical-align: middle
}

.f19 {
    font-size: 19px !important;
}

.fb {
    font-weight: bold;
}

.m-xxs {
    margin: 2px 4px;
}

.m-xs {
    margin: 5px;
}

.m-sm {
    margin: 10px;
}

.m {
    margin: 15px;
}

.m-md {
    margin: 20px;
}

.m-lg {
    margin: 30px;
}

.m-xl {
    margin: 50px;
}

.m-n {
    margin: 0 !important;
}

.m-l-none {
    margin-left: 0 !important;
}

.m-l-xs {
    margin-left: 5px;
}

.m-l-sm {
    margin-left: 10px;
}

.m-l {
    margin-left: 15px;
}

.m-l-md {
    margin-left: 20px;
}

.m-l-lg {
    margin-left: 30px;
}

.m-l-xl {
    margin-left: 40px;
}

.m-l-xxl {
    margin-left: 50px;
}

.m-l-n-xxs {
    margin-left: -1px;
}

.m-l-n-xs {
    margin-left: -5px;
}

.m-l-n-sm {
    margin-left: -10px;
}

.m-l-n {
    margin-left: -15px;
}

.m-l-n-md {
    margin-left: -20px;
}

.m-l-n-lg {
    margin-left: -30px;
}

.m-l-n-xl {
    margin-left: -40px;
}

.m-l-n-xxl {
    margin-left: -50px;
}

.m-t-none {
    margin-top: 0 !important;
}

.m-t-xxs {
    margin-top: 1px;
}

.m-t-xs {
    margin-top: 5px;
}

.m-t-sm {
    margin-top: 10px;
}

.m-t {
    margin-top: 15px;
}

.m-t-md {
    margin-top: 20px;
}

.m-t-lg {
    margin-top: 30px;
}

.m-t-xl {
    margin-top: 40px;
}

.m-t-xxl {
    margin-top: 50px;
}

.m-t-0 {
    margin-top: 0px !important;
}

.m-t-n-xxs {
    margin-top: -1px;
}

.m-t-n-xs {
    margin-top: -5px;
}

.m-t-n-sm {
    margin-top: -10px;
}

.m-t-n {
    margin-top: -15px;
}

.m-t-n-md {
    margin-top: -20px;
}

.m-t-n-lg {
    margin-top: -30px;
}

.m-t-n-xl {
    margin-top: -40px;
}

.m-t-n-xxl {
    margin-top: -50px;
}

.m-r-none {
    margin-right: 0 !important;
}

.m-r-xxs {
    margin-right: 1px;
}

.m-r-xs {
    margin-right: 5px;
}

.m-r-sm {
    margin-right: 10px;
}

.m-r {
    margin-right: 15px;
}

.m-r-md {
    margin-right: 20px;
}

.m-r-lg {
    margin-right: 30px;
}

.m-r-xl {
    margin-right: 40px;
}

.m-r-xxl {
    margin-right: 50px;
}

.m-r-n-xxs {
    margin-right: -1px;
}

.m-r-n-xs {
    margin-right: -5px;
}

.m-r-n-sm {
    margin-right: -10px;
}

.m-r-n {
    margin-right: -15px;
}

.m-r-n-md {
    margin-right: -20px;
}

.m-r-n-lg {
    margin-right: -30px;
}

.m-r-n-xl {
    margin-right: -40px;
}

.m-r-n-xxl {
    margin-right: -50px;
}

.m-b-none {
    margin-bottom: 0 !important;
}

.m-b-xxs {
    margin-bottom: 1px;
}

.m-b-xs {
    margin-bottom: 5px;
}

.m-b-sm {
    margin-bottom: 10px;
}

.m-b {
    margin-bottom: 15px;
}

.m-b-md {
    margin-bottom: 20px;
}

.m-b-lg {
    margin-bottom: 30px;
}

.m-b-xl {
    margin-bottom: 40px;
}

.m-b-xxl {
    margin-bottom: 50px;
}

.m-b-n-xxs {
    margin-bottom: -1px;
}

.m-b-n-xs {
    margin-bottom: -5px;
}

.m-b-n-sm {
    margin-bottom: -10px;
}

.m-b-n {
    margin-bottom: -15px;
}

.m-b-n-md {
    margin-bottom: -20px;
}

.m-b-n-lg {
    margin-bottom: -30px;
}

.m-b-n-xl {
    margin-bottom: -40px;
}

.m-b-n-xxl {
    margin-bottom: -50px;
}

.p-xxs {
    padding: 2px 4px;
}

.p-xs {
    padding: 5px;
}

.p-sm {
    padding: 10px;
}

.p {
    padding: 15px;
}

.p-md {
    padding: 20px;
}

.p-lg {
    padding: 30px;
}

.p-xl {
    padding: 50px;
}

.p-n {
    padding: 0 !important;
}

.p-l-none {
    padding-left: 0 !important;
}

.p-l-xs {
    padding-left: 5px;
}

.p-l-sm {
    padding-left: 10px;
}

.p-l {
    padding-left: 15px;
}

.p-l-md {
    padding-left: 20px;
}

.p-l-lg {
    padding-left: 30px;
}

.p-l-xl {
    padding-left: 40px;
}

.p-l-xxl {
    padding-left: 50px;
}

.p-l-n-xxs {
    padding-left: -1px;
}

.p-l-n-xs {
    padding-left: -5px;
}

.p-l-n-sm {
    padding-left: -10px;
}

.p-l-n {
    padding-left: -15px;
}

.p-l-n-md {
    padding-left: -20px;
}

.p-l-n-lg {
    padding-left: -30px;
}

.p-l-n-xl {
    padding-left: -40px;
}

.p-l-n-xxl {
    padding-left: -50px;
}

.p-t-none {
    padding-top: 0 !important;
}

.p-t-xxs {
    padding-top: 1px;
}

.p-t-xs {
    padding-top: 5px;
}

.p-t-sm {
    padding-top: 10px;
}

.p-t {
    padding-top: 15px;
}

.p-t-md {
    padding-top: 20px;
}

.p-t-lg {
    padding-top: 30px;
}

.p-t-xl {
    padding-top: 40px;
}

.p-t-xxl {
    padding-top: 50px;
}

.p-t-n-xxs {
    padding-top: -1px;
}

.p-t-n-xs {
    padding-top: -5px;
}

.p-t-n-sm {
    padding-top: -10px;
}

.p-t-n {
    padding-top: -15px;
}

.p-t-n-md {
    padding-top: -20px;
}

.p-t-n-lg {
    padding-top: -30px;
}

.p-t-n-xl {
    padding-top: -40px;
}

.p-t-n-xxl {
    padding-top: -50px;
}

.p-r-none {
    padding-right: 0 !important;
}

.p-r-xxs {
    padding-right: 1px;
}

.p-r-xs {
    padding-right: 5px;
}

.p-r-sm {
    padding-right: 10px;
}

.p-r {
    padding-right: 15px;
}

.p-r-md {
    padding-right: 20px;
}

.p-r-lg {
    padding-right: 30px;
}

.p-r-xl {
    padding-right: 40px;
}

.p-r-xxl {
    padding-right: 50px;
}

.p-r-n-xxs {
    padding-right: -1px;
}

.p-r-n-xs {
    padding-right: -5px;
}

.p-r-n-sm {
    padding-right: -10px;
}

.p-r-n {
    padding-right: -15px;
}

.p-r-n-md {
    padding-right: -20px;
}

.p-r-n-lg {
    padding-right: -30px;
}

.p-r-n-xl {
    padding-right: -40px;
}

.p-r-n-xxl {
    padding-right: -50px;
}

.p-b-none {
    padding-bottom: 0 !important;
}

.p-b-xxs {
    padding-bottom: 1px;
}

.p-b-xs {
    padding-bottom: 5px;
}

.p-b-sm {
    padding-bottom: 10px;
}

.p-b {
    padding-bottom: 15px;
}

.p-b-md {
    padding-bottom: 20px;
}

.p-b-lg {
    padding-bottom: 30px;
}

.p-b-xl {
    padding-bottom: 40px;
}

.p-b-xxl {
    padding-bottom: 50px;
}

.p-b-n-xxs {
    padding-bottom: -1px;
}

.p-b-n-xs {
    padding-bottom: -5px;
}

.p-b-n-sm {
    padding-bottom: -10px;
}

.p-b-n {
    padding-bottom: -15px;
}

.p-b-n-md {
    padding-bottom: -20px;
}

.p-b-n-lg {
    padding-bottom: -30px;
}

.p-b-n-xl {
    padding-bottom: -40px;
}

.p-b-n-xxl {
    padding-bottom: -50px;
}

.noselect {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}


/**颜色***/

.text-primary-dker {
    color: #564aa3;
}

.text-success {
    color: #27c24c;
}

.text-danger {
    color: #f05050;
}

.text-info-lter {
    color: #51c6ea;
}

.text-info-dker {
    color: #1797be;
}

.text-warning {
    color: #fad733;
}

.text-gray {
    color: #acacac;
}

.text-info {
    color: #23b7e5 !important;
}

.text-black {
    color: #000;
}


/**字体大小***/

.f12 {
    font-size: 12px !important;
}

.f18 {
    font-size: 18px !important;
}

.h3 {
    font-size: 24px;
}


.center-block {
    margin: 0 auto;
}


.full-height {
    height: 100% !important
}


.main {
    padding: 0 !important;
}


.navbar-custom {
    border-width: 0;
    margin-bottom: 0 !important;
}


.navbar-custom a {
    background: transparent !important;
    color: #fff !important;
    font-size: 16px;
}

.navbar-custom a:hover {
    color: #fff !important;
    background: transparent;
    outline: 0
}

.navbar-custom a {
}

.navbar-custom .navbar-toggle {
    border-color: #ddd;
}

.navbar-custom .navbar-toggle .icon-bar {
    background-color: #888;
}

.navbar-custom .nav {

}


.navbar-custom .nav > li > a {
    padding: 25px 25px;

}

.navbar-custom.on {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}

.navbar-custom.on a {
    background: transparent !important;
    color: #333333 !important;
}

.navbar-custom:after {
    content: "" !important;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    top: -100%;
    left: 0;
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    z-index: -1;
    display: block !important;
}

.navbar-custom.on:after {
    top: 0
}


.logo {
    margin-right: 20px;
    display: inline-block;
    width: 200px;
    height: 50px;
    background-size: 100%;
    background-image: url("/static/images/logo_before.png");

    background-position: 0 0;
    background-repeat: no-repeat;
}


.navbar-custom.on .logo {
    background-image: url("/static/images/logo_rear.png");
}

.navbar-custom.on .navbar-nav > .active > a,
.navbar-custom.on .navbar-nav a:hover,
.navbar-custom.on .navbar-nav a:focus {
    color: #45bcf9 !important;
}


.banner {
    height: 600px;
    width: 100%;
    background-image: url(/static/images/index/banner_one.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
}

.advertising-text, .advertising-icon {
    display: inline-block;
    vertical-align: middle;
}

.advertising-icon {
    width: 110px;
    height: 110px;
    margin-right: 5px;
    transition: all .2s linear;
}

.advertising-icon img {
    display: block;
    max-width: 100%;
}

.list-title {
    position: relative;
    overflow: hidden;
    padding-top: 20px;
    text-align: center;
}

.list-title h2 {
    border-bottom: 0px solid #eeeeee;
    line-height: 105px;
    font-size: 36px;
    color: #555555;
    font-weight: lighter;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft Yahei", Arial, sans-serif;
    margin: 0;
}

.list-title h2 span {
    display: block;
    width: 186px;
    background: #FFF;
    margin: 0 auto;
    margin-bottom: -8px;
    font-size: 16px;
    color: #c4c4c4;
    line-height: 16px;
}

.introduce-list {
    margin-top: 10px;
}


.row-banner {
    margin-top: 70px;
}

.row-banner img {
    width: 100%;
}


.c-pointer {
    cursor: pointer;
}

.at-ul {

}

.at-ul li {
    width: 127px;
    height: 127px;
    line-height: 127px;

    position: relative;
}


.at-ul li span {
    display: block;
    height: 30px;
    overflow: hidden;
    z-index: 101;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #eee;
    opacity: 0.3;
    text-align: center;
    line-height: 30px;
}


.at-ul-text {
    margin-top: 10px;
    margin-left: 160px;
    position: relative;
    min-height: 415px;
    font-size: 14px;
    color: #555555;
    background-repeat: no-repeat;
}


.ad-info {
    position: absolute;
    left: 40%;
    bottom: 60px;
    line-height: 200%;
}


.container-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
}

.list-table .text {

    color: #666;
    font-size: 16px;
    line-height: 2;
}

.list-table .list-img {
    text-align: center;
}

.list-table .title {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 40px;
    font-weight: 400;
}

.bg-gray {
    background-color: #f5f5f5;
}

.nav-btn li {
    margin-top: 18px;
}

.news-table {
    width: 100%;
    margin-top: 10px;
}

.news-table tr {
    border: 1px solid #eee;
}


.news-table td {
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
}

.nh-view {
    color: #2899e2;
}

.show {
    margin-top: 70px;
}


.show-box {
    position: relative;
    top: -40px;
    width: 80%;
    border: 1px solid #f5f5f5;
    background-color: #fff;
    margin: 0 auto;
    min-height: 300px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding: 3% 9%;
}


.show-title {
    text-align: center;
    font-size: 26px;
    color: #333;
    margin-top: 10px;
    margin-bottom: 20px;
}

.show-time {
    color: grey;
    font-size: 14px;
    text-align: center;
    line-height: 1;
}

.show-content {
    color: #666;
    font-size: 14px;
    line-height: 2;
    margin-top: 4%;
    padding: 30px;
}


.btn-warning {
    background-color: #ee8e37 !important;
}

.btn-primary {
    background-color: #2899e2 !important;
    border-color: #2899e2 !important;
}

.container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.ad-style-type-item-ad {
    font-weight: initial;
}


.relative {
    position: relative;
}

.home-news-bg {
    background-color: #49c0ff;
    opacity: 0.2;
    z-index: 1;
}


.home-news-bg, .home-news {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;

}

.home-news {
    overflow: hidden;
    z-index: 2;
}

.home-bg-text {
    margin: 0 auto;
    position: relative;
    top: 200px;
    left: 100px;
}

.home-bg-text-one {
    display: inline-block;
    border-radius: 20px;
    border: white 1px solid;
    color: #FFF;
    font-size: 24px;
    text-align: center;
    padding: 10px;
}

.home-bg-text-two {

    color: #FFF;
    font-size: 48px;
    line-height: 2em;

}

.home-bg-text-three {

    color: #FFF;
    font-size: 18px;
    line-height: 1.5em;

}

.home-bg-text-four {
    color: #FFF;
    font-size: 13px;
    line-height: 2.5em;
}

.visible {
    font-weight: 400;
    overflow: hidden;
    width: 100%;
    height: 40px;
    padding-left: 30px;
    margin: 0 auto;
    line-height: 40px;
    color: #fff;
}

.new-news {
    float: left;
    color: #fff;
    display: none;
}

.visible ul {
    margin-top: 0;
    padding-left: 30px;
    text-align: left;
    list-style: none;
}

.visible-time {
    margin-left: 30px;
    color: rgba(255, 255, 255, 0.7);
}

.visible ul li {
    line-height: 40px;
    margin: 0;


}

.visible a, .visible a:hover {
    color: #fff;
}

.advantage {
    padding-bottom: 30px;
}

.advantage-img {
    height: 400px;
    margin-top: 30px;
    background-position: -10px 0;
    background-repeat: no-repeat;
    background-size: 100%;
}

.at-row {
    background-position: 130px -3px;
    background-repeat: no-repeat;
    margin-top: 30px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none !important;
}

.margin-nav {
    padding-top: 71px;
}

.form-box {
    width: 580px;
    margin: 0 auto;
    padding-top: 10px;
}


.register .group-btn {
    max-width: 140px;
    width: 140px !important;
}

.register .group-btn img {
    width: 120px;
}

.form-box .form-group {
    margin-bottom: 15px;
}

.registration-form, .login-form {
    padding: 10px;
}


.code-group {
    position: relative;
}

.code-group-btn {
    display: inline-block;
    position: absolute;
    right: 20px;
    cursor: pointer;
    height: 60px;
    line-height: 60px;
}

.code-group-btn .getCode {
    color: #66d6c5;
}

.code-group-input {
    display: inline-block;
    width: 100%;

}


.register {
    width: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    margin-top: 100px;
    align-items: center;

}

.top-content .text {
    padding-top: 120px;
    color: #fff;
    text-align: center;
}

.top-content .text h1 {
    color: #fff;
}

.top-content .description {
    margin: 20px 0 10px 0;
}

.top-content .description p {
    opacity: 0.8;
}

.top-content .description a {
    color: #fff;
}

.top-content .description a:hover,
.top-content .description a:focus {
    border-bottom: 1px dotted #fff;
}

.top-content .top-big-link {
    margin-top: 35px;
}

.form-top {
    overflow: hidden;
    padding: 0 25px 1px 25px;
    background: #fff;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    text-align: left;
}

.form-top-left {
    float: left;
    width: 75%;
    padding-top: 25px;
}

.form-top-left h3 {
    margin-top: 0;

}

.form-top-left p {

    opacity: 0.8;
}

.form-top-right {
    float: left;
    width: 25%;
    padding-top: 5px;
    font-size: 46px;
    color: #fff;
    line-height: 100px;
    text-align: right;
}

.form-top-divider {
    float: left;
    width: 100%;
    height: 3px;
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
}

.form-bottom {
    padding: 5px 25px 25px 25px;
    background: #fff;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    text-align: left;
}

.form-bottom form textarea {
    height: 100px;
}

.form-bottom form .input-error {
    border-color: #66d6c5;
}


.register input[type="text"], input[type="number"], .register input[type="password"],
textarea,
.register textarea.form-control {
    height: 60px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #eee;
    border: 3px solid #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;

    color: #888;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.register textarea,
.register textarea.form-control {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 30px;
}

.register .form-control:focus,
.register textarea:focus,
.register textarea.form-control:focus {
    outline: 0;
    background: #fff;
    border: 1px solid #66d6c5;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.register input[type="text"]:-moz-placeholder, textarea:-moz-placeholder, textarea.form-control:-moz-placeholder {
    color: #888;
}

.register input[type="text"]:-ms-input-placeholder, textarea:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder {
    color: #888;
}

.register input[type="text"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder {
    color: #888;
}


.register button.btn {
    width: 50%;
    height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #66d6c5;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}


.role {

    font-size: 16px;
    display: inline-block;
    margin-bottom: 10px;
    cursor: pointer;
}

.role.active {
    color: #66d6c5;
}

.alert-msg {
    display: none;
}

.alert-msg .alert {
    margin-bottom: 3px;
}

.form-group .codeTime {
    display: none;
    color: #66d6c5;
}


.agreement {
    margin-left: 5px;
    margin-top: 30px;
}

.agreement, .agreement a, .agreement a:hover {

}

.agreement a:hover {
    color: #ee8e37;
}


.no-pwd-btn {
    line-height: 1;
}

.no-pwd-btn a {
    font-size: 14px;
    color: #ee8e37;
}

.no-pwd-btn a:hover, .no-pwd-btn a:focus {
    color: #f0ad4e;
}


.ad-style h2 {
    border-width: 0;
}

.ad-style h2 span {
    margin-bottom: 50px;
}

.ad-style-type {
    display: flex;
    justify-content: left;
    border-bottom: 1px solid #eaeaea;
}

.ad-style-type-item {
    color: #999;
    font-size: 16px;
    line-height: 1;
    padding: 0 72.5px;
    float: left;
}

.ad-style-type-item.active span {
    border-bottom: 2px solid #333333;
    color: #333333;
    font-weight: 700;
}

.ad-style-type-item span {
    padding-bottom: 14.5px;
    display: inline-block;
    line-height: 22px;
    font-family: Medium, Avenir, Helvetica, Arial, "sans-serif";
    cursor: pointer;
}

.ad-style-content {

    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    display: flex;
    justify-content: left;
    padding: 20px;
}

.ad-style-content-img {
    width: 300px;
    height: 300px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: left top;

    margin: 0 auto;
}

.ad-style-content-text {
    margin: 0 auto;
}

.ad-style-title {
    font-size: 20px;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 20px;
}

.ad-style-desc {
    font-size: 14px;
    position: relative;
    padding-bottom: 50px;
}

.ad-style-desc:after {
    content: "";
    width: 30px;
    height: 2px;
    background-color: #000;
    position: absolute;
    left: 0;
    bottom: 20px;
}

.ad-style-icon {
    margin-top: 20px;
}

.ad-style-text {
    font-size: 14px;
    line-height: 30px;
}

.icon-img {
    font-size: 25px;
    color: #999;
}

.icon-text {
    font-size: 12px;
    text-align: center;
}


.article-table {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}


.article-left-list {
    list-style: none;
    padding-top: 23px;
    vertical-align: top;
    background-color: #fff;
    width: 240px;
}

.article-left-list-item {
    height: 47px;
    line-height: 47px;
    padding-left: 43px;
    font-size: 14px;
    color: #999;
    position: relative;
    cursor: pointer;
}

.article-left-list-item.active {
    border-left: 3px solid #000;
    padding-left: 40px;
    color: #000;
    font-weight: 700;
    background-color: #f7f7f7;
}


.article-right-list {
    vertical-align: top;
}

.article-list {
    background-color: #fff;
    margin-left: 30px;
    padding: 30px;
}

.article-list-table {
    width: 100%;
}

.article-list-table tr {
    padding-bottom: 2.083%;
    border-bottom: 1px solid #eee;
    margin-bottom: 2.083%;
}

.article-list-table td {
    padding: 10px;
}

.article-list-title {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 30px;
}

.article-img, .article-img img {
    width: 240px;
    height: 120px;
    padding-right: 10px;
}

.article-content {
    padding-left: 10px;
}


.article-title {
    color: #333;
    font-size: 18px;
    margin-bottom: 2.448%;
    transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}


.article-list li:hover .article-title {
    color: #0081cc
}

.article-list li:hover li:hover .article-img img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1)
}


.article-time {
    color: #666;
    font-size: 14px;
}

.article-cat {
    margin-top: 1.8%;
    color: #eea236;
    font-size: 14px;
    padding: 3px 5px;
    border: 1px solid #eea236;
    border-radius: 2px;
    line-height: 1;
    display: inline-block;
}

.news-top-item {
    margin-bottom: 28px;
}

.news-top-item-title {
    font-size: 16px;
    color: #333333;
    text-align: justify;
    margin: 14px 0;
    line-height: 1.5;
}

.news-top-item-time {
    font-size: 14px;
    color: #999999;
    line-height: 14px;
}

.show-content img {
    max-width: 90%;
}

.news-top-item-pic img {
    width: 100%;
    max-width: 240px;
    max-height: 120px;
}

.news-row-box {
    width: 100%;
    margin: 0 10px;
    background-color: #fff;
    border-radius: 6px;
    position: relative;
    box-shadow: 0 -1px 16px 0 rgba(0, 69, 210, .2);
    padding-bottom: 20px;
}

.news-row {
    padding-bottom: 50px;
}

.news-row h2 {
    margin-bottom: 50px;
}

.news-row-box:hover {
    box-shadow: 0 -1px 16px 0 rgba(0, 69, 210, .4)
}

.news-row-box:hover .news-row-btn {
    color: #2899e2;
}


.news-row-box:hover:after {
    content: "";
    display: block;
    position: absolute;
    height: 8px;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    background-image: linear-gradient(94deg, #2899e2, #ee8e37);
}


.news-row-box a {
    text-decoration: none;
    color: #666;
}

.news-row-img {
    height: 146px;
    overflow: hidden;
}

.news-row-img img {
    width: 100%;
    height: 100%;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.news-row-title {
    margin: 25px 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    height: 46px;
}

.news-row-btn {
    text-align: right;
    padding-right: 25px;
}

.advantage-warp {
    text-align: left;
    padding-left: 40px;
    padding-top: 60px;
    color: #fff;
}

.advantage-number {
    width: 38px;
    height: 38px;
    border-radius: 100%;
    border: 1px solid #eee;
    line-height: 38px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 16px;
}

.advantage-title {
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 40px;
}

.advantage-title:after {
    content: "";
    display: block;
    width: 45px;
    height: 1px;
    background: #fff;
    margin-top: 12px;
}

.advantage-summary {
    font-size: 16px;
    line-height: 30px;
}

.button-c {
    width: 100%;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 20px;
}

.agreement-text {
    line-height: 30px;
}

.footer {
    font-size: 14px;
    color: #acacac;
    text-align: center;
    background: #010928;

    padding-bottom: 20px;
}

.footer-table {
    width: 90%;
    margin: 30px auto;
    text-align: left;
}

.footer-logo {
    text-align: center;
}

.footer-link {
    padding-left: 60px;
    padding-top: 20px;
}

.footer-link a {
    color: #fff;
    text-decoration: none;
}

.footer-link a:hover {
    color: #eea236;
    text-decoration: none;
}

.footer-link ul li {
    display: inline;
    padding: 0 25px;
    border-right: 0px solid #fff;
}

.footer-link ul li:last-child {
    border: 0;
}

.copyright {
    margin-top: 10px;

    padding: 5px;
}


.backstretch {
    left: 0px;
    top: 0px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 100%;
    z-index: -999999;
    position: fixed;
}

.backstretch img {
    position: absolute;
    margin: 0px;
    padding: 0px;
    border: none;
    width: 100%;
    height: 100%;
    z-index: -999999;
    left: 0px;
}


@media (max-width: 768px) {
    .top-content .text {
        padding-top: 0;
        padding-bottom: 60px;
    }

    .top-content .top-big-link {
        margin-top: 25px;
    }

    .top-content .top-big-link a.btn {
        margin-top: 10px;
    }


    .form-box {
        width: 99%
    }

    .register {
        margin-top: 30px;
    }

    .banner {
        background-clip: content-box;
        background-size: 100%;
        background-repeat: no-repeat;
        margin-top: 59px;
        height: 200px;
    }

    .banner {
        height: 120px;
    }

    .home-bg-text, .article-right-list {
        display: none;
    }

    .navbar-custom .nav > li > a {
        padding: 15px 15px;
    }

    .article-left-list {
        width: 120px !important;
    }

    .article-list {
        margin-left: 10px !important;
        padding: 5px !important;
    }

    .article-img {
        display: none !important;
    }

    .row-banner {
        margin-top: 59px;
    }

    .logo {
        background-image: url("/static/images/logo_before.png");
        margin-left: 10px
    }

    .ad-style-content-img, .ad-style-type-item-ad {
        display: none;
    }

    .news-row-box {
        margin-top: 10px !important;
    }

    .footer {
    }

    .footer-link ul li {
        display: block;
        border-right-width: 0px;
        margin-top: 10px;
    }

    .ad-style-type-item {
        padding: 0 20px !important;
    }

    .list-table .title {
        margin-top: 30px;
        font-size: 20px !important;
    }

    .list-table tr {
        border-bottom: 1px solid #eee;
    }

    .list-img {
        display: none !important;
    }

    .show {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .show-box {
        position: static;

    }
}
