.product-number-info {
    position: relative;
   /* background-color: rgba(41,41,41,1.00);*/
    margin-top: 20px;
}
.product-number-info .product-number-inner {
    width: 1200px;
    margin: 0 auto;
}
.product-number-info ul {
    padding: 85px 0;
}
.product-number-info ul.q:after {
    content: "";
    clear: both;
    display: table;
}
.product-number-info li {
    float: left;
    width: 300px;
    height: 90px;
    text-align: center;
    /*border-left: 1px solid #3c3c3c;*/
    color: #000;
    padding-top: 1px;
}
.product-number-info li:first-child {
    border: none;
}
.product-number-info li b {
    font-weight: 400;
    font-size: 70px;
    line-height: 1;
    display: inline-block;
    position: relative;
    margin: 15px 0 10px;
}
.product-number-info li b i {
    font-style: normal;
    font-weight: bold;
}
.product-number-info li b sup {
    position: absolute;
    font-size: 20px;
    right: -15px;
    top: -3px;
}
.product-number-info li b em {
    font-style: normal;
    font-size: 28px;
    font-weight: 100;
    padding-left: 2px;
    position: relative;
    top: -4px;
}
.product-number-info li p {
    font-size: 14px;
}
.product-number-info li.li-2 b, .product-number-info li.li-2 p {
    padding-left: 70px;
}
.product-number-info li.li-3 b, .product-number-info li.li-3 p {
    padding-left: 70px;
}
.product-number-info li.li-3 b, .product-number-info li.li-3 p {
    padding-left: 70px;
}
.product-number-info li.li-4 b, .product-number-info li.li-4 p {
    padding-left: 78px;
}
.product-number-info li.li-5 {
    text-align: right;
}
.product-number-info li.li-5 b {
    padding-right: 2px;
}
/*页脚*/
.copyright {
    padding-top: 79px;
    border-top: 1px solid #ededed;
}
.copyright_c {
    height: 313px;
    margin: 0 auto;
}
.copyright_head {
    height: 247px;
    overflow: hidden;
}
.copyright_L {
    float: left;
    width: 280px;
}
.copyright_L p {
    display: block;
    width: 381px;
    line-height: 30px;
    color: #666;
}
.copyright_L span {
    display: block;
    overflow: hidden;
    margin-bottom: 4px;
}
.copyright_L span em {
    display: block;
    float: left;
    font-size: 14px;
    color: #888;
    line-height: 30px;
}
.copyright_L span strong {
    display: block;
    float: left;
    font-size: 24px;
    color: #f90;
    line-height: 30px;
}
.copyright_L span a {
    display: block;
    float: left;
    width: 70px;
    height: 30px;
    border-radius: 3px;
    overflow: hidden;
    background: url(../images/QQ.png) #03d3ff no-repeat 11px center;
    padding-left: 35px;
    font-size: 14px;
    color: #FFF;
    line-height: 30px;
    margin-right: 10px
}
.copyright_L span:last-child {
    padding-top: 10px;
}
.copyright_C {
    float: left;
    overflow: hidden;
}
.copyright_C_list {
    float: left;
    padding-top: 24px;
}
.copyright_C_list p {
    display: block;
    font-size: 18px;
    color: #dadada;
    padding-bottom: 28px;
}
.about {
    overflow: hidden;
    margin-bottom: 22px;
    width: 140px;
    line-height: 30px;
}
.about2 {
    overflow: hidden;
    margin-bottom: 22px;
    width: 320px;
    line-height: 30px;
    font-size: 15px;
}
.about2 p{
    font-size: 14px;
    padding-bottom: 8px;
    color: #999;
}
.about a {
    display: block;
    font-size: 14px;
    color: #999;
    float: left;
    margin-right: 24px;
}
.about a:hover {
    color: #7daa2a;
}
.copyright_C_list:nth-child(2) {
    margin-right: 46px;
    border-left: 1px solid #4a4444;
    padding-left: 50px;
}
.copyright_C_list:nth-child(3) {
    margin-right: 46px;
    border-left: 1px solid #4a4444;
    padding-left: 50px;
}
.copyright_R {
    float: right;

}
.copyright_R span {
    display: block;
    width: 122px;
    height: 122px;
    padding: 13px;
}
.copyright_R span img {
    width: 100%
}
.copyright_R p {
    display: block;
    font-size: 12px;
    color: #999;
    text-align: center;
    padding-top: 18px;
}
.copyright_bottom {
    height: 65px;
    overflow: hidden;
}
.copyright_bottom span {
    display: block;
    line-height: 65px;
    font-size: 12px;
    color: #a9a9a9;
    float: left;
}
.copyright_bottom p {
    display: block;
    line-height: 65px;
    font-size: 12px;
    color: #a9a9a9;
    float: right;
}
/*banner开始*/
@charset "utf-8";
*{
    padding:0;
    margin:0;
}
.swiper-container{
    height:700px;
}
.arrow-left {
    background: url(../../images/arrows.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    z-index:10;
}
.arrow-right {
    background: url(../../images/arrows.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    z-index:10;
}
.pagination1 {
    left: 0;
    text-align: center;
    bottom:40px;
    width: 100%;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #999;
    margin: 0 3px;
    cursor: pointer;
}
.swiper-active-switch {
    background: #fff;
}
.swiper-slide{
    position:relative;
    opacity:0;
    transition: opacity 0.7s ease-in-out;
}
.swiper-slide-active{
    opacity:1;
}
.swiper-slide .img{
    position:absolute;
}
.inner{
    position:relative;
    display:block;
    width:1000px;
    height:700px;
    margin:0 auto;
}
.slide1{
    background:url("../../images/banner1.jpg")no-repeat center;
}
.slide2{
    background:url("../../images/banner2.jpg")no-repeat center;
}
.slide3{
    background-color: #43cfc8;
}

.slide1 .s0{left: 50%;margin-left: -154px; top: 150px}
.slide1 .s1{left: 50%;margin-left: -425.5px;top: 224px;}
.slide1 .s2{top: 320px}
.slide1 .s3{left: 0;bottom: 0px;z-index: 5;height:190px}
.slide1 .s4{right: 0;bottom: 0px;z-index: 0;height: 160px}
.slide2 .zh-a-1{    left: -111px;
    top: 146px;z-index: 9;}
.slide2 .zh-a-2{left: 0;top: 0;}
.slide3 .b-1 {right: 72px;top: 180px;}
.slide3 .b-2 {left: 90px;top: 180px;}
.slide3 .b-3 {left: 50%;margin-left: -381px;top: 330px;}
.slide3 .b-s-1 {width: 100px; left: 50px; bottom:0px;}
.slide3 .b-s-2 {left: 160px;width: 160px;bottom:0px;}
.slide3 .b-s-3{left: 390px;width: 58px;bottom:0px;}
.slide3 .b-s-4{right: 359px; width: 103px;bottom:0px;}
.slide3 .b-s-5{right: 250px;width: 150px;bottom:0px;}
.slide3 .b-s-6{right: 0;width: 65px;bottom:0px;}
.slide3 .b-y-1 {top:40px;left: 50%; margin-left: -20px;}
.slide3 .b-y-2{top:40px;left:0}
.slide3 .b-y-3{top:40px;right: 0}
.loop{
    animation-iteration-count: infinite;/*无限*/
    animation-timing-function:linear;/*平滑*/
}
.targetBtn {
    margin-top: 20px;
    position: absolute;
    bottom: 60px;
    left: 352px;
    z-index: 999;
}
.targetBtn a{
    height:50px;
    border-radius:50px;
    background:rgba(0,0,0,.5);
    float:left;
    line-height:50px;
    text-align:center;
    color:#fff;
    text-decoration:none;
}
.targetBtn .a1{
    width:110px;
}
.targetBtn .a2{
    width:170px;
    margin-left:15px;
}
/*自定义CSS动画*/
.moveRight{-webkit-animation-name:moveRight;animation-name:moveRight}
@-webkit-keyframes moveRight{0%{opacity: 0;left:0px;}
    10%{opacity: 1;}
    100%{opacity: 1;left:550px;}}
@keyframes moveRight{0%{opacity: 0;left:0px;}
    10%{opacity: 1;}
    100%{opacity: 1;left:550px;}}

.moveLeft{-webkit-animation-name:moveLeft;animation-name:moveLeft}
@-webkit-keyframes moveLeft{0%{opacity:0;left:390px;}
    10%{opacity:1;}
    100%{opacity:1;left:-370px;}}
@keyframes moveLeft{0%{opacity:0;left:390px;}
    10%{opacity:1;}
    100%{opacity:1;left:-370px;}}
/*banner结束*/
/*产品中心右侧开始*/
.win{

    width:600px;height:560px;position:relative;float: left;margin-top: 40px;
    overflow: hidden;
}
.title{
    width:100%;height:30px;position: absolute;z-index: 999999;
    background: #fff;
    bottom: 0;
    margin: 0!important;
}
.title a{
    /*padding:0 30px;*/width:20%;height:100%;float:left;text-align: center;line-height: 30px;font-size: 15px;color:#7daa2a;text-decoration: none;position: relative;z-index: 1;
}
.title .float{
    width:20%;height:100%;background: #7daa2a;position: absolute;
}
.boxer{
    width:100%;height:600px;position: relative;
}
.boxer div:nth-child(5n) {
    left: 0;
}
.boxer div{
    width:100%;height: 100%;position: absolute;left:-100%;font-size: 70px;text-align: center;line-height: 270px;top:0;color:#fff;
}
.boxer div img{
    width: 600px;
}
.rightB{
    width:50px;height:70px;font-size: 20px;color:#fff;background: rgba(0,0,0,0.5);position: absolute;right:0;top:45%;line-height:70px;text-align: center;cursor: pointer;display: none;
}
.leftB{
    width:50px;height:70px;font-size: 20px;color:#fff;background: rgba(0,0,0,0.5);position: absolute;left:0;top:45%;line-height:70px;text-align: center;cursor: pointer;display: none;
}
.color1{background: #FFB12F;}
.color2{background: #00C378;}
.color3{background: #26B2E3;}
.color4{background: #E84C3D;}
.color5{background: #F831FD;}
/*产品中*/
/*案例展示开始*/
.tab {
    width: 100%;
    background-size: cover;
    margin-top: 30px;
    background: #f4f4f4;
    padding-top:30px;
    padding-bottom: 50px;
}
.tab .box {
    width: 1240px;
    position: relative;
    margin: 0 auto;
    height: 570px;
    box-shadow:none!important;
}
.tab .box .menus {
    width: 200px;
    height: 570px;
    background: #e4e4e4;
    float: left;
    overflow: hidden;
}
.tab .box .menus li {
    width: 200px;
    height: 70px;
    background: #7daa2a;
    font-size: 20px;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #7daa2a;
    line-height: 70px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.tab .box .menus li:nth-child(7) {
    border-bottom: none;
}
.tab .box .bg {
    height: 110px !important;
    background: #000 !important;
    line-height: 110px !important;
}
.tab .right {
    float: left;
    width: 950px;
    height: 570px;
    overflow: hidden;
    margin-left: 50px;
}
.tab .tab_right {
    width: 950px;
    height: 570px;
    color: #fff;
    text-align: center;

    position:relative;
}
.tab .tab_right .tab_right-img {
    width: 65%;
    position: absolute;
    height: 570px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    float: left;
}
.tab .scroll {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.case-txt{
    width: 30%;
    float: right;
    color: #000;
    text-align: left;
}
.case-txt h3{
    margin-bottom: 30px;
}
.case-txt h3 a{
    color: #000;
}
.case-txt h3 a:hover{
    color: #7daa2a;
}
.case-txt hr{
    width: 100%;
    border: none;
    height: 1px;
    background: #999;
    margin: 20px 0;
}
.case-txt p{
    color: #666;
    line-height:24px;
}
.case-txt img{
    width: 250px;
    position: absolute;
    bottom: 0;
}
.tab .box h2{
    font-size: 30px;
 margin: 30px 0 30px 0;
}
.tab .box h2 span{
    color: #666;
    font-weight: normal;
    font-size: 22px;
    margin-left: 30px;
}
.tab .box hr{
    width: 100%;
    border: none;
    height: 1px;
    background: #e5e5e5;
}
/*案例展示结束*/
/*合作客户开始*/
/*滚动案例开始*/
.ft-carousel {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ft-carousel .carousel-inner {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.ft-carousel .carousel-inner .carousel-item {
    float: left;
    height: 100%;
}

.ft-carousel .carousel-item a img {
    width:600px;height: 600px;
}
.ft-carousel .carousel-indicators {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    text-align: center;
    font-size: 0;
}

.ft-carousel .carousel-indicators span {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #fff;
    margin: 0 4px;
    border-radius: 50%;
    cursor: pointer;
}

.ft-carousel .carousel-indicators span.active {
    background-color: #de3a3a;
}

.ft-carousel .carousel-btn {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 45px;
    margin-top: -25px;
    cursor: pointer;
}

.ft-carousel .carousel-prev-btn {
    left: 0;
    background: url(../../img/prev.png) no-repeat;
}

.ft-carousel .carousel-next-btn {
    right: 0;
    background: url(../../img/next.png) no-repeat;
}
.example {width:600px;height: 560px;font-size: 40px;text-align: center;margin: 20px auto;background-color: #464576;}
.carousel-item{line-height: 430px;color: #fff;font-family:  Arial Black}
.case-show{
    width: 600px;float: left;
    margin-top: 20px;
}