.container {
    overflow: hidden;
}
/* 导航 */
.company-nav {
    margin-top: 15px;
    margin-bottom: 18px;
}
.company-nav li {
    width: 295px;
    height: 52px;
    line-height: 52px;
    background: #0044ca;
    margin-right: 6px;
}
.company-nav li a {
    display: block;
    width: 100%;
    height: 100%;
}
.company-nav li:last-child {
    margin-right: 0;
}
.company-nav li img {
    width: 34px;
    margin-left: 50px;
    margin-right: 20px;
    margin-top: 10px;
}
.company-nav li span {
    color: #fff;
    letter-spacing:8px;
    font-size: 16px;
}
/* 公司注册动态 */
.dynamic {
    width: 780px;
}
.dynamic-wraper {
    height: 360px;
}
.dynamic-wraper .head-img{
    width: 295px;
    height: 100%;
}
.dynamic-wraper .head-img img {
    width: 100%;
    height: 100%;
}
.dynamic-list {
    width: 465px;
}
.dynamic-list ul li {
    height: 35px;
    line-height: 35px;
    border-bottom: 1px dashed #ccc;
    position: relative;
}
.dynamic-list ul li p {
    width: 360px;
}
.dynamic-list ul li i,
.questions-list .item i {
    color: #ccc;
    margin-right: 3px;
}
.dynamic-list ul li span {
    color: #ccc;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
/* 常见问题 */
.questions {
    width: 400px;
    height: 415px;
    padding: 0 20px;
    box-sizing: border-box;
    box-shadow: 0px 0px 20px #ccc;
    position: relative;
}
.questions-list .item h3 {
    font-weight: 400;
}
.questions-list .item.active h3 {
    color: red;
    font-weight: 700;
}
.questions-list .item .content {
    display: none;
}
.questions-list .item.active .content {
    display: block;
}
.questions-list .item h3 {
    height: 38px;
    line-height: 38px;
    font-size: 14px;
}
.questions-list .item div {
    background: #f2f2f2;
    padding: 5px 8px;
}
.questions-list .item .more-btn {
    color: red;
}
.questions .tag {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #0044ca;
    color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 8px 2px #284a89;
    position: absolute;
    top: 13px;
    right: 20px;
    z-index: 5;
}
/* 热门注册地 */
.hotRegister-wraper .item {
    margin-right: 30px;
}
.hotRegister-wraper .item:nth-child(4n){
    margin-right: 0;
}
.hotRegister-wraper .item .head-img {
    width: 277px;
    height: 167px;
    position: relative;
}
.hotRegister-wraper .item .head-img img {
    width: 100%;
    height: 100%;
}
.hotRegister-wraper .item .head-img .person-number {
    color: #fff;
    width: 97px;
    height: 30px;
    line-height: 30px;
    border-bottom-right-radius: 5px;
    background: rgba(0, 0, 0, .3);
    text-align: right;
    position: absolute;
    top: 0;
    left: 0;
}
.hotRegister-wraper .item .head-img .person-number span {
    margin-right: 10px;
}
.hotRegister-wraper .item .title {
    text-align: center;
    margin: 10px 0 18px;
}
.hotRegister-wraper .item .title h3 {
    font-size: 16px;
}
.hotRegister-wraper .item .title span {
    color: #999;
    font-size: 14px;
}
/* 相关服务 */
.related-services {
    margin-bottom: 40px;
}
.related-services .related-wraper li {
    width: 24%;
    height: 80px;
    line-height: 55px;
    font-size: 23px;
    color: #4b4b4b;
    margin-right: 1%;
    box-shadow: 0px 0px 10px #eee;
    padding: 10px 10px;
    box-sizing: border-box;
}
.related-services .related-wraper li:last-child {
    margin: 0;
}
.related-services .related-wraper img {
    height: 53px;
    margin-left: 30px;
    margin-right: 20px;
}





























