﻿* {
	margin: 0;
	padding: 0;
	border: none;
    box-sizing: border-box;
}

html {
	font-family: arial;
}
img{
   max-width: 100%;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.commom-header {
    color: #d90030;
    font-size: 42px;
    text-align: center;
}
.color-red{
    color: #d90030;
}
.bg-red{
   background-color: #d90030; 
}
/*======================第一屏======================*/
.commom-header {
	font-weight: bold;
	text-transform: uppercase;
}

.eg-content .nav-path .nav-path-content p.active {
	display: block;
}

.eg-content .nav-path {
	background-color: #1b1b1b;
}

.eg-content .nav-path .nav-path-content {
	padding-top: 10px;
	padding-bottom: 15px;
	max-width: 1200px;
	margin: 0 auto;
	padding-left: 5%;
}

.eg-content .nav-path a {
	color: #a4a4a4;
	font-size: 14px;
}

.eg-content .nav-path li {
	display: inline-block;
}

.eg-content .nav-path li+li:before {
	content: ">";
	color: #a4a4a4;
}

.eg-content .nav-path p,
.eg-content .nav-path ol a.active {
	color: white;
}

.eg-content .nav-path p {
	display: none;
	font-size: 24px;
	margin-top: 5px;
}

.eg-content .banner .banner-content {
	position: relative;
}

.eg-content .banner .banner-content>img {
	width: 100%;
}

.eg-content .banner .banner-content .text {
	position: absolute;
	background-color: #d70030;
	top: 30%;
	width: 50%;
	padding: 4% 1% 4% 0;
    font-weight: 700;
    line-height:45px;
}
.eg-content .banner .banner-content p{
    text-align: right;
    color: white;
}
.eg-content .banner .banner-content p.commom-header-2{
    font-size: 28px;
    text-transform: uppercase;
}
.hidden-xs{
    display: block;
}
.visible-xs{
    display: none;
}
@media (max-width: 1600px){
    .eg-content .banner .banner-content p.commom-header-2 {
        font-size: 22px;
    }
    .commom-header{
        font-size: 38px;
    }
}
@media (max-width: 1400px){
    .commom-header{
        font-size: 32px;
    }
    .eg-content .banner .banner-content .text{
        width: 50%;
    }
    .eg-content .banner .banner-content p.commom-header-2 {
        font-size: 22px;
    }
    .eg-content .banner .banner-content .text{
        padding: 3% 1% 3% 0;
    }
}
@media (max-width: 1300px){
    .eg-content .banner .banner-content p.commom-header-2 {
        font-size: 20px;
    }
}
@media (max-width: 1200px){
    .eg-content .banner .banner-content p.commom-header-2 {
        font-size: 18px;
    }
}
@media (max-width: 1100px){
    .eg-content .banner .banner-content p.commom-header-2{
        font-size: 16px;
    }
    .eg-content .banner .banner-content .text{
        line-height: 30px;
        text-align: right;
    }
}
@media (max-width: 992px){
    .eg-content .banner .banner-content .text{
        width: 50%;
    }
}
@media (max-width:890px){
    .eg-content .banner .banner-content .text{
        width: 52%;
    }
    .eg-content .banner .banner-content p.commom-header-2{
        font-size: 14px;
    }
}
@media (max-width: 767px){
    .hidden-xs{
        display: none;
    }
    .visible-xs{
        display: block;
    }
    .eg-content .banner .banner-content .text{
        width: 50%;
        padding: 2% 2% 2% 0;
    }
    .eg-content .banner .banner-content p.commom-header-2 {
        font-size: 14px;
        line-height: 20px;
    }
}
@media (max-width: 550px){
    .eg-content .banner .banner-content p.commom-header-2 {
        font-size: 12px;
        line-height: 16px;
    }
}
@media (max-width: 450px){
    .eg-content .banner .banner-content p.commom-header-2 {
        font-size: 11px;
    }
    .eg-content .banner .banner-content .text{
        width: 55%;
    }
}
@media (max-width: 380px){
    .eg-content .banner .banner-content .text{
        width: 60%;
    }
    .eg-content .banner .banner-content p.commom-header-2 {
        font-size: 10px;
    }
}
/*======================第二屏======================*/
.section2{
    padding:10% 12% 4%;
    background:url(../images/office-img-9.png) no-repeat 0 10% #dbf5ff;
    overflow: hidden;
}
.section2 .section2-left{
    width: 52%;
    float: left;
}
.section2 .section2-right{
    width: 48%;
    float: right;
    padding-top: 11%;
}
.section2-left h2{
    font-size: 34px;
    line-height: 38px;
    font-weight: bold;
}
.section2-left .text{
    margin: 40px 0 15%;
    font-size: 24px;
    color: #696969;
    line-height: 35px;
}
.section2-right .pic img{
   max-width: 100%;
}
@media (max-width: 1700px){
    .section2-left .text{
        font-size: 22px;
    }

}
@media (max-width: 1600px){
     .section2-left .text{
        font-size: 20px;
    }
    .section2 .section2-left{
        width: 58%;
    }
    .section2 .section2-right{
        width: 42%;
    }
}
@media (max-width: 1400px){
    .section2-left h2{
        font-size: 32px;
    }
    .section2-left .text{
        line-height: 30px;
        margin: 4% 0 10%;
        font-size: 18px;
    }
}
@media (max-width: 1300px){
    .section2{
        padding: 7% 12% 2%;
    }
    .section2-left h2{
        font-size: 30px;
    }
}
@media (max-width: 1200px){
    .section2 {
        padding: 7% 8% 2%;
    }
    .section2-left h2 {
        font-size: 26px;
        line-height: 32px;
    }
    .section2-left .text{
        line-height: 24px;
        font-size: 16px;
    }
}
@media (max-width: 992px){
    .section2-left .text{
        font-size: 14px; 
    }
    .section2-left h2 {
        font-size: 22px;
        line-height: 28px;
    }
    
}
@media (max-width: 767px){
    .section2{
        position: relative;
        padding: 6% 5% 2%;
        background: none  #dbf5ff;
    }
    .section2 .section2-right{
        position: absolute;
        right: -9%;
        bottom: 10%;
        width: 30%;
    }
    .section2 .section2-left{
        width: 100%;
    }
    .section2-left .text{
        color: #2a2a2a;
        font-size: 16px;
        line-height: 20px;
    }
    .section2-left h2{
        line-height: 24px;
    }
}
@media (max-width:650px){
    .section2-left h2{
        font-size: 18px;
    }
    .section2-left .text{
        margin: 4% 0 6%;
    }
}
@media (max-width:550px){
    .section2-left .text{
        font-size: 14px;
    }
}
@media (max-width:450px){
    .section2-left h2{
        font-size: 16px;
        line-height: 20px;
    }
    .section2-left .text{
        font-size: 12px;
        line-height: 16px;
    }
    
}
@media (max-width:380px){
    .section2-left .text{
        font-size: 11px;
    }
}
/*======================第三屏======================*/
.section3 .section3-t,
.section3 .section3-b{
    padding:0 12%;
}
.section3 .section3-t{
    width: 100%;
    height: 623px;
    background: url(../images/office-img-2.jpg) no-repeat;
    /*background-size: 100%;*/
    position: relative;
    padding-top: 6%;
    text-align: center;
}
.section3 .computer{
    width: 755px;
    display: inline-block;
    position: relative;
    margin-top: 6%;
}
.section3 .computer a{
    display: block;
    position: absolute;
    left:93px;
    top:24px;
}
.playBtn{
    background: url(../images/playbtn.png) no-repeat;
    background-size: 100%;
    width: 88px;
    height: 88px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -44px 0 0 -44px;
}
.section3 .section3-b{
    background-color: #f0f5f9;
}
.section3 .section3-b .box{
    padding: 8% 13% 6%;
}
.section3 .section3-b .list-1{
    width: 65%;
    float: left;
}
.section3 .section3-b .list-2{
    width: 35%;
    float: left;
}
.section3 .section3-b .list li i{
    background: url(../images/office-icon-04.png) no-repeat scroll 0 0;
    position: absolute;
    left: 0;
    top: 5px;
    width: 21px;
    height: 21px;
    background-size: 100%;
    display: inline-block;
    margin-right: 10px;
}
.section3 .section3-b .list li{
    padding-left: 37px;
    font-size: 24px;
    color: #1c1c1c;
    margin-bottom: 20px;
    position: relative;
}
.videoBox{
    width: 900px;
    height: 550px;
    background-color: #fff;
    position: relative;
    display: none;
}
.videoBox .video-js{
    width: 100%;
    height: 100%;
}
.videoBox .video-js .vjs-big-play-button{
    line-height: 3em;
    height: 3em;
    width: 3em;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius: 50%;
}
.fancybox-close{
    width: 75px;
    height: 75px;
    top: 0;
    right: -115px;
    background: url(../images/closebtn.png) no-repeat;
    background-size: 100%;
}
@media (max-width: 1600px){
    .section3 .computer{
        margin-top: 8%;
    }
}
@media (max-width: 1500px){
    .section3 .section3-b .list li{
        font-size: 20px;
    }
    .fancybox-close{
        width: 60px;
        height: 60px;
    }
}
@media (max-width: 1400px){
    .section3 .section3-b .list li{
        font-size: 18px;
    }
    .section3 .section3-b .list li i{
        top: 2px;
        width: 18px;
        height: 18px;
    }
    .section3 .section3-t{
        height: 600px;
    }
}
@media (max-width: 1300px){
    .section3 .computer{
        width: 650px;
    }
    .section3 .computer a{
        left: 80px;
        top: 21px;
        width: 76%;
    }
    .section3 .section3-t{
        height: 520px;
    }
    .section3 .section3-b .box {
        padding: 10% 13% 4%;
    }
}
@media (max-width: 1200px){
    .section3 .computer{
        width:600px;
        margin-top: 6%;
    }
    .section3 .computer a {
        left: 71px;
        top: 18px;
    }
    .section3 .section3-t {
        height: 470px;
    }
    .section3 .section3-b .box {
        padding: 10% 6% 4%;
    }
    .fancybox-close {
        width: 40px;
        height: 40px;
        right: -65px;
    }
}
@media (max-width: 1100px){
    .section3 .section3-t {
        height: 400px;
    }
    .section3 .computer{
        width: 520px;
    }
    .section3 .computer a {
        left: 64px;
        top: 16px;
    }
    .fancybox-wrap{
        width: 95% !important;
        left: 50% !important;
        margin-left: -47.5% !important;
    }
    .fancybox-inner{
        width: 100% !important;
        height: 500px !important;
    }
    .videoBox{
        width: 100%;
        height: 100%;
    }
    .fancybox-close{
        width: 30px;
        height: 30px;
        top: -40px;
        right: 0;
    }
}
@media (max-width: 992px) {
    .section3 .section3-b .list li{
        padding-left: 25px;
    }
    .section3 .section3-b .list li i {
        top: 5px;
        width: 16px;
        height: 16px;
    }
    .section3 .section3-b .box {
        padding: 10% 0 4%;
    }
    .section3 .section3-b .list li{
        font-size: 16px;
    }
    .section3 .section3-b .list li i{
        top: 2px;
    }
    .section3 .section3-b .list li{
        margin-bottom: 8px;
    }
    .section3 .section3-t{
        height: 380px;
    }
    
    
}
@media (max-width: 767px) {
    .section3{
        background: url(../images/office-img-2-mobile.jpg) no-repeat #f0f5f9;
        background-size: 100%;
    }
    .section3 .computer{
        width:60%;
        /*margin: 0;
        margin-top:6%;*/
        position: absolute;
        left: 50%;
        margin-left: -30%;
        bottom: auto;
    }
    .section3 .computer a {
        left: 12%;
        top: 5%;
    }
    .section3 .section3-t {
        height: 330px;
        background: none;
        padding:6% 0 0;
    }
    .section3 .section3-b{
        padding: 0 4%;
    }
     .fancybox-inner{
        height: 380px !important;
    }
    
    
}
@media (max-width: 700px) {
    .section3 .section3-t {
        height: 300px; 
    }
}
@media (max-width: 650px) {
    /*.section3 .section3-t {
        height: 290px; 
    }*/
    .section3 .section3-b .list li{
        font-size: 14px;
    }
    .section3 .section3-b .box{
        padding-top: 6%;
    }
}
@media (max-width: 550px) {
    .section3 .section3-t{
        height: 270px;
    }
    .section3 .section3-b .list li{
        font-size: 12px;
        padding-left: 18px;
    }
    .section3 .section3-b .list li i{
        width: 12px;
        height: 12px;
        top: 1px;
    }
}
@media (max-width: 500px) {
    .section3 .section3-t{
        height: 240px;
    }
}
@media (max-width: 450px) {
    .section3 .section3-t{
        height: 220px;
    }
    .section3 .section3-b{
        padding: 0 8%;
    }
    .section3 .section3-b .list li{
        font-size: 11px;
    }
    .section3 .section3-b .box{
        padding-top: 4%;
    }
    .section3 .section3-b .list-1,
    .section3 .section3-b .list-2{
        width: 100%;
    }
}
@media (max-width: 400px) {
    
    
}
@media (max-width: 380px) {
    .section3 .section3-b .box{
        padding-top: 0;
    }
    .section3 .section3-t {
        height: 200px;
    }
}
/*======================第四屏======================*/
.section4 {
    padding: 6% 5% 0;
    background: #fff;
}
.section4 .commom-header {
    margin-bottom: 4%;
}
.section4 .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}

.section4 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
}
.section4 .swiper-container {
    padding-bottom: 5%;
}

.section4 .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: -42px;
    z-index: 100000;
    position: relative;
}

.section4 .swiper-pagination-bullet-active {
    background: #d90030;
}

.section4 .swiper-slide{
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}
.section4 .section4-1{
    color: #fff;
    position: relative;
    width: 100%;
}
.swiper-slide-prev .section4-1{
    display: none;
}
.swiper-slide-active .section4-1{
    display: block;
}
.section4-1-top{
    width: 100%;
    height: 521px;
    background: url(../images/office-img-4.jpg) no-repeat center;
    background-size: cover;
}
.section4-1-btm{
    padding: 2% 20%;
}
.section4 .section4-1 h3{
    font-size: 34px;
}
.section4 .section4-1 h4{
    font-size: 24px;
    margin-top: 10px;
    width: 100%;
}
.section4 .section4-1 .textList{
    width: 60%;
}
.section4 .section4-1 .textList li{
    float: left;
    width: 33.33%;
    font-size: 24px;
}
.section4 .section4-1 .textList li i{
    margin-right: 10px;
    position: relative;
    display: inline-block;
    height: 21px;
}
.section4 .section4-1 .icon-1{
    background: url(../images/office-icon-01.png) no-repeat;
    width: 18px;
    top: 2px;
    background-size: 100%;
}
.section4 .section4-1 .icon-2{
    background: url(../images/office-icon-02.png) no-repeat;
    width: 22px;
    top: 2px;
    background-size: 100%;
}
.section4 .section4-1 .icon-3{
    background: url(../images/office-icon-03.png) no-repeat;
    width: 21px;
    background-size: 100%;
}
.section4 .section4-1 .phone{
    width: 422px;
    height: 700px;
    background: url(../images/office-phone.png) no-repeat;
    position: absolute;
    right: 18%;
    top: 10%;
    z-index: 10;
    padding: 105px 71px 0;
    background-size: 100%;
    display: none;
}
.section4 .section4-1 .phone .pic{
    width: 100%;
    height: 492px;
}
.section4 .section4-1 .phone .pic-1{
    /*background: url(../images/office-phone-inner1.jpg) no-repeat scroll 0 0;*/
    /*padding: 166px 0 0 0;*/
    position: relative;
}
.section4 .section4-1 .phone .loginBox{
    width: 100%;
    height: 100%;
    padding: 0 30px;
    position: absolute;
    left: 0;
    top: 166px;
    
}
.section4 .section4-1 .phone .loginBox .form-item{
    line-height: 34px;
    height: 34px;
    margin:0 auto 15px;
    color: #0f0f0f;
    font-size: 14px;
    width: 100%;
    padding: 0 30px;
    border:1px solid #000;
    border-radius: 30px;
}
.section4 .section4-1 .phone .loginBox .form-item span{
    display: none;
}
.section4 .section4-1 .phone .loginBox .button{
    line-height: 34px;
    height: 34px;
    padding: 0 40px;
    text-align: center;
    color: #fff;
    text-transform:uppercase;
    display: block;
    font-size: 14px;
    border-radius: 30px;
    position: relative;
}
.section4 .section4-1 .phone .loginBox .dot{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background:#fff;
    position: absolute;
    opacity:0.4;
    filter:alpha(opacity=40); 
    top: 12px;
    right: 25px;
    display: none;
}
.section4 .section4-1 .phone .pic-2{
    /*background: url(../images/office-phone-inner2.jpg) no-repeat scroll 0 0;*/
    display: none;
}
.section4-2{
    background-color: #f4f4f4;
    padding: 3% 20%;
    width: 100%;
    height: 100%;
    text-align: center;
}
.section4-2 h3{
    font-size: 34px;
    color: #555555;
    font-weight: 700;
    text-transform:uppercase;
   
}
.section4-2-box{
    padding-top: 8%;
    /*display: flex;
    justify-content: space-between;
    align-items:center;
    flex-direction:column;*/
    display: table;
    width: 100%;
}
.section4-2-box .item{
    width: 25%;
    /*float: left;*/
    display: table-cell;
    vertical-align: middle;
    position: relative;
    
}
.section4-2-box-2{
    text-align: center;
}

.section4-2-box .item .box{
    position: relative;
}
.section4-2-box .item-1{
    width: 30%;
    text-align: left;
}
.section4-2-box .item-2{
    width: 19%;
}
.section4-2-box .item-3{
    width: 30%;
}
.section4-2-box .item-4{
    width: 20%;
}
.section4-2-box .item .img1-1,
.section4-2-box .item .img1-2,
.section4-2-box .item .img2-1,
.section4-2-box .item .img2-2,
.section4-2-box .item .img3-1,
.section4-2-box .item .img3-2,
.section4-2-box .item .img3-3,
.section4-2-box .item .img3-4{
    display: none;
}
.section4-2-box .item .svg-1{
    position: absolute;
    top: 32%;
    right: -55%;
}
.section4-2-box .item .svg-2{
    position: absolute;
    top: 20%;
    right: -55%;
}
.section4-2-box .item .svg-3{
    position: absolute;
    top: 45%;
    right: -72%;
}
.section4-2-box .item .svg-4{
    position: absolute;
    top: 55%;
    left: -50%;
}
.section4-2-box .item .svg-5{
    position: absolute;
    top: 0;
    left: -50%;
}
.section4-2-box .item .box{
    padding:40px 0;
}
@-webkit-keyframes fadeInRight{
    0%{
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
      }
    to{
        opacity:1;
        -webkit-transform:none;
        transform:none}
}
@-moz-keyframes fadeInRight{
    0%{
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
      }
    to{
        opacity:1;
        -webkit-transform:none;
        transform:none}
}
@-o-keyframes fadeInRight{
    0%{
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
      }
    to{
        opacity:1;
        -webkit-transform:none;
        transform:none}
}
@keyframes fadeInRight{
    0%{
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
        }
        to{
            opacity:1;
            -webkit-transform:none;transform:none
            }
}
.fadeInRight{
    -webkit-animation-name:fadeInRight;
    animation-name:fadeInRight
}
.animated{
    -webkit-animation-duration:1s;
    animation-duration:1s;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both
}
.dotcircle{
    animation: dotcircle .5s ease 3;
    -webkit-animation: dotcircle .5s ease 3;
}

@-webkit-keyframes dotcircle {
   0%{
        width: 10px;
        height: 10px;
        opacity:0.4;
        filter:alpha(opacity=40); 
        top: 12px;
        right: 25px;
    }
    50%{
        width: 15px;
        height: 15px;
        opacity:0.5;
        filter:alpha(opacity=50); 
        top: 8px;
        right: 22px;
    }
    100% {
        opacity:0.6;
        filter:alpha(opacity=60); 
        width: 18px;
        height: 18px;
        top: 7px;
        right:20px;
    }
}
@-moz-keyframes dotcircle {
   0%{
        width: 10px;
        height: 10px;
        opacity:0.4;
        filter:alpha(opacity=40); 
        top: 12px;
        right: 25px;
    }
    50%{
        width: 15px;
        height: 15px;
        opacity:0.5;
        filter:alpha(opacity=50); 
        top: 8px;
        right: 22px;
    }
    100% {
        opacity:0.6;
        filter:alpha(opacity=60); 
        width: 18px;
        height: 18px;
        top: 7px;
        right:20px;
    }
}
@-o-keyframes dotcircle {
   0%{
        width: 10px;
        height: 10px;
        opacity:0.4;
        filter:alpha(opacity=40); 
        top: 12px;
        right: 25px;
    }
    50%{
        width: 15px;
        height: 15px;
        opacity:0.5;
        filter:alpha(opacity=50); 
        top: 8px;
        right: 22px;
    }
    100% {
        opacity:0.6;
        filter:alpha(opacity=60); 
        width: 18px;
        height: 18px;
        top: 7px;
        right:20px;
    }
}
@keyframes dotcircle {
    0%{
        width: 10px;
        height: 10px;
        opacity:0.4;
        filter:alpha(opacity=40); 
        top: 12px;
        right: 25px;
    }
    50%{
        width: 15px;
        height: 15px;
        opacity:0.5;
        filter:alpha(opacity=50); 
        top: 8px;
        right: 22px;
    }
    100% {
        opacity:0.6;
        filter:alpha(opacity=60); 
        width: 18px;
        height: 18px;
        top: 7px;
        right:20px;
    }
}
@media (max-width: 1850px){
    .section4 .section4-1 .phone {
        /*width: 400px;
        height: 657px;*/
        right: 12%;
    }
    .section4-2{
        padding: 3% 18%;
    }
}
@media (max-width: 1700px){
    
    .section4 .swiper-container{
        padding-bottom: 8%;
    }
    .section4 .section4-1 .textList li{
        font-size: 22px;
    }
    .section4-2{
        padding: 3% 12%;
    }
}

@media (max-width: 1600px){
    .section4 .section4-1 .textList li{
        font-size: 20px;
    }
    .section4 .section4-1 .phone{
        top: 6%;
    }
    .section4 .section4-1 h3{
        font-size: 30px;
    }
    .section4-2{
        padding: 3% 10%;
    }
    .section4-2-box .item .svg-1,
    .section4-2-box .item .svg-2{
        right: -60%;
    }
}
@media (max-width: 1400px){
    .section4 .section4-1 h3{
        font-size: 26px;
    }
    .section4 .section4-1 h4{
        font-size: 22px;
    }
    .section4 .section4-1 .textList li{
        font-size: 18px;
    }
    .section4-1-btm{
        padding: 2% 12%;
    }
    .section4-2-box .item-2{
        width: 18%;
        
    }
    
    .section4-2-box .item-3 {
        width: 35%;
    }
    .section4-2-box .item .svg-1, .section4-2-box .item .svg-2{
        right: -50%;
    }
    .section4-2-box .item .svg-4,
    .section4-2-box .item .svg-5 {
        left: -60%;
    }
    .section4-2 h3{
         font-size: 30px;
    }
    
}
@media (max-width: 1300px){
    .section4 .section4-1 h3{
        font-size: 24px;
    }
    .section4 .section4-1 h4{
        font-size: 20px;
    }
    .section4 .section4-1 .icon-1,
    .section4 .section4-1 .icon-2,
    .section4 .section4-1 .icon-1{
        width: 16px;
    }
    .section4 .section4-1 .textList li i{
        height: 18px;
    }
    .section4-1-top{
        height: 450px;
    }
    .section4 .section4-1 .phone{
        width: 370px;
        height: 605px;
        padding: 94px 56px 0 63px;
    }
    .section4 .section4-1 .phone .loginBox{
        padding: 0 20px;
        top: 120px;
    }
    .section4-2-box .item-1 img{
        width: 70%;
    }
    .section4-2-box .item .svg-1, .section4-2-box .item .svg-2 {
        right: -34%;
        width: 94%;
    }
    .section4-2-box .item .svg-1{
        top: 35%;
    }
    .section4-2{
        padding-right: 5%;
    }
    .section4-2-box .item-2{
        width: auto;
        text-align: left;
        padding: 0 2%;
    }
    .section4-2-box .item-2 img{
        width: 50%;
    }
    .section4-2-box .item-4 img{
        width: 35%;
    }
    .section4-2-box .item-3 img{
        width: 30%;
    }
    .section4-2 h3{
         font-size: 26px;
    }
}
@media (max-width: 1200px) {
    
}
@media (max-width: 1100px) {
    .section4-1-top {
        height: 390px;
    }
    .section4 .section4-1 .phone{
        right: 4%;
    }
    .section4 .section4-1 .phone{
        width: 335px;
        height: 550px;
        padding:83px 50px 0 57px;
    }
    .section4 .section4-1 .textList li{
        font-size: 16px;
    }
    .section4 .section4-1 .icon-2{
        top: 5px;
    }
    .section4 .section4-1 .phone .loginBox{
        top: 110px;
    }
    .section4 .swiper-container-horizontal>.swiper-pagination-bullets{
        bottom: -20px;
    }
    
    .section4 .swiper-container{
        padding-bottom: 6%;
    }

    .section4 .section4-1 .icon-1{
        width: 14px;
        height: 16px;
        top: 5px;
    }
    
}

@media (max-width: 992px) {
    .section4 .section4-1 h3{
        font-size: 20px;
    }
    .section4 .section4-1 h4{
        font-size: 18px;
    }
    .section4-1-btm{
        padding: 2% 4%;
    }
    .section4 .section4-1 .textList li{
        font-size: 14px;
    }
    .section4 .section4-1 .phone {
        width: 300px;
        height: 495px;
        padding: 75px 45px 0 52px;
    }
    .section4 .section4-1 .phone .loginBox{
        top: 100px;
    }
    .section4 .section4-1 .phone .loginBox .form-item{
        padding: 0 15px;
    }
    .section4-1-top{
        height: 370px;
    }
    .section4-2-box .item-3 img {
        width: 25%;
    }
    .section4-2 h3{
         font-size: 22px;
    }
    .section4-2-box{
        padding-top: 2%;
    }
}
@media (max-width: 767px) {
    .section4 .section4-1 .phone{
        width: 260px;
        height: 425px;
        padding: 63px 39px 0 44px;
    }
    .section4 .section4-1 .phone .loginBox{
        padding: 0 10px;
    }
    .section4 .section4-1 .phone .loginBox .form-item{
        margin-bottom: 10px;
    }
    .section4 .section4-1 .phone .loginBox .form-item,
    .section4 .section4-1 .phone .loginBox .button{
        height: 28px;
        line-height: 28px;
        font-size: 12px;
    }
    .section4 .section4-1 .phone{
        right: 2%;
    }
    .section4 .section4-1 .phone .loginBox .dot{
        width: 6px;
        height: 6px;
        top: 13px;
        right: 20px;
    }
    .section4-2-box .item-2 img {
        width: 75%;
    }
    .section4-2-box .item-3 img {
        width: 32%;
    }
    .section4-2-box .item-4 img {
        width: 45%;
    }
    .section4-2-box .item .svg-1, .section4-2-box .item .svg-2{
        right: -37%;
    }
    .section4-2-box .item .svg-1{
        top: 30%;
    }
    .section4-2-box .item .svg-4{
        top: 45%;
    }
    .section4-2 h3 {
        font-size: 18px;
    }
    .section4-2{
        padding: 6% 5%;
    }
    .section4-2-box .item .box{
        padding: 25px 0;
    }
    @keyframes dotcircle {
        0%{
            width: 6px;
            height: 6px;
            opacity:0.4;
            top: 13px;
            right: 20px;
        }
        50%{
            width: 8px;
            height: 8px;
            opacity:0.6;
            top:10px;
            right: 17px;
        }
        100% {
            opacity:0.8;
            width: 12px;
            height: 12px;
            top: 8px;
            right:15px;
        }
    }


    @-webkit-keyframes dotcircle {
        0%{
            width: 6px;
            height: 6px;
            opacity:0.4;
            top: 13px;
            right: 20px;
        }
        50%{
            width: 8px;
            height: 8px;
            opacity:0.6;
            top:10px;
            right: 17px;
        }
        100% {
            opacity:0.8;
            width: 12px;
            height: 12px;
            top: 8px;
            right:15px;
        }
    }
    .section4 .section4-1 .phone .loginBox{
        height: 100%;
    }
}
@media (max-width: 650px) {
    .section4 .section4-1 .phone{
        width: 45%;
        height: 390px;
        padding: 11% 7% 0px 8%;
        right: 0;
    }
    .section4 .section4-1 .phone .loginBox {
        top: 15%;
    }
    .section4 .section4-1 .phone .loginBox .form-item, 
    .section4 .section4-1 .phone .loginBox .button{
        height: 25px;
        line-height: 25px;
    }
    .section4 .section4-1 .phone .loginBox .dot{
        top: 10px;
        right: 20px;
    }
    .section4-2-box .item .svg-3{
        top: 45%;
        right: -84%;
    }
    @keyframes dotcircle {
        0%{
            width: 6px;
            height: 6px;
            opacity:0.4;
            top: 10px;
            right: 20px;
        }
        50%{
            width: 8px;
            height: 8px;
            opacity:0.6;
            top:8px;
            right: 17px;
        }
        100% {
            opacity:0.8;
            width: 12px;
            height: 12px;
            top: 6px;
            right:15px;
        }
    }


    @-webkit-keyframes dotcircle {
        0%{
            width: 6px;
            height: 6px;
            opacity:0.4;
            top: 10px;
            right: 20px;
        }
        50%{
            width: 8px;
            height: 8px;
            opacity:0.6;
            top:8px;
            right: 17px;
        }
        100% {
            opacity:0.8;
            width: 12px;
            height: 12px;
            top: 6px;
            right:15px;
        }
    }
    .section4 .section4-1 .textList{
        width: 90%;
    }
    .section4 .section4-1 h3{
        font-size: 17px;
    }
    .section4 .section4-1 h4 {
        font-size: 15px;
        margin: 3px;
        font-weight: 500;
    }
    .section4 .section4-1 .icon-3{
        position: relative;
        top: 2px;
    }
    .section4 .swiper-container{
        padding-bottom: 12%;
    }
    
    .section4 .section4-1 .phone .loginBox .form-item {
        padding: 0 10px;
    }
}
@media (max-width: 550px) {
    .section4 .section4-1 .phone{
        top: 5%;
    }
    .section4 .section4-1 .phone .loginBox .form-item, 
    .section4 .section4-1 .phone .loginBox .button{
        font-size: 11px;
        height: 22px;
        line-height: 22px;
    }
    .section4 .section4-1 .phone .loginBox {
        top: 13%;
    }
    .section4-1-top{
        height: 310px;
        background: url(../images/office-img-4-mobile.jpg) no-repeat center;
        background-size:auto 100%;
    }
    .section4 .section4-1 .phone .loginBox .button{
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .section4-2-box .item .svg-3{
        /*top: 35%;*/
    }
}
@media (max-width: 450px) {
    .section4 .section4-1 .phone .loginBox {
        padding: 0 5px;
        top:13%;
    }
    .section4 .section4-1 .phone .loginBox .form-item, 
    .section4 .section4-1 .phone .loginBox .button{
        height: 20px;
        line-height: 20px;
    }
    .section4 .section4-1 .phone .loginBox .form-item {
        padding: 0 8px;
        margin-bottom: 5px;
    }
    .section4 .section4-1 .phone .loginBox .dot{
        top: 7px;
        right: 12px;
    }
    .section4-2-box .item .svg-3{
        top: 42%;
    }
    @keyframes dotcircle {
        0%{
            width: 6px;
            height: 6px;
            opacity:0.4;
            top: 7px;
            right: 12px;
        }
        50%{
            width: 8px;
            height: 8px;
            opacity:0.6;
            top:6px;
            right: 10px;
        }
        100% {
            opacity:0.8;
            width: 10px;
            height: 10px;
            top: 5px;
            right:8px;
        }
    }


    @-webkit-keyframes dotcircle {
        0%{
            width: 6px;
            height: 6px;
            opacity:0.4;
            top: 7px;
            right: 12px;
        }
        50%{
            width: 8px;
            height: 8px;
            opacity:0.6;
            top:6px;
            right: 10px;
        }
        100% {
            opacity:0.8;
            width: 10px;
            height: 10px;
            top: 5px;
            right:8px;
        }
    }
    .section4 .section4-1 .textList{
        width: 100%;
    }
    /*.section4-1-top{
        height: 260px;
    }*/
    .section4 .swiper-pagination-bullet{
        width: 9px;
        height: 9px;
    }
    .section4 .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: -10px;
    }
    .section4 .swiper-container {
        padding-bottom: 8%;
    }
    .section4 .section4-1 .textList li {
        font-size: 12px;
    }
    .section4 .section4-1 .phone{
        width: 48%;
        padding: 11% 8% 0px 8%;
    }
    
}
@media (max-width: 400px) {
    .section4-1-top{
        height: 260px;
    }
    .section4 .section4-1 .phone {
        width: 53%;
        padding: 13% 8% 0px 9%;
        top: 6%;
        right: -4%;
    }
    .section4 .section4-1 .phone .loginBox{
        top: 12%;
    }
    .section4 .section4-1 .phone .loginBox .form-item, 
    .section4 .section4-1 .phone .loginBox .button{
        font-size: 10px;
    }
    
}
@media (max-width: 350px) {
    .section4 .section4-1 .textList li{
        font-size: 11px;
    }
    .section4 .section4-1 .icon-3{
        width: 16px;
        top: 4px;
    }
    .section4 .section4-1 .textList li i {
        height: 16px;
        margin-right: 5px;
    }
    .section4 .section4-1 h3{
        font-size: 14px;
    }
}
@media (min-width:0\0) { 
    
}

/*======================第五屏======================*/
.section5{
    padding: 6% 12% 5%;
    background: url(../images/office-img-5.jpg) no-repeat #e1f3ff;
    background-size: cover;
}
.section5 .macBox{
    margin: 5% 0 0;
    padding: 0 0 3%;
    position: relative;
    text-align: center;
}
.section5 .macBox .pic{
    /*width: 713px;
    height: 588px;*/
    display: inline-block;
    width: 100%;
    position:absolute;
    left: 0;
    top: 0;
    text-align: center;
    padding: 28px 0 0;
}
.section5 .macBox .pic a{
    display: inline-block;
    text-align: left;
}
.section5 .macBox .playBtn{
    width: 75px;
    height: 75px;
    margin: -38px 0 0 -38px;
}
.section5 .text{
    color: #323232;
    font-size: 24px;
    text-align: center;
}
@media (max-width: 1600px) {
}
@media (max-width: 1400px) {
    .section5 .text{
        font-size: 22px;
    }
}
@media (max-width: 1300px) {
    .section5 .macBox .pic{
        padding-top: 27px;
    }
    .section5 .text{
        font-size: 18px;
    }
    .playBtn{
        width: 70px;
        height: 70px;
    }
}
@media (max-width: 1100px) {
    .section5 .text{
        font-size: 16px;
    }
    .section5 .macBox{
        width: 70%;
        margin: 5% auto 0;
    }
    .section5 .macBox .pic {
        padding: 23px 22px 0;
    }
}
@media (max-width:992px) {
    .section5{
        padding: 6% 8% 5%;
    }
    .section5 .text{
        font-size: 14px;
    }
    .section5 .macBox .pic {
        padding: 4% 3% 0;
    }
}
@media (max-width:767px) {
    .section5,
    .section5 .macBox .playBtn{
        padding: 6% 5%;
    }
    .playBtn{
        width: 60px;
        height: 60px;
        margin: -30px 0 0 -30px;
    }
}
@media (max-width:450px) {
    .section5 .text{
        font-size: 12px;
    }
    .playBtn,
    .section5 .macBox .playBtn{
        width: 45px;
        height: 45px;
        margin: -22px 0 0 -22px;
    }
    
}
@media (max-width:350px) {
    .section5 .text{
        font-size: 11px;
    }
    .playBtn,
    .section5 .macBox .playBtn{
        width: 35px;
        height: 35px;
        margin: -17px 0 0 -17px;
    }
}
/*======================第六屏======================*/
.section6{
    padding: 6% 20% 4%;
    background-color: #caeaff;
    text-align: center;
}
.section6 .desc{
    font-size: 23px;
    color: #5b5b5b;
    line-height: 30px;
    text-align: center;
    margin-top: 10px;
}
.section6 .picBox{
    display: inline-block;
    margin: 4% 0;
    position: relative;
}
.section6 .picBox .pic-3{
    position: absolute;
    left: 28px;
    top: 15px;
}
.section6 .picBox .productr{
    background-color: #fff;
    padding: 5px 15px;
    position: relative;
}
.section6 .ptop{
    position: absolute;
    width: 60%;
    height: 100%;
    right: 0;
    top: 0;
}
.section6 .BtnBox,
.cloud-intro .BtnBox{
    text-align: center;
    padding:2% 0 0;
}
.section6 .BtnBox a,
.cloud-intro .BtnBox a{
    padding:0 75px;
    line-height: 60px;
    color: #fff; 
    display: inline-block;
    font-size: 20px;
    border-radius: 4px;
    margin: 0 6px;
}
.section6 .picBox .productl{
    position: absolute;
    right: 140px;
    top: 30px;
    z-index: 2;
}
.section6 .picBox .productr{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
}
.section6 .picBox .productr:before{
    content: "";
    width: 0;
    border-right: 8px solid #fff;
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    border-left:medium none;
    position: absolute;
    left: -8px;
    top: 50%;
    margin-top: -4px;
}
.borderBox {
    border: 2px solid transparent;
    border-radius: 50%;
    display: block;
    padding: 6px 2px;
    width: 98px;
    transform: rotateX(-30deg);
    -ms-transform: rotateY(-30deg);
    -moz-transform: rotateY(-30deg);
    -webkit-transform: rotateY(-30deg);
    -o-transform: rotateY(-30deg);
    text-align: center;
}


.borderBox>img {
    width: 80%;
    height: auto;
}

.borderBox:before {
    display: block;
    position: absolute;
    content: "";
    left: -12px;
    top: -12px;
    right: -12px;
    bottom: -12px;
    border: 2px solid #fff;
    border-radius: 50%;
    opacity: 0;
}

.borderBox:after {
    display: block;
    position: absolute;
    content: "";
    left: -22px;
    top: -22px;
    right: -22px;
    bottom: -22px;
    border: 2px solid #fff;
    border-radius: 50%;
    opacity: 0;
}

.borderBox {
    animation: ripple-small 1s ease-out forwards;
    -webkit-animation: ripple-small 1s ease-out forwards;
}

.borderBox:before {
    animation: ripple-middle 1s ease-out infinite;
    -webkit-animation: ripple-middle 1s ease-out infinite;
}

.borderBox:after {
    animation: ripple-big 1s ease-out infinite;
    -webkit-animation: ripple-big 1s ease-out infinite;
}
@-webkit-keyframes ripple {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1, .1)
    }
    5% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1)
    }
}

@-moz-keyframes ripple {
    0% {
        opacity: 0;
        -moz-transform: scale(.1, .1)
    }
    5% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -moz-transform: scale(1)
    }
}

@-o-keyframes ripple {
    0% {
        opacity: 0;
        -o-transform: scale(.1, .1)
    }
    5% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -o-transform: scale(1)
    }
}

@keyframes ripple {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1, .1);
        -moz-transform: scale(.1, .1);
        -ms-transform: scale(.1, .1);
        transform: scale(.1, .1)
    }
    5% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}
@-webkit-keyframes ripple-small {
    to {
        border: 2px solid rgba(255,255,255,.6);
    }
}

@keyframes ripple-small {
    to {
        border: 2px solid rgba(255,255,255,.6);
    }
}
@-webkit-keyframes ripple-middle {
    30% {
        opacity: 0.4;
    }
    50% {
        opacity: 0.8;
    }
    100% {
        opacity: 0.8;
    }
}
@keyframes ripple-middle {
    30% {
        opacity: 0.4;
    }
    50% {
        opacity: 0.8;
    }
    100% {
        opacity: 0.8;
    }
}
@-webkit-keyframes ripple-big {
    50% {
        opacity: 0.2;
    }
    75% {
        opacity: 0.6
    }
    100% {
        opacity: 0.6;
    }
}
@keyframes ripple-big {
    50% {
        opacity: 0.2;
    }
    75% {
        opacity: 0.6
    }
    100% {
        opacity: 0.6;
    }
}
@media (max-width: 1800px){
    .section6 .desc{
        font-size: 22px;
    }
}
@media (max-width: 1700px){
    .section6 {
        padding: 6% 15% 4%;
    }
    

}
@media (max-width: 1600px){
     .section6 .desc{
        font-size: 20px;
    }
}
@media (max-width:1500px){
    .section6 .desc{
        font-size: 18px;
    }
}
@media (max-width: 1300px){
    .borderBox{
        width: 85px;
    }
    .section6 .picBox .productr img{
        width:100px; 
    }
}
@media (max-width: 1200px){
    .section6 .desc{
        font-size: 16px;
    }
    .section6 .BtnBox a,
    .cloud-intro .BtnBox a{
        font-size: 18px;
        padding: 0 60px;
        line-height: 55px;
    }
    .section6 .picBox .productr img {
        width: 70px;
    }
    .section6 .picBox .productl{
        right: 100px;
        top: 18px;
    }
}
@media (max-width: 1100px){
    .section6 {
        padding: 6% 8% 5%;
    }
}
@media (max-width:992px){
    .section6 {
        padding: 6% 5%;
    }
    .section6 .BtnBox a,
    .cloud-intro .BtnBox a{
        font-size: 16px;
        padding: 0 40px;
        line-height: 45px;
    }
    .borderBox{
        width: 55px;
    }
    .section6 .picBox .productl {
        right: 21%;
        top: 7%;
    }
    .section6 .desc {
        font-size: 14px;
        line-height: 24px;
    }
}
@media (max-width:850px){
    .section6 .picBox .productl {
        right: 22%;
        top: 7%;
    }
}
@media (max-width:767px){
    .section6 .picBox .productl {
        right: 26%;
        top: 7%;
    }
}
@media (max-width:650px){
    .section6 .desc{
        line-height: 20px;
    }
    .section6 .picBox .productr{
        padding: 5px 8px;
    }
    .borderBox{
        width: 45px;
    }
    .section6 .picBox .productl{
        right: 28%;
        top: 11%;
    }
}
@media (max-width:550px){
    .section6 .picBox .productr img{
        width: 55px;
    }
    .section6 .picBox .pic-3{
        width: 25px;
        left: 5px;
        top: 5px;
    }
}
@media (max-width:450px){
    .section6 .desc{
        font-size: 12px;
        line-height: 14px
    }
    .section6 .BtnBox a,
    .cloud-intro .BtnBox a{
        font-size: 14px;
        padding: 0 30px;
        line-height: 35px;
    }
    .section6 .picBox .productr img {
        width: 45px;
    }
    .borderBox {
        width: 30px;
    }
    .borderBox:before{
        left: -6px;
        top: -6px;
        right: -6px;
        bottom: -6px;
        border: 1px solid #fff;
    }
    .borderBox:after{
        left: -5px;
        top: -5px;
        right: -5px;
        bottom: -5px; 
        border: 1px solid #fff;
    }
}
@media (max-width:350px){
}
/*common title*/

.cloud-intro {
	padding-top: 0;
}
.cloud-left,
.cloud-right{
    display: none;
}


@media only screen and (max-width: 1024px) {
	.eg-content .commom-header {
		font-size: 22px;
	}
	.eg-content .nav-path .nav-path-content {
		padding-left: 3.6%;
		padding-right: 3.6%;
		padding-top: 13px;
		padding-bottom: 17px;
	}
	.eg-content .nav-path a {
		font-size: 12px;
	}
	.eg-content .nav-path p {
		font-size: 18px;
	}
	.cloud-intro {
		padding-top: 0;
	}

}

@media only screen and (max-width:767px) {
	.eg-content .nav-path a {
		font-size: 12px;
	}
	.eg-content .nav-path p {
		font-size: 16px;
	}
	.cloud-intro {
		padding-top: 0;
	}
    .eg-content .cloud-intro div.commom-header{
        padding: 0;
    }
    .eg-content .cloud-intro{
        padding: 6% 5%;
    }
    .eg-content .commom-header{
        font-size: 18px;
    }
}

@media only screen and (max-width:550px) {
	.eg-content .commom-header {
		font-size: 16px;
	}
}
@media only screen and (max-width:450px) {
	.eg-content .commom-header {
		font-size: 14px;
	}
}
@media only screen and (max-width:380px) {
	.eg-content .commom-header {
		font-size: 12px;
	}
}
/*======================第七屏======================*/
/*云 css*/

.cloud-intro {
    padding: 6% 10% 4%;
    background: #f4f4f4;
}

.cloud-intro .default-move {
    width: 100%;
    text-align: center;
    padding-top: 3%;
}

.cloud-move {
    position: relative;
}

.cloud-move img {
    width: 100%;
    /*transform: scale(0.9)*/
}
.cloud-left{
    text-align: center;
    padding-top: 3%;
}
.move-title {
    position: absolute;
    left: 4%;
    top: 4%;
    width: 100%;
}

.move-title span {
    cursor: pointer;
    display: inline-block;
    width: 15%;
    padding: 3% 0;
    line-height: 30px;
    text-align: center;
    opacity: 0;
    position: absolute;
    left: 0;
    text-indent: -999em;
}

.move-title span:last-child {
    position: absolute;
    right: 10%;
    left: auto;
}


/*show hide*/

.mobile-show {
    display: none;
}


/*适配*/

@media screen and (max-width: 1280px) {
    .commom-header {
        font-size: 26px;
    }
}


@media screen and (max-width: 767px) {
    .mobile-show {
        display: block;
    }
    .pc-show {
        display: none;
    }
    .move-title {
        left: 0;
        top: 2%;
    }
    .move-title span {
        padding: 0;
    }
    .move-title span:focus {
        outline: #fff;
    }
    .move-title span:last-child {
        right: 1%;
    }
    .cloud-intro {
        padding: 20px 0 0;
    }
}
/*======================第八屏======================*/
.section8{
    background-color: #def4ff;
    padding: 6% 10% 4%;
}
.section8 .pic{
    text-align: center;
    padding-top: 4%;
}
.section8Box .pic-left{
    float: left;
    width: 15%;
    height: 100%;
    text-align: right;
    vertical-align: middle;
    padding-top: 20%;
    padding-right: 20px;
}
.section8Box .pic-left a{
    display:inline-block;;
}
.section8Box .pic{
    float: left;
    width: 85%;
    position: relative;
    text-align: left;
}
.section8Box .product{
    line-height: 85px;
    position: absolute;
    width:300px;
}
.section8Box .product a{
    display: inline-block;
}
.section8Box .product img{
    float: left;
}
.section8Box .product span{
    display: inline-block;
    float: left;
    font-size: 16px;
    color: #1478be;
    padding-left: 10px;
}
.section8Box .p1{
    left: 53%;
    top: 9%;
}
.section8Box .p2{
    left: 72%;
    top: 40%;
    /*width: 20%;*/
}
.section8Box .pBox{
    left: 55%;
    top: 70%;
    width: 40%;
    position: absolute;
}
.section8Box .p3,
.section8Box .p4{
    float: left;
    width: auto;
}
.section8Box .p3{
    margin-left: 6%;
}
.section8Box .p3 img,
.section8Box .p3 span,
.section8Box .p4 img,
.section8Box .p4 span{
    float: none;
}
.section8Box .p3 span,
.section8Box .p4 span{
    display: block;
    line-height: 30px;
    padding: 0;
    text-align: center;
}
@media screen and (max-width: 1850px) {
    .section8Box .p1 {
        left: 58%;
        top: 10%;
    }
    .section8Box .p2{
       left: 76%;
    }
    .section8Box .product img{
        width: 210px;
    }
    .section8Box .product.p2 img {
        width: 155px;
    }
    .section8Box .p3 img{
        width: 190px;
    }
    .section8Box .p4 img{
        width: 115px;
    }
    .section8Box .product{
        line-height: 70px;
    }
   .section8Box .pBox{
       left: 60%;
   }
    
}
@media screen and (max-width: 1780px) {
     .section8Box .p2{
       left: 78%;
    }
}
@media screen and (max-width: 1700px) {
    .section8Box .p1 {
        left: 67%;
        top: 12%;
    }
    .section8Box .p2 {
        left: 83%;
    }
}
@media screen and (max-width: 1600px) {
    .section8Box .p1 {
        top: 10%;
        left: 53%;
    }
    .section8Box .p2 {
        left: 72%;
    }
    .section8Box .pBox {
        left: 55%;
        width: 45%;
    }
    .section8Box .pic>img{
        width: 80%;
    }
    .section8Box .p4 img {
        width: 105px;
    }
    .section8Box .p3{
        width: 40%;
    }
}
@media screen and (max-width: 1500px) {
    
    .section8Box .pic-left{
        padding-top: 24%;
    }
    .section8Box .pic-left img{
        width: 80%;
    }
    .section8Box .p1 {
        left: 52%;
        top: 7%;
    }
    .section8Box .p2 {
        
    }
    .section8Box .p4 img {
        width: 100px;
    }
}
@media screen and (max-width: 1300px) {
    .section8Box .pic-left {
        padding-top: 20%;
    }
    .section8Box .p1{
        top: 7%;
    }
    .section8Box .p4 img {
        width: 90px;
    }
    .section8Box .product img {
        width: 180px;
    }
    .section8Box .pic-left img {
        width: 65%;
    }
}
@media screen and (max-width: 1100px) {
    .section8Box .p1 {
        top: 6%;
    }
    .section8Box .p4 img {
        width: 90px;
    }
}
@media screen and (max-width: 992px) {
    .section8Box .product img{
        width: 140px;
    }
    .section8Box .p4 img {
        width: 60px;
    }
}
@media screen and (max-width: 767px) {
    .section8Box .product{
        width: 30%;
    }
    .section8{
        padding: 6% 5%;
    }
    .section8Box .pic-left img{
        width: 75%;
    }
    .section8Box .pic-left {
        padding-top: 17%;
    }
    .section8Box .product.p2{
        width: 22%;
    }
}
@media screen and (max-width:650px) {
    .section8Box .pic>img {
        width: 70%;
    }
    .section8Box .p1{
        top: 7%;
        left: 46%;
    }
    .section8Box .p4{
        position: relative;
        top: -2px;
    }
    .section8Box .product img {
        width: 130px;
    }
    .section8Box .p2 {
        top: 34%;
        left: 62%;
    }
    
    .section8Box .pBox{
        width: 35%;
        left: 45%;
    }
    .section8Box .p4{
        width: 40%;
    }
    .section8Box .pic-left img {
        width:100%;
    }
    .section8Box .pic-left{
        padding-right: 10px;
    }
    .section8Box .p4{
        width: 30%;
    }
    .section8Box .pBox{
        width: 55%;
    }
    .section8Box .p3 {
        width: 40%;
        margin: 0;
    }
    
}
@media screen and (max-width:550px) {
    .section8Box .pic>img {
        width: 75%;
    }
    .section8Box .p1{
        top: 4%;
        left: 50%;
    }
    .section8Box .p2{
        top: 30%;
        left: 67%;
    }
    .section8Box .pBox{
        left: 49%;
        top: 68%;
    }
    .section8Box .product img {
        width: 100px;
    }
    .section8Box .p4 img{
        width:70px;
    }
    .section8Box{
        padding: 4% 0;
    }
    
}
@media screen and (max-width:500px) {
    .section8Box .p1{
        top: 4px;
    }
    
}
@media screen and (max-width:450px) {
    .section8Box .pic>img {
        width: 80%;
    }
    .section8Box .p1 {
        top: -2%;
        left: 52%;
    }
    .section8Box .p2{
        left: 71%;
    }
    
    .section8Box .pBox{
        left: 54%;
    }
    .section8Box .pic-left {
        padding-top: 20%;
    }
}
@media screen and (max-width:400px) {
    .section8Box .pic-left{
        padding-right: 10px;
    }
    .section8Box .product img {
        width:90px;
    }
    .section8Box .p1{
        top: -8%;
    }
    .section8Box .p4 img {
        width: 50px;
    }
}
.ie-show{
   display: none; 
}
.ie-hide{
    display: inline-table;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { 
    .section5 .macBox .pic a,
    .section6 .picBox{
        /*display: block;*/
    }
    .section4-2.section4-2-ie{
        padding: 3% 15%;
    }
    .ie-show{
        display: block; 
    }
    .ie-hide{
        display: none;
    }
}

/*
    2019.0819 add
*/
.big-title {
    font-size: 42px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 35px;
    line-height: 3.5rem;
    text-align: center;
    letter-spacing: 0px;
}
.title-red {
    color: #d20032;
}
.title-padding3 {
    padding: 35px 0 10px 0;
}
.com-box {
    max-width: 1200px;
    margin: 0 auto;
}

.part10-content{
    background: #F4F5F8;
    padding-bottom: 60px;
}
.chooseCon ul {
    text-align: center;
    /* border-bottom: 2px solid #fff; */
}

.chooseCon ul li {
    display: inline-block;
    padding: 15px 30px;
    /* border-bottom: 2px solid #fff; */
    margin-bottom: -2px;
    cursor: pointer;
}
.chooseCon ul li a {
    display: block;
    font-size: 16px;
    color: #333;
}
.chooseCon .chooseList {
    width: 102%;
    margin-top: 10px;
    margin-left: -1%;
}
.chooseCon .chooseList .chooseItem {
    float: left;
    width: 23%;
    margin: 1%;
    background: #fff;
}
.chooseCon .chooseList .chooseItem p {
    padding: 20px;
}
.chooseCon .chooseList .chooseItem p img {
    display: block;
    max-width: 100%;
}
.chooseCon .chooseList .chooseItem p span {
    display: block;
    font-size: 16px;
    color: #333;
    text-align: center;
    margin-top: 10px;
}
.chooseCon .chooseList .chooseItem.on {
    display: block;
    animation: 0.5s opacity;
}

@media(max-width:1350px) {
    .com-box {
        width: 90%;
        margin: 0 auto;
    }
}
@media only screen and (max-width:1222px){
    .chooseCon .chooseList .chooseItem p span {
        font-size: 14px;
        height: 38px;
        overflow: hidden;
    }
}

@media only screen and (max-width:768px){
    .chooseCon .chooseList .chooseItem {
        width: 29%;
        margin: 2%;
    }
    .chooseCon ul li {
        padding: 15px 15px;
    }
    .chooseCon .chooseList .chooseItem p {
        padding: 10px;
    }
    .chooseCon .chooseList .chooseItem p span {
        font-size: 12px;
    }
    .big-title {
        font-size: 23px;
        font-size: 15px;
        line-height: 1;
    }
    .title-padding3 {
        padding: 25px 0 5px 0;
    }
}


