/* 标签 */
.tag-label {
margin-top: 20px;
margin-bottom: 50px;
}
.tag-label ul {

}
.tag-label ul li {
    height: 110px;
    position: relative;
}
.tag-label ul li:nth-child(1) {
    width: 320px;
    margin-right: 30px;
}
.tag-label ul li:nth-child(1) div {
    width: 230px;
}
.tag-label ul li:nth-child(2) {
    width: 420px;
    margin-right: 40px;
}
.tag-label ul li:nth-child(3) {
    width: 390px;
}
.tag-label ul li > div {
    width: 80%;
}
.tag-label ul li img {
    width: 75px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.tag-label ul li h4 {
    font-size: 24px;
    color: #0044ca;
    margin-bottom: 10px;
}
.tag-label ul li p {
    line-height: 28px;
}
/* 海牙认证 */
.hague {
    margin-top: 25px;
}
.hague .hague-nav {
    width: 560px;
}
.hague .hague-nav .nav-item {
    margin-right: 16px;
    margin-bottom: 16px;
    cursor: pointer;
    float: left;
    position: relative;
}
.hague .hague-nav .nav-item:nth-child(2n) {
    margin-right: 0;
}
.hague .hague-nav .nav-item img {
    width: 272px;
}
.hague .hague-nav .nav-item.active .mask {
    background: rgba(0,52,154,.7);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.hague .hague-nav .nav-item .title {
    white-space:nowrap;
    font-size: 24px;
    background: rgba(0,0,0,.6);
    color: #fff;
    padding: 5px 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
}
.hague .hague-nav .nav-item.active .title {
    background: none;
}
.hague .nav-content {
    width: 620px;
    height: 345px;
    background: #f0f0f0;
    border-radius: 6px;
}
.hague .nav-content .item {
    padding: 25px 0 0 25px;
    display: none;
}
.hague .nav-content .item.active {
    display: block;
}
.hague .nav-content .item h4 {
    font-size: 20px;
}
.hague .nav-content .item span {
    color: #999;
}
.hague .nav-content .item h4,
.hague .nav-content .item span,
.hague .nav-content .item p {
    line-height: 35px;
}
/* 海外公司公证认证 */
.overseas-certification {
    background: url('../../img/notarization/notarization-section-1.jpg');
    height: 400px;
    position: relative;
    margin-top: 20px;
}
.overseas-certification .wraper {
    width: 900px;
    height: 370px;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}
.overseas-certification .wraper .left {
    width: 560px;
    height: 100%;
    background: #fff;
    box-sizing: border-box;
    padding: 60px 35px 0;
}
.overseas-certification .wraper .left ul li {
    margin-right: 2%;
    width: 23%;
    height: 105px;
    margin-bottom: 20px;
    position: relative;
}
.overseas-certification .wraper .left ul li:nth-child(4n + 4) {
    margin-right: 0;
}
.overseas-certification .wraper .left ul li img{
    width: 100%;
}
.overseas-certification .wraper .left ul li p {
    width: 120px;
    text-align: center;
    font-weight: 700;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.overseas-certification .wraper .left .consulting-btn {
    margin-top: 0;
}
.overseas-certification .wraper .left .consulting-btn a{
    width: 240px;
    height: 48px;
    box-sizing: border-box;
    font-size: 24px;
    line-height: 30px;
}
.overseas-certification .wraper .right {
    width: 340px;
    height: 100%;
    background: #f0f0f0;
    padding: 55px 25px 0;
    box-sizing: border-box;
}
.overseas-certification .wraper .right h4 {
    font-size: 22px;
}
.overseas-certification .wraper .right p {
 line-height: 40px;   
}
.overseas-certification .wraper .right p::before {
    content: '◆';
    margin-right    : 10px;
}
/* 服务类别 */
.service-category {
    background: url('../../img/notarization/notarization-section-2.jpg');
    height: 375px;
    margin-top: 50px;
    position: relative;
}
.service-category .apply {
    position: absolute;
    width: 240px;
    height: 47px;
    left: 23px;
    bottom: 25px;
}
.service-category .apply a {
    display: block;
    width: 100%;
    height: 100%;
}
.service-category .wraper {
    width: 915px;
    height: 100%;
}
.service-category .wraper .item {
    width: 25%;
    height: 100%;
    float: left;
    position: relative;
}
.service-category .wraper .item img {
    width: 100%;
    height: 100%;
}
.service-category .wraper .item .mask {
    background: rgba(0, 0, 0, .6);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    transition: all .5s;
}
.service-category .wraper .item.active .mask {
    opacity: .3;
}
.service-category .wraper p {
    color: #fff;
    white-space:nowrap;
    font-size: 30px;
    position: absolute;
    left: 50%;
    bottom: 48px;
    transform: translateX(-50%);
}
/* 涉外公证 */
.foreign-notarization {
    background: url('../../img/notarization/notarization-section-3.jpg');
    height: 400px;
    margin-top: 40px;
    padding: 16px;
    box-sizing: border-box;
    position: relative;
}
.foreign-notarization .wraper {
    width: 900px;
    height: 100%;
    background: #fff;
    padding: 7px 27px;
    box-sizing:border-box
}
.foreign-notarization .wraper .section h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 13px;
    margin-top: 7px;
}
.foreign-notarization .wraper .section:nth-child(1) ul li:nth-child(5n) {
    margin-right: 0;
}
.foreign-notarization .wraper .section ul li {
    width: 19.2%;
    height: 43px;
    line-height: 43px;
    text-align: center;
    background: #f0f0f0;
    margin-bottom: 7px;
    margin-right: 1%;
    border-radius: 5px;
}
.foreign-notarization .wraper .section.custom li:nth-child(4),
.foreign-notarization .wraper .section.custom li:nth-child(7),
.foreign-notarization .wraper .section.custom li:nth-child(9) {
    margin-right: 0;
}
.foreign-notarization .wraper .section.custom li:nth-child(4),
.foreign-notarization .wraper .section.custom li:nth-child(5) {
    width: 39.3%;
}
.foreign-notarization .wraper .section.custom li:nth-child(6) {
    width: 34.3%;
}
.foreign-notarization .wraper .section.custom li:nth-child(7) {
    width: 24.3%;
}
.foreign-notarization .wraper .section.custom li:nth-child(8) {
    width: 79.3%;
}
.foreign-notarization .wraper .section.custom li:nth-child(9) {
    width: 19.5%;
    color: #fff;
    background: #ff7800;
}
.foreign-notarization .wraper .section ul li a {
    display: block;
}
/* 律师公证 */
.lawyer-notarization {
    background: url('../../img/notarization/notarization-section-4.jpg');
    height: 375px;
    margin-top: 50px;
    position: relative;
}
.lawyer-notarization .wraper {
    width: 910px;
    height: 100%;
}
.lawyer-notarization .wraper ul {
    height: 100%;
}
.lawyer-notarization .wraper li {
    height: 100%;
    width: 33.33%;
    background: #d9c3ae;
    padding-top: 25px;
    padding-left: 35px;
    box-sizing: border-box;
}
.lawyer-notarization .wraper li:nth-child(2) {
    background: #e3d5c8;
}
.lawyer-notarization .wraper li:nth-child(3) {
background: #f4eae0;
}
.lawyer-notarization .wraper li h4 {
    font-size: 25px;
    font-weight: 700;
    position: relative;
    margin-bottom: 5px;
}
.lawyer-notarization .wraper li h4::after {
    content: '';
    width: 7px;
    height: 30px;
    background: #ff7800;
    position: absolute;
    top: 5px;
    left: -15px;
}
.lawyer-notarization .wraper li p {
    line-height: 35px;
}
/* 认证步骤 */
.attestation-step {
    height: 467px;
    position: relative;
    margin-top: 45px;
}
.attestation-step img {
    width: 100%;
    height: 100%;
}
.attestation-step a {
    position: absolute;
    width: 183px;
    height: 41px;
    left: 760px;
    bottom: 25px;
}


/* 最新动态 */
.page-title {
    padding: 30px 0 13px;
    text-align: center;
    margin: 0 auto;
    position: relative;
}
.page-title::after {
    content: '';
    width: 160px;
    height: 5px;
    background: #0044ca;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.page-title h2 {
    font-size: 28px;
    font-weight: 400;
}
.related-articles {
    margin: 36px 0 40px;
    padding: 0 80px 25px 90px;
    box-sizing: border-box;
    box-shadow: 0 0 10px 0px #ccc;
}
.related-articles .articles-nav {
    text-align: center;
    margin: 30px 0 20px;
}
.related-articles .articles-nav span {
    height: 32px;
    line-height: 31px;
    padding: 0 15px;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    margin-right: 5px;
    font-size: 16px;
    cursor: pointer;
}
.related-articles .articles-nav span.active {
    background: #0044ca;
    color: #fff;
}
.related-articles .articles-nav span:last-child {
    margin-right: 0;
}
.related-articles ul{
    height: 147px;
    overflow: hidden;
    position: relative;
}
.related-articles .articles-item ul {
    display: none;
}
.related-articles .articles-item.active ul {
    display: block;
}
.related-articles ul::before {
    content: '';
    border-right: 1px solid #ccc;
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.related-articles ul li {
    width: 48%;
    height: 48px;
    line-height: 48px;
    position: relative;
    border-bottom: 1px dashed #ccc;
}
.related-articles ul li:nth-child(2n) {
float: right;
}
.related-articles ul li::before{
    content: '◆';
    width: 5px;
    height: 5px;
    color: #0044ca;
    float: left;
    margin-right: 15px;
}
.related-articles ul li span {
    color: #999;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.related-articles .more-btn {
    margin-top: 20px;
    display: none;
}
.related-articles .articles-item.active .more-btn {
    display: block;
}
/* 公证认证样本 */
.advantage {
    height: 555px;
    position: relative;
}
.advantage .page-ad {
    height: 0;
}
.advantage .page-ad img {
    height: 555px;
}
.advantage .page-title::after {
    background: #ffb331
}
.advantage .page-title h2 {
    color: #fff;
}
.advantage .page-title {
    padding: 50px 0 13px
}
.swiper-button.left {
    left: 150px;
    top: 320px;
}
.swiper-button.right {
    right: 140px;
    top: 320px;
}
.swiper-container {
    width: 810px;
    height: 370px;
    margin-top: 30px;
}
.swiper-slide {
    height: 100%;
    opacity: 1;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.swiper-slide-visible {
    opacity: 1;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}
.swiper-slide-active {
    top: 0;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.swiper-slide img {
    width: 100%;
    height: 100%;
}
.footer {
    margin-top: 0;
}



























































