/*—�?�首页样式�?��??*/
/*背景*/
.index-content {
    background: white
}

/*顶层首页*/
.index-top {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    background: #99bfff url("../images/bg_shouye.png");
    z-index: -1;
}

.index-top-nav {
    height: 160px;
    background-color: #2574fb;
}

.index-top-nav .content {
    display: flex;
}

.index-top-nav .icon {
    width: 355px;
    height: 180px;
    background: url("../images/logo-b.png") no-repeat center;
}

.index-top-nav ul {
    display: flex;
    padding-left: 20px;
}

.index-top-nav ul li {
    text-align: center;
    margin-top: 40px;
    width: 160px;
    height: 99px;
    border-right: 1px #70a5ff dashed;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #ffffff;
}

.index-top-nav ul li img {
    display: block;
    width: 51px;
    height: 48px;
    margin: 2px auto 24px;
}

/*普�?�头�?*/
.header {
    background: #fff url("../images/banner.jpg") no-repeat center 0/auto 100%;
    height: 480px;
    width: 100%;
    min-width: 1200px;
    margin-top: 80px;
}

/*导航*/
.index-nav {
    margin-top: -53px;
    height: 250px;
    background-color: #ffffff;
    box-shadow: 0px 11px 10px 0px rgba(167, 167, 167, 0.08);
    padding: 34px;
}

.index-nav .index-nav-index {
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 1px;
    font-weight: bold;
    text-align: center;
    position: relative;
}

.index-nav .index-nav-index:before {
    content: "";
    background: url("../images/line-l.png") no-repeat center;
    height: 22px;
    width: 214px;
    position: absolute;
    left: 245px;
}

.index-nav .index-nav-index:after {
    content: "";
    background: url("../images/line-r.png") no-repeat center;
    height: 22px;
    width: 214px;
    position: absolute;
    right: 245px;
}

.index-nav ul {
    display: flex;
    margin-top: 22px;
}

.index-nav ul li {
    width: 25%;
    text-align: center;
    padding-top: 32px;
}

.index-nav ul li img {
    object-fit: cover;
    height: 51px;
    width: 51px;
}

.index-nav ul li span {
    display: block;
    margin-top: 20px;
    font-size: 18px;
    letter-spacing: 1px;
}

/*新闻中心*/
.content-1 {
    margin-top: 55px;
}

.content-1 .notice {
    margin-top: 24px;
    height: 36px;
    line-height: 36px;
    background-color: #eff5ff;
    padding-left: 60px;
    position: relative;
}

.content-1 .notice:before {
    content: "";
    height: 36px;
    width: 21px;
    background: url("../images/icon_gonggao.png") no-repeat center/100% auto;
    position: absolute;
    left: 18px;
}

.content-1 .notice ul li {
    width: 50%;
    float: left;
    padding-right: 60px;
}

.content-1 .notice ul li span {
    vertical-align: top;
}

.content-1 .notice ul li .notice-title {
    width: calc(100% - 80px);
    height: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 1px;
    color: #4287fb;
    font-weight: bold;
}

.content-1 .notice ul li .notice-date {
    letter-spacing: 1px;
    color: #99bfff;;
}

.content-1 .content {
    margin-top: 56px;
    display: flex;
    margin-bottom: 30px;
}

.content-1 .content .left, .content-1 .content .right {
    width: 50%;
}

.content-1 .content .left img {
    object-fit: cover;
    width: 540px;
    height: 270px;
    background-color: #ededed;
    border: none;
}

.content-1 .content .left h3 {
    font-size: 16px;
    line-height: 50px;
    font-weight: bold;
    margin-top: 10px;
}

.content-1 .content .left h3, .content-1 .content .left p {
    width: 540px;
}

.content-1 .content .right {
    padding-bottom: 14px;
}

.content-1 .content .right ul {
    height: 450px;
}

.content-1 .content .right li {
    height: 100px;
    padding: 24px 0 10px 0;
    display: flex;
    margin-bottom: 3px;
}

.content-1 .content .right li .date {
    height: 100%;
    border-right: 1px solid #dddddd;
    width: 150px;
    text-align: right;
    font-size: 16px;
    color: #999999;
    position: relative;
    padding-top: 35px;
    padding-right: 20px;
}

.content-1 .content .right li .date div {
    font-weight: bold;
    position: absolute;
    top: 0;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #333333;
    right: 20px;
}

.content-1 .content .right li .article {
    margin-left: 23px;
    width: 410px;
}

.content-1 .content .right li .article h4 {
    font-size: 15px;
    line-height: 14px;
    margin-bottom: 12px;
}

.content-1 .content .right li .article p {
    max-height: 40px;
    overflow: hidden;
}

.content-1 .content .right .swiper-pagination {
    text-align: right;
    padding-right: 10px;
}

/*公证案例*/
.content-2 {
    margin-top: 42px;
    margin-bottom: 50px;
}

.content-2 .swiper-container {
    margin-top: -50px;
    padding-top: 100px;
    padding-bottom: 54px;
}

.content-2 ul li {
    width: 378px;
    height: 192px;
    background-color: #f2f2f2;
    position: relative;
}

.content-2 ul li img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.content-2 ul li h4 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 44px;
    line-height: 44px;
    color: white;
    font-size: 16px;
    padding-left: 17px;
    background-color: rgba(38, 46, 65, 0.65);
}

.content-2 .page {
    position: absolute;
    right: 0;
    top: 0;
}

/*公证�?*/
.content-3 {
    background-color: #f7f8fa;
    padding: 100px 0;
}

.content-3 .content {
    padding-right: 500px;
    min-height: 283px;
    position: relative;
}

.content-3 .title {
    padding-bottom: 16px;
    border-bottom: 1px solid #dddddd;
}

.content-3 .title h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 42px;
}

.content-3 p {
    margin-top: 40px;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #666666;
    margin-bottom: 40px;
}

.content-3 img {
    width: 414px;
    height: 283px;
    background-color: #ffffff;
    position: absolute;
    right: 0;
    top: 0
}

.content-3 button {
    padding: 0 35px;
    height: 38px;
    line-height: 38px;
    background-color: #2574fb;
    font-size: 16px;
    color: #fffefe;
}

/*公证�?*/
.content-4 {
    margin-top: 70px;
    background: white url("../images/bg_gongzhengyuan.png") no-repeat center bottom/auto 194px;
    padding-bottom: 80px;
}

.content-4 .content {
    position: relative;
}

.content-4 .swiper-container {
    margin-top: -50px;
    padding-top: 100px;
    padding-bottom: 56px;
}

.content-4 .swiper-container ul {
    height: 550px;
}

.content-4 .page {
    position: absolute;
    right: 0;
    top: 0;
}

.content-4 li {
    height: 240px;
    background-color: #ffffff;
    box-shadow: 0px 3px 10px 0px rgba(71, 87, 126, 0.08);
    margin-bottom: 30px;
    display: flex;
}

.content-4 li .notary-detail {
    margin-left: 35px;
    padding-top: 60px;
}

.content-4 li .notary-detail h4 {
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    position: relative;
    padding-bottom: 15px;
}

.content-4 li .notary-detail h4:after {
    content: "";
    width: 32px;
    height: 3px;
    background-color: #2574fb;
    position: absolute;
    bottom: 0;
    left: 0;
}

.content-4 li .notary-detail p {
    margin-top: 15px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #666666;
}

/*联系我们*/
.content-5 {
    margin-top: 48px;
    margin-bottom: 90px;
    overflow: hidden;
}

.content-5 .title-center {
    margin-bottom: 22px;
}

/*.content-5 .map {*/
/*    width: 587px;*/
/*    height: 350px;*/
/*    background-color: #ededed;*/
/*    float: left;*/
/*    position: relative;*/
/*}*/

/*.content-5 .map .map-content {*/
/*    width: 587px;*/
/*    height: 350px;*/
/*}*/

/*.content-5 .map + .map {*/
/*    float: right;*/
/*}*/

/*.content-5 .map .map-title {*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 64px;*/
/*    line-height: 64px;*/
/*    background-color: rgba(38, 46, 65, 0.8);*/
/*    padding: 0 24px 0 66px;*/
/*    font-family: MicrosoftYaHei;*/
/*    font-size: 16px;*/
/*    color: #ffffff;*/
/*    opacity: 0.8;*/
/*    z-index: 200;*/
/*}*/

/*.content-5 .map .map-title:before {*/
/*    content: "";*/
/*    height: 64px;*/
/*    width: 24px;*/
/*    background: url("../images/icon_location.png") no-repeat center/100% auto;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 26px;*/
/*}*/

/*联系我们*/
.contact-l {
    float: left;
    width: 543px;
    padding-top: 24px;
}

.contact-item {
    margin-bottom: 12px;
    overflow: hidden;
}

.contact-tel {
    float: left;
    width: 24px;
    height: 24px;
    margin-right: 13px;
    background: url("../images/icon_dianhua-g.png");
    background-size: 100% 100%;
}

.contact-mail {
    float: left;
    width: 24px;
    height: 24px;
    margin-right: 13px;
    background: url("../images/icon_youxiang-g.png");
    background-size: 100% 100%;
}

.contact-items {
    float: right;
    width: 506px;
    line-height: 24px;
}

.contact-addrBox {
    position: relative;
    margin-top: 36px;
    padding: 25px 25px 0 25px;
    background: #3666D8;
}

.contact-addrTri {
    position: absolute;
    top: 50%;
    right: -18px;
    width: 0;
    height: 0;
    margin-top: -14px;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 28px solid #3666D8;
}

.contact-addrIcon {
    float: left;
    width: 24px;
    height: 32px;
    margin-top: 0px;
    background: url("../images/icon_dizhi.png");
    background-size: 100% 100%;
}

.contact-addrCon {
    float: right;
    width: 432px;
}

.contact-addr {
    margin-bottom: 14px;
    line-height: 18px;
    color: #fff;
}

.contact-map {
    float: right;
    width: 595px;
    height: 253px;
}
