/* 通用 */
.page-banner {
    -o-background-size: cover !important;
       background-size: cover !important;
    height: 545px;
    position: relative;
}

.page-banner .banner-t {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}

.page-banner .banner-t .t-top {
    width: 100px;
    height: 178px;
    border: 4px solid #ac8b64;
    position: relative;
    margin: 0 auto;
}

.page-banner .banner-t .t-top .t-c {
    position: absolute;
    white-space: nowrap;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.page-banner .banner-t .e-t {
    font-size: 48px;
}

.page-banner .banner-t h1,
.page-banner .banner-t h3 {
    font-size: 36px;
}

.page-banner .banner-t .sub-t {
    font-size: 18px;
    margin-top: 17px;
}

.page {
    text-align: center;
    margin-top: 50px;
}

.page a,
.page .a1 {
    display: inline-block;
    padding: 6px 30px;
    
    border-radius: 8px;
    margin-right: 10px;
    font-size: 14px;
}

.page a:first-child,
.page a:last-child {
    padding: 6px 30px;
}

.page a {
    padding: 6px 14px;
}

.page span {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 8px;
    margin-right: 10px;
    font-size: 14px;
    background-color: #c6a173;
    color: #fff;
}

.about-banner {
    background: url('../images/about_banner.jpg') no-repeat center;
}

.pro-banner1 {
    background: url('../images/pro_banner1.jpg') no-repeat center;
}

.pro-banner2 {
    background: url('../images/pro_banner2.jpg') no-repeat center;
}

.pro-banner3 {
    background: url('../images/pro_banner3.jpg') no-repeat center;
}

.pro-banner4 {
    background: url('../images/pro_banner4.jpg') no-repeat center;
}

.pro-banner5 {
    background: url('../images/pro_banner5.jpg') no-repeat center;
}

.pro-banner6 {
    background: url('../images/pro_banner6.jpg') no-repeat center;
}

.join-banner {
    background: url('../images/join_banner.jpg') no-repeat center;
}

.news-banner {
    background: url('../images/news_banner.jpg') no-repeat center;
}

.talent-banner {
    background: url('../images/talent_banner.jpg') no-repeat center;
}

.contact-banner {
    background: url('../images/contact_banner.jpg') no-repeat center;
}

.page-nav {
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
}

.page-nav ul {
    text-align: center;
}

.page-nav ul li {
    display: inline-block;
}

.page-nav ul li a {
    display: block;
    padding: 20px 0;
    position: relative;
}

.page-nav ul li a h3,
.page-nav ul li a h1 {
    border-right: 1px solid #dcdcdc;
    padding: 0 70px;
    font-size: 16px;
}

.page-nav ul li:last-child a h3,
.page-nav ul li:last-child a h1 {
    border-right: 0;
}

.page-nav ul li a.current {
    color: #c6a173;
}

.page-nav ul li a.current::after {
    position: absolute;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
    width: 100px;
    height: 2px;
    background-color: #c6a173;
}

.page-section {
    padding: 60px 0;
}

/* 关于我们 */
.about-main .main {
    padding: 0 50px;
}

.about-main .sc1 .about-l,
.about-main .sc1 .about-r {
    width: 50%;
    float: left;
}

.about-main .sc1 .about-l {
    padding-right: 50px;
}

.about-main .sc1 .about-l .about-t .e-t {
    font-size: 30px;
    color: #c6a173;
    margin-bottom: 10px;
}

.about-main .sc1 .about-l .about-t .tit h3 {
    font-size: 30px;
    margin-bottom: 15px;
}

.about-main .sc1 .about-l .about-c .about-txt {
    color: #666;
    line-height: 35px;
}

.about-main .sc1 .about-r .about-img {
    position: relative;
    padding-left: 20px;
}

.about-main .sc1 .about-r .about-img1 {
    width: 655px;
    height: 506px;
    position: relative;
    z-index: 2;
}

.about-main .sc1 .about-r .about-img1 img {
    height: 100%;
}

.about-main .sc1 .about-r .about-img2 {
    position: absolute;
    background-color: #c6a173;
    width: 655px;
    height: 506px;
    z-index: 1;
    right: 0;
    top: 20px;
}

.about-main .sc2 {
    background: url('../images/about_bkg1.jpg') no-repeat center;
    -o-background-size: cover;
       background-size: cover;
}

.about-main .sc2 .about-t {
    text-align: center;
}

.about-main .sc2 .about-t .about-tit h3 {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
}

.about-main .sc2 .about-t .e-t {
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
}

.about-main .sc2 .sc2-list {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    color: #fff;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
}

.about-main .sc2 .sc2-list .sc2-item {
    -webkit-flex: 0 1 13%;
       -moz-box-flex: 0;
        -ms-flex: 0 1 13%;
            flex: 0 1 13%;
}

.about-main .sc2 .sc2-list .sc2-item:nth-child(2) {
    -webkit-flex: 0 1 17.8%;
       -moz-box-flex: 0;
        -ms-flex: 0 1 17.8%;
            flex: 0 1 17.8%;
}

.about-main .sc2 .sc2-list .item-img img{
    max-width: 100%;
}
.about-main .sc2 .sc2-list .item-img {
    position: relative;
    width: 91px;
    height: 91px;
    line-height: 91px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin: 30px auto;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    text-align: center;
}
.about-main .sc2 .sc2-list .sc2-item:hover .item-img{
    background-color: #fff;
}
.about-main .sc2 .sc2-list .item-c .item-t .tit {
    font-size: 24px;
}

.about-main .sc2 .sc2-list .item-c .item-t .e-t {
    margin: 15px 0;
}

.about-main .sc2 .sc2-list .item-c .item-t>p {
    width: 32px;
    height: 1px;
    background-color: #fff;
    margin: 0 auto;
    margin-bottom: 10px;
}

.about-main .sc2 .sc2-list .item-c .item-txt {
    line-height: 35px;
}

.about-main .sc3 .about-t {
    text-align: center;
}

.about-main .sc3 .about-t .tit h3 {
    font-size: 30px;
    font-weight: 700;
}

.about-main .sc3 .about-t .e-t {
    font-size: 18px;
    color: #666;
    margin-bottom: 30px;
    margin-top: 20px;
}

.about-main .sc3 .about-item .item-img {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background-color: #e5e6e9;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    margin-bottom: 80px;
    -webkit-transition: background-color .5s;
    -o-transition: background-color .5s;
    -moz-transition: background-color .5s;
    transition: background-color .5s;
}

.about-main .sc3 .about-item .item-img .img2 {
    display: none;
}

.about-main .sc3 .sc3-swiper {
    position: relative;
}

.about-main .sc3 .sc3-swiper .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23333333'%2F%3E%3C%2Fsvg%3E");
}

.about-main .sc3 .sc3-swiper .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23333333'%2F%3E%3C%2Fsvg%3E");
}

.about-main .sc3 .sc3-swiper .swiper-container {
    width: 89%;
}

.about-main .sc3 .sc3-swiper .swiper-container .swiper-wrapper {
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.about-main .sc3 .sc3-swiper::after {
    position: absolute;
    bottom: 62px;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #d2d2d2;
}

.about-main .sc3 .about-item .item-img::after {
    content: "";
    display: block;
    width: 2px;
    height: 60px;
    margin: 10px auto;
    background-color: #dcdcdc;
    -webkit-transition: background-color .5s;
    -o-transition: background-color .5s;
    -moz-transition: background-color .5s;
    transition: background-color .5s;
}

.about-main .sc3 .about-item .item-img .img2 {
    display: none;
}

.about-main .sc3 .about-item .item-c {
    color: #666;
    text-align: center;
    margin-top: 10px;
}

.about-main .sc3 .swiper-slide:nth-child(2n) .about-item .item-c::after {
    height: 60px;
}

.about-main .sc3 .about-item .item-c::after {
    content: "";
    display: block;
    width: 2px;
    height: 218px;
    margin: 0 auto;
    margin-top: 10px;
    background-color: #dcdcdc;
    -webkit-transition: background-color .5s;
    -o-transition: background-color .5s;
    -moz-transition: background-color .5s;
    transition: background-color .5s;
}

.about-main .sc3 .swiper-slide .cirecle {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    margin: 0 auto;
    -webkit-transition: background-color .5s;
    -o-transition: background-color .5s;
    -moz-transition: background-color .5s;
    transition: background-color .5s;
}

.about-main .sc3 .swiper-slide .time {
    text-align: center;
    font-size: 24px;
    margin-top: 20px;
}

.about-main .sc3 .swiper-slide-active .about-item .item-c::after,
.about-main .sc3 .swiper-slide-active .about-item .item-img,
.about-main .sc3 .swiper-slide-active .about-item .item-img::after,
.about-main .sc3 .swiper-slide-active .cirecle {
    background-color: #c6a173;
}

.about-main .sc3 .swiper-slide-active .about-item .item-img .img1 {
    display: none;
}

.about-main .sc3 .swiper-slide-active .about-item .item-img .img2 {
    display: inline-block;
}

.pro-main .main {
    padding: 0 50px;
}

.pro-main .main .pro-list ul li {
    margin-bottom: 30px;
}

.pro-main .main .pro-list ul li p {
    margin-top: 10px;
}

/* 产品详情 */
.show-pro-main .main {
    padding: 0 100px;
}

.show-pro-main .main .pro-top .pro-l {
    float: left;
    width: 56.5%;
}

.show-pro-main .main .pro-top .pro-l .swiper-slide {
    border: 0;
}

.show-pro-main .main .pro-top .pro-l .swiper-slide img {
    width: 100%;
}

.show-pro-main .main .pro-top .pro-r {
    float: right;
    width: 37.7%;
}

.show-pro-main .main .pro-top .pro-l .show-pro1 {
    float: left;
    height: 575px;
    width: 576px;
}

.show-pro-main .main .pro-top .pro-l .show-pro2 {
    float: right;
    width: 16.5%;
    height: 575px;
    padding: 38px 0;
}

.show-pro-main .main .pro-top .pro-l .show-pro2 .swiper-container {
    height: 100%;
}

.show-pro-main .main .pro-top .pro-l .show-pro2 .swiper-slide {
    cursor: pointer;
}

.show-pro-main .main .pro-top .pro-l .show-pro2 .swiper-slide img {
    height: 100%;
    width: 100%;
}

.show-pro-main .main .pro-top .pro-l .show-pro2 {
    position: relative;
}

.show-pro-main .show-pro2 .swiper-button-prev {
    top: 0;
    width: 100%;
    height: 28px;
    margin: 0;
    background-image: url('../images/show_prev.png');
    background-repeat: no-repeat;
    -o-background-size: cover;
       background-size: cover;
    right: 0;
    left: 0;
    border-radius: 5px;
}

.show-pro-main .show-pro2 .swiper-button-next {
    bottom: 0;
    top: auto;
    width: 100%;
    height: 28px;
    margin: 0;
    background-image: url('../images/show_next.png');
    background-repeat: no-repeat;
    -o-background-size: cover;
       background-size: cover;
    right: 0;
    left: 0;
    border-radius: 5px;
}

.show-pro-main .main .pro-top .pro-r .pro-t {
    font-size: 24px;
    color: #cc9966;
    font-weight: 700;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 35px;
    margin-bottom: 35px;
}

.show-pro-main .main .pro-top .pro-r .pro-goods {
    color: #666;
    line-height: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid #dcdcdc;
}

.show-pro-main .main .pro-top .pro-r .pro-contact {
    padding-top: 35px;
}

.show-pro-main .main .pro-top .pro-r .pro-contact .tel-num p:first-child {
    color: #666;
}

.show-pro-main .main .pro-top .pro-r .pro-contact>div {
    display: inline-block;
    vertical-align: middle;
}

.show-pro-main .main .pro-top .pro-r .pro-contact .tel-num p:first-child {
    margin-bottom: 5px;
}

.show-pro-main .main .pro-top .pro-r .pro-contact .tel-num img {
    width: 27px;
    margin-right: 10px;
    vertical-align: top;
}

.show-pro-main .main .pro-top .pro-r .pro-contact .ct-btn a {
    display: inline-block;
    padding: 15px 80px;
    color: #fff;
    background-color: #223659;
    margin-left: 30px;
    border-radius: 50px;
}

.show-pro-main .main .pro-top .pro-r .pro-contact .tel-num p:nth-child(2) {
    font-size: 24px;
}

.show-pro-main .main .pro-top .pro-r .pro-sp {
    margin-top: 35px;
}

.show-pro-main .main .pro-top .pro-r .pro-sp ul li {
    list-style: disc;
    float: left;
    margin-left: 20px;
    margin-right: 54px;
    font-size: 18px;
}

.show-pro-main .main .pro-top .pro-r .pro-sp ul li::marker {
    color: #cc9966;
}

.show-pro-main .main .pro-bottom {
    margin-top: 65px;
}

.show-pro-main .main .pro-bottom .dtl-top {
    padding: 20px 35px;
    background-color: #f7f7f7;
    margin-bottom: 35px;
}

.show-pro-main .main .pro-bottom .dtl-top strong {
    font-weight: 700;
    font-size: 24px;
}

.show-pro-main .main .pro-bottom .dtl-top span:first-of-type {
    font-size: 24px;
}

.show-pro-main .main .pro-bottom .dtl-top span:nth-of-type(2) {
    font-size: 16px;
}

.show-pro-main .main .pro-bottom .dtl-main {
    padding: 0 35px;
}

.show-pro-main .main .pro-bottom .dtl-main .pro-dtl-t {
    display: none;
    margin-bottom: 20px;
}

.show-pro-main .main .pro-bottom .dtl-main .pro-dtl-t strong {
    font-weight: 700;
    font-size: 24px;
}

.show-pro-main .main .pro-bottom .dtl-main .pro-dtl-t span:first-of-type {
    font-size: 24px;
}
.show-pro-main .main .pro-bottom .dtl-main .float-left{
    width: 790px;
}
.show-pro-main .main .pro-bottom .dtl-main .float-left img {
    width: 100%!important;
    height: auto!important;
    
}

.show-pro-main .main .pro-bottom .dtl-main .rec-list ul li {
    margin-bottom: 25px;
}

.show-pro-main .main .pro-bottom .dtl-main .rec-list ul li p {
    margin-top: 25px;
}

/* 招商加盟 */
.join-main .main {
    padding: 0 50px;
}

.join-main .join-t {
    text-align: center;
}

.join-main .join-t h3 {
    font-size: 30px;
    font-weight: 700;
}

.join-main .join-t .e-t {
    font-size: 18px;
    color: #666;
    margin-top: 15px;
}

.join-main .sc1 .sc-main {
    padding-right: 40px;
    position: relative;
    padding-bottom: 45px;
}

.join-main .sc1 .sc-main .sc-pos {
    position: absolute;
    right: 0;
    bottom: 0;
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    height: 347px;
    z-index: -1;
    background-color: #c6a173;
}

.join-main .sc1 .sc-main .sc1-lists .sc-r {
    width: -webkit-calc(100% - 396px);
    width: -moz-calc(100% - 396px);
    width: calc(100% - 396px);
    -webkit-transform: translateY(13.1%);
       -moz-transform: translateY(13.1%);
        -ms-transform: translateY(13.1%);
         -o-transform: translateY(13.1%);
            transform: translateY(13.1%);
    padding: 90px 35px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .175);
}

.join-main .sc1 .sc-main .sc1-lists ul {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.join-main .swiper-button-prev {
    left: 7%;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    -moz-transition: opacity .5s;
    transition: opacity .5s;
    opacity: 0;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23c6a173'%2F%3E%3C%2Fsvg%3E");
}

.join-main .sc4 .join-swiping:hover .swiper-button-next,
.join-main .sc4 .join-swiping:hover .swiper-button-prev {
    opacity: 1;
}

.join-main .swiper-button-next {
    right: 7%;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    -moz-transition: opacity .5s;
    transition: opacity .5s;
    opacity: 0;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23c6a173'%2F%3E%3C%2Fsvg%3E");
}

.join-main .sc1 .sc-main .sc1-lists ul li:nth-of-type(n+4) {
    margin-top: 85px;
}

.join-main .sc1 .sc-main .sc1-lists ul li {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 31%;
}

.join-main .sc1 .sc-main .sc1-lists ul li .item-c .item-num {
    font-size: 18px;
    margin-bottom: 10px;
}

.join-main .sc1 .sc-main .sc1-lists ul li .item-c .item-num span {
    display: inline-block;
    width: 25px;
    height: 1px;
    background-color: #333;
    vertical-align: middle;
}

.join-main .sc1 .sc-main .sc1-lists ul li .item-c .item-t {
    font-size: 24px;
    margin-bottom: 10px;
}

.join-main .sc1 .sc-main .sc1-lists ul li .item-c .item-txt {
    font-size: 16px;
    color: #666;
    line-height: 30px;
}

.join-main .sc1 .sc-main .sc1-lists ul li {
    position: relative;
}

.join-main .sc1 .sc-main .sc1-lists ul li .num-bkg {
    font-size: 180px;
    font-weight: 700;
    color: #e1a972;
    position: absolute;
    top: 0;
    line-height: .8;
    z-index: -1;
    opacity: 0.15;
    max-width: 100%;
}

.join-main .sc2 {
    background: url('../images/tanlent_sc2_bkg.jpg') no-repeat center;
    -o-background-size: cover;
       background-size: cover;
}

.join-main .sc2 .join-t {
    color: #fff;
    margin-bottom: 60px;
}

.join-main .sc2 .join-t .e-t {
    color: #fff;
}

.join-main .sc2 .join-lists .join-l,
.join-main .sc2 .join-lists .join-r {
    width: 50%;
}

.join-main .sc2 .join-lists .join-l {
    padding-right: 76px;
}

.join-main .sc2 .join-lists .join-r {
    padding-left: 76px;
}

.join-main .sc2 .join-lists ul li {
    color: #fff;
    margin-bottom: 60px;
}

.join-main .sc2 .join-lists ul li:last-child {
    margin-bottom: 0;
}

.join-main .sc2 .join-lists ul li .item-ico {
    font-size: 24px;
    margin-bottom: 20px;
}

.join-main .sc2 .join-lists ul li .item-ico i {
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
}

.join-main .sc2 .join-lists ul li .item-ico img {
    margin-right: 15px;
}

.join-main .sc2 .join-lists ul li .item-c {
    line-height: 30px;
    height: 60px;
}

.join-main .sc3 .join-lists ul li .item-num {
    width: 25px;
    height: 30px;
    font-size: 12px;
    text-align: center;
    line-height: 30px;
    position: relative;
    margin: 0 auto;
}

.join-main .sc3 .join-lists ul li .item-num::before {
    content: "";
    width: 25px;
    height: 15px;
    border: 1px solid #cdcdcd;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    border-top: 0;
    border-bottom: 0;
}

.join-main .sc3 .join-lists ul li .item-num::after {
    content: "";
    width: 25px;
    height: 15px;
    border: 1px solid #cdcdcd;
    left: 0;
    position: absolute;
    -webkit-transform: rotate(60deg);
       -moz-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
         -o-transform: rotate(60deg);
            transform: rotate(60deg);
    top: 7px;
    border-top: 0;
    border-bottom: 0;
}

.join-main .sc3 .join-lists ul li .item-num span {
    width: 25px;
    height: 15px;
    border: 1px solid #cdcdcd;
    left: 0;
    position: absolute;
    -webkit-transform: rotate(-60deg);
       -moz-transform: rotate(-60deg);
        -ms-transform: rotate(-60deg);
         -o-transform: rotate(-60deg);
            transform: rotate(-60deg);
    top: 7px;
    border-top: 0;
    border-bottom: 0;
}

.join-main .sc3 .join-lists ul li .join-item {
    text-align: center;
    background: url('../images/join_sc3_bkg.jpg') no-repeat center;
    -o-background-size: cover;
       background-size: cover;
    border: 1px solid #e5e5e5;
    padding: 45px 0;
}

.join-main .sc3 .join-lists ul li .join-item .item-ico {
    width: 55px;
    height: 55px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 15px;
}

.join-main .sc3 .join-lists ul li .join-item .item-t {
    font-size: 24px;
}

.join-main .sc3 .join-lists ul li .join-item>span {
    display: block;
    width: 50px;
    height: 2px;
    background-color: #c6a173;
    margin: 30px auto;
}

.join-main .sc3 .join-lists ul li .item-c {
    color: #666;
    margin-bottom: 30px;
}

.join-main .sc3 .join-lists ul li {
    margin-top: 35px;
}

.join-main .sc4 .join-swiping .swiper-slide {
    width: 876px;
}

.join-main .sc4 {
    background-color: #f7f7f7;
}

.join-main .sc4 .join-t {
    margin-bottom: 35px;
}

.join-main .sc4 .join-swiping {
    position: relative;
}

.join-main .sc4 .join-swiping .swiper-pagination {
    left: 50%;
    bottom: -40px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
}

.join-main .sc4 .join-swiping .swiper-pagination-clickable .swiper-pagination-bullet {
    margin: 0 7px
}

.join-main .sc4 .join-swiping .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #c6a173;
}

/* 新闻资讯 */
.news-main .main {
    padding: 0 50px;
}

.news-main .main .news-lists ul li {
    margin-top: 35px;
}

.news-main .main .news-lists ul li:first-of-type {
    margin-top: 0;
}

.news-main .main .news-lists ul li a {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #f7f7f7;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.news-main .main .news-lists ul li a:hover .news-c .news-t{
    color: #c6a173;
}
.news-main .main .news-lists ul li a:hover .news-img img {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}

.news-main .main .news-lists ul li a .news-img {
    width: 280px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
}

.news-main .main .news-lists ul li a .news-c {
    padding: 0 50px;
}

.news-main .main .news-lists ul li a .news-c .news-t {
    font-size: 18px;
    margin-bottom: 30px;
    overflow: hidden;
    white-space:nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    -moz-transition: color .3s;
    transition: color .3s;
}

.news-main .main .news-lists ul li a .news-c .news-txt {
    line-height: 30px;
}

.news-main .main .news-lists ul li a .news-date {
    padding-right: 50px;
    color: #cc9966;
    margin-left: auto;
}

.news-main .main .news-lists ul li a .news-date .year {
    font-size: 18px;
    text-align: right;
}

.news-main .main .news-lists ul li a .news-date .day {
    font-size: 30px;
}

/* 新闻详情 */

.show-news-main .news-t h1 {
    text-align: center;
    font-size: 30px;
}

.show-news-main .date {
    background-color: #f7f7f7;
    padding: 10px 0;
    text-align: center;
    margin: 25px 0;
}

.show-news-main .date span {
    color: #666;
    font-size: 15px;
}

.show-news-main .date span:first-child {
    margin-right: 15px;
}

.show-news-main .news-nav {
    padding: 15px;
    border: 1px solid #dcdcdc;
    margin-top: 50px;
}

.show-news-main .news-nav a {
    font-size: 16px;
    color: #999;
}

.show-news-main .news-c {
    line-height: 35px;
    font-size: 16px;
    color: #666;
}
.show-news-main .news-c img{
    max-width: 100%;
}
.show-news-main .news-c *{
    max-width: 100%;
}
/* 人力资源 */
.talent-main .main {
    padding: 0 50px;
}

.talent-main .talent-t {
    text-align: center;
    margin-bottom: 30px;
}

.talent-main .talent-t h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 12px;
}

.talent-main .sc1-c {
    height: 550px;
}

.talent-main .sc1-l {
    float: left;
    padding-right: 13px;
}

.talent-main .sc1-r {
    float: right;
    padding-left: 13px;
    height: 100%;
}

.talent-main .sc1-l,
.talent-main .sc1-r {
    width: 50%;
}

.talent-main .item-main .item-c .item-t {
    font-size: 20px;
    margin-bottom: 20px;
}

.talent-main .item-main .item-c .item-txt {
    line-height: 30px;
}

.talent-main .item-main .item-c {
    position: absolute;
    bottom: 25px;
    color: #fff;
    padding: 0 34px;
    line-height: 30px;
}

.talent-main .sc1-l .item-main img {
    width: 100%;
}

.talent-main .sc1-r .item-main {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
}
.talent-main .sc1-l:hover .img-box img{
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}
.talent-main .sc1-r .top:hover .img-box img,
.talent-main .sc1-r .bottom:hover .img-box img{
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}
.talent-main .sc1-l .item-main,
.talent-main .sc1-r .item-main .top,
.talent-main .sc1-r .item-main .bottom {
    position: relative;
}

.talent-main .sc2 table {
    width: 100%;
    text-align: center;
}

.talent-main .sc2 table thead {
    background-color: #eeeeee;
}

.talent-main .sc2 table th {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    padding: 35px 0;
}

.talent-main .sc2 table td {
    font-size: 14px;
    color: #666;
    padding: 35px 0;
}

.talent-main .sc2 table tbody tr:nth-child(even) {
    background-color: #eeeeee;
}

.talent-main .sc2 table tbody tr:nth-child(odd) {
    background-color: #fff;
}

/* 联系我们 */
.contact-main .main {
    padding: 0 50px;
}

.contact-main .main .contact-content {
    position: relative;
    height: auto;
}

.contact-main .main .map,
.contact-main .main .map #map {
    height: 620px;
}

.contact-main .ct-l,
.contact-main .ct-r {
    height: auto;
}

.contact-main .ct-r {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    padding: 60px 45px;
    z-index: 1;
}

.contact-main .ct-r .ct-top {
    border-bottom: 1px solid #e5e5e5;
    padding: 0 20px;
    padding-bottom: 20px;
}

.contact-main .ct-r .ct-top .ct-t {
    font-size: 30px;
    margin-bottom: 44px;
}

.contact-main .ct-r .ct-top img {
    vertical-align: top;
}

.contact-main .ct-r .ct-top .ct-tel {
    margin-left: 25px;
}

.contact-main .ct-r .ct-top .ct-tel p {
    margin-bottom: 10px;
}

.contact-main .ct-r .ct-top a {
    font-size: 30px;
}

.contact-main .ct-r .ct-bottom {
    padding: 0 20px;
    margin-top: 20px;
}

.contact-main .ct-r .ct-bottom .ct-lists ul li {
    margin-bottom: 20px;
}

.contact-main .ct-r .ct-bottom .ct-lists .item-ico {
    width: 26px;
    height: 26px;
    line-height: 22px;
    text-align: center;
    border: 1px solid #cc9966;
    border-radius: 50%;
    margin-right: 25px;
}



.message-main .form-item {
    width: 50%;
    float: left;
    margin-bottom: 20px;
}

.message-main .form-item:nth-of-type(even) {
    padding-left: 25px;
}

.message-main .form-item:nth-of-type(odd) {
    padding-right: 25px;
}

.message-main form .form-main {
    padding: 30px;
    border: 1px solid #e5e5e5;
}

.message-main form .button {
    text-align: center;
    margin-top: 50px;
}

.message-main form .button button {
    padding: 15px 50px;
    margin-right: 15px;
    background-color: #c6a173;
    color: #fff;
}

.message-main form .button button:nth-of-type(2) {
    margin-right: 0;
    background-color: #223659;
    color: #fff;
}

.message-main label {
    display: block;
    color: #666;
    font-weight: 400;
    margin-bottom: 20px;
}

.message-main label span {
    color: #cc0000;
}

.message-main .form-item input {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

.message-main .form-area label {
    margin-bottom: 30px;
}

.message-main .form-area textarea {
    resize: none;
    background-color: #f5f5f5;
    width: 100%;
    border: 1px solid #e5e5e5;
    text-indent: 2em;
    padding-top: 15px;
    height: 156px;
}

.message-main .form-bottom {
    margin-top: 30px;
}

.message-main .form-bottom span {
    display: inline-block;
    color: #666;
    margin-right: 30px;
}

.message-main .form-bottom #code {
    width: 168px;
    height: 55px;
    border: 1px solid #e5e5e5;
    background-color: #f5f5f5;
    margin-right: 15px;
}

@media(max-width:1600px) {
    .page-banner .banner-t{
        top: -webkit-calc(50% + 20px);
        top: -moz-calc(50% + 20px);
        top: calc(50% + 20px);
    }
    .page-banner {
        height: 460px;
    }

    .page-banner .banner-t .e-t {
        font-size: 38px;
    }

    .page-banner .banner-t h1,
    .page-banner .banner-t h3 {
        font-size: 26px;
    }

    .page-banner .banner-t .t-top {
        width: 80px;
        height: 150px;
    }

    .page-banner .banner-t .sub-t {
        font-size: 16px;
    }
}

@media(max-width:1440px) {
    .page-nav ul li a h3, .page-nav ul li a h1{
        padding: 0 55px;
    }
    .contact-main .ct-r {
        padding: 60px 20px;
    }

    .talent-main .sc1-l .item-main img {
        height: 100%;
        width: auto;
    }

    .talent-main .sc1-l .item-main .img-box,
    .talent-main .sc1-l .item-main {
        height: 100%;
    }

    .join-main .sc1 .sc-main .sc1-lists .sc-r {
        padding: 75px 35px;
    }

    .show-pro-main .main .pro-bottom .dtl-top {
        padding: 30px 25px;
    }

    .show-pro-main .main .pro-bottom .dtl-main {
        padding: 0 25px;
    }

    .show-pro-main .main {
        padding: 0 50px;
    }

    .about-main .sc2 .sc2-list .sc2-item:nth-child(2) {
        -webkit-flex: 0 1 18.8%;
           -moz-box-flex: 0;
            -ms-flex: 0 1 18.8%;
                flex: 0 1 18.8%;
    }

    .contact-main .main,
    .talent-main .main,
    .join-main .main,
    .pro-main .main,
    .about-main .main {
        padding: 0 30px;
    }

    .page-banner {
        height: 445px;
    }

    .about-main .sc1 .about-r .about-img1 {
        width: auto;
        height: auto;
    }

    .about-main .sc1 .about-r .about-img1 img {
        width: 96%;
        height: auto;
    }

    .about-main .sc1 .about-r .about-img2 {
        width: 600px;
        height: 470px;
    }

    .about-main .sc1 .about-l {
        padding-right: 30px;
    }

}

@media (max-width:1366px) {
    .talent-main .sc1-c {
        height: 515px;
    }

    .talent-main .sc1-l,
    .talent-main .sc1-r {
        height: 100%;
    }

    .news-main .main {
        padding: 0 30px;
    }

    .show-pro-main .main {
        padding: 0 20px;
    }

    .about-main .sc1 .about-l {
        padding-right: 0
    }

    .contact-main .main,
    .talent-main .main,
    .join-main .main,
    .pro-main .main,
    .about-main .main {
        padding: 0;
    }
}

@media (max-width:1280px) {

    .contact-main .ct-r .ct-bottom .ct-lists .item-ico {
        margin-right: 15px
    }

    .contact-main .ct-r .ct-top a {
        font-size: 24px;
    }

    .contact-main .ct-r .ct-top .ct-t {
        font-size: 24px;
        margin-bottom: 25px;
    }

    .contact-main .ct-r {
        padding: 60px 0px;
    }

    .talent-main .sc1-c {
        height: 460px
    }

    .news-main .main {
        padding: 0;
    }

    .news-main .main .news-lists ul li a .news-date {
        padding-right: 30px;
    }

    .news-main .main .news-lists ul li a .news-c {
        padding: 0 30px;
    }

    .join-main .sc4 .join-swiping .swiper-slide {
        width: 730px;
    }

    .join-main .sc1 .sc-main .sc1-lists .sc-r {
        padding: 75px 30px;
    }

    .show-pro-main .main .pro-bottom .dtl-top {
        padding: 30px 15px;
    }

    .show-pro-main .main .pro-bottom .dtl-main {
        padding: 0 15px;
    }

    .show-pro-main .main {
        padding: 0;
    }

    .show-pro-main .main .pro-top .pro-r {
        width: 33.7%;
    }

    .show-pro-main .main .pro-top .pro-l {
        width: 62.5%;
    }

    .show-pro-main .main .pro-top .pro-r .pro-contact .ct-btn a {
        padding: 15px 50px;
    }

    .show-pro-main .main .pro-top .pro-r .pro-sp ul li {
        margin-right: 35px;
    }

    .show-pro-main .main .pro-top .pro-r .pro-contact>div {
        vertical-align: middle;
    }

    .about-main .sc3 .about-item .item-c {
        font-size: 14px;
    }

    .about-main .sc2 .sc2-list .sc2-item {
        -webkit-flex: 0 1 16%;
           -moz-box-flex: 0;
            -ms-flex: 0 1 16%;
                flex: 0 1 16%
    }

    .about-main .sc2 .sc2-list .sc2-item:nth-child(2) {
        -webkit-flex: 0 1 22.8%;
           -moz-box-flex: 0;
            -ms-flex: 0 1 22.8%;
                flex: 0 1 22.8%;
    }

    .about-main .sc1 .about-l .about-c .about-txt {
        line-height: 30px;
    }

    .about-main .sc1 .about-r .about-img2 {
        width: 529px;
        height: 410px;
    }

    .about-main .sc1 .about-l .about-t .e-t,
    .about-main .sc1 .about-l .about-t .tit h3 {
        font-size: 24px;
    }

}

@media(max-width:1199px) {
    .join-main .sc4{
        padding-bottom: 60px;
    }
    .show-pro-main .main .pro-bottom .dtl-main .float-left{
        width: 100%;
    }
    .show-pro-main .main .pro-bottom .dtl-main .float-left img{
        max-width: 100%;
    }
    .message-main .form-item:nth-of-type(odd) {
        padding-right: 0;
    }

    .contact-main .ct-r .ct-top .ct-tel {
        margin-left: 10px;
    }

    .contact-main .ct-r {
        position: relative;
        top: 0;
        padding: 30px;
        height: auto;
    }

    .talent-main .item-main .item-c {
        bottom: 0;
        position: relative;
        z-index: 2;
        padding: 30px;
    }

    .talent-main .item-main .item-c::after {
        content: "";
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .5);
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .talent-main .sc1-l .item-main .item-c::before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        background: url('../images/talent_sc1_bkg1.jpg')no-repeat center;
        -o-background-size: cover;
           background-size: cover;

    }

    .talent-main .sc1-r .item-main .top .item-c::before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        background: url('../images/talent_sc1_bkg2.jpg')no-repeat center;
        -o-background-size: cover;
           background-size: cover;

    }

    .talent-main .sc1-r .item-main .bottom .item-c::before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        background: url('../images/talent_sc1_bkg3.jpg')no-repeat center;
        -o-background-size: cover;
           background-size: cover;

    }

    .talent-main .sc1-r .item-main .top .img-box,
    .talent-main .sc1-r .item-main .bottom .img-box {
        display: none;
    }

    .talent-main .sc1-l .item-main .img-box {
        display: none;
    }

    .talent-main .item-main .item-c {
        position: relative;
    }

    .talent-main .sc1-c {
        height: auto;
    }

    .talent-main .sc1-l {
        padding-right: 0;
        margin-bottom: 20px;
        float: none;
    }

    .talent-main .sc1-r {
        float: none;
    }

    .talent-main .sc1-r .item-main .bottom {
        margin-top: 20px;
    }

    .talent-main .sc1-r .item-main {
        display: block;
    }

    .talent-main .sc1-r {
        padding-left: 0;
    }

    .talent-main .sc1-l .item-main img {
        width: 100%;
        height: auto;
    }

    .talent-main .sc1-l,
    .talent-main .sc1-r {
        width: 100%;
    }

    .col-xs-05 {
        width: 50%;
    }

    .join-main .sc1 .sc-main .sc1-lists ul li .num-bkg {
        z-index: 1;
    }

    .join-main .join-t {
        margin-bottom: 20px;
    }

    .join-main .sc1 .sc-main .sc1-lists .sc-l {
        display: none;
    }

    .join-main .sc1 .sc-main {
        padding-right: 0;
        padding-bottom: 0;
    }

    .join-main .sc1 .sc-main .sc-pos {
        display: none;
    }

    .join-main .sc1 .sc-main .sc1-lists .sc-r {
        width: 100%;
        float: none;
        -webkit-transform: none;
           -moz-transform: none;
            -ms-transform: none;
             -o-transform: none;
                transform: none;
    }

    .show-pro-main .main .pro-bottom .dtl-top {
        padding: 15px;
    }

    .show-pro-main .main .pro-bottom .dtl-main .pro-dtl-t {
        display: block;
        margin-top: 20px;
        padding: 20px;
        background-color: #f7f7f7;
    }

    .show-pro-main .main .pro-bottom .dtl-main {
        padding: 0;
    }

    .show-pro-main .main .pro-bottom .dtl-main .rec-list ul li {
        float: left;
        width: 33.33333%;
        padding: 0 10px;
    }

    .show-pro-main .main .pro-bottom .dtl-main .rec-list ul {
        margin-left: -10px;
        margin-right: -10px;
    }

    .show-pro-main .main .pro-bottom .dtl-main .float-left,
    .show-pro-main .main .pro-bottom .dtl-main .float-right {
        float: none;
    }

    .show-pro-main .main .pro-bottom .dtl-top .float-right {
        display: none;
    }

    .show-pro-main .main .pro-top .pro-r,
    .show-pro-main .main .pro-top .pro-l {
        width: 100%;
    }

    .show-pro-main .main .pro-top .pro-r {
        margin-top: 30px;
    }

    .show-pro-main .main .pro-top .pro-l .show-pro2 {
        float: left;
        margin-left: 30px;
    }

    .about-main .sc2 .sc2-list .sc2-item {
        -webkit-flex: 0 1 auto;
           -moz-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        padding: 0 20px;
    }

    .about-main .sc2 .sc2-list .sc2-item:nth-child(2) {
        -webkit-flex: 0 1 auto;
           -moz-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
    }

    .page-section {
        padding: 30px 0;
    }

    .about-main .sc1 .about-l,
    .about-main .sc1 .about-r {
        width: 100%;
    }

    .about-main .sc1 .about-r .about-img {
        padding-left: 0;
        margin-top: 20px;
    }

    .about-main .sc1 .about-r .about-img1 img {
        width: 100%;
    }

    .about-main .sc1 .about-r .about-img2 {
        display: none;
    }

    .message-main .form-item {
        padding-right: 0;
        width: 100%;
        float: none;
        padding-left: 0 !important;
    }
}

@media (max-width:1024px) {

    .news-main .main .news-lists ul li a .news-c .news-t {
        margin-bottom: 20px;
    }

    .news-main .main .news-lists ul li a .news-c .news-txt {
        font-size: 14px;
    }

    .join-main .sc4 .join-swiping .swiper-slide {
        width: 620px;
    }

    .page-banner {
        height: 400px;
    }

    .join-main .sc2 .join-t {
        margin-bottom: 30px;
    }

    .join-main .sc2 .join-lists ul li .item-c {
        height: 90px;
    }

    .join-main .sc2 .join-lists ul li {
        margin-bottom: 40px;
    }

    .join-main .sc2 .join-lists .join-l {
        padding-right: 30px;
    }

    .join-main .sc2 .join-lists .join-r {
        padding-left: 30px;
    }
}

@media(max-width:991px) {
    .news-main .main .news-lists ul li a .news-c{
        padding: 20px 30px;
    }
    .join-main .sc2 .join-lists ul li .item-c {
        height: 120px;
    }

    .join-main .sc1 .sc-main .sc1-lists .sc-r {
        padding: 50px 30px;
    }

    .join-main .sc1 .sc-main .sc1-lists ul li:nth-of-type(n+4),
    .join-main .sc1 .sc-main .sc1-lists ul li {
        -webkit-flex: 0 1 45%;
           -moz-box-flex: 0;
            -ms-flex: 0 1 45%;
                flex: 0 1 45%;
        margin-top: 50px
    }

    .join-main .sc1 .sc-main .sc1-lists ul li:nth-of-type(1),
    .join-main .sc1 .sc-main .sc1-lists ul li:nth-of-type(2) {
        margin-top: 0;
    }

    .show-pro-main .main .pro-top .pro-l .show-pro1,
    .show-pro-main .main .pro-top .pro-l .show-pro2 {
        float: none;
        width: 100%;
        height: auto;
        margin: 0;
    }

    .show-pro-main .show-pro2 .swiper-button-next,
    .show-pro-main .show-pro2 .swiper-button-prev {
        display: none;
    }

    .about-main .sc3 .about-item .item-c::after {
        height: 125px;
    }

    .about-main .sc3 .sc3-swiper .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next,
    .about-main .sc3 .sc3-swiper .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        display: none;
    }

    .about-main .sc3 .swiper-slide .time {
        font-size: 24px;
    }

    .about-main .sc2 .sc2-list {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }

    .about-main .sc2 .sc2-list .item-c .item-txt {
        line-height: 30px;
        height: 60px;
    }

    .about-main .sc2 .sc2-list .sc2-item:nth-child(2),
    .about-main .sc2 .sc2-list .sc2-item {
        -webkit-flex: 0 1 50%;
           -moz-box-flex: 0;
            -ms-flex: 0 1 50%;
                flex: 0 1 50%;
        padding: 0 20px;
    }

    .page-nav ul li a h3,
    .page-nav ul li a h1 {
        padding: 0 40px;
    }
}

@media(max-width:768px) {
    .about-main .sc2 .sc2-list{
        display: block;
    }

    .news-main .main .news-lists ul li a .news-img {
        width: auto;
        margin-bottom: 20px;
    }

    .news-main .main .news-lists ul li a .news-date {
        margin-top: 20px;
    }

    .news-main .main .news-lists ul li a {
        display: block;
        padding: 30px;
    }

    .news-main .main .news-lists ul li a .news-date .year {
        text-align: left;
    }

    .news-main .main .news-lists ul li a .news-c {
        padding: 0;
    }

    .join-main .sc4 .join-swiping .swiper-slide {
        width: 450px;
    }

 
}

@media(max-width:767px) {
    .page-banner .banner-t{
        top: 50%;
    }
    .page-banner {
        height: 240px;
    }
    .join-main .sc4 .join-swiping .swiper-button-next,
    .join-main .sc4 .join-swiping .swiper-button-prev {
        display: none;
    }

    .page-banner {
        margin-top: 61px;
    }

    .join-main .sc2 .join-lists .join-l {
        padding-right: 20px;
    }

    .join-main .sc2 .join-lists .join-r {
        padding-left: 20px;
    }

    .join-main .sc1 .sc-main .sc1-lists ul li .num-bkg {
        left: 50%;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
             -o-transform: translateX(-50%);
                transform: translateX(-50%);
    }

    .join-main .sc1 .sc-main .sc1-lists ul {
        display: block;
    }

    .join-main .sc1 .sc-main .sc1-lists ul li {
        height: 144px;
    }

    .join-main .sc1 .sc-main .sc1-lists ul li:nth-of-type(n+4),
    .join-main .sc1 .sc-main .sc1-lists ul li {
        width: 100%;
        margin-bottom: 60px;
    }

    .join-main .sc1 .sc-main .sc1-lists ul li:last-child {
        margin-bottom: 0;
    }

    .show-pro-main .main .pro-top .pro-l .show-pro1,
    .show-pro-main .main .pro-top .pro-l .show-pro2 {
        float: none;
        width: 100%;
        height: auto;
        margin: 0;
    }

    .show-pro-main .show-pro2 .swiper-button-next,
    .show-pro-main .show-pro2 .swiper-button-prev {
        display: none;
    }

    .page-nav ul li a h3,
    .page-nav ul li a h1 {
        padding: 0 30px;
    }

    .page-nav ul li a.current::after {
        width: 70px;
    }
}

@media (max-width:552px) {
    .page-banner {
        height: 173px;
    }
}

@media(max-width:540px) {
    .contact-main .main .contact-content {
        height: auto;
    }
    .contact-main .main .map, .contact-main .main .map #map{
        height: 450px;
    }
    .contact-main .ct-r {
        padding: 20px 0;
    }

    .talent-main .talent-t h3 {
        font-size: 24px;
    }

    .talent-main .item-main .item-c .item-t {
        margin-bottom: 10px;
    }

    .talent-main .sc2 table th {
        font-size: 14px;
        padding: 25px 0;
    }

    .talent-main .sc2 table td {
        overflow: hidden;
        padding: 25px 15px;
        font-size: 12px;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
    }

    .join-main .sc4 .join-swiping .swiper-slide {
        width: 380px;
    }

    .join-main .sc2 .join-lists .join-l,
    .join-main .sc2 .join-lists .join-r {
        width: 100%;
        padding: 0;
    }

    .join-main .sc2 .join-lists .join-r {
        margin-top: 30px;
    }

    .join-main .sc2 .join-lists ul li {
        margin-bottom: 30px;
    }

    .join-main .sc2 .join-lists ul li .item-c {
        height: auto;
    }

    .page a:first-child,
    .page a:last-child {
        padding: 6px 8px;
    }

    .page a {
        padding: 6px 8px !important;
    }

    .page-banner .banner-t .t-top {
        height: 80px;
        width: 45px;
    }

    .page-banner .banner-t .e-t {
        font-size: 24px;
    }

    .page-banner .banner-t h1,
    .page-banner .banner-t h3 {
        font-size: 18px;
    }

    .show-news-main .news-nav .prev {
        float: none !important;
        margin-bottom: 10px;
    }

    .show-news-main .news-t h1 {
        font-size: 24px;
    }

    .show-news-main .news-nav .next {
        float: none !important;
    }

    .show-news-main .news-nav {
        margin-top: 25px;
        padding: 10px;
    }

    .about-main .sc2 .sc2-list .item-c .item-t .tit {
        font-size: 18px;
    }

    .about-main .sc2 .sc2-list .item-c .item-t .e-t {
        margin: 10px 0;
    }

    .about-main .sc2 .sc2-list .item-img {
        width: 80px;
        height: 80px;
        line-height: 80px;
    }

    .about-main .sc2 .sc2-list .item-c .item-txt {
        height: 90px;
    }

    .about-main .sc2 .sc2-list .item-img img {
        -webkit-transform: scale(0.8);
           -moz-transform: scale(0.8);
            -ms-transform: scale(0.8);
             -o-transform: scale(0.8);
                transform: scale(0.8);
    }
}

@media(max-width:425px) {
    .show-pro-main .main .pro-top .pro-r .pro-sp,
    .show-pro-main .main .pro-bottom{
       margin-top: 30px;
    }
    .show-pro-main .main .pro-top .pro-r .pro-sp ul li{
        font-size: 14px;
    }
    .join-main .sc4 .join-t{
        margin-bottom: 20px;
    }
    .join-main .sc4 .join-swiping .swiper-pagination{
        bottom: -30px;
    }
    .join-main .sc4{
        padding-bottom: 60px;
    }
    .contact-main .ct-r .ct-top a,
    .contact-main .ct-r .ct-top .ct-t {
        font-size: 18px;
    }

    .contact-main .ct-r .ct-top {
        padding: 10px;
        padding-bottom: 20px;
    }

    .contact-main .ct-r .ct-bottom {
        padding: 0 10px;
    }

    .contact-main .main .map, .contact-main .main .map #map {
        height: 400px;
    }
    .show-news-main .date span{
        font-size: 14px;
    }
    .show-news-main .news-t h1 {
        font-size: 18px;
    }

    .news-main .main .news-lists ul li a .news-date .day {
        font-size: 24px;
    }
    .news-main .main .news-lists ul li a .news-c .news-t{
        margin-bottom: 10px;
    }
    .news-main .main .news-lists ul li a .news-date{
        padding: 0 20px;
        padding-bottom: 20px;
        margin-top: 10px;
    }
    .news-main .main .news-lists ul li a .news-c{
        padding: 0 20px;
    }
    .news-main .main .news-lists ul li a {
        padding: 0;
    }

    .join-main .sc4 .join-swiping .swiper-slide {
        width: 100%;
    }

    .join-main .sc2 .join-lists ul li .item-c {
        font-size: 14px;
    }

    .join-main .sc2 .join-lists ul li .item-ico i {
        width: 30px;
        height: 30px;
        margin-right: 15px;
    }

    .join-main .sc2 .join-lists ul li .item-ico i img {
        max-width: 100%;
    }

    .join-main .sc2 .join-lists ul li .item-ico {
        font-size: 18px;
    }

    .join-main .sc1 .sc-main .sc1-lists ul li:nth-of-type(n+4),
    .join-main .sc1 .sc-main .sc1-lists ul li {
        margin-bottom: 30px;
        margin-top: 0;
    }

    .join-main .sc1 .sc-main .sc1-lists ul li {
        height: 140px;
    }

    .join-main .sc1 .sc-main .sc1-lists ul li:last-child {
        margin-bottom: 0;
    }

    .join-main .sc1 .sc-main .sc1-lists ul li .num-bkg {
        font-size: 150px;
    }

    .join-main .sc1 .sc-main .sc1-lists ul li .item-c .item-t {
        font-size: 18px;
    }

    .join-main .sc1 .sc-main .sc1-lists ul li .item-c .item-txt {
        font-size: 14px;
    }

    .join-main .join-t h3 {
        font-size: 24px;
    }

    .join-main .join-t .e-t {
        font-size: 16px;
    }

    .join-main .sc3 .join-lists ul li:first-of-type {
        margin-top: 0;
    }

    .join-main .sc3 .join-lists ul li .item-c {
        margin-bottom: 25px;
    }

    .join-main .sc3 .join-lists ul li .join-item>span {
        margin: 25px auto;
    }

    .join-main .sc3 .join-lists ul li .join-item {
        padding: 30px 0;
    }

    .col-xs-05 {
        width: 100%;
    }

    .show-pro-main .main .pro-bottom .dtl-main .pro-dtl-t strong,
    .show-pro-main .main .pro-bottom .dtl-main .pro-dtl-t span:first-of-type,
    .show-pro-main .main .pro-bottom .dtl-top span:first-of-type,
    .show-pro-main .main .pro-bottom .dtl-top strong {
        font-size: 18px;
    }

    .show-pro-main .main .pro-bottom .dtl-main .pro-dtl-t span:nth-of-type(2),
    .show-pro-main .main .pro-bottom .dtl-top span:nth-of-type(2) {
        font-size: 14px;
    }

    .show-pro-main .main .pro-bottom .dtl-main .rec-list ul li {
        width: 100%;
    }

    .show-pro-main .main .pro-top .pro-r {
        margin-top: 20px;
    }

    .show-pro-main .main .pro-top .pro-r .pro-contact .ct-btn a {
        padding: 10px 30px;
    }

    .show-pro-main .main .pro-top .pro-r .pro-sp ul li:last-child {
        margin-right: 0;
    }

    .show-pro-main .main .pro-top .pro-r .pro-goods {
        padding-bottom: 20px;
    }

    .show-pro-main .main .pro-top .pro-l .show-pro2 {
        padding: 20px 0;
    }

    .show-pro-main .main .pro-top .pro-r .pro-t {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .pro-main .main .pro-list ul li p {
        font-size: 15px;
    }

    .page a,
    .page .a1 {
        margin-bottom: 10px;
    }

    .page-banner .banner-t .sub-t {
        margin-top: 10px;
        white-space: nowrap;
    }

    .page-banner .banner-t .t-top {
        border: 0;
        height: auto;
        width: auto;
    }

    .page-banner .banner-t .t-top .t-c {
        position: relative;
        left: 0;
        -webkit-transform: none;
           -moz-transform: none;
            -ms-transform: none;
             -o-transform: none;
                transform: none;
        top: 0;
        text-align: center;
    }

    .about-main .sc3 .about-t .tit h3 {
        font-size: 24px;
    }

    .about-main .sc3 .about-t .e-t {
        font-size: 16px;
    }

    .about-main .sc1 .about-l .about-t .e-t,
    .about-main .sc1 .about-l .about-t .tit h3 {
        font-size: 18px;
    }

    .about-main .sc2 .sc2-list {
        display: block;
    }

    .about-main .sc2 .sc2-list .item-c .item-txt {
        height: auto;
    }

    .about-main .sc2 .about-t .about-tit h3 {
        font-size: 24px;
    }

    .about-main .sc2 .about-t .e-t {
        font-size: 16px;
    }

    .about-main .sc2 .sc2-list .item-img {
        margin: 20px auto;
    }

    .page-nav ul li a h3,
    .page-nav ul li a h1 {
        padding: 0 12px;
    }
    .page-nav ul li:nth-child(4) a h3, .page-nav ul li:nth-child(4) a h1{
        border-right: 0;
    }
    .page-banner {
        height: 133px;
    }

    .message-main form .form-main {
        padding: 20px;
    }

    .message-main .form-bottom span {
        margin-right: 15px;
        margin-bottom: 15px;
    }

    .message-main .form-bottom #code {
        height: 50px;
    }

    .message-main .form-bottom #code_img {
        margin-top: 20px;
    }

    .message-main form .button button {
        padding: 10px 35px;
        margin-right: 10px;
    }
}

@media (max-width:375px) {
    .show-pro-main .main .pro-top .pro-r .pro-sp{
        margin-top: 20px;
    }
    .show-pro-main .main .pro-top .pro-r .pro-contact>div{
        display: block;
    }
    .show-pro-main .main .pro-top .pro-r .pro-contact .ct-btn a{
        margin-left: 0;
        margin-top: 20px;
    }
    .page-banner .banner-t h1, .page-banner .banner-t h3,
    .page-banner .banner-t .e-t{
        font-size: 16px;
    }
    .page-banner .banner-t .sub-t{
        font-size: 14px;
    }
    .contact-main .ct-r .ct-bottom .ct-lists .item-ico {
        margin-right: 10px;
    }

    .contact-main .ct-r .ct-bottom .ct-lists ul li {
        font-size: 14px;
    }

    .page-banner {
        height: 117px;
    }

    .show-pro-main .main .pro-top .pro-r .pro-sp ul li {
        margin-left: 25px;
        margin-right: 10px;
    }

    .about-main .sc3 .about-item .item-c {
        font-size: 12px;
    }
}

@media (max-width:325px) {
    .join-main .sc4 .join-swiping .swiper-pagination-clickable .swiper-pagination-bullet{
        margin: 0 5px;
    }
    .contact-main .ct-r {
        padding: 10px 0;
    }

    .show-pro-main .main .pro-top .pro-r .pro-contact .ct-btn a {
        padding: 10px 25px;
    }

    .show-pro-main .main .pro-top .pro-r .pro-sp ul li {
        font-size: 14px;
        margin-right: 10px;
        margin-left: 20px;
    }

    .pro-main .main .pro-list ul li p {
        height: 40px;
    }
}

@media (max-width:320px) {
    .page-banner {
        height: 100px;
    }
}