main {
    width: 100%;
}

.title {
    width: 1400px;
    height: 130px;
    line-height: 130px;
    font-size: 24px;
    position: relative;
    font-weight: bold;
}


    /*.case_title:after{*/
    /*content: '';*/
    /*width: 70px;*/
    /*height: 1px;*/
    /*background-color: #000000;*/
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 110px;*/
    /*}*/

    .title .icon {
        width: 40px;
        height: 30px;
        margin-top: 47px;
        float: left;
    }

main .major {
    width: 100%;
}

.title .icon {
    background: url(../img/major.png) center center / cover;
}

main .major .major-content {
    width: 100%;
}

    main .major .major-content ul li {
        width: 450px;
        height: 200px;
        background: #eaeaea;
        border-radius: 4px;
        padding: 40px 40px 0;
        float: left;
        margin-right: 25px;
        margin-bottom: 20px;
        transition: 0.33s;
        box-sizing: border-box;
    }

        main .major .major-content ul li a {
            display: block;
            transition: 0.5s;
        }

.major-content-title {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 20px;
}

    .major-content-title img {
        float: right;
        width: 25px;
        height: 25px;
        vertical-align: middle;
    }

main .major .major-content ul li .content {
    font-size: 16px;
    line-height: 32px;
}


main .major .major-content ul li:nth-child(3),
main .major .major-content ul li:nth-child(6) {
    margin-right: 0;
}

main .major .major-content ul li:nth-child(4),
main .major .major-content ul li:nth-child(5),
main .major .major-content ul li:nth-child(6) {
    margin-bottom: 0;
}


main .major .major-content ul li:hover {
    border-bottom: 5px solid #dd062a;
}

    main .major .major-content ul li:hover .major-content-title {
        color: #dd062a;
    }

    main .major .major-content ul li:hover .more {
        background: url(../img/more-2.png);
    }

main .major .major-content ul li:nth-child(1):hover .title-box .icon {
    background: url(../img/major1.png);
}

main .major .major-content ul li:nth-child(2):hover .title-box .icon {
    background: url(../img/major2.png);
}

main .major .major-content ul li:nth-child(3):hover .title-box .icon {
    background: url(../img/major3.png);
}

main .major .major-content ul li:nth-child(4):hover .title-box .icon {
    background: url(../img/major4.png);
}

main .major .major-content ul li:nth-child(5):hover .title-box .icon {
    background: url(../img/major5.png);
}

main .major .major-content ul li:nth-child(6):hover .title-box .icon {
    background: url(../img/major6.png);
}

.phone {
    width: 100%;
    display: none;
    height: 175px;
    overflow: hidden;
}

    .phone .swiper-container3 {
        width: 100%;
        height: 100%;
    }

        .phone .swiper-container3 .swiper-slide {
            width: 90%;
            background: #eaeaea;
            border-radius: 4px;
        }

            .phone .swiper-container3 .swiper-slide a {
                display: block;
            }

                .phone .swiper-container3 .swiper-slide a .title-box {
                    margin: 25px 0 0 16px;
                }

                    .phone .swiper-container3 .swiper-slide a .title-box .icon {
                        width: 40px;
                        height: 40px;
                        background: #333;
                        float: left;
                    }

                        .phone .swiper-container3 .swiper-slide a .title-box .icon:nth-child(1) {
                            background: url(../img/major-1.png) center center / cover;
                        }

                        .phone .swiper-container3 .swiper-slide a .title-box .icon:nth-child(2) {
                            background: url(../img/major-2.png) center center / cover;
                        }

                        .phone .swiper-container3 .swiper-slide a .title-box .icon:nth-child(3) {
                            background: url(../img/major-3.png) center center / cover;
                            width: 43px;
                        }

                        .phone .swiper-container3 .swiper-slide a .title-box .icon:nth-child(4) {
                            background: url(../img/major-4.png) center center / cover;
                            width: 62px;
                            height: 54px;
                        }

                        .phone .swiper-container3 .swiper-slide a .title-box .icon:nth-child(5) {
                            background: url(../img/major-5.png) center center / cover;
                            width: 55px;
                            height: 50px;
                        }

                        .phone .swiper-container3 .swiper-slide a .title-box .icon:nth-child(6) {
                            background: url(../img/major-6.png) center center / cover;
                            width: 59px;
                            height: 60px;
                        }

                    .phone .swiper-container3 .swiper-slide a .title-box .more {
                        width: 24px;
                        height: 24px;
                        background-image: url(../img/more-1.png);
                        float: right;
                        margin: 20px 68px 0 0;
                    }

                .phone .swiper-container3 .swiper-slide a p {
                    font-size: 13px;
                    /*margin: 15px 0 0 15px;*/
                }

                .phone .swiper-container3 .swiper-slide a span {
                    font-size: 12px;
                    margin: 17px 15px 0;
                }

main .container .case {
    width: 100%;
}

.title .icon {
    background: url(../img/case.png) center center / cover;
}

main .container .case .list ul li:first-child {
    margin-top: 0;
}

main .container .case .list ul li {
    width: 100%;
    height: 155px;
    margin-top: 20px;
    transition: 0.33s;
    padding-top: 10px;
    box-sizing: border-box;
}

    main .container .case .list ul li a {
        width: 100%;
        height: 100%;
        outline: none;
        display: block;
        overflow: hidden;
    }

    main .container .case .list ul li .img {
        width: 16%;
        height: 135px;
        float: left;
        overflow: hidden;
        transition: all 0.33s;
    }

    main .container .case .list ul li .words {
        width: 80%;
        margin-left: 30px;
        float: left;
        transition: margin-left 0.33s;
    }

        main .container .case .list ul li .words .title {
            font-size: 18px;
            line-height: 33px;
            height: 1%;
            word-break: normal;
	    word-wrap:break-word;
	    overflow:hidden;
	    width:100%;
        }

        main .container .case .list ul li .words .content {
            font-size: 16px;
            color: #666666;
        }

    main .container .case .list ul li:hover {
        /*color: #dd062a;
        cursor: pointer;*/
        /*box-shadow: 2px 5px 5px rgba(0,0,0,0.11);
        transform: translateY(-1px)*/
    }

        main .container .case .list ul li:hover .img {
        }

        main .container .case .list ul li:hover p {
            /*color: #dd062a;*/
        }
.hoverRed:hover a {
    color: #dd062a !important;
}
.hoverRed:hover span {
    color: #dd062a !important;
}

        main .container .case .list ul li:hover .words {
        }

main .container .case .list .list_more {
    display: block;
}

main .container .case .list .list_more {
    display: none;
}

main .container .case .see-more {
    width: 160px;
    height: 46px;
    border-radius: 4px;
    background: #b1975a;
    margin: 40px auto 0;
    text-align: center;
    line-height: 46px;
}

    main .container .case .see-more a {
        color: #fff;
    }

main .contact {
    width: 100%;
    height: 190px;
    /*background-color: #fdfdfd;*/
    margin: 45px auto 0;
    display: flex;
    justify-content: center;
    padding: 30px 0;
    overflow: hidden;
    box-sizing: border-box;
}

.contact_container {
    width: 1400px;
    max-width: 1400px;
    height: 130px;
    /*margin: 0 auto;*/
}

main .contact .logo2 {
    margin-top: 30px;
    width: 180px;
    height: 45px;
}

main .contact .banner2 {
    width: 870px;
    height: 150px;
    display: block;
    float: right;
    overflow: hidden;
}

    main .contact .banner2 .swiper-container2 {
        width: 100%;
        height: 100%;
        position: relative;
    }

        main .contact .banner2 .swiper-container2 .swiper-slide {
            width: 24%;
            text-align: center;
        }

            main .contact .banner2 .swiper-container2 .swiper-slide .logo {
                width: 87px;
                height: 87px;
                margin: 0px auto 10px;
            }



        main .contact .banner2 .swiper-container2 .swiper-button-prev,
        main .contact .banner2 .swiper-container2 .swiper-button-next {
            width: 30px;
            height: 56px;
            background: #eee;
            top: 35%;
            text-align: center;
            line-height: 56px;
            color: #000000;
            font-size: 20px;
        }

main .contact .contact-info {
    width: 357px;
    float: right;
    margin-top: -326px;
}

    main .contact .contact-info #map {
        width: 357px;
        height: 208px;
        border: #ccc solid 1px;
        font-size: 12px;
    }

    main .contact .contact-info .info {
        width: 100%;
    }

        main .contact .contact-info .info p {
            font-size: 16px;
            line-height: 32px;
            text-align: right;
        }

.address {
    width: 100%;
    height: 175px;
    background-color: #eaeaea;
}

.address_container {
    width: 1400px;
    height: 175px;
    margin: 0 auto;
}
.address_container ul{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
    .address_container li {
        width: 25%;
        height: 175px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

        .address_container li h3 {
            margin-bottom: 10px;
            line-height: 20px;
            font-size: 18px;
        }

        .address_container li p {
            margin-bottom: 10px;
        }

        .address_container li i {
            font-size: 22px;
            line-height: 22px;
            margin-right: 5px;
            position: relative;
            top: 2px;
        }

main .contact .banner2 .swiper-container2 .swiper-button-prev:hover {
    color: #dd062a;
}

main .contact .banner2 .swiper-container2 .swiper-button-next:hover {
    color: #dd062a;
}

.list_more:hover {
    color: #dd062a;
}
