* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

ul li {
    list-style: none;
}

.ca_banner_wrap {
    width: 100%;
    height: 220px;
    background: url(../mimages/office.png) no-repeat center;
    background-size: 100%;
}


.ca_main_wrap {
    width: 100%;
}

.ca_main1 {
    width: 100%;
    height: 373px;
    overflow: hidden;
}

h4 {
    font-size: 18px;
    color: #222222;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 30px;
}

.ca_main1 ul {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.ca_main1 ul li {
    width: 100px;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.ca_main1 img {
    width: 84px;
    height: 84px;
}

.ca_main1 .ca_main1_p1 {
    font-size: 14px;
    color: #222222;
    margin: 8px 0 2px;
}

.ca_main1 .ca_main1_p2 {
    font-size: 12px;
    color: #868686;
    text-align: center;
}

#tag-cloud {
    width: 100%;
    display: flex;
    justify-content: center;

}

.ca_main2_wrap {
    width: 100%;
    background: rgba(228, 228, 228, .2);
    padding-bottom: 40px;
    overflow: hidden;
}

.ca_main3 {
    width: 100%;
    height: 740px;
}

.ca_main3 ul {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.ca_main3 ul li {
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.ca_main3 img {
    width: 120px;
    height: 120px;
	margin-right: 20px;
}

.ca_main3 .ca_main1_p1 {
    font-size: 20px;
    color: #222222;
    margin: 23px 0 13px;
}

.ca_main3 li div {
    width: 180px;
}

.ca_main3 .ca_main1_p2 {
    font-size: 14px;
    color: #343434;
    text-align: left;
}

.ca_main4 {
    width: 100%;
    height: 680px;
    background: #3E72FF;
    box-sizing: border-box;
    overflow: hidden;
}

.ca_main4 h4 {
    color: #fff;
}

.ca_main4 h5 {
    color: #fff;
    text-align: center;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.ca_main4 h5::before {
    content: "";
    display: block;
    border-bottom: 1px solid #fff;
    width: 40px;
    margin-right: 20px;
}

.ca_main4 ul {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ca_main4 ul li {
    width: 30%;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.ca_main4 img {
    width: 48px;
    height: 48px;
}

.ca_main4 .ca_main1_p1 {
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.swiper-container {
    width: 100%;
    height: 1100px;
}

.ca_wiper_item {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 0 auto;
}

.ca_wiper_item .ca_item_left {
    display: block;
}

.ca_wiper_item .ca_item_left img {
    width: 345px;
    height: 218px;
}

.ca_wiper_item .ca_item_right {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ca_item_toptitle {
    font-size: 16px;
    color: #222222;
    line-height: 20px;
    display: block;
}



.ca_item_content {
    font-size: 14px;
    color: #868686;
    padding-bottom: 40px;
    display: block;
}



.ca_main6_wrap {
    width: 100%;
    background: #F7F7F7;
    overflow: hidden;
    height: 813px;
}

.ca_main6 {
    width: 100%;
    margin: 0 auto;
}

.ca_main6 ul {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 0 50px;
}

.ca_main6 ul li:nth-child(2n+1) {
    width: 100%;
    height: 112px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ca_main6 ul li:nth-child(2n) {
    padding: 24px 0;
}

.ca_main6 ul li div {
    width: 140px;
}

.ca_main6 ul li:nth-child(2n) img {
    width: 21px;
    height: 12px;
    margin-left: 48px;
}

.ca_main6 img {
    width: 112px;
    height: 112px;
}

.ca_main6 .ca_main1_p1 {
    font-size: 20px;
    color: #222222;
    margin: 23px 0 13px;
}

.ca_main6 .ca_main1_p2 {
    font-size: 14px;
    color: #343434;
    text-align: center;
}