@charset "UTF-8";

.home-news {
    overflow: hidden;
}

.home-news .top-title {
    margin: 0 auto;
    width: 1158px;
    height: 26px;
    line-height: 26px;
    background: url(../images/news-top-title.png) left center no-repeat;
    font-size: 26px;
    color: #333333;
    padding: 30px 0 30px 42px;
}

.home-news .left,
.home-news .center,
.home-news .right {
    float: left;
}

.home-news .left,
.home-news .right {
    width: 25%;
}

.news-tabs {
    margin: 0 15px;
    border: 1px solid #ececec;
}

.news-tabs .menu {
    width: auto !important;
    display: flex;
    border-bottom: 1px solid #fe4900;
}

.news-tabs .menu li {
    flex: 1;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 14px;
    border-right: 1px solid #ececec;
    margin: 0 !important;
    background-color: unset !important;
}

.news-tabs .menu li.active,
.news-tabs .menu li.active a,
.news-tabs .menu li.active span {
    color: #fe4900;
}

.news-tabs .menu li:last-child {
    border-right: none;
}

.news-tabs .menu li.more {
    background: url(../images/news-more.png) no-repeat 70px 8px;
}

.news-tabs .content {
    padding: 10px 15px;
}

.news-tabs .content .item {
    display: none;
    width: 534px;
    height: 325px;
}

.news-tabs .content .item:first-child {
    display: block;
}

.news-tabs .content .item ul {
    list-style: none;
    counter-reset: a;
}

.news-tabs .content .item ul li {
    margin-bottom: 5px;
}

.news-tabs .content .item ul li:last-child {
    margin-bottom: 0;
}

.news-tabs .content .item ul li:before {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #bbb;
    color: #fff;
    counter-increment: a;
    content: counters(a, '.');
    margin-right: 3px;
    vertical-align: middle;
}

.news-tabs .content .item ul li:nth-child(1):before {
    background: #fe4900;
}

.news-tabs .content .item ul li:nth-child(2):before {
    background: #ff7216;
}

.news-tabs .content .item ul li:nth-child(3):before {
    background: #ff9c00;
}

.news-tabs .content .item ul li * {
    color: #666;
    font-size: 14px;
}

.news-tabs .content .item ul li .date,
.news-tabs .content .item ul li .title,
.news-tabs .content .item ul li .category {
    width: auto;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

.news-tabs .content .item ul li .category {
    width: 85px;
    color: #fe4900;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.news-tabs .content .item ul li .title {
    width: 320px;
    padding-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-news {
    background: none;
}

.list-news .news-tabs {
    margin: 0;
}

.list-news .news-tabs .items {
    padding: 20px;
}

.list-news .news-tabs .items ul li {
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #eee;
}

.list-news .news-tabs .items ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.list-news .news-tabs .items ul li .thumb {
    width: 180px;
    height: 110px;
    overflow: hidden;
    margin-right: 20px;
}

.list-news .news-tabs .items ul li .thumb img {
    width: 100%;
}

.list-news .news-tabs .items ul li .data {
    width: 643px;
    color: #999;
}

.list-news .news-tabs .items ul li .data .title-category {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 15px;
}

.list-news .news-tabs .items ul li .data .category {
    color: #fe4900;
}

.list-news .news-tabs .items ul li .data p {
    margin-bottom: 10px;
}

.list-news .news-tabs .items ul li .data p:last-child {
    margin-bottom: 0;
}

.list-news .news-tabs .items ul li .data .description {
    line-height: 20px;
}

.list-news .pages {
    margin: 20px;
}

.list-news .pages ul {
    text-align: center;
}

.list-news .pages ul li {
    margin: 0 !important;
    box-shadow: none !important;
}

.list-news .pages ul li {
    padding: 7px 9px !important;
    border: 1px solid #eee;
    border-radius: 3px;
}

.list-news .pages ul li a,
.list-news .pages ul li span {
    padding: 0 !important;
}

.list-news .pages ul li.thisclass {
    background: #ff6602 !important;
    border-color: #ff6602;
    color: #fff;
}

.list-news .pages ul li.thisclass a {
    background: none !important;
}

.home-news .left.news-tabs,
.home-news .right.news-tabs {
    margin: 0;
}

.home-news .left.news-tabs .content .item ul li .title,
.home-news .right.news-tabs .content .item ul li .title {
    width: 243px;
    padding-right: 0;
}

.show-news .content .info .body {
    border: 1px solid #ececec;
    border-top-color: #fe4900;
    padding: 30px;
}

.show-box .content .info .contents .body-title {
    border-color: #ececec;
}

.right-menu {
    width: 295px;
}

.right-menu .item {
    margin-bottom: 20px;
}

.right-menu .item h3,
.right-menu .items-service h3 {
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #ececec;
    border-bottom-color: #fe4900;
    font-weight: normal;
}

.right-menu .item ul {
    padding: 10px 10px 5px;
    border: 1px solid #ececec;
    list-style: none;
    counter-reset: a;
}

.right-menu .item ul li {
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.right-menu .item ul li:before {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #bbb;
    color: #fff;
    counter-increment: a;
    content: counters(a, '.');
    margin-right: 6px;
    vertical-align: middle;
}

.right-menu .item ul li:nth-child(1):before {
    background: #fe4900;
}

.right-menu .item ul li:nth-child(2):before {
    background: #ff7216;
}

.right-menu .item ul li:nth-child(3):before {
    background: #ff9c00;
}

.right-menu .items-service {
    margin-bottom: 20px;
}

.right-menu .items-service h3 {
    margin-bottom: 10px;
}

.right-menu .items-service ul li {
    margin-bottom: 15px;
}

.right-menu .items-service ul li .thumb {
    display: block;
    margin-bottom: 10px;
}

.right-menu .items-service ul li .title {
    font-size: 14px;
}

.right-menu .items-service ul li .title span {
    display: inline-block;
    border: 1px solid #fe4900;
    padding: 5px 8px;
    margin-right: 5px;
    border-radius: 2px;
}

.show-box .content .page-tips {
    margin: 40px 0;
    padding: 40px 0;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    color: #666;
}

.show-box .content .page-tips span {
    color: #333;
}

.show-box .content .page-tips a {
    color: blue;
    text-decoration: underline;
}

.show-box .content .body-pages {
    overflow: hidden;
}

.show-box .content .body-pages .fl,
.show-box .content .body-pages .fr {
    width: 43%;
    position: relative;
}

.show-box .content .body-pages .fl {
    padding-left: 50px;
}

.show-box .content .body-pages .fr {
    padding-right: 50px;
}

.show-box .content .body-pages .icon {
    position: absolute;
    content: '';
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(../images/paging.png) no-repeat 0 -1px;
}

.show-box .content .body-pages .fl .icon {
    left: 0;
}

.show-box .content .body-pages .fr .icon {
    right: 0;
    background-position: -45px 0;
}

.show-box .news-relevant {
    margin-top: 20px;
    border: 1px solid #ececec;
    border-top-color: #fe4900;
    padding: 20px;
    overflow: hidden;
}

.show-box .news-relevant h3 {
    color: #fe4900;
    font-size: 16px;
}

.show-box .news-relevant .items {
    margin-top: 20px;
    overflow: hidden;
}

.show-box .news-relevant .items ul {
    float: left;
    width: 50%;
}

.show-box .news-relevant .items ul li {
    list-style-type: disc;
    list-style-position: inside;
    margin: 0 15px 15px 0;
    color: #fe4900;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.show-box .news-relevant .items ul li:last-child {
    margin-bottom: 0;
}

.show-box .news-relevant .items ul li a {
    font-size: 14px;
}

.pattern {
    -webkit-filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(graysale=1);
    opacity: .7;
}

.page-reg-company .line-items .line-item {
    padding: 60px 0;
}

.page-reg-company .line-items .line-item:first-child {
    padding-top: 0;
}

.company-incorporated .sx-one-inner .sx-reg-cont2 .content {
    border: 1px solid #eee;
}

.page-reg-company .line-items .line-item .sx-one-inner {
    margin-bottom: 50px;
}

.company-incorporated .sx-one-inner .sx-reg-cont ul {
    border: none;
    height: 191px;
}

.page-reg-company .line-items .line-item:nth-child(odd) {
    background: #fff;
}
.page-reg-company .line-items .line-item:nth-child(even) {
    background: #f1f2f3;
}

.page-reg-company .line-items .line-item .data-content {
    text-align: center;
}

.page-reg-company .line-items .line-item .data-content .line-title {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #000;
}

.page-reg-company .line-items .line-item .data-content .line-description {
    font-size: 18px;
    color: #5b5a5a;
}

.page-reg-company .line-items .line-item .line-btn-box {
    margin-top: 50px;
}

.page-reg-company .line-items .line-item .line-btn-box .btn {
    display: inline-block;
    background: #ee551b;
    color: #fff;
    font-size: 16px;
    padding: 10px 35px;
    border-radius: 3px;
}

.page-reg-company .line-items .line-item .line-btn-box .btn i,
.page-reg-company .line-items .line-item .line-btn-box .btn span {
    display: inline-block;
    vertical-align: middle;
}

.page-reg-company .line-items .line-item .line-btn-box .btn .icon-chat {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url("../images/icon-chat.png") no-repeat center center;
    background-size: cover;
}

.page-reg-company .line-items .line-item .service-items {
    margin-top: 60px;
}

.page-reg-company .line-items .line-item .service-items ul {
    display: flex;
}

.page-reg-company .line-items .line-item .service-items ul li {
    flex: 1;
    color: #666;
    padding: 30px 30px 30px 90px;
    background: #fff;
    text-align: center;
    position: relative;
    margin-right: 30px;
}

.page-reg-company .line-items .line-item .service-items ul li:last-child {
    margin-right: 0;
}

.page-reg-company .line-items .line-item .service-items ul li:before,
.page-reg-company .line-items .line-item .service-items ul li:after {
    content: '';
    position: absolute;
    left: 35px;
}

.page-reg-company .line-items .line-item .service-items ul li:before {
    content: '01';
    top: 53px;
    font-size: 26px;
    color: #dcdcdc;
}

.page-reg-company .line-items .line-item .service-items ul li:after {
    top: 88px;
    width: 30px;
    height: 33px;
    background: url("../images/page-reg-company-service-icon.png") no-repeat left top;
    background-size: cover;
}

.page-reg-company .line-items .line-item .service-items ul li:nth-child(2):before {
    content: '02';
}

.page-reg-company .line-items .line-item .service-items ul li:nth-child(2):after {
    left: 37px;
    background-position: -30px 0;
}

.page-reg-company .line-items .line-item .service-items ul li:nth-child(3):before {
    content: '03';
}

.page-reg-company .line-items .line-item .service-items ul li:nth-child(3):after {
    background-position: -60px 0;
}

.page-reg-company .line-items .line-item .service-items ul li:nth-child(4):before {
    content: '04';
}

.page-reg-company .line-items .line-item .service-items ul li:nth-child(4):after {
    left: 38px;
    background-position: -90px 0;
}

.page-reg-company .line-items .line-item .service-items ul li .title {
    font-size: 18px;
    line-height: 35px;
    position: relative;
}

.page-reg-company .line-items .line-item .service-items ul li .title:before,
.page-reg-company .line-items .line-item .service-items ul li .title:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    background: #ee551b;
    border-radius: 100%;
}

.page-reg-company .line-items .line-item .service-items ul li .title:before {
    left: 0;
}

.page-reg-company .line-items .line-item .service-items ul li .title:after {
    right: 0;
}

.page-reg-company .line-items .line-item .service-items ul li .title .line {
    height: 1px;
    margin: 2px 0;
    background: #ee551b;
}

.page-reg-company .line-items .line-item .service-items ul li .datetime {
    font-size: 14px;
    margin-top: 5px;
}

.page-reg-company .line-items .line-item .card-items {
    margin-top: 60px;
}

.page-reg-company .line-items .line-item .card-items ul {
    display: flex;
}

.page-reg-company .line-items .line-item .card-items ul li {
    flex: 1;
    text-align: center;
    margin-right: 20px;
}

.page-reg-company .line-items .line-item .card-items ul li:last-child {
    margin-right: 0;
}

.page-reg-company .line-items .line-item .card-items ul li .title {
    margin-top: 20px;
    padding-bottom: 15px;
    font-size: 16px;
    position: relative;
}

.page-reg-company .line-items .line-item .card-items ul li .title:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 120px;
    height: 2px;
    margin-left: -60px;
    background: #ff8300;
}

.page-reg-company .line-items .line-item .card-items ul li .title small {
    display: inline-block;
    background: #ff8300;
    color: #fff;
    font-size: 12px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 100%;
    text-align: center;
    margin-right: 5px;
}

.page-reg-company .line-items .line-item .common-problem-items {
    margin: 60px 0 30px;
    overflow: hidden;
    padding-top: 10px;
}

.page-reg-company .line-items .line-item .common-problem-items ul {
    width: 48%;
    float: left;
}

.page-reg-company .line-items .line-item .common-problem-items ul:first-child {
    margin-right: 48px;
}

.page-reg-company .line-items .line-item .common-problem-items ul li {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #cdcdcd;
    font-size: 14px;
}

.page-reg-company .line-items .line-item .common-problem-items ul li a {
    display: block;
}

.page-reg-company .line-items .line-item .common-problem-items ul li .more {
    float: right;
    font-size: 12px;
    margin-top: -10px;
}

.page-reg-company .line-items .line-item .more {
    display: block;
    float: left;
    width: 113.4px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #ff6801;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.page-reg-company .line-items .line-item .service-more {
    overflow: hidden;
}

.page-reg-company .line-items .line-item .service-more .more {
    margin: 0 20px 20px 0;
}

.page-reg-company .line-items .line-item .service-more .more:nth-child(9n) {
    margin-right: 0;
}

.page-reg-company .line-items .line-item .service-recommend-items {
    margin-top: 60px;
}

.page-reg-company .line-items .line-item .service-recommend-items ul {
    display: flex;
}

.page-reg-company .line-items .line-item .service-recommend-items ul li {
    flex: 1;
    margin-right: 70px;
}

.page-reg-company .line-items .line-item .service-recommend-items ul li:last-child {
    margin-right: 0;
}

.page-reg-company .line-items .line-item .service-recommend-items ul li .title {
    font-size: 22px;
    text-align: center;
    margin-bottom: 17px;
}

.page-reg-company .line-items .line-item .service-recommend-items ul li .card {
    height: 120px;
    background: #fff;
    padding: 20px 30px;
    font-size: 16px;
    color: #797979;
    border-radius: 10px;
    line-height: 30px;
}