
a, img {
    transition: all ease-out .5s;
}

/*tupian*/
.index-img {
    overflow: hidden;
    position: relative;
}

.index-img:before {
    position: absolute;
    transition: 0.3s;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    content: '';
    -webkit-transform: scale3d(3, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(3, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}

.index-img:hover:before {
    -webkit-transform: scale3d(3, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(3, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}

.imgh img {
    display: block;
    width: 100%;
    height: 100%;
}

.imgh:hover img {
    transform: scale(1.1);
}


/*按钮*/
.mm {
    transition: .5s;
}

.mm:hover {
    transform: translateY(-5px);
}

.mm:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    /* W3C */
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}

.mm:hover:before {
    opacity: 1;
}

a, img {
    transition: all ease-out .5s;
}

.one {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 0;
}

.one:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    -webkit-transform: translate(-105%, 0);
    transform: translate(-105%, 0);
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0.25);
    z-index: -1;
}

.one:hover:before {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

/*首页banner*/
.banner-box {
    width: 88.6%;
    max-height: 700px;
    overflow: hidden;
    margin: 0 auto;
}

.pics_wrap {
    width: 100%;
    height: auto;
    overflow: hidden;
    z-index: -1;
}

.html5zoo-img-0 img {
    width: 100%;
}

.html5zoo-arrow-left-0 {
    left: 10% !important;
}

.html5zoo-arrow-right-0 {
    right: 10% !important;
}

.html5zoo-bullet-wrapper-0 div {
    margin: 0 4px !important;
}

.html5zoo-nav-0 {
    margin-top: -35px !important;
    left: 48% !important;
}

.html5zoo-bullet-wrapper-0 {
    width: 100% !important;
}

.banner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    height: 325px;
    margin-top: 8px;
}

.banner ul.bb {
    position: relative;
    padding: 0px;
    margin: 0px;
    z-index: 5;
}

.banner ul.bb li {
    position: absolute;
    display: none;
}

.banner .num {
    position: absolute;
    right: 2px;
    bottom: 10px;
    z-index: 100;
}

.banner .num li {
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 4px;
    background: #fff;
    line-height: 18px;
    text-indent: -100px;
    overflow: hidden;
    border-radius: 10px;
}

.banner .num li.num_hover {
    background-color: #f7de07;
}

.banner .num li.num_hover a {
    color: #fff;
}

.banner .num li a {
    float: left;
    display: block;
    text-align: center;
    color: #666;
    text-decoration: none;
    cursor: pointer;
    width: 18px;
    height: 18px;
    line-height: 18px;
}

#bannerArrow, #bannerCircle {
    display: none
}

/*幻灯片样式2*/
#focus {
    width: 255px;
    height: 188px;
    overflow: hidden;
    position: relative;
}

#focus ul {
    height: 188px;
    position: absolute;
}

#focus ul li {
    float: left;
    width: 255px;
    height: 188px;
    overflow: hidden;
    position: relative;
    background: #000;
}

#focus ul li a img {
    height: 188px;
    width: 255px;
}

#focus ul li div {
    position: absolute;
    overflow: hidden;
}

#focus .btnBg {
    position: absolute;
    width: 255px;
    height: 20px;
    left: 0;
    bottom: 0;
    background: #000;
}

#focus .btn {
    position: absolute;
    width: 255px;
    height: 10px;
    padding: 5px 10px;
    right: 0;
    bottom: 0;
    text-align: right;
}

#focus .btn span {
    display: inline-block;
    _display: inline;
    _zoom: 1;
    width: 25px;
    height: 10px;
    _font-size: 0;
    margin-left: 5px;
    cursor: pointer;
    background: #fff;
}

#focus .btn span.on {
    background: #fff;
}

.title {
    text-align: center;
    line-height: 1;
}

.title p {
    font-size: 30px;
    color: #333333;
    font-weight: bold;
}

.title p a {
    color: #333;
}

.title i {
    display: block;
    background: url("../images/tit-xx.png") no-repeat center;
    width: 100%;
    height: 7px;
    margin-top: 19px;
}


/*about-box*/
.about-box {
    background: url("../images/header.png") no-repeat center top, url("../images/about-zi.png") no-repeat center 76px;
    margin: 30px 0 84px;
    padding-top: 100px;
    overflow: hidden;
}

.about-text {
    width: 956px;
    margin: 45px auto;
    line-height: 32px;
    color: #999999;
    font-size: 14px;
    text-align: center;
    height: 64px;
}

.about-more {
    display: block;
    background: url("../images/about-more.png") no-repeat center;
    width: 140px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    margin: 0 auto 57px;
    font-size: 14px;
    color: #fff;
}

.about-list {
    width: 1360px;
    margin: 0 auto;
    /*text-align: center;*/
}

.about-list li:first-child {
    margin-left: 0;
}

.about-list li {
    box-sizing: border-box;
    float: left;
    width: 310px;
    height: 180px;
    background-color: #fbfbfb;
    border-left: 10px solid #ebf0f4;
    padding: 34px 23px 0 23px;
    line-height: 1;
    position: relative;
    z-index: 0;
    margin-left: 40px;
    text-align: left;
}

.about-list li:before {
    content: '';
    position: absolute;
    top: 0;
    left: -10px;
    width: 10px;
    height: 0;
    background: #0c8fe2;
    transition: all ease-out .5s;
}

.about-list li:hover:before {
    height: 100%;
}

.about-list li:after {
    content: '';
    position: absolute;
    background: url("../images/a-list.png") no-repeat center;
    width: 90px;
    height: 9px;
    top: 148px;
    right: 23px;
}

.about-list li i {
    display: block;
    height: 28px;
    line-height: 28px;
}

.about-list li a {
    display: block;
    font-size: 16px;
    color: #000000;
    font-weight: bold;
    margin: 17px 0 19px;
}

.about-list li p {
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #666666;
}

/*duct-box*/
.duct-box {
    background: url("../images/duct-box.jpg") no-repeat center;
    height: 637px;
    box-sizing: border-box;
    padding-top: 130px;
    position: relative;
    overflow: hidden;
}


.ductL {
    line-height: 1;
}


.ductL b {
    display: block;
    color: #fff;
    font-size: 36px;
    margin-top: 34px;
}

.ductL a {
    display: block;
    background: url("../images/d-zi.png") no-repeat center;
    width: 140px;
    height: 52px;
    line-height: 52px;
    box-sizing: border-box;
    padding-left: 54px;
    color: #fff;
    font-size: 14px;
    margin-top: 59px;
}

.ductR {
    margin-left: 29px;
    width: 930px;
    line-height: 1;
    position: relative;
}

.ductR h5 {
   
    font-family: Arial-BoldMT;
    font-size: 46px;
    color: #fff;
    text-align: right;
    line-height: .8;
    display: none;
    transition: all ease-out .4s;
}

.ductR h6 {
    
    font-size: 24px;
    color: #ffffff;
    font-weight: 100;
    margin: 29px 0 65px 201px;
    display: none;
    transition: all ease-out .5s;
}
.duct-list {
    width: 328px;
    position: relative;
}

.duct-list li {
    padding: 0 30px 0 20px;
    height: 45px;
    line-height: 45px;
    text-align: right;
    position: relative;
    z-index: 0;

    background-color: rgba(0, 0, 0, .5);
    width: 285px;
    margin-bottom: 10px;
    box-sizing: border-box;
    float: right;
    z-index: 1;
    display: none;
    transition: all ease-out .6s;
}

.duct-list li:before {
    content: '';
    position: absolute;
    top: 23px;
    left: -25px;
    background: url("../images/duct-xx.png") no-repeat center;
    width: 0;
    height: 1px;
    transition: all ease-out .5s;
}

.duct-list li:hover:before {
    width: 50px;
}

.duct-list li:nth-child(2),
.duct-list li:nth-child(4) {
    width: 328px;
}

.duct-list li:hover {
    background-color: #0c8fe2;
}

.duct-list li a {
    color: #fff;
    font-size: 16px;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.duct-list li a span {
    font-family: ArialMT;
    font-size: 12px;
    padding-right: 10px;
}


.duct-list li:nth-child(6),
.duct-list li:nth-child(7),
.duct-list li:nth-child(8) {
    width: 150px;
    position: absolute;
    right: -180px;
    text-align: center;
}

.duct-list li:nth-child(6):before,
.duct-list li:nth-child(7):before,
.duct-list li:nth-child(8):before {
    display: none;
}

.duct-list li:nth-child(7) {
    top: 98px;
}

.duct-list li:nth-child(8) {
    top: 225px;
}

.duct-zi {
    font-size: 14px;
    line-height: 28px;
    color: #ffffff;
    position: absolute;
    top: 210px;
    left: 416px;
    z-index: 0;
}
.duct-zi p{
    display: none;
    transition: all ease-out .7s;
}
.duct-zi p:nth-child(2){
    margin-top: 75px;
}

/*ys-box*/
.ys-box{
    background: url("../images/header.png") no-repeat top center,
url("../images/Advantage.png") no-repeat center 82px;
    padding-top: 106px;
    margin:30px 0 76px;
}

.ys{
    margin-top: 60px;
    text-align: center;
}
.ys li{
    display: inline-block;
    margin: 0 27px;
    width: 300px;
    height: 330px;
    background-color: #fbfbfb;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.ys li .ys-tu{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 180px;
    transition: all ease-out .5s;
}

.ys li .ys-tu i,
.ys li .ys-tu span{
    display: block;
    width: 100%;
    height: 100%;
    transition: all ease-out .5s;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.ys li .ys-tu i img,
.ys li .ys-tu span img{
    display: block;
    width: 100%;
    height: 100%;
}
.ys li:hover .ys-tu{
    height: 100%;
}
.ys li .ys-tu span{
    transform: translateY(180px);
}
.ys li:hover .ys-tu span{
    transform: translateY(0);
}
.ys li .ys-tu i{
    transform: translateY(0);
}
.ys li:hover .ys-tu i{
    transform: translateY(100%);
}

.ys li .ys-zi{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 56px 50px 0 33px;
    line-height: 1;
    background: url("../images/ys-x1.png") no-repeat 24px 34px;
    text-align: left;
    transition: all ease-out .5s;
}

.ys li:hover .ys-zi{
    background: url("../images/ys-x2.png") no-repeat 24px 34px;
}

.ys li .ys-zi i{
    display: block;
    font-family: ArialMT;
    font-size: 14px;
    color: #333333;
    transition: all ease-out .5s;
}
.ys li .ys-zi b{
    display: block;
    font-size: 16px;
    color: #333333;
    margin: 30px 0 28px;
    transition: all ease-out .5s;
}

.ys li .ys-zi p{
    font-size: 14px;
    line-height: 28px;
    color: #ffffff;
    opacity: 0;
    transition: all ease-out .5s;
}

.ys li:hover .ys-zi i,
.ys li:hover .ys-zi b{
    color: #fff;
}
.ys li:hover .ys-zi p{
    opacity: 1;
}

.ys li .ys-more{
    display: block;
    background: url("../images/d-zi.png") no-repeat center;
    width: 140px;
    height: 52px;
    line-height: 52px;
    box-sizing: border-box;
    padding-left: 54px;
    color: #fff;
    font-size: 14px;
    margin-top: 30px;
    opacity: 0;
    z-index: 1
}
.ys li:hover .ys-more{
    opacity: 1;
}

/*case*/
.case-box{
    background: url("../images/header.png") no-repeat top center,url("../images/successcase.png") no-repeat center 76px;
    padding-top: 106px;
}
.case {
    width: 100%;
    margin-top: 64px;
}

.case-nei {
    width: 88.6%;
    margin: 0 auto 0;
}

.case-nei li:nth-child(3n+1) {
    margin-left: 0;
}

.case-nei li {
    float: left;
    width: 31.9%;
    margin-left: 2.1%;
    margin-bottom: 40px;
    transition: .5s;
    background: #fff;
}

.case-nei li:hover {
    /*transform: translateY(-3px);*/
}

.case-nei li .pad {
    display: block;
    /*overflow: hidden;*/
    padding: 44% 0;
    position: relative;
}

.case-nei li .pad .case-img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 75.7%;
    border: solid 1px #dddddd;
    overflow: hidden;
    box-sizing: border-box;
    transition: all ease-out .5s;
    padding: 15px;
}
.case-nei li:hover .pad .case-img {
    border-color: #0c8fe2;
}

.case-nei li .pad .case-img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all ease-out .6s;
}

.case-nei li:hover .pad .case-img img {
    transform: scale(1.03);
}

.case-nei li .pad .case-nn {
    display: block;
    width: 100%;
    position: absolute;
    bottom: -5px;
    left: 0;
}

.case-nei li:hover .pad .case-nn .case-name {
    color: #45a8f9;
}

.case-nei li .pad .case-nn .case-name {
    display: block;
    width: 100%;
    color: #333;
    box-sizing: border-box;
    padding-right: 5%;
    line-height: 1;
    font-size: 16px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.case-nei li .pad .case-nn .case-mm {
    display: block;
    box-sizing: border-box;
    background: url("../images/case-m.png") no-repeat center;
    width: 140px;
    height: 52px;
    font-size: 14px;
    color: #000000;
    line-height: 52px;
    text-align: center;
    margin-top: 20px;
}

.case-nei li:hover .pad .case-nn .case-mm{
    background: url("../images/case-m2.png") no-repeat center;
    color: #fff;
}

/*new*/
.new-box{
    background: url("../images/header.png") no-repeat top center,url("../images/new.png") no-repeat center 77px;
    padding-top: 102px;
    margin-top: 20px;
}

.new-nav{
    text-align: center;
    line-height: 45px;
    margin-top: 38px;
}
.new-nav li{
    display: inline-block;
    margin: 0 10px;
    background: #333;
    width: 140px;
    height: 45px;
    position: relative;
    z-index: 0;
    overflow: hidden;
    border-radius: 5px;
}
.new-nav li:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #0c8fe2;
    width: 0;
    height: 100%;
    z-index: -1;
    transition: all ease-out .5s;
}
.new-nav li.on:before{
    width: 100%;
}

.new-nav li a{
    display: block;
    font-size: 16px;
    color: #fff;
}


.new-desc{
    margin-top: 12px;
}
.new-list{
    width: 100%;
}
.new-list li:nth-child(3n+1){
    margin-left: 0;
}
.new-list li{
    margin: 50px 0 0 72px;
    width: 392px;
    float: left;
    line-height: 1;
}
.new-list li i{
    display: block;
    transition: all ease-out .5s;
    width: 20px;
    height: 4px;
    background-color: #000;
}

.new-list li:hover i{
    width: 50px;
    background-color: #0c8fe2;
}

.new-list li .new-name{
    display: block;
    width: 100%;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 0 25px;
}
.new-list li:hover .new-name{
    transform: translateY(-3px);
    color: #0c8fe2;
}
.new-list li span{
    display: block;
    font-size: 14px;
    color: #999;
    font-family: ArialMT;
    margin: 20px 0;
}

.new-list li p{
    overflow: hidden;
    font-size: 14px;
    line-height: 28px;
    color: #666666;
    height: 56px;
}


/*small-box*/
.small-box{
    background: url("../images/header.png") no-repeat top center,url("../images/small-bg.jpg") no-repeat center 44px;
    height: 594px;
    box-sizing: border-box;
    padding-top: 44px;
    margin: 74px 0 40px;
}

.small{
    width: 370px;
    height: 550px;
    box-sizing: border-box;
    padding: 290px 0 0 33px;
    line-height: 1;
    color: #fff;
}
.small b{
    display: block;
    font-size: 20px;
    letter-spacing: 1px;
}
.small i{
    display: block;
    font-size: 12px;
    opacity: 0.5;
    line-height: 24px;
    margin: 17px 0 64px;
}
.small p{
    font-family: Arial-BoldMT;
    font-size: 36px;
}

/*link-box*/
.link-box{
    background: url("../images/header.png") no-repeat top center;
    padding-top: 44px;
    margin-bottom: 45px;
}

.link-box p{
    font-size: 16px;
    color: #000;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

.link-li{
    width: 100%;
    line-height: 30px;
    text-align: center;
}

.link-li a{
    display: inline-block;
    font-size: 14px;
    color: #333;
    margin: 0 20px;
}

.link-li a:hover{
    transform: translateY(-3px);
    color: #0c8fe2;
}































































































































































