/* 第一屏 */

.first {
    background: url("https://img.3ccg.com/cdzgw_busness0.png") no-repeat;
    background-size: 100% 100%;
}

.first p:nth-child(1) {
    font-family: MicrosoftYaHei;
    font-size: 1.875vw;
    color: #ffffff;
    text-align: center;
}

.first p:nth-child(2) {
	font-family: MicrosoftYaHei;
	font-size: 1.563vw;
    color: #ffffff;
    text-align: center;
    margin-top: 0.5vw;
}

.first p:nth-child(3) {
    width: 37.969vw;
    font-size: 0.729vw;
    color: #ffffff;
    line-height: 1.563vw;
    margin: 1.5vw auto 0;
    text-align: center;
}

/* 第二屏 */

.second-body {
    position: absolute;
    top: 35vh;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 12.542vw 0 13.542vw;
}

.second-body div {
    flex: 1;
    text-align: center;
}

.second-body div img {
    width: 3.646vw;
	height: 3.646vw;
}

.second-body div p:nth-child(2) {
    font-family: MicrosoftYaHei;
    font-size: 0.938vw;
    font-weight: bold;
    color: #333333;
    margin-top: 2vw;
}

.second-body div p:nth-child(3) {
    width: 13.125vw;
    font-family: MicrosoftYaHei;
    font-size: 0.729vw;
    margin: 1vw auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.txt {
    display: flex;
    justify-content: space-between;
    width: 62.5vw;
    background-color: #ffffff;
    box-shadow: 0vw 0.104vw 0.917vw 0.177vw rgba(0, 0, 0, 0.09);
    padding: 2.135vw 0 2.135vw 0;
    margin: 60vh auto 0;
}

.txt li {
    position: relative;
    width: 15.26vw;
    height: 100%;
    text-align: center;
}

.txt li::after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    content: "";
    display: inline-block;
    width: 0.104vw;
    height: 1.563vw;
    background-color: #000000;
}

.txt li:last-child::after {
    display: none;
}

.txt li p:nth-child(1) {
    font-size: 2.5vw;
    color: #333333;
}

.txt li p:nth-child(2) {
    font-size: 0.729vw;
    color: #999999;
}

/* 第三屏 */

.third {
    background-color: #edeef0;
}

.col-md-4 {
    padding: 0;
}

.third-body {
    position: absolute;
    top: 60%;
    left: 0;
    transform: translate(0, -50%);
    width: 100%;
    padding: 0 12.542vw 0 13.542vw;
}

.third-body ul {
    padding-left: 0;
    overflow: hidden;
    box-sizing: border-box;
}

.third-body li {
    height: 60vh;
    box-sizing: border-box;
    transition: all 0.5s ease-in-out;
}

.third-body li>img {
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out;
}

.third-body li div {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 60vh;
    padding: 20vh 4.5vw 0;
    transition: all 0.5s ease-in-out;
}

.third-body li div img {
    display: block;
    width: 1.667vw;
    height: 1.667vw;
    margin: 0 auto;
}

.third-body li div p {
    text-align: center;
    color: #ffffff !important;
    transition: all 0.5s ease-in-out;
}

.third-body li div p:nth-child(2) {
    font-family: MicrosoftYaHei;
    font-size: 0.938vw;
	font-weight: bold;
    line-height: 3vw;
    color: #333333;
}

.third-body li div p:nth-child(3) {
    margin: 0 auto 1vw;
    width: 2vw;
    height: 0.1vw;
    background-color: #ffffff;
}

.third-body li div p:nth-child(4) {
    font-family: MicrosoftYaHei;
    font-size: 0.8vw;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.third-body li:hover {
    box-shadow: 0vw 0vw 1vw rgba(49, 49, 49, 0.18); 
}

.third-body li:hover div {
    height: 18vh;
    background-color: #ffffff;
    text-align: center;
    padding: 2vh 4.5vw 0;
}

.third-body li:hover div img {
    display: none;
}

.third-body li:hover div p {
    color: #333333 !important;
}

.third-body li:hover div p:nth-child(3) {
    display: none;
}

/* 第四屏 */

.fourth {
    background-color: #212734;
}

.fourth .section-head p {
    color: #ffffff;
}

.fourth .section-head p:nth-child(3) {
    background-color: #fff;
}

.fourth-body {
    position: absolute;
    top: 40vh;
    left: 0;
    width: 100vw;
    height: 30vh;
    padding: 0 12.542vw 0 13.542vw;
}

.fourth-body .step1 {
    display: flex;
    justify-content: space-between;
}

.fourth-body .step1>div {
    position: relative;
    width: 15vw;
	height: 4vw;
    background-color: #fff;
    transition: all 0.35s ease-in-out;
    text-align: center;
    padding: 1.3vh 0;
}

.fourth-body .step1>div::before {
    position: absolute;
    top: 13%;
    left: -10%;
    content: "";
    display: inline-block;
    width: 3vw;
    height: 3vw;
    background-color: #212734;
    transform: rotate(45deg);
}

.fourth-body .step1>div:first-child::before {
    display: none;
}

.fourth-body .step1>div::after {
    position: absolute;
    top: 13%;
    right: -10%;
    content: "";
    display: inline-block;
    width: 3vw;
    height: 3vw;
    background-color: #fff;
    transform: rotate(45deg);
    transition: all 0.35s ease-in-out;
}

.fourth-body .step1>div:last-child::after {
    display: none;
}

.fourth-body .step1>div:hover,
.fourth-body .step1>div:hover::after {
    background-color: #1189eb;
}

.fourth-body .step1>div:hover span {
    color: #fff;
}

.fourth-body .step1>div span:nth-child(1) {
    font-size: 1.875vw;
    font-weight: bold;
    vertical-align: middle;
    margin: 0 1vw 0 2vw;
}

.fourth-body .step1>div span:nth-child(2) {
    font-size: 1.042vw;
    font-weight: normal;
    vertical-align: middle;
}

.fourth-body .step1>div>div {
    position: absolute;
    top: 15vh;
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.fourth-body .step1>div>div div .circle {
    width: 1.25vw;
    height: 1.25vw;
    margin: 0 auto;
    border-radius: 50%;
	background-color: #ffffff;
}

.fourth-body .step1>div>div div p:nth-child(2) {
    width: 0.208vw;
    height: 6.25vw;
    margin: 0 auto 2vh;
	background-color: #ffffff;
}
.fourth-body .step1>div>div div p:nth-child(3) {
    width: 0.833vw;
    color: #fff;
    margin: 0 auto;
    text-align: center;
}

/* 第五屏 */

.fifth-body {
    position: absolute;
    top: 55vh;
    left: 0;
    transform: translate(0, -50%);
    width: 100vw;
    padding: 0 15vw;
}

.fifth-body ul {
    margin: 0;
    padding: 0;
}

.fifth-body ul li {
    margin-bottom: 1.667vw;
    overflow: hidden;
}
.fifth-body ul li>div {
    height: 10.313vw;
    padding: 2.5vw 0 0 1.927vw;
    border: solid 0.104vw #e5e5e5;
    box-sizing: border-box;
}
.fifth-body ul li>div:nth-child(1),
.fifth-body ul li>div:nth-child(3) {
    margin-right: 2vw;
}

.fifth-body ul li>div div {
    float: left;
}

.fifth-body ul li>div div:nth-child(1) {
    width: 10%;
    height: 100%;
    margin-right: 2vw;
    padding-top: 0.5vw;
}

.fifth-body ul li>div div:nth-child(1) img {
    width: 100%;
}

.fifth-body ul li>div div:nth-child(2) {
    width: 80%;
    height: 100%;
}

.fifth-body ul li>div div:nth-child(2) p:nth-child(1) {
    font-family: MicrosoftYaHei;
    font-size: 0.938vw;
    font-weight: bold;
    color: #1189eb;
}

.fifth-body ul li>div div:nth-child(2) p:nth-child(2) {
    font-family: MicrosoftYaHei;
    font-size: 0.729vw;
    color: #333333;
    margin-top: 1vw;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/* 第六屏 */
.sixth {
    background-color: #edeef0;;
}
.sixth-body {
    position: absolute;
    top: 35vh;
    left: 0;
    width: 100vw;
    padding: 0 12.542vw 0 13.542vw;
}

.logos{
    margin: 0;
    padding: 0;
}

.logos li {
    position: relative;
    display: inline-block;
    margin-right: 2.5vw;
    margin-bottom: 2.5vw;
}

.logos li div {
    width: 15.5vw;
    height: 7.396vw;
    text-align: center;
	background-color: #fff;
}

.logos li div img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
    height: 80%;
}

.myBullet {
    position: absolute;
    bottom: -20%;
    left: 50%;
    transform: translate(-50%,0);
}

.swiper-pagination-bullet {
    width: 4.167vw;
    border-radius: 1vw;
    background-color: #dcdcdc;
    opacity: 0.6;
    margin-right: 1vw;
    transition: all 0.25s ease-in-out;
}

.swiper-pagination-bullet-active {
    width: 4.167vw;
    border-radius: 1vw;
    background-color: #1189eb;
    opacity: 1;
}