.headBox {
    width: 1200px;
    height: 50px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.navContent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
}

.navUl {
    display: flex;
    margin-bottom: 0px;
}

.homeBtn {
    position: relative;
    margin-right: 30px;
}

.homeBtn::after {
    position: absolute;
    content: '';
    width: 12px;
    height: 3px;
    background: #e64040;
    border-radius: 2px;
    bottom: -8px;
    left: 45%;
    transform: translateX(-50%);
}

.navUl a {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
}

.navUl a:hover {
    color: #E64040;
}

.cpv-content {
    width: 500px;
    height: 200px;
    font-size: 14px;
    font-weight: 400;
    color: #cccccc;
    line-height: 24px;
}

.cpvOrCpcBtnList {
    display: flex;
    margin-top: 80px;
}

.cpvOrCpcActive {
    border: 1px solid #e64040 !important;
    color: #e64040 !important;
}


.cpvOrCpcBtnList .cpvBtn {
    width: 144px;
    height: 32px;
    border: 1px solid #e8eaee;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height: 32px;
    margin-right: 10px;
    cursor: pointer;
}

.cpvOrCpcBtnList .cpcBtn {
    width: 252px;
    height: 32px;
    border: 1px solid #e8eaee;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height: 32px;
    cursor: pointer;
}

.style-interstitial {
    display: none;
}

.advantageBox {
    width: 100%;
    height: 978px;
    background: linear-gradient(90deg, #0d0d0d 1%, #1c1d1d 61%, #34383a 100%);
    text-align: center;
}

.cooperateBox {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding-top: 130px;
}

.cooperateTitle {
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 50px;
    position: relative;
    display: inline-block;
}

.cooperateTitle::after {
    display: block;
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    background: linear-gradient(211deg, #b53b3c 7%, rgba(91, 30, 30, 0.00) 74%);
    top: -10px;
    right: -10px;
    transform: rotate(45deg);
}

.col-14-ff {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
}

.consoleBtn {
    width: 60px;
    height: 32px;
    border: 1px solid #e8eaee;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height: 30px;
    background: transparent;
}

.consoleBtn:hover {
    background: rgba(161, 161, 161, 0.6);
}

.userHead {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #cccccc;
    margin-left: 20px;
    cursor: pointer;

}

.userHead .footer {
    width: 100%;
    height: 0px;
    background: #333739;
    border-radius: 0 0 10px 10px;
    position: absolute;
    right: 0;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 6px 8px 0px rgba(113, 124, 157, 0.20);
    transition: height .3s;
    overflow: hidden;
    cursor: pointer;
}

.userHead .userHeadIcon {
    width: 16px;
    height: 16px;
    transition: transform .3s;
    margin-left: 7px;
    display: inline-block;
}

.userHead .footer a {
    flex: 1;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #646464;
}

.userHead .footer a:hover {
    background: #f9fafd;
    color: #3d6cfc;
}

.userHead .footer .outLogin {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.userHead .footer .outLogin:hover {
    background: #969696;
}


html {
    height: 100%;
}

body {
    font-family: Avenir, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    color: #000;
    height: 100%;
}

.bg-box {
    position: relative;
}

.bg-box::before {
    content: '';
    position: absolute;
    height: 2px;
    width: 99%;
    bottom: -12px;
    background: linear-gradient(90deg, #E64040 0%, #E64040 20%, rgba(255, 255, 255, 0) 99%);
}

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
}

@media (min-width: 768px) {
    .navbar-right {
        float: right !important;
        margin-right: 0 !important;
    }
}


/* 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: 14px;
}

.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: #fff;
}

.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: 40px;
    display: inline-block;
    width: 110px;
    height: 24px;
    background-size: 100%;
    background-image: url("./logo_before.png");
    background-position: center;
    background-repeat: no-repeat;
}



.navbar-custom:after {
    content: "" !important;
    position: absolute;
    width: 100%;
    height: 50px;
    background: #262626;
    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;
}


.banner {
    height: 550px;
    width: 100%;
    background-image: url(./bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
}

.advertising-text {
    width: 33%;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #d9d9d9;
}

.advertising-icon img {
    display: block;
    max-width: 65px;
}

.streamTitle {
    margin-top: 50px;
    text-align: center;

}

.streamTitle h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}

.streamTitle p {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
}

.list-title {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.list-title h2 {
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    margin-top: 115px;
}

.list-title h2 span {
    display: block;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    margin-top: 15px;
}

.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 {
    padding: 40px 20px;
}

.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-transparent {
    border-radius: 4px;
    padding: 3px 13px;
    background: none;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
}

.btn-warning {
    background-color: #ee8e37 !important;
}

.btn-red {
    border: none;
    border-radius: 4px;
    padding: 3px 13px;
    color: #FFFFFF;
    background: linear-gradient(90deg, #e78888 0%, #c15f5f 50%, #E64040 99%);
}

.btn-primary {
    background-color: #2899e2 !important;
    border-color: #2899e2 !important;
}

.container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}



.relative {
    position: relative;
}

.home-news-bg {
    background-color: #55646b;
    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;
    width: 1200px;
    padding-top: 183px;
    text-align: left;
    position: relative;
    height: 100%;
}

.home-bg-text-one {
    width: 504px;
    display: inline-block;
    color: #FFF;
    font-size: 28px;
    font-weight: 400;
    color: #ffffff;
}

.home-bg-text-two {
    margin-top: 20px;
    font-size: 35px;
    font-weight: 700;
    color: #ffffff;
}

.home-bg-text-three {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;

}

.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 {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #404346;
}

.settlement_bg {
    background: linear-gradient(197deg, #2b2f30 6%, #2c2f30 43%, #3c2e24 90%);
}

.technology_bg {
    background: linear-gradient(197deg, #2b2f30 9%, #2b2f30 46%, #263038 93%);
}

.accurate_bg {
    background: linear-gradient(190deg, #2b2f30 6%, #2b2f30 19%, #2d2c1c 94%);
}

.advantage-img {
    margin-top: 95px;
    width: 370px;
    height: 600px;
    border-radius: 30px;
    color: #fff;
    position: relative;
    box-sizing: border-box;
}

.settlement_bg:hover {
    background: linear-gradient(190deg, #464c4d 6%, #464c4c 19%, #2a1e14 94%);
}

.technology_bg:hover {
    background: linear-gradient(190deg, #474d4e 6%, #464c4c 19%, #19242b 94%);
}

.accurate_bg:hover {
    background: linear-gradient(190deg, #474d4e 6%, #464c4c 19%, #2d2c1c 94%);
}


.advantage-img:hover::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #ff6060;
    border-radius: 30px;
    top: 0;
    left: 0;
    z-index: 99;
}

.advantage-img:hover::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 4px solid #ff6060;
    /* background-color: rgba(255, 255, 255, .1); */
    border-radius: 30px;
    filter: blur(9px);
    top: 0;
    left: 0;
    z-index: 999;
}



.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-content-left {
    width: 46%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: center;
    margin: 0 auto;
    position: absolute;
    top: 0;
}

.ad-style-content-right {
    margin-left: 52%;
    margin-top: 200px;
}

.ad-style-title {
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 60px;
    position: relative;
    display: inline-block;
}

.ad-style-title::after {
    display: block;
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    background: linear-gradient(211deg, #b53b3c 7%, rgba(91, 30, 30, 0.00) 74%);
    top: -20px;
    right: 5px;
    transform: rotate(45deg);
}

.ad-style-desc {
    color: #CCCCCC;
    font-size: 14px;
    position: relative;
    padding-bottom: 50px;
}

/*.ad-style-desc:after {*/
/*    content: "";*/
/*    width: 30px;*/
/*    height: 2px;*/
/*    background-color: #FFFFFF;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    bottom: 20px;*/
/*}*/

.ad-style-icon {
    margin-top: 20px;
}

.ad-style-text {
    font-size: 14px;
    line-height: 30px;
}

.icon-img {
    text-align: center;
    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_wrapBox {
    display: flex;
    justify-content: space-between;
}

.advantage-warp {
    padding: 30px;
    height: 100%;
    position: relative;
}

.advantage-warp img {
    position: absolute;
    bottom: 30px;
    right: 30px;
}


.advantage-number {
    width: 60px;
    height: 60px;
    border-radius: 2px;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    position: relative;
}

.advantage-number::after {
    display: block;
    content: '';
    position: absolute;
    width: 49px;
    height: 49px;
    background: linear-gradient(211deg, #b53b3c 7%, rgba(91, 30, 30, 0.00) 74%);
    top: 0;
    right: 0;
    transform: rotate(45deg);
}

.advantage-title {
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 40px;
    text-align: left;
}


.advantage-summary {
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    color: #cccccc;
    line-height: 26px;
}

.button-c {
    width: 100%;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 20px;
}

.agreement-text {
    line-height: 30px;
}

.footer {
    width: 100%;
    height: 250px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.footerBox {
    background: linear-gradient(90deg, #0d0d0d 1%, #1c1d1d 61%, #34383a 100%);
    width: 100%;
    height: 200px;
    padding: 60px 0;
}

.footerContent {
    margin: 0 auto;
    width: 1200px;
    height: 100%;

}

.filingsBox {
    width: 100%;
    height: 50px;
    background: #262626;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    color: #9a9a9a;
    line-height: 50px;
}

.shuLine {
    margin: 0 10px;
}



.footer-link {
    margin-top: 20px;
}

.footer-link a {
    color: #fff;
    text-decoration: none;
}

.footer-link a:hover {
    color: #FF5353;
    text-decoration: none;
}

.footer-link ul li {
    display: inline-block;
    padding: 0 25px;
    border-right: 0px solid #fff;
}

.footer-link ul li:last-child {
    border: 0;
}

.copyright {}


.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 (min-width: 768px) {
    .align-items {
        display: flex;
        align-items: center;
    }

    .max-w-450 {
        max-width: 450px;
    }

    .df {
        display: flex;
    }

    .flex1 {
        flex: 1;
    }

    .flex0 {
        flex: 0 0 auto;
    }

    .ad-style-type2 {
        display: flex;
        /*flex-direction: column;*/
    }

    .ad-style-type2>div {
        margin-top: 20px;
    }

    .margin0 {
        margin: 0;
    }

    .padding0 {
        padding: 0;
    }


    .introduce-list {
        display: flex;
        align-items: center;
    }

}

@media only screen and (pointer: coarse) {

    /* 在这里编写手机屏幕下的样式 */
    .contact-format-box {
        height: calc(100% - 800px) !important;
    }

    .advantageBox {
        height: calc(100% - 1600px);
    }
}

@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("../images/logo_rear.png");
        margin-left: 10px
    }



    .news-row-box {
        margin-top: 10px !important;
    }

    .footer-link ul li {
        display: block;
        border-right-width: 0px;
        margin-top: 10px;
    }



    .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;

    }

    .navbar-custom.on2 {

        box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    }

    .navbar-custom.on2 a {
        background: transparent !important;
        color: #333333 !important;
    }

    .navbar-custom.on2:after {
        top: 0
    }


    .navbar-custom.on2 .logo {
        background-image: url("../images/logo_rear.png");
    }

    .navbar-custom.on2 .navbar-nav>.active>a,
    .navbar-custom.on2 .navbar-nav a:hover,
    .navbar-custom.on2 .navbar-nav a:focus {
        color: #45bcf9 !important;
    }


    .footer-logo {
        text-align: center;
        margin: 20px 0;
    }

    .introduce-list {
        display: flex;
        align-items: center;
    }

    .advertising-icon {
        display: flex;
        align-items: center;
    }

    .advertising-icon img {
        max-width: 70px;
    }
}

.webkit {
    overflow: auto;
}

.webkit::-webkit-scrollbar {
    width: 2px;
}

.webkit::-webkit-scrollbar-thumb {
    background-color: #758092;
}

.footer-logo>img {
    width: 110px;
    height: 24px;
    margin-bottom: 20px;
}

/* 联系客服模块 */
.box {
    width: 345px;
    height: 338px;
    background: #fff;
    border: 1px solid #eee;
    position: fixed;
    right: -345px;
    color: #000;
    flex-direction: column;
    display: flex;
    align-items: center;
    border-radius: 5px;
    bottom: calc(50% - 169px);
    z-index: 9999;
    transition: 0.2s;
}

.ImTitle {
    width: 296px;
    display: block;
    font-size: 18px;
    padding: 10px 0;
    border-bottom: 1px solid #d6d6d6;
}

.card-wrap {
    /* width: 150px; */
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
    margin-left: 20px;
    margin-right: 20px;
    /* margin: 18px auto; */
    border-radius: 5px;
    padding: 0 10px;
    border: 1px solid #eee;
}

.card-wrap img {
    margin-right: 20px;
    width: 32px;
}

.card-wrap a {
    font-size: 18px;
}

.imMessage {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    position: fixed;
    bottom: calc(50% - 50px);
    background: #fff;
    line-height: 100px;
    right: 10px;
    z-index: 9999;
    transition: 0.2s;
    border: 1px solid #d6d6d6;
    display: flex;
    justify-content: center;
    align-items: center;
}

.imMessage:active {
    transform: scale(0.90);
}

.imMessage:hover {
    transform: scale(0.95);
    cursor: pointer;
}

.triangle {
    position: absolute;
    right: -6px;
    width: 10px;
    height: 10px;
    background: #fff;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: calc(50% - 9px);
}

.advertising-format-box {
    padding-top: 50px;
    width: 100%;
    height: 800px;
    background: linear-gradient(91deg, #151516 1%, #2a2c2e 54%, #303435 99%);
    position: relative;
    position: relative;
}

.contact-format-box {
    padding-top: 50px;
    width: 100%;
    height: 800px;
    background: linear-gradient(91deg, #151516 1%, #2a2c2e 54%, #303435 99%);
    position: relative;
}


.promotion-title-box {
    width: 1200px;
    height: 110px;
    border-radius: 1px;
    color: #FFFFFF;
    background: #333739;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    z-index: 1;
}