﻿@charset "utf-8";

/* 注意：以下长度用em换算，1em=10px。特别注意文字大小，父子层级会继承，所以不要在div中定义字体大小，只能用span修改字体。
------------------------------------------------------------------------------------------------------ */

/* 全局样式
-------------------------------------------------------------- */
html, body, a, p, span, ul, img {
    padding: 0;
    margin: 0;
    list-style: none;
    border: none;
    font-size: 14px;
    line-height: 25px;
    font-family: "Microsoft Yahei", "Arial";
    color: #666;
}

p {
    line-height: 25px;
}

img {
    border: none;
    vertical-align: middle;
}

td {
    vertical-align: center;
    font-size: 14px;
}

body {
    background: #fff;
    overflow-x: hidden;
}

/* 链接样式 */
a {
    text-decoration: none;
    outline: none;
}

a:visited {
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
    outline: none;
}

/* 常用元素 */
.clear {
    clear: both;
    font-size: 1px;
    line-height: 0px;
    height: 0px;
}

/* 层浮动 */
.left {
    float: left;
}

.right {
    float: right;
}

.center {
    margin: 0 auto;
}

/* 文字对齐 */
.tleft {
    text-align: left;
}

.tright {
    text-align: right;
}

.tcenter {
    text-align: center;
}

* html, * html body

/* 修正IE6振动bug */
{
    background-image: url(../images/9478ebd579df4698876877affbc8c100.gif);
    background-attachment: fixed;
}

/* 主体内容开始
-------------------------------------------------------------- */
@font-face {
    font-family: 'dinCond-Medium';
    src: url('../fonts/dincond-medium-webfont.eot');
    src: url('../fonts/dincond-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/dincond-medium-webfont.woff') format('woff'), url('../fonts/dincond-medium-webfont.ttf') format('truetype'), url('../fonts/dincond-medium-webfont.svg#novecentowide-bold-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

.page {
    margin: 0 auto;
    width: 100%;
    height: auto;
}

.content {
    width: 100%;
    margin: 0 auto;
}

#pages {
    padding-top: 5px;
    margin: 0 auto;
    padding: 25px 0;
}

#pages a {
    border: 1px solid #DDD;
    color: #333;
    margin: 2px;
    padding: 2px 5px;
    text-decoration: none;
    font-size: 13px;
}

#pages a:hover {
    border: 1px solid #DDD;
    color: #333;
    margin: 2px;
    padding: 2px 5px;
    text-decoration: none;
    background: #195091;
    color: #FFF;
    font-size: 13px;
}

#pages span {
    background: #195091;
    border: 1px solid gainsboro;
    color: white;
    font-weight: bold;
    margin: 2px;
    padding: 2px 5px;
    font-size: 12px;
}

/*--footer--*/
.footer {
    background: #A57230;
    border-top: 4px solid #845F35;
    padding: 30px 0 16px 0;
    line-height: 25px;
}

.footer a {
    color: #532c00;
}

.footer {
    color: #532c00;
}

.foottel {
    line-height: 26px;
    padding-bottom: 4px;
    padding-top: 10px;
}

.foottel strong {
    font-size: 28px;
    display: inline-block;
    line-height: 26px;
}

.foottel span {
    float: left;
    display: inline-block;
    color: #532c00;
}

.mobilewei {
    float: right;
    text-align: center;
    line-height: 26px;
    display: inline-block;
    color: #532c00;
    padding-left: 10px;
}

.wxtan {
    position: relative;
    width: 35px;
    height: 35px;
}

.Qr-codee {
    float: left;
    width: 100%;
    padding-bottom: 10px;
}

.Qr-codee li {
    display: inline-block;
    margin-right: 16px;
}

.Qr-codee li a {
    display: block;
}

.app-qrcode {
    display: none;
    position: absolute;
    width: 90px;
    height: 91px;
    margin-top: -101px;
    box-shadow: 0 0 6px rgba(14, 22, 30, .3);
    margin-left: -24px;
    z-index: 99;
}

.app-qrcode img {
    width: 100%;
}

.app-qrcode:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top: 10px solid rgba(0, 0, 0, .3);
    top: 93px;
    left: 37px;
}

.app-qrcode:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top: 10px solid #fff;
    top: 91px;
    left: 37px;
}

@media (max-width:767px) {
    .mobilewei {
        display: none;
    }

}

/*翻页*/
.pages {
    padding-top: 20px;
    padding-bottom: 40px;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
}

.pages:after {
    clear: both;
    content: '';
    width: 0px;
    display: block;
    height: 0px;
    visibility: hidden;
}

.pages a {
    border: 1px solid #DDD;
    display: inline-block;
    line-height: 38px;
    color: #333;
    margin: 5px 2px;
    height: 40px;
    min-width: 42px;
    padding: 0 5px;
    text-decoration: none;
    font-size: 14px;
}

.pages a:hover {
    text-decoration: none;
    border: 1px solid #8D7E70;
    background-color: #8D7E70;
    color: #fff;
    padding: 0 5px;
    height: 40px;
    line-height: 38px;
    font-size: 14px;
}

.pages span {
    display: inline-block;
    border: 1px solid #8D7E70;
    background-color: #8D7E70;
    color: #fff;
    line-height: 38px;
    min-width: 42px;
    padding: 0 5px;
    height: 40px;
    font-size: 14px;
    margin: 0 2px;
}

.pages a:first-child, .pages a:last-child {

    /* border:none;*/
}

/*--首页关于我们--*/
.pt123 {
    padding-top: 123px;
}

.homevideod {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 999;
    height: 1px;
}

.homew80 {
    width: 77%;
    margin: 0 auto;
}

.homevideo {
    width: 308px;
    float: right;
    padding-top: 17%;
}

.homevideo p {
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding-top: 10px;
}

.videopo {
    position: relative;
}

.videopo span {
    background: url(../images/videoj.png) no-repeat center center;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.homeabout {
    padding: 116px 0 115px 0;
}

.videot {
    padding: 20px;
    background-color: #fff;
}

.pb10 {
    padding-bottom: 10px;
}

.homept15 {
    padding-top: 15%;
}

.about_l {
    float: left;
    width: 48%;
}

.about_r {
    float: right;
    width: 45%;
}

.abouttitle {
    background: url(../images/huang.jpg) no-repeat left top;
    padding-top: 24px;
}

.abouttitle strong {
    display: block;
    font-size: 30px;
    color: #303030;
    line-height: 35px;
}

.abouttitle span {
    color: #333333;
    display: block;
    padding-top: 10px;
}

.aboutdes {
    padding-top: 45px;
}

.aboutdes p {
    font-size: 16px;
    line-height: 36px;
    height: 252px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
}

.aboutmore {
    padding-top: 23px;
    padding-bottom: 20px;
}

.aboutmore a {
    display: inline-block;
    position: relative;
    border: 1px solid #A8A8A8;
    width: 144px;
    height: 37px;
    line-height: 37px;
    text-align: center;
}

.aboutmore a:hover {
    color: #fff;
}

.aboutmore a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    z-index: -01;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.aboutmore a:hover:after {
    background: #A57230;
    height: 100%;
}

.about_r ul li {
    width: 50%;
    float: left;
    position: relative;
}

.about_r ul li a {
    display: block;
}

.about_r ul li a img {
    width: 100%;
    -webkit-transition: opacity .4s ease-in, -webkit-transform .8s linear;
    transition: opacity .4s ease-in, transform .8s linear;
}

.about_r ul li a:hover img {
    transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -moz-: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
}

.aboutpic {
    overflow: hidden;
}

.aboutpo {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 38px 26px 0 26px;
}

.aboutpo h4 {
    font-size: 28px;
    color: #fff;
    padding-top: 20%;
    text-align: center;
    margin: 0;
}

.aboutpo p {
    font-size: 16px;
    color: #fff;
}

.back-top {
    background: url(../images/top.png) no-repeat;
    width: 54px;
    height: 54px;
    position: fixed;
    bottom: 15%;
    display: none;
    right: 0;
    cursor: pointer;
    z-index: 99;
}

@media (max-width:1280px) {
    .homew80 {
        width: 80%;
        margin: 0 auto;
    }

    .homevideo {
        width: 258px;
        float: right;
        padding-top: 17%;
    }

    .homevideo img {
        width: 100%;
    }

    .aboutpo h4 {
        padding-top: 17%;
    }

}

@media (max-width:1199px) {
    .pt123 {
        padding-top: 82px;
    }

    .homeabout {
        padding: 80px 0 80px 0;
    }

    .about_r {
        float: right;
        width: 50%;
    }

    .aboutpo {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 30px 20px 0 20px;
    }

    .homew80 {
        width: 77%;
        margin: 0 auto;
    }

    .homevideo {
        width: 208px;
        float: right;
        padding-top: 17%;
    }

    .videopo span {
        background: url(../images/videoj2.png) no-repeat center center;
        background-color: rgba(0, 0, 0, 0.5);
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        cursor: pointer;
    }

}

@media (max-width:991px) {
    .about_l {
        float: left;
        width: 100%;
    }

    .about_r {
        float: right;
        width: 100%;
    }

    .homeabout {
        padding: 40px 0 80px 0;
    }

    .aboutdes {
        padding-top: 25px;
    }

    .aboutdes p {
        height: auto;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 15;
    }

    .homevideo {
        width: 158px;
        float: right;
        padding-top: 17%;
    }

    .homevideo p {
        text-align: center;
        color: #fff;
        font-size: 16px;
        padding-top: 10px;
    }

    .aboutpo h4 {
        padding-top: 20%;
    }

}

@media (max-width:540px) {
    .about_r ul li {
        width: 100%;
    }

    .back-top {
        bottom: 24%;
    }

}

/*--首页新闻--*/
.casek {
    padding: 50px 0 80px 0;
}

.casepic {
    overflow: hidden;
}

.casepic img {
    width: 100%;
}

.casepic img {
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.item:hover .casepic img {
    transform: scale(1.1, 1.1)
}

.newtime {
    font-size: 15px;
    text-transform: uppercase;
    line-height: 20px;
    padding: 17px 0;
}

.newtime span {
    color: #CCCCCC;
}

.newcont {
    border-bottom: 2px solid #E1E1E1;
    padding-top: 20px;
    position: relative;
}

.newcont:after {
    content: "";
    left: 0;
    bottom: -2px;
    position: absolute;
    width: 0;
    height: 2px;
    display: block;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.item:hover .newcont:after {
    width: 100%;
    background: #A57230;
}

.newcont h3 {
    font-size: 18px;
    color: #333333;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.casek .owl-theme .owl-dots.disabled {
    display: block;
}

.casek .owl-theme .owl-dots .owl-dot {
    display: none;
}

.casek .owl-theme .owl-nav [class*=owl-] {
    background: none
}

.casek .owl-theme .owl-nav span {
    font-size: 30px;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 24px;
    display: block;
    background: #AAAAAA;
    border-radius: 50%;
    color: #fff;
}

.casek .owl-theme .owl-nav {
    margin: 0;
    position: relative;
}

.casek .owl-theme .owl-nav button {
    position: absolute;
    top: -429px;
    outline: 0;
}

.casek .owl-theme .owl-nav button.owl-prev {
    right: 45px;
}

.casek .owl-theme .owl-nav button.owl-next {
    right: 0px;
}

.casek .owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
}

.casek .owl-theme .owl-nav button:hover span {
    background: #A57230;
}

@media (max-width:1280px) {
    .casek .owl-theme .owl-nav button {
        top: -380px;
    }

}

@media (max-width:1199px) {
    .casek .owl-theme .owl-nav button {
        top: -343px;
    }

}

@media (max-width:999px) {
    .casek .owl-theme .owl-nav button {
        top: -382px;
    }

}

@media (max-width:767px) {
    .casek .owl-theme .owl-dots .owl-dot {
        display: inline-block;
        background: none;
        outline: 0;
    }

}

/*--项目展示--*/
.cover {
    padding-bottom: 70px;
}

.cbox {
    position: relative;
}

.corganize .tab_menu {
    width: 100%;
    height: 250px;
    border-top: 1px solid #fff;
    position: absolute;
    left: 0;
    bottom: 691px;
}

.corganize .tab_menu li {
    width: 14.26%;
    float: left;
    height: 100%;
    padding: 0 10px;
    border-right: 1px solid #fff;
    text-align: center;
    cursor: pointer;
}

.corganize .tab_menu li:last-child {
    border-right: none;
}

.corganize .tab_menu li.current {
    background: url(../images/jhuang.png) repeat;
}

.corganize .tab_menu li a {
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

.corganize .tab_box .hide {
    display: none;
}

.protitle {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding-top: 125px;
}

.corganize .tab_menu li .proyin {
    display: none;
}

.corganize .tab_menu li.current .protitle {
    display: none;
}

.corganize .tab_menu li.current .proyin {
    display: block;
}

.proyin {
    padding-top: 52px;
}

.proyin span {
    height: 48px;
    display: block;
    width: 100%;
    text-align: center;
}

.jectitle {
    font-size: 20px;
    color: #fff;
    padding-bottom: 15px;
    font-weight: bold;
    padding-top: 16px;
}

.proyin p {
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    height: 78px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.proyin em {
    display: block;
    font-style: normal;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    background: url(../images/jiantou.png) no-repeat center;
    padding-bottom: 31px;
}

.gcdown {
    background: url(../images/gcbg.jpg) no-repeat center;
    height: 691px;
}

.project {
    margin-top: 106px;
}

.projecleft {
    float: left;
    width: 37%;
    padding-right: 20px;
}

.projectright {
    float: right;
    width: 50%;
    padding-left: 10px;
}

.projec_des {
    font-size: 15px;
    margin-top: 86px;
    line-height: 34px;
    height: 170px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.gcdown .owl-theme .owl-dots {
    display: none;
}

.gcdown .owl-theme .owl-nav {
    width: 37%;
    padding-right: 20px;
    float: left;
    margin-top: 0;
}

.gcdown .owl-carousel .owl-nav button.owl-next, .gcdown .owl-carousel .owl-nav button.owl-prev {
    border-radius: 0;
    border-top: 2px solid #C1CBD7;
    width: 50%;
    float: left;
    margin: 0;
    background: none;
    outline: 0;
    padding-top: 17px !important;
}

.gcdown .owl-carousel .owl-nav button.owl-prev span {
    font-size: 0;
    background: url(../images/prev.png) no-repeat;
    width: 36px;
    height: 11px;
    display: block;
    float: left;
}

.gcdown .owl-carousel .owl-nav button.owl-next span {
    font-size: 0;
    background: url(../images/next.png) no-repeat;
    width: 36px;
    height: 11px;
    display: block;
    float: right;
}

.gcdown .owl-carousel .owl-nav button.owl-next:hover, .gcdown .owl-carousel .owl-nav button.owl-prev:hover {
    border-top: 2px solid #093C99;
}

@media (max-width:1440px) {
    .projec_des {
        font-size: 15px;
        margin-top: 46px;
        line-height: 34px;
        height: auto;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 8;
        overflow: hidden;
    }

}

@media (max-width:1280px) {
    .corganize .tab_menu {
        width: 100%;
        height: 217px;
        border-top: 1px solid #fff;
        position: absolute;
        left: 0;
        bottom: 580px;
    }

    .corganize .tab_menu li {
        padding: 0 10px;
        border-right: 1px solid #fff;
        text-align: center;
        cursor: pointer;
    }

    .projecleft {
        float: left;
        width: 47%;
        padding-right: 20px;
    }

    .proyin {
        padding-top: 32px;
    }

    .protitle {
        padding-top: 105px;
    }

    .gcdown {
        height: 580px;
    }

}

@media (max-width:991px) {
    .corganize .tab_menu {
        width: 100%;
        height: 217px;
        border-top: 1px solid #fff;
        position: inherit;
        background: #7F7F7F;
        left: 0;
        bottom: 0;
    }

    .proyin p {
        font-size: 14px;
    }

    .jectitle {
        font-size: 16px;
    }

    .protitle {
        font-size: 16px;
    }

    .proyin em {
        font-size: 14px;
        padding-bottom: 40px;
        background-size: 80%;
    }

}

@media (max-width:767px) {
    .corganize .tab_menu {
        height: auto;
        background: #7F7F7F;
        overflow: hidden;
    }

    .corganize .tab_menu li {
        width: 50%;
        float: left;
        height: 185px;
        padding: 0 10px;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
        text-align: center;
        cursor: pointer;
    }

    .proyin span {
        height: 30px;
        display: block;
        width: 100%;
        text-align: center;
    }

    .proyin span img {
        width: 25px;
    }

    .proyin {
        padding-top: 15px;
    }

    .proyin em {
        font-size: 14px;
        padding-bottom: 40px;
        background-size: 50%;
    }

    .proyin p {
        font-size: 14px;
        color: #fff;
        line-height: 18px;
        height: 44px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

    .jectitle {
        font-size: 17px;
        color: #fff;
        padding-bottom: 14px;
        font-weight: bold;
        padding-top: 5px;
    }

    .protitle {
        padding-top: 55px;
    }

    .gcdown {
        background: url(../images/gcbg.jpg) no-repeat center;
        height: auto;
        padding-bottom: 60px;
        background-size: cover;
    }

    .project {
        margin-top: 30px;
    }

    .projecleft {
        float: left;
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
    }

    .projectright {
        float: right;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .gcup {
        display: none;
    }

    .gcdown .owl-carousel .owl-nav.disabled {
        display: block;
        width: 100%;
        margin-top: 20px;
    }

}

/*--集团概况--*/
@font-face {
    font-family: 'dinCond-Medium';
    src: url('../fonts/dincond-medium-webfont.eot');
    src: url('../fonts/dincond-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/dincond-medium-webfont.woff') format('woff'), url('../fonts/dincond-medium-webfont.ttf') format('truetype'), url('../fonts/dincond-medium-webfont.svg#novecentowide-bold-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

.insidebanner {
    margin-top: 123px;
    overflow: hidden;
}

.insidenav {
    background: #A0733E;
    min-height: 55px;
    position: relative;
    z-index: 9;
}

.crumbs {
    line-height: 55px;
    color: #fff;
    background: url(../images/house.png) no-repeat left;
    padding-left: 20px;
}

.crumbs a {
    color: #fff;
}

.leftnav li {
    float: left;
    text-align: center;
    line-height: 55px;
    background: url(../images/line.png) no-repeat right center;
    position: relative;
}

.leftnav li a {
    display: block;
    line-height: 55px;
    font-size: 15px;
    color: #fff;
    padding: 0 50px;
    position: relative;
    z-index: 99;
}

.leftnav li.active {
    font-weight: bold;
    color: #a16a2a;
    background: #fff;
}

.leftnav li.active a {
    font-weight: bold;
    color: #a16a2a;
}

.leftnav li:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0;
    width: 100%;
    z-index: 1;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.leftnav li:hover:after {
    height: 55px;
    background: #fff;
}

.leftnav li:hover a {
    font-weight: bold;
    color: #a16a2a;
}

.gsjsbg {
    overflow: hidden;
    background: url(../images/gsbg1.jpg) no-repeat center;
    height: 511px;
}

.gsjsbg .pull-left {
    padding-top: 78px;
}

.gsjsleft {
    background: url(../images/gsbg2.png) no-repeat;
    width: 278px;
    height: 294px;
    padding: 27px;
}

.gsjsleft h3 {
    background: url(../images/linetwo.jpg) no-repeat top left;
    font-size: 26px;
    color: #333333;
    margin: 0;
    padding-top: 41px;
}

.gsjsleft p {
    font-size: 26px;
    color: rgba(160, 115, 62, 0.6);
    text-transform: uppercase;
    padding-top: 18px;
}

.gsjscont {
    padding-left: 25px;
    width: 48%;
}

.gsjscont strong {
    display: block;
    font-size: 24px;
    color: #333333;
    padding-bottom: 33px;
    padding-top: 5px;
}

.gsjscont p {
    font-size: 15px;
    color: #333333;
    padding: 16px 0;
}

.gsjs_right {
    position: relative;
    width: 30%;
    height: 511px;
}

.gsjs_img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 142%;
}

.jqdesbg {
    background-image: url(../images/gsbg2.jpg);
    background-attachment: fixed;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 85px;
}

.jqdes {
    width: 55%;
    background: url(../images/since.png) no-repeat;
    padding-bottom: 35px;
}

.jqdes h4 {
    padding-top: 69px;
    font-size: 30px;
    color: #9b601b;
    padding-bottom: 16px;
}

.jqdes p {
    font-size: 15px;
    color: #333333;
    padding: 15px 0;
    line-height: 30px;
}

.jqhonor {
    background: url(../images/gsrybg.jpg) no-repeat center;
    height: 759px;
}

.honordes {
}

.honordes h4 {
    font-size: 30px;
    color: #fff;
    padding-top: 135px;
    margin: 0;
}

.honordes span {
    color: rgba(143, 143, 143, 0.5);
    font-size: 20px;
    padding-top: 5px;
    padding-bottom: 50px;
    text-transform: uppercase;
    display: block;
    font-family: 'dincond-medium', '微软雅黑';
}

.honordes p {
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    padding: 15px 0;
}

.w50 {
    width: 100%;
    padding: 17px 0;
}

.w50 div {
    overflow: hidden;
}

.honor p {
    font-size: 16px;
    text-align: center;
    color: #fff;
    margin-top: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pt152 {
    padding-top: 135px;
}

.pt50 {
    padding-top: 50px;
}

.honor .owl-nav {
    display: none;
}

.honor .owl-dots .owl-dot {
    background: none;
    outline: 0;
}

.honor .owl-dots .owl-dot span {
    width: 15px !important;
    height: 15px !important;
}

.honor img {
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.honor .item .w50:hover img {
    transform: scale(1.1, 1.1)
}

@media (max-width:1440px) {
    .gsjsbg {
        margin-top: 37px;
        background: url(../images/gsbg1.jpg) no-repeat 62%;
        height: 511px;
    }

    .gsjscont strong {
        padding-bottom: 13px;
    }

    .leftnav li a {
        padding: 0 30px;
    }

}

@media (max-width:1439px) {
    .gsjs_right {
        width: 25%;
    }

    .gsjs_img {
        width: 172%;
    }

}

@media (max-width:1199px) {
    .insidebanner {
        margin-top: 82px;
    }

    .leftnav li a {
        padding: 0 40px;
    }

    .gsjsleft {
        background: url(../images/gsbg2.png) no-repeat;
        width: 238px;
        height: 244px;
        padding: 27px;
        background-size: cover;
    }

    .gsjsleft h3 {
        font-size: 24px;
        padding-top: 21px;
    }

    .gsjsleft p {
        font-size: 22px;
        padding-top: 18px;
    }

    .gsjs_img {
        width: 190%;
        right: -50px;
    }

    .jqdes {
        width: 50%;
        background: url(../images/since.png) no-repeat;
        padding-bottom: 35px;
        background-size: contain;
    }

    .jqdes h4 {
        padding-top: 59px;
        font-size: 30px;
        color: #9b601b;
        padding-bottom: 16px;
    }

}

@media (max-width:991px) {
    .leftnav li a {
        padding: 0 30px;
    }

    .gsjscont p {
        font-size: 14px;
        color: #333333;
        padding: 10px 0;
    }

    .gsjsleft {
        background: url(../images/gsbg2.png) no-repeat;
        width: 203px;
        height: 213px;
        padding: 20px;
        background-size: cover;
    }

    .gsjsleft h3 {
        font-size: 22px;
        padding-top: 21px;
    }

    .gsjsleft p {
        font-size: 18px;
        padding-top: 18px;
    }

    .gsjs_right {
        width: 20%;
    }

    .gsjs_img {
        width: 220%;
        right: -50px;
    }

    .honordes h4 {
        font-size: 30px;
        color: #fff;
        padding-top: 45px;
        margin: 0;
    }

    .honordes span {
        padding-bottom: 30px;
    }

}

@media (max-width:819px) {
    .leftnav li a {
        padding: 0 25px;
    }

}

@media (max-width:767px) {
    .insidenav .pull-left {
        width: 100%;
    }

    .leftnav li {
        width: 33.33%;
    }

    .leftnav li a {
        padding: 0;
    }

    .leftnav li:hover {
        font-weight: bold;
        color: #a16a2a;
        background: #fff;
    }

    .leftnav li:after {
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
        display: none;
    }

    .crumbs {
        line-height: 25px;
        margin-top: 5px;
        margin-bottom: 5px;
        color: #fff;
        background: url(../images/house.png) no-repeat left 3px;
        padding-left: 20px;
    }

    .gsjsbg {
        margin-top: 37px;
        background: url(../images/gsbg1.jpg) no-repeat center;
        background-size: cover;
        height: auto;
        position: relative;
    }

    .gsjscont {
        padding-left: 0;
        width: 100%;
        padding-bottom: 30px;
    }

    .gsjs_right {
        display: none;
    }

    .gsjsbg .pull-left {
        padding-top: 40px;
    }

    .jqdesbg {
        background-image: url(../images/gsbg2.jpg);
        background-attachment: fixed;
        background-position: left bottom;
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 45px;
    }

    .jqdes {
        width: 100%;
        background: url(../images/since.png) no-repeat;
        padding-bottom: 35px;
        background-size: 50%;
    }

    .jqhonor {
        background: url(../images/gsrybg.jpg) no-repeat center;
        height: auto;
        background-size: cover;
        padding-bottom: 30px;
    }

    .pt152 {
        padding-top: 35px;
    }

}

@media (max-width:767px) {
    .leftnav li {
        width: 33.33%;
    }

    .leftnav li a {
        padding: 0;
    }

}

/*---金桥历程---*/
.honer {
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: auto;
    margin-top: 42px;
    z-index: 9;
    padding-bottom: 50px;
}

.hrong {
    position: relative;
}

.honer .sss {
    width: 1px;
    position: absolute;
    top: 0;
    left: 26.6%;
    background: #DEDAD7;
    display: block;
    height: 100%;
    z-index: 9;
}

.clear {
    clear: both;
}

.wi01 {
    padding: 20px 0;
    position: relative;
    z-index: 1;
}

.wi01 .w1130 {
    position: relative;
}

.wi01 .left {
    color: #A0733E;
    width: 26%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-top: 5px;
    font-size: 50px;
    font-family: 'dincond-medium';
    float: left;
}

.wi01 .right {
    width: 74%;
    box-sizing: border-box;
    float: right;
}

.wi01 .right img {
    margin-right: 5px;
}

.wi01 .right span {
    float: left;
    padding-top: 6px;
    width: 40px;
    color: #AC8556;
}

.wi01 .right span em {
    background: url(../images/hodian.png) no-repeat;
    width: 16px;
    height: 16px;
    display: block;
    float: left;
    margin-right: 9px;
}

.wi01 .right .p {
    float: left;
    width: 90%;
    font-size: 16px;
    color: #666;
}

.wi01 .right .p p {
    font-size: 16px;
    color: #666;
}

.wi01 .right .p b {
    display: block;
    font-weight: normal;
    font-size: 16px;
    color: #666;
}

.wi01:hover .left {
    color: #fff;
}

.wi01:hover .right p {
    color: #fff;
}

.wi01:hover .right .p b {
    color: #fff;
}

.wi01:hover .right span {
    color: #fff;
}

.wi01:hover .right span em {
    background: url(../images/hodian2.png) no-repeat;
}

.wi01::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #A0733E;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(0.1, 1, 0.1);
    transform: scale3d(0.1, 1, 0.1);
    -webkit-transition: -webkit-transform 0.8s, opacity 0.8s;
    transition: transform 0.8s, opacity 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.wi01:hover::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@media screen and (max-width:1279px) {
    .honer .sss {
        left: 26.7%;
    }

}

@media screen and (max-width:1199px) {
    .honer .sss {
        left: 26.8%;
    }

}

@media screen and (max-width:991px) {
    .honer .sss {
        left: 27.05%;
    }

}

@media screen and (max-width:767px) {
    .honer {
        padding: 20px 0;
    }

    .wi01 .left {
        color: #A0733E;
        width: 100%;
        padding-left: 20px;
        padding-top: 0px;
        font-size: 40px;
        line-height: 40px;
    }

    .wi01 .right {
        width: 100%;
        padding-left: 20px;
        padding-top: 10px;
    }

    .honer .sss {
        display: none;
    }

}

/*--企业文化--*/
.culturebg {
    background: #A0733E;
}

.culbgdowbg {
    background: url(../images/whbg1.jpg) no-repeat center bottom;
    height: 260px;
}

.culone {
    background: url(../images/whbg2_02.jpg) no-repeat center bottom;
    background-color: #fff;
    padding-bottom: 40px;
    min-height: 384px;
    margin-bottom: 22px;
    padding-top: 65px;
}

.cultwo {
}

.culwhbg {
    background: url(../images/whbg3.jpg) repeat-y center;
    padding: 40px 0;
    margin-bottom: 22px;
}

.cullogo {
    float: left;
    border: 1px solid #EEEEEE;
}

.cullogo img {
    padding: 65px 45px;
}

.culcont {
    padding-left: 20px;
    float: left;
    width: 63%;
}

.culcont h3 {
    font-size: 25px;
    color: #A0733E;
    margin: 0;
    padding: 5px 0;
}

.culcont span {
    font-size: 18px;
    color: #A0733E;
    font-family: 'dincond-medium';
    display: block;
    text-transform: uppercase;
    padding-bottom: 30px;
}

.culdes p {
    font-size: 16px;
}

.cultab {
    padding: 0;
}

.cultab .tab_menu {
    overflow: hidden;
}

.cultab .tab_box {
    padding-top: 10px;
}

.enterprise {
    padding: 10px 0;
    overflow: hidden;
}

.enterprise li {
    font-size: 16px;
    color: #fff;
    background: #A0733E;
    padding: 0px 14px;
    line-height: 29px;
    float: left;
    border: 1px solid #E6E6E6;
    border-radius: 5px;
    margin-right: 14px;
    cursor: pointer;
}

/*.enterprise li:nth-child(2) { background:#A0733E;}
.enterprise li:nth-child(3) { background:#5CA12D;}
*/
.enterprise li:nth-child(4) {

    /*background:#E89E09;*/ margin-right: 0;
}

.culleft {
    padding-left: 22px;
}

.culp {
    width: 90%;
}

.culp p {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    line-height: 36px;
}

.culico {
    margin-bottom: 25px;
    overflow: hidden;
    height: 59px;
}

.culico img {
    vertical-align: bottom;
}

.culpt59 {
    height: 59px;
    min-width: 60px;
    float: left;
}

.cultitle1 {
    padding-top: 5px;
}

.cultitle2 {
    padding-top: 5px;
}

.cultitle3 {
    padding-top: 15px;
}

.cultitle4 {
    padding-top: 3px;
}

.cultitle {
    float: left;
}

.cultitle strong {
    display: block;
    font-size: 18px;
    color: #A0733E;
}

.cultitle em {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: #A0733E;
    font-style: normal;
}

.culright {
    padding-left: 66px;
}

.culright .culp {
    width: 95%;
}

@media screen and (max-width:1449px) {
    .enterprise li {
        padding: 0px 12px;
        margin-right: 10px;
    }

}

@media screen and (max-width:1439px) {
    .enterprise li {
        padding: 0px 4px;
        margin-bottom: 10px;
    }

    .culone {
        background: url(../images/whbg2_02.jpg) no-repeat 72% bottom;
        background-color: #fff;
        padding-bottom: 40px;
        min-height: 384px;
        margin-bottom: 22px;
        padding-top: 65px;
    }

}

@media screen and (max-width:991px) {
    .culleft {
        padding-left: 0px;
    }

    .culright {
        padding-left: 40px;
    }

    .culright .culp {
        width: 100%;
    }

}

@media screen and (max-width:767px) {
    .culcont {
        padding-left: 0px;
        float: left;
        width: 100%;
        padding-top: 10px;
    }

    .culwhbg {
        background: #fff;
        padding: 40px 0;
        margin-bottom: 22px;
    }

    .culright {
        padding-left: 0px;
        padding-top: 25px;
        margin-top: 20px;
        border-top: 5px solid #A0733E;
    }

    .culbgdowbg {
        background: url(../images/whbg1.jpg) no-repeat center bottom;
        height: 150px;
    }

}

/*--新闻上面切换效果--*/
.pc_show {
    display: block;
}

.pad_show {
    display: none;
}

.phone_show {
    display: none;
}

.pc_pad_show {
    display: block;
}

.pad_phone_show {
    display: none;
}

@media  screen and (max-width:1199px) {
    .pc_show {
        display: none;
    }

    .pad_show {
        display: block;
    }

    .phone_show {
        display: none;
    }

    .pc_pad_show {
        display: block;
    }

    .pad_phone_show {
        display: block;
    }

    .w_0100 {
        float: left;
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .w_1200 {
        margin: 0 auto;
        max-width: 984px;
    }

}

@media  screen and (max-width:767px) {
    .pc_show {
        display: none;
    }

    .pad_show {
        display: none;
    }

    .phone_show {
        display: block;
    }

    .pc_pad_show {
        display: none;
    }

    .pad_phone_show {
        display: block;
    }

    .w_0100 {
        padding: 0;
    }

}

.c_1200_5 {
    float: left;
    width: 100%;
    padding: 40px 0 0px 0;
}

.t_1200_2 {
    float: left;
    width: 100%;
    padding: 46px 0 0 0;
}

.slide_hitem {
    float: left;
    width: 100%;
}

.slide_hitem .hd {
    float: left;
    width: 43%;
    padding-left: 17px;
}

.slide_hitem .hd ul {
    float: left;
    width: 100%;
}

.slide_hitem .hd ul li {
    float: left;
    width: 100%;
    height: 86px;
    position: relative;
    border: 1px solid #E8E8E8;
    margin-bottom: 15px;
    cursor: pointer;
}

.slide_hitem .hd ul li:last-child {
    margin-bottom: 0;
}

.slide_hitem .hd ul li .t_254 {
    position: absolute;
    width: 100%;
    height: 98px;
    left: 0;
    top: 0;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.slide_hitem .hd ul li.on .t_254 {
    position: absolute;
    width: 100%;
    height: 86px;
    left: 0;
    top: 0;
    background: #A0733E;
}

.slide_hitem .hd ul li .t_254 .l_217 {
    float: left;
    width: 100%;
    padding: 0 0px 0 28px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.slide_hitem .hd ul li .t_254 .l_217 .sp6 {
    float: left;
    width: 80%;
    height: 28px;
    margin-top: 30px;
    font-weight: bold;
    color: #333333;
    font-size: 17px;
    line-height: 28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.slide_hitem .hd ul li.on .t_254 .l_217 .sp6 {
    float: left;
    color: #fff;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.hlisttime {
    float: right;
    width: 98px;
    height: 86px;
    padding-top: 18px;
    font-size: 20px;
    text-align: center;
    color: #cbcbcb;
    font-family: 'dincond-medium';
}

.hlisttime span {
    font-size: 24px;
    display: block;
    color: #cbcbcb;
    font-family: 'dincond-medium';
}

.slide_hitem .hd ul li.on .hlisttime {
    color: #fff;
}

.slide_hitem .hd ul li.on .hlisttime span {
    color: #fff;
}

.slide_hitem .bd {
    float: left;
    width: 57%;
    height: 490px;
}

.slide_hitem .bd .box_hitem {
    float: left;
    width: 100%;
}

.slide_hitem .bd ul {
    float: left;
    width: 100%;
}

.slide_hitem .bd ul li {
    float: left;
    width: 100%;
    height: 490px;
}

.slide_hitem .bd ul li .nr_hitem {
    float: left;
    width: 100%;
    height: 100%;
    padding: 25px 38px 0 38px;
    background: rgba(0, 0, 0, 0.6);
}

.slide_hitem .bd ul li .nr_hitem .tit_hitem {
    float: left;
    width: 100%;
    margin: 70px 0 13px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.slide_hitem .bd ul li .nr_hitem .tit_hitem a {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    line-height: 31px;
}

.slide_hitem .bd ul li .nr_hitem .text_hitem {
    float: left;
    font-size: 15px;
    width: 100%;
    height: 125px;
    margin-top: 21px;
    color: #fff;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.slide_hitem .bd ul li .nr_hitem .btn_hitem {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.slide_hitem .bd ul li .nr_hitem .btn_hitem a {
    padding: 16px;
    border: #fff solid 1px;
    color: #fff;
    font-size: 14px;
    line-height: 33px;
}

.slide_hitem .bd ul li .nr_hitem .btn_hitem a i {
    padding-left: 68px;
}

.slide_hitem .bd ul li .nr_hitem .btn_hitem a:hover {
    background-color: #A0733E;
    border: #A0733E solid 1px;
    color: #fff;
}

@media  screen and (max-width:1199px) {
    .slide_hitem {
        float: left;
        width: 100%;
    }

    .slide_hitem .hd ul li .t_254 .l_217 .sp6 {
        width: 70%;
    }

}

@media  screen and (max-width:992px) {
    .slide_hitem .hd ul li .t_254 .l_217 .sp6 {
        width: 55%;
        font-size: 15px;
    }

}

@media  screen and (max-width:767px) {
    .t_1200_2 {
        padding: 20px 0 0 0;
    }

    .slide_hitem .bd ul li .nr_hitem .btn_hitem a:hover {
        background-color: #fff;
        border: #A0733E solid 1px;
        color: #A0733E;
    }

    .slide_hitem .bd ul li .nr_hitem .tit_hitem {
        float: left;
        width: 100%;
        margin: 20px 0 13px 0;
    }

    .slide_hitem {
        position: relative;
    }

    .slide_hitem .bd {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .slide_hitem .bd .box_hitem {
        float: left;
        width: 100%;
        width: 100%;
        height: 100%;
        z-index: 1;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-transition-property: -webkit-transform;
        -moz-transition-property: -moz-transform;
        -o-transition-property: -o-transform;
        -ms-transition-property: -ms-transform;
        transition-property: transform;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box
    }

    .slide_hitem .bd ul {
        margin: 0;
        -webkit-flex-shrink: 0;
        -ms-flex: 0 0 auto;
        flex-shrink: 0;
    }

    .slide_hitem .bd ul li {
        height: auto;
    }

    .slide_hitem .bd ul li .img_hitem {
        float: left;
        width: 100%;
        height: auto;
    }

    .slide_hitem .bd ul li .nr_hitem {
        float: left;
        width: 100%;
        height: auto;
        padding: 25px 19px 30px 19px;
        margin: 0;
        background: #A0733E;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .slide_hitem .bd ul li .nr_hitem .text_hitem {
        height: 96px;
        margin-bottom: 28px;
    }

    .slide_hitem .bd ul li .nr_hitem .text_hitem {
        float: left;
        font-size: 14px;
        width: 100%;
        height: 75px;
        margin-top: 21px;
        color: #fff;
        line-height: 25px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .slide_hitem .bd ul li .nr_hitem .btn_hitem {
        float: left;
        margin-top: 0;
        margin: 0 auto;
    }

    .slide_hitem .left_hi {
        position: absolute;
        width: 30px;
        height: 54px;
        left: -10px;
        z-index: 20;
        top: 20%;
        cursor: pointer;
    }

    .slide_hitem .right_hi {
        position: absolute;
        width: 30px;
        height: 54px;
        right: -10px;
        z-index: 20;
        top: 20%;
        cursor: pointer;
    }

}

@media  screen and (max-width:480px) {
    .slide_hitem .bd ul li .nr_hitem .btn_hitem {
        float: none;
        margin-top: 0;
        margin: 0 auto;
    }

    .slide_hitem .bd ul li .nr_hitem .btn_hitem a {
        width: 105px;
    }

}

.mnewsbt {
    font-size: 26px;
    color: #333333;
    font-weight: bold;
    margin-top: 48px;
    margin-bottom: 40px;
    float: left;
}

.quanzi {
    overflow: hidden;
    margin: 10px 0 20px;
    border-bottom: 1px solid #D2D2D2;
}

.quanzi .zixun01 {
}

.quanzi h2 {
    font-size: 30px;
    color: #333;
    font-weight: bold;
    padding-bottom: 30px;
    padding-top: 50px;
}

.quanzi .zixun01 {
    border-top: 1px solid #D2D2D2;
    background-color: #A0733E;
    position: relative;
    background-size: cover;
    cursor: default;
    padding-left: 10px;
    padding-right: 30px;
}

.quanzi .zixun01 .bg {
    background-color: #fff;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    transition: all 600ms ease 0s;
}

.quanzi .zixun01 .fc {
    width: 100%;
    overflow: hidden;
    margin: 0px auto;
    position: relative;
    z-index: 1;
    padding: 22px 0px;
}

.quanzi .zixun01 .fc h3 {
    font-size: 18px;
    font-weight: bold;
    color: #3c3c3c;
    background: url(../images/hheng.jpg) no-repeat bottom left;
    padding-bottom: 25px;
    margin-top: 0;
    margin-bottom: 15px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.quanzi .zixun01 .fc p {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    text-align: left;
}

.quanzi .zixun01 .fc .fc_left {
    float: left;
    width: 90%;
    border-left: 1px solid #D4D4D4;
    padding-left: 46px;
}

.quanzi .zixun01 .fc .fc_right {
    float: left;
    width: 10%;
    padding-top: 18px;
}

.quanzi .zixun01 .fc .fc_right span {
    display: block;
    color: #3c3c3c;
    font-size: 42px;
    height: 40px;
    padding-bottom: 10px;
    background: url(../images/newhone.jpg) no-repeat bottom center;
    text-align: center;
}

.quanzi .zixun01 .fc .fc_right b {
    display: block;
    color: #3c3c3c;
    font-size: 13px;
    margin-top: 10px;
    font-weight: normal;
    text-align: center;
}

.quanzi .zixun01 .fc .fc_right i {
    display: block;
    width: 37px;
    height: 37px;
    border: 1px solid #bcbcbc;
    border-radius: 50%;
    background: url(../images/y.png) no-repeat center;
    float: right;
}

.quanzi .zixun01:hover .bg {
    width: 0px;
}

.quanzi .zixun01:hover .fc h3 {
    margin-left: 5px;
    color: #fff;
    background: url(../images/hheng2.jpg) no-repeat bottom left;
}

.quanzi .zixun01:hover p {
    margin-left: 5px;
    color: #eee;
}

.quanzi .zixun01:hover .fc .fc_right b {
    color: #fff;
}

.quanzi .zixun01:hover .fc .fc_right span {
    color: #fff;
}

.quanzi .zixun01:hover .fc .fc_right i {
    border: 1px solid #fff;
    background: #fff url(../images/yl.png) no-repeat center;
}

@media (max-width:991px) {
    .quanzi .zixun01 .fc .fc_left {
        float: left;
        width: 85%;
        border-left: 1px solid #D4D4D4;
        padding-left: 46px;
    }

    .quanzi .zixun01 .fc .fc_right {
        float: left;
        width: 15%;
        padding-top: 18px;
    }

}

@media (max-width:767px) {
    .quanzi .zixun01 {
        padding-left: 0px;
        padding-right: 10px;
    }

    .quanzi .zixun01 .fc .fc_left {
        width: 80%;
        padding-left: 26px;
    }

    .quanzi .zixun01 .fc .fc_right {
        width: 20%;
        padding-top: 18px;
    }

    .quanzi .zixun01 .fc .fc_right span {
        font-size: 32px;
        height: 38px;
        padding-bottom: 10px;
    }

    .quanzi .zixun01 .fc h3 {
        font-size: 16px;
        padding-bottom: 15px;
    }

    .quanzi .zixun01 .fc p {
        font-size: 14px;
    }

}

/*--新闻详情--*/
.w1200 {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 50px;
}

.col-left {
    float: left;
    width: 75%;
    padding-right: 60px;
}

.col-right {
    float: left;
    width: 25%;
}

.article {
    margin-bottom: 30px;
}

.article p {
    font-size: 16px;
    color: #333;
    line-height: 28px;
    margin-bottom: 35px;
}

.article img {
    display: block;
    margin: 20px auto;
    max-width: 100% !important;
    height: auto !important;
}

.bdsharebuttonbox span {
    float: left;
    line-height: 32px;
    color: #a2a2a2;
    font-size: 13px;
    line-height: 40px;
}

.bdsharebuttonbox a {
    display: inline-block;
    width: 32px !important;
    height: 32px !important;
}

#fenxiang1 {
    background: url(../images/fx1.jpg) no-repeat;
    background-size: 100%;
}

#fenxiang2 {
    background: url(../images/fx2.jpg) no-repeat;
    background-size: 100%;
}

#fenxiang3 {
    background: url(../images/fx3.jpg) no-repeat;
    background-size: 100%;
}

#fenxiang4 {
    background: url(../images/fx4.jpg) no-repeat;
    background-size: 100%;
}

.article_title {
    font-size: 30px;
    color: #333333;
    line-height: 40px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 0;
}

.article_time {
    font-size: 16px;
    line-height: 40px;
    margin-right: 40px;
}

#border hr {
    margin: 15px 0;
    margin-bottom: 32px;
}

.article_des {
    border-left: 4px solid #FF5C5F;
    padding-left: 25px;
}

.article_des span {
    color: #333;
    display: block;
}

.article_des p {
    color: #333;
}

.bottom_link {
    margin-bottom: 10px;
    font-size: 15px;
    color: #666;
    line-height: 28px;
}

.bottom_link p {
    font-size: 15px;
    color: #666;
    line-height: 25px;
    padding-bottom: 5px;
}

.bottom_link a {
    font-size: 15px;
    color: #9FA19F;
}

.bottom_link a:hover {
    color: #A57230;
}

.return {
    float: right;
    width: 114px;
    line-height: 36px;
    border: 1px solid #CFB99E;
    font-size: 14px;
    color: #A57230;
    text-align: center;
}

.return:hover {
    border: 1px solid #A57230;
    font-size: 14px;
    color: #fff;
    background-color: #A57230;
}

.recommend {
    border-left: 1px solid #EAEAEA;
    padding: 10px 0 10px 20px;
}

.recommend h2 {
    font-size: 16px;
    color: #d61717;
    margin: 0;
    font-weight: bold;
    margin-bottom: 20px;
}

.recommend ul li a {
    display: block;
    margin-bottom: 25px;
}

.recommend ul li:last-child a {
    margin-bottom: 0;
}

.recommend ul li a h3 {
    font-size: 15px;
    color: #333333;
    line-height: 26px;
    margin: 0;
}

.recommend ul li a span {
    padding-top: 5px;
    display: block;
    font-size: 14px;
    color: #666;
}

.recommend ul li a:hover h3 {
    color: #A0733E;
}

.recommend_pic {
    overflow: hidden;
}

.recommend_pic img {
    transition: 600ms;
    -webkit-transition: 600ms;
}

.recommend ul li a:hover .recommend_pic img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.recomborder {
    padding: 16px;
    transition: 600ms;
    -webkit-transition: 600ms;
}

.recommend ul li a:hover .recomborder {
    -moz-box-shadow: 0px 3px 8px #E8E9ED;
    -webkit-box-shadow: 0px 3px 8px #E8E9ED;
    box-shadow: 0px 3px 8px #E8E9ED;
}

.borertop {
    border-top: 1px solid #CFB99E;
    padding-top: 22px;
    padding-bottom: 22px;
}

.fontsy {
    font-family: "思源黑体 CN Regular";
    font-size: 14px;
}

@media (max-width:767px) {
    .col-left {
        float: left;
        width: 100%;
        padding-right: 0;
    }

    .col-right {
        float: left;
        width: 100%;
    }

    .recommend {
        border-left: none;
        padding-left: 0;
    }

    .recommend ul li:last-child a {
        margin-bottom: 25px;
    }

    .article_title {
        font-size: 25px;
        color: #333333;
        line-height: 40px;
        font-weight: bold;
        margin-bottom: 10px;
        margin-top: 0;
    }

}

/*--社会责任--*/
.shzrdes {
    padding-top: 55px;
}

.shzrdes p {
    font-size: 16px;
    color: #333333;
    line-height: 26px;
    padding: 15px 0;
}

.social .tab_menu {
    overflow: hidden;
    overflow-y: auto;
    height: 485px;
    position: relative;
    width: 14%;
    float: left;
    padding: 5px 0;
    background: #EEEDEC;
}
.social .tab_menu::-webkit-scrollbar {
    width: 3px;
    height: 4px;
    border-radius: 6px;
}

.social .tab_menu::-webkit-scrollbar-track {
    background-color: #EEEEEE;
    border-radius: 6px;
}

.social .tab_menu::-webkit-scrollbar-thumb {
    background-color: #CCCCCC;
    border-radius: 6px;
}
.social .tab_menu li {
    width: 100%;
    height: 75px;
    padding: 5px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F9F9F9;
    font-size: 17px;
    color: #a0733e;
    margin-bottom: 5px;
    float: left;
    text-align: center;
    cursor: pointer;
}

.social {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 100px;
    overflow: hidden;
}

.social .tab_menu li:last-child {
    margin-bottom: 0;
}

.social .tab_menu li.current {
    background: #BB7C32;
    color: #fff;
    font-weight: bold;
}

.social .tab_box {
    padding-left: 90px;
    float: left;
    width: 86%;
    overflow: hidden;
}

.social .tab_box .hide {
    display: none;
}

.social_pic {
    position: relative;
    overflow: hidden;
}

.social_pic img {
    max-width: 100%;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.social_pic:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.social_title {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 99;
    padding: 5px 27px;
    background: rgba(0, 0, 0, 0.5);
}

.social_title h4 {
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media (max-width:1199px) {
    .social .tab_box {
        padding-left: 40px;
        float: left;
        width: 86%;
    }

}

@media (max-width:991px) {
    .social .tab_menu {
        width: 100%;
        height: auto;
        overflow: hidden;
        padding: 5px 0;
        background: #EEEDEC;
        margin-bottom: 15px;
    }

    .social .tab_menu li {
        width: 25%;
        padding: 25px 0;
        background: #F9F9F9;
        font-size: 15px;
        margin-bottom: 0;
    }

    .social .tab_box {
        padding-left: 0;
        float: left;
        width: 100%;
    }

}

@media (max-width:767px) {
    .shzrdes {
        padding-top: 30px;
    }

    .social {
        padding-bottom: 50px;
    }

    .social .tab_menu li {
        width: 50%;
        padding: 15px 0;
        background: #F9F9F9;
        font-size: 15px;
        margin-bottom: 0;
    }

    .social_title {
        position: inherit;
        left: 0;
        bottom: 0;
        z-index: 99;
        padding: 5px 15px;
        background: #fff;
    }

    .social_title h4 {
        color: #666;
        height: auto;
        font-weight: 500;
    }

}

/*--员工活动--*/
.staff {
    overflow: hidden;
}

.staff img {
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

a:hover .staff img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.staff_title {
    text-align: center;
    font-size: 16px;
    color: #a0733e;
    padding-top: 22px;
}

.staffs {
    padding-top: 40px;
    padding-bottom: 35px;
}

.pt30 {
    padding-top: 30px;
}

@media (max-width:767px) {
    .staffs {
        padding-top: 20px;
        padding-bottom: 15px;
    }

}

/*--人才招聘--*/
.jobtitle {
    padding-top: 50px;
}

.jobtitle h4 {
    font-size: 30px;
    color: #a0733e;
    margin: 0;
}

.jobtitle span {
    font-size: 18px;
    color: rgba(143, 143, 143, 0.5);
    font-family: 'dincond-medium';
    display: block;
    text-transform: uppercase;
    padding-top: 5px;
}

.jobimg {
    padding-top: 25px;
}

.jobimg img {
    width: 100%;
}

.jobsearch {
    background: #EBEBEB;
    padding: 38px 0;
    overflow: hidden;
}

.searchn {
    margin: 0 auto;
    max-width: 440px;
}

.searchleft {
    width: 70%;
    float: left;
    height: 43px;
    border-radius: 0;
    border: 1px solid #A0A0A0;
}

.searchright {
    width: 30%;
    float: left;
    background: #A0733E;
    color: #ffff;
    border-radius: 0;
    outline: 0;
    border: none;
    font-size: 15px;
    height: 43px;
}

.searchright:hover {
    background: #A0733E;
    color: #fff;
}

input[type=button], input[type=submit], input[type=file], button {
    cursor: pointer;
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

/*--人才理念--*/
.jotis {
    background: #9A9A9A;
}

.jot span {
    display: block;
    width: 16%;
    text-align: center;
    float: left;
    line-height: 57px;
    height: 57px;
    overflow: hidden
}

.jot span:nth-child(6) {
    width: 10%
}

.jotis span {
    font-size: 16px;
    color: #fff;
}

.jod>span {
    background: 0 0;
    color: #666;
    font-size: 15px;
    cursor: pointer;
    transition: .3s;
    -webkit-transition: .3s
}

.jotxs {
    position: relative;
    margin-bottom: 4px;
    background: #F0EEEE;
}

.jos {
    border: 1px solid #6C3D1D;
    padding: 40px 38px 38px 38px;
    background: #fff;
    display: none;
}

.jos .bodr {
    border: none;
    border-top: 0;
}

.jos .bodr span {
    display: block;
    border-top: none;
    padding-top: 0;
    margin-top: 0
}

.jotxs .line {
    background: url(../images/jobhui.png) no-repeat center center;
    width: 30px;
    height: 30px;
    top: 5px;
    right: 10px;
    display: block;
    position: absolute
}

.jotxs .arrow {
    width: 65px;
    height: 57px;
    line-height: 57px;
    position: absolute;
    top: 0px;
    cursor: pointer;
    left: inherit;
    right: 3.5%;
    transition: .3s;
    -webkit-transition: .3s;
}

.jotxs.act .jod>span, .jotxs:hover .jod>span {
    background: 0 0
}

.jo2 .act .jod>span {
    color: #fff
}

.jotxs.act .arrow {
    color: #fff;
}

#jo2 a {
    font-size: 16px;
    color: #fff;
    background: #A57230;
    border: 1px solid #A57230;
    width: 184px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

#jo2 a:hover {
    background: #fff;
    color: #A57230;
}

.jos h3 {
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    line-height: 30px
}

.jos p {
    font-size: 15px;
    color: #333;
    line-height: 28px
}

.bodr p {
    padding-bottom: 25px
}

.bodr span a {
    font-size: 14px;
    color: #333;
    background: #D8D8D8;
    padding: 8px 44px
}

.act .jod {
    background: #A0733E;
}

.act .line {
    background: url(../images/joblan.jpg) no-repeat center center;
}

@media screen and (max-width:1280px) {
    .jot span:nth-child(3) {
        width: 12%
    }

    .jot span:nth-child(6) {
        width: 14%
    }

}

@media screen and (max-width:991px) {
    .jotxs .arrow {
        right: 0;
    }

}

@media screen and (max-width:767px) {
    .jot span:nth-child(2) {
        display: none;
    }

    .jot span:nth-child(3) {
        display: none;
    }

    .jot span:nth-child(4) {
        display: none;
    }

    .jot span {
        width: 26%;
    }

    .jot span:nth-child(6) {
        width: 26%;
    }

    .jos {
        padding: 20px 15px 38px 15px;
    }

}

@media screen and (max-width:375px) {
    .jot span:nth-child(5) {
        display: none;
    }

    .jot span {
        width: 40%;
    }

    .jot span:nth-child(6) {
        width: 40%;
    }

}

.insidebanner {
    position: relative;
}

/*--应聘页面--*/
.jobyp {
    padding-top: 40px;
}

.recuit label {
    width: 20%;
    float: left;
}

.recuit input[type=text] {
    width: 80%;
    float: left;
    border-radius: 0px;
}

.recuit input[type=radio] {
    height: 34px;
    margin-top: 0px;
    vertical-align: -12px;
    margin-right: 6px;
}

.recuit .form-group {
    line-height: 34px;
    margin-bottom: 30px;
}

.recuit button {
    margin-top: 30px;
    margin-bottom: 30px;
    background: #A57230;
    border: 1px solid #A57230;
    padding: 6px 20px;
}

.recuit textarea {
    border-radius: 0px;
}

@media screen and (max-width:992px) {
    .recuit .form-group:after {
        content: '';
        display: block;
        visibility: hidden;
        clear: both;
    }

    .recuit .form-group {
        margin-bottom: 10px;
    }

}

/*--联系我们--*/
.contact_bg {
    background: url(../images/lxwmbg.jpg) no-repeat center bottom;
    padding-bottom: 155px;
}

.map {
    margin-top: 40px;
    position: relative;
}

.contmap {
    background: url(../images/lxbg_03.png) repeat;
    height: 458px;
    max-width: 366px;
    width: 100%;
    padding: 50px 0px 0 40px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
}

.contmap strong {
    font-size: 24px;
    color: #fff;
    display: block;
    padding-bottom: 40px;
    line-height: 28px;
}

.contico {
    font-size: 17px;
    color: #fff;
    background: url(../images/lxico.png) no-repeat left 0px;
    padding-left: 29px;
    min-height: 35px;
}

.contmap p {
    font-size: 16px;
    color: #fff;
    margin-top: 34px;
}

.contdown {
    border-top: 2px solid #DFDFDF;
    margin-top: 20px;
    padding-top: 20px;
}

.contcolor {
    background: #F5F1EB;
    min-height: 303px;
    margin-bottom: 20px;
    padding: 40px 30px 30px 30px;
}

.contfirst {
    font-size: 25px;
    color: #a0733e;
    font-weight: bold;
}

.conttwo {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    padding-top: 27px;
    margin-bottom: 10px;
}

.contdownone {
    background: url(../images/contdw.png) no-repeat left 12px;
    font-size: 16px;
    color: #333333;
    padding-left: 64px;
    line-height: 25px;
    min-height: 72px;
    padding-top: 25px;
    margin-top: 5px;
}

.contdowntwo {
    background: url(../images/conttel.png) no-repeat left 12px;
    font-size: 16px;
    color: #333333;
    padding-left: 64px;
    line-height: 25px;
    min-height: 72px;
    padding-top: 25px;
    margin-top: 5px;
}

.contdownthree {
    background: url(../images/contemail.png) no-repeat left 12px;
    font-size: 16px;
    color: #333333;
    padding-left: 64px;
    line-height: 25px;
    min-height: 72px;
    padding-top: 25px;
    margin-top: 5px;
}

.contdownfour {
    background: url(../images/contlink.png) no-repeat left 12px;
    font-size: 16px;
    color: #333333;
    padding-left: 64px;
    line-height: 25px;
    min-height: 72px;
    padding-top: 25px;
    margin-top: 5px;
}

.contlink {
    font-size: 14px;
    color: #333333;
    border: 2px solid #A0733E;
    position: absolute;
    right: 0px;
    top: 85px;
    padding: 7px 0;
    background: url(../images/lxtb1.png) no-repeat 12%;
    background-color: #fff;
    display: inline-block;
    max-width: 244px;
    width: 100%;
    border-radius: 24px;
}

.contlink a {
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    padding-left: 78px;
    transition: 600ms;
    -webkit-transition: 600ms;
}

.contlink a:hover {
    padding-left: 80px;
}

.contup {
    border-bottom: 1px dashed #9D9D9D;
    position: relative;
    padding-bottom: 44px;
}

.contbottom {
    position: relative;
    margin-top: 10px;
}

.contbottom .conttwo {

    /* margin-bottom:45px; *//* margin-top:34px; *//* padding-top:13px; */
}

@media (max-width:991px) {
    .contlink {
        right: 0px;
        top: 50px;
        max-width: 224px;
    }

    .contlink a {
        padding-left: 70px;
    }

    .contlink a:hover {
        padding-left: 75px;
    }

}

@media (max-width:767px) {
    .contlink {
        position: inherit;
        margin-left: 15px;
        margin-top: 15px;
    }

    .contdec {
        width: 100%;
        padding-top: 30px;
    }

    #map {
        display: none;
    }

    .contmap {
        position: relative;
        max-width: 100%;
        height: auto;
        padding-bottom: 50px;
        padding-left: 15px;
    }

    .contdownone {
        background: url(../images/contdw2.png) no-repeat left 0;
        font-size: 14px;
        color: #333333;
        padding-left: 38px;
        line-height: 25px;
        min-height: 30px;
        padding-top: 2px;
        margin-top: 10px;
    }

    .contdowntwo {
        background: url(../images/conttel2.png) no-repeat left 0;
        font-size: 14px;
        color: #333333;
        padding-left: 38px;
        line-height: 25px;
        min-height: 30px;
        padding-top: 2px;
        margin-top: 10px;
    }

    .contdownthree {
        background: url(../images/contemail2.png) no-repeat left 0;
        font-size: 14px;
        color: #333333;
        padding-left: 38px;
        line-height: 25px;
        min-height: 30px;
        padding-top: 2px;
        margin-top: 10px;
    }

    .contdownfour {
        background: url(../images/contlink2.png) no-repeat left 0;
        font-size: 14px;
        color: #333333;
        padding-left: 38px;
        line-height: 25px;
        min-height: 30px;
        padding-top: 2px;
        margin-top: 10px;
    }

}

/*--产业频道页上面切换--*/
.pt132 {
    padding-top: 82px;
}

.indusupbg {
    background: url(../images/chanyerybg.jpg) no-repeat;
    height: 572px;
}

.devez {
    float: left;
    width: 100%;
    position: relative;
    height: 100%;
}

.devez strong {
    display: block;
    font-size: 18px;
    line-height: 30px;
}

.devez p {
    font-size: 14px;
    line-height: 22px;
    margin-top: 5px;
}

.devebg {
    background: url(../images/cyryico.png) no-repeat left top;
    padding-left: 37px;
}

.devel .item {
    height: 400px;
}

.deve1 {
    position: absolute;
    left: 0;
    bottom: 0px;
    min-height: 160px;
}

.deve2 {
    position: absolute;
    left: 0;
    bottom: 35px;
    min-height: 160px;
}

.deve3 {
    position: absolute;
    left: 0;
    bottom: 65px;
    min-height: 160px;
}

.deve4 {
    position: absolute;
    left: 0;
    bottom: 95px;
    min-height: 160px;
}

.deve5 {
    position: absolute;
    left: 0;
    bottom: 125px;
    min-height: 160px;
}

.deve6 {
    position: absolute;
    left: 0;
    bottom: 155px;
    min-height: 160px;
}

.deve7 {
    position: absolute;
    left: 0;
    bottom: 185px;
    min-height: 160px;
}

.deve8 {
    position: absolute;
    left: 0;
    bottom: 195px;
    min-height: 160px;
}

.deve9, .deve10, .deve11, .deve12, .deve13, .deve14 {
    position: absolute;
    left: 0;
    bottom: 200px;
    min-height: 160px;
}

.devel .owl-dots {
    display: none;
}

.content .devel .owl-nav {
    margin: 0;
    height: 0;
    width: 100%;
    display: block !important;
}

.devel .owl-nav button.owl-next, .devel .owl-nav button.owl-prev {
    position: absolute;
    width: 59px;
    height: 59px;
    opacity: 1;
    outline: 0;
    cursor: pointer;
    border-radius: 0;
    background: #FAE9C7;
    bottom: 0px;
}

.devel .owl-nav button.owl-next span, .devel .owl-nav button.owl-prev span {
    color: #A57944;
    font-size: 30px;
}

.devel .owl-nav button.owl-next {
    right: 0;
}

.devel .owl-nav button.owl-prev {
    right: 59px
}

.devel .owl-nav button.owl-next:hover, .devel .owl-nav button.owl-prev:hover {
    background: #F2DAAC;
}

@media (max-width:767px) {
    .devel .owl-nav button.owl-next, .devel .owl-nav button.owl-prev {
        bottom: -50px;
    }

    .demobie {
        position: inherit;
        top: 0;
    }

}

/*--产业频道页下面滚动--*/
.indusk {
    position: relative;
    overflow: hidden;
}

.induspiao {
    position: absolute;
    background: url(../images/cymeng_03.png) repeat;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.industry .owl-dots {
    display: none;
}

.content .industry .owl-nav {
    margin: 0;
    height: 0;
    width: 100%;
}

.industry .owl-nav button.owl-next, .industry .owl-nav button.owl-prev {
    position: absolute;
    width: 40px;
    height: 40px;
    opacity: 1;
    bottom: 43%;
    outline: 0;
    cursor: pointer;
    border-radius: 0;
}

.industry .owl-nav button.owl-next span, .industry .owl-nav button.owl-prev span {
    font-size: 0;
}

.industry .owl-nav button.owl-prev {
    background: url(../images/cyleft.png) no-repeat;
    left: 0;
}

.industry .owl-nav button.owl-next {
    background: url(../images/cyright.png) no-repeat;
    right: 0;
}

.industry .owl-nav:hover button.owl-prev {
    background: url(../images/cyleft.png) no-repeat;
    left: 0;
}

.industry .owl-nav:hover button.owl-next {
    background: url(../images/cyright.png) no-repeat;
}

.industry-item {
    width: 100%;
    padding: 20px;
    height: 271px;
    position: absolute;
    left: 0;
    bottom: 35%;
    text-align: center;
    z-index: 1;
}

.industry-item:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    transform-origin: left bottom;
    -webkit-transform-origin: left bottom;
    -webkit-transition: -webkit-transform .52s cubic-bezier(.4, 0, .2, 1);
    transition: -webkit-transform .52s cubic-bezier(.4, 0, .2, 1);
    transition: transform .52s cubic-bezier(.4, 0, .2, 1);
    transition: transform .52s cubic-bezier(.4, 0, .2, 1), -webkit-transform .52s cubic-bezier(.4, 0, .2, 1);
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    visibility: hidden\9;
    z-index: -1;
}

.industry-item p {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    color: #fff;
}

.industry-item .ico {
    height: 47px;
    display: block;
    margin: 109px auto 4px;
    position: relative;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.industry-item .ico {
    display: block;
}

.industry-item .ico img {
    width: auto !important;
    display: inline-block !important;
}

.industry-item .t {
    font-size: 20px;
    margin-bottom: 25px;
}

.industry-item .en {
    font-size: 16px;
}

.industry-item .addico {
    background: url(../images/cyjia.png) no-repeat scroll center center;
    background-size: cover;
    width: 16px;
    height: 15px;
    display: block;
    margin: 0px auto 42px;
    margin-top: 15px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.industry-item .moreBtn {
    opacity: 0;
    margin: 0px auto;
    visibility: hidden;
}

.moreBtn {
    text-align: center;
    background: url(../images/more_bg2.png) no-repeat scroll center bottom;
    display: block;
    width: 140px;
    padding-bottom: 16px;
    position: relative;
}

.industry-item .moreBtn .txt {
    color: #A0723E;
    font-size: 16px;
    text-transform: uppercase;
}

.indusk a:hover .industry-item:before {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform-origin: left top;
    -webkit-transform-origin: left top;
    visibility: visible\9;
}

.indusk a:hover .industry-item {
    bottom: 0;
}

.indusk a:hover .industry-item .ico {
    display: none;
}

.indusk a:hover .industry-item .ico .i2 {
    display: block;
}

.indusk a:hover .industry-item .addico {
    display: none;
}

.indusk a:hover .industry-item .ico i {
    -webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
    transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
    -webkit-animation: gelatine 0.5s 1;
    animation: gelatine 0.5s 1;
}

.indusk a:hover .industry-item .t {
    padding-top: 68px;
    color: #a0733e;
}

.indusk a:hover .industry-item .en {
    color: #666666;
    height: 64px;
}

.indusk a:hover .industry-item .moreBtn {
    opacity: 1;
    visibility: visible;
    transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
}

@media (max-width:1680px) {
    .industry .owl-nav button.owl-next, .industry .owl-nav button.owl-prev {
        bottom: 50%;
    }

}

@media (max-width:767px) {
    .industry .owl-nav button.owl-next, .industry .owl-nav button.owl-prev {
        bottom: 55%;
    }

}

/*--产业列表页--*/
.cyneides {
    padding-top: 60px;
}

.cyneides p {
    font-size: 15px;
    padding: 10px 0;
}

.cypiclie {
    padding-top: 50px;
}

.cypiclie ul {
    margin-left: -10px;
    margin-right: -10px;
}

.cypiclie ul li {
    width: 33.33%;
    padding: 0 10px;
    float: left;
    margin-bottom: 20px;
}

.cypiclie ul li img {
    width: 100%;
}

.cyliebg {
    background: url(../images/whbg1.jpg) no-repeat center bottom;
    height: 216px;
}

.cytitle {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    background: #A57230;
    padding: 30px 10px;
    text-align: center;
    width: 100%;
}

.cytitle {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    background: #A57230;
    padding: 30px 10px;
    text-align: center;
    width: 100%;
}

.cytitled {
    background: #A57230;
    padding: 20px 10px;
    text-align: center;
    width: 100%;
}

.cypiclie2 .xc {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    line-height: 24px;
    min-height: 48px;
    padding: 0;
}

.cypiclie ul li a {
    display: block;
    position: relative;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.cypiclie ul li a:hover {
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

@media (max-width:991px) {
    .cytitle {
        font-size: 18px;
        padding: 30px 10px;
    }

}

@media (max-width:767px) {
    .cyneides {
        padding-top: 30px;
    }

    .cypiclie ul li {
        width: 100%;
        padding: 0 10px;
        float: left;
        margin: 10px 0;
    }

}

.cypiclie2 {
    padding-top: 50px;
}

.cypiclie2 ul {
    margin-left: -10px;
    margin-right: -10px;
}

.cypiclie2 ul li {
    width: 25%;
    padding: 0 10px;
    float: left;
    margin-bottom: 20px;
}

.cypiclie2 ul li img {
    width: 100%;
}

.cypiclie2 ul li a {
    display: block;
    position: relative;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.cypiclie2 ul li a:hover {
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

@media (max-width:767px) {
    .cypiclie2 ul li {
        width: 100%;
        padding: 0 10px;
        float: left;
        margin: 10px 0;
    }

}

/*--产业单页样式--*/
.cypage_bg {
    background: url(../images/cydbg.jpg) no-repeat top center;
    padding-top: 100px;
}

.cypa_title {
    float: left;
    width: 107px;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
}

.cyparight {
    float: left;
    padding-left: 50px;
    width: 92%;
    word-break: break-all;
}

.cyparight strong {
    font-size: 18px;
    color: #a0733e;
    display: block;
}

.cyparight p {
    font-size: 16px;
    color: #333333;
    padding: 20px 0;
}

.cypageup {
    padding-bottom: 60px;
}

.cymore {
    font-size: 16px;
    color: #333333;
    font-weight: 500;
    padding-left: 8px;
}

.cypagelie {
}

.cypagelie ul li {
    background: #FFF6EB;
    overflow: hidden;
    margin-bottom: 32px;
}

.cypagepic {
    float: left;
    border: 1px solid #D3D3D3;
    width: 47%;
}

.cypagepic img {
    width: 100%;
}

.cypager {
    padding: 50px 30px 0 30px;
    float: left;
    width: 53%;
}

.cypager h4 {
    color: #a0733e;
    font-size: 24px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 20px;
}

.cypager strong {
    color: #333333;
    font-size: 16px;
    display: block;
}

.cypager p {
    font-size: 15px;
    padding-bottom: 18px;
}

.jh {
    color: #a0733e;
    font-size: 15px;
    display: block;
}

.rymore {
}

.rymore strong {
    font-size: 18px;
    color: #fff;
    background-image: url(../images/jb.png);
    background-repeat: no-repeat;
    background-position: 15px;
    background-color: #DC9644;
    display: inline-block;
    width: 202px;
    height: 50px;
    padding-left: 47px;
    line-height: 50px;
}

.rymore .cymore {
    color: #fff;
    font-size: 15px;
}

@media (max-width:1439px) {
    .cyparight {
        float: left;
        padding-left: 50px;
        width: 90%;
    }

}

@media (max-width:1199px) {
    .cyparight {
        float: left;
        padding-left: 50px;
        width: 88%;
    }

}

@media (max-width:991px) {
    .cyparight {
        float: left;
        padding-left: 50px;
        width: 85%;
    }

    .cypagepic {
        width: 100%;
    }

    .cypager {
        width: 100%;
    }

}

@media (max-width:767px) {
    .cypage_bg {
        padding-top: 30px;
    }

    .cyparight {
        float: left;
        padding-left: 0px;
        width: 100%;
        padding-top: 10px;
    }

    .cypager {
        padding: 30px 30px 0 30px;
    }

}

/*荣誉资质*/
.honort {
    padding-top: 55px;
}

.honort h3 {
    font-size: 30px;
    color: #a0733e;
    margin: 0;
}

.honort span {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    padding-top: 10px;
}

.graff {
    margin-top: 50px;
}

#zoom {
    z-index: 99990;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    z-index: 99999;
}

#zoom .content {
    z-index: 99991;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1000px;
    background: #ffffff no-repeat 50% 50%;
    padding: 0;
    margin: -100px 0 0 -100px;
    box-shadow: -20px 20px 20px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
}

#zoom .content.loading {
    background-image: url('../images/loading.gif');
}

#zoom img {
    display: block;
    max-width: none;
    background: #ececec;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
}

#zoom .close {
    z-index: 99993;
    position: absolute;
    top: 0;
    right: 0;
    width: 49px;
    height: 49px;
    cursor: pointer;
    background: transparent url('../images/close.png') no-repeat 50% 50%;
    opacity: 1;
    filter: alpha(opacity=100);
    border-radius: 0 0 0 4px;
}

#zoom .previous, #zoom .next {
    z-index: 99992;
    position: absolute;
    top: 50%;
    overflow: hidden;
    display: block;
    width: 51px;
    height: 50px;
    margin-top: -25px;
}

#zoom .previous {
    left: 0;
    background: url('../images/zuoshou.png') no-repeat;
}

#zoom .next {
    right: 0;
    background: url('../images/youshou01.png') no-repeat;
}

#zoom .previous:hover {
    background: url(../images/zuoshou01.png) no-repeat 0 0;
}

#zoom .next:hover {
    background: url(../images/youshou.png) no-repeat 0 0;
}

.zoomed > .container01 {
    -webkit-filter: blur(3px);
    filter: blur(3px);
}

.gallery {
    list-style-type: none;
    margin: 0;
}

.gallery li {
    width: 20%;
    float: left;
    padding: 0 6px;
    margin-bottom: 23px;
}

.gallery li a {
    width: 100%;
    display: block;
    position: relative;
}

.gallery li b {
    font-size: 16px;
    color: #000000;
    text-align: center;
    display: block;
    font-weight: 500;
    margin-top: 10px;
    height: 50px;
    overflow: hidden;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.gallery li:hover b {
    display: block;
}

.gaff {
    margin-left: -6px;
    margin-right: -6px;
}

@media (max-width:767px) {
    .gallery li {
        width: 50%;
        float: left;
        padding: 0 6px;
        margin-bottom: 23px;
    }

}

/*--地图--*/
.wzdt_xt {
    float: left;
    width: 75%;
}

.wzdt_xt ul li {
    float: left;
    padding-left: 20px;
    line-height: 40px;
}

.wzdt_xt ul li a {
    font-size: 14px;
}

.sitemapz {
    line-height: 40px;
    overflow: hidden;
    border: 1px #ddd solid;
    width: 98%;
    margin: 0 auto;
    margin-bottom: 15px;
}

.sitemapy {
    width: 25%;
    float: left;
    line-height: 40px;
    border: 1px solid #A57230;
    color: #fff;
    background: #A57230;
    font-size: 16px;
    text-align: center;
}

.sitemapy h3 {
    margin: 0;
    line-height: 40px;
    height: 40px;
}

.sitemapy h3 a {
    font-size: 16px;
    color: #fff;
    line-height: 40px;
}

.proyuan {
    max-width: 100%;
}