/* 大熊科技 -- 百世功坊  --  首页模块  ---  样式表 */

/* TIME:2020-12-08 | author: Hefengyu */

/* -- banenr -- */
.banner .swiper-button-next, .banner .swiper-button-prev {
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.5s;
}

.banner:hover .swiper-button-next {
    opacity: 1;
    visibility: visible;
    right: 30px;
}

.banner:hover .swiper-button-prev {
    opacity: 1;
    visibility: visible;
    left: 30px;
}

.banner .swiper-slide img {
    width: 100%;
    display: block;
}

/* -- 优势 -- */
.advantage {
    display: flex;
    justify-content: space-evenly;
}

.advantage .item {
    border-right: 1px solid #e9e9e9;
    text-align: center;
    width: 25%;
    padding: 80px 0;
}

.advantage .item img {
    display: inline-block;
}

.advantage .item h4 {
    font-size: 20px;
    color: #595757;
    margin-top: 30px;
}

.advantage .item:hover img {
    transform: rotateY(360deg);
    transition: all ease 0.5s;
}

/* -- 家居风格馆 -- */

.homeStyle {
    background: #F5F5F5;
    padding: 110px 0 220px 0;
    position: relative;
}

.homeStyle .cont {
    padding-right: 120px;
    display: flex;
    margin-top: 100px;
    background: #fff;
    position: relative;
}

.tab-title {
    width: 28%;
    padding: 40px 0;
}

.tab-title .item {
    font-size: 28px;
    color: #898989;
    line-height: 90px;
    text-align: center;
    cursor: pointer;
}

.tab-title .item p {
    width: 86px;
    text-align: left;
    margin: 0 auto;
}

.tab-title .current p {
    background: url(../images/nav-line1.png) no-repeat bottom 15px left 2px;
}

.tab-cont {
    width: 72%;
}

.tab-cont .group {
    position: relative;
}

.tab-cont .swiper-slide img {
    display: block;
    width: 100%;
}

.tab-cont .world {
    background: #333;
    padding: 60px;
    position: absolute;
    right: -120px;
    bottom: -180px;
    z-index: 2;
    width: 850px;
}

.tab-cont .world h4 {
    font-size: 28px;
    color: #fff;
    border-bottom: 1px solid #aaa;
    margin-bottom: 20px;
    padding-bottom: 30px;
}

.tab-cont .world p {
    font-size: 24px;
    color: #898989;
    line-height: 36px;
}

.black-bg {
    background: #333;
    width: 200px;
    height: 80%;
    position: absolute;
    right: 0;
    bottom: 0;
}

.tab-cont .swiper-button-next1, .tab-cont .swiper-button-prev1 {
    background: #ff0037;
    width: 120px;
    height: 80px;
    position: absolute;
    top: 50%;
    z-index: 1;
    cursor: pointer;
}

.tab-cont .swiper-button-next1 img, .tab-cont .swiper-button-prev1 img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tab-cont .swiper-button-next1 {
    right: -120px;
}

.tab-cont .swiper-button-prev1 {
    left: initial;
    right: 0;
}

/* -- 8大特点 -- */
.charact {
    padding-top: 110px;
}

.charact .title {
    margin-bottom: 100px;
}

.charact .cont {
    background: url(../images/charact-bg.jpg) no-repeat center;
    background-size: cover;
    padding: 190px 0 380px 0;
}

.charact .cont .item {
    text-align: center;
    width: 300px;
    height: 300px;
    position: relative;
    float: left;
}

.charact .cont .z-border {
    width: 220px;
    height: 220px;
    border: 2px solid #fff;
    border-radius: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.charact .cont .z-world {
    margin-top: 70px;
    font-size: 26px;
    color: #fff;
    line-height: 32px;
    position: relative;
    z-index: 1;
}

.charact .cont .z-world img {
    display: block;
    margin: 0px auto 20px auto;
}

.charact .cont .item:nth-child(5) {
    margin-top: -110px;
    margin-left: 150px;
}

.charact .cont .item:nth-child(6), .charact .cont .item:nth-child(7), .charact .cont .item:nth-child(8) {
    margin-top: -110px;
}

.char-eg {
    display: block;
    margin: 80px auto 0 auto;
}

.charact .item:hover .z-border {
    background: #ff0037;
    border: 0;
    transition: all ease 0.5s;
}

/* --新闻资讯-- */
.news {
    background: #f5f5f5;
    padding: 110px 0 50px 0;
}

.news .cont {
    padding: 0 36px;
}

.news .tab-cont1 {
    margin-top: 60px;
}

.news .tab-cont1 .group {
    background: #fff;
    overflow: hidden;
}

.tab-cont1 .left {
    width: 42%;
    float: left;
}

.tab-cont1 .left img {
    width: 100%;
    display: block;
}

.tab-cont1 .left:hover img {
    transform: scale(1.05);
    transition: all ease 0.5s;
}

.tab-cont1 .right {
    width: 58%;
    float: right;
    padding: 60px 60px 30px 60px;
}

.tab-cont1 .right h3 {
    font-size: 28px;
    color: #595757;
    margin-bottom: 30px;
}

.tab-cont1 .right .top {
    position: relative;
    padding-left: 50px;
    margin-bottom: 70px;
}

.tab-cont1 .right .circle {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #abacac;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0;
}

.tab-cont1 .right .circle i {
    font-size: 16px;
    line-height: 22px;
}

.tab-cont1 .right .top h4 {
    font-size: 28px;
    line-height: 26px;
    color: #595757;
}

.tab-cont1 .right .top .time {
    font-size: 21px;
    color: #aaabab;
    margin: 15px 0 5px 0;
}

.tab-cont1 .right .top:hover .circle {
    background: #ff0037;
}

.tab-cont1 .right .top:hover h4 {
    color: #ff0037;
}

.tab-cont1 .right p {
    font-size: 21px;
    color: #aaabab;
}

.tab-cont1 .right .item {
    padding-left: 30px;
    border-bottom: 1px solid #e9e9e9;
    overflow: hidden;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}

.tab-cont1 .right .item a {
    font-size: 21px;
    line-height: 20px;
    color: #aaabab;
    display: block;
}

.tab-cont1 .right .item .time {
    position: absolute;
    right: 160px;
    top: 0;
}

.tab-cont1 .right .item:hover a {
    color: #ff0037;
}

.tab-cont1 .right .item:hover .circle {
    background: #ff0037;
}

.tab-title1 {
    background: #fff;
    position: relative;
    margin-top: 60px;
    display: flex;
    padding: 40px 200px 40px 80px;
}

.tab-title1 .item-til {
    width: 260px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    background: #dcdddd;
    color: #595757;
    font-size: 28px;
    cursor: pointer;
    margin-right: 70px;
}

.tab-title1 .current {
    background: #ff0037;
    color: #fff;
    transition: all ease 0.3s;
}

.tab-title1 a {
    background: #c8c8c8;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    padding: 65px 80px;
}

.tab-title1 a:hover {
    background: #ff0037;
    color: #fff;
    transition: all ease 0.5s;
}

/* --联系我们-- */

.contact {
    background: url(../images/contact-bg.jpg) no-repeat center;
    background-size: cover;
    padding: 165px 0 200px 0;
}

.contact .cont {
    padding: 0 200px;
    display: flex;
}

.contact .cont .left {
    width: 50%;
    padding-right: 80px;
}

.contact .cont .right {
    width: 50%;
    text-align: center;
}

.contact .item-form {
    margin-bottom: 40px;
    position: relative;
}

.contact .item-form input {
    background: #fff;
    border: 0;
    display: block;
    line-height: 80px;
    width: 100%;
    font-size: 22px;
    color: #595757;
    padding: 0 50px 0 20px;
    border-radius: 10px;
}

.contact .item-form i {
    font-size: 28px;
    position: absolute;
    right: 20px;
    top: 15px;
    color: #aaa;
}

.contact button {
    width: 265px;
    height: 80px;
    line-height: 80px;
    background-image: linear-gradient(to right, #ff1301, #ff6b01);
    font-size: 28px;
    color: #fff;
    letter-spacing: 4px;
    border-radius: 15px;
}

.contact button:hover {
    transform: scale(0.95);
    transition: all ease 0.5s;
}

.contact .right img {
    max-width: 100%;
}

.contact .right .ewm h4 {
    font-size: 24px;
    color: #595757;
    margin-top: 5px;
}

.contact .right .lx {
    margin-top: 30px;
}

.contact .right .lx h4 {
    font-family: "FuturaMedium";
    font-size: 55px;
    line-height: 60px;
    color: #282828;
    letter-spacing: 5px
}

.contact .right .lx .add {
    font-size: 22px;
    color: #000000;
}

/* --招商支持-- */
.attract {
    padding-top: 110px;
}

.attract .cont {
    margin-top: 80px;
    background: url(../images/attract-bg.jpg) no-repeat center;
    background-size: cover;
    padding: 200px 0 240px 0;
}

.attract .cont .container {
    overflow: hidden;
    background: url(../images/art-left.png) left top 88px no-repeat, url(../images/art-right.png) right top 88px no-repeat;
    padding: 0 70px;
}

.attract .item {
    width: 260px;
    float: left;
    margin: 5px 10px 0 10px;
    position: relative;
}

.attract .item img {
    display: block;
    margin: 0 auto;
}

.attract .item .world {
    text-align: center;
}

.attract .item .world h4 {
    font-size: 27px;
    color: #ff5f6c;
}

.attract .item .line {
    width: 50px;
    height: 1px;
    background: #ff5f6c;
    margin: 10px auto;
}

.attract .item .world p {
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    width: 85%;
    margin: 0 auto;
}

.attract .item .world p br {
    display: none;
}

.attract .item:nth-child(1) {
    margin-left: 140px;
}

.attract .item:nth-child(5) {
    margin-right: 140px;
}

.attract .item:nth-child(5), .attract .item:nth-child(6), .attract .item:nth-child(7), .attract .item:nth-child(8) {
    float: right;
}

.attract .item i {
    display: block;
    width: 71px;
    height: 21px;
    background: url(../images/art-jiantou.png) no-repeat center;
    position: absolute;
    top: 75px;
    right: -40px;
}

.attract .item:nth-child(4) i, .attract .item:nth-child(8) i {
    display: none;
}

.attract .item:nth-child(5) i, .attract .item:nth-child(6) i, .attract .item:nth-child(7) i {
    right: initial;
    left: -40px;
    background: url(../images/art-jiantou1.png) no-repeat center;
}

.attract .item:hover img {
    transform: rotate(90deg);
    transition: all ease 0.5s;
}


/* ----------------------------1680------------------------- */
@media (max-width: 1680px) {
    .tab-title .item {
        font-size: 24px;
        line-height: 75px;
    }

    .tab-cont .world {
        width: 800px;
        padding: 50px;
        bottom: -160px;
    }

    .tab-title1 .item-til {
        width: 200px;
    }

    .tab-title1 a {
        padding: 65px;
    }

    .tab-cont1 .right {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .tab-cont1 .right .top {
        margin-bottom: 40px;
    }
}


/* ----------------------------1440------------------------- */
@media (max-width: 1440px) {
    .advantage .item {
        padding: 60px 0;
    }

    .advantage .item h4 {
        margin-top: 20px;
    }

    .tab-title .item {
        font-size: 20px;
        line-height: 60px;
    }

    .tab-title .current p {
        background: url(../images/nav-line1.png) no-repeat bottom 10px left;
        background-size: 45% auto;
    }

    .tab-cont .swiper-button-next1, .tab-cont .swiper-button-prev1 {
        width: 90px;
        height: 60px;
    }

    .tab-cont .swiper-button-prev1 {
        right: -30px;
    }

    .tab-cont .world {
        padding: 40px;
        width: 700px;
    }

    .tab-cont .world h4 {
        font-size: 24px;
        padding-bottom: 20px;
    }

    .tab-cont .world p {
        font-size: 18px;
        line-height: 30px;
    }

    .homeStyle .cont {
        margin-top: 60px;
    }

    .charact .title {
        margin-bottom: 60px;
    }

    .charact .cont {
        padding: 120px 0 240px 0;
    }

    .charact .cont .item {
        width: 240px;
        height: 240px;
        margin: 0 12px;
    }

    .charact .cont .z-border {
        width: 180px;
        height: 180px;
        border-radius: 30px;
    }

    .charact .cont .z-world {
        margin-top: 60px;
        font-size: 22px;
    }

    .charact .cont .item:nth-child(5) {
        margin-top: -100px;
        margin-left: 143px;
    }

    .charact .cont .item:nth-child(6), .charact .cont .item:nth-child(7), .charact .cont .item:nth-child(8) {
        margin-top: -100px;
    }

    .char-eg {
        width: 70%;
    }

    .news .tab-cont1 {
        margin-top: 60px;
    }

    .tab-cont1 .left {
        width: 50%;
    }

    .tab-cont1 .right {
        width: 50%;
        padding-top: 30px;
    }

    .tab-cont1 .right .item {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .tab-cont1 .right p, .tab-cont1 .right .top .time, .tab-cont1 .right .item a {
        font-size: 18px;
    }

    .tab-title1 .item-til {
        width: 160px;
        line-height: 70px;
        height: 70px;
        margin-right: 40px;
        font-size: 20px;
    }

    .tab-title1 a {
        padding: 60px 40px;
    }

    .tab-title1 a img {
        width: 160px;
    }

    .contact {
        padding: 120px 0 160px 0;
    }

    .contact .cont {
        padding: 0 100px;
    }

    .contact .item-form input {
        line-height: 60px;
        font-size: 20px;
    }

    .contact .item-form i {
        font-size: 24px;
        top: 10px;
    }

    .contact button {
        font-size: 24px;
        line-height: 70px;
        height: 70px;
    }

    .contact .right img {
        width: 200px;
    }

    .contact .right .lx {
        margin-top: 20px;
    }

    .contact .right .lx h4 {
        font-size: 40px;
        line-height: 40px;
    }

    .contact .right .lx .add {
        font-size: 17px;
    }

    .attract .cont {
        margin-top: 60px;
        padding: 120px 0 160px 0;
    }

    .attract .cont .container {
        background: url(../images/art-left.png) left top 68px no-repeat, url(../images/art-right.png) no-repeat right top 68px;
        background-size: auto 52%;
    }

    .attract .item img {
        width: 120px;
    }

    .attract .item .world h4 {
        font-size: 24px;
    }

    .attract .item .world p {
        font-size: 16px;
        line-height: 24px;
    }

    .attract .item .line {
        width: 35px;
    }

    .attract .item {
        width: 210px;
    }

    .attract .item i {
        width: 60px;
        height: 15px;
        top: 55px;
    }
}

/* ----------------------------1367------------------------- */
@media (max-width: 1367px) {
    .advantage .item {
        padding: 50px 0;
    }

    .advantage .item img {
        width: 100px;
    }

    .advantage .item h4 {
        font-size: 18px;
        margin-top: 10px;
    }

    .tab-title {
        padding: 30px 0;
    }

    .tab-cont1 .right h3 {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 45px;
    }

    .tab-cont1 .right .top h4 {
        font-size: 24px;
        line-height: 22px;
    }

    .tab-cont1 .right p, .tab-cont1 .right .top .time, .tab-cont1 .right .item a {
        font-size: 16px;
        line-height: 24px;
    }

    .tab-cont1 .right .circle {
        width: 18px;
        height: 18px;
        top: 2px;
    }

    .tab-cont1 .right .circle i {
        font-size: 12px;
        line-height: 12px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

/* ----------------------------1200------------------------- */
@media (max-width: 1200px) {
    .banner {
        margin-top: 50px;
    }

    .advantage .item {
        padding: 30px 0;
    }

    .advantage .item img {
        width: 80px;
    }

    .advantage .item h4 {
        font-size: 14px;
    }

    .homeStyle {
        padding: 80px 0 160px 0;
    }

    .homeStyle .cont {
        margin-top: 40px;
    }

    .tab-title .item {
        line-height: 51px;
        font-size: 18px;
    }

    .tab-title .current p {
        background: url(../images/nav-line1.png) no-repeat bottom 5px left;
        background-size: 45% auto;
    }

    .tab-cont .world {
        width: 600px;
        bottom: -100px;
        padding: 30px;
    }

    .tab-cont .world p {
        font-size: 16px;
        line-height: 28px;
    }

    .charact {
        padding-top: 80px;
    }

    .charact .cont {
        padding: 120px 0;
    }

    .charact .container {
        width: 735px;
    }

    .charact .title {
        margin-bottom: 40px;
    }

    .charact .cont .item {
        width: 220px;
        height: 220px;
    }

    .charact .cont .z-border {
        width: 160px;
        height: 160px;
    }

    .charact .cont .z-world {
        line-height: 24px;
        font-size: 20px;
    }

    .charact .cont .z-world img {
        margin-bottom: 10px;
    }

    .charact .cont .item:nth-child(5) {
        margin: 0 12px;
    }

    .charact .cont .item:nth-child(6), .charact .cont .item:nth-child(7), .charact .cont .item:nth-child(8) {
        margin: 0 12px;
        margin-top: -90px;
    }

    .char-eg {
        margin-top: 40px;
    }

    .charact .cont .item:nth-child(4) {
        margin-left: 130px;
        margin-top: -90px;
    }

    .charact .cont .item:nth-child(5) {
        margin-top: -90px;
    }

    .news {
        padding: 80px 0 50px 0;
    }

    .news .tab-cont1 {
        margin-top: 40px;
    }

    .tab-cont1 .right {
        padding-top: 35px;
    }

    .tab-cont1 .right .top {
        margin-bottom: 20px;
    }

    .tab-cont1 .right h3 {
        margin-bottom: 25px;
    }

    .tab-title1 .item-til {
        width: 120px;
        margin-right: 30px;
    }

    .tab-title1 {
        padding: 30px 200px 30px 60px;
    }

    .tab-title1 a {
        padding: 51px 40px;
    }

    .contact {
        padding: 80px 0 120px 0;
    }

    .attract {
        padding-top: 80px;
        margin-bottom: 50px;
    }

    .attract .cont {
        margin-top: 40px;
        padding: 120px 0;
    }

    .attract .item {
        width: 150px;
    }

    .attract .item .world h4 {
        font-size: 20px;
    }

    .attract .item .world p {
        font-size: 14px;
    }
}

/* ----------------------------992------------------------- */
@media (max-width: 992px) {
    .advantage {
        flex-flow: wrap;
    }

    .advantage .item {
        width: 50%;
        border: 1px solid #e9e9e9;
    }

    .advantage .item:nth-child(1), .advantage .item:nth-child(2) {
        border-bottom: 0;
    }

    .advantage .item:nth-child(2n) {
        border-right: 0;
        border-left: 0;
    }

    .homeStyle .cont {
        flex-flow: wrap;
        padding-right: 0;
    }

    .tab-title {
        width: 100%;
        display: flex;
        justify-content: space-evenly;
    }

    .tab-cont {
        width: 100%;
    }

    .tab-cont .world {
        right: 0;
        width: 50%;
    }

    .tab-cont .swiper-button-next1 {
        right: 0px;
    }

    .tab-cont .swiper-button-prev1 {
        right: 60px;
    }

    .tab-cont1 .left, .tab-cont1 .right {
        width: 100%;
        padding: 30px;
    }

    .tab-cont1 .left {
        padding: 30px 30px 0 30px;
    }

    .tab-cont1 .right .item .time {
        right: 0;
    }

    .tab-cont1 .right .item a {
        padding-right: 100px;
    }

    .tab-title1 {
        padding: 30px;
        margin-top: 30px;
    }

    .tab-title1 .item-til {
        width: 25%;
        margin: 0 10px;
    }

    .tab-title1 a {
        display: none;
    }

    .btn-news {
        width: 100%;
        font-size: 18px;
        text-align: center;
        color: #FF0037;
        line-height: 70px;
        text-transform: uppercase;
        font-weight: 300;
        background: #fff;
        margin-top: 30px;
        display: block;
    }

    .contact .cont {
        padding: 0;
        justify-content: space-evenly;
    }

    .contact .cont .left {
        padding: 0 50px;
    }

    .contact .item-form input {
        line-height: 60px;
        height: 60px;
        font-size: 16px;
    }

    .contact .item-form {
        margin-bottom: 20px;
    }

    .contact .item-form i {
        font-size: 22px;
        top: 12px;
    }

    .contact button {
        font-size: 20px;
        width: 200px;
        line-height: 60px;
        height: 60px;
    }

    .contact .right img {
        width: 160px;
    }

    .contact .right .ewm h4 {
        font-size: 20px;
    }

    .contact .right .lx h4 {
        font-size: 30px;
    }

    .contact .right .lx .add {
        font-size: 14px;
    }

    .attract .cont .container {
        background: url(../images/art-left.png) left 60px top 68px no-repeat, url(../images/art-right.png) no-repeat right 60px top 68px;
        background-size: auto 52%;
    }

    .attract .cont {
        padding: 65px 0;
    }

    .attract .cont .container {
        background: none;
        padding: 0 30px;
        display: flex;
        flex-flow: wrap;
    }

    .attract .item {
        width: calc(50% - 30px) !important;
        margin: 15px !important;
        float: initial;
        padding: 15px;
        border: 1px solid rgba(255, 255, 255, 0.2);
    }

    .attract .item i {
        display: none;
    }

    .attract .item span {
        font-family: "FuturaMedium";
        color: #fff;
        font-size: 100px;
        line-height: 40px;
        display: inline-block;
        margin-top: 15px;
        opacity: 0.1;
        position: absolute;
        top: 150px;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .black-bg {
        display: none;
    }
}

/* ----------------------------767------------------------- */
@media (max-width: 767px) {
    .advantage .item {
        padding: 20px;
    }

    .advantage .item h4 {
        line-height: 18px;
        margin-top: 0;
    }

    .banner .swiper-button-next, .banner .swiper-button-prev {
        width: 30px;
        height: 20px;
        margin-top: -10px;
    }

    .banner .swiper-button-next {
        right: 0;
    }

    .banner .swiper-button-prev {
        left: 0;
    }

    .homeStyle {
        padding: 50px 0 150px 0;
    }

    .homeStyle .cont {
        margin-top: 20px;
    }

    .tab-title {
        flex-flow: wrap;
        padding: 0;
        justify-content: space-between;
    }

    .tab-title .item p {
        font-size: 16px;
        text-align: center;
        width: 100%;
    }

    .tab-title .item {
        line-height: 36px;
        border: 1px solid #f5f5f5;
        width: 25%;
    }

    .tab-title .item:nth-child(5), .tab-title .item:nth-child(6), .tab-title .item:nth-child(7) {
        width: 33.33%;
    }

    .tab-title .current p {
        background: #FF0037;
        color: #fff;
    }

    .tab-cont .world {
        width: 80%;
        padding: 20px;
    }

    .tab-cont .world h4 {
        font-size: 20px;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .tab-cont .world p {
        font-size: 14px;
        line-height: 20px;
    }

    .tab-cont .swiper-button-next1, .tab-cont .swiper-button-prev1 {
        display: none;
    }

    .charact {
        padding-top: 50px;
    }

    .charact .title {
        margin-bottom: 20px;
    }

    .charact .cont {
        padding: 50px 0;
    }

    .charact .container {
        width: 100%;
        display: flex;
        flex-flow: wrap;
        justify-content: center;
        align-items: center;
    }

    .charact .cont .item {
        width: 45%;
        height: auto;
        margin: 5px !important;
        border: 1px solid rgba(255, 255, 255, 0.3);
        padding: 15px;
        float: initial;
    }

    .charact .cont .z-border {
        display: none;
    }

    .charact .cont .z-world {
        font-size: 15px;
        line-height: 20px;
        margin: 0;
    }

    .char-eg {
        width: 80%;
        margin-top: 20px;
    }

    .news {
        padding: 50px 0;
    }

    .news .tab-cont1 {
        margin-top: 20px;
    }

    .news .cont {
        padding: 0;
    }

    .tab-cont1 .left {
        padding: 15px;
    }

    .tab-cont1 .right {
        padding: 15px;
    }

    .tab-cont1 .right .top {
        padding-left: 30px;
    }

    .tab-cont1 .right .top h4 {
        font-size: 20px;
    }

    .tab-cont1 .right .item a {
        padding-right: 0;
    }

    .tab-cont1 .right .item .time {
        position: initial;

    }

    .tab-title1 {
        margin-top: 30px;
        padding: 15px;
        display: flex;
        flex-flow: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .tab-title1 .item-til {
        font-size: 18px;
        line-height: 50px;
        height: 50px;
        width: 50%;
        margin: 0;
        border: 2px solid #fff;
    }

    .btn-news {
        line-height: 40px;
        border: 1px solid #FF0037;
        color: #FF0037;
        background: none;
        width: 60%;
        margin: 30px auto 0 auto;
    }

    .contact {
        padding: 50px 0;
    }

    .contact .cont {
        flex-flow: wrap-reverse;
    }

    .contact .cont .left, .contact .cont .right {
        width: 100%;
        padding: 0 15px;
    }

    .contact .item-form input {
        line-height: 50px;
        height: 50px;
        border-radius: 5px;
    }

    .contact .item-form i {
        font-size: 18px;
        top: 10px;
    }

    .contact button {
        border-radius: 5px;
        width: 100%;
        letter-spacing: 0;
        font-size: 18px;
        line-height: 50px;
    }

    .contact .right .ewm h4 {
        font-size: 18px;
    }

    .contact .right .lx {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .contact .right .lx h4 {
        line-height: 40px;
    }

    .attract {
        padding-top: 50px;
    }

    .attract .cont .container {
        padding: 0px 10px;
    }

    .attract .cont {
        margin-top: 20px;
        padding: 40px 0;
    }

    .attract .item {
        width: calc(50% - 10px) !important;
        margin: 5px !important;
    }

    .attract .item img {
        width: 100px;
    }

    .attract .item .world h4 {
        font-size: 18px;
    }

    .attract .item .world p {
        line-height: 20px;
        font-size: 13px;
    }

    .attract .item span {
        font-size: 80px;
        top: 130px;
    }

    .tab-cont1 .right h3 {
        font-size: 20px;
    }
}

/* ----------------------------340------------------------- */
@media (max-width: 340px) {
    .advantage .item img {
        width: 60px;
    }

    .advantage .item h4 {
        font-size: 13px;
    }

    .tab-title .item p {
        font-size: 14px;
    }

    .tab-cont1 .right .top h4 {
        font-size: 18px;
    }

    .tab-cont1 .right {
        padding: 20px;
    }

    .tab-cont1 .right p, .tab-cont1 .right .top .time, .tab-cont1 .right .item a {
        font-size: 14px;
    }

    .tab-title1 .item-til {
        font-size: 16px;
    }

    .btn-news {
        font-size: 16px;
    }

    .contact .right .ewm h4 {
        font-size: 16px;
    }

    .contact .item-form input {
        line-height: 40px;
        height: 40px;
        font-size: 14px;
        padding: 0 40px 0 10px
    }

    .contact .item-form i {
        top: 5px;
        right: 10px;
    }

    .contact button {
        line-height: 50px;
        height: 50px;
        font-size: 16px;
    }

    .attract .item {
        width: 100% !important;
    }
}