.c1_conter {
    width: 1220px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.c1_left {
    width: 240px;
}

.c1_about {
    height: 70px;
    background-color: #004098;
    font-size: 20px;
    line-height: 36px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    line-height: 70px;
}

.c1_left ul {
    border: 1px solid #ececec;
    padding: 0 15px 0 11px;
}

.c1_left ul li {
    padding: 20px 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ececec;
}

.c1_left ul li span {
    font-size: 18px;
    line-height: 18px;
    color: #666666;
}

.c1_left ul li .c1_wxz {
    width: 10px;
    height: 12px;
}

.c1_left ul li:nth-last-child() {
    border-bottom: none;
}

.c1_xz {
    width: 10px;
    height: 12px;
    display: none;
}

.c1_active .c1_wxz {
    display: none;
}

.c1_active .c1_xz {
    display: block;
}

.c1_active span {
    color: #004098 !important;
}

.c1_right {
    width: 74.60%;

}

.c1_details p {
    font-size: 14px;
    line-height: 36px;
    color: #666666;
}

.c1_details img {
    width: 100%;
}

.c1_right .common_title {
    margin-top: 0;
}

.c1_conter {
    margin-top: 80px;
    margin-bottom: 60px;
}

.c1_ry {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.c1_rybox {
    width: 30.9%;
    height: 240px;
    background: #f6f6f6;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.c1_rybox img {
    /* width: 89.88%; */
    max-height: 215px;
}

.c1_cf h3 {
    font-size: 20px;
    line-height: 70px;
    color: #333333;
    text-align: center;
    margin-top: 20px;
}

.c1_one1 {
    display: flex;
    justify-content: space-between;
}

.c1_one1 img {
    width: 48.61%;
}

.c1_one2 {
    margin: 25px 0;
}

.c1_one2 img {
    width: 100%;
}

.c1_two img {
    width: 100%;
}

.c1_three {
    display: flex;
    justify-content: space-between;
}

.c1_three img {
    width: 31.25%;
}

.c1_three2 {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
}

.c1_three2 img {
    width: 48.61%;
}

.c1_four {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.c1_four img {
    width: 48.61%;
    margin-bottom: 25px;
}

.c1_pgbox {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

.c1_pgbox img {
    width: 32.79%;
    margin-bottom: 20px;
}

.c1_details a {
    color: #004098;
}


.c1_details li {}

.c1_newsitem {}

.c1_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.c1_details li {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.c1_details li .c1_tile {
    display: flex;
    align-items: center;
}

.c1_details li .c1_tile p {
    width: 10px;
    height: 10px;
    background-color: #333333;
}

.c1_details li .c1_tile h4 {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    margin-left: 10px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    /* margin-top: 20px; */
}

.c1_newsitem .c1_time {
    font-size: 14px;
    color: #333333;
}

.c1_text {
    font-size: 16px;
    line-height: 24px;
    color: #666666;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-top: 20px;
}

@media(max-width:1220px) {
    .c1_conter {
        width: 100%;
    }
}

@media(max-width:1100px) {
    .c1_left {
        width: 20%;
    }

}
@media(max-width:1100px) {
    .c1_rybox img {
        height: 150px;
    }
}

@media(max-width:767px) {

    .c1_conter {
        flex-direction: column;
        padding: 0 8px;
        margin-top: 15px;
    }

    .c1_left {
        width: 100%;
    }

    .c1_right {
        width: 100%;
        margin-top: 20px;

    }

    .c1_details p {
        font-size: 14px;
        line-height: 25px;
        color: #666666;
    }

    .c1_about {
        height: 40px;
        background-color: #004098;
        font-size: 17px;
        line-height: 36px;
        font-weight: bold;
        color: #ffffff;
        text-align: center;
        line-height: 40px;
    }

    .c1_left ul li {
        padding: 10px 0 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #ececec;
    }

    .c1_left ul li span {
        font-size: 14px;
        line-height: 14px;
    }

    .c1_cf h3 {
        font-size: 20px;
        line-height: 40px;
        color: #333333;
        text-align: center;
        margin-top: 20px;
    }

    .c1_details li {
        border-bottom: 1px solid #dcdcdc;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .c1_text {
        margin-top: 10px;
        line-height: 40px;
        color: #fff;
    }

    .c1_conter {
        margin-bottom: 20px;
    }
    .c1_rybox {
        width: 46.9%;
    }
    .c1_rybox img {
        width: 100%;
        height: unset;
    }
}

.c2_new {
    width: 1370px;
    margin: 0 auto;
}

.c2_new .indexCommonTitle {
    margin: 0 auto;
    text-align: center;
}

.c2_box {}

.c2_left .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
    right: 3px;
    margin-left: 20%;
}

.c2_left .swiper-pagination-bullet {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 100%;
    /* background-color:rgba(225, 225, 225, 0.8); */

    line-height: 40px;
    color: #fff;
}

.c2_left .swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}


.c2_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.c2_left {
    /* width: 43.5%; */
    width: 36%;
}

.c2_left .swiper-container {
    width: 100%;
}

.c2_title {
    display: flex;
    align-items: center;
}

.c2_title p {
    width: 10px;
    height: 10px;
    background-color: #333333;
}

.c2_title h5 {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    margin-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.c2_right {
    width: 59.21%;
}

.c2_right li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #dcdcdc;
    padding: 0 0 30px;
    margin-bottom: 30px;
}

.c2_zuo {
    width: 70.63%;
}

.c2_zuo span {
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    color: #666666;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}


.c2_you {

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;

}

.c2_you span {
    font-size: 26px;
    color: #333333;
}

.c2_you img {
    width: 29px;
    height: 12px;
}



.c2_product{
    width: 1370px;
    margin: 0 auto 80px;
}
.c2_product .indexCommonTitle{
    margin: 0 auto;
    text-align: center; 
}
/* .c2_cpitem{
    width: 23.79%;
} */
.c2_name{
    margin-top: 48px;
    display: none;
}
.c2_cpitem:hover .c2_name{
display: block;
}
.c2_name h3{
	font-size: 20px;
	line-height: 20px;
    color: #333333;
    text-align: center;
    margin-bottom: 20px;
}
.c2_name p{
    width: 328px;
	height: 2px;
	background-color: #c9c9c9;
}

.c2_xian{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.c2_xian .c2_d{
    width: 36px;
	height: 4px;
    background-color: #004098;
    margin-bottom: -2px;
    z-index: 2;
}
.c2_xian .c2_c{
	width: 100%;
	height: 2px;
	background-color: #c9c9c9;
}
.c2_cpimg img{
    width: 100%;
}

.c2_swiperbox{
    position: relative;
}

.c2_product .swiper-button-prev {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-image: url(../images/huan/prev.png);
    background-size: 100%;
    position: absolute;
    /* left: -6%; */
    /* top: 210px; */
    top: 100px;
    left: -90px;
}
/* .c2_swiperbox{
    position: absolute;
} */

.c2_product .swiper-button-next {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-image: url(../images/huan/next.png);
    background-size: 100%;
    position: absolute;
    right: -90px;
    /* top: 210px; */
    top: 100px;
}

/* 合作伙伴 */
.c2_hz{
    width: 1140px;
    margin: 0 auto;
}
.c2_hz .indexCommonTitle{
    margin: 0 auto;
    text-align: center;
}
.c2_hzbox{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
}
.c2_hzitem{
    width: 19.29%;
    margin-bottom: 10px;
}
.c2_hzitem img{
    width: 100%;
}

@media(max-width: 1600px){
    .c2_product{
        width: 80%;
    }
}



@media(max-width:1370px) {
    .c2_new {
        width: 100%;
    }
}

@media(max-width: 1140px){
    .c2_hz{
        width: 100%;
        margin: 0 auto;
    }
}

@media(max-width:990px) {
    .c2_new {
        width: 100%;
    }

    .c2_box {
        align-items: center;
    }
    .c2_product .swiper-button-prev {
        width: 40px;
        height: 40px;
        left: -70px;
    }
    .c2_product .swiper-button-next {
        width: 40px;
        height: 40px;
        right: -70px;
    }
}

@media(max-width:767px) {
    .c2_product{
        width: 70%;
    }
    .c2_product .swiper-button-prev {
        width: 50px;
        height: 50px;
        left: -55px;
    }
    .c2_product .swiper-button-next {
        width: 50px;
        height: 50px;
        right: -55px;
    }


    .c2_box {
        flex-direction: column;
    }

    .c2_left {
        width: 100%;
    }

    .c2_right {
        width: 100%;
    }

    .c2_left .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 10px;
        left: 0;
        width: 100%;
        right: 3px;
        margin-left: 30%;
    }

    .c2_left .swiper-pagination-bullet {
        width: 20px;
        height: 20px;
        display: inline-block;
        border-radius: 100%;
        /* background-color:rgba(225, 225, 225, 0.8); */

        line-height: 20px;
        color: #fff;
    }

    .c2_zuo span {
        margin-top: 5px;
    }

    .c2_title h5 {
        font-size: 16px;
    }

    .c2_right li {
        padding: 10px 0 15px;
        margin-bottom: 15px;
    }
    .c2_you span {
        font-size: 19px;
        color: #333333;
    }
    .c2_zuo {
        width: 78.63%;
    }
    .c2_right li {
        padding: 10px 8px 15px;
    }

    .c2_hzitem{
        width: 31%;
        margin-bottom: 10px;
    }
}

.c3_box{
    width: 1220px;
    margin: 80px auto 80px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.c3_left{

}
.c3_right{
    width: 74%;
}
.c3_right .w1220{
    width: 100% !important;
}
.c3_right .common_title{
    margin-top: 0px;
}
.c3_right .page_proList{
    margin-top: 0px !important;
    /* margin: 0 auto; */
}

@media(max-width:1220px) {
    .c3_box{
        width: 100%;
    }
}
@media(max-width:990px) {
    .c3_box{
        /* flex-direction: column; */
        margin: 20px auto 20px;
    }

}
@media(max-width:767px) {
    .c3_box{
        flex-direction: column;
        margin: 20px auto 20px;
    }
    .c3_left{
        width: 100%;
    }
    .c3_right{
        width: 100%;
    }

}

.c3_name{
    display: flex;
    justify-content: space-between;
}
.c3_name h2{
    font-size: 24px;
    font-weight: bold;
	line-height: 70px;
	color: #333333;
}