@charset "UTF-8";
.relative {
    position: relative;
}

.content-main-bg {
    width: 100%;
    overflow: hidden;
    background: #F1F1F1 !important;
    background-size: 100% 100%;
}

.content-main-bg.night {
    background: #161616 !important;
}

#content_bg .content {
    width: 1200px;
    margin: 20px auto;
}

#content_bg .content .sidebar {
    width: 290px;
}

#content_bg .content .sidebar ul {
    width: 100%;
    border-radius: 5px;
    background: #1E1E1E;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
}

#content_bg .content .sidebar ul {
    background: #FFFFFF;
}

#content_bg .content .sidebar ul.night {
    background: #1E1E1E;
}

#content_bg .content .sidebar ul li {
    float: left;
    width: 100%;
    height: 65px;
    line-height: 65px;
    padding-left: 45px;
    border-left: 4px solid transparent;
    font-size: 16px;
    color: #999;
    cursor: pointer;
}

#content_bg .content .sidebar ul li:hover, #content_bg .content .sidebar ul li.move {
    background: #d12344;
    color: #fff;
}

#content_bg .content .sidebar ul li:nth-last-of-type(1):hover, #content_bg .content .sidebar ul li:nth-last-of-type(1).move {
    border-radius: 0 0 0 5px;
}

#content_bg .content .sidebar ul li:nth-of-type(1):hover, #content_bg .content .sidebar ul li:nth-of-type(1).move {
    border-radius: 5px 0 0 0;
}

#content_bg .content .sidebar ul li .iconfont {
    margin-right: 10px;
    font-size: 24px;
    vertical-align: middle;
}

#content_bg .content .sidebar ul li .icon-about1 {
    background: url(../images/a-us.png) no-repeat center;
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: text-top;
}

#content_bg .content .sidebar ul li:hover .icon-about1, #content_bg .content .sidebar ul li.move .icon-about1 {
    background: url(../images/a-us-hui.png) no-repeat center;
}

#content_bg .content .main .right {
    width: 890px;
    min-height: 700px;
    margin: 0 auto;
    font-size: 14px;
    background: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    position: relative;
}

#content_bg .content .main .right.night {
    background: #1E1E1E;
}

#content_bg .content .main .right .item {
    display: none;
}

#content_bg .content .main .right .title {
    height: 65px;
    line-height: 65px;
    padding: 0 25px;
    border-bottom: 1px solid #999;
    font-size: 18px;
    color: #999;
    text-align: left;
}

#content_bg .content .main .right .on {
    display: block;
}

#content_bg .content .main .right h2 {
    height: 60px;
    width: 642px;
    line-height: 60px;
    font-size: 28px;
    margin-bottom: 20px;
    border-bottom: 2px solid #e1ceae;
}

#content_bg .content .main .right dl {
    padding: 10px 20px 50px 20px;
}

#content_bg .content .main .right dl dt {
    margin: 15px 0;
    font-size: 16px;
    color: #D02443;
    font-weight: bold;
}

#content_bg .content .main .right dl dt.night {
    color: #999;
}

#content_bg .content .main .right dl dd {
    line-height: 2.2;
    font-size: 16px;
    color: #999999;
}

.rule-list {
    font-size: 18px;
    padding: 0 25px;
    border-bottom: 1px solid #999;
}

.rule-list li {
    display: inline-block;
    height: 65px;
    line-height: 65px;
    margin-right: 50px;
    color: #999;
    cursor: pointer;
}

.rule-list li.active, .rule-list li:hover {
    border-bottom: 2px solid #d12344;
    color: #fff;
}

.rule-list li img {
    margin-top: 20px;
}

.url-link {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    color: #3075f2;
}

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

.red {
    color: #ff4a3b;
}

.table th {
    background: #585f72;
    height: 30px;
    color: #fff;
}

.table td, table th {
    border-right: 1px solid #222633;
    border-bottom: 1px solid #222633;
    padding: 5px;
    background: #161616;
    text-align: center;
}

.table {
    width: 97%;
    margin: 12px;
    border-spacing: 0;
    font-size: 16px;
    color: #999999;
    border-radius: 10px;
    border-collapse: separate;
}

.table tr {
    height: 30px;
}

table td.bottom-border-radius {
    border-radius: 0 0 10px 0;
}

table td.left-border-radius {
    border-radius: 0 0 0 10px;
}

.markedCss {
    font-size: 16px;
    font-weight: bold;
    color: #007AFF;
}

.license-container {
    overflow: hidden;
    border: 5px solid #e6cdb7;
}

.license1 {
    float: left;
    width: 25%;
    border-right: 5px solid #e6cdb7;
}

.license1 > img {
    width: 100%;
}

.detail-intro {
    float: left;
    width: auto;
    padding: 7% 5%;
}

.detail-intro > p {
    line-height: 3;
}

.detail-intro > p span {
    color: red;
}

.detail-intro > a {
    display: block;
    height: 60px;
    line-height: 60px;
    text-align: left;
}

.detail-intro .btn {
    display: inline-block;
    text-align: center;
    width: 160px;
    height: 40px;
    line-height: 40px;
    margin-top: 15px;
    background: #fd4747;
    color: #fff;
}

.detail-intro img {
    vertical-align: middle;
}

.service-cont li {
    display: inline-block;
    vertical-align: top;
    width: 200px;
    height: 200px;
    padding: 20px;
    margin-right: 10px;
    text-align: center;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid #999;
    -webkit-box-shadow: 0 0.1rem 0.1rem transparent;
    box-shadow: 0 0.1rem 0.1rem transparent;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    cursor: pointer
}

.service-cont li.night {
    background: #1E1E1E;
}

.service-cont li:hover {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-2%);
    -ms-transform: translateY(-2%);
    transform: translateY(-2%);
}

.service-cont li img {
    width: 60px;
    height: 60px;
}

.block {
    display: block;
}

.service-context {
    line-height: 1;
}

.service-context .service-title {
    margin: 20px 0 5px;
    color: #999;
    font-size: 14px;
}

.service-context .service-text {
    margin-bottom: 20px;
    color: #999;
    font-size: 12px;
}

.service-context .service-btn {
    height: 26px;
    line-height: 25px;
    width: 80px;
    border-radius: 13px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #fe5b78;
}

.code-cont {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 200px;
    padding: 20px 8px;
    text-align: center;
    border-radius: 10px;
    font-size: 14px;
    color: #fff;
    background: #8facdf;
}

.code-cont.show {
    display: block;
}

.email-item {
    display: inline-block;
    width: 260px;
    margin: 30px 10px 0 0;
    line-height: 1;
    padding: 15px 25px;
    border-radius: 10px;
    background: #FFFFFF;
    border: 1px solid #999;
}

email-item.night {
    background: #1E1E1E;
}

.email-item .service-title {
    margin-bottom: 8px;
    color: #999;
    font-size: 14px;
}

.email-item .service-text {
    color: #999;
    font-size: 12px;
    line-height: 1.5;
}

.email-item .service-title .iconfont {
    margin-right: 5px;
    font-size: 16px;
    color: #f3c56d;
}

.top_nav .dropdown {
    width: 714px;
}

.license-wrapper {
    text-align: center;
}

.license-wrapper .license {
    padding-bottom: 40px;
}

#content_bg .content .main .right .license-wrapper dl {
    text-align: left;
}

.mb10 {
    margin-bottom: 10px !important;
}

.service-btn-cont p {
    margin-bottom: 5px;
    font-size: 12px;
}

.service-btn-cont p:last-child {
    margin-bottom: 0;
}

.aboutus-footer {
    border-top: 1px solid #999;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.aboutus-footer p {
    color: #999999;
    font-size: 16px;
    text-align: center;
    padding: 10px;
}