@import url(header.css);
/*pagination*/
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #ffffff;
    background-color: #960709;
    border-color: #960709;
    cursor: default;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 8px 14px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #333;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}

.pagination > li > a:focus, .pagination > li > a:hover {
    text-decoration: none;
    background-color: #eceeef;
    border-color: #ddd;
}

/*box overlay*/
.overlay-container {
    position: relative;
    display: block;
    text-align: center;
    overflow: hidden;
    height: inherit;
}

.overlay-top, .overlay-bottom {
    position: absolute;
    top: auto;
    padding: 15px;
    bottom: 0px;
    left: 0;
    right: 0px;
    background-color: rgba(30, 30, 30, 0.5);
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all ease-in-out 0.25s;
    -o-transition: all ease-in-out 0.25s;
    transition: all ease-in-out 0.25s;
    height: 0;
    color: #ffffff;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
}

.overlay-link {
    position: absolute;
    z-index: 10;
    top: 0;
    padding: 15px;
    bottom: 0px;
    left: 0;
    right: 0px;
    background-color: rgba(30, 30, 30, 0.5);
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all ease-in-out 0.25s;
    -o-transition: all ease-in-out 0.25s;
    transition: all ease-in-out 0.25s;
    color: #ffffff;
}

.overlay-link i {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 80px;
    height: 80px;
    border: 1px solid #ffffff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    font-size: 32px;
    line-height: 80px;
}

.overlay-link i:hover {
    background-color: #ffffff;
    color: #777777;
}

.overlay-container:hover .overlay-link {
    height: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
}

/*header*/

.section-header .navbar {
    min-height: 60px;

}

.section-header .navbar-toggler {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #ffffff;
    background: #960709;
    border-radius: 0;
    margin-right: 0.75rem;
}

.section-header .navbar-toggler-icon {
    background: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}

.section-header .collapse.show {
    padding-bottom: 1rem;
}

.section-header .navbar-brand {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 2rem;
    margin-left: 0.75rem;
}

.section-header .main-nav a {
    font-size: 14px;
}

.section-header .nav-item-level-1, .section-header .dropdown-custom-level-1 {
    padding: 18px 10px 15px 10px;
    border-bottom: 2px solid transparent;
}

.section-header .nav-item-level-1:hover {
    border-bottom: 2px solid #960709;
}

.section-header .nav-link {
    padding: 0;
}

.section-header .nav-item-level-2 a {
    font-size: 14px;
    display: block;
    padding: .25rem 1.5rem !important;
    width: 100%;
    clear: both;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
    min-width: auto;
}

.section-header .dropdown-menu {
    min-width: 100%;
}

.section-header .nav-item-level-2 a:hover,
.section-header .nav-item-level-2 a:active {
    text-decoration: none;
    background: rgba(0, 0, 0, 0.03);
}

.section-header .dropdown-menu {
    margin: 0;
    border-radius: 0;
    border: none;
    border-top: 2px solid #960709
}

.section-header .dropdown-toggle::after {
    font-family: FontAwesome;
    content: "\f107";
    border: none;
    vertical-align: inherit;
}

@media (max-width: 767px) {
    .section-header .nav-item-level-1, .section-header .dropdown-custom-level-1 {
        padding: 0.5rem 0.75rem;
        border: none;
    }

    .section-header .nav-item-level-1:hover {
        border: none !important;
    }

    .section-header .nav-item-level-2 a {
        font-size: 14px;
        display: block;
        padding: .25rem 1rem !important;
    }

    .section-header .dropdown-menu {
        border: none;
        box-shadow: none;
    }
}

@media (min-width: 992px) {
    .navbar-nav > li.dropdown:hover > .dropdown-menu {
        display: block;
    }
}

.section-head .head-desc p {
    color: #888888;
}

/*slider*/
.section-slider .swiper-container {
    width: 100%;
}

@media (min-width: 992px) {
    .section-slider .swiper-container {
        height: 550px;
    }
}

.section-slider .swiper-slide {
    text-align: center;
    font-size: 18px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.section-slider .text-wrap {
    width: 100%;
    position: absolute;
    z-index: 3;
    top: 25%;
    left: 0;
    color: #ffffff;

}

.section-slider .text-wrap h1 {
    font-size: 3.5rem;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.section-slider .text-wrap h2 {
    font-size: 2rem;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

@media (max-width: 767px) {
    .section-slider .text-wrap h1 {
        font-size: 1.4rem;
    }

    .section-slider .text-wrap h2 {
        font-size: 1rem;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .section-slider .text-wrap h1 {
        font-size: 2rem;
    }

    .section-slider .text-wrap h2 {
        font-size: 1.5rem;
    }
}

/*service*/
.service-unit .service-title {
    font-size: 1.2rem;
}

.service-unit .overlay-bottom {
    height: 3.4rem;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
}

/*about*/
.about-img{
	margin-top: 60px;
	margin-left:100px;
}

.section-about .about-desc, .section-about .about-desc p {
    word-break: break-word;
	font-size: 14px;
	line-height: 28px;
}
.col-xs-offset-7 {
    margin-left: 50%;
}
.home-lawyer{
	color: #fff;
	padding: 100px 0;
}
.about-header{
	font-size: 20px;
}
/*online-service*/
.section-online {
    width: 60px;
    position: fixed;
    top: 50%;
    right: 0px;
    background-color: #fff;
    z-index: 999;
}

.section-online .online-item {
    display: block;
    width: 100%;
    height: 60px;
    margin-bottom: 2px;
    text-align: center;

}

.section-online .online-item a {
    display: block;
    white-space: nowrap;
}

.section-online .online-item a i {
    margin-top: 15px;
    margin-bottom: 15px;
    width: 30px;
    height: 30px;
    font-size: 1.5rem;
    color: #ffffff;
}

.tooltip {
    font-size: 1.1rem;
}

/*products*/
.section-project .overlay-top {
    top: 0;
}

.section-project .overlay-bottom {
    bottom: 0;
}

.image-box:hover .overlay-top, .image-box:hover .overlay-bottom {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
}

.section-project .image-box:hover .overlay-top {
    height: 65% !important;
}

.section-project .image-box:hover .overlay-bottom {
    height: 35% !important;
}

.project-item {
    padding: 0;
}

.nav-category .nav-link {
    border-bottom: 1px solid transparent;
    border-radius: 0;
}

.nav-category .nav-link.active, .nav-category .show > .nav-pills .nav-link {
    color: inherit;
    background: transparent;
    border-bottom: 1px solid #960709
}

.section-project .image-box {
    overflow: hidden;
}

.project-item .text {
    position: relative;
    top: 15%;
}

@media (min-width: 1200px) {
    .project-item .text {
        padding: 0.75rem;
    }
}

.project-item .text h3 a, .project-item .text .small {
    color: #ffffff;
}

.project-item .text h3, .project-item .text h3 a {
    font-size: 1.2rem
}

.project-item .btn-outline-white {
    font-size: 0.8rem;
    padding: .3rem .5rem;
}

.project-item .btn-outline-white i {
    line-height: 29px;
}

/*news*/
.news-item {
    padding: 20px;
	font-size: 13px;
    color: #999999;
	border: 1px solid #ededed;
	height: 500px;
	background: #fff;
}

.news-title{
	margin-top: 20px;
    margin-bottom: 5px;
    color: #a81806;
    font-size: 18px;
    font-weight: normal;
    line-height: 28px;
    height: 60px;
    overflow: hidden;
}
.news-date{
	color:#074096;
	font-size: 16px;
	margin:20px 0;
}
.news-item .news-desc {
    color: #777;
	line-height: 26px;
	font-size: 14px;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; 
}
.news-point{
	text-align: center;
}
.news-img {
    height: 150px;
    overflow: hidden;
}

.news-img img {
    vertical-align: middle;
}
.link-read-more{
	text-align: right;
	color: #a81806;
}
.link-view-more {
    margin-top: 40px;
    line-height: 38px;
    height: 40px;
    display: inline-block;
    padding-left: 45px;
    padding-right: 45px;
    background: #fff;
    text-transform: normal;
    text-shadow: 0 0 0.5px rgba(0,0,0,0.1);
    box-shadow: 0 0 1px rgba(0,0,0,0.1);
    border: none;
    cursor: pointer;
    padding-top: 0;
    padding-bottom: 0;
    background: transparent;
    line-height: 36px;
    border: 2px solid #a81806;
    color: #a81806;
    border-radius: 40px;
    text-transform: uppercase;
}
.btn-wihte{
    line-height: 38px;
    height: 40px;
    display: inline-block;
    padding-left: 60px;
    padding-right: 60px;
    background: #fff;
    color: #a81806;
    text-transform: normal;
    text-shadow: 0 0 0.5px rgba(0,0,0,0.1);
    box-shadow: 0 0 1px rgba(0,0,0,0.1);
    border: none;
    cursor: pointer;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 40px;
    text-transform: uppercase;
}
/*client*/

.jarallax {
    position: relative;
    z-index: 0;
}

.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.section-client .section-foot .text-wrap {
    width: 100%;
    height: 100px;
    overflow: hidden;
}

/*Animated Backgrounds*/

.animated-text h2 {
    color: #ffffff;
    position: absolute;
    line-height: 3rem;
    font-size: 1.5rem;
}

@media (min-width: 768px) {
    .animated-text h2 {
        top: 25%;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        width: 100%;
    }

    .animated-text h2 + h2 {
        opacity: 0;
        top: 25%;
        filter: alpha(opacity=0);
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -ms-transform: scale(1.15);
        -o-transform: scale(1.15);
        transform: scale(1.15);
    }

    .animated-text:hover h2 {
        opacity: 0;
        top: 25%;
        filter: alpha(opacity=0);
        -webkit-transform: scale(0.85);
        -moz-transform: scale(0.85);
        -ms-transform: scale(0.85);
        -o-transform: scale(0.85);
        transform: scale(0.85);
    }

    .animated-text:hover h2 + h2 {
        opacity: 1;
        top: 25%;
        filter: alpha(opacity=100);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@media (max-width: 767px) {
    .animated-text h2 + h2 {
        display: none;
    }

    .section-client .section-foot .text-wrap {
        height: auto;
        padding: 0.75rem;
    }

    .animated-text h2 {
        font-size: 1.2rem;
        position: relative;
    }

    .feed-btn-wrap {
        margin-bottom: 1rem;
    }
}

/*footer*/
.section-footer {
     background: #3a3d42;
    padding: 55px 0 30px;
	color: #fff;
    font-size: 14px;
    margin-top: 20px;
}

.section-footer .img-footer-about {
    max-height: 50px;
    width: auto;
}
.section-footer-nav{
	/*border-bottom: 1px solid #a81806;*/
}
.section-footer .section-footer-nav .footer-title {
    font-size: 16px;
}


.section-footer a {
	color: #fff;
}

.section-footer .footer-contact .contact-body p, .section-footer .section-footer-nav ul > li {
    margin: 0;
    line-height: 35px;
}

.section-footer .footer-contact .contact-body em {
    width: 15px;
    text-align: center;
    margin-right: 0.4rem;
    color: #960709;

}

.section-footer .section-footer-nav ul {
    padding-left: 0;
    list-style: none;
}

.section-footer .footer-contact .contact-qcode > img {
    max-width: 100px;
    height: auto;
}

.section-copyright {
    background: #2f3337;
    color: #ffffff;
    padding:30px 0;
}

.section-copyright p {
    margin: 10px 0;
}

.section-copyright a {
    color: #ffffff;
}

/* Scroll to top */
.scrollToTop {
    color: #ffffff;
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    text-align: center;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1005;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    filter: alpha(opacity=0);
}

.scrollToTop.fadeToTop {
    -webkit-animation-name: fadeToTop;
    animation-name: fadeToTop;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeToTop {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeToTop {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.scrollToTop.fadeToBottom {
    -webkit-animation-name: fadeToBottom;
    animation-name: fadeToBottom;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeToBottom {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeToBottom {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.scrollToTop i {
    line-height: 48px;
    font-size: 32px;
}

.scrollToTop:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

/*page,list,top-bg*/
.section-top-bg {
    min-height: 250px;
    padding-top:120px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: 1;
    position: relative;
    overflow: hidden;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    color: #ededed;
}

.top-title{
	margin-top:60px;
	font-size: 36px;
}
/*breadcrumb*/
.section-breadcrumb {
    background: #ffffff;
}

.breadcrumb {
    background: none;
    margin-bottom: 0px;
    padding: .75rem 0;
}

.breadcrumb i {
    margin-right: .2rem;
}

/*section-list-v1 文章列表*/
.text-list-v1 li {
    border-bottom: 1px dashed #f3f3f3;
    padding: 0.5rem 0;
}

.text-list-v1 li i {
    margin-right: .5rem;
    font-size: 3px;
}

.text-list-v1 .list-separator {
    margin-bottom: 1.25rem;

}

.text-list-v1 small {
    color: #888888;
    margin: .3rem;
}

/*section-list-v2 文章列表带描述*/

.text-list-v2 .text-title {
    font-size: 1.5rem;
    margin-bottom: 1.2rem;
}

.text-list-v2 .text-desc {
    color: #888888;
}

.text-list-v2 .list-item {
    border-bottom: 1px solid #f3f3f3;
    padding: 1.8rem 0;
}

.text-list-v2 .text-more ul > li {
    margin-right: 1rem;
    color: #888888;
}

.text-list-v2 .text-more ul > li a {
    color: #888888;
}

.text-list-v2 .text-more i {
    margin-right: .3rem;
}

/*section-list-v3 文章列表带缩略图*/
.text-list-v3 .text-title {
    font-size: 20px;
    margin-bottom: 1.2rem;
}

.text-list-v3 .text-desc {
    color: #888888;
	font-size: 14px;
}

.text-list-v3 .list-item {
    padding: 1.8rem 0;
}

.text-list-v3 .list-item .image-box {
    overflow: hidden;
}

.text-list-v3 .text-more ul > li {
    margin-right: 1rem;
    color: #888888;
}

.text-list-v3 .text-more ul > li a {
    color: #888888;
}

.text-list-v3 .text-more i {
    margin-right: .3rem;
}

@media (max-width: 767px) {
    .text-list-v3 .image-box {
        margin-bottom: 0.8rem;
    }
}

/*section-list-thumb-v1 图片列表*/
.thumb-list-nav {
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
}
.navbox {
    background:#fff;
    border-radius:5px
   }
.navbox_title span {
    color:#e1e1e1;
    font-size:.4em;
    padding-left:5px;
    padding-right:20px
   }
.navbox_title span a {
    color:#fff;
    font-size:.6em
   }
.navbox_title span a:hover {
    color:#fff!important;
    text-decoration:underline
   }
.navbox_title {
    color:#fff;
    background:#a91806;
    padding:25px 0;
    text-align:center;
    font-size:1.4em;
    border-radius:5px 5px 0 0
   }
.subnav {
    text-indent:20px;
    font-size:1.6em;
    color:#fff
   }
.subnav a {
    color:#fff;
    font-size:.6em
   }
.subnav a:hover {
    color:#fff!important;
    text-decoration:underline
   }
.subnav2 {
    padding:10px 15px 20px
   }
.subnav2 .pull-right {
    margin-right:15px;
	margin-bottom:55px;
		
   }
.subnav2>li>ul>li>a>span {
    float:left;
    margin-top:6px
   }
.subnav2 li {
    list-style:none;
    border-bottom:#f5f3f3 solid 1px;
    margin-bottom:5px;
    text-indent:10px
   }
.subnav2 li .popover {
    max-width:400px
   }
.subnav2 li:last-child {
    border-bottom:0
   }
.subnav2 li>a {
    display:block;
    border-radius:5px;
    padding:15px 0 10px
   }
.subnav2 li>a:hover,.subnav2 li>a.active {
    background:#7c7c7c;
    color:#fff!important;
	text-decoration: none;
   }
.subnav2 li > a {
    display: block;
    border-radius: 5px;
    padding: 15px 0 10px;
}

.lawyer_list{
	background: #fff;
    margin-bottom: 30px;
    padding: 30px;
    line-height: 28px;
    border-radius: 5px;
}
.lawyer_list .head h2{
	font-size: 24px;
	margin-top: 60px;
}
.lawyer_list .body{
	font-size: 14px;
	line-height: 28px;
}


.lawyer_list_title{
	background: url(../images/title_line.png) left bottom no-repeat;
	padding-bottom: 10px;
}
.img-thumbnail {
    display: inline-block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.thumb-list-nav .active {
    border-bottom: 1px solid #960709;
}

.thumb-list-nav ul > li {
    border-bottom: 1px solid transparent;
    margin-right: 10px !important;
}

.thumb-list-nav ul > li:hover, .thumb-list-nav ul > li:active {
    border-bottom: 1px solid #960709;
}

.thumb-list-v1 .overlay-top {
    top: 0;
}

.thumb-list-v1 .overlay-bottom {
    bottom: 0;
}

.image-box:hover .overlay-top, .image-box:hover .overlay-bottom {
    height: 50%;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
}

.thumb-list-v1 .thumb-list-item {
    margin-bottom: 2rem;
}

.thumb-list-v1 .text {
    padding: 0 20px;
    position: relative;
    top: 30%;
}

.thumb-list-v1 .text h3 a {
    color: #ffffff;
}

.thumb-list-v1 .text h3, .thumb-list-v1 .text h3 a {
    font-size: 1.2rem
}

/*section-list-thumb-v2 图片列表带左侧导航*/
.section-list-thumb-v2{
	margin-top: 30px;
}
.right-nav-v1 .head h3 {
    font-size: 1.4rem;
    border-bottom: 1px dotted #E4E9F0;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-top: 0;

}

.right-nav-v1 .head h3 span {
    border-bottom: 1px solid #960709;
    padding-bottom: 10px;
    padding-right: 5px;
}

.right-nav-v1 .body li {
    margin-bottom: 3px;
}

.right-nav-v1 .body li a {
    line-height: 30px;
    display: block;
}

.right-nav-v1 .body li a:hover {
    background: #960709;
    color: #FFFFFF;
    padding-left: 10px;
}

.right-nav-v2 .head h3 {
    font-size: 1.4rem;
}

.right-nav-v2 .body li a {
    padding: 7px 0px;
    position: relative;
    display: block;
}

.right-nav-v2 .body li a:after {
    font-family: "FontAwesome";
    content: "\f101";
    font-size: 12px;
    position: absolute;
    right: 15px;
    top: 8px;
    color: #d1d1d1;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.right-nav-v2 .body li a:hover:after,
.right-nav-v2 .body li a:focus:after {
    right: 10px;
    color: #960709;
}

/*section-article-v1*/
.section-article-v1 .head, .section-article-v1 .body, .section-article-v1 .foot {
    margin-bottom: 1.5rem;
}

.section-article-v1 .head h2 {
    font-size: 1.4rem;
}

.section-article-v1 .prev-next li {
    padding: 5px 0;
}

.section-article-v1 .body img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 767px) {
    .section-article-v1 .body img {
        width: 100%;
        height: auto;
        min-height: auto !important;
    }
}

/*search*/
.right-search-v1 .search-wrap {
    display: inline-flex;
}

@media (max-width: 767px) {
    .search-wrap {
        padding: 0 0.75rem;
    }
}

.right-search-v1 input {
    border-radius: 0;
    box-shadow: none;
}

.right-search-v1 .btn-u {
    border: 0;
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
    font-weight: 400;
    padding: .5rem .75rem;
    line-height: 1.25;
    position: relative;
    background: #960709;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #960709;
}

.right-search-v1 .btn-u:hover {
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.news-home{
	border: 1px solid #ccc;
	margin: 10px;
}
/*home rongyu*/
.home-rongyu{
    display: block;
    height: 100px;
    background: #fff;
    margin-bottom: 20px;
    position: relative;
    transition: all .05s;
    border: 2px solid #d0d0d0;
    padding: 30px;
}
.home-rongyu-left{
	margin-top:20px;
	text-align:center;
	color:#a81806;
	line-height:1;
	width:12%;
	border-right:2px solid #d0d0d0;
	float: left;
}
.home-rongyu-left .month {
 font-size:24px;
 line-height:30px
}
.home-rongyu-left .year {
 margin-top:5px;
 font-size:15px
}
.home-rongyu-right{
    display: table-cell;
    line-height: 22px;
    font-weight: normal;
    vertical-align: middle;
	width:88%;
	float: right;
	margin:40px 0;
	padding-left: 50px;
}

/*team style*/
.team_list{
	background: #fff;
    margin-bottom: 30px;
    padding: 30px;
    line-height: 28px;
    border-radius: 5px;
}
.team-info{
	margin: 20px 0 60px 0;
}
.teamleader-item{
	text-align: center;
	background: #ededed;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
	padding-bottom: 20px;
	margin-bottom: 60px;
}
.team-text-title{
    font-size: 24px;
}
.team-text-box{
	padding:20px;
	font-size: 14px;
	background: #ededed;
	text-align: center;
}
.team-text-desc{
	color: #666;
	font-size: 18px;
	margin: 20px 0;
}
.team-content{
	text-align: left;
height:90px;
text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.join-us-banner{
    font-size: 18px;
    padding: 60px 0 ;
    text-align: center;
	clear: both;
}
.banner-text{
	margin-top:90px;
}
.teamleader01 .col-md-4{
	margin-bottom: 10px;
}
.partner .col-sm-3{
	margin-bottom: 10px;
}

/*search style*/
.home-search-v1{
	text-align: center;
	margin: 30px;
	
}

.home-search-v1 .search-wrap {
    display: inline-flex;

}
.search-wrap .form-control{
	 max-width: 513px !important;
}
@media (max-width: 767px) {
    .search-wrap {
        padding: 0 0.75rem;
    }
}

.home-search-v1 input {
    box-shadow: none;
}

.home-search-v1 .btn-u {
    border: 0;
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
    font-weight: 400;
    padding: .5rem .75rem;
    line-height: 1.25;
    position: relative;
    background: #a91806;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #a91806;
}

.home-search-v1 .btn-u:hover {
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

/*user style */
.tc-main{
    margin-top:100px;
}
.lawyer-header img,.headicon{
    border:1px solid #ccc;
    padding: 1px;
}


/*content style*/
.lawyer_content{
	background: #fff;
    margin-bottom: 30px;
    padding: 30px;
    line-height: 28px;
    border-radius: 5px;
}
.lawyer_content .head h2{
	font-size: 24px;
	margin-top: 60px;
}
.lawyer_content .body{
	font-size: 14px;
	line-height: 28px;
}

.lawyer_contentt_title{
	background: url(../images/title_line.png) left bottom no-repeat;
	padding-bottom: 10px;
}

.lawyer_content .zhaiyao{
	font-size: 14px;
}
.lawyer_list .body img{
    max-width: 100%;
}


.lawyer_content_img img{
    margin: 5px;
}
.lawyer_content_keywords{
    clear: both;
    text-align: center;

}

/*ucenter style*/
.myspace-search{
    margin-top: 30px;
}

.open-windows-title{
    margin:20px 0 10px 0;
    font-size: 24px;
    text-align: center;;
}

.hetong_img_list{
    margin: 30px 0;
}
.hetong_files_list{
    margin: 30px 0;
}
.hetong-list-title{
    font-size: 20px;
}
.hetonglist{
    margin: 20px;
}

.myspace-list{
    font-size: 12px;
}

.print-container{
    font-size: 16px;
    color: #000;
}
.print-container h2{
    text-align: center;
    margin: 10px 0;
}

.signature-table{
    height:120px;
}
.print-data{
    padding-top: 100px;
    text-align: right;
}
.print-data span{
    margin: 0 30px;
}
.btn_print{
    text-align: center;
    margin: 30px 0;
}
.add-btn{
    text-align: center;
    margin: 30px 0;
}
.add-time{
    margin: 0 10px;
}
.doc-edit{
    margin: 0 10px;
    float: right;
}
.total-case{
    font-size: 18px;
    margin-top: 20px;
}
.total-case span {
    font-weight: bold;
    margin: 0 10px;
}
.keyword_input{
    color: #a91806;
}

/* 个人中心*/
.nav {
    margin-bottom:0;
    padding-left:0;
    list-style:none
   }
   .nav>li {
    position:relative;
    display:block
   }
   .nav>li>a {
    position:relative;
    display:block;
    padding:10px 15px;
   }
   .nav>li>a:hover,
   .nav>li>a:focus {
    text-decoration:none;
    background-color:#eeeeee
   }
   .nav>li.disabled>a {
    color:#b3b3b3
   }
   .nav>li.disabled>a:hover,
   .nav>li.disabled>a:focus {
    color:#b3b3b3;
    text-decoration:none;
    background-color:transparent;
    cursor:not-allowed
   }
   .nav .open>a,
   .nav .open>a:hover,
   .nav .open>a:focus {
    background-color:#eeeeee;
    border-color:#006fc4
   }
   .nav .nav-divider {
    height:1px;
    margin:9px 0;
    overflow:hidden;
    background-color:#e5e5e5
   }
   .nav>li>a>img {
    max-width:none
   }
   .nav-tabs {
    border-bottom:1px solid #ddd
   }
   .nav-tabs>li {
    float:left;
    margin-bottom:-1px;
   }
   .nav-tabs>li>a {
    margin-right:2px;
    line-height:1.42857143;
    border:1px solid transparent;
    border-radius:4px 4px 0 0;
   }
   .nav-tabs>li>a:hover {
    border-color:#eeeeee #eeeeee #ddd
   }
   .nav-tabs>li.active>a,
   .nav-tabs>li.active>a:hover,
   .nav-tabs>li.active>a:focus {
    color:#555555;
    background-color:#fff;
    border:1px solid #ddd;
    border-bottom-color:transparent;
    cursor:default;
   }
   .nav-tabs.nav-justified {
    width:100%;
    border-bottom:0
   }
   .nav-tabs.nav-justified>li {
    float:none
   }
   .nav-tabs.nav-justified>li>a {
    text-align:center;
    margin-bottom:5px
   }
   .nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top:auto;
    left:auto
   }