/*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: #274262;
    border-color: #274262;
    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(241, 241, 241, 0.973);
    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: #333;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
}

.overlay-top .text a{
	color: #333;
}
.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: #333;
}

.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: #333;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    font-size: 32px;
    line-height: 80px;
}

.overlay-link i:hover {
    background-color: #274262;
    color: #fff;
}

.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: #274262;
    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 #274262;
}

.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 #274262
}

.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;
}
.head-desc h2{
	font-size: 20px;
	text-align: left;
}
/*slider*/
.section-slider .swiper-container {
    width: 100%;
    max-height:400px;
}
.swiper-slide img{
    width:100%;
    position:relative;
    padding:0;
    overflow:hidden;
    
}

@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;
    color: #ffffff;
    top: 25%;
}

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

.section-slider .text-wrap h2 {
    font-size: 18px;
    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;
    }
}
/*5块业务 文化资源开发专家 style*/
.wrap{width:100%;margin:0 auto;max-width:1200px;}


.team_list{height:572px;}
.team_list ul li{width:16%;float:left;}

.team_list a{overflow:hidden;display:block;margin:20px;position:relative;padding-bottom:500px;}
.team_list .text{position:absolute;bottom:0;left:0;right:0;padding:20px 0;text-align:center;/*border:1px solid #cea76e;background: #e0e0e0;*/width:45px;font-size: 40px;}
.team_list p{color:#999}
/*.team_list h3{font-size:18px;}*/
.team_list .text2{position:absolute;bottom:-100%;left:0;right:0;background:#e0e0e0;text-align:center;border:1px solid #cea76e;padding:30px 0;z-index:99;}
.team_list .text2 label{display:block;margin:10px auto;margin-bottom:15px;width:35px;height:3px;background:#cea76e}
.team_list .text2 h3{color:#333;}
.team_list .text2 p{width:90%;margin:0 auto;line-height:26px;color:#333}
.team_list ul{margin:0 -20px;list-style: none;}
.team_list a:hover{border-bottom-color:#cea76e}
.team_list a:hover .text2{bottom:0}

/*yewu style
.yewu-dec{
    margin-top: 20px;
}*/

/*首页12案例*/
.home_more{
    margin-bottom: 30px;
}
.home-more-link{
    font-size: 24px;
    color:#b28c43;
}
/* 10大系统服务*/
.section-10service{
    background-color: #efefef;
    padding-top: 30px;
}
.home-10service-container{
    padding:30px 0;

}

.fangfa{
    text-align: center;
    background-color: #fff;
    line-height:100px;
}
.fangfa  a{
    color:#b28c43;
    font-size: 24px;
}
.parentWrap{
    overflow: hidden;
}
.parent{
    margin-right: -20px;
    overflow: hidden;
}
.child{
    float: left;
    height: 100px;
    width: 20%;
    padding-top:10px;
    padding-right: 20px;
    box-sizing: border-box;
    background-clip: content-box;
}
.home_way{
    width: 131px;
    height: 200px;
    line-height:50px;
}
/*专家观点*/
.section-teacher{
    background-color: #efefef;
    padding:30px 0;
}

.home-teacher-header img{
	width:160px;
    height:160px;
}
.home-teacher{
	padding-top: 10px;
}
.home-teacher-name{
    font-size:24px;
    font-weight: bold;
    text-align: center;
}
.home-teacher-title{
    margin: 10px 0;
    text-align: left;
    height:50px;
}
.home-teacher-title a{
    color: #b38247;
    font-size:16px;
    font-weight: bold;
}
.home-teacher-item{
    text-align: center;
}
.home-teacher-text{
    background: #fff;
    padding: 10px;
}
.home-teacher-desc {
    text-align:left;
    height:110px;
}
/*东意方法*/
.dongyi-fangfa{
    padding:30px 0;
    height:430px;
}
/*news*/
.oriens-news{
	background: #fff;
    margin-top: 30px;
}
.oriens-news ul{
	padding-left:10px;
	list-style: none;
}
.news-img img{
	border: 1px solid #ededed;
}

.news-body ul li{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-item {
    padding: 10px;
}

.news-item h2 {
    font-size: 1rem;
}

.news-item .news-date {
    font-size: 13px;
    color: #999999;
}

.news-item .news-desc {
    color: #888888;
}

.news-img {
    height: 150px;
    overflow: hidden;
}

.news-img img {
    vertical-align: middle;
}

/*history style 东意简史*/
.history-title{
    font-size: 30px;
    font-weight: bold;
    color:#fff;
    background-color: #c99f63;
}
.history-point{
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #8e734e;
}
.history-list{
    border: 1px solid #c99f63; 
    height:280px;
}
.history-text{
    padding:5px;
}
/*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 {
    /*border-top: 5px solid #F2F2F2;*/
    background: #c99f63;
	color:#fff;
}
.section-footer a{
	color:#fff;
}
.section-footer .img-footer-about {
    max-height: 50px;
    width: auto;
}

.section-footer .section-footer-nav .footer-title {
    font-size:24px;
    color:#fff;
    font-weight: bold;
}

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

.section-footer .footer-contact .contact-body em {
    width: 15px;
    text-align: center;
    margin-right: 0.4rem;
    color: #274262;
    font-size: 1rem;
}
.footer-links{
    margin-top:30px;
}
.footer-links-list{
    margin: 0;
    line-height: 1.8rem;
}
.footer-contact{
    margin-top:30px;
}
.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: #b38247;
    color: #fff;
    padding: .6rem 0;
    margin-top: 20px;
}

.section-copyright p {
    margin: 0;
}

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

/* 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: 60px;
    -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: #ffffff;
}

/*breadcrumb*/
.section-breadcrumb {
    background: #274262;
	color: #fff;
}
.section-breadcrumb a{
	color: #fff;
}
.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;
}
.news-time{
	font-size: 1.0rem;
	margin-left: 20px;
	color: #274262;
}
.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: 1.5rem;
    margin-bottom: 1.2rem;
}

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

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

.text-list-v3 .list-item .image-box {
    overflow: hidden;
}
.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;

}
.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;
}

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

.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 #274262;
}

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

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

.image-box:hover .overlay-top {
    height: 60%;
    opacity: 1;
    filter: opacity(80%);
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
}
.image-box:hover .overlay-bottom {
    height: 40%;
    opacity: 1;
    filter: opacity(80%);
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
}
.thumb-list-v1 .thumb-list-item {
    margin-bottom: 2rem;
}
.thumb-list-item img{
	border: 1px solid #ededed;
	padding: 2px;
}


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

.thumb-list-v1 .text h3, .thumb-list-v1 .text h3 a {
    font-size: 1.0rem
}
/*section-list-thumb-v2 图片列表带左侧导航*/
.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 #274262;
    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: #274262;
    color: #FFFFFF;
    padding-left: 10px;
}

.right-nav-v2{
	padding: 10px;
	background: #274262;
	color: #fff;
}

/*列表页左侧导航样式*/
.right-nav-v2 .head h3 {
    font-size: 20px;
}

.right-nav-v2 .body li a {
    padding: 7px 0px;
    position: relative;
    display: block;
	color: #fff;
	font-size: 14px;
}

.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: #8e734e;
}

/*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;
    color: #fff;
    border: 1px solid #b38247;
}

.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: #b38247;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #b38247;
}

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


/*edit style*/
.header_top{
	border-top:6px solid #8e734e;
}

.home-city{
	background: #fff;
	padding-top: 2rem;
    text-align: center;
    margin-top: 30px;
}


/*home-consultation style*/
.home-consultation{
    margin: 30px 0;
}
/*homepro style*/
.home-pro{
	padding-bottom:20px; 
	background:#ededed;
}
.homepro_title{
	font-size: 14px;
}
.home-title{
	font-size: 34px;
    color: #333333;
}
.home-title-dec{
    font-size: 30px;
}
.home-title .keywords{
    color: #fff;
    background:#b38247;
    padding:5px;
    margin: 0 5px;
    -moz-border-radius: 70px; 
   -webkit-border-radius: 70px; 
   border-radius: 70px;
}
.zixun_program{
	margin: 30px;
	text-align: center;
}
.zixun_program span{
	margin-right: 20px;
	font-size:14px;
}
.footer_style a{
	color: #fff;
}
.section-client{
	background:#ededed;
    padding: 30px 0;
}
.section-client .text-center{
	margin-top: 10px;
}
.pro_text a{
	font-size:13px;
}

/*booklist style*/

.booklist{
	margin:50px 0;
}
.booklist-body{
	margin-top:40px;
}
.booklist-body img{
	border: 1px solid #ededed;
	widows: 150px;
	height: 200px;
	padding: 1px;
}
.booklist-title{
	text-align: center;
	font-size: 20px;
}
.book-title{
	font-size:12px;
	margin-top: 10px;
	text-align: center;
}

/*project sytle*/
.projectlist{
	margin:50px 0;
}
.projectlist-body{
	margin-top:40px;
}
.projectlist-body img{
	border: 1px solid #ededed;
	padding: 1px;
}
.project-list{
	margin-bottom: 10px;
}
.projectlist-title{
	text-align: left;
	font-size: 20px;
}
.projectlist-more{
	font-size:16px; 
	float: right; 
	margin-top:20px;
    font-style:normal;
}
.project-title{
	font-size:14px;
	margin-top: 10px;
}

.img-circle{
	border-radius: 50%;
}
.home-book{
	float:left; 
	margin-right: 10px;
}

.home-jingdian{
	line-height: 24px;
}
.title_content{
	font-size: 1.4rem;
}
.city-title{
	font-size: 14px;
	text-align: center;
	margin-top: 4px;
}

.logo{
	width: 200px;
}
.list-center-title{
	margin-top:30px;
}

/*btn style*/
.link-view-more {
    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 #8e734e;
    color: #8e734e;
    border-radius: 10px;
    text-transform: uppercase;
}

.link-view-more a:hover{
    line-height: 38px;
    height: 40px;
    display: inline-block;
    padding-left: 45px;
    padding-right: 45px;
    background: #8e734e;
    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 #8e734e;
    color: #8e734e;
    border-radius: 10px;
    text-transform: uppercase;
}
/*图片列表页面样式*/
.list-banner-name{
    color: #fff;
}
.list-banner-dec{
    color: #fff;
}
.list-pic-box{
    margin-bottom:30px;
    text-align: center;
}
.list-pic-box-img{
    margin-bottom:10px;
}
.list-pic-box-img img{
    border: 1px solid #ccc;
    padding: 1px;
    height: 260px;
}
