/*公共样式*/

html.on {
    overflow: hidden;
}

.wrap {
    padding: 30px 0;
}

.title {
    margin: 20px 0 50px;
}

.title .cn {
    color: #333;
    font-size: 30px;
}

.title .en {
    color: #999;
    font-size: 18px;
}

.mt-80 {
    margin-top: 80px;
}

@media only screen and (max-width: 1679px) {
    .title {
        margin: 20px 0 30px;
    }
    .title .cn {
        font-size: 28px;
    }
}

@media only screen and (max-width: 1365px) {
    .title .cn {
        font-size: 26px;
    }
    .title .en {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1079px) {
    .wrap {
        padding: 20px 0;
    }
    .title {
        margin: 10px 0 20px;
    }
    .title .cn {
        font-size: 24px;
    }
}

@media only screen and (max-width: 991px) {
    .wrap {
        padding: 100px 0 50px;
    }
    .title .cn {
        font-size: 22px;
    }
    .title .en {
        font-size: 14px;
    }
    .mt-80 {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .wrap {
        padding: 80px 0 30px;
    }
    .title {
        margin: 10px 0 15px;
    }
    .title .cn {
        font-size: 20px;
    }
}


/* add join talent_building style  */

.p_slide {
    margin: 10vh auto;
}

.p_slide .swiper-container {
    width: 96%;
    margin: 0 auto;
}

.p_slide .swiper-slide img {
    width: 100%;
    height: 100%;
}

.p_slide .swiper-slide h3 {
    line-height: 34px;
    text-align: center;
}

.p_slide .swiper-container .swiper-pagination {
    bottom: 50px;
}


/*内页banner*/

.pbanner {
    height: 300px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    -ms-behavior: url(/static/home/fonts/backgroundsize.min.htc);
    text-shadow: 2px 2px #152034;
}

.pbanner h2 {
    margin-top: 80px;
    font-size: 48px;
}

.pbanner h2:after {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    margin-top: 24px;
    margin-bottom: 20px;
    background: #fff;
}

.pbanner p {
    font-size: 24px;
    line-height: 1;
}


/*subnav*/

.subnav {
    position: relative;
    padding: 0 60px;
    margin-top: -40px;
    z-index: 2;
}

.subnav li {
    float: left;
}

.subnav a {
    position: relative;
    display: block;
    padding: 0 42px;
    line-height: 80px;
    font-size: 24px;
    color: #333;
}

.subnav .active a,
.subnav a:hover {
    color: #0284f2;
}

.subnav .active a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #0284f2;
}

.subnav .search {
    float: right;
}

.subnav .search .box {
    margin: 20px 0;
}

.subnav .search input.text {
    display: block;
    width: 300px;
    height: 40px;
    padding: 0 90px 0 20px;
    border: 1px solid #d2d2d2;
    line-height: 38px;
    background: #eee;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.subnav input::-webkit-input-placeholder {
    font-size: 18px;
    color: #999;
}

.subnav input:-moz-placeholder {
    font-size: 18px;
    color: #999;
}

.subnav input::-moz-placeholder {
    font-size: 18px;
    color: #999;
}

.subnav input:-ms-input-placeholder {
    font-size: 18px;
    color: #999;
}

.subnav .search input.submit {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 80px;
    height: 100%;
    border: none;
    font-size: 18px;
    line-height: 40px;
    color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #0284f2;
}

.subnav .search .select-wraper {
    position: relative;
    float: left;
    width: 200px;
    height: 40px;
    padding: 0 15px 0 15px;
    border: 1px solid #d2d2d2;
    line-height: 38px;
    margin-right: 20px;
    font-size: 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    /*overflow: hidden;*/
    cursor: pointer;
}

.select-wraper .select:before {
    float: right;
}

.select-wraper .select {
    position: absolute;
    width: 180px;
    height: 100%;
    border: none;
    outline: none;
    padding-left: 15px;
    font-size: 18px;
    top: 0;
    color: #565656;
    left: 0;
    background: transparent;
}

.select-wraper .option {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    max-height: 216px;
    width: 100%;
    color: #333;
    font-size: 18px;
    background: #eee;
    line-height: 36px;
    overflow-y: scroll;
    z-index: 100;
}

.select-wraper .option-item {
    width: 100%;
    padding: 0 20px;
}

.select-wraper .option-item:hover {
    background: #0284f2;
    color: #fff;
}


/*主要布局*/


/* ---------------------- */

.margin-auto>.content>.center {
    padding: 0 60px;
}

.margin-auto>.content>.center>h5 {
    font-size: 48px;
    color: #333333;
    margin-top: 60px;
}

.margin-auto>.content>.center>p {
    font-size: 24px;
    color: #666;
    margin-top: 30px;
}

.margin-auto>.content>.center>.center_ul {
    list-style: none;
    margin-top: 90px;
}

.margin-auto>.content>.center>.center_ul>li>p:nth-of-type(1) {
    font-size: 20px;
    color: #666;
    padding: 20px 0;
}

.margin-auto>.content>.center>.center_ul>li>p:nth-of-type(2) {
    font-size: 14px;
    color: #666;
}

.actives {
    color: #db1626;
}

.main>.party {
    background: url(../imgs/party.png) no-repeat center bottom;
    background-size: cover;
}

.main>.party1 {
    background: url(../imgs/party1.png) no-repeat center bottom;
    background-size: cover;
}


/* ------------------------- */

.main>.party,
.party1,
.party2>.change_ul:hover {
    cursor: pointer;
}

.selected {
    display: block;
}

.sele {
    display: none;
}

.main>.party>.change_ul {
    display: flex;
    list-style: none;
    justify-content: center;
    font-size: 24px;
    padding: 30px 0;
}

.main>.party2>.change_ul {
    display: flex;
    list-style: none;
    justify-content: center;
    font-size: 24px;
    padding: 30px 0;
}

.main>.party1>.change_ul {
    display: flex;
    list-style: none;
    justify-content: center;
    font-size: 24px;
    padding: 30px 0;
}

.main>.party2 {
    background: url(../imgs/party2.png) no-repeat center bottom;
    background-size: cover;
}

.main>.party2mm {
    background: url(../imgs/party2mm.png) no-repeat center bottom;
    background-size: cover;
}

.main>.party1mm {
    background: url(../imgs/party1mm.png) no-repeat center bottom;
    background-size: cover;
}

.main>.partymm {
    background: url(../imgs/partymm.png) no-repeat center bottom;
    background-size: cover;
}


/* ---------------- */

.content {
    margin: 40px 0;
}

.content-padding {
    padding: 0 60px;
}

@media only screen and (max-width: 1679px) {
    .subnav,
    .content-padding {
        padding: 0 40px;
    }
    .subnav {
        margin-top: -36px;
    }
    .content {
        margin: 36px 0;
    }
    .subnav a {
        padding: 0 36px;
        font-size: 20px;
        line-height: 72px;
    }
    .pbanner h2 {
        font-size: 40px;
    }
    .pbanner p {
        font-size: 20px;
    }
    .subnav .search .box {
        margin: 18px 0;
    }
    .subnav .search input.text {
        width: 236px;
        height: 36px;
        padding: 0 80px 0 20px;
        line-height: 34px;
    }
    .subnav input::-webkit-input-placeholder {
        font-size: 16px;
    }
    .subnav input:-moz-placeholder {
        font-size: 16px;
    }
    .subnav input::-moz-placeholder {
        font-size: 16px;
    }
    .subnav input:-ms-input-placeholder {
        font-size: 16px;
    }
    .subnav .search input.submit {
        width: 60px;
        font-size: 16px;
        line-height: 36px;
    }
    .subnav .search .select-wraper {
        width: 180px;
        height: 36px;
        padding: 0 15px 0 15px;
        line-height: 34px;
        margin-right: 18px;
    }
    .select-wraper .select {
        width: 160px;
        font-size: 16px;
    }
    .select-wraper .option-item {
        padding: 0 15px;
    }
    .select-wraper .option {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1365px) {
    .subnav,
    .content-padding {
        padding: 0 30px;
    }
    .subnav {
        margin-top: -30px;
    }
    .content {
        margin: 30px 0;
    }
    .subnav a {
        padding: 0 24px;
        font-size: 18px;
        line-height: 60px;
    }
    .pbanner h2 {
        font-size: 36px;
    }
    .pbanner p {
        font-size: 18px;
    }
    .subnav .search .box {
        margin: 12px 0;
    }
    .subnav .search input.text {
        width: 210px;
        height: 34px;
        padding: 0 58px 0 15px;
        line-height: 32px;
    }
    .subnav input::-webkit-input-placeholder,
    .subnav input:-moz-placeholder,
    .subnav input::-moz-placeholder,
    .subnav input:-ms-input-placeholder {
        font-size: 14px;
    }
    .subnav .search input.submit {
        width: 50px;
        font-size: 14px;
        line-height: 34px;
    }
    .subnav .search .select-wraper {
        width: 160px;
        height: 34px;
        padding: 0 15px;
        line-height: 32px;
        margin-right: 18px;
    }
    .select-wraper .select {
        width: 145px;
        padding-left: 15px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 1079px) {
    .subnav,
    .subnav a,
    .content-padding {
        padding: 0 20px;
    }
    .pbanner {
        height: 240px;
    }
    .pbanner h2 {
        margin-top: 60px;
        font-size: 32px;
    }
    .pbanner p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .pbanner {
        height: 120px;
    }
    .content-padding {
        padding: 0 4%;
    }
    .content {
        margin: 20px 0;
    }
    .pbanner h2 {
        margin-top: 25px;
        font-size: 24px;
    }
    .pbanner h2:after {
        width: 40px;
        margin-top: 16px;
        margin-bottom: 14px;
    }
    .pbanner p {
        font-size: 12px;
    }
    /*bread*/
    .bread {
        margin-top: 20px;
    }
    .bread .active a {
        color: #666;
    }
}

@media only screen and (max-width: 479px) {
    .pbanner {
        height: 100px;
    }
    .content-padding {
        padding: 0 5%;
    }
    .content {
        margin: 15px 0;
    }
    .pbanner h2 {
        margin-top: 20px;
        font-size: 20px;
    }
    .pbanner h2:after {
        width: 36px;
        margin-top: 12px;
        margin-bottom: 10px;
    }
    /*bread*/
    .bread {
        margin-top: 15px;
    }
}


/*公司简介*/

cite {
    font-style: normal;
}

.intro-left {
    padding-top: 110px;
    padding-bottom: 110px;
}

.intro-right {
    width: 42.30769231%;
}

.intro-left h1 {
    font-size: 80px;
    font-family: arial;
    color: #333;
    font-weight: bold;
}

.intro-left h3 {
    font-size: 30px;
    color: #333;
    line-height: 64px;
}

.intro-left .info {
    margin-top: 35px;
    line-height: 30px;
    text-indent: 2em;
}

.intro-left .info p {
    margin-bottom: 25px;
}

.intro-right h3 {
    margin-top: 20px;
    font-size: 30px;
    color: #fff;
}

.intro-right h3:after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    margin-top: 30px;
    background: #999;
}

.intro-right .key {
    margin-top: 25px;
    color: #ccc;
    font-size: 24px;
}

.intro-right .text {
    padding-top: 100px;
    padding-bottom: 100px;
}

.intro-right .display-table {
    margin-top: 100px;
}

.intro-right .display-table-cell {
    width: 33.33333333%;
}

.intro-right .name {
    font-size: 18px;
}

.intro-right .num {
    margin-top: 20px;
    font-family: arial, "微软雅黑";
    font-size: 48px;
    line-height: 1.4;
}

.intro-right .num span {
    font-size: 18px;
}

.intro-right .en {
    font-size: 18px;
    font-family: arial;
    color: #ccc;
}

.video {
    position: relative;
    bottom: 0;
    width: 100%;
}

.video video {
    width: 100%;
    height: 300px\0;
    /* ie 8/9/10/Opera - for ie8/ie10/Opera */
    object-fit: fill;
}

.video-control {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 0;
    background: rgba(0, 0, 0, 0.6);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000, gradientType=1, enabled=true);
    z-index: 2;
}

.video-control:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.video-control i {
    display: inline-block;
    max-width: 100%;
    color: #fff;
    font-size: 90px;
    line-height: 1;
    vertical-align: middle;
}


/*公司荣誉*/

.honor {
    padding-top: 60px;
    padding-bottom: 60px;
}

.honor-left,
.honor-right {
    margin-top: 60px;
    margin-bottom: 60px;
}

.honor-left h1 {
    font-size: 60px;
    color: #333;
    font-weight: bold;
}

.honor_left_en h1 {
    font-size: 40px;
    text-align: center;
}

.honor-left h3 {
    font-size: 28px;
    color: #666;
    line-height: 88px;
}

.imageflow {
    position: relative;
    width: 100%;
    margin-top: 65px;
    text-align: left;
    visibility: hidden;
    overflow: hidden;
}

.imageflow .img {
    position: absolute;
    top: 0px;
    border: 1px solid #d2d2d2;
    visibility: hidden;
    -ms-interpolation-mode: bicubic;
    background: #eee;
    font-size: 0;
    text-align: center;
}

.imageflow .img:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.imageflow .img img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.imageflow p {
    margin: 0 auto;
    text-align: center;
}

.imageflow .loading {
    border: 1px solid #ccc;
    height: 15px;
    left: 50%;
    margin-left: -106px;
    padding: 5px;
    position: relative;
    visibility: visible;
    width: 200px;
}

.imageflow .loading_bar {
    background: #ccc;
    height: 15px;
    visibility: visible;
    width: 1%;
}

.imageflow .caption,
.imageflow .scrollbar,
.imageflow .slider {
    display: none;
}

.imageflow .images {
    overflow: hidden;
    white-space: nowrap;
}

.honor-alert {
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    filter: progid: DXImageTransform.Microsoft.gradient(startcolorstr=#AF000000, endcolorstr=#AF000000);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow-y: auto;
    z-index: 2099;
}

.honor-layer {
    position: relative;
    height: auto;
    max-width: 680px;
    margin: 80px auto 30px;
    text-align: center;
    z-index: 999;
}

.close {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background: #0284f2;
    color: #fff;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    font-size: 24px;
    font-family: "宋体";
}

.honor-layer img {
    width: auto;
    max-width: 680px;
    height: auto;
}


/*折叠面板*/

.panel-title {
    font-size: 24px;
    font-weight: bold;
    font-family: arial;
    line-height: 58px;
}

.panel-title>a.collapsed {
    color: #000;
}

.panel-title a:not(.collapsed) .iconfont {
    border-color: #0284f2;
    color: #fff;
    background: #0284f2;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.panel-title a {
    display: block;
}

.panel-title a i {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid transparent;
    margin-right: 20px;
    text-align: center;
    line-height: 38px;
    font-size: 20px;
    font-weight: normal;
    background: transparent;
    vertical-align: middle;
}

.panel-title a.collapsed i {
    border-color: #d2d2d2;
    color: #999;
}

.panel-collapse ul {
    padding-left: 60px;
    padding-top: 10px;
    padding-bottom: 20px;
}

.panel-title>a,
.panel-collapse .time,
.panel-collapse a:hover {
    color: #0284f2;
}

.panel-collapse a {
    display: block;
    color: #666;
    font-size: 18px;
    line-height: 30px;
    vertical-align: top;
}

.panel-collapse a:hover .more {
    background: #0284f2;
    color: #fff;
    border-color: #0284f2;
}

.panel-collapse .time,
.panel-collapse .more {
    font-family: arial;
}

.panel-collapse .name {
    display: block;
    margin-left: 80px;
    margin-right: 100px;
    /*-ms-text-overflow: ellipsis;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;*/
}

.panel-collapse .time {
    float: left;
}

.panel-collapse .more {
    float: right;
    width: 60px;
    height: 22px;
    border: 1px solid #d2d2d2;
    margin-top: 4px;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
}


/*企业文化*/

.culture-left {
    padding-top: 115px;
    padding-bottom: 115px;
}

.culture-right {
    padding: 100px 90px 36px;
}

.culture-left h1 {
    font-size: 60px;
    color: #333;
    font-weight: bold;
}

.culture-left .info {
    margin-top: 72px;
    line-height: 36px;
    font-size: 18px;
}

.culture-right dl {
    /*max-width: 520px;*/
}

.culture-right dt {
    margin-bottom: 20px;
}

.culture-right dd {
    margin: 0;
    margin-top: 17px;
    margin-bottom: 5px;
}

.culture-right dd:last-child {
    margin: 0;
}

.culture-right .media-left {
    padding-right: 28px;
}

.culture-right .media-object {
    width: 120px;
    height: 180px;
}

.culture-right .media-body .media-heading {
    margin: 4px 0 0;
    font-size: 22px;
    line-height: 38px;
}

.culture-right .media-body p {
    font-size: 18px;
    line-height: 32px;
    font-weight: bold;
}

.culture-right .media-body .media-heading a {
    color: #0284f2;
    font-weight: bold;
}


/*发展进程*/

.mCSB_container {
    padding-left: 20px;
}

.development {
    padding-top: 120px;
    padding-bottom: 120px;
}

.development-owl {
    padding: 0 120px;
}

.development-owl .owl-stage {
    background: #eee;
}

.development-owl .item {
    padding: 60px;
}

.development-owl .img {
    float: left;
    max-width: 360px;
    margin-right: 60px;
}

.development-owl .text {
    line-height: 28px;
}

.owl-year {
    width: 100%;
    height: 60px;
    margin-bottom: 80px;
    line-height: 60px;
    background: #eee;
}

.owl-year .owl-dot {
    float: left;
    width: 12.5%;
    height: 100%;
    color: #333;
    text-align: center;
    font-size: 22px;
}

.owl-year .owl-dot.active {
    background: #0284f2;
    color: #fff;
}

.development-owl .owl-nav [class*="owl-"] {
    position: absolute;
    top: 50%;
    width: 60px;
    height: 180px;
    margin: -90px 0 0;
    padding: 0;
    font-size: 60px;
    line-height: 180px;
    font-family: "宋体";
    color: #fff;
    background: #999;
    border-radius: 0px;
}

.development-owl .owl-nav .owl-prev {
    left: 0;
}

.development-owl .owl-nav .owl-next {
    right: 0;
}

.development-owl .owl-nav [class*="owl-"]:hover {
    background: #666;
}


/*党群建设*/

.build-list {
    /*float: left;*/
    width: 61.53846154%;
}


/* /-----------------------------------------------------改 */


/* ------------ */

.party-list {
    height: 680px;
}

.list-unstyled>.party_lis {
    height: 210px;
    background-color: #fff;
    box-shadow: 0px 3px 6px 0px #b4b4b4c4;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
}

.build-list>.imgs>.imgs_top {
    height: 60px;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 30px 30px;
}

.build-list>.imgs>.imgs_top>span {
    font-size: 28px;
    color: #333;
    padding: 0 20px;
}

.build-list>.imgs>.imgs_btm {
    display: flex;
    justify-content: center;
    align-items: center;
}

.build-list>.imgs>.imgs_btm>img {
    width: 100%;
}

.build-list>.imgs>.imgs_btm>.comment_pics {
    margin-bottom: 290px;
}


/* --------------- */

.build-list .nav {
    float: left;
    margin-right: 60px;
}

.build-list .nav>li {
    float: none;
}

.build-list .nav li+li {
    margin-top: 10px;
    margin-left: 0;
}

.build-list .nav>li>a {
    width: 240px;
    height: 240px;
    padding-left: 26px;
    padding-top: 26px;
    border: 4px solid #cc0001;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.nav-pills {
    display: none;
}

.nav-pills>li>a {
    color: #cc0001;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.nav-pills>li>a:hover {
    color: #fff;
    background: #cc0001;
}

.build-list .nav a span {
    display: block;
}

.build-list .nav span.name {
    margin-top: 25px;
    margin-bottom: 16px;
    font-size: 58px;
    font-weight: bold;
    line-height: 1;
}

.build-list .nav span.en {
    font-size: 18px;
    font-family: arial;
}

.build .info {
    /*float: left;

    */
    width: 38.46153846%;
    /*padding: 120px 40px;

    */
    line-height: 28px;
    overflow: hidden;
}

.build .info .text {
    display: none;
    margin: 120px 40px;
    padding: 10px 20px;
    text-indent: 2em;
    background: rgba(255, 255, 255, 0.6);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF, endColorstr=#99FFFFFF, gradientType=1, enabled=true);
    visibility: hidden;
}

.build .info .text.active {
    display: block;
    visibility: visible;
}

.build .info .text>.botm {
    background-color: #fff;
    padding: 20px;
}

.party-list li {
    padding: 20px 30px 15px;
    border: 1px solid #eee;
}

.party-list li:hover {
    border-color: #cc0001;
}

.party-list li:hover a {
    color: #cc0001;
}

.tab-content>.active>.party-list>.party_lis>h4>.time {
    font-size: 17px;
    line-height: 28px;
    color: #cc0001;
}

.tab-content>.active>.party-list>.party_lis>h4>a {
    display: block;
    margin-right: 80px;
    font-size: 20px;
    color: #333;
    line-height: 28px;
}

.tab-content>.active>.party-list>.party_lis>.key {
    margin-top: 15px;
    /* font-family: "宋体"; */
    line-height: 25px;
    font-size: 17px;
}


/*pagination*/

.pagination {
    margin: 40px;
}

.pagination .prev {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination .next {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination a,
.pagination span {
    position: relative;
    float: left;
    border: 1px solid #d2d2d2;
    margin: 0 3px;
    padding: 0 10px;
    line-height: 28px;
    color: #565656;
    background-color: #fff;
}

.pagination a:hover,
.pagination .current {
    background-color: #0284f2;
    border-color: #0284f2;
    color: #fff;
    z-index: 3;
}


/*品牌*/


/* 改 */

@media screen and (max-width: 414px) {
    .panel-group {
        column-count: 1;
        height: 600px;
    }
    .carousel>.btns {
        display: none;
    }
}

.brand-left {
    padding-top: 115px;
    padding-bottom: 115px;
}

.brand-right {
    width: 42.30769231%;
}

.brand-left h1 {
    margin-bottom: 20px;
    font-size: 60px;
    color: #333;
    font-weight: bold;
}

.brand-left h3 {
    font-size: 30px;
    color: #333;
    font-family: arial;
    line-height: 48px;
}

.brand-left .info {
    margin-top: 45px;
    line-height: 28px;
    text-indent: 2em;
}


/*社会责任*/

.res {
    padding-top: 120px;
    padding-bottom: 60px;
}

.res-list ul {
    margin-left: -15px;
    margin-right: -15px;
}

.res-list ul li {
    padding: 5px;
}

.res-list li {
    padding-left: 15px;
    padding-right: 15px;
}

.res-list .thumbnail {
    margin-bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: transparent;
}

.res-list .thumbnail .img {
    padding-top: 69.566%;
    background: #eee;
}

.res-list .thumbnail .caption {
    padding: 18px 0 0;
    border: 1px solid #eee;
    border-top: none;
}

.res-list .caption .name,
.res-list .caption .info,
.res-list .caption .bottom {
    padding: 0 18px;
}

.res-list .caption .name {
    display: block;
    height: 44px;
    font-size: 18px;
    color: #333;
    line-height: 22px;
    overflow: hidden;
}

.res-list .caption .info {
    margin-top: 14px;
    margin-bottom: 26px;
    color: #999;
    line-height: 18px;
}

.res-list .bottom .border {
    border-top: 1px solid #d2d2d2;
    line-height: 38px;
}

.res-list .bottom span {
    float: left;
}

.res-list .bottom .more {
    float: right;
}

.res-list .thumbnail:hover img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}

.res-list .thumbnail:hover .bottom {
    background: #0284f2;
    color: #fff;
}

.res-list .thumbnail:hover .bottom .border {
    border-top-color: #0284f2;
}

.res-list .thumbnail:hover .bottom a {
    color: #fff;
}

.res-list .caption .name:hover {
    color: #0284f2;
}


/*专业管理*/

.envir .img,
.safety .img {
    padding: 0;
}

.envir .text,
.safety .text {
    padding-top: 55px;
    padding-bottom: 35px;
    font-size: 18px;
}

.envir .text h1,
.safety .text h1 {
    margin-bottom: 32px;
    font-size: 60px;
    font-weight: bold;
    color: #333;
}

.safety .text p {
    font-size: 18px;
    line-height: 36px;
    text-indent: 2em;
}


/*环保管理*/

.envir .text p {
    font-size: 18px;
    line-height: 36px;
}

.envir .img img {
    width: 100%;
    margin: 0 auto;
}


/*质量管理*/


/*品牌*/

.quality-right .name {
    padding-top: 116px;
    padding-bottom: 116px;
}

.quality-right {
    width: 42.30769231%;
}

.quality-left h1 {
    margin-bottom: 20px;
    font-size: 60px;
    color: #333;
    font-weight: bold;
}

.quality-left h3 {
    font-size: 30px;
    color: #333;
    font-family: arial;
    line-height: 48px;
}

.quality-left .info {
    margin-top: 55px;
    line-height: 36px;
    text-indent: 2em;
}

.quality-left .info p {
    font-size: 18px;
}

.quality-right .name h4 {
    font-size: 24px;
    color: #ccc;
}

.quality-right .name h4:after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    margin-top: 35px;
    background: #ccc;
}

.quality-right .name p {
    font-size: 36px;
    color: #fff;
    line-height: 80px;
}

.quality-right .img {
    position: absolute;
    left: 0;
    width: 100%;
}

.quality-right .img>img {
    max-width: 660px;
    width: 100%;
}


/*热点招聘*/

.recruitment {
    padding-top: 60px;
    padding-bottom: 60px;
}

.table-name span {
    float: left;
    line-height: 60px;
    font-size: 24px;
}

.recruitment .panel-title>a,
.table-name .s1 {
    width: 32.63888889%;
}

.recruitment .pnum,
.table-name .s2 {
    width: 25%;
}

.recruitment .status,
.table-name .s3 {
    width: 25%;
}

.recruitment .hr-btn,
.table-name .s4 {
    width: 17.36111111%;
}

.table-name .s1 {
    padding-left: 120px;
}

.recruitment .panel-title {
    font-size: 18px;
    font-family: arial, "微软雅黑";
}

.recruitment .panel-title>a {
    color: #333;
}

.recruitment .panel-title a i {
    margin-right: 80px;
}

.recruitment .pnum {
    font-size: 18px;
    color: #333;
}

.recruitment .status {}

.recruitment .hr-btn a {
    display: inline-block;
    width: 120px;
    height: 40px;
    border: 1px solid #d2d2d2;
    margin-top: 9px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 40px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.recruitment .hr-btn a:hover {
    color: #fff;
    background: #0284f2;
    border-color: #0284f2;
}

.recruitment .info {
    padding: 10px 0 20px 120px;
    color: #999;
    line-height: 30px;
}


/*表单*/

.resume {
    padding-top: 60px;
    padding-bottom: 60px;
}

.resume h1 {
    font-size: 30px;
    color: #333;
    font-weight: bold;
}

.hr-form {
    margin-top: 54px;
}

.hr-form label {
    font-size: 14px;
    line-height: 28px;
    color: #999;
    font-weight: normal;
}

.hr-form .row {
    margin-left: -15px;
    margin-right: -15px;
}

.hr-form .row [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
}

.hr-form .form-control {
    width: 100%;
    height: 40px;
    padding: 0px 20px;
    font-size: 18px;
    line-height: 40px;
    color: #333;
    background-color: #eee;
    border-radius: 0px;
}

.hr-form textarea.form-control {
    height: 85px;
    resize: none;
}

.hr-form .btnOk {
    width: 100%;
    height: 40px;
    color: #fff;
    background: #0284f2;
    border: none;
}

.hr-form .has-success .form-control:focus,
.hr-form .has-error .form-control:focus,
.hr-form .has-error .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.hr-form .row .bot-btn {
    padding: 0;
    padding-left: 30px;
}

.hr-form img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 40px;
    z-index: 99;
}

.hr-form .yzm {
    padding-right: 110px;
}

.hr-form .select:before {
    float: right;
}

.hr-form .option {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    max-height: 218px;
    width: 100%;
    border-top: 1px solid #0284f2;
    color: #333;
    font-size: 18px;
    background: #eee;
    line-height: 36px;
    overflow-y: scroll;
    z-index: 100;
}

.hr-form .option-item {
    padding: 0 20px;
}

.hr-form .option-item:hover {
    background: #0284f2;
    color: #fff;
}

@media only screen and (max-width: 1679px) {
    .resume {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .resume h1 {
        font-size: 24px;
    }
    .hr-form .form-control {
        padding: 0px 15px;
    }
    .hr-form {
        margin-top: 42px;
    }
    .hr-form .yzm {
        padding-right: 110px;
    }
    .hr-form .option-item {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 1365px) {
    .resume {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .hr-form .form-control {
        height: 36px;
        font-size: 16px;
        line-height: 36px;
    }
    .hr-form .form-group {
        margin-bottom: 15px;
    }
    .hr-form .row .bot-btn {
        padding-left: 15px;
    }
    .hr-form textarea.form-control {
        height: 75px;
    }
    .hr-form .btnOk {
        height: 36px;
    }
    .hr-form {
        margin-top: 30px;
    }
    .hr-form img {
        width: 80px;
        height: 36px;
    }
    .hr-form .yzm {
        padding-right: 90px;
    }
    .hr-form .option {
        font-size: 16px;
        line-height: 32px;
    }
}

@media only screen and (max-width: 1079px) {
    .hr-form .row {
        margin-left: -10px;
        margin-right: -10px;
    }
    .hr-form .row [class*="col"] {
        padding-left: 10px;
        padding-right: 10px;
    }
    .hr-form {
        margin-top: 25px;
    }
    .hr-form .row .bot-btn {
        padding: 0;
        margin-top: 15px;
    }
    /* 加 */
    .carousel>.btns {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .hr-form img {
        width: 100px;
    }
    .hr-form .yzm {
        padding-right: 110px;
    }
    .carousel>.btns {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .resume {
        padding-top: 5%;
        padding-bottom: 5%;
    }
    .resume h1 {
        font-size: 20px;
    }
    .hr-form {
        margin-top: 5%;
    }
    .hr-form .form-group {
        margin-bottom: 10px;
    }
    .carousel>.btns {
        display: none;
    }
}


/* ---------这是人才建设轮播图---------加 */

.carousel {
    width: 520px;
    height: 520px;
    border: 1px solid #9e9e9e;
    overflow: hidden;
    margin: 50px auto;
}

.carousel>ul>li>img {
    height: 520px;
}

.carousel #unit {
    list-style: none;
    width: 4000px;
    position: relative;
}

.carousel ul li {
    float: left;
}

.carousel .btns a {
    position: absolute;
    width: 30px;
    height: 70px;
    top: 50%;
    margin-top: -35px;
    background-color: rgba(0, 0, 0, 0.73);
    text-align: center;
    line-height: 70px;
    text-decoration: none;
    color: red;
    font-family: "楷体";
    border-radius: 4px;
}

.carousel .btns a.btn_left {
    top: 50%;
    left: 12%;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
}

.carousel .btns a.btn_right {
    top: 50%;
    right: 12%;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
}

.circles {
    width: 160px;
    height: 20px;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%);
    position: absolute;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
}

.circles ol {
    list-style: none;
}

.circles ol li {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background-color: white;
    border-radius: 50%;
    float: left;
}

.circles ol li.cur {
    background-color: red;
}

.circles ol li.last {
    margin-right: 0;
}


/*  */


/*人才建设*/

.talent {
    padding-bottom: 60px;
    padding-top: 24px;
}

.talent h2 {
    margin-top: 34px;
    margin-bottom: 14px;
    font-size: 24px;
    color: #333;
    font-weight: bold;
}

.talent p,
.talent .info {
    line-height: 28px;
    text-indent: 2em;
}

.talent .panel-title {
    font-size: 16px;
    line-height: 40px;
}

.talent .info {
    padding: 10px 0;
}

.talent .panel-title>a.collapsed {
    color: #0284f2;
}


/*团队风采*/

.team {
    padding-top: 20px;
    padding-bottom: 60px;
}

.team-list li {
    margin-top: 40px;
}

.team-list .media {
    border: 1px solid #eee;
}

.team-list .media .media-left {
    padding-right: 20px;
}

.team-list .media-left .block {
    width: 270px;
    padding-top: 66.66666667%;
}

.team-list .media .media-body {
    position: relative;
    padding-right: 25px;
}

.team-list .media-body .media-heading {
    margin-top: 16px;
    margin-bottom: 12px;
    height: 48px;
    overflow: hidden;
}

.team-list .media-body .media-heading a {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    line-height: 24px;
}

.team-list .media-body p {
    height: 36px;
    color: #999;
    line-height: 18px;
    overflow: hidden;
}

.team-list .media-body .bottom {
    height: 40px;
    margin-top: 15px;
    line-height: 40px;
}

.culture-right .media-body>ul {
    padding: 0 20px;
}

.team-list .bottom .time {
    font-family: arial;
}

.team-list .bottom .time span {
    display: inline-block;
    margin-right: 10px;
    font-size: 24px;
    font-weight: bold;
}

.team-list .bottom .more {
    display: block;
    visibility: hidden;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 40px;
    width: 180px;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 2;
}

.team-list .bottom .more:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: -1;
    background: #0284f2;
}

.team-list .bottom .more-hover:hover .more {
    visibility: visible;
}

.team-list .bottom .more-hover:hover .more:before {
    width: 100%;
}


/*.team-list img{width: 270px;height: 180px;}*/


/*联系方式*/

.contact {
    padding-top: 60px;
    padding-bottom: 60px;
}

.contact-list {
    table-layout: fixed;
}

.contact-list li {
    width: 50%;
}

.contact-list .box {
    border: 1px solid #eee;
}

.contact-list .text {
    padding: 15px 30px;
    border-top: 3px solid #0284f2;
}

.contact-list .box h3 {
    margin-bottom: 5px;
    font-size: 24px;
    color: #0284f2;
    line-height: 48px;
}

.contact-list .box p {
    font-size: 16px;
    line-height: 30px;
}

.contact-list .box a {
    margin-left: 10px;
    color: #0284f2;
    text-decoration: underline;
}

.contact-list .box .see-map {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 120px;
    height: 50px;
    font-size: 18px;
    color: #fff;
    line-height: 50px;
    text-decoration: none;
}

.contact-list .box .see-map:before {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 5px;
    width: 20px;
    height: 20px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.iw_poi_title {
    color: #0284f2;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap;
}

.iw_poi_content {
    font: 12px arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word;
}

.ditu {
    height: 318px;
}

.contact .text {
    height: 320px;
}

.ditu * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.ditu label {
    max-width: none;
}

.ditu img {
    max-width: none !important;
}


/*公司新闻*/

.company {
    padding-top: 20px;
    padding-bottom: 60px;
}

.company .thumbnail {
    margin-bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: transparent;
}

.company-list ul {
    margin-left: -15px;
    margin-right: -15px;
}

.company-list li {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 40px;
}

.company .img {
    width: 100%;
    padding-top: 65.2173913%;
    background: #eee;
}

.company .img .tip {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    z-index: 2;
}

.company .img .tip.good {
    background: #fe9900;
}

.company .img .tip.top {
    background: #0284f2;
}

.company .img:hover img {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

.company-list .caption {
    padding: 15px 20px;
    border: 1px solid #eee;
    border-top: none;
}

.company-list .caption a.name {
    display: block;
    height: 40px;
    margin: 13px 0 15px;
    font-size: 18px;
    color: #333;
    line-height: 20px;
    overflow: hidden;
}

.company-list .caption p {
    height: 36px;
    margin-bottom: 35px;
    color: #999;
    line-height: 18px;
    overflow: hidden;
}

.company-list .date {
    font-family: arial;
    line-height: 1;
}

.company-list .date span {
    margin-right: 10px;
    font-size: 24px;
    font-weight: bold;
}

.company-list .detail {
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
}

.company-list .thumbnail:hover .detail {
    bottom: 0;
    color: #fff;
}


/*媒体报道*/


/* 没换 */

.news-media {
    padding-top: 20px;
    padding-bottom: 60px;
}

.news-media .media-list li {
    margin-top: 40px;
}

.news-media .img {
    width: 38.573%;
    padding-top: 25.715%;
    background: #eee;
}

.news-media .img .tip {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    z-index: 2;
}

.news-media .img .tip.good {
    background: #fe9900;
}

.news-media .img .tip.top {
    background: #0284f2;
}

.news-media .img:hover img {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

.news-media .media-list .media-body {
    padding: 16px 20px;
    border: 1px solid #eee;
}

.news-media .media-list .media-body a.name {
    display: block;
    height: 44px;
    margin-bottom: 16px;
    font-size: 18px;
    color: #333;
    line-height: 22px;
    overflow: hidden;
}

.news-media .media-list .media-body p {
    height: 36px;
    margin-bottom: 24px;
    color: #999;
    line-height: 18px;
    overflow: hidden;
}

.news-media .media-list .bottom {
    line-height: 1;
}

.news-media .media-list .date {
    font-family: arial;
    line-height: 1;
}

.news-media .media-list .date span {
    margin-right: 10px;
    font-size: 24px;
    font-weight: bold;
}

.news-media .media-list .detail {
    position: absolute;
    bottom: 0;
    right: -180px;
    width: 180px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
}

.news-media .media-list .media:hover .detail {
    right: 0;
    color: #fff;
}

.news-media .media-list .media:hover .bottom .fr {
    display: none;
}


/*行业动态*/

.industry {
    padding-top: 20px;
    padding-bottom: 60px;
}

.industry-list li {
    margin-top: 40px;
}

.industry-list .box {
    border: 1px solid #eee;
}

.industry-list .text {
    padding: 26px 30px;
    overflow: hidden;
}

.industry-list .text a.name {
    display: block;
    height: 44px;
    margin-bottom: 16px;
    font-size: 18px;
    color: #333;
    line-height: 22px;
    overflow: hidden;
}

.industry-list .text p {
    height: 36px;
    margin-bottom: 24px;
    color: #999;
    line-height: 18px;
    overflow: hidden;
}

.industry-list .right {
    padding: 26px 20px 26px 0;
}

.industry-list .tip {
    width: 100%;
    height: 30px;
    margin-top: 40px;
    line-height: 30px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    z-index: 2;
}

.industry-list .tip.good {
    background: #fe9900;
}

.industry-list .tip.top {
    background: #0284f2;
}

.industry-list .date {
    font-family: arial;
    line-height: 1;
}

.industry-list .date span {
    margin-right: 10px;
    font-size: 24px;
    font-weight: bold;
}

.industry-list .detail {
    position: absolute;
    bottom: 0;
    right: -125px;
    width: 125px;
    height: 100%;
    font-size: 18px;
    line-height: 40px;
}

.industry-list .box:hover .detail {
    right: 0;
    color: #fff;
}


/*article*/

.article {
    padding-top: 60px;
    padding-bottom: 60px;
}

.article .position {
    padding-bottom: 16px;
    border-bottom: 1px solid #d2d2d2;
    line-height: 1;
}

.breadcrumb {}

.breadcrumb a,
.article .position .next {
    color: #999;
}

.article .position .next {
    width: 50%;
}

.breadcrumb a:hover,
.article .position .next:hover {
    color: #0284f2;
}

.position .active a {
    color: #666;
}

.article article {
    padding: 24px 0;
    border-bottom: 1px solid #d2d2d2;
}

.article-header {
    margin-bottom: 54px;
}

.article-header h2 {
    width: 80%;
    margin: 0 auto 30px;
    font-size: 30px;
    color: #333;
    line-height: 40px;
}

.article-header p {
    line-height: 1;
    color: #999;
    font-size: 14px;
}

.article-header i {
    margin: 0 10px;
}

.article-header i:first-child {
    margin-left: 0;
}

.article-content {
    text-align: justify;
    font-size: 18px;
    line-height: 36px;
}
.article-content p {
    /*text-indent: 2em;*/
    
}

.article-content img {
    display: block;
    max-width: 1155px;
    width: 100%;
    margin: 0 auto;
}

.article-content .span1 {
    display: block;
    text-align: right;
}

.article-content .span2 {
    display: block;
    text-align: center;
}

.pager {
    margin-top: 15px;
}

.pager li,
.pager a {
    display: inline !important;
    color: #999;
    line-height: 1;
}

.pager a:hover {
    color: #0284f2;
}

.pager li {
    width: 40%;
}

.pager .share {
    float: left;
    width: 20%;
}

.pager .bdsharebuttonbox {}

.pager .bdsharebuttonbox .bds_more {
    float: none;
    display: block;
    height: auto;
    margin: 0 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    color: #0284f2;
    font-size: 12px;
    line-height: 14px;
    background: none;
    text-align: center;
}

.bds_more i {
    display: inline-block;
    margin: 0 10px 0 0;
    color: #0284f2;
    vertical-align: text-bottom;
    font-size: 14px;
    line-height: 14px;
}

.news-good h2 {
    margin: 20px 0;
    padding-left: 15px;
    border-left: 4px solid #0284f2;
    line-height: 20px;
    font-size: 22px;
    color: #333;
}

.news-good .bg-white {
    padding: 0 20px;
    overflow: hidden;
}

.news-good .media {
    margin-bottom: 30px;
}

.news-good .media-left {
    height: 100px;
    padding-right: 0;
    vertical-align: middle;
}

.news-good .img {
    display: inline-block;
    width: 150px;
    height: 100%;
}

.news-good .media-body {
    position: relative;
    padding-left: 20px;
}

.news-good .media-body .media-heading {
    height: 78px;
    font-size: 16px;
    line-height: 26px;
    overflow: hidden;
}

.news-good .media-body .media-heading a {
    color: #333;
}

.news-good .media-body .media-heading a:hover {
    color: #0284f2;
}

.news-good .media-body p {
    position: absolute;
    bottom: 0;
    left: 20px;
    color: #999;
    line-height: 1;
}


/*article-pro*/

.article-pro {
    padding-top: 60px;
    padding-top: 60px;
}

.pro-header .media-left {
    height: 420px;
    padding-right: 0px;
    border: 1px solid #d2d2d2;
    vertical-align: middle;
}

.pro-header .media-left span {
    display: inline-block;
    width: 420px;
}

.pro-header .media-left img {
    display: block;
    max-width: 100%;
    max-height: 420px;
    width: auto;
}

.pro-header .media-body {
    padding-left: 40px;
}

.pro-header .media-body .media-heading {
    font-size: 46px;
    font-weight: bold;
    color: #333;
}

.pro-header .media-body .info {
    margin-top: 28px;
    font-size: 18px;
}

.article-pro .spec {
    margin-top: 32px;
    padding-top: 40px;
    border-top: 1px solid #eee;
}

.article-pro .spec .row {
    margin-left: -10px;
    margin-right: -10px;
}

.article-pro .spec .row [class*="col"] {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
}

.article-pro .spec span {
    display: inline-block;
    width: 100%;
    border: 1px solid #eee;
    font-size: 18px;
    line-height: 38px;
}

.article-pro .spec span.active,
.article-pro .spec span:hover {
    border-color: #0284f2;
}

.article-pro .text {
    margin-top: 60px;
    margin-bottom: 60px;
    border-top: 1px solid #eee;
}

.article-pro .text .media {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.article-pro .text .media-left h1 {
    width: 290px;
    font-size: 30px;
    font-weight: bold;
    color: #333;
}

.article-pro .text .media-body {
    font-size: 18px;
    line-height: 36px;
}

.text-content {
    margin-top: 20px;
}

.text-content img {
    max-width: 100%;
    display: inline-block;
    margin: 10px auto;
}

.goods-right h2 {
    line-height: 60px;
    font-size: 30px;
}

.goods-right .box {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 60px;
}

.goods-right .media {
    margin-top: 20px;
}

.goods-right .media-left {
    height: 120px;
    padding: 10px;
    border: 1px solid #d2d2d2;
    vertical-align: middle;
}

.goods-right .img {
    width: 98px;
}

.goods-right .img img {
    max-height: 98px;
}

.goods-right .media-body {
    padding-left: 20px;
    padding-right: 15px;
}

.goods-right .media-body .media-heading {
    height: 56px;
    font-size: 18px;
    line-height: 28px;
    overflow: hidden;
}

.goods-right .media-body .media-heading a {
    color: #333;
}

.goods-right .media-body .media-heading a:hover {
    color: #0284f2;
}

.goods-right .media-body p {
    color: #999;
    line-height: 24px;
}


/*media*/


/* 没换 */

@media only screen and (max-width: 1679px) {
    /*公司简介*/
    .intro-left {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .intro-left h1 {
        font-size: 60px;
    }
    .intro-left h3 {
        font-size: 24px;
        line-height: 50px;
    }
    .intro-left .info {
        margin-top: 30px;
    }
    .intro-left .info p {
        margin-bottom: 20px;
    }
    .intro-right h3 {
        margin-top: 0px;
        font-size: 24px;
    }
    .intro-right h3:after {
        margin-top: 25px;
    }
    .intro-right .key {
        margin-top: 20px;
        font-size: 20px;
    }
    .intro-right .text {
        padding-top: 85px;
        padding-bottom: 85px;
    }
    .intro-right .display-table {
        margin-top: 85px;
    }
    .intro-right .name,
    .intro-right .en,
    .intro-right .num span {
        font-size: 16px;
    }
    .intro-right .num {
        margin-top: 15px;
        font-size: 42px;
    }
    .video-control i {
        font-size: 72px;
    }
    /*公司荣誉*/
    .honor {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .honor-left,
    .honor-right {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .honor-left h1 {
        font-size: 48px;
    }
    .honor_left_en h1 {
        font-size: 40px;
    }
    .honor-left h3 {
        font-size: 24px;
        line-height: 70px;
    }
    .imageflow {
        margin-top: 45px;
    }
    /*折叠面板*/
    .panel-title {
        font-size: 20px;
        line-height: 50px;
    }
    .panel-title a i {
        width: 36px;
        height: 36px;
        line-height: 34px;
        font-size: 16px;
    }
    .panel-collapse ul {
        padding-left: 56px;
        padding-top: 5px;
        padding-bottom: 15px;
    }
    .panel-collapse a {
        font-size: 16px;
        line-height: 28px;
    }
    .panel-collapse .name {
        margin-left: 60px;
        margin-right: 80px;
    }
    .panel-collapse .more {
        margin-top: 3px;
        font-size: 12px;
    }
    /*企业文化*/
    .culture-left {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .culture-left h1 {
        font-size: 48px;
    }
    .culture-left .info {
        margin-top: 40px;
        line-height: 34px;
        font-size: 16px;
    }
    .culture-right {
        padding: 45px 60px 36px;
    }
    .culture-right dt img {
        max-width: 220px;
    }
    .culture-right .media-left {
        padding-right: 24px;
    }
    .culture-right .media-body .media-heading {
        font-size: 18px;
        line-height: 36px;
    }
    .culture-right .media-body p {
        font-size: 16px;
        line-height: 30px;
    }
    /*发展历程*/
    .development {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .development-owl {
        padding: 0 80px;
    }
    .development-owl .item {
        padding: 40px;
    }
    .development-owl .img {
        margin-right: 40px;
    }
    .owl-year {
        margin-bottom: 60px;
    }
    .development-owl .owl-nav [class*="owl-"] {
        width: 40px;
        height: 120px;
        margin: -60px 0 0;
        font-size: 48px;
        line-height: 120px;
    }
    /*党群建设*/
    /* 改 */
    .build-list {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .build-list .nav {
        margin-right: 40px;
    }
    .build-list .nav>li>a {
        width: 200px;
        height: 200px;
        padding-left: 15px;
        padding-top: 15px;
        border-width: 3px;
    }
    .build-list .nav img {
        width: 50px;
    }
    .build-list .nav span.name {
        margin-top: 20px;
        margin-bottom: 10px;
        font-size: 48px;
    }
    .build-list .nav span.en {
        font-size: 16px;
    }
    .build .info .text {
        margin: 80px 30px;
    }
    .party-list li {
        padding: 18px 20px 14px;
    }
    .party-list li a {
        margin-right: 60px;
        font-size: 16px;
        line-height: 26px;
    }
    .party-list li .time {
        line-height: 26px;
    }
    /*品牌*/
    .brand-left {
        padding-top: 75px;
        padding-bottom: 75px;
    }
    .brand-left h1 {
        margin-bottom: 15px;
        font-size: 48px;
    }
    .brand-left h3 {
        font-size: 24px;
        line-height: 36px;
    }
    .brand-left .info {
        margin-top: 35px;
    }
    /*社会责任*/
    /* 改 */
    .res {
        padding-top: 80px;
    }
    /*专业管理*/
    .envir .text {
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .safety .text {
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .envir .text h1 {
        margin-bottom: 20px;
        font-size: 36px;
    }
    .safety .text h1 {
        margin-bottom: 28px;
        font-size: 48px;
    }
    .safety .text p {
        font-size: 14px;
        line-height: 32px;
    }
    .envir .text p {
        font-size: 14px;
        line-height: 32px;
    }
    .quality-left .info p {
        font-size: 14px;
        line-height: 32px;
    }
    /*品牌*/
    /* 改 */
    .quality-right .name {
        padding-top: 76px;
        padding-bottom: 76px;
    }
    .quality-left h1 {
        margin-bottom: 10px;
        font-size: 48px;
    }
    .quality-left h3 {
        font-size: 24px;
        line-height: 40px;
    }
    .quality-left .info {
        margin-top: 30px;
    }
    .quality-right .name h4 {
        font-size: 22px;
    }
    .quality-right .name h4:after {
        margin-top: 30px;
    }
    .quality-right .name p {
        font-size: 28px;
        line-height: 60px;
    }
    /*热点招聘*/
    .warning {
        color: #fddf03;
    }
    .recruitment {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .table-name span {
        line-height: 48px;
        font-size: 20px;
    }
    .table-name .s1 {
        padding-left: 80px;
    }
    .recruitment .panel-title {
        font-size: 16px;
    }
    .recruitment .panel-title a i {
        margin-right: 40px;
    }
    .recruitment .info {
        padding: 10px 0 20px 80px;
    }
    /*人才建设*/
    .talent {
        padding-bottom: 40px;
        padding-top: 14px;
    }
    .talent h2 {
        margin-top: 24px;
    }
    /*团队风采*/
    .team {
        padding-top: 10px;
        padding-bottom: 40px;
    }
    .team-list li {
        margin-top: 30px;
    }
    .team-list .media .media-body {
        padding-right: 20px;
    }
    .team-list .media-body .media-heading {
        margin-top: 14px;
        margin-bottom: 10px;
    }
    .team-list .media-body .media-heading a {
        font-size: 16px;
    }
    .team-list .media-body p {
        height: 36px;
        line-height: 18px;
    }
    .team-list .media-body .bottom {
        margin-top: 12px;
    }
    .team-list .bottom .time span {
        font-size: 20px;
    }
    .team-list .bottom .more {
        width: 120px;
    }
    /*.team-list img{width: 240px;height: 160px;}*/
    .team-list .media-left .block {
        width: 240px;
    }
    /*联系方式*/
    .contact {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .contact-list .box .see-map {
        height: 40px;
        line-height: 40px;
    }
    .contact-list .box .see-map:before {
        width: 15px;
        height: 15px;
    }
    /*公司新闻*/
    .company {
        padding-top: 20px;
        padding-bottom: 40px;
    }
    .company-list li {
        margin-top: 20px;
    }
    /*媒体报道*/
    .news-media {
        padding-top: 0px;
        padding-bottom: 40px;
    }
    .news-media .img .tip {
        width: 80px;
        height: 27px;
        line-height: 27px;
        font-size: 16px;
    }
    .news-media .media-list .media-body {
        padding: 16px;
    }
    .news-media .media-list .media-body a.name {
        margin-bottom: 14px;
        font-size: 16px;
    }
    .news-media .media-list .media-body p {
        margin-bottom: 20px;
    }
    .news-media .media-list .detail {
        right: -120px;
        width: 120px;
        height: 36px;
        font-size: 16px;
        line-height: 36px;
    }
    /*行业动态*/
    .industry {
        padding-top: 0px;
        padding-bottom: 40px;
    }
    .industry-list li {
        margin-top: 40px;
    }
    .industry-list .text {
        padding: 20px 25px;
    }
    .industry-list .text a.name {
        margin-bottom: 14px;
        font-size: 16px;
    }
    .industry-list .text p {
        margin-bottom: 20px;
    }
    .industry-list .right {
        padding: 20px 16px 20px 0;
    }
    .industry-list .tip {
        height: 28px;
        line-height: 28px;
        font-size: 16px;
    }
    .industry-list .date span {
        font-size: 20px;
    }
    .industry-list .detail {
        right: -120px;
        width: 120px;
        font-size: 16px;
    }
    /*article-pro*/
    .article-pro {
        padding-top: 40px;
        padding-top: 40px;
    }
    .pro-header .media-left {
        height: auto;
    }
    .pro-header .media-left span {
        width: 300px;
    }
    .pro-header .media-left img {
        max-width: 100%;
        max-height: 300px;
    }
    .pro-header .media-body {
        padding-left: 30px;
    }
    .pro-header .media-body .media-heading {
        font-size: 36px;
    }
    .pro-header .media-body .info {
        margin-top: 20px;
        font-size: 16px;
    }
    .article-pro .spec {
        margin-top: 24px;
        padding-top: 30px;
    }
    .article-pro .spec span {
        font-size: 16px;
        line-height: 34px;
    }
    .article-pro .text {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .article-pro .text .media {
        padding: 15px 0;
    }
    .article-pro .text .media-left h1 {
        width: 240px;
        font-size: 24px;
    }
    .article-pro .text .media-body {
        font-size: 16px;
        line-height: 32px;
    }
    .goods-right h2 {
        line-height: 48px;
        font-size: 24px;
    }
    .goods-right .box {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 40px;
    }
    .goods-right .media {
        margin-top: 15px;
    }
    .goods-right .media-body {
        padding-left: 15px;
        padding-right: 10px;
    }
    .goods-right .media-body .media-heading {
        height: 52px;
        font-size: 16px;
        line-height: 26px;
    }
    /*article*/
    .article {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .article .position {
        padding-bottom: 14px;
    }
    .article article {
        padding: 20px 0;
    }
    .article-header {
        margin-bottom: 42px;
    }
    .article-header h2 {
        margin: 0 auto 20px;
        font-size: 24px;
        line-height: 34px;
    }
    .article-content {
        font-size: 16px;
        line-height: 32px;
    }
    .article-content img {
        margin: 0 auto;
    }
    .news-good h2 {
        padding-left: 12px;
        font-size: 20px;
    }
    .news-good .bg-white {
        padding: 0 15px;
    }
    .news-good .media {
        margin-bottom: 20px;
    }
    .news-good .media-left {
        height: 80px;
    }
    .news-good .img {
        width: 120px;
    }
    .news-good .media-body {
        padding-left: 15px;
    }
    .news-good .media-body .media-heading {
        height: 60px;
        font-size: 14px;
        line-height: 20px;
    }
    .news-good .media-body p {
        left: 15px;
    }
}

@media only screen and (max-width: 1560px) {
    /*专业管理*/
    .envir .text {
        padding: 30px 36px 15px;
    }
    .envir .text h1 {
        font-size: 32px;
    }
    .envir .text p {
        font-size: 14px;
        line-height: 28px;
    }
}

@media only screen and (max-width: 1365px) {
    /*公司简介*/
    .intro-left,
    .intro-right {
        display: block;
        width: 100%;
    }
    .intro-left {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .intro-left h1 {
        font-size: 48px;
    }
    .intro-left h3 {
        font-size: 18px;
        line-height: 42px;
    }
    .intro-left .info {
        margin-top: 20px;
    }
    .intro-left .info p {
        margin-bottom: 15px;
    }
    .intro-right h3 {
        font-size: 20px;
    }
    .intro-right h3:after {
        margin-top: 18px;
    }
    .intro-right .key {
        margin-top: 10px;
        font-size: 16px;
    }
    .intro-right .text {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .intro-right .display-table {
        margin-top: 50px;
    }
    .intro-right .name,
    .intro-right .en,
    .intro-right .num span {
        font-size: 14px;
    }
    .intro-right .num {
        margin-top: 12px;
        font-size: 36px;
    }
    .video {
        position: relative;
    }
    /*公司荣誉*/
    .honor {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .honor-left,
    .honor-right {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .honor-left h1 {
        font-size: 40px;
    }
    .honor_left_en h1 {
        font-size: 35px;
    }
    .honor-left h3 {
        font-size: 20px;
        line-height: 60px;
    }
    .imageflow {
        margin-top: 35px;
    }
    /*折叠面板*/
    .panel-title {
        font-size: 18px;
        line-height: 40px;
    }
    .panel-title a i {
        width: 30px;
        height: 30px;
        margin-right: 12px;
        line-height: 28px;
        font-size: 12px;
    }
    .panel-collapse ul {
        padding-left: 42px;
        padding-top: 5px;
        padding-bottom: 12px;
    }
    .panel-collapse a {
        font-size: 14px;
        line-height: 26px;
    }
    .panel-collapse .name {
        margin-left: 50px;
        margin-right: 70px;
    }
    .panel-collapse .more {
        margin-top: 2px;
    }
    /*企业文化*/
    .culture-left {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .culture-left h1 {
        font-size: 36px;
    }
    .culture-left .info {
        margin-top: 25px;
        line-height: 32px;
        font-size: 16px;
    }
    .culture-right {
        padding: 25px 40px 26px;
    }
    .culture-right dt {
        margin-bottom: 18px;
    }
    .culture-right dt img {
        max-width: 200px;
    }
    .culture-right dd {
        margin-bottom: 0px;
        margin-top: 15px;
    }
    .culture-right .media-left {
        padding-right: 20px;
    }
    .culture-right .media-object {
        width: 100px;
        height: 150px;
    }
    .culture-right .media-body .media-heading {
        font-size: 16px;
        line-height: 32px;
    }
    .culture-right .media-body p {
        font-size: 14px;
        line-height: 28px;
    }
    /* ----------------- */
    /*  */
    /*发展进程*/
    .development {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .development-owl {
        padding: 0 60px;
    }
    .development-owl .item {
        padding: 30px;
    }
    .development-owl .img {
        margin-right: 30px;
    }
    .owl-year {
        height: 50px;
        margin-bottom: 40px;
        line-height: 50px;
    }
    .owl-year .owl-dot {
        width: 16.66666667%;
        font-size: 20px;
    }
    .development-owl .owl-nav [class*="owl-"] {
        width: 30px;
        height: 90px;
        margin: -45px 0 0;
        font-size: 40px;
        line-height: 90px;
    }
    /*党群建设*/
    .build-list {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .build-list .nav {
        float: none;
        margin-right: 0px;
        margin-bottom: 30px;
    }
    .build-list .nav>li {
        float: left;
        width: 178px;
    }
    .build-list .nav li+li {
        margin-top: 0px;
        margin-left: 10px;
    }
    .build-list .nav>li>a {
        width: 100%;
        height: auto;
        padding-left: 10px;
        padding-top: 15px;
        padding-bottom: 15px;
        border-width: 2px;
    }
    .build-list .nav img {
        width: 40px;
    }
    .build-list .nav span.name {
        margin-top: 15px;
        margin-bottom: 6px;
        font-size: 36px;
    }
    .build-list .nav span.en {
        font-size: 14px;
    }
    .build .info .text {
        margin: 60px 20px;
    }
    .party-list li {
        padding: 20px 30px 15px;
    }
    .party-list li a {
        margin-right: 80px;
        font-size: 18px;
        line-height: 30px;
    }
    .party-list li .time {
        line-height: 30px;
    }
    /*品牌*/
    .brand-left {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .brand-left h1 {
        margin-bottom: 10px;
        font-size: 36px;
    }
    .brand-left h3 {
        font-size: 18px;
        line-height: 28px;
    }
    .brand-left .info {
        margin-top: 30px;
    }
    /*社会责任*/
    .res {
        padding-top: 60px;
    }
    .res-list .thumbnail .caption {
        padding: 16px 0 0;
    }
    .res-list .caption .name,
    .res-list .caption .info,
    .res-list .caption .bottom {
        padding: 0 16px;
    }
    .res-list .caption .name {
        font-size: 16px;
    }
    .res-list .caption .info {
        margin-bottom: 20px;
    }
    /*专业管理*/
    .envir .text,
    .safety .text {
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .envir .text h1,
    .safety .text h1 {
        margin-bottom: 20px;
        font-size: 36px;
    }
    .safety .text p {
        font-size: 14px;
        line-height: 30px;
    }
    /*环保管理*/
    .envir .text,
    .envir .img {
        float: none;
        width: 100%;
        left: 0;
        right: 0;
    }
    .envir .text h1 {
        text-align: center;
    }
    .envir .text p {
        font-size: 14px;
        line-height: 28px;
    }
    /*品牌*/
    .quality-left,
    .quality-right {
        display: block;
        width: 100%;
    }
    .quality-right .name {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .quality-left h1 {
        font-size: 36px;
    }
    .quality-left h3 {
        font-size: 18px;
        line-height: 30px;
    }
    .quality-left .info {
        margin-top: 30px;
    }
    .quality-right .name {
        float: left;
        width: 50%;
    }
    .quality-right .img {
        overflow: hidden;
    }
    .quality-right .name h4 {
        font-size: 20px;
    }
    .quality-right .name h4:after {
        margin-top: 30px;
    }
    .quality-right .name p {
        font-size: 24px;
        line-height: 60px;
    }
    .quality-right .img {
        position: relative;
        width: auto;
    }
    /*热点招聘*/
    .recruitment {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .table-name span {
        line-height: 42px;
        font-size: 18px;
    }
    .table-name .s1 {
        padding-left: 60px;
    }
    .recruitment .panel-title {
        font-size: 14px;
    }
    .recruitment .panel-title a i {
        margin-right: 24px;
    }
    .recruitment .hr-btn a {
        width: 100px;
        height: 32px;
        margin-top: 8px;
        line-height: 32px;
    }
    .recruitment .info {
        padding: 5px 0 15px 60px;
        line-height: 28px;
    }
    /*人才建设*/
    .talent {
        padding-bottom: 30px;
        padding-top: 10px;
    }
    .talent h2 {
        margin-top: 20px;
        margin-bottom: 10px;
        font-size: 20px;
    }
    .talent .panel-title {
        line-height: 36px;
    }
    /*团队风采*/
    .team {
        padding-top: 10px;
        padding-bottom: 30px;
    }
    .team-list li {
        margin-top: 20px;
    }
    .team-list .media .media-left {
        padding-right: 15px;
    }
    .team-list .media .media-body {
        padding-right: 15px;
    }
    .team-list .media-body .media-heading {
        margin-top: 10px;
        margin-bottom: 8px;
        height: 44px;
    }
    .team-list .media-body .media-heading a {
        line-height: 22px;
    }
    .team-list .media-body .bottom {
        height: 30px;
        margin-top: 15px;
        line-height: 30px;
    }
    .team-list .bottom .more {
        display: block;
        visibility: visible;
        width: 100px;
        height: 30px;
    }
    .team-list .bottom .more:before {
        width: 100%;
    }
    .team-list .bottom .time span {
        font-size: 18px;
    }
    /*.team-list img{width: 210px;height: 140px;}*/
    .team-list .media-left .block {
        width: 210px;
    }
    /*联系方式*/
    .contact {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .contact-list .text {
        padding: 10px 20px;
    }
    .contact-list .box h3 {
        font-size: 20px;
        line-height: 42px;
    }
    .contact-list .box p {
        font-size: 14px;
        line-height: 28px;
    }
    .contact-list .box .see-map {
        width: 100px;
        height: 36px;
        font-size: 16px;
        line-height: 36px;
    }
    .contact-list .box .see-map:before {
        bottom: 3px;
        left: 3px;
        width: 12px;
        height: 12px;
    }
    .ditu {
        height: 278px;
    }
    .contact .text {
        height: 280px;
    }
    /*公司新闻*/
    .company {
        padding-top: 10px;
        padding-bottom: 30px;
    }
    .company-list ul {
        margin-left: -10px;
        margin-right: -10px;
    }
    .company-list .row>[class*="col"] {
        padding-left: 10px;
        padding-right: 10px;
    }
    .company .img .tip {
        width: 80px;
        height: 26px;
        line-height: 26px;
        font-size: 16px;
    }
    .company-list .caption {
        padding: 10px 15px;
    }
    .company-list .caption a.name {
        height: 40px;
        margin: 5px 0 10px;
        font-size: 16px;
    }
    .company-list .caption p {
        margin-bottom: 30px;
    }
    .company-list .date span {
        font-size: 20px;
    }
    .company-list .detail {
        bottom: -36px;
        height: 36px;
        font-size: 16px;
        line-height: 36px;
    }
    /*媒体报道*/
    .news-media {
        padding-bottom: 30px;
    }
    .news-media .media-list li {
        margin-top: 30px;
    }
    .news-media .img .tip {
        width: 70px;
        height: 24px;
        line-height: 24px;
        font-size: 14px;
    }
    .news-media .media-list .media-body {
        padding: 14px;
    }
    .news-media .media-list .media-body a.name {
        margin-bottom: 12px;
    }
    .news-media .media-list .media-body p {
        margin-bottom: 16px;
    }
    .news-media .media-list .date span {
        font-size: 20px;
    }
    /*行业动态*/
    .industry {
        padding-bottom: 30px;
    }
    .industry-list li {
        margin-top: 30px;
    }
    .industry-list .text {
        padding: 16px 20px;
    }
    .industry-list .text p {
        margin-bottom: 10px;
    }
    .industry-list .right {
        padding: 16px 12px 16px 0;
    }
    .industry-list .tip {
        height: 26px;
        line-height: 26px;
        font-size: 14px;
    }
    .industry-list .date span {
        font-size: 18px;
    }
    .industry-list .detail {
        right: -110px;
        width: 110px;
    }
    /*article-pro*/
    .article-pro {
        padding-top: 30px;
        padding-top: 30px;
    }
    .pro-header .media-left span {
        width: 200px;
    }
    .pro-header .media-body {
        padding-left: 20px;
    }
    .pro-header .media-body .media-heading {
        font-size: 28px;
    }
    .pro-header .media-body .info {
        margin-top: 15px;
        font-size: 14px;
    }
    .article-pro .spec {
        margin-top: 18px;
        padding-top: 10px;
    }
    .article-pro .spec .row [class*="col"] {
        margin-top: 15px;
    }
    .article-pro .spec span {
        font-size: 14px;
        line-height: 32px;
    }
    .article-pro .text {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .article-pro .text .media {
        padding: 10px 0;
    }
    .article-pro .text .media-left h1 {
        width: 180px;
        font-size: 20px;
    }
    .article-pro .text .media-body {
        font-size: 14px;
        line-height: 28px;
    }
    .goods-right h2 {
        line-height: 40px;
        font-size: 20px;
    }
    .goods-right .box {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 30px;
    }
    .goods-right .media {
        margin-top: 10px;
    }
    .goods-right .media-body {
        padding-left: 10px;
        padding-right: 5px;
    }
    .goods-right .media-body .media-heading {
        height: 52px;
        font-size: 16px;
        line-height: 26px;
    }
    .goods-right .media-left {
        height: 110px;
    }
    .goods-right .img {
        width: 88px;
    }
    .goods-right .img img {
        max-height: 88px;
    }
    /*article*/
    .article {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .article .position {
        padding-bottom: 12px;
    }
    .article article {
        padding: 15px 0;
    }
    .article-header {
        margin-bottom: 36px;
    }
    .article-header h2 {
        margin: 0 auto 15px;
        font-size: 20px;
        line-height: 30px;
    }
    .article-content img {
        margin: 0 auto;
    }
    .pager {
        margin-top: 15px;
    }
    .news-good h2 {
        border-left-width: 3px;
        font-size: 18px;
    }
    .news-good .bg-white {
        padding: 0 10px;
    }
    .news-good .media {
        margin-bottom: 15px;
    }
    .news-good .media-body {
        padding-left: 10px;
    }
    .news-good .media-body p {
        left: 10px;
    }
}

@media only screen and (max-width: 1079px) {
    /*公司荣誉*/
    .honor {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .honor-left,
    .honor-right {
        margin-top: 20px;
    }
    .honor-left h1 {
        font-size: 36px;
    }
    .honor_left_en h1 {
        font-size: 31px;
    }
    .honor-left h3 {
        font-size: 18px;
        line-height: 48px;
    }
    .imageflow {
        margin-top: 30px;
    }
    /*企业文化*/
    .culture-left {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .culture-left h1 {
        font-size: 32px;
    }
    .culture-left .info {
        margin-top: 25px;
        line-height: 30px;
        font-size: 14px;
    }
    /*发展进程*/
    .development {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .development-owl {
        padding: 0 40px;
    }
    .development-owl .item {
        padding: 20px;
    }
    .development-owl .img {
        display: none;
        float: none;
        margin: 0 auto 20px;
    }
    .owl-year {
        height: 50px;
        margin-bottom: 30px;
        line-height: 50px;
    }
    .owl-year .owl-dot {
        width: 20%;
    }
    /*党群建设*/
    .build-list {
        display: block;
        width: 100%;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .build-list .nav {
        margin-bottom: 20px;
    }
    .build-list .nav>li {
        width: 32%;
    }
    .build-list .nav>li>a {
        padding-left: 15px;
    }
    .build-list .nav img {
        width: 30px;
    }
    .build-list .nav span.name {
        margin-top: 10px;
        margin-bottom: 4px;
        font-size: 30px;
    }
    .build-list .nav span.en {
        font-size: 12px;
    }
    .build .info {
        display: block;
        width: 100%;
    }
    .build .info .text {
        margin: 40px 20px;
    }
    .party-list li {
        padding: 18px 20px 14px;
    }
    /*品牌*/
    .brand-left {
        display: block;
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .brand-right {
        display: block;
        width: 100%;
    }
    .brand-right img {
        margin: 0 auto;
    }
    /*社会责任*/
    .res {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .res-list li {
        width: 100%;
    }
    .res-list li+li {
        margin-top: 20px;
    }
    .res-list .thumbnail {
        display: table;
        width: 100%;
    }
    .res-list .thumbnail .img {
        display: table-cell;
        width: 36%;
    }
    .res-list .thumbnail .img {
        padding-top: 25.043478%;
    }
    .res-list .thumbnail .caption {
        display: table-cell;
        border-top: 1px solid #eee;
        vertical-align: top;
        overflow: hidden;
        border-left: none;
    }
    /*专业管理*/
    .envir .text,
    .safety .text {
        padding-top: 25px;
    }
    .envir .text h1,
    .safety .text h1 {
        margin-bottom: 16px;
        font-size: 30px;
    }
    .safety .img img {
        margin: 0 auto;
    }
    /*品牌*/
    .quality-right .name {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .quality-left h1 {
        font-size: 30px;
    }
    .quality-left h3 {
        font-size: 16px;
        line-height: 26px;
    }
    .quality-right .name h4 {
        font-size: 18px;
    }
    .quality-right .name h4:after {
        margin-top: 25px;
    }
    .quality-right .name p {
        font-size: 20px;
        line-height: 54px;
    }
    /*热点招聘*/
    .recruitment {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .table-name span {
        line-height: 40px;
        font-size: 16px;
    }
    .table-name .s1 {
        padding-left: 50px;
    }
    .recruitment .panel-title a i {
        margin-right: 14px;
    }
    .recruitment .info {
        padding: 5px 0 15px 50px;
    }
    /*团队风采*/
    .team {
        padding-top: 10px;
        padding-bottom: 25px;
    }
    .team-list li {
        margin-top: 15px;
    }
    .team-list .media-body .bottom {
        height: 40px;
        line-height: 40px;
    }
    .team-list .bottom .more {
        height: 40px;
    }
    /*.team-list img{width: 240px;height: 160px;}*/
    .team-list .media-left .block {
        width: 180px;
        padding-top: 85%;
    }
    /*联系方式*/
    .contact {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .contact-list li {
        width: 100%;
        display: block;
    }
    .contact-list .box.hide {
        display: block !important;
    }
    .contact-list .text {
        padding: 10px 20px;
    }
    .contact-list .box h3 {
        font-size: 20px;
        line-height: 42px;
    }
    .contact-list .box p {
        font-size: 14px;
        line-height: 28px;
    }
    .contact-list .box a {
        margin-left: 10px;
    }
    .contact-list .box .see-map {
        display: none;
    }
    .ditu {
        height: 260px;
    }
    .contact .text {
        height: auto;
    }
    .article-content img {
        width: 100%;
    }
    .honor-layer img {
        width: 90%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1079px) {
    .culture-right {
        padding: 25px 30px 26px;
    }
    .culture-right .media-body .media-heading {
        font-size: 14px;
        line-height: 30px;
    }
    .culture-right .media-body p {
        font-size: 12px;
        line-height: 28px;
    }
}

@media only screen and (max-width: 991px) {
    .culture-left {
        width: 100%;
    }
    .culture-right {
        padding: 25px 25px 26px;
    }
    .culture-right dl {
        max-width: none;
    }
    .culture-right dt img {
        max-width: 180px;
    }
    /*article-pro*/
    .article-pro {
        padding-top: 25px;
        padding-top: 25px;
    }
    .pro-header .media-body .media-heading {
        font-size: 24px;
    }
    .article-pro .spec {
        margin-top: 12px;
        padding-top: 5px;
    }
    .article-pro .spec .row [class*="col"] {
        margin-top: 10px;
    }
    .article-pro .text {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .article-pro .text .media-left h1 {
        width: 160px;
        font-size: 18px;
    }
    .goods-right h2 {
        font-size: 18px;
    }
    .goods-right .box {
        padding-bottom: 25px;
    }
    .news-media .media-left,
    .news-media .media-body {
        display: block;
        width: 100%;
    }
    .news-media .img {
        padding-top: 66.66666667%;
        padding-left: 0;
    }
    .news-media .media-list li {
        margin-top: 25px;
    }
    /*行业动态*/
    .industry {
        padding-bottom: 25px;
    }
    .industry-list li {
        margin-top: 25px;
    }
    /*article*/
    .article {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .article article {
        padding: 15px 0;
    }
    .article-header {
        margin-bottom: 25px;
    }
    .news-good {
        margin-top: 20px;
    }
    .news-good .bg-white {
        padding: 0 15px;
    }
    .news-good .media {
        margin-bottom: 20px;
    }
    .news-good .media-left {
        height: 100px;
    }
    .news-good .img {
        width: 150px;
    }
    .news-good .media-body {
        padding-left: 20px;
    }
    .news-good .media-body .media-heading {
        height: 78px;
        font-size: 16px;
        line-height: 26px;
    }
    .news-good .media-body p {
        left: 20px;
    }
    .industry-list .text a.name,
    .industry-list .text p {
        height: auto;
    }
    .team-list .media-left .block {
        width: 240px;
        padding-top: 66.66666667%;
    }
}

@media only screen and (max-width: 767px) {
    /*公司简介*/
    .intro-left {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .intro-left h1 {
        font-size: 32px;
    }
    .intro-left h3 {
        font-size: 16px;
        line-height: 36px;
    }
    .intro-left .info {
        margin-top: 15px;
    }
    .intro-left .info p {
        margin-bottom: 10px;
    }
    .intro-right h3 {
        font-size: 18px;
    }
    .intro-right h3:after {
        margin-top: 15px;
    }
    .intro-right .key {
        font-size: 14px;
    }
    .intro-right .text {
        padding-top: 25px;
        padding-bottom: 20px;
    }
    .intro-right .display-table {
        margin-top: 20px;
    }
    .intro-right .num {
        margin-top: 10px;
        font-size: 30px;
    }
    /*公司荣誉*/
    .honor {
        padding-top: 4%;
        padding-bottom: 4%;
    }
    .honor-left,
    .honor-right {
        margin-top: 15px;
    }
    .honor-left h1 {
        font-size: 30px;
    }
    .honor_left_en h1 {
        font-size: 25px;
    }
    .honor-left h3 {
        font-size: 16px;
        line-height: 40px;
    }
    .honor-right .panel-collapse li {
        padding: 6px 0;
    }
    .honor-right .panel-collapse li+li {
        border-top: 1px solid #eee;
    }
    .imageflow {
        margin-top: 20px;
    }
    /*折叠面板*/
    .panel-title {
        font-size: 16px;
        line-height: 36px;
    }
    .panel-title a i {
        width: 24px;
        height: 24px;
        line-height: 22px;
    }
    .panel-collapse ul {
        padding-left: 36px;
    }
    /*文化*/
    .culture-left {}
    .culture-left h1 {
        font-size: 24px;
    }
    .culture-right {
        padding: 0px 4% 26px;
    }
    .culture-right dt {
        margin-bottom: 16px;
    }
    .culture-right dt img {
        max-width: 150px;
    }
    .culture-right dd {
        margin-top: 10px;
    }
    .culture-right .media-left {
        padding-right: 16px;
    }
    .culture-right .media-body .media-heading {
        font-size: 14px;
        line-height: 30px;
    }
    .culture-right .media-body p {
        font-size: 12px;
        line-height: 26px;
    }
    /*发展进程*/
    .development {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .development-owl {
        padding: 0 30px;
    }
    .development-owl .item {
        padding: 15px;
    }
    .owl-year {
        height: 40px;
        margin-bottom: 20px;
        line-height: 40px;
    }
    .owl-year .owl-dot {
        width: 25%;
        font-size: 18px;
    }
    .development-owl .owl-nav [class*="owl-"] {
        width: 26px;
        height: 80px;
        margin: -40px 0 0;
        font-size: 36px;
        line-height: 80px;
    }
    /*党群建设*/
    .build-list {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .build-list .nav {
        margin-bottom: 15px;
    }
    .build-list .nav li+li {
        margin-left: 6px;
    }
    .build-list .nav>li>a {
        height: 130px;
        padding-top: 20px;
        padding-left: 10px;
    }
    .build-list .nav img {
        width: 24px;
    }
    .build-list .nav span.name {
        margin-top: 10px;
        margin-bottom: 4px;
        font-size: 24px;
    }
    .build .info .text {
        margin: 30px 20px;
    }
    .party-list li {
        padding: 15px 15px 14px;
    }
    .party-list li a {
        margin-right: 70px;
        font-size: 16px;
        line-height: 26px;
    }
    .party-list li .time {
        line-height: 26px;
    }
    /*pagination*/
    .pagination {
        margin-top: 30px;
    }
    /*品牌*/
    .brand-left {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .brand-left h1 {
        margin-bottom: 6px;
        font-size: 26px;
    }
    .brand-left h3 {
        font-size: 14px;
        line-height: 24px;
    }
    .brand-left .info {
        margin-top: 20px;
        font-size: 12px;
        line-height: 24px;
    }
    /*社会责任*/
    .res {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .res-list li+li {
        margin-top: 15px;
    }
    .res-list .thumbnail .caption {
        padding: 12px 0 0;
    }
    .res-list .caption .name,
    .res-list .caption .info,
    .res-list .caption .bottom {
        padding: 0 12px;
    }
    .res-list .caption .bottom {
        margin-top: 15px;
    }
    .res-list .bottom .border {
        line-height: 30px;
    }
    .res-list .caption .info {
        display: none;
    }
    /*专业管理*/
    .envir .text,
    .safety .text {
        padding-top: 20px;
        padding-bottom: 16px;
    }
    .envir .text h1,
    .safety .text h1 {
        margin-bottom: 12px;
        font-size: 24px;
    }
    /*品牌*/
    .quality-right .name {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .quality-left h1 {
        margin-bottom: 6px;
        font-size: 24px;
    }
    .quality-left h3 {
        font-size: 12px;
        line-height: 24px;
    }
    .quality-left .info {
        margin-top: 20px;
    }
    .quality-right .name h4 {
        font-size: 16px;
    }
    .quality-right .name h4:after {
        margin-top: 20px;
    }
    .quality-right .name p {
        font-size: 12px;
        line-height: 40px;
    }
    /*热点招聘*/
    .recruitment {
        padding-top: 4%;
        padding-bottom: 4%;
    }
    .table-name span {
        line-height: 36px;
        font-size: 14px;
    }
    .recruitment .panel-title>a,
    .table-name .s1 {
        width: 40%;
    }
    .recruitment .pnum,
    .table-name .s2 {
        width: 20%;
        text-align: center;
    }
    .recruitment .status,
    .table-name .s3 {
        width: 20%;
        text-align: center;
    }
    .recruitment .hr-btn,
    .table-name .s4 {
        width: 20%;
    }
    .table-name .s1 {
        padding-left: 40px;
    }
    .recruitment .panel-title a i {
        margin-right: 10px;
    }
    .recruitment .panel-title {
        font-size: 12px;
    }
    .recruitment .hr-btn a {
        width: 70px;
        height: 24px;
        margin-top: 3px;
        line-height: 24px;
    }
    .recruitment .info {
        padding: 5px 0 15px 40px;
        line-height: 26px;
        font-size: 12px;
    }
    /*人才建设*/
    .talent {
        padding-bottom: 0;
        padding-top: 3%;
    }
    .talent h2 {
        margin-top: 15px;
        font-size: 18px;
    }
    .talent .panel-title {
        line-height: 30px;
    }
    /*团队风采*/
    .team {
        padding-bottom: 4%;
    }
    .team-list li {
        margin-top: 10px;
    }
    .team-list .media .media-left {
        padding-right: 15px;
    }
    .team-list .media .media-body {
        padding-right: 15px;
    }
    .team-list .media-body .media-heading {
        margin-top: 6px;
        margin-bottom: 4px;
        height: 40px;
    }
    .team-list .media-body .media-heading a {
        line-height: 20px;
        font-size: 14px;
    }
    .team-list .media-body .bottom {
        height: 28px;
        margin-top: 6px;
        line-height: 28px;
        font-size: 0px;
    }
    .team-list .bottom .time span {
        font-size: 16px;
    }
    .team-list .media-body p {
        font-size: 12px;
    }
    .team-list .bottom .more {
        height: 28px;
        font-size: 12px;
    }
    /*.team-list img{width: 180px;height: 120px;}*/
    .team-list .media-left .block {
        width: 180px;
    }
    /*联系方式*/
    .contact {
        padding-top: 4%;
        padding-bottom: 4%;
    }
    .contact-list .text {
        padding: 10px 15px;
    }
    .ditu {
        height: 240px;
    }
    /*公司新闻*/
    .company-list .row>[class*="col"] {
        float: left;
        width: 50%;
    }
    .company .img .tip {
        width: 60px;
        height: 24px;
        line-height: 24px;
        font-size: 14px;
    }
    .company-list .caption {
        padding: 10px;
    }
    .company-list .caption a.name {
        margin: 2px 0 10px;
        font-size: 14px;
    }
    .company-list .caption p {
        margin-bottom: 20px;
        font-size: 12px;
    }
    .company-list .date span {
        font-size: 18px;
    }
    /*媒体报道*/
    .news-media {
        padding-bottom: 20px;
    }
    .news-media .media-list li {
        float: left;
        width: 50%;
        margin-top: 20px;
    }
    .news-media .media-list .media-body {
        padding: 12px;
    }
    .news-media .media-list .media-body a.name {
        font-size: 14px;
    }
    .news-media .media-list .media-body p {
        font-size: 12px;
    }
    .news-media .media-list .date span {
        font-size: 18px;
    }
    .news-media .media-list .detail {
        right: -80px;
        width: 80px;
        height: 30px;
        font-size: 14px;
        line-height: 30px;
    }
    /*行业动态*/
    .industry {
        padding-bottom: 5%;
    }
    .industry-list li {
        margin-top: 5%;
    }
    .industry-list .text {
        padding: 12px 16px;
    }
    .industry-list .right {
        padding: 16px 10px 16px 0;
    }
    .industry-list .date span {
        margin-right: 8px;
        font-size: 16px;
    }
    .industry-list .detail {
        right: -100px;
        width: 100px;
    }
    /*article-pro*/
    .article-pro {
        padding-top: 5%;
    }
    .pro-header .media-body,
    .pro-header .media-left {
        display: block;
        width: 100%;
    }
    .pro-header .media-left {
        padding: 10px 0;
        text-align: center;
    }
    .pro-header .media-left span {
        width: 100%;
    }
    .pro-header .media-left img {
        max-width: 100%;
        width: auto;
    }
    .pro-header .media-body {
        padding-left: 0px;
        margin-top: 20px;
    }
    .article-pro .text {
        margin-top: 5%;
        margin-bottom: 5%;
    }
    .article-pro .text .media-left,
    .article-pro .text .media-body {
        display: block;
        width: 100%;
    }
    .article-pro .text .media-left h1 {
        margin-bottom: 10px;
        font-size: 18px;
    }
    .goods-right h2 {
        line-height: 36px;
        font-size: 18px;
    }
    .goods-right .box {
        padding-bottom: 5%;
    }
    /*article*/
    .article {
        padding-top: 5%;
        padding-bottom: 5%;
    }
    .article-header {
        margin-bottom: 20px;
    }
    .article-header h2 {
        width: 80%;
        font-size: 18px;
    }
    .article-content {
        font-size: 14px;
        line-height: 28px;
    }
    .article-content img {
        margin: 0 auto;
    }
    .pager {
        margin-top: 5px;
    }
    .pager li {
        float: left;
        width: 96%;
        /*width:80%;*/
        margin-top: 10px;
        text-align: left;
    }
}

@media only screen and (max-width: 479px) {
    .intro-right .display-table {
        text-align: left;
    }
    .intro-right .display-table-cell {
        display: block;
        width: 100%;
    }
    .intro-right .display-table-cell p {
        display: inline-block;
        line-height: 36px;
    }
    .intro-right .num {
        margin-top: 0px;
        font-size: 14px;
    }
    /*公司荣誉*/
    .honor-left,
    .honor-right {
        margin-top: 10px;
        margin-bottom: 15px;
    }
    .honor-left h1 {
        font-size: 24px;
    }
    .honor_left_en h1 {
        font-size: 21px;
    }
    .honor-left h3 {
        font-size: 14px;
        line-height: 32px;
    }
    .imageflow {
        margin-top: 15px;
    }
    /*折叠面板*/
    .panel-title {
        font-size: 14px;
    }
    .panel-collapse .time {
        float: none;
        display: inline-block;
    }
    .panel-collapse .name {
        margin-left: 0;
        margin-right: 0px;
        white-space: normal;
        text-align: justify;
        clear: both;
    }
    /*文化*/
    .culture-left {}
    .culture-right {
        padding: 0px 5% 5%;
    }
    .culture-right dt img {
        max-width: 120px;
    }
    .culture-right dd {
        margin-top: 10px;
    }
    .culture-right .media-left {
        display: none;
        padding-right: 12px;
    }
    .culture-right .media-object {
        width: 90px;
        height: 135px;
    }
    .culture-right .media-body .media-heading {
        margin: 2px 0;
        font-size: 14px;
        line-height: 24px;
        white-space: nowrap;
    }
    .culture-right .media-body p {
        font-size: 12px;
        line-height: 20px;
    }
    /*发展进程*/
    .development {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .development-owl {
        padding: 0;
    }
    .development-owl .item {
        padding: 10px;
    }
    .owl-year {
        margin-bottom: 15px;
    }
    .development-owl .owl-nav [class*="owl-"] {
        width: 26px;
        height: 80px;
        margin: -40px 0 0;
        font-size: 36px;
        line-height: 80px;
    }
    .mCSB_inside>.mCSB_container {
        margin-right: 40px;
    }
    /*党群建设*/
    .build-list {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .build-list .nav {
        margin-bottom: 10px;
    }
    .build-list .nav li+li {
        margin-left: 4px;
    }
    .build-list .nav>li>a {
        height: 110px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    .build-list .nav img {
        width: 20px;
    }
    .build-list .nav span.name {
        font-size: 20px;
    }
    .build-list .nav span.en {
        line-height: 18px;
    }
    .build .info .text {
        padding: 10px 15px;
        margin: 20px 15px;
        font-size: 12px;
        line-height: 26px;
    }
    .party-list li {
        padding: 10px;
    }
    .party-list li a {
        margin-right: 50px;
        font-size: 14px;
        line-height: 24px;
    }
    .party-list li .time {
        line-height: 24px;
    }
    .party-list li .key {
        margin-top: 10px;
        line-height: 24px;
        font-size: 12px;
    }
    /*pagination*/
    .pagination {
        margin-top: 20px;
    }
    .pagination a,
    .pagination span {
        margin: 0 2px;
        padding: 0 9px;
    }
    /*品牌*/
    .brand-left {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .brand-left h1 {
        font-size: 24px;
    }
    .brand-left h3 {
        font-size: 12px;
    }
    /*社会责任*/
    .res {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .res-list .thumbnail {
        display: block;
    }
    .res-list .thumbnail .img {
        display: block;
        width: 100%;
        padding-top: 69.566%;
    }
    .res-list .thumbnail .caption {
        display: block;
        border-top: none;
        border-left: 1px solid #eee;
    }
    .res-list .caption .info {
        display: block;
    }
    /*品牌*/
    .quality-right .name {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .quality-right .name h4 {
        font-size: 14px;
    }
    .quality-right .name h4:after {
        width: 20px;
        height: 1px;
        margin-top: 10px;
    }
    .quality-right .name p {
        margin-top: 6px;
        line-height: 20px;
    }
    /*热点招聘*/
    .recruitment {
        padding-top: 5%;
        padding-bottom: 5%;
    }
    .table-name span {
        line-height: 32px;
        font-size: 12px;
    }
    .table-name .s1 {
        padding-left: 36px;
    }
    .recruitment .panel-title a i {
        margin-right: 6px;
    }
    .recruitment .hr-btn a {
        width: 54px;
    }
    .recruitment .info {
        padding: 5px 0 15px 36px;
    }
    /*团队风采*/
    .team {
        padding-bottom: 5%;
    }
    .team-list .media .media-left {
        display: block;
        padding-right: 0px;
    }
    .team-list .media .media-body {
        padding: 10px;
    }
    .team-list .media-body .media-heading {
        margin-top: 0px;
        margin-bottom: 6px;
    }
    /*.team-list img{width: 100%;height: auto;}*/
    .team-list .media-left .block {
        width: 100%;
    }
    /*联系方式*/
    .contact {
        padding-top: 5%;
        padding-bottom: 5%;
    }
    .contact-list .text {
        padding: 10px 10px;
    }
    .contact-list .box h3 {
        font-size: 18px;
        line-height: 36px;
    }
    .ditu {
        height: 200px;
    }
    /*article-pro*/
    .pro-header .media-body .media-heading {
        font-size: 20px;
    }
    .goods-right h2 {
        font-size: 16px;
    }
    /*公司新闻*/
    .company-list .row>[class*="col"] {
        float: none;
        width: 100%;
    }
    .company-list .caption a.name,
    .company-list .caption p {
        height: auto;
    }
    /*媒体报道*/
    .news-media .media-list li {
        float: none;
        width: 100%;
        margin-top: 15px;
    }
    .news-media .media-list .media-body a.name,
    .news-media .media-list .media-body p {
        height: auto;
    }
    /*行业动态*/
    .industry-list .text {
        padding: 12px 12px;
    }
    .industry-list .text a.name {
        margin-bottom: 14px;
        font-size: 16px;
    }
    .industry-list .text p {
        margin-bottom: 10px;
    }
    .industry-list .right {
        float: none;
        padding: 12px 12px;
        overflow: hidden;
    }
    .industry-list .date {
        float: left;
        line-height: 26px;
    }
    .industry-list .tip {
        float: right;
        width: 80px;
        margin-top: 0;
    }
    .industry-list .detail {
        display: none;
    }
    /*article*/
    .article .position {
        padding-bottom: 8px;
    }
    .article article {
        padding: 10px 0;
    }
    .article-header {
        margin-bottom: 16px;
    }
    .article-header h2 {
        font-size: 16px;
        line-height: 28px;
    }
    .article-content img {
        margin: 0 auto;
    }
    .pager {
        margin-top: 5px;
    }
    .pager li {
        margin-top: 8px;
    }
    .bds_more i {
        margin: 0 6px 0 0;
    }
    .pager .bdsharebuttonbox .bds_more {
        padding-left: 2px;
    }
    .news-good {
        margin-top: 12px;
    }
    .news-good .bg-white {
        padding: 0 12px;
    }
    .news-good .media {
        margin-bottom: 16px;
    }
    .news-good .media-left {
        height: 80px;
    }
    .news-good .img {
        width: 100px;
    }
    .news-good .media-body {
        padding-left: 12px;
    }
    .news-good .media-body .media-heading {
        height: 60px;
        font-size: 14px;
        line-height: 20px;
    }
    .news-good .media-body p {
        left: 12px;
    }
}

@media only screen and (max-width: 399px) {
    /*pagination*/
    .pagination {
        margin-left: -2px;
        margin-right: -2px;
    }
    .pagination a,
    .pagination span {
        margin: 0 -1px;
        padding: 0 8px;
    }
}


/*搜索结果*/

.search-article {
    padding-top: 20px;
    padding-bottom: 60px;
}

.search-article-title {
    margin: 40px 0;
    font-size: 30px;
}

.search-article-list ul {
    margin-top: 20px;
    border-top: 1px solid #eee;
}

.search-article-list .box {
    border-bottom: 1px solid #eee;
}

.search-article-list .text {
    padding: 26px 30px;
    overflow: hidden;
}

.search-article-list .text a.name {
    display: block;
    margin-bottom: 16px;
    font-size: 18px;
    color: #333;
    line-height: 22px;
    overflow: hidden;
}

.search-article-list .text p {
    margin-bottom: 24px;
    color: #999;
    line-height: 20px;
    overflow: hidden;
}

.search-article-list .right {
    padding: 26px 20px 26px 0;
}

.search-article-list .tip {
    width: 100%;
    height: 30px;
    margin-top: 40px;
    line-height: 30px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    z-index: 2;
}

.search-article-list .tip.good {
    background: #fe9900;
}

.search-article-list .tip.top {
    background: #0284f2;
}

.search-article-list .date {
    font-family: arial;
    line-height: 1;
}

.search-article-list .date span {
    margin-right: 10px;
    font-size: 24px;
    font-weight: bold;
}

.search-article-list .detail {
    position: absolute;
    bottom: 0;
    right: -125px;
    width: 125px;
    height: 100%;
    font-size: 18px;
    line-height: 40px;
}

.search-article-list .box:hover .detail {
    right: 0;
    color: #fff;
}

@media only screen and (max-width: 1679px) {
    .search-article {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .search-article-title {
        margin: 0px 0 40px;
        font-size: 26px;
    }
    .search-article-list .text {
        padding: 20px 25px;
    }
    .search-article-list .text a.name {
        margin-bottom: 14px;
        font-size: 16px;
    }
    .search-article-list .text p {
        margin-bottom: 20px;
    }
    .search-article-list .right {
        padding: 20px 16px 20px 0;
    }
    .search-article-list .tip {
        margin-top: 30px;
        line-height: 28px;
        font-size: 16px;
    }
    .search-article-list .date span {
        font-size: 20px;
    }
    .search-article-list .detail {
        right: -120px;
        width: 120px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 1365px) {
    .search-article {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .search-article-title {
        margin: 0px 0 30px;
        font-size: 24px;
    }
    .search-article-list .text {
        padding: 16px 20px;
    }
    .search-article-list .text p {
        margin-bottom: 10px;
    }
    .search-article-list .right {
        padding: 16px 12px 16px 0;
    }
    .search-article-list .tip {
        margin-top: 35px;
        line-height: 26px;
        font-size: 14px;
    }
    .search-article-list .date span {
        font-size: 18px;
    }
    .search-article-list .detail {
        right: -110px;
        width: 110px;
    }
}

@media only screen and (max-width: 991px) {
    .search-article {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .search-article-title {
        margin: 0px 0 25px;
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .search-article {
        padding-top: 5%;
        padding-bottom: 5%;
    }
    .search-article-title {
        margin: 0px 0 5%;
    }
    .search-article-list ul {
        margin-top: 0;
    }
    .search-article-list .text {
        padding: 12px 16px;
    }
    .search-article-list .right {
        padding: 16px 10px 16px 0;
    }
    .search-article-list .date span {
        margin-right: 8px;
        font-size: 16px;
    }
    .search-article-list .detail {
        right: -100px;
        width: 100px;
    }
    .search-article-list .tip {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 479px) {
    .search-article-list .text {
        padding: 12px 12px;
    }
    .search-article-list .text a.name {
        margin-bottom: 14px;
        font-size: 16px;
    }
    .search-article-list .text p {
        margin-bottom: 10px;
    }
    .search-article-list .right {
        float: none;
        padding: 12px 12px;
        overflow: hidden;
    }
    .search-article-list .date {
        float: left;
        line-height: 26px;
    }
    .search-article-list .tip {
        float: right;
        width: 80px;
        margin-top: 0;
    }
    .search-article-list .detail {
        display: none;
    }
}


/*品牌专利*/

.reg_nav {
    clear: both;
    overflow: hidden;
    padding-bottom: 10px;
}

.reg_nav dd {
    float: left;
    position: relative;
    margin: 0;
}

.reg_nav dd.cur::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px;
    border-color: #0284f2 transparent transparent transparent;
}

.reg_nav dd a {
    display: block;
    font-size: 18px;
    background: #eeeeee;
    padding: 0 10px;
    width: 230px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.reg_nav dd.cur a {
    background: #0284f2;
    color: #fff;
}

.reg_table table {
    border: 1px solid #d2d2d2;
    border-right: none;
    margin-bottom: 0;
}

.reg_table table thead tr th,
.reg_table table tbody tr td,
.reg_nav dd a {
    padding: 10px 15px;
}

.reg_table table thead tr th,
.reg_table table tbody tr td {
    border-right: 1px solid #d2d2d2;
}

.reg_table table thead tr th {
    font-size: 18px;
    background: #0284f2;
    color: #fff;
}

.reg_table table thead tr th {
    font-weight: normal;
}

.reg_table table tbody tr:nth-child(even) {
    background: #f5f5f5;
}

.reg_table table tbody tr td {
    font-size: 16px;
}

.regi_table table thead tr th:first-child,
.regi_table table tbody tr td:first-child {
    width: 30%;
}

.regi_table table thead tr th:last-child,
.regi_table table tbody tr td:last-child {
    width: 70%;
}

@media (max-width: 991px) {
    .reg_nav dd a {
        /*width:120px;*/
        width: 100%;
    }
    .reg_nav dd {
        width: 33.333%;
    }
}

@media (max-width: 767px) {
    .reg_nav dd a,
    .reg_table table thead tr th,
    .reg_table table tbody tr td {
        font-size: 12px;
    }
}


/*//品牌专利*/

.queality_info_en {
    text-align: left;
    font-size: 19px !important;
    line-height: 25px !important;
    margin-top: 10px !important;
}


/* --------------改 */

@media (max-width: 768px) {
    .tab-content>.active>.party-list>.party_lis {
        height: auto;
    }
    .tab-content>.active>.party-list>.party_lis>h4>.time {
        font-size: 20px;
    }
    .tab-content>.active>.party-list>.party_lis>h4>a {
        font-size: 19px;
    }
    .tab-content>.active>.party-list>.party_lis>.key {
        font-size: 17px;
    }
}


/* 轮播 */

@media (max-width: 520px) {
    .carousel {
        width: 320px;
        height: 320px;
    }
    .carousel>ul>li>img {
        height: 320px;
    }
    .circles {
        bottom: 12%;
    }
}

.panel-group1>.panel {
    height: 100px;
}

@media only screen and (max-width: 3500px) {
    .panel-group1 {
        column-count: 2;
        height: 700px;
    }
    .panel-group1>.panel {
        height: 100px;
    }
}

.panel-group1 .panel {
    height: 100px;
    margin-left: 20px;
}

.panel-group1 {
    column-count: 2;
    height: 700px;
}