.container {
    overflow: hidden;
}
/* 导航 */
.company-nav {
    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;
}
/* 公司注册动态 */
.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;
}
/* 商标注册 */
.trademark-registration .trademark-wraper .item {
    width: 279px;
    height: 166px;
    text-align: center;
    box-shadow: 0 0 9px 3px #eee;
    margin-right: 28px;
    margin-bottom: 28px;
}
.trademark-registration .trademark-wraper .item:nth-child(4n) {
    margin-right: 0;
}
.trademark-registration .trademark-wraper .item:nth-child(n+5) {
    /* margin-bottom: 0; */
}
.trademark-registration .trademark-wraper .item img {
    width: 44px;
    height: 44px;
    margin-top: 8px;
}
.trademark-registration .trademark-wraper .item h4 {
    font-size: 16px;
}
.trademark-registration .trademark-wraper .item p{
    color: #999;
    font-size: 12px;
    margin-bottom: 10px;
}
.trademark-registration .trademark-wraper .item a {
    width: 93px;
    height: 25px;
    border: 1px solid #0044ca;
    color: #0044ca;
    border-radius: 5px;
    display: inline-block;
}
.trademark-registration .btn {
    height: 30px;
    position: relative;
}
.trademark-registration .btn > div {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.trademark-registration .btn .more-btn {
    margin-right: 30px;
}
/* 相关服务 */
.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;
}
























