/* 大熊科技 -- 百世功坊  --  内页模块  ---  样式表 */

/* TIME:2020-12-08 | author: Hefengyu */

/* --案例赏析-- */
.case {
    padding-top: 60px;
    background: #f3f3f3;
}

.two-nav {
    padding: 0px 30px;
}

.two-nav .group {
    background: #fff;
    padding: 20px;
}

.two-nav a {
    display: inline-block;
    font-size: 21px;
    color: #898989;
    margin: 0 30px;
}

.two-nav .active {
    color: #666;
}

.case .til {
    margin-top: 30px;
    padding: 0 30px;
}

.case .til h4 {
    font-size: 21px;
    color: #221815;
}

.case .til h4 span {
    font-size: 16px;
    color: #646464;
    text-transform: uppercase;
    display: inline-block;
    margin-left: 10px;
}

.case .group-case {
    display: flex;
    flex-flow: wrap;
}

.case .group-case .item {
    width: 50%;
}

.case .group-case .item a {
    margin: 0 30px 60px 30px;
    display: flex;
    justify-content: space-between;
    background: #fff;
}

.case .group-case .item .pic {
    width: 50%;
    overflow: hidden;
}

.case .group-case .item .pic img {
    height: 100%;
    width: 100%;
}

.case .group-case .item .world {
    width: 50%;
    padding: 30px 30px 90px 30px;
    position: relative;
}

.case .item h4 {
    font-size: 24px;
    color: #282828;
    margin-bottom: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.case .item p {
    font-size: 18px;
    line-height: 28px;
    color: #777777;
    font-weight: 300;
}

.case .item .btn {
    border: 1px solid #e9e9e9;
    color: #888;
    line-height: 40px;
    width: 100px;
    text-align: center;
    position: absolute;
    left: 30px;
    bottom: 40px;
}

.case .item:hover h4 {
    color: #d03335;
}

.case .tilNews {
    padding: 0 30px;
    margin-top: 30px;
}

.case .tilNews h4 {
    font-size: 24px;
    color: #282828;
    line-height: 26px;
    padding-left: 20px;
    background: url(../images/line-01.png) no-repeat left center;
}

.case .tilNews a {
    font-size: 16px;
    color: #646464;
    float: right;
    text-transform: uppercase;
}

.case .groupNews {
    display: flex;
    justify-content: flex-start;
    padding: 30px 0 100px 0;
    flex-wrap: wrap;
}

.case .groupNews .item {
    width: 33.33%;
    overflow: hidden;
    margin-bottom: 60px;
}

.case .groupNews .item a {
    margin: 0 30px;
    display: block;
    position: relative
}

.case .groupNews .item img {
    width: 100%;
    display: block;
}

.case .groupNews .item h4 {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 21px;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    line-height: 50px;
    text-align: center;
    margin-bottom: 0;
}

.case .groupNews .item:hover img {
    transform: scale(1.05);
    transition: all ease 0.5s;
}

.case .groupNews .item:hover h4 {
    background: #ff0037;
    transition: all ease 0.3s;
}

.case .til2 {
    text-align: center;
}

.case .til2 h4 {
    font-size: 48px;
    color: #282828;
    margin-bottom: 40px;
}

.case-list {
    padding-bottom: 60px;
}

.banner-caseshow {
    position: relative;
}

.banner-caseshow .case-bg {
    width: 100%;
    display: block;
}

.banner-caseshow .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner-caseshow .cont {
    background: #fff;
    padding: 50px 50px 50px 200px;
    display: flex;
}

.banner-caseshow .cont .left, .banner-caseshow .cont .right {
    width: 50%;
}

.banner-caseshow .cont .left {
    padding-right: 30px;
}

.banner-caseshow .cont .left img {
    width: 100%;
    display: block;
}

.banner-caseshow .cont .left a {
    position: absolute;
    top: 10px;
    left: -40px;
    width: 80px;
    line-height: 80px;
    background: #ff0037;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    display: block;
    color: #fff;
}

.banner-caseshow .cont .right {
    padding-left: 30px;
}

.banner-caseshow .right h4 {
    font-size: 32px;
    color: #333;
    font-weight: 300;
}

.banner-caseshow .right h6 {
    font-size: 18px;
    color: #333;
    font-weight: 300;
    line-height: 50px;
    background: url(../images/case-show08.png) no-repeat left center;
    background-size: cover;
    padding-left: 15px;
    margin: 20px 0 50px 0;
}

.banner-caseshow .right p {
    font-size: 16px;
    line-height: 30px;
    color: #333;
    font-weight: 300;
}

.title-caseshow {
    text-align: center;
    padding: 50px 0 30px 0;
}

.title-caseshow h4 {
    font-size: 38px;
    color: #333;
}

.title-caseshow p {
    font-size: 24px;
    color: #646464;
    font-weight: 300;
}

.case-show {
    background: #f5f5f5;
    padding-bottom: 80px;
}

.case-show .top-world {
    background: #c8c8c8;
    padding: 20px 35px;
    border: 20px solid #fff;
    font-weight: 300;
    font-size: 18px;
    color: #333;
    line-height: 30px;
}

.case-show .cont-img img {
    display: block;
    max-width: 100%;
    margin-bottom: 20px;
}

.case-form {
    margin-top: 75px;
}

.case-form .til-form h4 {
    font-size: 24px;
    font-weight: bold;
    color: #282828;
    margin-bottom: 5px;
}

.case-form .til-form h4 span {
    color: #FF0037;
}

.case-form .til-form .line {
    width: 30px;
    height: 1px;
    background: #FF0037;
}

.case-form .group {
    background: #fff;
    padding: 50px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.case-form .item {
    width: 49%;
    border: 1px solid #e9e9e9;
    height: 60px;
    line-height: 60px;
    margin-bottom: 25px;
    font-size: 18px;
    position: relative;
    display: flex;
    overflow: hidden;
}

.case-form .item label {
    width: 28%;
    border-right: 1px solid #e9e9e9;
    height: 60px;
    line-height: 60px;
    padding-left: 40px;
    color: #999;
}

.case-form .item input {
    display: block;
    border: 0;
    height: 60px;
    line-height: 60px;
    width: 72%;
    font-size: 18px;
    padding: 0 60px 0 30px;
}

.case-form .item i {
    position: absolute;
    right: 15px;
    top: 0px;
    font-size: 22px;
    color: #aaa;
}

.item-textarea {
    width: 100%;
    position: relative;
}

.item-textarea textarea {
    border: 1px solid #e9e9e9;
    font-size: 18px;
    color: #000;
    font-family: "microsoft yahei";
    display: block;
    width: 100%;
    height: 160px;
    padding: 20px 40px;
    color: #666;
}

.case-form .item-textarea i {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 22px;
    color: #ccc;
}

.case-form .btn {
    text-align: center;
    margin-top: 30px;
    width: 100%;
}

.case-form .btn button {
    font-size: 18px;
    color: #333;
    line-height: 60px;
    width: 260px;
    border-radius: 30px;
    margin: 0 15px;
    border: 1px solid #e9e9e9;
    display: inline-block;
}

.case-form .btn i {
    font-size: 20px;
    color: #ccc;
    display: inline-block;
    margin-left: 15px;
    line-height: 60px;
}

.case-form .btn button:hover {
    background: #FF0037;
    color: #fff;
    border: 0;
    transition: all ease 0.4s;
}

.case-form .btn button:hover i {
    color: #fff;
}


/* --新闻模块-- */
.news {
    background: #f3f3f3;
    padding: 80px 0;
}

.two-nav1 a {
    display: inline-block;
    border-right: 1px solid #e9e9e9;
    margin: 0;
    padding: 0 36px;
}

.two-nav1 .active {
    background: #ff0037;
    color: #fff;
}

.two-nav1 a:last-child {
    border: 0;
}

.news .cont {
    margin-top: 60px;
}

.news .item:nth-child(2n-1) {
    background: #fff;
}

.news .item .group {
    padding: 50px 30px;
    display: flex;
    align-items: center;
}

.news .item .world {
    width: 60%;
}

.news .item .picture {
    width: 40%;
}

.news .world .time {
    font-size: 18px;
    color: #aaabab;
}

.news .world h4 {
    font-size: 28px;
    color: #595757;
    margin: 25px 0;
}

.news .world p {
    font-size: 20px;
    line-height: 28px;
    color: #aaabab;
}

.news .world .liulan {
    font-size: 16px;
    color: #aaabab;
    margin-top: 25px;
}

.news .world .liulan i {
    font-size: 16px;
    display: inline-block;
    margin-right: 5px;
}

.news .item .picture img {
    width: 100%;
    display: block;
}

.news .item:nth-child(2n-1) .world {
    padding-right: 300px;
}

.news .item:nth-child(2n) .world {
    padding-left: 200px;
    padding-right: 100px;
}

.news .item:hover .world h4 {
    color: #FF0037;
}

.news .item:hover .picture img {
    transform: scale(1.05);
    transition: all ease 0.5s;
}

.ym {
    text-align: center;
    margin-top: 50px;
}

.ym a {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 30px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #999;
    color: #666;
    margin: 0 5px;
}

.ym a i {
    font-size: 30px;
    line-height: 60px;
    display: inline-block;
}

.ym a:nth-child(1) {
    background: #c8c8c8;
    border: 0;
}

.ym a:nth-child(1) i {
    transform: rotate(180deg);
    color: #fff;
}

.ym a:hover {
    background: #FF0037;
    border: 0;
    color: #fff;
    transition: all ease 0.4s;
}

.news-show {
    background: #f5f5f5;
    padding: 80px 0;
}

.news-show .cont {
    background: #fff;
    padding: 50px;
}

.news-show .top h4 {
    font-size: 28px;
    color: #282828;
    line-height: 40px;
}

.news-show .top .message {
    font-size: 14px;
    color: #999;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.news-show .top .message span {
    display: inline-block;
    margin-right: 20px;
}

.news-show .center {
    overflow: hidden;
    font-size: 16px;
    line-height: 32px;
    color: #666;
}

.news-show .center img {
    max-width: 100%;
    display: block;
    margin: 10px auto;
}

.news-show .bottom {
    background: #f4f4f4;
    position: relative;
    margin-top: 50px;
    padding: 15px 80px 15px 15px;
    height: 80px;
}

.news-show .bottom a {
    display: block;
    font-size: 15px;
    color: #888;
}

.news-show .bottom .btn {
    width: 80px;
    height: 80px;
    background: #FF0037;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
}

.news-show .bottom .btn h4 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 24px;
}


/* --产品模块-- */
.product {
    background: #f3f3f3;
    padding: 80px 0 40px 0;
}

.product .til {
    margin-top: 30px;
    padding: 0 30px;
}

.product .til h4 {
    font-size: 21px;
    color: #221815;
    border-bottom: 5px solid #999999;
}

.product .til h4 span {
    font-size: 16px;
    color: #646464;
    text-transform: uppercase;
    display: inline-block;
    margin-left: 10px;
}

.product .group-product {
    display: flex;
    flex-flow: wrap;
    padding: 0 25px;
}

.product .group-product .item {
    width: 33.33%;
}

.product .group-product .item a {
    display: block;
    margin: 0 5px;
    padding-top: 5px;
    overflow: hidden;
}

.product .group-product .item img {
    width: 100%;
    display: block;
}

.product .group-product h4 {
    font-size: 26px;
    color: #666;
    font-weight: 300;
    line-height: 50px;
    text-align: center;
    padding-top: 5px;
}

.product .group-product .item:hover img {
    transform: scale(1.05);
    transition: all ease 0.5s;
}

.product .group-product .item:hover h4 {
    color: #FF0037;
}

.product .bom {
    display: flex;
    margin-top: 80px;
    padding: 0 30px;
}

.product .bom .item {
    display: flex;
    width: 25%;
    align-items: center;
    padding: 0 60px;
}

.product .bom .item img {
    display: block;
    margin-right: 20px;
}

.product .bom .item h4 {
    font-size: 18px;
    color: #333;
    line-height: 20px;
}

.product .bom .item p {
    font-size: 16px;
    color: #888;
}


.product-show .index {
    line-height: 70px;
    background: #f4f4f4;
    font-size: 18px;
    font-weight: 400;
    color: #999;
}

.product-show .index a {
    color: #221815;
    background: url(../images/icon-proshow1.png) no-repeat right center;
    padding: 0 30px 0 20px;
}

.product-show .index a:last-child {
    background: none;
    padding-right: 0;
}

.product-show .index a:first-child {
    padding-left: 0;
    color: #999;
}

.product-show .index a:hover {
    color: #FF0037;
}

.product-show .top {
    width: 1200px;
    margin: 60px auto 40px auto;
    display: flex;
}

.product-show .top .left {
    width: 50%;
}

.product-show .top .left img {
    width: 100%;
    display: block;
}

.product-show .top .right {
    width: 50%;
    padding-left: 60px;
}

.product-show .top .right h4 {
    font-size: 24px;
    color: #221815;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e9e9e9;
}

.product-show .top .right h6 {
    font-size: 16px;
    color: #282828;
    line-height: 30px;
}

.product-show .top .right h6:nth-child(3) {
    padding-bottom: 30px;
    border-bottom: 1px solid #e9e9e9;
}

.product-show .top .right a {
    width: 100px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: #c4261d;
    display: block;
    margin: 30px 0;
}

.product-show .top .right p {
    font-size: 16px;
    color: #282828;
    line-height: 30px;
}

.product-show .group-img img {
    display: block;
    margin: 0 auto;
    display: block;
    max-width: 100%;
}

.product-div {
    padding: 0 30px;
    margin-top: 25px;
    position: relative;
    margin-bottom: 50px;
}


.product-div .swiper-slide {
    display: flex;
}

.product-div .swiper-slide img {
    width: 100%;
}

.product-div .swiper-button-next, .product-div .swiper-button-prev {
    background: #ff0037;
    width: 120px;
    height: 80px;
    position: absolute;
    top: 50%;
    z-index: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
}

.product-div .swiper-button-next {
    top: auto;
    bottom: 0;
    right: calc((50% - 120px));
    transform: translateY(50%);
}

.product-div .swiper-button-prev {
    top: auto;
    bottom: 0;
    left: calc((50% - 120px));
    transform: translateY(50%);
}

/* --遇见百世-- */
.two-nav-about {
    text-align: center;
    padding: 30px 0;
}

.two-nav-about a {
    font-size: 18px;
    color: #282828;
    display: inline-block;
    padding: 0 32px 0 30px;
    background: url(../images/line-02.png) no-repeat right center;
}

.two-nav-about a:last-child {
    background: none;
}

.two-nav-about a:hover {
    color: #FF0037;
}

.two-nav-about .active {
    color: #FF0037;
}

.about .group1 {
    background: url(../images/about-01.jpg) no-repeat center;
    background-size: cover;
    padding: 120px 0 50px 0;
    overflow: hidden;
}

.about .group1 .top {
    text-align: center;
    width: 1200px;
    margin: 0 auto 130px auto;
}

.about .group1 .top h4 {
    font-size: 60px;
    color: #282828;
}

.about .group1 .top p {
    font-size: 24px;
    line-height: 36px;
    color: #646464;
}

.about .group1 .item {
    width: 25%;
    float: left;
    padding: 50px 0;
    text-align: center;
    position: relative;
    border-right: 1px solid #e9e9e9;
    background: url(../images/line-03.png) no-repeat center left, #fff;
}

.about .group1 .item.first {
    background: #fff;
}

.about .group1 .item h4 {
    font-size: 48px;
    color: #282828;
    font-family: "FuturaMedium";
}

.about .group1 .item p {
    font-size: 28px;
    color: #646464;
}

.about .group1 .item i {
    position: absolute;
    right: 0;
    top: 0;
}

.about .group2 .item {
    display: flex;
}

.about .group2 .item:nth-child(2n) {
    flex-flow: row-reverse;
}

.about .group2 .item .picture {
    width: 47%;
}

.about .group2 .item .picture img {
    width: 100%;
    display: block;
}

.about .group2 .item .world {
    width: 53%;
    padding: 60px 200px 60px 120px;
}

.about .group2 .item:nth-child(2n) .world {
    padding: 60px 120px 60px 200px;
}

.about .group2 .item h4 {
    font-size: 36px;
    line-height: 45px;
    color: #282828;
}

.about .group2 .item h6 {
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    background: #FF0037;
    width: 290px;
    margin: 15px 0 35px 0;
}

.about .group2 .item p {
    font-size: 18px;
    color: #282828;
    line-height: 32px;
    font-weight: 300;
}

.about .group3 {
    background: #f3f3f3;
    padding: 80px 0;
}

.about .group3 .title {
    margin-bottom: 60px;
}

.about .group3 .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.about .group3 .item .world, .about .group3 .item img {
    width: 45%;
}

.about .group3 .item:nth-child(2n) {
    flex-flow: row-reverse;
}

.about .group3 .item:nth-child(2n-1) .world {
    text-align: right;
}

.about .group3 .item .num {
    font-size: 100px;
    line-height: 100px;
    color: #FF0037;
    margin-bottom: 10px;
    font-family: "FuturaMedium";
}

.about .group3 .item h4 {
    font-size: 28px;
    line-height: 36px;
    color: #646464;
    width: 70%;
}

.about .group3 .item:nth-child(2n-1) .world h4 {
    float: right;
}

.about .group3 .item .world i {
    display: block;
    background: url(../images/line-04.png) no-repeat center;
    background-size: auto 100%;
    width: 17px;
    height: 345px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
}

.about .group4 {
    background: url(../images/honor-bg.jpg) no-repeat center;
    background-size: cover;
    padding: 60px 0;
}

.about .container-big {
    width: 1500px;
    margin: 0 auto;
}

.about .group4 .title {
    margin-bottom: 60px;
}

.about .group4 .swiper-slide span {
    display: block;
    background: #fff;
    margin: 0 5px;
    cursor: pointer;
}

.about .group4 .swiper-slide span img {
    width: 100%;
    display: block;
    padding: 50px;
}

.about .group4 .swiper-slide h4 {
    line-height: 70px;
    font-size: 20px;
    text-align: center;
    border-top: 1px solid #e9e9e9;
    color: #666;
}

.about .group4 .swiper-slide:hover h4 {
    color: #FF0037;
}

.about .group4 .arrow-pos {
    position: relative;
}

.about .group4 .swiper-button-next, .about .group4 .swiper-button-prev {
    width: 60px;
    height: 180px;
    top: 50%;
    margin-top: 0;
    transform: translate(0, -50%);
}

.about .group4 .swiper-button-next {
    right: -55px;
}

.about .group4 .swiper-button-prev {
    left: -55px;
}

.news-index {
    background: #f5f5f5;
    padding: 60px 0 50px 0;
}

.news-index .cont {
    padding: 0 36px;
}

.news-index .tab-cont1 {
    margin-top: 60px;
}

.news-index .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;
}

.about .group6 {
    padding-top: 80px;
    background: #f5f5f5;
}

.about .group6 .container-big {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.about .group6 .container-big .item {
    background: #fff;
    padding: 30px;
    text-align: center;
    width: calc(100% / 6 - 20px);
}

.about .group6 .container-big .item img {
    display: block;
    margin: 0 auto 20px auto;
}

.about .group6 .container-big .item:hover {
    box-shadow: 0px 10px 10px #ddd;
    transition: all ease 0.5s;
}

.about .group6 .container-big .item:hover img {
    transform: rotate(360deg);
    transition: all ease 0.5s;
}

.about .group6 .container-big .item h6 {
    font-size: 20px;
    color: #888;
}

.about .group6 .container-big .item h4 {
    font-size: 22px;
    line-height: 24px;
    color: #333;
}

.about .group6 .bom {
    margin-top: 50px;
    position: relative;
    background: #fff;
    padding-bottom: 200px;
}

.about .group6 .bom img {
    width: 100%;
    display: block;
}

.about .group6 .bom .container-big1 {
    background: url(../images/about-05.png) no-repeat center;
    background-size: cover;
    text-align: center;
    padding: 50px 220px;
    position: absolute;
    top: 300px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 1500px;
}

.about .group6 .bom .container-big1 h4 {
    font-size: 48px;
    color: #282828;
    letter-spacing: 5px;
    width: 100%;
    margin-bottom: 20px;
}

.about .group6 .bom .container-big1 p {
    font-size: 21px;
    color: #666;
    font-weight: 300;
    display: block;
    width: 100%;
}

/* --招商加盟-- */
.attract .group1-act {
    background: #f3f3f3;
    padding: 80px 0;
}

.attract .group1-act .container {
    display: flex;
    margin-top: 50px;
}

.attract .group1-act .item {
    width: 25%;
    text-align: center;
    padding: 0 60px;
}

.attract .group1-act .item img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.attract .group1-act .item h4 {
    font-size: 20px;
    color: #282828;
    font-weight: 300;
    margin: 30px auto 10px auto;
}

.attract .group1-act .item p {
    font-size: 14px;
    line-height: 20px;
    color: #282828;
    font-weight: 300;
}

.attract .group1-act .item:hover img {
    transform: rotate(360deg);
    transition: all ease 0.5s;
}

.attract .group1-act .item:hover h4 {
    color: #FF0037;
}

.attract-index {
    padding-top: 110px;
}

.attract-index .cont {
    margin-top: 60px;
    background: url(../images/attract-bg.jpg) no-repeat center;
    background-size: cover;
    padding: 200px 0 240px 0;
}

.attract-index .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-index .item {
    width: 260px;
    float: left;
    margin: 5px 10px 0 10px;
    position: relative;
}

.attract-index .item img {
    display: block;
    margin: 0 auto;
}

.attract-index .item .world {
    text-align: center;
}

.attract-index .item .world h4 {
    font-size: 27px;
    color: #ff5f6c;
}

.attract-index .item .line {
    width: 50px;
    height: 1px;
    background: #ff5f6c;
    margin: 10px auto;
}

.attract-index .item .world p {
    font-size: 20px;
    color: #fff;
    line-height: 30px;
}

.attract-index .item:nth-child(1) {
    margin-left: 140px;
}

.attract-index .item:nth-child(5) {
    margin-right: 140px;
}

.attract-index .item:nth-child(5), .attract-index .item:nth-child(6), .attract-index .item:nth-child(7), .attract-index .item:nth-child(8) {
    float: right;
}

.attract-index .item i {
    display: block;
    width: 71px;
    height: 21px;
    background: url(../images/art-jiantou.png) no-repeat center;
    position: absolute;
    top: 75px;
    right: -40px;
}

.attract-index .item:nth-child(4) i, .attract-index .item:nth-child(8) i {
    display: none;
}

.attract-index .item:nth-child(5) i, .attract-index .item:nth-child(6) i, .attract-index .item:nth-child(7) i {
    right: initial;
    left: -40px;
    background: url(../images/art-jiantou1.png) no-repeat center;
}

.attract-index .item:hover img {
    transform: rotate(90deg);
    transition: all ease 0.5s;
}

.group4-act {
    padding: 80px 0 20px 0;
}

.group4-act .container {
    overflow: hidden;
    background: url(../images/line-05.png) no-repeat center;
}

.group4-act .item {
    text-align: center;
    width: 25%;
    float: left;
    margin: 60px 0;
}

.group4-act .item h4 {
    font-size: 24px;
    color: #282828;
}

.group4-act .item:nth-child(5) {
    margin-left: 160px;
}

.group4-act .item:nth-child(6) {
    margin-left: 15px;
}

.group4-act .item:nth-child(7) {
    margin-left: 10px;
}

.group4-act .item:hover h4 {
    color: #FF0037;
}

.group4-act .item:hover img {
    transform: rotate(360deg);
    transition: all ease 0.5s;
}

.group5-act {
    background: #f4f4f4;
    padding: 80px 0 350px 0;
    margin-bottom: 500px;
}

.group5-act .container {
    position: relative;
}

.group5-act .maps {
    position: relative;
    margin-top: 60px;
}

.group5-act .maps img {
    display: block;
    max-width: 100%;
}

.group5-act .world {
    position: absolute;
    top: 50%;
    right: 10%;
    padding-left: 60px;
}

.group5-act .world .tel {
    width: 50px;
    line-height: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background: #FF0037;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.group5-act .world .tel i {
    font-size: 28px;
}

.group5-act .world h4 {
    font-size: 18px;
    line-height: 24px;
    color: #282828;
}

.group5-act .world p {
    font-family: "FuturaMedium";
    color: #282828;
    font-size: 30px;
    line-height: 36px;
}

.group5-act .bom {
    background: #fff;
    padding: 60px;
    box-shadow: 0 20px 20px #ddd;
    position: absolute;
    bottom: -700px;
    left: 0;
}

.group5-act .bom img {
    width: 100%;
    display: block;
}

.group5-act .textBom {
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    color: #000000;
    margin-top: 40px;
}


/* ----------------------------1680------------------------- */
@media (max-width: 1680px) {
    .banner-caseshow .cont .left {
        padding-right: 0;
    }

    .banner-caseshow .cont .left img {
        width: 80%;
    }

    .banner-caseshow .cont .right {
        padding-left: 0;
    }

    .about .group6 .bom {
        padding-bottom: 300px;
    }

    .container-big {
        width: 1400px !important;
    }

    .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) {
    .product-div .swiper-button-prev {
        left: calc((50% - 90px));
    }

    .product-div .swiper-button-next {
        right: calc((50% - 90px));
    }

    .product-div .swiper-button-next, .product-div .swiper-button-prev {
        width: 90px;
        height: 60px;
    }

    .case .item h4 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .case .item p {
        font-size: 16px;
        line-height: 24px;
    }

    .banner-caseshow .cont .left img {
        width: 70%;
    }

    .about .group1 .top h4 {
        font-size: 48px;
    }

    .about .group1 .item p {
        font-size: 24px;
    }

    .about .group2 .item, .attract .group2-act .item {
        margin: 60px 0;
    }

    .about .group2 .item .world, .attract .group2-act .item .world {
        padding: 0px 60px;
    }

    .about .group2 .item:nth-child(2n) .world, .attract .group2-act .item:nth-child(2n) .world {
        padding: 0 60px;
    }

    .about .group2 .item p, .attract .group2-act .item p {
        font-size: 16px;
    }

    .container-big {
        width: 1200px !important;
    }

    .about .group3 .item .num {
        font-size: 80px;
    }

    .about .group3 .item h4 {
        font-size: 24px;
    }

    .news-index .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;
    }

    .about .group6 .bom .container-big1 {
        width: 1200px;
        padding: 60px 100px;
    }

    .about .group6 .bom .container-big1 h4 {
        font-size: 40px;
        line-height: 40px;
    }

    .about .group6 .bom .container-big1 p {
        font-size: 16px;
    }

    .attract-index .cont {
        margin-top: 60px;
        padding: 120px 0 160px 0;
    }

    .attract-index .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-index .item img {
        width: 120px;
    }

    .attract-index .item .world h4 {
        font-size: 24px;
    }

    .attract-index .item .world p {
        font-size: 16px;
        line-height: 24px;
    }

    .attract-index .item .line {
        width: 35px;
    }

    .attract-index .item {
        width: 210px;
    }

    .attract-index .item i {
        width: 60px;
        height: 15px;
        top: 55px;
    }

}


/* ----------------------------1367------------------------- */
@media (max-width: 1367px) {
    .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%);
    }

    .group5-act .world {
        right: 5%;
    }
}

/* ----------------------------1200------------------------- */
@media (max-width: 1200px) {
    .case .groupNews .item h4 {
        font-size: 16px;
    }

    .case .item p {
        font-size: 14px;
    }

    .banner-caseshow {
        margin-top: 50px;
    }

    /* .case-form{
		margin-bottom: 50px;
	}
	.news{
		margin-bottom: 50px;
	} */
    .news .item:nth-child(2n-1) .world {
        padding-right: 100px;
    }

    .news .item:nth-child(2n) .world {
        padding-right: 0;
        padding-left: 100px;
    }

    .ym a {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 18px;
    }

    .ym a i {
        line-height: 50px;
        font-size: 20px;
    }

    /* .news-show{
		margin-bottom: 50px;
	}
	.product{
		margin-bottom: 50px;
	} */
    .product .group-product h4 {
        font-size: 22px;
    }

    .product .bom .item {
        padding: 0;
    }

    .product-show {
        margin-top: 50px;
        /* margin-bottom: 50px; */
    }

    .product-show .top {
        width: 100%;
    }

    .about .group1 .top {
        width: 100%;
        padding: 0 30px;
    }

    .about .group1 .top p {
        font-size: 20px;
    }

    .about .group1 .item h4 {
        font-size: 40px;
        line-height: 40px;
    }

    .about .group1 .item p {
        font-size: 20px;
    }

    .about .group3 .item .num {
        font-size: 60px;
        line-height: 70px;
    }

    .about .group3 .item h4 {
        font-size: 20px;
    }

    .about .group3 .item .world i {
        height: 238px;
    }

    .about .container-big {
        width: 970px !important;
    }

    .about .group4 .swiper-slide span img {
        padding: 40px;
    }

    .about .group4 .swiper-slide h4 {
        font-size: 18px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .about .group4 .swiper-button-next, .about .group4 .swiper-button-prev {
        width: 40px;
        height: 120px;
    }

    .about .group4 .swiper-button-next img, .about .group4 .swiper-button-prev img {
        width: 100%;
    }

    .about .group4 .swiper-button-next {
        right: 5px;
    }

    .about .group4 .swiper-button-prev {
        left: 5px;
    }

    .news-index {
        padding: 80px 0 50px 0;
    }

    .news-index .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;
    }

    .about .group6 .container-big {
        flex-flow: wrap;
    }

    .about .group6 .container-big .item {
        width: calc(33.33% - 20px);
        margin: 10px;
    }

    .about .group6 .bom {
        padding-bottom: 0;
        /* margin-bottom: 50px; */
    }

    .about .group6 .bom .container-big1 {
        width: 100%;
        position: initial;
        left: 0;
        top: 0;
        transform: translate(0, 0);
        margin: 0 auto;
        background: rgb(255, 247, 239);
    }

    .attract-index {
        padding-top: 80px;
    }

    .attract-index .cont {
        margin-top: 40px;
        padding: 120px 0;
    }

    .attract-index .item {
        width: 150px;
    }

    .attract-index .item .world h4 {
        font-size: 20px;
    }

    .attract-index .item .world p {
        font-size: 14px;
    }

    .attract .group1-act .item {
        padding: 0 30px;
    }

    .group4-act .item h4 {
        font-size: 16px;
    }

    .group5-act .maps {
        text-align: center;
    }

    .group5-act .world {
        position: relative;
        display: inline-block;
        margin-top: 30px;
    }

    .group5-act {
        padding-bottom: 250px;
    }

    .group5-act .bom {
        bottom: -600px;
    }

    .group5-act .world .text {
        text-align: left;
    }

    .case-show {
        padding-bottom: 30px;
    }
}

/* ----------------------------992------------------------- */
@media (max-width: 992px) {
    .case .group-case .item a {
        flex-flow: wrap;
    }

    .case .group-case .item .pic, .case .group-case .item .world {
        width: 100%;
    }

    .case .group-case .item .pic img {
        width: 100%;
        height: auto;
    }

    .two-nav a {
        margin: 0 10px;
        font-size: 18px;
    }

    .banner-caseshow .container {
        position: initial;
        top: 0;
        left: 0;
        transform: translate(0, 0);
    }

    .banner-caseshow .cont {
        flex-flow: wrap;
    }

    .banner-caseshow .cont .left a {
        left: 40px;
        top: 50px;
    }

    .banner-caseshow .right h6 {
        margin: 20px 0;
    }

    .case-show .cont-img {
        padding: 0 15px;
    }

    .case-show .top-world {
        margin-bottom: 15px;
    }

    .case-form {
        margin: 50px 0;
    }

    .til-form {
        padding: 0 15px;
    }

    .case-form .group {
        padding: 30px 15px;
    }

    .two-nav .group {
        padding: 15px 0;
        display: flex;
        flex-flow: wrap;
    }

    .two-nav1 a {
        width: 50%;
        border: 1px solid #f3f3f3 !important;
        background: #fff;
        margin: 0;
        padding: 0;
        line-height: 50px;
        text-align: center;
    }

    .news .world h4 {
        line-height: 36px;
    }

    .news-show {
        padding: 80px 15px;
    }

    .product .bom {
        flex-flow: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .product .bom .item {
        width: 49%;
        margin: 10px 0;
        border: 1px solid #e3e3e3;
        padding: 15px;
    }

    .product-show .index {
        line-height: 30px;
        font-size: 14px;
        padding: 15px;
    }

    .product-show .index a {
        background-size: auto 40%;
        padding: 0 10px 0 5px;
    }

    .about .container-big {
        width: 750px !important;
        padding: 0 10px;
    }

    .about .group1 .item {
        width: 50%;
        background: #fff;
        border-bottom: 1px solid #e9e9e9;
    }

    .about .group2 .item, .attract .group2-act .item {
        flex-flow: wrap;
        margin: 0;
        padding: 40px 40px 0 40px;
    }

    .about .group2 .item:nth-child(2n), .attract .group2-act .item:nth-child(2n) {
        flex-flow: wrap;
        margin: 0;
        padding: 0 40px 40px 40px;
    }

    .about .group2 .item .picture, .about .group2 .item .world, .attract .group2-act .item .picture, .attract .group2-act .item .world {
        width: 100%;
    }

    .about .group2 .item .world, .attract .group2-act .item .world {
        padding: 40px 0;
    }

    .about .group2 .item:nth-child(2n) .world, .attract .group2-act .item:nth-child(2n) .world {
        padding: 40px 0 0 0;
    }

    .about .group3 .container {
        padding: 0 30px;
    }

    .about .group3 .item .num {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 0;
    }

    .about .group3 .item h4 {
        width: 80%;
        line-height: 28px;
        font-size: 16px;
    }

    .about .group3 .item .world i {
        height: 175px;
    }

    .about .group4 .swiper-button-next, .about .group4 .swiper-button-prev {
        display: none;
    }

    .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;
    }

    .about .group1 {
        padding: 50px 0;
    }

    .about .group1 .top {
        margin-bottom: 50px;
    }

    .about .group3 .title, .about .group4 .title {
        margin-bottom: 40px;
    }

    .news-index {
        padding: 50px 0;
    }

    .about .group6 {
        padding-top: 0;
    }

    .about .group6 .container-big {
        margin-top: 40px;
    }

    .attract-index .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-index .cont {
        padding: 65px 0;
    }

    .attract-index .cont .container {
        background: none;
        padding: 0 30px;
        display: flex;
        flex-flow: wrap;
    }

    .attract-index .item {
        width: calc(50% - 30px) !important;
        margin: 15px !important;
        float: initial;
        padding: 15px;
        border: 1px solid rgba(255, 255, 255, 0.2);
    }

    .attract-index .item i {
        display: none;
    }

    .attract-index .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);
    }

    .group5-act .container {
        padding: 0 30px;
    }

    .group5-act .bom {
        width: 90%;
        left: 5%;
        padding: 40px;
        box-shadow: 0 10px 10px #ddd;
        bottom: -550px;
    }

    .group5-act {
        padding-bottom: 180px;
    }
}

/* ----------------------------767------------------------- */
@media (max-width: 767px) {
    .case {
        padding-top: 40px;
    }

    .two-nav {
        padding: 0 14px;
    }

    .two-nav .group {
        display: flex;
        flex-flow: wrap;
        padding: 0;
    }

    .two-nav a {
        font-size: 15px;
        width: 25%;
        margin: 0;
        background: #fff;
        border: 1px solid #f5f5f5;
        text-align: center;
        line-height: 30px;
    }

    .two-nav .active {
        background: #FF0037;
        color: #fff;
    }

    .two-nav a:nth-child(5), .two-nav a:nth-child(6), .two-nav a:nth-child(7) {
        width: 33.33%;
    }

    .case .til {
        padding: 0 15px;
        margin-top: 20px;
    }

    .case .til h4 {
        font-size: 20px;
    }

    .case .til h4 span {
        font-size: 14px;
    }

    .case .group-case {
        padding: 0 10px;
    }

    .case .group-case .item {
        width: 100%;
        flex-flow: wrap;
    }

    .case .group-case .item a {
        margin: 5px;
    }

    .case .group-case .item .world {
        padding: 15px;
    }

    .case .group-case .item .pic img {
        display: block;
    }

    .case .item h4 {
        font-size: 20px;
    }

    .case .item .btn {
        position: initial;
        margin-top: 15px;
        margin-bottom: 5px;
    }

    .case .tilNews {
        padding: 0 15px;
        margin-top: 30px;
    }

    .case .tilNews h4 {
        font-size: 20px;
        padding-left: 15px;
        background-size: auto 70%;
    }

    .case .tilNews a {
        font-size: 14px;
    }

    .case .groupNews {
        flex-flow: wrap;
        padding: 10px 0 70px 0;
    }

    .case .groupNews .item {
        width: 100%;
        margin: 10px 0;
    }

    .case .groupNews .item a {
        margin: 0 15px;
    }

    .case .til2 h4 {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .banner-caseshow .cont {
        padding: 30px 15px;
    }

    .banner-caseshow .cont .left, .banner-caseshow .cont .right {
        width: 100%;
    }

    .banner-caseshow .cont .left img {
        width: 90%;
    }

    .banner-caseshow .cont .left a {
        left: initial;
        right: 15px;
    }

    .banner-caseshow .cont .right {
        margin-top: 20px;
    }

    .banner-caseshow .right h4 {
        font-size: 24px;
    }

    .banner-caseshow .right h6 {
        margin: 10px 0;
        font-size: 15px;
    }

    .banner-caseshow .right p {
        font-size: 14px;
        line-height: 24px;
    }

    .title-caseshow {
        padding: 30px 15px;
    }

    .title-caseshow h4 {
        font-size: 24px;
    }

    .title-caseshow p {
        font-size: 14px;
        line-height: 28px;
    }

    .case-show {
        padding-bottom: 50px;
    }

    .case-show .top-world {
        font-size: 14px;
        line-height: 28px;
        padding: 15px;
        border: 15px solid #fff;
    }

    .banner-caseshow .cont .left a {
        font-size: 14px;
    }

    .case-form {
        margin: 30px 0;
    }

    .case-form .til-form h4 {
        font-size: 20px;
    }

    .case-form .item {
        width: 100%;
        line-height: 50px;
        height: 50px;
        font-size: 15px;
        margin-bottom: 15px;
    }

    .case-form .item label {
        line-height: 50px;
        height: 50px;
        padding-left: 15px;
    }

    .case-form .item input {
        line-height: 50px;
        height: 50px;
        font-size: 15px;
        padding-left: 15px;
    }

    .case-form .item i {
        font-size: 18px;
    }

    .item-textarea textarea {
        font-size: 15px;
        padding: 15px;
    }

    .case-form .btn {
        display: flex;
        justify-content: space-between;
    }

    .case-form .btn button {
        width: 48%;
        margin: 0;
        border-radius: 0;
        font-size: 15px;
    }

    .case-form .btn i {
        font-size: 15px;
        margin-left: 5px;
    }

    .two-nav1 a {
        width: 50%;
        line-height: 40px;
    }

    .news {
        padding: 40px 0;
    }

    .news .cont {
        margin-top: 20px;
    }

    .news .item .group {
        padding: 15px;
        flex-flow: wrap;
    }

    .news .item:nth-child(2n-1) .group {
        flex-flow: wrap-reverse;
    }

    .news .item:nth-child(2n-1) .world {
        padding: 0;
        width: 100%;
        margin-top: 20px;
    }

    .news .item:nth-child(2n) .world {
        padding: 0;
        width: 100%;
        margin-top: 20px;
    }

    .news .item .picture {
        width: 100%;
    }

    .news .world .time {
        font-size: 14px;
    }

    .news .world h4 {
        font-size: 24px;
        margin: 10px 0;
    }

    .news .world p {
        font-size: 14px;
        line-height: 24px;
    }

    .news .world .liulan {
        margin-top: 10px;
        font-size: 14px;
    }

    .ym {
        margin-top: 20px;
    }

    .ym a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 5px;
        font-size: 14px;
    }

    .ym a i {
        line-height: 40px;
        font-size: 14px;
    }

    .news-show {
        padding: 40px 15px;
    }

    .news-show .cont {
        padding: 15px;
    }

    .news-show .top h4 {
        font-size: 24px;
    }

    .news-show .top .message {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .news-show .center {
        font-size: 14px;
        line-height: 28px;
    }

    .news-show .bottom {
        margin-top: 20px;
    }

    .news-show .bottom a {
        font-size: 14px;
    }

    .product {
        padding: 40px 0;
    }

    .product .two-nav a {
        width: 33.33%;
    }

    .product .two-nav a:nth-child(4), .product .two-nav a:nth-child(5) {
        width: 50%;
    }

    .product .til {
        margin-top: 20px;
        padding: 0 15px;
    }

    .product-div {
        padding: 0 15px;
    }

    .product .til h4 {
        font-size: 20px;
        border-bottom: 3px solid #999;
    }

    .product .til h4 span {
        font-size: 15px;
    }

    .product .group-product {
        padding: 0 10px;
    }

    .product .group-product h4 {
        font-size: 14px;
        line-height: 30px;
    }

    .product .bom {
        padding: 0 10px;
        margin-top: 25px;
    }

    .product .bom .item {
        flex-flow: wrap;
        width: calc(50% - 10px);
        margin: 5px;
    }

    .product .bom .item img {
        margin: 0 auto 10px auto;
        display: block;
        width: 30%;
    }

    .product .bom .item .world {
        width: 100%;
        text-align: center;
    }

    .product .bom .item h4 {
        font-size: 16px;
    }

    .product .bom .item p {
        font-size: 14px;
    }

    .product-show .top {
        margin: 40px 0 20px 0;
        flex-flow: wrap;
        padding: 0 15px;
    }

    .product-show .top .left, .product-show .top .right {
        width: 100%;
        padding: 0;
    }

    .product-show .top .right h4 {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 10px;
        font-size: 24px;
        line-height: 32px;
    }

    .product-show .top .right h6 {
        font-size: 14px;
        line-height: 28px;
    }

    .product-show .top .right h6:nth-child(3) {
        padding-bottom: 10px;
    }

    .product-show .top .right a {
        margin: 10px 0;
        font-size: 14px;
    }

    .product-show .top .right p {
        font-size: 14px;
    }

    .product-show .group-img {
        padding: 0 15px;
    }

    .two-nav-about {
        display: flex;
        flex-flow: wrap;
        padding: 30px 14px;
    }

    .two-nav-about a {
        background: #f5f5f5 !important;
        width: 33.33%;
        margin: 0;
        border: 1px solid #fff;
        padding: 0;
        font-size: 15px;
        line-height: 40px;
    }

    .two-nav-about .active {
        background: #FF0037 !important;
        color: #fff;
    }

    .two-nav-about a:nth-child(4), .two-nav-about a:nth-child(5) {
        width: 50%;
    }

    .two-nav-about a:hover {
        background: #FF0037 !important;
        color: #fff;
    }

    .about .group1 {
        padding: 40px 0;
    }

    .about .group1 .top {
        margin-bottom: 30px;
        padding: 0 15px;
    }

    .about .group1 .top h4 {
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .about .group1 .top p {
        font-size: 14px;
        line-height: 24px;
    }

    .about .group1 .item p {
        font-size: 14px;
        line-height: 20px;
        margin-top: 5px;
    }

    .about .group1 .item {
        padding: 20px 10px;
    }

    .about .group1 .item h4 {
        font-size: 30px;
        line-height: 30px;
    }

    .about .group2 .item, .attract .group2-act .item {
        padding: 40px 15px 0 15px;
    }

    .about .group2 .item .world, .attract .group2-act .item .world {
        padding: 20px 0 30px 0;
    }

    .about .group2 .item h4, .attract .group2-act .item h4 {
        font-size: 24px;
        line-height: 36px;
    }

    .about .group2 .item h6, .attract .group2-act .item h6 {
        margin: 15px 0;
    }

    .about .group2 .item p, .attract .group2-act .item p {
        font-size: 14px;
        line-height: 28px;
    }

    .about .group2 .item:nth-child(2n), .attract .group2-act .item:nth-child(2n) {
        padding: 0 15px 40px 15px;
    }

    .about .group2 .item:nth-child(2n) .world, .attract .group2-act .item:nth-child(2n) .world {
        padding: 20px 0 0px 0;
    }

    .about .group3 {
        padding: 40px 0;
    }

    .about .group3 .container {
        padding: 0 15px;
    }

    .about .group3 .title, .about .group4 .title {
        margin-bottom: 20px;
    }

    .about .group3 .item {
        padding: 10px 0;
    }

    .about .group3 .item .num {
        font-size: 40px;
        line-height: 40px;
    }

    .about .group3 .item h4 {
        width: 90%;
        font-size: 14px;
        line-height: 20px;
    }

    .about .group3 .item .world i {
        width: 8px;
        height: 100%;
    }

    .about .container-big {
        width: 100% !important;
    }

    .about .group4 {
        padding: 40px 0;
    }

    .about .group4 .swiper-slide span img {
        padding: 15px;
    }

    .about .group4 .swiper-slide h4 {
        font-size: 14px;
        line-height: 50px;
    }

    .news-index {
        padding: 40px 0;
    }

    .news-index .tab-cont1 {
        margin-top: 20px;
    }

    .news-index .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;
    }

    .about .group6 .container-big {
        margin-top: 20px;
    }

    .about .group6 .container-big .item {
        width: calc(50% - 10px);
        margin: 5px;
        padding: 20px 15px;
    }

    .about .group6 .container-big .item h6 {
        font-size: 14px;
    }

    .about .group6 .container-big .item h4 {
        font-size: 18px;
    }

    .about .group6 .container-big .item img {
        margin-bottom: 10px;
    }

    .about .group6 .bom {
        margin-top: 35px;
    }

    .about .group6 .bom .container-big1 {
        padding: 40px 15px 35px 15px;
        text-align: left;
    }

    .about .group6 .bom .container-big1 h4 {
        font-size: 24px;
        line-height: 24px;
        text-align: center;
    }

    .about .group6 .bom .container-big1 p {
        font-size: 14px;
        line-height: 28px;
    }

    .attract-index {
        padding-top: 0px;
    }

    .attract-index .cont .container {
        padding: 0px 10px;
    }

    .attract-index .cont {
        margin-top: 20px;
        padding: 40px 0;
    }

    .attract-index .item {
        width: calc(50% - 10px) !important;
        margin: 5px !important;
    }

    .attract-index .item img {
        width: 100px;
    }

    .attract-index .item .world h4 {
        font-size: 18px;
    }

    .attract-index .item .world p {
        line-height: 20px;
        font-size: 13px;
    }

    .attract-index .item span {
        font-size: 80px;
        top: 130px;
    }

    .attract .group1-act {
        padding: 40px 0;
    }

    .attract .group1-act .container {
        margin-top: 20px;
        flex-flow: wrap;
    }

    .attract .group1-act .item {
        width: 50%;
        border-right: 1px solid #e9e9e9;
        border-bottom: 1px solid #e9e9e9;
        padding: 15px;
    }

    .attract .group1-act .item:nth-child(2n) {
        border-right: 0;
    }

    .attract .group1-act .item:nth-child(3), .attract .group1-act .item:nth-child(4) {
        border-bottom: 0;
    }

    .attract .group1-act .item img {
        width: 40%;
    }

    .attract .group1-act .item h4 {
        margin: 10px auto 5px auto;
        font-size: 18px;
    }

    .attract .group1-act .item p {
        font-size: 14px;
    }

    .group4-act {
        padding-top: 0;
        padding-bottom: 50px;
    }

    .group4-act .container {
        background: none;
        padding: 25px 15px 0 15px;
    }

    .group4-act .item {
        border: 1px solid #e9e9e9;
        padding: 15px;
        margin: 0 !important;
    }

    .group5-act {
        padding: 40px 0;
        margin-bottom: 50px;
    }

    .group5-act .container {
        padding: 0 15px;
    }

    .group5-act .maps {
        margin-top: 25px;
    }

    .group5-act .bom {
        width: 100%;
        position: initial;
        left: 0;
        bottom: 0;
        box-shadow: none;
        background: none;
        padding: 25px 0 0 0;
        overflow: hidden;
        display: flex;
        flex-flow: wrap;
        justify-content: center;
    }

    .group5-act .textBom {
        font-size: 16px;
        line-height: 30px;
        text-align: left;
    }

    .group5-act .bom img {
        width: auto;
        height: 100px;
    }

    .group4-act .container {
        display: flex;
        flex-flow: wrap;
    }

    .group4-act .item {
        width: 50%;
        border-bottom: 0;
    }

    .group4-act .item:nth-child(1) {
        order: 1;
    }

    .group4-act .item:nth-child(2) {
        order: 3;
    }

    .group4-act .item:nth-child(3) {
        order: 5;
    }

    .group4-act .item:nth-child(4) {
        order: 7;
        width: 100%;
        border-bottom: 1px solid #e9e9e9;
    }

    .group4-act .item:nth-child(5) {
        order: 2;
        border-left: 0;
    }

    .group4-act .item:nth-child(6) {
        order: 4;
        border-left: 0;
    }

    .group4-act .item:nth-child(7) {
        order: 6;
        border-left: 0;
    }
    .product-div .swiper-button-prev {
        left: calc((50% - 60px));
    }

    .product-div .swiper-button-next {
        right: calc((50% - 60px));
    }

    .product-div .swiper-button-next, .product-div .swiper-button-prev {
        width: 60px;
        height: 45px;
    }

    .product-div .swiper-button-next img, .product-div .swiper-button-prev img{
        width: 60%;
    }
}

/* ----------------------------385------------------------- */
@media (max-width: 385px) {
    .product .group-product .item {
        width: 50%;
    }
}

/* ----------------------------340------------------------- */
@media (max-width: 340px) {
    .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;
    }

    .attract-index .item {
        width: 100% !important;
    }

    .attract .group1-act .item {
        width: 100%;
        border: 1px solid #e9e9e9 !important;
        margin: 5px 0;
    }

    .attract .group1-act .item img {
        width: 30%;
    }

    .attract .group1-act .container {
        padding: 0 15px;
    }

    .group4-act .item h4 {
        font-size: 14px;
    }

    .group5-act .world h4 {
        font-size: 15px;
    }

    .group5-act .world p {
        font-size: 24px;
    }

    .group5-act .textBom {
        font-size: 15px;
        margin-top: 20px;
    }
}