menu .container ul li {
    margin-left: 47px;
}

.c1 p {
    font-size: 14px;
    color: #666666;
    line-height: 2.4em;
    margin-bottom: 0;
    text-indent: 2em;
    text-align: justify;
}

.c1 p span {
    font-size: 28px;
    color: #ffe300;
    margin-top: 40px;
    display: inline-block;
    text-align: justify;
}

.c1 .c1_t {
    margin-bottom: 30px;
}

.c1 .c1_t p {
    text-indent: 0px;
}

.c1 .c1_yellow {
    height: 276px;
    background: #fffce5;
    padding: 40px 20px 0;
}

.c1 .c1_yellow h6 {
    margin: 0;
    margin-bottom: 7px;
    font-size: 16px;
    color: #111111;
}

.c2 {
    background: #f6f6f6;
}

.c2 .swiper1 {
    position: relative;
}

.c2 .swiper-button-next1, .c2 .swiper-button-prev1 {
    background: url(../images/11.png) no-repeat;
    background-size: 100% 100%;
    outline: none;
    position: absolute;
    top: 50%;
}

.c2 .swiper-container1 {
    position: relative;
    margin: 0 4%;
}

.c2 .swiper-container1::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 1px;
    background: #ffe300;
}

.c2 .swiper-container1 .swiper-slide {
    background: url(../images/12.png) no-repeat;
    background-position: center center;
}

.c2 .swiper-container1 .swiper-slide .c2_r {
    height: 410px;
}

.c2 .swiper-container1 .swiper-slide .c2_r .c2_main .top {
    padding: 25px 35px;
    background: #ffffff;
    font-size: 14px;
    color: #999;
    line-height: 2.3em;
}

.c2 .swiper-container1 .swiper-slide .c2_r .c2_main .bottom {
    height: 40px;
    line-height: 40px;
    background: #ffe300;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.c2 .swiper-container1 .swiper-slide:nth-of-type(2n-1) .c2_r {
    transform: rotate(180deg);
}

.c2 .swiper-container1 .swiper-slide:nth-of-type(2n-1) .c2_r .c2_main {
    transform: rotate(180deg);
}

.c2 .swiper-button-next1 {
    transform: rotate(180deg);
}

.c3 .swiper-container2 .swiper-slide::after {
    content: "";
    clear: both;
    display: block;
}

.c3 .swiper-container2 .swiper-slide .c3_img {
    width: 50%;
    float: left;
}

.c3 .swiper-container2 .swiper-slide .c3_yellow {
    width: 50%;
    float: left;
    height: 400px;
    background: #fffce5;
    margin-top: 38px;
    padding: 75px 55px 0;
}

.c3 .swiper-container2 .swiper-slide .c3_yellow h5 {
    font-size: 28px;
    color: #000000;
    margin: 0;
    margin-bottom: 35px;
}

.c3 .swiper-container2 .swiper-slide .c3_yellow p {
    font-size: 16px;
    color: #666666;
    margin: 0;
    line-height: 2em;
}

.c3 .swiper2 {
    position: relative;
}

.c3 .swiper2 .swiper-button-next2, .c3 .swiper2 .swiper-button-prev2 {
    position: absolute;
    top: 50%;
    background: url(../images/11.png) no-repeat;
    background-size: 100% 100%;
    outline: none;
}

.c3 .swiper2 .swiper-button-next2 {
    right: -80px;
    transform: rotate(180deg);
}

.c3 .swiper2 .swiper-button-prev2 {
    left: -80px;
}

.c4 p {
    font-size: 14px;
    color: #666666;
    line-height: 2em;
    margin: 0;
    text-indent: 2em;
    text-align: justify;
}

.c5 {
    background: #f6f6f6;
}

.c5 .news_btns {
    text-align: center;
    margin-bottom: 50px;
}

.c5 .news_btns span {
    display: inline-block;
    font-size: 18px;
    color: #333;
    width: 127px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 30px;
    border: 2px solid #ffe300;
    margin: 0 10px;
    transition: 0.2s;
    cursor: pointer;
}

.c5 .news_btns span:hover, .c5 .news_btns span.active {
    background: #ffe300;
    color: #fff;
}

.c5 .row .active {
    display: block !important;
}

.c5 .l_t {
    padding: 40px;
    background: #fff;
}

.c5 .l_t h5 {
    font-size: 24px;
    color: #333;
    margin: 0;
    margin-bottom: 20px;
}

.c5 .l_t p {
    font-size: 14px;
    color: #333333;
    line-height: 2em;
    margin: 0;
}

.c5 .r {
    padding-left: 5%;
    position: relative;
    overflow: hidden;
}

.c5 .r .top_img {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    transition: 0.4s;
}

.c5 .r .l_t {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
    transition: 0.4s;
}

.c5 .r .l_t p {
    margin-bottom: 0;
}

.c5 .r:hover .top_img {
    transform: translateY(0%);
}

.c5 .r:hover .l_t {
    transform: translateY(0%);
}

.c5 .r .date {
    display: inline-block;
    margin-top: 45px;
    padding: 30px 30px 30px 10px;
    border: 3px solid #ffe300;
    border-radius: 10px;
}

.c5 .r .date h5 {
    font-size: 22px;
    color: #666666;
    margin: 0;
    margin-bottom: 12px;
}

.c5 .r .date h6 {
    font-size: 32px;
    color: #222222;
    margin: 0;
}

.c5 .r h4 {
    font-size: 24px;
    color: #333333;
    margin: 60px 0 40px;
}

.c5 .r p {
    font-size: 14px;
    color: #333;
    margin-bottom: 50px;
    line-height: 2em;
}

.c6 ul {
    margin: 0;
    padding: 0;
}

.c6 ul li {
    list-style: none;
}

.c6 ul li .c6_top {
    height: 70px;
    background: #f6f6f6;
    margin-bottom: 2px;
    font-size: 18px;
    color: #333;
    padding: 0 25px;
    line-height: 70px;
}

.c6 ul li .c6_top .jia {
    float: right;
    cursor: pointer;
}

.c6 ul li .c6_bottom {
    overflow: hidden;
    padding: 0px 25px;
    background: #f6f6f6;
    height: 0px;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s;
}

.c6 ul li .c6_bottom h6 {
    margin: 0;
    margin-bottom: 15px;
    font-size: 16px;
    color: #555555;
    font-weight: bold;
}

.c6 ul li .c6_bottom p {
    font-size: 14px;
    color: #555555;
}

.c6 ul li .c6_bottom p:last-of-type {
    margin-bottom: 0;
}

.c6 ul li.active .c6_bottom {
    padding: 40px 25px;
    height: auto;
    margin-bottom: 2px;
    visibility: visible;
    opacity: 1;
}

.c6 .c6_yellow {
    padding: 33px 20px;
    background: #fffce5;
}

.c6 .c6_yellow h6 {
    margin: 0;
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #555555;
    font-weight: bold;
}

.c6 .c6_yellow h6:first-of-type {
    margin-top: 0;
}

.c6 .c6_yellow p {
    font-size: 14px;
    color: #555555;
    margin-bottom: 0px;
    line-height: 1.7em;
}

.tel {
    position: relative;
}

.tel .t {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.tel .t img {
    float: left;
}

.tel .t span {
    font-size: 32px;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 20px;
}

.ta {
    float: right;
    margin-bottom: 30px;
}

.ta a {
    display: inline-block;
    width: 100px;
    height: 32px;
    font-size: 16px;
    color: #333;
    line-height: 30px;
    border: 2px solid #ffe300;
    border-radius: 30px;
    text-align: center;
    margin-left: 10px;
    transition: 0.4s;
}

.ta a:hover, .ta a.active {
    color: #fff;
    background: #ffe300;
}

.news .main .row {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eeeeee;
}

.news .main .row:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
}

.news .main .row:first-of-type {
    padding-top: 0px;
}

.news .img {
    position: relative;
}

.news .img .blue {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(32, 139, 202, 0.9);
}

.news .img .blue span {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    color: #fff;
}

.news .img .blue span n {
    font-size: 16px;
}

.news .news_right h4 {
    font-size: 20px;
    color: #333;
    margin: 30px 0;
    transition: 0.4s;
}

.news .news_right p {
    font-size: 14px;
    color: #888888;
    overflow: hidden;
    margin-bottom: 60px;
    line-height: 1.8em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news .news_right h6 {
    margin: 0;
}

.news .news_right h6 span {
    font-size: 12px;
    color: #333333;
    margin-right: 35px;
}

.news .news_right h6 span:last-of-type {
    margin-right: 0;
}

.news .news_right h6 span img {
    margin-right: 5px;
}

.news .news_right h6 a {
    float: right;
    width: 125px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 2px solid #ffe300;
    border-radius: 40px;
    font-size: 15px;
    color: #666666;
    transition: 0.4s;
}

.news .news_right:hover a {
    background: #ffe300;
    color: #fff;
}

.news .news_right:hover h4 {
    color: #ffe300;
}

.news .news_btns {
    text-align: center;
    margin-top: 60px;
}

.news .news_btns a {
    display: inline-block;
    width: 43px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    background: #f2f2f2;
    font-size: 18px;
    color: #333333;
    transition: 0.4s;
    margin: 0 3px;
}

.news .news_btns a:hover, .news .news_btns a.active {
    background: #ffe300;
    color: #fff;
}

.news_show p img {
    width: 100%;
}

.news_show h2 {
    font-size: 32px;
    color: #333;
    margin-top: 0;
    margin-bottom: 40px;
    text-align: center;
}

.news_show .jj {
    height: 45px;
    line-height: 45px;
    background: #f3f3f3;
    font-size: 16px;
    color: #333;
    text-align: center;
    margin-bottom: 50px;
}

.news_show .jj span {
    display: inline-block;
    margin: 0 20px;
}

.news_show .jj span img {
    margin-right: 5px;
}

.news_show .text {
    padding: 50px 0;
    border-bottom: 1px solid #eeeeee;
}

.news_show .text p {
    margin: 0;
    font-size: 16px;
    color: #666666;
    line-height: 2.1em;
    text-indent: 2em;
}

.news_show h6 {
    padding-top: 50px;
}

.news_show h6 span {
    display: inline-block;
    font-size: 16px;
    color: #555555;
    margin-right: 40px;
}

.news_show h6 span:last-of-type {
    margin-right: 0;
}

.news_show h6 span a {
    color: #555555;
    transition: 0.4s;
}

.news_show h6 span a:hover {
    color: #ffe300;
}

.news_show h6 .back {
    float: right;
    width: 125px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 40px;
    font-size: 15px;
    color: #fff;
    transition: 0.4s;
    background: #ffe300;
}

@media (max-width: 1333px) {
    .c3 .swiper2 .swiper-button-next2 {
        right: 10px;
    }

    .c3 .swiper2 .swiper-button-prev2 {
        left: 10px;
    }
}

@media (max-width: 1199px) {
    menu .container ul li {
        margin-left: 22px;
    }

    .c1 p span {
        margin-top: 0;
    }

    .c3 .swiper-container2 .swiper-slide .c3_yellow {
        height: 393px;
        margin-top: 0px;
    }

    .news .news_right h4 {
        margin: 25px 0;
    }

    .news .news_right p {
        margin-bottom: 34px;
    }
}

@media (max-width: 991px) {
    .c1 p {
        line-height: 2em;
    }

    .c1 p span {
        font-size: 21px;
        text-indent: 0;
    }

    .c1 .c1_t {
        margin: 15px 0;
    }

    .c1 .c1_yellow {
        height: auto;
        padding: 40px 20px;
        margin-top: 30px;
    }

    .c3 .swiper-container2 .swiper-slide .c3_yellow {
        height: 300px;
        padding: 35px;
    }

    .c3 .swiper-container2 .swiper-slide .c3_yellow h5 {
        margin-bottom: 20px;
        font-size: 25px;
    }

    .c5 .r h4 {
        font-size: 24px;
        margin: 30px 0 30px;
    }

    .c5 .r .date {
        margin-top: 0px;
        padding: 20px 20px 20px 10px;
    }

    .news .main .row {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .news .news_right p {
        margin-bottom: 25px;
    }

    .news .news_right h4 {
        margin: 15px 0 15px;
    }

    .news .news_right h6 a {
        float: left;
        margin-top: 15px;
    }

    .news .news_btns {
        margin-top: 30px;
    }

    .news_show h2 {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .news_show .jj {
        height: 35px;
        line-height: 35px;
        font-size: 15px;
        margin-bottom: 35px;
    }

    .news_show .text {
        padding: 35px 0;
    }

    .news_show h6 {
        padding-top: 35px;
    }
}

@media (max-width: 767px) {
    .xiugai1229 {
        padding: 0;
        margin-right: 0 !important;
    }

    .c2 .swiper-button-next1, .c2 .swiper-button-prev1 {
        display: none;
    }

    .ta {
        margin-bottom: 15px;
    }

    .ta a {
        font-size: 14px;
    }

    .c1 .c1_yellow {
        padding: 20px;
        margin-top: 15px;
    }

    .c1 p {
        line-height: 1.8em;
    }

    .c1 p span {
        margin-top: 15px;
    }

    .c2 .swiper-container1 .swiper-slide .c2_r {
        height: 300px;
    }

    .c2 .swiper-container1 .swiper-slide .c2_r .c2_main .top {
        padding: 15px;
        font-size: 12px;
        line-height: 1.8em;
    }

    .c3 .swiper-container2 .swiper-slide .c3_img {
        width: 100%;
    }

    .c3 .swiper-container2 .swiper-slide .c3_yellow {
        height: auto;
        padding: 15px;
        width: 100%;
    }

    .c3 .swiper-container2 .swiper-slide .c3_yellow h5 {
        margin-bottom: 15px;
        font-size: 18px;
    }

    .c3 .swiper-container2 .swiper-slide .c3_yellow p {
        font-size: 14px;
        line-height: 1.7em;
    }

    .c4 p {
        line-height: 1.8em;
    }

    .c5 .news_btns {
        margin-bottom: 20px;
    }

    .c5 .r .date {
        margin-top: 15px;
    }

    .c5 .r .date h5 {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .c5 .r .date h6 {
        font-size: 21px;
    }

    .c5 .r h4 {
        font-size: 18px;
        margin: 15px 0px;
    }

    .c5 .r p {
        margin-bottom: 20px;
        line-height: 1.8em;
    }

    .c5 .l_t {
        padding: 20px;
    }

    .c5 .l_t h5 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .c5 .l_t p {
        line-height: 1.8em;
    }

    .c6 ul li .c6_top {
        height: 50px;
        padding: 0 15px;
        line-height: 50px;
        font-size: 16px;
    }

    .c6 ul li.active .c6_bottom {
        padding: 20px;
    }

    .c6 .c6_yellow {
        padding: 15px;
    }

    .tel .t img {
        width: 30px;
    }

    .tel .t span {
        font-size: 14px;
        margin-left: 10px;
    }

    .news .main .row {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .news .news_right h6 span {
        display: block;
        margin-right: 0px;
        width: 100%;
        margin-bottom: 5px;
    }

    .news .news_right p {
        margin-bottom: 15px;
        line-height: 1.5em;
        -webkit-line-clamp: 3;
    }

    .news .news_btns {
        margin-top: 20px;
    }

    .news .news_btns a {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 16px;
    }

    .news_show h2 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .news_show .jj {
        height: 60px;
        line-height: 30px;
        font-size: 12px;
        margin-bottom: 15px;
    }

    .news_show .text {
        padding: 15px 0;
    }

    .news_show .text p {
        font-size: 14px;
        line-height: 1.8em;
    }

    .news_show h6 {
        padding-top: 15px;
    }

    .news_show h6 span {
        width: 100%;
        margin-right: 0;
        margin-bottom: 5px;
        font-size: 14px;
    }

    .news_show h6 .back {
        float: left;
        margin-top: 15px;
        font-size: 14px;
    }
}

/*# sourceMappingURL=jiaxing.css.map */
.ns713 img {
    width: 100%;
}

.xiugai1229 {
    margin-right: 25px;
    margin-bottom: 15px;
}