*{margin: 0px;padding: 0px;}
.body-content{width: 100%;height: 100%;}
.body-content .content-one{
    width: 100%;
    margin-top: 102px;
    text-align: center;
    font-family: PingFangSC-Light;
    /*height: 816px;*/
}
.body-content .content-one .animation{
    position:relative;
    animation:myfirst 1s;
    -moz-animation:myfirst 1s; /* Firefox */
    -webkit-animation:myfirst 1s; /* Safari and Chrome */
    -o-animation:myfirst 1s; /* Opera */
}
.content-five .exceShow{
    margin-top: 71px;
    position:relative;
    animation:myfirst 1s;
    -moz-animation:myfirst 1s; /* Firefox */
    -webkit-animation:myfirst 1s; /* Safari and Chrome */
    -o-animation:myfirst 1s; /* Opera */
}
.content-five .fiveImgShow{
    position:relative;
    animation:myfirst 2s;
    -moz-animation:myfirst 2s; /* Firefox */
    -webkit-animation:myfirst 2s; /* Safari and Chrome */
    -o-animation:myfirst 2s; /* Opera */
}

@keyframes myfirst{
    0%   {top:200px;}
    100% {top: 0px;}
}
/*@-moz-keyframes myfirst !* Firefox *!
{}
@-webkit-keyframes myfirst !* Safari and Chrome *!
{}
@-o-keyframes myfirst !* Opera *!
{}*/
@-moz-keyframes myfirst /* Firefox */
{
    0%   {top:200px;}
    100% {top: 0px;}
}
@-webkit-keyframes myfirst /* Safari and Chrome */
{
    0%   {top:200px;}
    100% {top: 0px;}
}
@-o-keyframes myfirst /* Opera */
{
    0%   {top:200px;}
    100% {top: 0px;}
}
.body-content .content-one h1{
    color: #333;
    font-size: 46px;
    font-family: PingFangSC-Light;
    height: 67px;
    padding: 0px;
    margin: 0px;
    line-height: 67px;
}
.body-content .content-one h1 .contentOne-span{
    margin-left: 20px;
    margin-right: 20px;
    display: inline-block;
    content: " ";
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: #333;
    margin-bottom: 13px;
}
.body-content .content-one .contentOne-dev{
    width: 100%;
    margin-top: 19px;
}
.body-content .content-one .contentOne-dev .contentOne-sketch{
    width: 700px;
    height:52px;
    font-size:16px;
    font-family:PingFangSC-Light;
    font-weight:300;
    color:#999999;
    line-height:26px;
    margin: 0px auto;
}
.body-content .content-one .contentOne-btn{
    width: 100%;
    margin-top: 24px;
    line-height: 41px;
    height: 41px;
}
.body-content .content-one .contentOne-btn .contentOneA{
    width:151px;
    height:40px;
    border-radius: 20px;
    font-size: 14px;
    font-family: PingFangSC-Light;
    padding: 10px 46px;
}
.body-content .content-one .contentOne-btn .contentOne-make{
    /*border: 1px solid #9AC200;
    background-color: #9AC200;*/
    background:#9ac200;
    color: #fff;
}
.body-content .content-one .contentOne-btn .contentOne-look{
    /*border: 1px solid #9AC200;*/
    /*border-radius: 20px;*/
    border:1px solid;
    /*border-image:linear-gradient(135deg, rgba(155,217,85,1), rgba(95,196,164,1)) 1 1;*/
    /*border-color: linear-gradient(135deg,rgba(156,218,84,1) 0%,rgba(95,196,164,1) 100%);*/
    background-color: #fff;
    color: #9AC200;
    margin-left: 26px;

}
.body-content .content-one .contentOne-img{
    /*margin-top: 44px;*/
    /*height: 501px;*/
    /*width: 1249px;*/
    width: 100%;
    margin: 0 auto;
    position: relative;
    animation:second 2s;
    -moz-animation:second 2s; /* Firefox */
    -webkit-animation:second 2s; /* Safari and Chrome */
    -o-animation:second 2s; /* Opera */
}
@keyframes second{
    0%   {top:200px;}
    100% {top: 0px;}
}
.body-content .content-one .contentOne-img .contentOne-circle{
    width: 206px;
    height: 206px;
    margin:27px auto;
    position: relative;
    border: 1px solid transparent;
    border-radius: 200px;
    background: white;
    background-clip: padding-box;
    padding: 10px;
    margin-left: 129px;
    top: -77px;
}
.body-content .content-one .contentOne-img .contentOne-circle::after{
    position: absolute;
    top: -40px;
    bottom: -40px;
    left: -40px;
    right: -40px;
    background: linear-gradient(to bottom,#fff, #60C4A2);
    content: '';
    z-index: -1;
    border-radius: 200px;
}
.body-content .content-one .contentOne-img .imgOne{
    /*height: 501px;
    width: 939px;
    margin-top: -240px;
    z-index: 999;
    margin-left: -39px;*/
    margin-top: 25px;
    width: 80%;
    position: relative;
    z-index: -50;
}
.body-content .content-one .contentOne-img .imgTwo{
    width: 188px;
    height: 353px;
    z-index: 1004;
    display: block;
    margin: 0 auto;
    margin-top: -386px;
}

.body-content .content-two{
    width: 100%;
    /*height: 100%;*/
    height: 655px;
    margin-top: 150px;
    text-align: center;
}
.body-content .content-two h2{
    color: #333;
    font-family: PingFangSC-Light;
    font-size: 34px;
    height: 48px;
    line-height: 48px;
    font-weight: 300;
    padding: 0px;
    margin: 0px;
}
.body-content .content-two .contentTwo-div{
    margin-top: 22px;
    width: 100%;
}
.body-content .content-two .contentTwo-div .contentTwo-sketch{
    /*width:509px;*/
    height:28px;
    font-size:16px;
    font-family:PingFangSC-Light;
    font-weight:300;
    color:#999999;
    line-height:28px;
    margin: 0px auto;
}
.body-content .content-two .contentTwo-footer{
    margin-top: 70px;
    width: 100%;
    height:387px;
}
.body-content .content-two .contentTwo-footer .contentTwo-all{
    width: 1178px;
    margin: 0 auto;
    height: 265px;
    position: relative;
}
.body-content .content-two .contentTwo-footer .contentTwo-all .contentTwoLeft,
.body-content .content-two .contentTwo-footer .contentTwo-all .contentTwoCenter{
    width: 306px;
    margin-right: 130px;
    float: left;
}
.body-content .content-two .contentTwo-footer .contentTwo-all .contentTwoRight{
    width: 306px;
    float: left;
}
.body-content .content-two .contentTwo-footer .contentTwo-all .contentTwoLeft .contenTwoImg{}
.body-content .content-two .contentTwo-footer .contentTwo-all .contentTwoLeft .contenTwoImg img,
.body-content .content-two .contentTwo-footer .contentTwo-all .contentTwoCenter .contenTwoImg img,
.body-content .content-two .contentTwo-footer .contentTwo-all .contentTwoRight .contenTwoImg img{
    width: 120px;
    height: 120px;
}
.body-content .content-two .contentTwo-footer .contentTwo-all .contentTwoLeft .contenTwoPTop,
.body-content .content-two .contentTwo-footer .contentTwo-all .contentTwoCenter .contenTwoPTop,
.body-content .content-two .contentTwo-footer .contentTwo-all .contentTwoRight .contenTwoPTop{
    font-size:20px;
    font-family:PingFangSC-Regular;
    font-weight:400;
    color:rgba(51,51,51,1);
    margin-top: 34px;
}
.body-content .content-two .contentTwo-footer .contentTwo-all .contentTwoLeft .contenTwoPBot,
.body-content .content-two .contentTwo-footer .contentTwo-all .contentTwoCenter .contenTwoPBot,
.body-content .content-two .contentTwo-footer .contentTwo-all .contentTwoRight .contenTwoPBot{
    font-size:16px;
    font-family:PingFangSC-Light;
    line-height: 30px;
    font-weight:300;
    color:rgba(102,102,102,1);
    margin-top: 24px;
}
.body-content .content-two .contentTwo-footer .contentTwo-all .contentTwo-sample{
    width:577px;
    height:377px;
    background:rgba(255,255,255,1);
    margin-top: 65px;
    margin-left: 0px;
    position: absolute;
    box-shadow: darkgrey 0px 1px 46px -8px;
}
.body-content .content-two .contentTwo-footer .contentTwo-all .contentTwo-introduce{
    width:357px;
    height:120px;
    font-size:16px;
    font-family:PingFangSC-Regular;
    font-weight:400;
    color:rgba(145,148,153,1);
    line-height:30px;
    position: absolute;
    right: 0px;
    top: 149px;
}
.body-content .content-two .contentTwo-footer .contentTwo-left{
    width: 593px;
    height: 263px;
    float: left;
}
.body-content .content-two .contentTwo-footer .contentTwo-left .contentLeft-top{
    width:591px;
    height:121px;
    background:rgba(255,255,255,1);
    box-shadow:0px 0px 12px 0px rgba(0,0,0,0.04);
    border:1px solid rgba(238,238,238,1);
}
.body-content .content-two .contentTwo-footer .contentTwo-left .contentLeft-top .contentLeft-img,
.body-content .content-two .contentTwo-footer .contentTwo-left .contentLeft-bottom .contentLeft-img{
    width: 56px;
    height: 56px;
    margin-left: 42px;
    margin-top: 33px;
    border: 1px dashed #999999;
    float: left;
}
.body-content .content-two .contentTwo-footer .contentTwo-left .contentLeft-top .contentLeft-right,
.body-content .content-two .contentTwo-footer .contentTwo-left .contentLeft-bottom .contentLeft-right{
    margin-left: 21px;
    margin-top: 33px;
    height: 56px;
    float: left;
}
.body-content .content-two .contentTwo-footer .contentTwo-left .contentLeft-top .contentLeft-right h4,
.body-content .content-two .contentTwo-footer .contentTwo-left .contentLeft-bottom .contentLeft-right h4{
    width:64px;
    height:22px;
    font-size:16px;
    font-family:PingFangSC-Medium;
    font-weight:500;
    color:#333;
    line-height:22px;
    margin: 0px;
}
.body-content .content-two .contentTwo-footer .contentTwo-left .contentLeft-top .contentLeft-right p,
.body-content .content-two .contentTwo-footer .contentTwo-left .contentLeft-bottom .contentLeft-right p{
    height:20px;
    font-size:14px;
    font-family:PingFangSC-Light;
    font-weight:300;
    color:#666;
    line-height:20px;
    margin-top: 8px;
}
.body-content .content-two .contentTwo-footer .contentTwo-left .contentLeft-bottom{
    width:591px;
    height:121px;
    background:rgba(255,255,255,1);
    box-shadow:0px 0px 12px 0px rgba(0,0,0,0.04);
    border:1px solid rgba(238,238,238,1);
    margin-top: 21px;
}
.body-content .content-two .contentTwo-footer .contentTwo-right{
    margin-left: 23px;
    margin-right: -23px;
    width:436px;
    height:263px;
    background:#F9F9F9;
    /*display: inline-block;*/
    float: left;
}
.body-content .content-two .contentTwo-footer .contentTwo-right ul{
    width: 350px;
    margin: 0px auto;
    margin-top: 40px;
}
.body-content .content-two .contentTwo-footer .contentTwo-right li{
    margin-top: 20px;
    color: #666666;
    font-size: 14px;
    font-family:PingFangSC-Light;
    font-weight:300;
}
.body-content .content-three{
    width: 100%;
    /*margin-top: 172px;*/
    text-align: center;
    height: 751px;
}
.body-content .content-three h2{
    height:48px;
    font-size:34px;
    font-family:PingFangSC-Light;
    font-weight:300;
    color:rgba(51,51,51,1);
    line-height:48px;
    margin: 0px;
    padding: 0px;
}
.body-content .content-three .contentThree-div{
    margin-top: 22px;
}
.body-content .content-three .contentThree-div .contentThree-sketch{
    height:28px;
    font-size:16px;
    font-family:PingFangSC-Light;
    font-weight:300;
    color:rgba(102,102,102,1);
    line-height:28px;
}
.con-swiper-wc{
    width: 1140px;
    height: 390px;
    margin: 0 auto;
    position: relative;
}
.con-swiper-wc .con-swiper-back{
    position: relative;
    width: 100%;
    height: 100%;
}
.con-swiper-wc .con-swiper-back img{
    display: block;
    position: absolute;
}
.con-swiper-wc .con-swiper-back img:nth-child(1){top: 60px;}
.con-swiper-wc .con-swiper-back img:nth-child(2){left: 100px;}
.con-swiper-wc .con-swiper-cont{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.con-swiper-wc .con-swiper-co4{
    /*position: absolute;
    left: 662px;
    top: 385px;
    width: 540px;
    height: 110px;*/
    border-bottom: 1px solid #f5f5f5;
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    margin-top: 15px;
}
.con-swiper-wc .con-swiper-news>div{
    padding: 20px;
}
.con-swiper-wc .con-swiper-news img{
    display: block;
    float: left;
    width: 54px;
    height: 54px;
    border-radius: 4px;
}
.con-swiper-wc .con-swiper-news .tit{
    font-size: 18px;
    color: #333;
    line-height: 54px;
    padding-left: 80px;
}
.con-swiper-wc .con-swiper-news .txt{
    font-size: 14px;
    color: #666;
    line-height: 22px;
    margin-top: 26px;
}
.con-swiper-wc .con-swiper-news .link{
    font-size: 14px;
    color: #f8a245;
    line-height: 22px;
    margin-top: 8px;
    float: right;
}
.con-swiper-wc .con-swiper-list{
    position: relative;
    width: 1000px;
    margin: 0 auto;
    text-align: center;
}
.con-swiper-wc .con-swiper-list>div{
    width: 102px;
    float: left;
    position: relative;
    text-align: center;
    /*padding: 9px 0;
    margin: 0 16px;*/
    padding: 9px 16px;
    font-size: 14px;
    color: #888888;
    cursor: pointer;
    /*border-bottom: 2px solid #f5f5f5;*/
    padding: 0px;
    padding-bottom: 10px;
}
.con-swiper-wc .con-swiper-list .xuqiu{
    margin-right: 122px;
 }
.con-swiper-wc .con-swiper-list .chanpin{
    margin-right: 122px;
}
.con-swiper-wc .con-swiper-list .uisheji{
     margin-right: 121px;
 }
.con-swiper-wc .con-swiper-list .qianduan{
    margin-right: 122px;
}
.con-swiper-wc .con-swiper-list .houduan{
    margin-right: 0px;
}
/*.con-swiper-wc .active,.con-swiper-wc .con-swiper-list .xuqiu:hover .pingtai2{
      display: block;
  }
.con-swiper-wc .active,.con-swiper-wc .con-swiper-list .chanpin:hover .pingtai4{
    display: block;
}*/
.con-swiper-wc .active,.con-swiper-wc .con-swiper-list>div:hover{
    color: #a0c805 !important;
    border-bottom: 2px solid #9ac200 !important;
}

.con-swiper-wc .con-swiper-list img{
    width: 30px;
    height: 30px;
    /*margin-top: 20px;*/
    transition: all 0.5s ease;
    /* Safari */
    -webkit-transition: all 0.5s ease;
    border-radius: 4px;
}
.con-swiper-wc .con-swiper-list .txt{
    font-size: 14px;
    color: #999;
    line-height: 30px;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.con-swiper-wc .con-swiper-list>div.active .txt{
    color: #f8a245;
}
.con-swiper-wc .swiperphoneBgContent2{
    width: 500px;
    height: 500px;
    z-index: 2;
    left: 390px;
    /* top: 25px; */
    position: absolute;
    /* background-image: url(/img/new/region/case-bg2.png); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.con-swiper-wc1 .swiperphoneBgContent3{
    width: 881px;
    height: 552px;
    z-index: 2;
    opacity: 0;
    left: 0px;
    position: absolute;
    /*
    background-image: url("/img/new/region/case-bg2.png");
    */
    background-size: cover;background-position: center;
    background-repeat: no-repeat;
}

.con-swiper-wc .swiperphoneBgContent2 .swiper-container{
    width: 500px;
    height: 500px;
    margin: 42px 0 0 150px;
    background: #ffffff;
}
.swiperContent .swiper-container{position: relative;}
.swiperContent .swiper-container .swiper-container-shade{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;height: 100%;
    /*background: rgba(255,255,255,0.5);*/
}
.swiperContent .swiper-slide{
    width: 100%;height: 100%;
}
.swiperCasesInfoShade{
    position: absolute;
    left: 87px;
    top: 116px;
    z-index: 5;
    width: 315px;
    height: 300px;
    overflow: hidden;
}
.swiperCasesInfoContent {
    width: 315px;
    height: 360px;
    overflow: hidden;
    /* transform: rotateZ(90deg); */
    cursor: pointer;
}
.swiperCasesInfoContent #zhaunyeContent .list-p{
    margin-top: 35px;
    margin-left: 7px;
}
.swiperCasesInfoContent #zhaunyeContent .list-p p{
    line-height: 30px;
}
.swiperCasesInfoContent .swiper-slide {
    width: 313px!important;
    height: 360px;
    margin-left: 1px;
    /* transform: rotateZ(-90deg); */
}
.swiperCasesInfoContent .swiper-slide .logo-cont {
    vertical-align: middle;
    font-size: 18px;
    color: #333333;
    margin-bottom: 15px;
}
.swiperCasesInfoContent .swiper-slide .logo-cont img {
    width: 50px;
    height: 50px;
    vertical-align: middle;
    margin-right: 20px;
}
.swiperCasesInfoContent .swiper-slide .info-cont{
    color: #666666;
    font-size: 14px;
    text-align: left;
    line-height: 22px;
}
.swiperCasesInfoContent .swiper-slide .godetails{
    position: absolute;right: 0;
    /*bottom: 115px;*/
    top: 173px;
    color: #99c301;font-size: 14px;text-decoration: none;
}
/*#casesInfoContent1 .swiper-wrapper .swiperSlide1,
#casesInfoContent1 .swiper-wrapper .swiperSlide2,
#casesInfoContent1 .swiper-wrapper .swiperSlide3,
#casesInfoContent1 .swiper-wrapper .swiperSlide4{
    opacity: 0;

}*/
/*#casesInfoContent1 .swiper-wrapper .swiperSlide1.swiper-slide-active,
#casesInfoContent1 .swiper-wrapper .swiperSlide2.swiper-slide-active,
#casesInfoContent1 .swiper-wrapper .swiperSlide3.swiper-slide-active,
#casesInfoContent1 .swiper-wrapper .swiperSlide4.swiper-slide-active{
    opacity: 1;
    position: relative;
    animation:myactive 1s;
    -moz-animation:myactive 1s; !* Firefox *!
    -webkit-animation:myactive 1s;!* Safari and Chrome *!
    -o-animation:myactive 1s; !* Opera *!
}*/
#casesInfoContent1 .swiper-slide .headerNone{
    color: #3f3f3f;
    white-space: normal;
    word-wrap: break-word;
    margin-top: 35px;
    font-size: 16px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    text-overflow: ellipsis;
    overflow: hidden;
    min-height: 22px;
    text-align: left;
}
#casesInfoContent1 .swiper-wrapper .swiper-slide h3{
    height:48px;
    font-size:34px;
    font-family:PingFangSC-Light;
    font-weight:300;
    color:rgba(51,51,51,1);
    line-height:48px;
    text-align: left;
}
#casesInfoContent1 .swiper-wrapper .swiper-slide a{
    width:151px;
    height:40px;
    /*background:#9AC200;*/
    background:#353C49;
    border-radius:20px;
    display: block;
    float: right;
    text-align: center;
    padding: 10px 40px;
    color: #fff;
    margin-top: 40px;
    font-size: 16px;
    position: absolute;
    right: 0px;
    top: 220px;
}
.con-swiper-list .i-swiper-listitem .pattern-img{
    width: 30px;
    height: 30px;
    /* border: 1px darkred; */
    /*border: 1px dashed #999999;*/
    margin-top: 20px;
    display: inline-block;
}
.con-swiper-list .i-swiper-listitem p{
    margin: 0px;
    padding: 0px;
    display: inline-block;
    font-size: 16px;
}
.body-content .content-four{
    margin-top: 120px;
    width:100%;
    height:600px;
    background:#f9f9f9;
    text-align: center;
}
.body-content .content-four h2{
    margin: 0px;
    padding: 0px;
    padding-top: 70px;
    font-size:32px;
    font-family:PingFangSC-Light;
    font-weight:300;
    color:#333;
}
.body-content .content-four .swiper-container {
    width: 100%;
    /*height: 100%;*/
    height: 413px;
    margin-left: auto;
    margin-right: auto;
}
.body-content .content-four .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #f9f9f9;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.body-content .content-four .swiper-slide .swiperSlide-img{
    width: 292px;
    height: 315px;
    margin: 0px 10px;
    background:rgba(255,255,255,1);
    box-shadow:0px 0px 12px 0px rgba(0,0,0,0.04);
    border:1px solid rgba(238,238,238,1);
}
.body-content .content-four .swiper-slide .swiperSlide-img .swiperSlideOne-img{
    width: 292px;
    height: 116px;
}
.body-content .content-four .swiper-slide .swiperSlide-img .swiperSlideOne-content {
    width: 100%;
    height: 197px;
}
.body-content .content-four .swiper-slide .swiperSlide-img .swiperSlideOne-content h3{
    font-size:16px;
    font-family:PingFangSC-Medium;
    font-weight:500;
    color:#333;
    text-align: left;
    padding: 0px 18px;
}
.body-content .content-four .swiper-slide .swiperSlide-img .swiperSlideOne-content p {
    width:252px;
    font-size:12px;
    font-family:PingFangSC-Light;
    font-weight:300;
    color:rgba(51,51,51,1);
    padding: 0px 15px;
}
.body-content .content-five{
    width: 100%;
    /*height: 2210px;*/
    text-align: center;
    height: 452px;
}
.body-content .content-five .contentFive-introduce{
    font-size:16px;
    font-family:PingFangSC-Light;
    font-weight:300;
    color:#666;
    margin-top: 22px;
}
.body-content .content-five h2{
    font-size:34px;
    font-family:PingFangSC-Light;
    font-weight:300;
    color:#333;
    margin-top: 11px;
    padding: 0px;
    margin: 0px;
    margin-left: 7px;
}
.body-content .content-five .contentFive-div{
    width: 854px;
    height: 529px;
    margin: 0 auto;
    position: relative;
}
.body-content .content-five .contentFive-div .contentFive-img{
    margin-top: 50px;
    /*border: 1px dashed #333;*/
    width: 854px;
    height: 529px;
}
.body-content .content-five .contentFive-div .contentFive-img img{
    height: 529px;
    width: 854px;
}
.body-content .content-five .contentFive-div .contentFive-img1{
    z-index: 50;
    position: absolute;
    top: 130px;
    right: -17px;
    width: 217px;
    height: 392px;

}
.body-content .content-five .contentFive-div .contentFive-img1 img{
    /*border: 1px dashed #333;*/
    width: 217px;
    height: 392px;
}
.body-content .content-five .contentFive-img2{
    margin-top: 167px;
    position: relative;
    /*
    background-color: #F8F8FA;
    */
}
.body-content .content-five .contentFive-img3{
    /*width: 100%;
    height: 270px;
    background-color: #1cfeed;*/
    width: 100%;
    background-color: #1cfeed;
    margin-top: 101px;
    border-bottom: 65px solid #f8f8fa;
    border-right: 800px solid #fff;
}
.body-content .content-five .contentFive-img2 .bigImg{
    position: absolute;
    left: 0px;
    border: 1px dashed #333;
    z-index: -1;
    width: 881px;
    display: inline-block;
    height: 552px;
}
.body-content .content-five .contentFive-img2 .contentFive-contert{
    width: 336px;
    height: 384px;
    /* background: rgba(255,255,255,1); */
    /* box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.08); */
    /* margin-left: 126px; */
    position: relative;
    /* float: right; */
    display: inline-block;
    margin-left: 635px;
}
.body-content .content-five .contentFive-img2 .contentFive-contert img{
    left: 42px;
    top: 65px;
    position: absolute;
}
.body-content .content-five .contentFive-img2 .contentFive-contert h2 {
    font-size:34px;
    font-family:PingFangSC-Light;
    font-weight:300;
    color:#333;
    margin-top: 160px;
    margin-left: 46px;
    position: absolute;
    padding-left: 66px;
}
.body-content .content-five .contentFive-img2 .contentFive-contert .list-p{
    position: absolute;
    margin-top: 228px;
}
.body-content .content-five .contentFive-img2 .contentFive-contert .list-p p{
    text-align: left;
    margin-left: 46px;
    padding-left: 66px;
}
.body-content .content-five .contentFive-img2 .contentFive-foot{
    /*margin-top: 290px;*/
    /*border: 1px solid red;*/
    width: 100%;
    background-color: #F8F8FA;
    height: 954px;
    padding-top: 130px;
}
.body-content .content-five .contentFive-img2 .contentFive-foot .footer-body{
    width: 1010px;
    margin: 0 auto;
    height: 100%;
}
.body-content .content-five .contentFive-img2 .contentFive-foot .contentFive-leftUl{
    height: 505px;
    width: 450px;
    margin-top: 150px;
    margin-left: 0px;
    /*border: 1px solid yellowgreen;*/
    display: inline-block;
    float: left;
}
.body-content .content-five .contentFive-img2 .contentFive-foot .contentFive-leftUl .contentFive-leftLi{
    list-style: none;
    float: right;
    /*height: 60px;
    line-height: 60px;*/
    margin: 15px 0px;
    width: 100%;
    text-align: right;
}
.body-content .content-five .contentFive-img2 .contentFive-foot .contentFive-leftUl .contentFive-leftLi h3{
    font-size:30px;
    font-family:PingFangSC-Light;
    font-weight:300;
    color:#333;
    padding-bottom: 20px;
}
.body-content .content-five .contentFive-img2 .contentFive-foot .contentFive-leftUl .contentFive-leftLi .contentFive-span{
    padding: 10px 0px;
}
.body-content .content-five .contentFive-img2 .contentFive-foot .contentFive-leftUl .contentFive-leftLi p{
    display: block;
    /*float: right;*/
}
.body-content .content-five .contentFive-img2 .contentFive-foot .contentFive-leftUl .contentFive-leftLi span{
    display: block;
    /*float: right;*/
}
.body-content .content-five .contentFive-img2 .contentFive-foot .contentFive-center{
    display: inline-block;
    margin-left: 155px;
    margin-top: 115px;
    /*border: 1px solid #1cfeed;*/
    float: left;

    opacity: 0;
}
.body-content .content-five .contentFive-img2 .contentFive-foot .contentFive-center.fivecenterShow{
    opacity: 1;
    animation:mythree 1s;
    position: relative;
    -moz-animation:mythree 1s; /* Firefox */
    -webkit-animation:mythree 1s; /* Safari and Chrome */
    -o-animation:mythree 1s; /* Opera */
}
.body-content .content-five .contentFive-img2 .contentFive-foot .contentFive-right{
    display: inline-block;
    margin-left: 81px;
    margin-top: 2px;
    /*border: 1px solid #1cfeed;*/
    float: left;
    opacity: 0;
}
.body-content .content-five .contentFive-img2 .contentFive-foot .contentFive-right.fivecenterShow{
    opacity: 1;
    animation:mythree 1s;
    position: relative;
    -moz-animation:mythree 1s; /* Firefox */
    -webkit-animation:mythree 1s; /* Safari and Chrome */
    -o-animation:mythree 1s; /* Opera */
}
.body-content .content-five .contentFive-img2 .contentFive-foot .contentFive-center .centerDiv{
    width: 162px;
    height: 162px;
    background-color: #1cfeed;
    margin-bottom: 69px;
    text-align: center;
    background-color: #FFF;
}
.body-content .content-five .contentFive-img2 .contentFive-foot .contentFive-right .centerDiv{
    width: 162px;
    height: 162px;
    background-color: #1cfeed;
    margin-bottom: 69px;
    text-align: center;
    background-color: #FFF;
}
.body-content .content-five .contentFive-img2 .contentFive-foot .contentFive-center .centerDiv img{
    width: 130px;
    height: 90px;
    margin-top: 14px;
    margin-left: 16px;
    margin-right: 16px;
    /*border: 1px dashed #333;*/
}
.body-content .content-five .contentFive-img2 .contentFive-foot .contentFive-center .centerDiv h3{
    font-size:14px;
    font-family:PingFangSC-Medium;
    font-weight:500;
    color:#333;
    margin-top: 13px;
}
.body-content .content-five .contentFive-img2 .contentFive-foot .contentFive-right .centerDiv img{
    width: 130px;
    height: 90px;
    margin-top: 14px;
    margin-left: 16px;
    margin-right: 16px;
    /*border: 1px dashed #333;*/
}
.body-content .content-five .contentFive-img2 .contentFive-foot .contentFive-right .centerDiv h3{
    font-size:14px;
    font-family:PingFangSC-Medium;
    font-weight:500;
    color:#333;
    margin-top: 13px;
}
.body-content .content-six{
    min-width: 1300px;
    max-width: 1440px;
    width: 100%;
    margin:0 auto;
    text-align: center;
    height:375px;
    margin-top: 244px;
    /*background-color: #F8F8FA;*/
    background-color: #fff;

    padding-top: 60px;
    /*margin-bottom: 84px;*/
}
.body-content .content-six .sixborder{
    position: relative;
    background:linear-gradient(135deg,rgba(108,116,125,1) 0%,rgba(58,64,71,1) 100%);
    border-radius:20px;
    margin: 0px 72px;
    height: 278px;
    box-shadow: darkgrey 0px 1px 46px -8px;
    margin-top: 23px;

}
.body-content .content-six .contentSix-left{
    position: absolute;
    width: 700px;
    height: 100%;
    text-align: left;

}
.body-content .content-six .contentSix-left>div{
    width:100%;
    position: absolute;
    top:50%;
    left:0;
    transform: translateY(-50%);
    padding-left:60px;
}
.body-content .content-six .contentSix-left .content-square{
    width:11px;
    height:16px;
    /*background:linear-gradient(135deg,rgba(156,218,84,1) 0%,rgba(95,196,164,1) 100%);*/
    background:#9AC200;
    /* float: left; */
    margin-top: 3px;
    vertical-align: top;
    display: inline-block;
    position: absolute;
}

.body-content .content-six h2{
    font-size:34px;
    font-family:PingFangSC-Light;
    font-weight:300;
    color:rgba(255,255,255,1);
    /* float: left; */
    margin-top: 0px;
    margin-left: 28px;
    vertical-align: top;
    display: inline-block;
}
.body-content .content-six .contentSix-left p{
    font-size:16px;
    font-family:PingFangSC-Light;
    font-weight:300;
    color:rgba(145,148,153,1);
    float: left;
    margin-left: 35px;
    margin-top: 11px;
}
.body-content .content-six .contentSix-div{
    position: relative;
    min-width: 426px;
    height:100%;
    float: right;
margin-right:60px;
}
.body-content .content-six .form-inline{
    width:100%;
    position: absolute;
    top:50%;
    left:0;
    transform: translateY(-50%);
}
/* .body-content .content-six .form-inline>*{
    display: inline-block;
} */
.body-content .content-six .contentSix-div input{
    width:249px;
    height:46px;
    border-radius:24px;
    /* opacity:0.3; */
    /* color:#fff; */
    border:1px solid rgba(228,228,228,1);
    /* background-color: transparent; */
}
.body-content .content-six .contentSix-div button{
    width:151px;
    height:46px;
    background:#9AC200;
    border-radius:24px;
    color: #fff;
    border: 1px solid #9AC200;
    margin-left:20px;
}
/*轮播图*/
/*.con-swiper-wc1{
    margin: 0 auto;
    position: relative;
}*/
.con-swiper-wc1{
    width: 1140px;
    height: 390px;
   /* margin: 0 auto;*/
    position: relative;
}
.con-swiper-wc1 .con-swiper-back{
    position: relative;
    width: 100%;
    height: 100%;
}
.con-swiper-wc1 .con-swiper-back img{
    display: block;
    position: absolute;
}
.con-swiper-wc1 .con-swiper-back img:nth-child(1){top: 60px;}
.con-swiper-wc1 .con-swiper-back img:nth-child(2){left: 100px;}
.con-swiper-wc1 .con-swiper-cont{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.con-swiper-wc1 .con-swiper-co4{
    /*width: 315px;*/
    width: 186px;
    /* margin: 0 auto; */
    text-align: center;
    margin-top: -70px;
    left: 928px;
    position: absolute;
    top: 363px;
    /*border-bottom: 2px solid #eee;*/
}
.con-swiper-wc1 .con-swiper-news>div{
    padding: 20px;
}
.con-swiper-wc1 .con-swiper-news img{
    display: block;
    float: left;
    width: 54px;
    height: 54px;
    border-radius: 4px;
}
.con-swiper-wc1 .con-swiper-news .tit{
    font-size: 18px;
    color: #333;
    line-height: 54px;
    padding-left: 80px;
}
.con-swiper-wc1 .con-swiper-news .txt{
    font-size: 14px;
    color: #666;
    line-height: 22px;
    margin-top: 26px;
}
.con-swiper-wc1 .con-swiper-news .link{
    font-size: 14px;
    color: #f8a245;
    line-height: 22px;
    margin-top: 8px;
    float: right;
}
.contentFive-img2 .con-swiper-list>div{
    width: 35px;
    /*border-bottom: 3px solid #E4E4E4;*/
}
.con-swiper-wc1 .con-swiper-list{
    position: relative;
    width: 315px;
    margin: 0 auto;
    text-align: center;
}

.con-swiper-wc1 .active,
.con-swiper-wc1 .con-swiper-list>div:hover{
    color: #a0c805 !important;
    border-bottom: 4px solid #9ac200;
}
.con-swiper-wc1 .con-swiper-list>div{
    float: left;
    position: relative;
    text-align: center;
    /*padding: 9px 0;*/
    margin: 0 16px;
    font-size: 14px;
    color: #888888;
    cursor: pointer;
}
.con-swiper-wc1 .con-swiper-list img{
    width: 30px;
    height: 30px;
    /*margin-top: 20px;*/
    transition: all 0.5s ease;
    /* Safari */
    -webkit-transition: all 0.5s ease;
    border-radius: 4px;
}
.con-swiper-wc1 .con-swiper-list .txt{
    font-size: 14px;
    color: #999;
    line-height: 30px;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.con-swiper-wc1 .con-swiper-list>div.active .txt{
    color: #f8a245;
}
.swiperCasesInfoShade1{
    position: absolute;
    left: 941px;
    top: 116px;
    z-index: 5;
    width: 315px;
    height: 260px;
    overflow: hidden;
}

#threeList .xuqiu .pingtai2,
#threeList .xuqiu .pingtai4,
#threeList .xuqiu .pingtai6,
#threeList .xuqiu .pingtai8,
#threeList .xuqiu .pingtai10{
    display: none;
}
.swiper-container-fade .swiper-slide{opacity:0!important;}
.swiper-container-fade .swiper-slide-active{opacity:1!important;}
.content-five .zhuanyeShow{
    position:relative;
    opacity: 1;
    animation:myfirst 1s;
    -moz-animation:myfirst 1s; /* Firefox */
    -webkit-animation:myfirst 1s; /* Safari and Chrome */
    -o-animation:myfirst 1s; /* Opera */
}
@keyframes mythree{
    0%   {opacity:0;top:200px;}
    100% {opacity:1;top: 0px;}
}
@-moz-keyframes mythree /* Firefox */
{
    0%   {opacity:0;top:200px;}
    100% {opacity:1;top: 0px;}
}
@-webkit-keyframes mythree /* Safari and Chrome */
{
    0%   {opacity:0;top:200px;}
    100% {opacity:1;top: 0px;}
}
@-o-keyframes mythree /* Opera */
{
    0%   {opacity:0;top:200px;}
    100% {opacity:1;top: 0px;}
}
/*#threeList .con-swiper-list .xuqiu .pattern-img{
    background-image: url('/img/product/xuqiufenxi.png')no-repeat 30px 30px;
    background-size:63px 100px;
    background-repeat:no-repeat;
}*/
/*
@keyframes myactive
{
    0%   {opacity: 0;}
    100% {opacity: 1;}
}

@-moz-keyframes myactive !* Firefox *!
{
    0%   {opacity: 0;}
    100% {opacity: 1;}
}

@-webkit-keyframes myactive !* Safari and Chrome *!
{
    0%   {opacity: 0;}
    100% {opacity: 1;}
}
*/
.teamshow .con-swiper-list .i-swiper-listitem{
    width: 35px;
    height: 3px;
    background-color: #e4e4e4;
}
.teamshow .con-swiper-co4{
    margin-top: 32px;
}





#contentsix .Code-view .el-dialog__header{
    font-size:20px;
    color:#030924;
    font-weight:700;
}

#contentsix .Code-view .phone{
    text-align: center;
    margin-bottom:30px;
}
.Code-view .el-dialog__body{
    padding-top:0;
    padding-left:82px;
    padding-right:82px;
}

#contentsix .Code-view .el-input,
.Code-view input.el-input__inner{
    width:163px;
    height:36px;
    border-radius:4px;
}

#contentsix .Code-view .CapCode{
    width:107px;
    height:36px;
    margin-left: 10px;
}
#contentsix .CapCode-group{
    margin-bottom:16px;
}
#contentsix .phoneCode-group button.el-button{
    margin-left:10px;
    width: 110px;
    height:36px;
    padding:0;
}
#contentsix button.el-button.phoneCodeBtn{
    border-radius: 4px;
    background: #fff;
    border: 1px solid #9AC200;
    color: #9AC200;

}
#contentsix button.submitbtn{
    min-width: 200px; 
}
#contentsix .el-button.el-button--success {
    background-color: #9AC200;
    border-color: #9AC200;
    color: #fff;
    border-radius: 40px;
}
#contentsix .el-button.el-button--success:focus,
#contentsix .el-button.el-button--success:hover {
    background: #b7e01a;
    border: 1px solid #b7e01a;
    color: #fff;
}
#contentsix .el-button.el-button--success.is-disabled,
#contentsix .el-button.el-button--success.is-disabled:focus,
#contentsix .el-button.el-button--success.is-disabled:hover {
    cursor: not-allowed;
    background: #d6d6d6;
    border: 1px solid #d6d6d6;
    color: #fff;
}