/* 本页侧导航栏 */
.navAside {
    position: fixed;
    top: 6vw;
    right: 12.542vw;
    z-index: 999;
}
.navAside>span {
    float: right;
    width: 20.833vw;
	height: 3.542vw;
    background-color: #1675d6;
}
#mymenu {
    margin-top: 3.542vw;
}
#mymenu li {
    width: 20.833vw;
	height: 3.542vw;
    background-color: #1989fa;
    transition: all 0.4s ease-in-out;
}
#mymenu li a{
    display: inline-block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    color: #fff;
}
.mytext a span:nth-child(1),
#mymenu a span:nth-child(1) {
    display: inline-block;
    width: 2.292vw;
    height: 2.292vw;
    text-align: center;
    line-height: 2.292vw;
	background-color: #1675d6;
    font-size: 0.938vw;
    font-weight: bold;
    margin: 0.625vw 1.771vw 0 1.146vw;
}
.mytext a span:nth-child(2),
#mymenu a span:nth-child(2) {
    font-size: 0.833vw;
}
.mytext a img,
#mymenu a img {
    float: right;
    width: 2.292vw;
    height: 0.573vw;
    margin: 1.458vw 1.927vw 1.51vw 0 ;
}
.myActive {
    background-color: #1675d6 !important;
}
.myActive1 {
    background-color: #1675d6 !important;
}

/* 第一屏 */
.first {
    background: url("../images/product1.png") no-repeat;
    background-size: 100% 100%;
}

.first .first-page {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 40vh;
}

.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 {
    overflow: hidden;
}
.title {
    position: absolute;
    top: 6.5vw;
    left: 13.542vw;
}
.title p:nth-child(1) {
    font-size: 1.458vw;
    font-weight: bold;
    color: #333333;
}
.title p:nth-child(2) {
    font-size: 0.729vw;
    font-weight: bold;
    color: #1189eb;
}
.title p:nth-child(3) {
    width: 0.104vw;
	height: 2.083vw;
    background-color: #1989fa;
    margin-top: 1vw;
}

.eq-intro-img {
    position: absolute;
    top: 15vw;
    left: 13.542vw;
    width: 39.583vw;
    height: 26.042vw;
    overflow: hidden;
    background-color: #e9e9e9;
    z-index: 1;
    border: 1px solid #eee;
}
.eq-intro-img img {
    width: 100%;
    height: 100%;
}
.eq-intro-txt {
    position: absolute;
    top: 19.5vw;
    right: 12.542vw;
    width: 68.125vw;
	height: 27.083vw;
    background-color: #212734;
    color: #fff;
    padding-right: 2.203vw;
}
.eq-intro-txt>div {
    float: right;
    width: 28.677vw;
    margin: 4.479vw 0 0 2.708vw;
    overflow: hidden;
}
.eq-intro-txt>div .swiper-slide{
    padding-left: 2.2vw;
}
.eq-intro-txt>div div p:nth-child(1) {
    margin-bottom: 3.125vw;
    overflow: hidden;
}
.eq-intro-txt p:nth-child(1) span:nth-child(1){
    float: left;
    font-size: 1.25vw;
    font-weight: bold;
    margin-top: 1vw;
}
.eq-intro-txt p:nth-child(1) span:nth-child(2){
    float: right;
    font-size: 2.5vw;
    font-weight: bold;
    opacity: 0.1;
}
.eq-intro-txt ul {
    width: 23vw;
    font-size: 0.729vw;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.eq-intro-txt li {
    flex: 50%;
    margin-bottom: 1.5vw;
}

.eq-intro-txt li::before {
    display: inline-block;
    content: "";
    width: 0.521vw;
	height: 0.521vw;
    margin-right: 0.5vw;
    border-radius: 50%;
    background-color: #ffffff;
}

/* 左右切换箭头 */
.btn2 {
    position: absolute;
    bottom: 2.031vw;
    right: 2.083vw;
    width: 7.5vw;
    height: 2.813vw;
}
.btn2 div {
    width: 2.813vw;
    height: 2.813vw;
}
.btn2 img {
    width: 100%;
	height: 100%;
}
.eq-intro-txt-child .myBtn {
    position: absolute;
    bottom: 8%;
    left: -27%;
}
.eq-intro-txt-child .swiper-pagination-bullet {
    width: 4.167vw;
    border-radius: 1vw;
    background-color: #ffffff;
	opacity: 0.6;
    transition: all 0.25s ease-in-out;
}
.eq-intro-txt-child .swiper-pagination-bullet-active {
    width: 4.167vw;
    border-radius: 1vw;
    background-color: #ffffff;
    opacity: 1;
}

/* 第三屏 */
.third {
    background-color: #f4f4f4;
}

.third-body {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%,0);
    width: 100vw;
    padding: 0 12.542vw 0 13.542vw;;
    box-sizing: border-box;
}

.third-body-left {
    float: left;
}

#introduce img {
    width: 100%;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    display: none;
}

.swiper-button-prev,
.swiper-button-next {
    outline: none;
    width: 2.813vw;
    height: 2.813vw;
}

.third-body-left .intro {
    position: absolute;
    bottom: -3vw;
    right: -13vw;
    width: 7.5vw;
    z-index: 1;
}

.third-body-left .intro img {
    width: 100%;
    height: 100%;
}

#introduce .swiper-pagination-bullet {
    transition: all 0.25s ease-in-out;
}

#introduce .swiper-pagination-bullet-active {
    width: 2vw;
    border-radius: 1vw;
}

.third-body-right {
    float: right;
    padding-left: 4.167vw;
}

.third-body-right>p:nth-child(1) span:nth-child(1){
    float: left;
    font-size: 1.25vw;
    font-weight: bold;
    color: #212734;
    margin-top: 1vw;
}

.third-body-right>p:nth-child(1) span:nth-child(2){
    float: right;
    font-size: 2.5vw;
    font-weight: bold;
    color: #212734;
    opacity: 0.2;
}

.third-body-right>p:nth-child(2) {
	width: 5.208vw;
	height: 0.104vw;
	background-color: #1989fa;
    margin: 5vw 0 4vw 0;
}

.third-body-right ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.third-body-right ul li {
    flex: 50%;
	font-family: MicrosoftYaHei;
    margin: 1vw 0;
	font-weight: bold;
	color: #333333;
}

.third-body-right ul li p:nth-child(1){
    display: inline-block;
    color: #0d8fea;
    font-size: 0.938vw;
}
.third-body-right ul li p:nth-child(2){
    width: 13.542vw;
    font-size: 0.729vw;
    font-weight: normal;
    margin-left: 1.3vw;
    line-height: 1.563vw;
}

.third-body-right ul li::before {
    content: '';
    display: inline-block;
    width: 0.5vw;
	height: 0.5vw;
    background-color: #0d8fea;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 0.5vw;
}

/* 第四屏 */
.fourth {
    background-color: #212734;
}
.fourth-body {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    padding: 0 12.542vw 0 13.542vw;
    overflow: hidden;
}
.fourth-left {
    float: left;
    margin-top: 5vw;
}

.fourth-left>p:nth-child(1) {
    width: 20vw;
    overflow: hidden;
}

.fourth-left>p:nth-child(1) span:nth-child(1) {
    float: left;
    margin-top: 1vw;
    font-size: 1.25vw;
    font-weight: bold;
    color: #fff;
}
.fourth-left>p:nth-child(1) span:nth-child(2) {
    float: right;
    font-size: 2.5vw;
    font-weight: bold;
    color: #ffffff;
	opacity: 0.2;
}
.fourth-left>p:nth-child(2) {
	width: 10.417vw;
	height: 0.104vw;
	background-color: #fff;
    margin: 2vw 0 4vw 0;
}

.fourth-left ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.fourth-left ul li {
    flex: 50%;
	font-family: MicrosoftYaHei;
    margin: 1vw 0;
	color: #ffffff;
}
.fourth-left ul li p:nth-child(1) {
    display: inline-block;
    font-size: 0.938vw;
    font-weight: bold;
}

.fourth-left ul li p:nth-child(2) {
    width: 13vw;
    font-size: 0.729vw;
    font-weight: normal;
    line-height: 1.563vw;
    margin: 1.563vw 0 0 1.2vw;

}

.fourth-left ul li::before {
    content: '';
    display: inline-block;
    width: 0.5vw;
	height: 0.5vw;
    background-color: #ffffff;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 0.5vw;
}

.fourth-right{
    float: right;
    height: 100%;
    text-align: center;
    margin-top: 4vw;
}

.fourth-right img {
    height: 24vw;
}

/* 第五屏 */
.fifth-body {
    height: 100%;
    padding: 6vw 0;
}
.fifth-body div {
    text-align: center;
}

.fifth-body>div:nth-child(1) {
    position: absolute;
    top: 20vh;
    left: 50%;
    transform: translate(-50%,0);
    width: 40vw;
	height: 18vw;
    background-color: #fff;
}
.fifth-body>div:nth-child(1) img {
    height: 100%;
}

.fifth-body>div:nth-child(2) {
    position: absolute;
    top: 55vh;
    left: 50%;
    transform: translate(-50%,0);
}

.fifth-body>div:nth-child(2)>p:nth-child(1) span:nth-child(1){
    display: inline-block;
    font-size: 2.5vw;
    font-weight: bold;
    color: #212734;
    opacity: 0.2;
    vertical-align: middle;
    margin-right: 1vw;
}
.fifth-body>div:nth-child(2)>p:nth-child(1) span:nth-child(2){
    color: #212734;
    font-size: 1.25vw;
    font-weight: bold;
    vertical-align: middle;
}
.fifth-body>div:nth-child(2)>p:nth-child(2){
	width: 5.208vw;
	height: 0.104vw;
    background-color: #212734;
    margin: 1.042vw 0 3.375vw 38vw;
}

.fifth-body>div:nth-child(2) ul {
    display: flex;
    width: 80vw;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 0;
    margin: 0 auto;
}

.fifth-body>div:nth-child(2) ul li {
    width: 13.542vw;
}

.fifth-body>div:nth-child(2) ul li p:nth-child(1){
    font-size: 0.938vw;
	font-weight: bold;
    color: #1989fa;
    margin-bottom: 1.3vw;
}
.fifth-body>div:nth-child(2) ul li p:nth-child(2){
    font-size: 0.729vw;
    font-weight: normal;
    line-height: 1.563vw;
    color: #333333;
}

/* 第六屏 */
.sixth {
    background-color: #eeeeee;
}

.sixth-head {
    position: absolute;
    top: 6vw;
    left: 0;
    padding: 0 12.542vw 0 13.542vw;
}

.sixth-head p span:nth-child(1) {
    font-size: 2.5vw;
    font-weight: bold;
    color: #212734;
    opacity: 0.2;
    vertical-align: middle;
    margin-right: 2.369vw;
}

.sixth-head p span:nth-child(2) {
    font-size: 1.25vw;
    font-weight: bold;
    color: #212734;
    vertical-align: middle;
}

.sixth-body {
    position: absolute;
    top: 21vw;
    left: 0;
    width: 100vw;
    padding: 0 12.542vw 0 13.542vw;
    display: flex;
    justify-content: space-between;
}

.sixth-body>div {
    position: relative;
    width: 12vw;
    height: 12vw;
    transition: all 0.5s ease-in-out;
}

.sixth-body>div:hover {
    transform: scale(1.2,1.2);
}

.sixth-body>div:hover .wordText p {
    color: #1189eb;
}

.sixth-body>div:hover .left,
.sixth-body>div:hover .right {
    background-color: #e5e5e5;
}

.sixth-body>div:hover .left:after,
.sixth-body>div:hover .right:after {
    background-color: #1189eb;
}

.wordText {
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%,-50%);
    width: 10vw;
    height: 10vw;
    background-color: #eeeeee;
    border-radius: 50%;
    left: 1vw;
    top: 1vw;
    text-align: center;
    margin: 0;
    padding: 3.5vw 0;
}

.wordText p:nth-child(1){
	font-family: MicrosoftYaHei;
	font-size: 1vw;
	font-weight: bold;
}

.wordText p:nth-child(2){
	font-family: MicrosoftYaHeiLight;
	font-size: 1vw;
	font-weight: bold;
	color: #999999;
}

.tips {
    position: absolute;
    bottom: -5vw;
    left: -1vw;
    width: 13.542vw;
    font-size: 0.729vw;
    line-height: 1.563vw;
    color: #333;
    text-align: center;
}

.left,
.right {
    width: 6vw;
    height: 12vw;
    overflow: hidden;
    float: left;
    background-color: #b5b5b5;
}

.left {
    border-radius: 12vw 0 0 12vw;
}
 
.right {
    border-radius: 0 12vw 12vw 0;
}

.left:after,
.right:after {
    content: "";
    position: absolute;
    display: block;
    width: 6vw;
    height: 12vw;
    border-radius: 12vw 0 0 12vw;
    background-color: #e5e5e5;
    transition: all 0.5s ease-in-out;
}

.right:after {
    content: "";
    position: absolute;
    display: block;
    border-radius: 0 12em 12em 0;
}

.left:after {
    transform-origin: right center;
}

.left:after {
    transform-origin: right center;
    transform: rotateZ(-90deg);
}

