/* 通用 */
.fa-home::before {
    font-size: 20px;
}

.phone {
    background: url('../images/phone-ico.png') no-repeat center;
    width: 50px;
    height: 50px;
    display: inline-block;
    border: 1px solid #dcdcdc;
    border-radius: 50%;
}

.page {
    text-align: center;
    margin-top: 50px;
}

.page a,
.page .a1 {
    display: inline-block;
    padding: 6px 30px;
    background-color: #f5f5f5;
    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: #ffcc33;
    color: #333;
}

.page-section {
    padding: 50px 0;
}

.page-nav {
    border-bottom: 1px solid #dcdcdc;
    line-height: 69px;
}

.page-nav .nav-l a {
    display: inline-block;
    position: relative;
    margin-right: 30px;
}

.page-nav .nav-l a:last-child {
    margin-right: 0;
}

.page-nav .nav-l a h1,
.page-nav .nav-l a h3 {
    font-size: 18px;
    display: inline-block;
}

.page-nav .nav-l .current::after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #ffcc33;
    position: absolute;
    bottom: 0;
    left: 0;
}

.page-t h3 {
    font-size: 36px;
    color: #ffcc33;
    font-weight: 700;
    margin-bottom: 30px;
}

.banner {
    height: 440px;
    position: relative;
    margin-top: 100px;
}

.banner-txt .text {
    color: #fff;
    position: absolute;
    top: 50%;
    font-weight: 700;
    transform: translateY(-50%);
}

.banner-txt .text h3:nth-of-type(2),
.banner-txt .text h1 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.5;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

.banner-txt .text h3:nth-of-type(1) {
    font-size: 48px;
    margin-bottom: 30px;
}

.banner-txt .text a {
    margin-top: 7px;
    display: inline-block;
    border: 1px solid #ffcc33;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    position: relative;
    overflow: hidden;
}

.banner-txt .text a .more-ico {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 5px;
    left: 0;
    text-align: center;
    top: 0;
    cursor: pointer;
    animation: movedown 1.5s ease-out infinite;
    overflow: hidden;
}

.about-main .about-sc2 {
    background: url('../images/about_img.jpg') no-repeat center;
    background-size: cover;
}

.about-main .about-sc1 .about-c {
    opacity: 0;
}

.about-main .about-c {
    line-height: 2em;
}

.about-main .about-c p {
    color: #666
}

.about-main .about-c p:first-child {
    margin-bottom: 20px;
}

.about-main .about-sc2 .about-list .about-item {
    width: 28%;
    padding: 30px 25px;
    margin-right: 65px;
    background-color: rgba(255, 255, 255, .7);
    margin-bottom: 30px;
}

.about-main .about-sc2 .about-list .about-item .item-t {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.about-main .about-sc2 .about-list .about-item .item-num {
    font-size: 44px;
    color: #ffcc33;
    font-weight: 700;
}

.cultrue-main .cultrue-list .cultrue-item {
    display: flex;
    align-items: center;
}

.cultrue-main .cultrue-list .cultrue-item .cultrue-l {
    width: 26.6%;
    text-align: center;
    font-size: 20px;
    padding: 12px 0;
}

.cultrue-main .cultrue-list .cultrue-item .cultrue-r {
    font-size: 18px;
    color: #666;
    width: 74.4%;
    padding-left: 80px;
}

.cultrue-main .cultrue-list .row>div {
    margin-bottom: 40px;
}

.cultrue-main .cultrue-list .row>div:last-child,
.cultrue-main .cultrue-list .row>div:nth-last-child(2) {
    margin-bottom: 0;
}

.cultrue-main .cultrue-list .row>div:nth-child(2n) .cultrue-item {
    padding-left: 35px;
}

.cultrue-main .cultrue-list .row>div:nth-child(2n) .cultrue-item .cultrue-r {
    padding-left: 88px;
}

/* 产品中心导航 */
.pro-nav {
    width: 23.6%;
}

.pro-nav .nav-top {
    background: url('../images/pro_nav_bkg.jpg') no-repeat center bottom;
    text-align: center;
    padding: 20px 0;
}

.pro-nav .nav-top .info {
    font-size: 21px;
    color: #eab208;
}

.pro-nav .nav-top h3 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
}

.pro-nav .nav-list ul li a {
    display: block;
    padding-left: 10px;
    font-size: 20px;
    background-color: #f7f7f7;
}

.pro-nav .nav-list ul li a .item {
    padding: 30px 0;
    padding-left: 20px;
    border-bottom: 1px dashed #d2d2d2;
    height: 100%;
}

.pro-nav .nav-list ul li:last-child a .item {
    border-bottom: 0;
}

.pro-nav .nav-list .ico {
    background: url('../images/pro_nav_ico.png') no-repeat center;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 20px;

}

.product-main .pro-list {
    width: 76.4%;
    padding-left: 60px;
}

.product-main .pro-list ul li {
    margin-bottom: 20px;
}

.product-main .pro-list ul li a .rect {
    padding-bottom: 73%;
}

.product-main .pro-list ul li a p {
    text-align: center;
    margin-top: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.show-pro-main .gallery-thumbs {
    height: 250px;
    width: 102px;
    position: absolute;
    left: 82%;
    top: 50%;
    transform: translateY(-50%);
}

.show-pro-main .gallery-thumbs .swiper-slide img {
    width: 100%;
    height: auto;
    cursor: pointer;
}

.show-pro-main .show-pro {
    width: 76.4%;
    padding-left: 60px;
}

.show-pro-main .show-pro .pro-top {
    display: flex;
}

.show-pro-main .show-pro .pro-top .pro-img .gallery-top {
    height: 100%;
}

.show-pro-main .show-pro .pro-img {
    width: 56%;
    position: relative;
}

.show-pro-main .show-pro .gallery-top img {
    height: 100%;
}

.show-pro-main .show-pro .swiper-button-prev {
    top: 8%;
    transform: rotate(90deg);
    left: 88%;
}


.show-pro-main .show-pro .swiper-button-prev:after,
.show-pro-main .show-pro .swiper-button-next:after {
    content: "";
    font-size: 20px;
    color: #b1b5b3;
    width: 12px;
    height: 12px;
    border: 1px solid;
    border-color: transparent transparent #b1b5b3 #b1b5b3;
    content: "";
    display: block;
}

.show-pro-main .show-pro .swiper-button-prev:after {
    transform: rotate(45deg);
}

.show-pro-main .show-pro .swiper-button-next:after {
    transform: rotate(-135deg);
}

.show-pro-main .show-pro .swiper-button-next {
    top: 93%;
    left: 88%;
    transform: rotate(90deg);
}

.show-pro-main .show-pro .pro-text {
    width: 47%;
    padding-left: 20px;
}

.show-pro-main .show-pro .pro-text .pro-tit h1 {
    font-size: 30px;
    margin-bottom: 30px;
}

.show-pro-main .show-pro .pro-text .pro-c {
    padding: 30px 0;
    border: 1px solid #d2d2d2;
    border-left: 0;
    border-right: 0;
    margin-bottom: 30px;
    color: #666;
    line-height: 35px;
}

.show-pro-main .show-pro .pro-text .pro-contact {
    margin-top: 50px;
}

.show-pro-main .show-pro .pro-text .pro-contact .pro-more a {
    display: inline-block;
    padding: 10px 35px;
    background-color: #ffcc33;
    font-size: 18px;
    vertical-align: middle;
}

.show-pro-main .show-pro .pro-text .pro-contact .contact-phone {
    margin-left: 25px;
}

.show-pro-main .show-pro .pro-text .pro-contact .contact-phone p:first-child {
    color: #666;
}

.show-pro-main .show-pro .pro-text .pro-contact .contact-phone p:nth-child(2) a {
    font-size: 24px;
    color: #666;
}

.show-pro-main .show-pro .pro-detail {
    background-color: #f7f7f7;
    margin-top: 80px;
    padding: 20px;
}

.show-pro-main .show-pro .pro-detail .pro-t {
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 30px;
}

.show-pro-main .show-pro .pro-detail .pro-t h3 {
    font-size: 30px;
}

.show-pro-main .show-pro .pro-detail .pro-t:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 137px;
    height: 2px;
    background-color: #ffcc33;
}

.show-pro-main .show-pro .pro-detail .pro-t span {
    font-size: 18px;
    color: #666;
}

.show-pro-main .show-pro .pro-detail .pro-pdc {
    margin-bottom: 30px;
}

.show-pro-main .show-pro .pro-detail .pro-c {
    line-height: 30px;
    color: #666;
}

.show-pro-main .show-pro .pro-detail .pro-c img {
    max-width: 100%;
}

/* 行业应用 */
.industry-main {
    margin-top: 100px;
}

.industry-main .swiper-container {
    display: none;
}

.industry-main .industry-list {
    background: url('../images/industry_bkg.jpg') no-repeat center;
    background-size: cover;
}

.industry-main .industry-list ul {
    margin-right: -15px;
}

.industry-main .industry-list ul li {
    float: left;
    width: 20%;
    padding-right: 15px;
}

.industry-main .industry-list .item-txt {
    background-color: #fff;
    text-align: center;
    padding: 20px 0;
}

.industry-main .industry-list .item-txt .item-t {
    font-size: 30px;
    font-weight: 700;
}

.industry-main .industry-list .item-txt .more a {
    display: inline-block;
    background-color: #ffcc33;
    color: #666;
    padding: 10px 25px;
    margin-top: 20px;
}

.industry-li ul li {
    margin-bottom: 20px;
}

.industry-li ul li p {
    text-align: center;
    margin-top: 15px;
}

.news-main .news-list ul li {
    margin-bottom: 45px;
}

.news-main .news-list ul li a {
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #dcdcdc;
    padding-bottom: 50px;
}

.news-main .news-list ul li a .news-date .year {
    font-size: 18px;
    color: #666;
    text-align: right;
}

.news-main .news-list ul li a .news-date .day {
    white-space: nowrap;
    font-size: 30px;
    font-weight: 700;
    color: #666;
}

.news-main .news-list ul li a .news-ico {
    width: 40px;
    height: 40px;
    line-height: 35px;
    border: 1px solid #dcdcdc;
    border-radius: 50%;
    transition: all .3s;
    flex-shrink: 0;
    text-align: center;
    font-size: 30px;
}

.news-main .news-list ul li a:hover .news-ico {
    background-color: #ffcc33;
    border: 1px solid transparent;
}

.news-main .news-list ul li a .news-txt {
    padding-left: 60px;
    padding-right: 60px;
    width: 96%;
}

.news-main .news-list ul li a .news-txt .news-tit {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.news-main .news-list ul li a .news-txt .news-c {
    font-size: 16px;
    color: #666;
    line-height: 30px;
}

.show-news-main .show-t h1 {
    font-size: 30px;
    margin-bottom: 20px;
}

.show-news-main .show-news-c {
    color: #666;
    padding: 40px 0;
    border-bottom: 1px dashed #dcdcdc;
    border-top: 1px dashed #dcdcdc;
    margin: 30px 0;
    line-height: 35px;
}

.show-news-main .show-news-c * {
    max-width: 100%;
}

.show-news-main .show-info {
    font-size: 14px;
    color: #666;
}

.show-news-main .show-page>div a {
    transition: all .3s;
}

.show-news-main .show-page>div a:hover {
    color: #eab208
}

.hr-main .hr-top {
    display: flex;
    margin-bottom: 30px;
}

.hr-main .hr-top .hr-txt {
    padding-right: 30px;
}

.hr-main .hr-txt .hr-tit {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}

.hr-main .hr-txt .hr-c {
    color: #666;
    line-height: 35px;
}

.recruit-main ul li {
    margin-top: 30px;
}

.recruit-main ul li .item-top .float-right .more {
    width: 40px;
    height: 40px;
    line-height: 30px;
    border: 1px solid #dcdcdc;
    border-radius: 50%;
    text-align: center;
    font-size: 35px;
}

.recruit-main ul li .item-top .float-right .more i {
    transition: all .3s;
    display: inline-block;
    border: none;
    width: 15px;
    height: 15px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
    margin-bottom: 3px;
}

.recruit-main ul li .item-top .float-right .more i.open {
    transform: rotate(135deg);
}

.recruit-main ul li .item-top .item-info p {
    line-height: 30px;
}

.recruit-main ul li .item-top .item-info p span {
    margin-right: 50px;
}

.recruit-main ul li .item-top .item-info p span:last-child {
    margin-right: 0;
}

.recruit-main ul li .item-top {
    background-color: #f6f6f6;
    cursor: pointer;
    padding: 50px 60px;
}

.recruit-main ul li .item-top .item-tit {
    font-size: 24px;
    margin-bottom: 25px;
    position: relative;
}

.recruit-main ul li .item-top .item-tit::before {
    content: "";
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
    height: 25px;
    width: 5px;
    background-color: #ffcc33;
}

.recruit-main ul li .item-c {
    background-color: #f6f6f6;
    padding: 50px 60px;
    overflow: hidden;
    display: none;
}

.recruit-main ul li .item-c .item-c-t {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

.recruit-main ul li .item-c p {
    color: #666;
    line-height: 30px;
}

.recruit-main ul li .item-top .item-info span {
    color: #666;
}

.recruit-main ul li .item-c.open {
    display: block;
}

.map {
    height: 520px;
}

.map #map {
    height: 100%;
}

.contact-main .info {
    text-align: center;
    color: #666;
    font-size: 18px;
    margin-bottom: 30px;
    padding: 0 15%;
    line-height: 30px;
}

.contact-main .contact-c .map {
    width: 68.3333333%;
    float: left;
}

.contact-main .contact-c .contact-txt {
    width: 31.666666%;
    background-color: #f5f5f5;
    padding-left: 40px;
    padding-right: 40px;
    float: right;
    height: 520px;
}

.contact-main .contact-c .contact-txt h3 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 75px;
    padding-bottom: 25px;
    border-bottom: 1px solid;
}

.contact-main .contact-c .contact-txt .contact-add {
    margin-top: 30px;
    font-size: 18px;
    color: #666;
}

.contact-main .contact-c .contact-txt .contact-add a {
    font-size: 18px;
    color: #666;
}

.contact-main .contact-c .contact-txt .contact-add .contact-item {
    margin-bottom: 15px;
}

.contact-main .contact-c .contact-txt .contact-add .add-ico {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
}

.contact-main .contact-c .contact-txt .contact-add .add-ico+span {
    vertical-align: middle;
    display: inline-block;
}

.message-main .info {
    color: #666;
    font-size: 18px;
    padding: 0 15%;
    line-height: 30px;
}

.message-main .msg-top {
    margin-top: 25px;
}

.message-main .msg-top .msg-item {
    display: flex;
    align-items: center;
    border: 1px solid #d2d2d2;
    padding: 10px 15px;
}

.message-main .msg-top .msg-item input {
    flex: 1;
    height: 36px;
    border: 0;
}

.message-main .msg-item .msg-ico {
    width: 36px;
    height: 36px;
    display: inline-block;
    margin-left: 10px;
}

.message-main .msg-item .msg-ico img {
    max-width: 100%;
    max-height: 100%;
}

.message-main .msg-item .area-ico {
    vertical-align: top;
}

.message-main .msg-item textarea {
    resize: none;
    flex: 1;
    border: 0;
}

.message-main .area-item {
    display: flex;
    padding: 10px 15px;
    border: 1px solid #d2d2d2;
    margin-top: 20px;
}

.message-main .msg-bottom {

    margin-top: 30px;
}

.message-main .msg-bottom .msg-item {
    border: 1px solid #d2d2d2;
    margin-right: 15px;
    padding: 10px 15px;
}

.message-main .msg-bottom img {
    height: 58px;
    margin-right: 15px;
}

.message-main .msg-bottom span {
    display: inline-block;
    vertical-align: bottom;
    color: #999;
    font-size: 20px;
}

.message-main .msg-bottom .msg-item input {
    height: 36px;
    border: 0;
}

.message-main .msg-bottom .float-left,
.message-main .msg-bottom .float-right {
    width: 50%;
}

.message-main .msg-bottom #dosubmit,
.message-main .msg-bottom #clear {
    height: 58px;
    text-align: center;
    line-height: 58px;
    width: 45%;
    background-color: #ffcc33;
}

@keyframes movedown {
    0% {
        top: 0;
        opacity: 1
    }

    35% {
        top: 50%;
        opacity: 0;
    }

    65% {
        top: -50%;
        opacity: 0;
    }

    100% {
        top: 0;
        opacity: 1;
    }
}

@media(max-width:1600px) {
    .banner {
        height: 292px;
    }
}

@media(max-width:1440px) {
    .banner-txt .text h3 {
        font-size: 40px;
    }

    .banner-txt .text h1,
    .banner-txt .text h3:nth-of-type(2) {
        font-size: 32px;
    }

    .banner {
        height: 263px;
    }

    .show-pro-main .show-pro .pro-top {
        margin-bottom: 30px;
        display: block;
    }

    .show-pro-main .show-pro .pro-img {
        float: left;
        width: 53%;
    }

    .show-pro-main .show-pro .pro-text {
        float: right;
        padding-left: 30px;
    }

    .show-pro-main .show-pro .swiper-button-prev {
        left: -5%;
        top: 90%;
        transform: none;
    }

    .show-pro-main .show-pro .swiper-button-next {
        left: 100%;
        transform: none;
        top: 90%;
    }

    .show-pro-main .show-pro .gallery-top img {
        width: 100%;
    }

    .show-pro-main .gallery-thumbs {
        width: auto;
        height: auto;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin-top: 30px;
        transform: none;
    }

    .about-main .about-sc2 .about-list .about-item {
        width: 30%;
    }

    .cultrue-main .cultrue-list .cultrue-item .cultrue-l {
        width: 30.6%;
    }

    .cultrue-main .cultrue-list .cultrue-item .cultrue-r {
        padding-left: 60px;
    }
}

@media(max-width:1366px) {

    .banner {
        height: 250px;
    }

    .show-pro-main .show-pro .pro-text .pro-contact {
        margin-top: 30px;
    }

    .show-pro-main .show-pro .pro-text .pro-contact .con-l {
        float: none;
        text-align: center
    }

    .show-pro-main .show-pro .pro-text .pro-contact .con-r {
        float: none !important;
        margin-top: 20px;
        text-align: center;
    }

    .about-main .about-sc2 .about-list .about-item {
        width: 32%;
        height: 210px;
    }

    .cultrue-main .cultrue-list .cultrue-item .cultrue-r {
        height: 81px;
        padding-top: 15px;
    }

    .cultrue-main .cultrue-list .cultrue-item .cultrue-l {
        width: 33.6%;
    }
}

@media(max-width:1280px) {
    .banner {
        height: 233px;
    }

    .about-main .about-sc2 .about-list .about-item {
        width: 35%;
    }

    .cultrue-main .cultrue-list .cultrue-item .cultrue-l {
        width: 38.6%;
    }

    .cultrue-main .cultrue-list .cultrue-item .cultrue-r {
        padding-left: 45px;
    }

    .cultrue-main .cultrue-list .row>div:nth-child(2n) .cultrue-item .cultrue-r {
        padding-left: 45px;
    }
}

@media(max-width:1200px) {
    .banner-txt .text h3 {
        font-size: 34px;
    }

    .banner-txt .text h1,
    .banner-txt .text h3:nth-of-type(2) {
        font-size: 30px;
    }

    .banner {
        height: 220px;
    }
}

@media(max-width:1199px) {
    .contact-main .contact-c .contact-txt h3 {
        padding-bottom: 15px;
    }

    .contact-main .contact-c .contact-txt {
        padding-left: 20px;
        padding-right: 20px;
    }

    .contact-main .contact-c .contact-txt .contact-add,
    .contact-main .contact-c .contact-txt .contact-add a {
        font-size: 14px;
    }

    .contact-main .contact-c .contact-txt h3 {
        font-size: 18px;
    }

    .message-main .info {
        padding: 0;
    }

    .contact-main .info {
        padding: 0;
    }

    .message-main .msg-bottom .float-right {
        text-align: center;
    }

    .message-main .msg-bottom .float-left,
    .message-main .msg-bottom .float-right {
        width: 100%;
        float: none;
    }

    .message-main .msg-bottom #dosubmit,
    .message-main .msg-bottom #clear {
        width: 15%;
        margin-right: 15px;
        height: 40px;
        line-height: 40px;
    }

    .message-main .msg-bottom .float-right {
        margin-top: 10px;
    }

    .show-pro-main .show-pro .pro-img {
        float: none;
        width: 100%;
    }

    .show-pro-main .show-pro .pro-text {
        float: none;
        width: 100%;
        margin-top: 30px;
    }

    .show-pro-main .show-pro .pro-text .pro-contact .con-l {
        float: left;
        text-align: left;
    }

    .show-pro-main .show-pro .pro-text .pro-contact .con-r {
        float: right;
        text-align: right;
        margin-top: 0;
    }

    .show-pro-main .show-pro {
        width: 70%;
        padding-left: 30px;
    }

    .pro-nav {
        width: 30%;
    }

    .product-main .pro-list {
        width: 70%;
        padding-left: 30px;
    }

    .about-main .about-sc2 .about-list .about-item {
        width: 50%;
        margin: 0;
    }

    .cultrue-main .cultrue-list .row>div:nth-child(2n) .cultrue-item {
        padding: 0;
    }

    .cultrue-main .cultrue-list .row>div {
        margin-top: 20px;
        margin-bottom: 0;
    }

    .cultrue-main .cultrue-list .cultrue-item .cultrue-r {
        height: auto;
        padding-left: 20px !important;
    }

    .cultrue-main .cultrue-list .cultrue-item .cultrue-l {
        background-size: 100% !important;
    }

}

@media(max-width:1024px) {
    .banner {
        height: 263px;
    }
}

@media(max-width:991px) {
    .industry-main .swiper-container {
        padding-bottom: 30px;
    }

    .industry-main .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 0;
    }

    .show-pro-main .show-pro .pro-text {
        padding-left: 0;
    }

    .banner {
        margin-top: 71.42px;
    }

    .industry-main {
        margin-top: 83.91px;
    }

    .message-main .msg-item .msg-ico {
        margin: 0;
        height: auto;
        flex-shrink: 0;
        width: 11%;
        text-align: center;
    }

    .contact-main .contact-c .contact-txt {
        float: none;
        display: block;
        width: 100%;
        height: auto;
        padding: 20px;
    }

    .contact-main .contact-c .contact-txt .contact-add .contact-item {
        margin-bottom: 0;
    }

    .contact-main .contact-c .contact-txt .contact-add {
        margin-top: 15px;
    }

    .contact-main .contact-c .contact-txt h3 {
        margin-top: 0;
    }

    .contact-main .contact-c .map {
        float: none;
        width: 100%;
    }

    .recruit-main ul li .item-c {
        padding: 30px;
    }

    .recruit-main ul li .item-top {
        padding: 30px;
        padding-bottom: 20px;
    }

    .recruit-main ul li .item-top .item-tit::before {
        left: -15px;
    }

    .hr-main .hr-top {
        display: block;
    }

    .hr-main .hr-top .hr-txt {
        padding-right: 0;
    }

    .hr-main .hr-top .hr-img {
        margin-top: 20px;
    }

    .hr-main .hr-top .hr-img img {
        max-width: 100%;
    }

    .news-main .news-list ul li a .news-txt {
        padding-right: 0;
        padding-left: 30px;
        width: 100%;
    }

    .news-main .news-list ul li a {
        padding-bottom: 30px;
    }

    .news-main .news-list ul li a .news-ico {
        display: none;
    }

    .nav-r {
        display: none;
    }

    .industry-main .swiper-container {
        display: block;
    }

    .industry-main .industry-list ul {
        display: none;
    }

    .show-pro-main .show-pro .swiper-button-prev,
    .show-pro-main .show-pro .swiper-button-next {
        display: none;
    }

    .show-pro-main .show-pro {
        width: 100%;
        padding-left: 0;
    }

    .pro-nav-sm {
        display: block !important;
    }

    .about-main .about-sc2 .about-list .about-item {
        padding: 20px 15px;
    }

    .pro-nav {
        display: none;
    }

    .product-main .pro-list {
        padding: 0;
        width: 100%;
    }
}

@media(max-width:768px) {

    .news-main .news-list ul li a {
        display: block;
    }

    .news-main .news-list ul li a .news-txt {
        padding-left: 0;
    }

    .news-main .news-list ul li a .news-date .year {
        text-align: left;
    }

    .about-main .about-sc2 .about-list .about-item {
        width: 100%;
    }

    .about-main .about-sc2 .about-list .about-item .item-t {
        margin-bottom: 20px;
    }

    .page-t h3 {
        font-size: 24px;
        line-height: 30px;
    }

    .page-section {
        padding: 30px 0;
    }

    .page-nav .nav-l a {
        margin-right: 20px;
    }

    .page-nav .nav-l a h1,
    .page-nav .nav-l a h3 {
        font-size: 16px;
    }

    .hr-main .hr-txt .hr-tit {
        font-size: 21px;
        margin-bottom: 15px;
    }

    .hr-main .hr-txt .hr-c {
        line-height: 30px;
    }
}

@media(max-width:767px) {
    .banner {
        height: 240px;
    }

    .message-main .msg-top .msg-item {
        margin-bottom: 20px;
    }

    .message-main .msg-top>div:last-child .msg-item {
        margin-bottom: 0;
    }

    .message-main .msg-item .msg-ico {
        width: 31px;
    }
}

@media(max-width:640px) {
    .show-page .prev {
        display: block;
        float: none;
    }

    .show-page .next {
        display: block;
        float: none;
        margin-top: 15px;
    }

    .show-news-main .show-news-c {
        margin: 25px 0;
    }

    .recruit-main ul li .item-top .item-info p span:last-child {
        display: block;
    }

    .map {
        height: 400px;
    }
}

@media(max-width:560px) {
    .message-main .msg-bottom span {
        display: block;
        margin: 20px 0;
    }

    .message-main .msg-bottom .float-right {
        margin-top: 0;
    }

    .message-main .msg-bottom #dosubmit,
    .message-main .msg-bottom #clear {
        width: auto;
        padding: 10px;
        height: auto;
        line-height: normal;
    }
}

@media(max-width:552px) {
    .banner-txt .text h3:nth-of-type(1) {
        font-size: 26px;
        margin-bottom: 10px
    }

    .banner-txt .text h1,
    .banner-txt .text h3:nth-of-type(2) {
        font-size: 20px;
    }

    .banner-txt .text a {
        width: 30px;
        height: 30px;
    }

    .banner-txt .text a .more-ico img {
        max-width: 100%;
    }

    .banner {
        height: 173px;
    }
}

@media(max-width:540px) {
    .show-pro-main .show-pro .pro-text .pro-contact .con-l {
        float: none;
        text-align: center;
    }

    .show-pro-main .show-pro .pro-text .pro-c {
        margin-bottom: 20px;
        padding: 20px 0;
    }

    .show-pro-main .show-pro .pro-text .pro-contact {
        margin-top: 0;
    }

    .show-pro-main .show-pro .pro-text .pro-contact .con-r {
        float: none;
        text-align: center;
        margin-top: 20px;
    }

    .show-pro-main .show-pro .pro-detail {
        margin-top: 30px;
    }

    .show-pro-main .show-pro .pro-text .pro-tit h1 {
        font-size: 24px;
        text-align: center;
    }

    .page {
        margin-top: 20px;
    }

    .page a:first-child,
    .page a:last-child {
        padding: 6px 8px;
    }

    .page a:last-child {
        margin-top: 20px;
    }

    .page a {
        padding: 6px 8px;
    }
}

@media(max-width:475px) {
    .about-main .about-sc2 .about-list .about-item {
        height: auto;
        padding: 15px;
    }

    .banner-txt .text a {
        width: 25px;
        height: 25px;
        overflow: hidden;
    }

    .banner-txt .text a .more-ico {
        padding: 0;
        overflow: visible;
    }

    .banner-txt .text a .more-ico img {
        width: 60%;
    }
}

@media(max-width:460px) {
    .message-main .msg-bottom .msg-item {
        width: 150px;
    }

    .message-main .msg-bottom .msg-item input {
        width: 100%;
    }

    .message-main .msg-bottom img {
        margin-right: 0;
    }

    .recruit-main ul li:first-child {
        margin-top: 0;
    }

    .recruit-main ul li .item-top .item-info p span:nth-child(2) {
        display: block;
    }

    .cultrue-main .cultrue-list .cultrue-item {
        display: block;
        margin-bottom: 15px
    }

    .cultrue-main .cultrue-list .cultrue-item .cultrue-r {
        width: 100%;
        padding: 0 !important;
        margin-top: 20px;
    }

    .news-main .news-list ul li a .news-txt .news-tit {
        font-size: 18px;
    }

    .show-news-main .show-t h1 {
        font-size: 24px;
        line-height: 30px;
    }

    .show-news-main .show-news-c {
        padding: 30px 0;
    }
}

@media(max-width:425px) {
    .news-main .news-list ul li a {
        padding-bottom: 15px;
    }

    .news-main .news-list ul li a .news-txt .news-tit {
        margin-bottom: 10px;
    }

    .news-main .news-list ul li {
        margin-bottom: 20px;
    }

    .news-main .news-list ul li:last-child {
        margin-bottom: 0 !important;
    }

    .pro-nav-sm {
        line-height: 35px;
        text-align: center;
    }

    .page-nav .nav-l a h1,
    .page-nav .nav-l a h3 {
        font-size: 14px;
    }

    .industry-main .industry-list .item-txt .item-t {
        font-size: 20px;
    }

    .industry-main .industry-list .item-txt .more a {
        font-size: 14px;
        padding: 5px 14px;
        margin-top: 15px;
    }

    .message-main .info {
        font-size: 16px;
    }

    .show-pro-main .show-pro .pro-detail .pro-t span {
        font-size: 16px;
    }

    .contact-main .contact-c .contact-txt h3 {
        padding-bottom: 15px;
    }

    .contact-main .info {
        margin-bottom: 20px;
        font-size: 16px;
    }

    .message-main .msg-bottom #dosubmit,
    .message-main .msg-bottom #clear {
        width: 84px;
    }

    .message-main .msg-bottom #clear {
        margin: 0;
    }

    .page-t h3 {
        margin-bottom: 20px;
        line-height: 35px;
    }

    .banner {
        height: 133px;
    }

    .banner-txt .text h3 {
        font-size: 18px;
    }

    .banner-txt .text h1,
    .banner-txt .text h3:nth-of-type(2) {
        font-size: 18px;
    }
}

@media(max-width:375px) {

    .message-main .msg-bottom .msg-item {
        width: 46%;
        margin: 0;
    }

    .message-main .msg-bottom img {
        width: 46%;
        display: inline-block;
        margin-left: 4%;
    }

    .show-news-main .show-info span {
        display: block;
    }

    .show-news-main .show-info span#hits {
        display: inline-block;
    }

    .banner {
        height: 117px;
    }
}

@media(max-width:320px) {
    .banner {
        height: 100px;
    }
}