@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-size: 14px;
    font-family: "思源黑体 CN", "黑体";
    color: #333;
}

ul, li, dl, dt, dd {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
}

i {
    font-style: normal;
}

span, a {
    display: inline-block;
}

.clear {
    clear: both;
}

img {
    vertical-align: middle;
}

.w {
    width: 1180px;
    margin: 0 auto;
    position: relative;
}

/*header*/
.header .top {
    height: 32px;
    line-height: 31px;
    border-bottom: 1px solid #dfdfdf;
}

.header .top ul {
    float: right;
}

.header .top ul li {
    float: left;
    padding: 0 12px;
    font-size: 12px;
    color: #353434;
    height: 32px;
}

.header .top ul li a {
    font-size: 12px;
}

.header .top ul li span {
    padding-right: 11px;
    background: url(../images/turn_btm.png) no-repeat right center;
    cursor: pointer;
}

.header .top ul.phone-gz li {
    padding: 0 9px;
    position: relative;
    border: 1px solid transparent;
}

.header .top ul.phone-gz li.current {
    background-color: #fff;
}

.header .top ul.phone-gz li.current1 {
    border-left: 1px solid #eee;
}

.header .top ul.phone-gz li.current2 {
    border-right: 1px solid #eee;
}

.header .top ul.phone-gz li a {
    color: #353434;
}

.header .top ul.phone-gz li .drop-down {
    position: absolute;
    top: 30px;
    width: 158px;
    height: 172px;
    border: 1px solid #eee;
    border-top: 0;
    background-color: #fff;
    text-align: center;
    z-index: 10;
    display: none;
}

.header .top ul.phone-gz li .drop-down .text {
    font-size: 10px;
    color: #353434;
    line-height: 14px;
    padding: 4px 0;
}

.header .top ul.phone-gz li .phone-text {
    left: -1px;
}

.header .top ul.phone-gz li .service-num {
    height: 40px;
    line-height: 32px;
    font-size: 12px;
    color: #353434;
    right: -1px;
}

.nav-bar {
    height: 52px;
    line-height: 51px;
}

.nav-bar .logo {
    float: left;
    font-size: 17px;
    color: #333;
    font-weight: bold;
}

.nav-bar .logo img {
    margin-right: 9px;
}

.nav-bar .nav {
    float: right;
}

.nav-bar .nav li {
    float: left;
    padding: 0 6px
}

.nav-bar .nav li a {
    padding: 0 16px;
    font-size: 16px;
    color: #333;
    height: 52px;
}

.nav-bar .nav li a.active {
    color: #dd4a67;
    border-bottom: 3px solid #dd4a67;
}

/*banner*/
.banner {
    min-width: 1180px;
}

/*在线申办*/
.bid-online {
    text-align: center;
}

.bid-online .title {
    font-size: 30px;
    color: #333;
    padding: 74px 0 34px;
}

.bid-online .tips {
    font-size: 16px;
    line-height: 25px;
}

.bid-online .gzsx-list {
    margin-top: 44px;
    display: flex;
    justify-content: center;
    width: 100%;
}

.bid-online .gzsx-list li {
    width: 248px;
    margin: 0 11px;
}

.bid-online .gzsx-list li .gzsx-detail {
    width: 248px;
    height: 444px;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 21px;
    display: block;
    box-shadow: 0 0 10px #ccc
}

.bid-online .gzsx-list li .gzsx-detail .gzsx-icon {
    width: 246px;
    height: 248px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
}

.bid-online .gzsx-list li .gzsx-detail .gzsx-icon.detail1 {
    background-image: url(../images/bid1.png);
}

.bid-online .gzsx-list li .gzsx-detail .gzsx-icon.detail2 {
    background-image: url(../images/bid2.png);
}

.bid-online .gzsx-list li .gzsx-detail .gzsx-icon.detail3 {
    background-image: url(../images/bid3.png);
}

.bid-online .gzsx-list li .gzsx-detail .gzsx-icon.detail4 {
    background-image: url(../images/bid4.png);
}

.bid-online .gzsx-list li .gzsx-detail .gzsx_type {
    padding-top: 23px;
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

.bid-online .gzsx-list li .gzsx-detail .gzsx_caption {
    line-height: 52px;
}

.bid-online .gzsx-list li .gzsx-detail .bid_btn {
    display: block;
    width: 110px;
    height: 35px;
    line-height: 35px;
    margin: 12px auto 0;
    border-radius: 8px;
    color: #fff;
    background-color: #d93657;
    font-weight: bold;
}

.bid-online .gzsx-list li .gzsx-detail:hover {
    transform: scale(1.02);
}

.bid-online .gzsx-list li .gzsx-detail:hover .gzsx-icon.detail1 {
    background-image: url(../images/bid1-hover.png);
}

.bid-online .gzsx-list li .gzsx-detail:hover .gzsx-icon.detail2 {
    background-image: url(../images/bid2-hover.png);
}

.bid-online .gzsx-list li .gzsx-detail:hover .gzsx-icon.detail3 {
    background-image: url(../images/bid3-hover.png);
}

.bid-online .gzsx-list li .gzsx-detail:hover .gzsx-icon.detail4 {
    background-image: url(../images/bid4-hover.png);
}

.bid-online .gzsx-list li .gzsx-detail:hover .bid_btn {
    background-color: #ad3339;
}

/*机构信息*/
.gzc-information {
    position: relative
}

.gzc-information .infor-container {
    width: 880px;
    height: 366px;
    background: url(../images/gzc-bg.png) no-repeat 0 0;
    margin: 0 auto 44px;
    position: relative;
    box-shadow: 0 0 50px #bbb;
}

.gzc-information .infor-container .content {
    width: 500px;
    height: 300px;
    background-color: #fff;
    border-radius: 8px;
    display: block;
    position: absolute;
    top: 30px;
    left: 165px;
    padding: 16px 30px;
    box-shadow: 0 0 10px #aaa;
}

.gzc-information .infor-container .content .text {
    text-align: center;
    font-size: 16px;
    line-height: 68px;
    font-weight: bold;
}
.gzc-information .infor-container .content .caption{
    height: 182px;
    overflow: hidden;
    line-height: 26px;
}

.gzc-information .infor-container .content .caption::after{
    content: "...";
    position: absolute;
    bottom: 34px;
    right: 16px;
    padding: 0 20px 1px 45px;
    background: url(../images/ellipsis_bg.png) repeat-y;
}

.gzc-information .infor-container .content p {
    text-indent: 2em;
    padding-bottom: 10px;
    line-height: 26px;
}

.gzc-information .infor-container:hover {
    background-image: url(../images/gzc-bg-hover.png)
}

@keyframes bottomDraw { /*定义关键帧�?�scaleDrew是需要绑定到选择器的关键帧名�?*/
    0% {
        top: 30px; /*�?始为原始大小*/
    }
    50% {
        top: 110px;
    }
    100% {
        top: 30px;
    }
}

.gzc-information .infor-container:hover .content {
    -webkit-animation-name: bottomDraw; /*关键帧名�?*/
    -webkit-animation-timing-function: ease-in-out; /*动画的�?�度曲线*/
    -webkit-animation-iteration-count: infinite; /*动画播放的次�?*/
    -webkit-animation-duration: 3s; /*动画�?花费的时�?*/
}

/*公告动�??*/
.gz-dynamic {
}

.gz-dynamic .title, .gz-map .title, .gzc-information .title {
    font-size: 30px;
    color: #333;
    padding: 80px 0 50px;
    text-align: center;
}

.gz-dynamic .news {
    width: 100%;
    float: left;
    padding: 0 78px;
}

.gz-dynamic .news-text .text {
    font-size: 16px;
    color: #333;
    padding-left: 66px;
    line-height: 56px;
}

.gz-dynamic .news-text .scan-more {
    float: right;
    width: 68px;
    height: 22px;
    line-height: 21px;
    text-align: center;
    border: 1px solid #cacaca;
    font-size: 12px;
    border-radius: 4px;
    margin: 18px 37px 0 0;
    color: #666;
}

.gz-dynamic .news .news-list {
    padding-top: 9px;
    height: 165px;
}

.gz-dynamic .news .news-list li {
    width: 50%;
    height: 39px;
    float: left;
    padding: 0 37px;
}

.gz-dynamic .news .news-list li a {
    display: block;
    line-height: 39px;
}

.gz-dynamic .news .news-list li a .news-title {
    width: 76%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    color: #999;
    padding-left: 29px;
    background: url(../images/dot.png) no-repeat 0 center;
}

.gz-dynamic .news .news-list li a .news-time {
    float: right;
    color: #999;
}

.gz-dynamic .news .news-list li a:hover {
    color: #666;
}

.gz-dynamic .news .news-list li a:hover .news-title {
    background-image: url(../images/dot-hover.png);
    color: #666;
}

.gz-dynamic .news .news-list li a:hover .news-time {
    color: #666;
}

/*公证导航*/
.gz-map .gzc-map {
    height: 528px;
    background-color: #fff;
    box-shadow: 0 0 20px #ccc;
    padding: 50px 30px 0;
}

.gz-map .gzc-map .name {
    height: 40px;
    border-bottom: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
}

.gz-map .gzc-map .name span {
    width: 174px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    border-right: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
    font-size: 16px;
    color: #333;
    cursor: pointer;
    float: left;
}

.gz-map .gzc-map .contact-type {
    padding-top: 12px;
}

.gz-map .gzc-map .name span.active {
    border-top: 2px solid #d93657;
}

.gz-map .gzc-map .contact-type p {
    font-size: 14px;
    line-height: 31px;
}

.gz-map .gzc-map .contact-type label {
    display: inline-block;
    padding-left: 40px;
    color: #333;
}

.gz-map .gzc-map .contact-type .gz-address {
    background: url(../images/icon-address-gzc.png) no-repeat 2px center;
}

.gz-map .gzc-map .contact-type .gz-contact {
    background: url(../images/icon-phone-type.png) no-repeat 0 center;
}

.gz-map .gzc-map .contact-type .service-time {
    background: url(../images/icon-work-time.png) no-repeat 0 center;
    margin-left: 36px;
}

.gz-map .gzc-map .map {
    width: 1120px;
    height: 300px;
    border: 1px solid #e3e3e3;
    margin-top: 20px;
}

/*footer*/
.footer {
    height: 205px;
    background-color: #333;
    width: 100%;
    min-width: 1180px;
    margin-top: 0px;
}

.footer .gzc-detail-infor {
    height: 107px;
    border-bottom: 1px solid #4f4f4f;
}

.footer .gzc-detail-infor .gzc-name {
    width: 262px;
    float: left;
    line-height: 106px;
    padding-left: 42px;
    font-size: 16px;
    color: #999;
    text-align: center;
}

.footer .gzc-detail-infor .contact-type {
    width: 910px;
    float: left;
    font-size: 16px;
    color: #999;
    line-height: 29px;
    padding-top: 24px;
}

.footer .gzc-detail-infor .contact-type label {
    display: inline-block;
    padding-left: 29px;
    color: #666;
}

.footer .gzc-detail-infor .contact-type .gz-address {
    background: url(../images/icon-address.png) no-repeat 0 center;
}

.footer .gzc-detail-infor .contact-type .gz-contact {
    background: url(../images/icon-phone.png) no-repeat 0 center;
    margin-left: 22px;
}

.footer .gzc-detail-infor .contact-type .service-time {
    background: url(../images/icon-time.png) no-repeat 0 center;
}

.footer .copy-right {
    text-align: center;
    color: #999;
    font-size: 12px;
    padding-top: 20px;
}

.footer .copy-right a:hover {
    text-decoration: underline;
}

/*机构信息详情*/
.gz-agency-infor {
    padding-top: 45px;
}

.gz-agency-infor .gz-agency-left {
    width: 156px;
    float: left;
    border: 1px solid #e5e5e5;
    border-bottom: 0;
}

.gz-agency-infor .gz-agency-left li {
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    background-color: #fff;
    cursor: pointer;
    border-bottom: 1px solid #e5e5e5;
}

.gz-agency-infor .gz-agency-left li.active {
    background-color: #e6e6e6;
    color: #d93657;
}

.gz-agency-infor .gz-agency-right {
    width: 1024px;
    float: left;
    border-top: 1px solid #e6e6e8;
}

.gz-agency-infor .gz-agency-right .agency-nav {
    color: #333;
    line-height: 42px;
    text-align: right;
    padding-bottom: 22px;
}

.gz-agency-infor .gz-agency-right .agency-nav img {
    position: relative;
    bottom: 2px;
    margin: 0 10px;
}

.gz-agency-infor .gz-agency-right .agency-nav .agency-type {
    color: #d93657;
}

.gz-agency-infor .gz-agency-right .agency-content {
    min-height: 403px;
}

/*.gz-agency-infor .gz-agency-right .agency-content .content{display: none;}*/
.gz-agency-infor .gz-agency-right .agency-content .content p {
    color: #333;
    line-height: 30px;
    text-indent: 2em;
    width: 860px;
    margin: 10px auto 0;
}

/*公证动�?�详�?*/
.gz-agency-infor .gz-agency-right .content ul {
    padding-left: 77px;
}

.gz-agency-infor .gz-agency-right .content li {
    height: 49px;
    line-height: 48px;
    border-bottom: 1px solid #e6e6e8;
}

.gz-agency-infor .gz-agency-right .content li a {
    display: block;
    padding-left: 4px;
    font-size: 16px;
    color: #333;
    padding-right: 7px;
}

.gz-agency-infor .gz-agency-right .content li a .gz-news-text {
    width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gz-agency-infor .gz-agency-right .content li a .date {
    float: right;
}

.gz-agency-infor .gz-agency-right .content li a:hover {
    color: #d93657;
}

.gz-agency-infor .gz-agency-right .content .no-data {
    display: block;
    margin: 0 auto;
    padding-top: 50px;
}

/*办证指南详情*/
.gz-agency-infor .gz-agency-right .content .content-wrapper {
    padding-left: 78px;
}

.gz-agency-infor .gz-agency-right .content .content-wrapper .light-title {
    line-height: 38px;
    border-bottom: 1px solid #e6e6e8;
    font-size: 20px;
    color: #333;
    text-align: center;
}

.gz-agency-infor .gz-agency-right .content .content-wrapper .bold-title {
    padding: 86px 0 16px;
    text-align: center;
    font-size: 26px;
    color: #333;
    font-weight: bold;
}

.gz-agency-infor .gz-agency-right .content .content-wrapper .small-title {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    padding: 70px 0;
}

.gz-agency-infor .gz-agency-right .content .content-wrapper p {
    width: auto;
    text-indent: 1em;
    margin: 10px 0 0;
    font-size: 18px;
    line-height: 40px;
}

.gz-agency-infor .gz-agency-right .content .back-step {
    padding: 82px 0 82px 78px;
    text-align: center;
}

.gz-agency-infor .gz-agency-right .content .back-step a {
    width: 110px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #d93657;
    color: #fff;
    margin-right: 26px;
    border-radius: 4px;
}

.map .BMapLib_nav_tab_content li {
    box-sizing: content-box;
}

.map .BMapLib_nav_tab_content li table td {
    box-sizing: content-box;
}

.map .BMapLib_sendToPhone {
    display: none;
}

