* {
    padding: 0;
    margin: 0;
    color: inherit;
    list-style: none;
    text-decoration: none;
}
body {
    font-size: 16px;
}
.clear {
    clear: both;
}
.con {
    max-width: 1300px;
    margin: auto;
}
@media screen and (max-width:1300px){
    .con {
        box-sizing: border-box;
        padding: 0 60px;
    }
}
@media screen and (max-width:640px){
    body {
        font-size: 13px;
    }
    .con {
        box-sizing: border-box;
        padding: 0 8px;
    }
}
.active {
    background: #875828 !important;
    color: white !important;
}
.hd-space {
    height: 120px;
}
@media screen and (max-width:640px){
    .hd-space {
        height: 52px;
    }
}
.hd-out {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
}
.hd-top-out {
    background: #f2f2f2;
}
@media screen and (max-width:640px){
    .hd-top-out {
        display: none;
    }
}
.hd-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 18px 0;
    color: #333;
}

.hd-top-left span{
    margin-right: 40px;
}
.hd-top-right span {
    color: #875828;
    font-weight: bold;
}

.hd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}
.logo {
    line-height: 30px;
}
.logo img{
    /*max-width: 56px;*/
    vertical-align: middle;
}
.logo span {
    vertical-align: middle;
    font-size: 28px;
}
.nav-li {
    float: left; 
    position: relative;
}
.nav-li>a {
    line-height: 50px;
    width: 107px;
    display: block;
    background: #875828;
    color: white;
    text-align: center;
}
.nav-li>a:hover {
    background: #875828;
}
.nav-box {
    display: block;
    position: absolute;
    left: 0;
    width: 200%;
    display: none;
    padding-top: 2px;
}
@media screen and (min-width:640px) {
    .nav-li:hover .nav-box{
        display: block;
    }
}
.nav-box a {
    display: block;
    text-align: center;
    font-size: 15px;
    line-height: 38px;
    background: #875828;
    color: white;
    margin-top: 1px;
    width: 49.5%;
    float: left;
    margin-left: 0.5%;
}
.nav-box a:hover {
    background: #875828;;
}
.menu {
    display: none;
}
.menu i {
    font-size: 19px;
    vertical-align: middle;
}
.menu span {
    margin-right: 4px;
    font-size: 15px;
    vertical-align: middle;
}
@media screen and (max-width:1300px) {
    .nav-li>a {
        width: 85px;
        font-size: 14px;
    }

}
@media screen and (max-width:640px) {
    .nav {
        display: none;
        position: absolute;
        left: 0;
        width: 100%;
        height: 100vh;
        top: 53px;
        box-sizing: border-box;
        padding: 20px 40px;
        background: rgba(0, 0, 0, 0.9);
    }
    .nav-li {
        width: 100%;
    }
    .nav-li>a {
        line-height: 10vh;
        width: 100%;
        background: transparent;
        border-bottom: 1px solid rgba(255,255,255,0.3);;
        text-align: left;
        box-sizing: border-box;
        padding-left: 10px;
    }
    .nav-box {
        display: none;
    }
    .menu {
        display: block;
    }
}



.ft-out {
    background: #363636;
    color: white;
    padding: 60px 0;
}
.ft {
    display: flex;
    justify-content: space-between;
}
.ft1-item {
    overflow: hidden;
    
}
.ft1-item img {
    float: left;
    
}
.ft1-item div{
    float: left;
    font-weight: bold;
    font-size: 14px;
}
.ft1-item div dd {
    margin-top: 5px;
}
.ft1-item:nth-child(2) {
    margin-top: 60px;
}
.ft1-item:nth-child(2) img {
    margin: 0 15px 0 9px
}
.ft1-item:nth-child(2) div dd{
    font-weight: normal;
}
.ft-phone {
    font-size: 20px;
    font-weight: bold;
    color: #875828;;
}

.ft2 {
    display: flex;
    justify-content: space-around;
    width: 40%;
}
.ft2-item {
    /*border-left: 1px solid #797979;*/
    padding-left: 8px;
    margin-left: 5%;
    width: 26%;
}
.ft2-item dt {
    font-weight: bold;
    color: #875828;
    margin-bottom: 20px;
}
.ft2-item dd {
    margin-bottom: 15px;
    font-size: 14px;
}
.ft2-item:nth-child(2) {
    /*width: 65%;*/
}
.ft2-item:nth-child(2) dd {
    float: left;
    margin-right: 16px;
}
.ft3-in {
    width: 58%;
    float: right;
    text-align: center;
}
.ft3-in img {
    width: 100%;
}
.ft-middle {
    font-size: 14px;
    margin-top: 30px;
    color: #868484;
}
.ft-middle span:last-of-type{
    display: none;
}
.ft-bottom-out {
    background: #875828;
    font-size: 14px;
    color: white;
    padding: 15px 0;
    text-align: center;
}
.ft-bottom-out span {
    margin: 0 10px;
}
.m_ft {
    display: none;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
}
.m-ft-space {
    height: 61px;
    display: none;
}

@media screen and (max-width:640px) {
    .ft-out, .ft-bottom-out {
        display: none;
    }
    .m_ft {
        display: block;
        padding: 10px 20px;
        box-sizing: border-box;
        background: rgba(88,88,88,0.17);
        display: flex;
        justify-content: space-around;
    }
    .m_ft a {
        width: 42%;
        text-align: center;
        line-height: 42px;
        font-size: 14px;
    }
    .m_ft a:nth-child(1) {
        background: white;
    }
    .m_ft a:nth-child(2) {
        background: #875828;
        color: white;
    }
    .m-ft-space {
        display: block;
    }
}

/* 轮播 */
.swiper-container {
    width: 100%;
    height: 100%;
}
.banner {
    /*max-width: 1920px;*/
    margin: 0 auto;
}
.banner img {
    width: 100%;
}
.banner1 {
    display: none;
}
@media screen and (max-width:640px) {
    .banner {
        display: none;
    }
    .banner1 {
        display: block;
    }
}
  
.title {
    text-align: center;
}
.title p:nth-child(1){
    font-size: 32px;
    font-weight: bold;
}
.title p:nth-child(2) {
    height: 2px;
    width: 120px;
    background: #875828;
    margin: 5px auto 15px;
}
.title p:nth-child(3) {
    font-size: 14px;
    color: #A1A1A1;
}
@media screen and (max-width:640px) {
    .title p:nth-child(1) {
        font-size: 20px;
    }
    .title p:nth-child(2) {
        width: 90px;
        margin: 5px auto 5px;
        font-size: 12px;
    }
    .title p:nth-child(3) {
        font-size: 12px;
    }
}
  

.index-about-out {
    padding: 60px 0;
}
.index-about {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
}
.index-about-left {
    width: 49%;
    border: 1px solid #B5E6FF;
    box-sizing: border-box;
    padding: 30px;
    position: relative;
}
.index-about-left-hd {
    font-size: 20px;
    font-weight: bold;
}
.index-about-left-con {
    margin-top: 30px;
    font-size: 16px;
    text-align: justify;
    letter-spacing: 1px;
    line-height: 26px;
    color: #434343;
}
.index-about-left-button {
    position: absolute;
    right: 30px;
    bottom: 30px;
    border: 1px solid #D7D7D7;
    color: #875828;
    font-size: 13px;
    border-radius: 6px;
    padding:5px 20px;
    font-weight: 600;
}
.index-about-left-button:hover {
    background: #875828;
    color: white;
}
.index-about-right {
    width: 49%;
}
.index-about-right img {
    width: 100%;
}

@media screen and (max-width:640px) {
    .index-about-out {
        padding: 10px 0;
    }
    .index-about {
        margin-top: 10px;
    }
    .index-about-left {
        width: 100%;
        padding: 10px 5px 50px;
    }
    .index-about-left-con {
        margin-top: 10px;
        font-size: 13px;
    }
    .index-about-right {
        width: 100%;
    }
    .index-about-left-button {
        right: 10px;
        bottom: 4px;
    } 
}




.index-honor-out {
    background: url(../images/u4.png) no-repeat center;
    background-size: cover;
    padding: 40px;
}
.index-honor {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.index-honor-item {
    max-width: 135px;
}
.honor-item-img {
    position: relative;
    cursor: pointer;
}
.m1{
    width: 100%;
    display: block;
}
.m2 {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.honor-item-img:hover .m2 {
    display: block;
}
.index-honor-item:hover .honor-item-img-bg{
    color: white;
}
.honor-item-img-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 35px;  
}
.honor-item-con {
    text-align: center;
    font-size: 16px;
    margin-top: 15px;
}

@media screen and (max-width:640px) {
    .index-honor-out {
        padding: 10px;
    }
    .index-honor-item {
        width: 30%;
    }
    .index-honor-item:last-of-type {
        display: none;
    }
    .index-honor-item {
        font-size: 27px;
    }
    .honor-item-con {
        margin-top: 2px;
        font-size: 12px;
    }
    .honor-item-img-bg {
        font-size: 27px;
    }

}








.index-service-out {
    padding: 60px 0 0;
}
.index-service {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid #D7D7D7;
    padding-bottom: 40px;
}
.index-service-item {
    width: 23%;
    color: #333;
    box-shadow: 5px 5px 15px #A9A9A9;
    margin-bottom: 30px;
    position: relative;
}
.index-service-item img {
    width: 100%;
    display: block;
}
.index-service-bg {
    box-sizing: border-box; 
    padding: 20px 15px;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
.index-service-bg:hover {
    background: #F4FAFD
}
.index-service-item h4 {
    font-size: 20px;
}
.index-service-item div div {
   width:80%;
   height: 1px;
   background: #333;
}
.index-service-item p {
    margin-top: 10px;
    font-size: 16px;
    text-align: justify;
    display:-webkit-box;/*转成老版本的弹性盒子*/
    -webkit-line-clamp:2;/*在哪一行显示省略号*/
    -webkit-box-orient: vertical;/*设置方向 垂直方向生*/
    overflow:hidden
}
@media screen and (max-width:640px) {
    .index-service-out {
        padding: 10px 0 0;
    }
    .index-service {
        margin-top: 10px;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .index-service-item {
        width: 100%;
        margin-bottom: 10px;
        box-shadow: none;
    }
    .index-service-bg {
        padding: 20px;
    }
    .index-service-item h4 {
        margin-top: 6px;
        font-size: 18px;
    }
    .index-service-item p {
        font-size: 13px;
    }
}





.index-case-out .con {
    border-bottom: 1px solid #D7D7D7;
    padding-bottom: 40px;
}
.index-case-out {
    padding: 60px 0 0;
}
.index-case-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.index-case-nav a {
    text-align: center;
    line-height: 40px;
    width: 86px;
    border: 1px solid #D7D7D7;
    margin: 0 5px;
    font-size: 15px;
}
.index-case-nav a:hover {
    background: #875828;
    color: white;
}
.index-case {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.index-case-item {
    margin-top: 20px;
    width: 23%;
   
}
.index-case-item a{
    display: block;
    width: 100%;
    box-shadow: 5px 5px 15px #A9A9A9;
    overflow: hidden;
    
}

.index-case-item-img-in {
    width: 100%;
    display: block;
    transition: all 0.3s;
    transform: scale(1);height: 200px;
}
.index-case-item a:hover .index-case-item-img-in{
    transform: scale(1.2);
}
.index-case-item-title {
    box-sizing: border-box;
    margin-top: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;text-align: center;
}
.index-case-more {
    width: 200px;
    line-height: 40px;
    color: white;
    background: #875828;
    display: block;
    margin: 30px auto 0;
    text-align: center;
    border-radius: 6px;
}
@media screen and (max-width:640px) {
    .index-case-out {
        padding: 10px 0 0;
    }
    .index-case-nav {
        margin-top: 10px;
    }
    .index-case-nav a{
        width: 65px;
        font-size: 12px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .index-case-item {
        width: 100%;
        margin-top: 10px;
    }
    .index-case-item a {
        box-shadow: none;
    }
    .index-case-item-title {
        margin-top: 8px;
        font-size: 13px;
    }
    .index-case-more {
        width: 150px;
        line-height: 40px;
        margin: 15px auto 0;
    }
    .index-case-out .con {
        padding-bottom: 10px;
    }
}










.team-news-line {
    border-bottom: 1px solid #D7D7D7;
}

.index-team-out {
    padding: 60px 0;
    
}
.index-team-bg {
    /*background: url(../images/u0.jpg) no-repeat center;*/
    background-size: cover;
    margin-top: 150px;
}
.index-team {
    background: white;
    border: 1px solid #D7D7D7;
    display: flex;
    justify-content: space-between;
    transform: translateY(-90px);
    flex-wrap: wrap;
}
.index-team-left {
    width: 60%;
    box-sizing: border-box;
    padding: 30px;
}
.index-team1 {
    display: flex;
    justify-content: space-between;
}
.index-team1 a {
    width: 38%
}
.index-team1 img {
    /* margin: 30px; */
    box-shadow: 5px 5px 15px #CBCBCB;
    width: 100%;
}
.index-team1-con {
    padding-top: 25px;
    width: 56%;
}
.index-team1-con p:nth-child(1) {
    font-size: 30px;
    margin-bottom: 12px;
}
.index-team1-con p:nth-child(1) span {
    font-size: 16px;
    margin-left: 20px;
}
.index-team1-con p:nth-child(2) {
   color: #333;
}
.index-team1-con p:nth-child(3) {
    margin-top: 20px;
    color: #333;
}
.index-team2-a {
    display:flex;
    justify-content: space-around;
}
.index-team2-a a {
    display: inline-block;
    color: #875828;
    border:1px solid #D7D7D7;
    padding: 8px 0;
    font-size: 14px;
    border-radius: 5px;
    margin-top: 40px;
    text-align: center;
    width: 40%;
}
.index-team1-con a:hover {
    background: #875828;
    color: white;
}
.index-team-right {
    width: 35%;
    background: #F2F2F2;
}
.index-team2 {
    display: flex;
    justify-content: space-between;
    border-left: 1px solid #D7D7D7 ;
    border-bottom: 1px solid #D7D7D7 ;
}
.index-team2:last-of-type {
    border-bottom: none;
}
.index-team2-left {
    width: 60%;
    padding-left: 20px;
    margin-top: 30px;
}
.index-team2-left p:nth-child(1) b {
    font-size: 18px;
}
.index-team2-left p:nth-child(1) span{
    font-size: 15px;
    margin-left: 20px;
    color: #333333;
}
.index-team2-left p:nth-child(2) {
    color: #333333;
    font-size: 13px;
    margin-top: 30px;
}
.index-team2-right {
    width: 40%;
}
.index-team2-right img {
    width: 80%;
    margin: 15px;
    box-shadow: 5px 5px 15px #CBCBCB;
}
@media screen and (max-width:640px) {
    .index-team-out {
        padding: 10px 0;
    }
    .index-team-left {
        width: 100%;
        padding: 0;
    }
    .index-team1 {
        display: flex;
        justify-content: space-between;
    }
    .index-team1 a {
        width: 49%;
    }
    .index-team1 img {
        width: 100%;
        margin: 0;
    }
    .index-team1-con {
        padding-top: 0px;
        width: 44%;
    }
    .index-team1-con p:nth-child(1) {
        font-size: 20px;
        margin-bottom: 2px;
        /* margin-top: 12px; */
    }
    .index-team1-con p:nth-child(2){
        font-size: 12px;
    }
    .index-team1-con p:nth-child(3){
        font-size: 12px;
        margin-top: 3px;
    }
    .index-team1-con>a {
        padding: 5px 10px;
        font-size: 10px;
        margin-top:16px;
        float: right;
    }
    .index-team-right {
        width: 100%;
        margin-top: 16px;
    }
    .index-team2 {
        border-bottom: 1px solid #D7D7D7 !important;
    }
    .index-team-bg {
        margin-top: 10px;
    }
    .index-team {
        transform: translateY(0); 
        border: none;
        padding: 10px;
    }
    .index-team1-con p:nth-child(1) span {
        font-size: 12px;
        margin-left: 10px;
    }
    .index-team2-left p:nth-child(1) span {
        font-size: 12px;
        margin-left: 10px;
        color: #333333;
    }
    .index-team2-left {
        margin-top: 12px;
    }
    .index-team2-left p:nth-child(2) {
        margin-top: 7px;
    }
    
}







.index-news-out {
    padding: 30px 0 60px;
}
.index-news {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}
.index-news-item {
    width: 24%;
    margin-bottom: 10px;
}
.index-news-img img {
    width: 100%;
    display: block;
}
.index-news-con {
    color: #A1A1A1;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #D7D7D7;
    border-top: none;
}
.index-news-con dt {
    color: black;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index-news-con dd:nth-child(2) {
    margin-top: 10px;
    font-size: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 20px;
	height:60px;
}
.index-news-con dd:nth-child(3) {
    text-align: right;
    font-size: 13px;
}

@media screen and (max-width:640px) {
    .index-news-out {
        padding: 10px 0 10px;
    }
    .index-news {
        margin-top: 10px;
    }
    .index-news-item {
        width: 100%;
        margin-bottom: 10px;
    }
}




.column-banner {
    height: 300px;
    max-width: 1920px;
    margin: 0 auto;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.column-banner p {
    font-size: 30px;
    color: white; display:none;
}
.column-banner p:nth-child(2) {
    font-size: 17px;
    width: 80%;
    margin-top: 15px;
    text-align: center;
}
@media screen and (max-width:640px) {
    .column-banner {
        height:150px;
    }
    .column-banner p {
        font-size: 30px;
    }
    .column-banner p:nth-child(2) {
        font-size: 12px;
        width: 90%;
        margin-top: 15px;
        text-align: center;
    }
}




.ab-title {
    font-weight: bold;
    color: #797979;
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #875828;
}



.ab-intro-out {
    padding-top: 40px;
}
.ab-intro {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ab-intro-left {
    width: 100%;
}
.ab-intro-con {
    margin-top: 20px;line-height: 26px;
}
.ab-intro-right {
    width: 39%;
    margin-top: 36px;
}
.ab-intro-right img {
    width: 100%;
}
@media screen and (max-width:640px) {
    .ab-intro-out {
        padding-top: 10px;
    }
    .ab-intro-left {
        width: 100%;
    }
    .ab-intro-right {
        width: 100%;
        margin-top: 0px;
    }
    .ab-intro-right img {
        width: 100%;
    } 
}



.ab-intro-left img {max-width: 99%;height: auto !important;}


.ab-culture-out {
    padding-top: 40px;
}
.ab-culture {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 100px;
}
.ab-culture-item {
    width: 30%;
    border: 1px solid #C9C9C9;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 300px;
    position: relative;
}
.ab-culture-item::before{
    content: "";
    height: 60px;
    width: 60px;
    position: absolute;
    left: 0;right: 0;
    bottom: -60px;
    margin: 0 auto;
    background: url(../images/u123.png) no-repeat center;
}
.ab-culture-item::after{
    content: "木：“材”、 专业人才";
    height: 40px;
    max-width: 300px;
    position: absolute;
    left: 0;right: 0;
    bottom: -90px;
    margin: 0 auto;
    color: #333;
    text-align: center;
    font-size: 20px;
}
.ab-culture-item:nth-child(2)::after {
    content: "诚：诚信、虔诚";
}
.ab-culture-item:nth-child(3)::after {
    content: "木：“人”、以人为本";
}
.ab-culture-item:hover {
    color: white;
    background: #875828;
}
.ab-culture-item:nth-child(2):hover {
    color: white;
    background: #875828;
}
.ab-culture-125 {
    width: 1px;
    margin:auto;
    position: relative;
}
.ab-culture-125::before {
    content: "";
    height: 60px;
    width: 200px;
    position: absolute;
    transform: translate(-150%,60%);
    margin: 0 auto;
    background: url(../images/u125.png) no-repeat center;
}
.ab-culture-125::after {
    content: "";
    height: 60px;
    width: 200px;
    position: absolute;
    transform: translate(50%,60%);
    margin: 0 auto;
    background: url(../images/u125.png) no-repeat center;
}
.ab-culture-wb {
    color: #875828;
    text-align: center;
    background: #afe1f8;
    line-height: 100px;
    margin-top: 40px;
    position: relative;
}
.ab-culture-wb::after {
    content: "";
    height: 60px;
    width: 60px;
    position: absolute;
    left: 0;right: 0;
    top: -60px;
    margin: 0 auto;
    background: url(../images/u123.png) no-repeat center;
}
.ab-culture-fw {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ab-culture-fw-item {
    width: 30%;
    border: 1px solid #875828;
    box-sizing: border-box;
    padding: 30px;
    box-shadow: 5px 5px 10px #A9A9A9;
    margin-top: 80px;
}
.ab-culture-fw-item dt {
    font-size: 25px;
    font-weight: bold;
    color: #875828;
    border-bottom: 2px solid #D7D7D7;
    margin-bottom: 20px;
}
.ab-culture-fw-item dd {
    margin-top: 10px;
    font-size: 16px;
    line-height: 23px;
}
@media screen and (max-width:640px) {
    .ab-culture-out {
        padding-top: 10px;
    }
    .ab-culture {
        margin-top: 10px;
    }
    .ab-culture-item {
        font-size: 77px;
    }
    .ab-culture-item::after {
        font-size: 13px;
        bottom: -98px;
    }
    .ab-culture-125 {
        display: none
    }
    .ab-culture-wb {
        line-height: 26px;
    }
    .ab-culture-fw-item {
        width: 100%;
        padding: 14px;
        margin-top: 10px;
    }
    
}


.ab-honor-out {
    padding: 60px 0;
}
.ab-honor {
    margin-top: 50px;
}
.ab-honor img {
    width: 100%;
}
@media screen and (max-width:640px) {
    .ab-honor-out {
        padding: 20px 0;
    }
}



.pr-list-out {
    padding-top: 80px;
}
.pr-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.pr-list-item {
    width: 23%;
    margin-top: 50px;
}
.pr-list-title {
    padding: 30px 0;
    border: 1px solid #C9C9C9;
    box-shadow: 5px 5px 10px #C9C9C9;
    margin-bottom: 5px;
    text-align: center;
    font-size: 18px;
}
.pr-list-title:hover {
    color: white;
    background: #875828;
}
.pr-list-con {
    position: relative;
}
.pr-list-con img {
    width: 100%;
    display: block;
}
.pr-list-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;left: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
}
.pr-bg-item {
    text-align: center;
    padding: 5px 0;
    width: 126px;
    border: 1px solid white;
    color: white;
    border-radius: 30px;
}
.pr-bg-item:hover {
    background: #875828;
}

.pr-contact {
    background: #875828;
    color: white;
    display: block;
    width: 400px;
    text-align: center;
    line-height: 50px;
    margin: 50px auto 0;
    font-size: 18px;
}

@media screen and (max-width:640px) {
    .pr-list-out {
        padding-top: 10px;
    }
    .pr-list-item {
        width: 100%;
        margin-top: 10px;
    }
    .pr-list-title {
        padding: 15px 0;
        font-size: 15px;
    }
    .pr-contact {
        width: 100%;
        margin: 15px auto 0;
    }
    .pr-case-out {
        padding: 10px 0 0;
    }
}


.pr-case-out {
    padding: 80px 0;
}
.pr-case {
    margin-top: 50px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.pr-case-item {
    width: 33.333333%;
}
.pr-case-name {
   width: 100%;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    color: #875828;
    position: relative;
}
.pr-case-name::before{
    content: "";
    position: absolute;
    background: url("../images/u648.png") no-repeat center;
    height: 20px;
    width: 50%;
    left: 75%;
    top: -154%;
    margin: auto 0;
    bottom: -60px;
}
.pr-case-item:last-of-type .pr-case-name::before{
    display: none;
}

.pr-case-name::after{
    content: "";
    position: absolute;
    background: url("../images/u652.png") no-repeat center;
    height: 60px;
    width: 20px;
    left: 0;right: 0;
    margin: 0 auto;
    bottom: -60px;
}
.pr-case-con {
    margin-top: 40px;
}
.pr-case-con img {
    width: 100%;
}
.pr-case-con-c {
    font-weight: bold;
    text-align: center;
    border-bottom: 3px solid #875828;
    width: 60%;
    margin: auto;
}
.pr-case-t {
    margin-top: 60px;
}
.pr-case-t img {
    width: 100%;
}
@media screen and (max-width:640px) {
    .pr-case-out {
        padding: 10px 0 0;
    }
    .pr-case-item {
        width: 100%;
    }
    .pr-case {
        margin-top: 15px;
    }
    .pr-case-name::before{
        display: none;
    }
    .pr-case-name::after{
        display: none;
    }
    .pr-case-con {
        margin-top: 0px;
        margin-bottom: 10px;
    }
}


.ser-des-out {
    padding-top: 80px;
}
.ser-title {
    position: relative;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 2px solid #875828;
}
/* .ser-title::after {
    content:"";
    position: absolute;
    left: 0;right: 0;
    bottom: -27px;
    margin: 0 auto;
    background: url(../images/u760.png) no-repeat center;
    width: 30px;height: 30px;
    transform: rotate(180deg);
} */
.ser-des {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}
.ser-des-left {
    width: 48%;
}
.ser-des-left img {
    width: 100%;
}
.ser-des-right {
    width: 48%;
    color: #333333;
    text-align: justify;
}
@media screen and (max-width:640px) {
    .ser-des-out {
        padding-top: 10px;
    }
    .ser-des-left {
        width: 100%;
    }
    .ser-des-right {
        width: 100%;
    }
}



.ser-lc-out {
    padding-top: 80px;

}
.ser-lc-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ser-lc-title img {
    width: 43%;
}
.ser-lc-title dt {
    font-weight: bold;
    color: #875828;
    font-size: 20px;
    text-align: center;
}
.ser-lc-title dd {
    font-size: 14px;
    color: #A1A1A1;
}
.ser-lc {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ser-lc-items {
    width: 46%;
    background: #FFEBD7; 
    color: #333;
}
.ser-lc-items li {
    padding: 20px;
    box-sizing: border-box;
    border-bottom: 1px dashed #C9C9C9;
    display: flex;
    justify-content: flex-start;
    align-items: center;

}
.ser-lc-items li img {
    margin-right: 20px;
}
@media screen and (max-width:640px) {
    .ser-lc-out {
        padding-top: 20px;
    }
    .ser-lc-title {
        justify-content: center;
    }
    .ser-lc-title img {
        display: none;
    }
    .ser-lc {
        margin-top: 10px;
    }
    .ser-lc-items {
        width: 100%;
    }
    .ser-case-out {
        padding: 20px 0;
    }
}




.ser-case-out {
    padding: 80px 0;
}
.ser-case {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ser-case-item {
    width: 24%;
    margin-top: 20px;
}
.ser-case-item-img img {
    width: 100%;
}
.ser-case-item p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
}
.ser-case-more {
    display: block;
    width: 200px;
    line-height: 40px;
    font-size: 18px;
    color: white;
    background: #875828;
    margin: 40px auto 0;
    text-align: center;
}
@media screen and (max-width:640px) {
    .ser-case-out {
        padding: 20px 0;
    }
    .ser-case-item {
        width: 100%;
    }
}


.team-title {
    padding-top: 80px;
}
.team-intro-out {
    padding-top: 30px;
}
.team-intro {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    background: #875828;
    color: white;
    box-sizing: border-box;
    padding: 30px;
}
.team-intro-left {
    width: 50%;
    text-align: justify;
    border-left: 4px solid #875828;
    padding-left: 7px;
}
.team-intro-right {
    width: 40%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.team-intro-right p{
    background: white;
    color: #875828;
    padding: 20px 60px;
    font-weight: bold;
}

@media screen and (max-width:640px) {
    .team-title {
        padding-top: 10px;
    }
    .team-intro {
        padding: 14px;
    }
    .team-intro-left {
        width: 100%;
    }
    .team-intro-right {
        width: 100%;
    }
    .team-intro-right p {
        padding: 6px 36px;
        margin-top: 15px;
    }
}

.team-list-out {
    padding: 40px 0;
}
.team-list {
    overflow: hidden;
}
.team-list-item {
    width: 25%;
    box-sizing: border-box;
    padding: 0 10px;
    float: left;
    margin-top: 30px;
}
.team-list-item-in {
    /* width: 100%; */
}
.team-list-img img{
    width: 100%; height:215px;
    box-shadow: 5px 5px 15px #CBCBCB;
}
.team-list-con{
    text-align: center;
}

.team-list-con dt {
    font-weight: bold;
    font-size: 18px;
    color: #333;
    margin-top: 20px;
    position: relative;
}
.team-list-con dt::after{
    content: "";
    position: absolute;
    background: url(../images/u2782.png) no-repeat center;
    width: 30px;height: 30px;
    transform: rotate(180deg);
    left: 0;right: 0;
    margin: 0 auto;
    bottom: -27px;
}
.team-list-con dd {
    margin-top: 27px;
    color: #333;
    font-size: 14px;
}

@media screen and (max-width:640px) {
    .team-list-item {
        width: 100%;
    }
}



.page {
    text-align: center;
    margin-top: 40px; font-size: 13px;
}
.page a {
    padding: 8px 15px;
    margin: 0 5px;
    background: #F2F2F2;
    color: #333;
    display: inline-block;
}
.page a:hover {
    color: white;
    background: #875828;
}
.page a:first-of-type, .page a:last-of-type {
    color: white;
    background: #875828;
}
.page-num-current {
    color: white !important;
    background: #875828 !important;
}
@media screen and (max-width:640px) {
    .page {
        margin-top: 20px;
    }
    .page a {
        font-size: 12px;
        padding: 5px;
    }
}




.resume-out {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #F2F2F2;
}
.resume-title dt{
    font-size: 30px;
    text-align: center;
    font-weight: bold;
}
.resume-title dd {
    display: flex;
    justify-content: space-between;
    align-items: center; 
    margin-top: 20px;
}
.resume-title dd img {
    width: 45%;
}
.resume-title dd img:nth-child(2) {
    width: 4%;
}

.resume {
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.resume-left {
    width: 50%;
    /* display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; */
    text-align: center;
}
.resume-left img {
    width: 60%;
    
    box-shadow: 0px 0px 30px #a5a0a0;
}
.resume-left div {
    color: #333;
    margin-top: 20px;
}
.resume-left a {
    color: #875828;
    display: inline-block;
    border: 1px solid #875828;
    font-weight: bold;
    padding: 5px 20px;
    font-size: 14px;
    margin-top: 20px;
    border-radius: 5px;
}
.resume-left a:hover {
    background: #875828;
    color: white;
}
.resume-right {
    width: 50%;
    padding: 0 30px 30px 0;
    box-sizing: border-box;
}
.resume-right dt {
    font-size: 30px;
    float: left;
    border-bottom: 3px solid #875828;
    margin-bottom: 30px;
}

@media screen and (max-width:640px) {
    .resume-out {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .resume-left {
        width: 100%;
    }
    .resume-left img {
        width: 70%;
    }
    .resume-left div {
        margin-top: 25px;
    }
    .resume-right {
        width: 100%;
        padding: 0;
        margin-top: 10px;
    }

}



.caselist-hd-out {
    padding-top: 80px;
}
.caselist-bottom-out {
    padding-top: 50px;
    padding-bottom: 80px;
}
.caselist-bottom {
    box-sizing: border-box;
    padding: 40px 50px;
    background: #F2F2F2;
    color: #333;
}
.caselist-item {
    overflow: hidden;
    line-height: 50px;
    border-bottom: 1px dashed #C9C9C9;
}
.caselist-item-date {
    float: left;
    color: #875828;
    font-weight: bold;
    font-size: 14px;
    margin-right: 80px;
}
.caselist-item-view {
    float: right;
    width: 12%;
    font-size: 14px;
}
.caselist-item-title {
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    float: left;
}
.caselist-item-title:hover {
    color: #875828;
}


@media screen and (max-width:640px) {
    .caselist-hd-out {
        padding-top: 10px;
    }
    .caselist-bottom-out {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .caselist-bottom {
        padding: 6px;
    }
    .caselist-item-date {
        font-size: 12px;
        margin-right: 2px;
        display: none;
    }
    .caselist-item-view {
        display: none;
    }
    .caselist-item-title {
        width: 94%;
    }
}



.case-o {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1300px;
    margin: auto ;
}
.case-in {
    width: 70%;
    box-shadow: 0 8px 15px #a89b9b;
    box-sizing: border-box;
    padding: 40px 30px;
    margin-bottom: 80px;
}
.case {
    box-sizing: border-box;
    padding: 20px 30px; text-align: center;
}
.case-hd {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #797979;
    font-size: 14px;
    font-weight: bold;
}
.case-hd a {
    position: relative;
}
.case-hd a:first-of-type::after{
    content:"";
    position: absolute;
    background: url(../images/u2648p000.png) no-repeat center;
    width: 54px;
    height: 6px;
    transform: rotate(180deg);
    left: -64px;top: 7px;
}
.case-hd a:last-of-type::after{
    content:"";
    position: absolute;
    background: url(../images/u2648p000.png) no-repeat center;
    width: 54px;
    height: 6px;
    /* transform: rotate(180deg); */
    left: 64px;top: 7px;
}
.case-hd a:hover {
    color: #875828;
}
.case-in h1 {
    font-size: 20px;
    text-align: center;
    color: #333;
    margin-top: 60px;
}
.case-des {
    display: flex;
    justify-content: center;
    color: #AEAEAE;
    font-size: 14px;
    margin-top: 40px;
    padding-bottom: 8px;
    border-bottom: 1px solid #AEAEAE;
}
.case-des span{
    margin: 0 40px;
}
.case article {
    margin-top: 30px;
}
.case article a {
    color: #875828 !important;
    font-weight: bold !important;
}
.case article img {
    display: block;
    max-width: 99%;height: auto !important; margin:0 auto;
}
.case-tags {
    margin-top: 50px;
    font-weight: bold;
    color: #5E5E5E;
}
.case-tags span {
    margin-right: 15px;
}
.case-statement p {
    margin-top: 20px;
    color: #797979;
    font-size: 14px;
}
.case-page {
    margin-top: 25px;
    color: #5E5E5E;
    font-size: 15px;
}
.case-page p{
    margin-top:15px;
}
.case-page p a{
    text-decoration: underline;
}
.case-page p a:hover {
    color: #875828;
}
.right-out {
    width: 28%;
}
.right-item {
    border: 1px solid #E5E5E5;
    background: #FBFBFB;
    box-sizing: border-box;
    padding: 30px;
    margin-bottom: 20px;
    
}
.right-item-img img{
    width: 100%;
}
.right-item-title {
    margin-bottom: 20px;
    font-size: 20px;
    position: relative;
}
.right-item-title::after{
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    background: #875828;
    left: -30px;
}
.right-item-con dt {
    text-align: center;
    color: #1A75FF;
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
}
.right-item-con dd {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    color: #A8A8A8;
}
.right-item-phone {
    margin-top: 20px;
    text-align: center;
}
.right-item-phone span{
    font-size: 20px;
    font-weight: bold;
    vertical-align: middle;
}
.right-item-phone img{
    vertical-align: middle;
    width: 35px;
}
.right-item-ly {
    width: 60%;
    color: white;
    background: #875828;
    margin: 12px auto 0;
    line-height: 40px;
    display: block;
    text-align: center;
    border-radius: 10px;
}
.right-item-list a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    line-height: 32px;
}
.right-item-list a:hover {
    color: #875828;
}



@media screen and (max-width:640px) {
    .case-in {
        padding: 20px 8px;
        margin-bottom: 0;
        width: 100%;
    }
    .case-in h1 {
        font-size: 18px;
        margin-top: 15px;
    }
    .case-des {
        margin-top: 10px;
    }
    .case-des span {
        font-size: 12px;
        margin: 0 2px;
    }
    .case article {
        margin-top: 0;
    }
    .case {
        padding: 13px 8px;
    }
    .case-tags {
        margin-top: 15px;
    }
    .case-statement p {
        margin-top: 10px;
        font-size: 12px;
    }
    .right-out {
        width: 100%;
    }
}



.newslist-nav {
    overflow: hidden;
    padding-top: 30px;
    border-bottom: 1px dashed #D7D7D7;
}
.newslist-nav a {
    float: left;
    line-height: 45px;
    width: 110px;
    border: 1px solid #f2f2f2;
    border-bottom: 2px solid #875828;
    text-align: center;
    font-size: 15px;
    margin-right: 10px;
}
.newslist-nav a:hover {
    color: white;
    background: #875828;
}

@media screen and (max-width:640px) {
    .newslist-nav {
        padding-top: 10px;
        display: flex;
        justify-content: space-between;
    }
    .newslist-nav a {
        width: 23%;
        font-size: 12px;
    }
}


.newslist-out {
    padding: 20px 0 80px
}
.newslist-item {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #E4E4E4;
    flex-wrap: wrap;
}

.newslist-item-img {
    width: 23%;
}
.newslist-item-img img {
    width: 100%;
    display: block;
}
.newslist-item-con {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    padding: 50px 0;
}
.newslist-title{
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
     text-overflow: ellipsis;
     display: block;
}
.newslist-des {
line-height: 30px;
    margin-top: 20px;
    color: #868686;
    font-size: 15px;
    display:-webkit-box;/*转成老版本的弹性盒子*/
    -webkit-line-clamp:2;/*在哪一行显示省略号*/
    -webkit-box-orient: vertical;/*设置方向 垂直方向生*/
    overflow:hidden
}
.newslist-bottom {
    position: absolute;
    bottom: 10px;
    width: 100%;
    font-size: 14px;
    color: #333;
}
.newslist-bottom span {
    margin-right: 20px;
}
.newslist-bottom a {
    width: 116px;
    line-height: 29px;
    color: white;
    background: #875828;
    text-align: center;
    float: right;
    border-radius: 5px;
}

@media screen and (max-width:640px) {
    .newslist-item-img {
        width: 100%;
    }
    .newslist-item-con {
        width: 100%;
    }
    .newslist-des {
        margin-top: 5px;
    }
    .newslist-bottom {
        display: none;
    }
    .newslist-out {
        padding-bottom: 20px;
    }
}


.joblist-out {
    padding: 80px 0
}
.joblist {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    flex-wrap: wrap;
}
.joblist-left {
    width: 50%;
}
.job-item {
    margin-bottom: 30px;
}
.job-item-hd {
    border-bottom: 1px dashed #D7D7D7;
    padding-bottom: 5px;
    margin-bottom: 25px;
}
.job-item-hd span {
    margin-right: 30px;
    font-size: 14px;
    color: #A1A1A1;
}
.job-item-hd span:nth-child(1) {
    font-size: 20px;
    font-weight: bold;
    color: #875828;
}

.joblist-right {
    width: 50%;
    margin-top: 30px;
}
.job-right-contact {
    padding: 15px;
    width: 70%;
    margin: 0 auto;
    background: #875828;
    border: 1px dashed #D7D7D7;
    line-height: 27px;
    font-size: 15px;
    color: white;
    box-sizing: border-box;
}
.job-right-contact p {
    margin-top: 10px;
}

@media screen and (max-width:640px) {
    .joblist-out {
        padding: 10px 0;
    }
    .joblist {
        margin-top: 10px;
    }
    .joblist-left {
        width: 100%;
    }
    .job-item-hd {
        margin-bottom: 10px;
    }
    .job-item-hd span {
        margin-right: 10px;
    }
    .job-item {
        margin-bottom: 10px;
    }
    .joblist-right {
        width: 100%;
    }
    .job-right-contact {
        width: 100%;
        padding: 20px;
    }
    .job-right-contact p {
        margin-top: 5px;
    }
}


.contact-out {
    padding: 80px 0;
}

.contact-title {
    text-align: center;
    font-weight: bold;
    font-size: 30px;
}
.contact-title img{
    display: block;
    margin-top: 15px;
    width: 100%;
}
.contact {
    display: flex;
    justify-content: space-around;
    padding: 50px 0 0;
    box-sizing: border-box;
    flex-wrap: wrap;
}

.contact-left {
    width: 45%;
}

.contact-left-hd {
    width: 100%;
    line-height: 89px;
    background-color: #afe1f8;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(228, 228, 228, 1);
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: '腾祥魅黑简 Bold', '腾祥魅黑简';
    font-weight: 700;
    font-style: normal;
    color: #875828;
    font-size: 16px;
    text-align: center;
}
.contact-left-hd span{
    font-family: 'Impact Bold', 'Impact Normal', 'Impact';
    font-size: 36px;
}
.contact-left-con {
    margin-top: 40px;
}
.contact-left-con p {
    line-height: 50px;
    color: #333;
}
.contact-left-con img {
    margin-right: 20px;
}

.contact-right {
    width: 45%;
}

.contact-right-hd dt {
    color: #797979;
    font-weight: bold;
    font-size: 18px;
}
.contact-right-hd dd {
    color: #A1A1A1;
    margin-top: 10px;
    font-size: 14px;
}
.contact-right form {
    width:80%;
    position: relative;
}
.contact-right p{
    margin-top: 30px;
    text-align: right;
    font-size: 14px;
}
.contact-right span {
    vertical-align: top;
}
.contact-right input {
    width: 80%;
    margin-left: 15px;
    vertical-align: top;
    line-height: 23px;
}
.contact-right textarea {
    width: 80%;
    min-height: 100px;
    margin-left: 15px;
    vertical-align: top;
}
.contact-right input::-webkit-input-placeholder{
    color: #BCBCBC;
    font-size: 14px;
}
.contact-right button {
    width: 125px;
    line-height: 40px;
    background: #875828;
    color: white;
    border: 1px solid transparent; 
    outline: none;
    padding: 0;margin: 0;
    border-radius: 5px;
    float: left;
    margin-left: 20%;
    margin-top: 30px;
}
#map {
    height: 400px;
    width: 100%;
}
.dt-out {
    margin-top: 40px;
}

@media screen and (max-width:640px) {
    .contact-out {
        padding: 20px 0;
    }
    .contact-title {
        font-size: 25px;
    }
    .contact {
        padding: 10px 0 0;
    }
    .contact-left {
        width: 100%;
    }
    .contact-left-hd {
        width: 100%;
        line-height: 60px;
        font-size: 14px;
    }
    .contact-left-hd span {
        font-size: 28px;
    }
    .contact-left-con {
        margin-top: 9px;
    }
    .contact-left-con p {
        line-height: normal;
        margin-top: 15px;
    }
    .contact-right {
        width: 100%;
        margin-top: 10px;
    }
    .contact-right form {
        width: 100%;
    }
    .contact-right input {
        width: 70%;
    }
    .contact-right textarea {
        width: 70%;
    }
    .contact-right span {
        float: left;
    }
    .contact-right button {
        display: block;
        margin: 20px auto 0;
        float: none;
    }
    .dt-out {
        margin-top: 20px;
    }
}


.position {
    text-align: right;
    font-size: 16px;
    color: rgb(66, 66, 66);
    padding: 10px;
}


@media screen and (max-width:640px) {
    .position {
        display: none;
    }
}

.ywfw {
    display: none;
}
.m-lc {
    display: none;
}


@media screen and (min-width:768px) {

.team-list-item {height: 300px;}
}



