
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;
}

/*首页banner*/
.banner-box {
    width: 100%;
    max-height: 900px;
    overflow: hidden;
}

.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;
}


/*about-box*/

.about-box {
    background-color: #f8f8f8;
    padding: 87px 0 64px;
}

.aboutL {
    width: 630px;
    height: 400px;
    overflow: hidden;
    transition: all ease-out .5s;
}

.aboutL img {
    display: block;
    width: 100%;
    height: 100%;
}

.aboutL:hover {
    transform: translateX(5px);
}

.aboutR {
    width: 630px;
    line-height: 1;
}

.about-name {
    font-size: 24px;
    color: #333333;
    padding: 30px 0 24px;
    display: inline-block;
}

.aboutR p {
    text-indent: 2em;
    overflow: hidden;
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    height: 120px;
}

.about-zi {
    border-top: 1px solid #dedede;
    margin-top: 20px;
    width: 100%;
    padding-top: 20px;
}

.about-zi li:first-child {
    margin-left: 0;
}

.about-zi li {
    width: 115px;
    height: 160px;
    border: solid 1px #dedede;
    position: relative;
    box-sizing: border-box;
    margin-left: 13px;
    padding: 5px;
    overflow: hidden;
    float: left;
    transition: all ease-out .5s;
}

.about-zi li:hover {
    transform: translateY(-5px);
}

.about-zi li .about-img {
    display: block;
    width: 105px;
    height: 150px;
    overflow: hidden;
}

.about-zi li .about-img img {
    display: block;
    width: 100%;
    height: 100%;
}

.about-zi li .about-nn {
    display: block;
    position: absolute;
    bottom: 5px;
    left: 5px;
    width: 105px;
    height: 150px;
    background: url(../images/zi-more.png) no-repeat center 84px rgba(34, 119, 181, .5);
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    padding: 57px 10px 0;
    line-height: 1;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    transform: translateY(110%);
}

.about-zi li:hover .about-nn {
    transform: translateY(0);
}


/*duct-box*/
.duct-box {
    background: url("../images/duct-bg.jpg") no-repeat center;
    height: 557px;
    padding-top: 96px;
    box-sizing: border-box;
}

.duct-tit {
    width: 100%;
    border-bottom: 1px solid #dedede;
    height: 40px;
}

.duct-tit p {
    padding-left: 25px;
    background: url("../images/d-icon.png") no-repeat 0 center;
    font-size: 20px;
    color: #227bb8;
}

.duct-tit .d-mm {
    background: url("../images/d-j.png") no-repeat right center;
    padding-right: 17px;
    font-size: 14px;
    color: #999999;
    line-height: 20px;
    margin-top: 10px;
}

.duct-tit .d-mm:hover {
    color: #2277b5;
}

.duct-nav {
    height: 55px;
    line-height: 55px;
}

.duct-nav li:first-child {
    margin-left: 0;
}

.duct-nav li {
    float: left;
    box-sizing: border-box;
    transition: all ease-out .5s;
    margin-left: 50px;
    width: 100px;
    position: relative;
}

.duct-nav li:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: #2277b5;
    transition: all ease-out .5s;
}

.duct-nav li:hover:before {
    width: 100%;
}

.duct-nav li a {
    background: url("../images/d-k.png") no-repeat -10px center;
    padding-left: 0px;
    font-size: 16px;
    color: #666666;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.duct-nav li:hover a {
    padding-left: 27px;
    background: url("../images/d-k.png") no-repeat 5px center;
    color: #2277b5;
}

.duct {
    margin-top: 10px;
    position: relative;
}

.duct li {
    width: 240px !important;
    margin-right: 25px;
    float: left;
    margin-top: 9px;
    transition: all ease-out .5s;
}

.duct li:hover {
    transform: translateY(-5px);
}

.duct li .duct-img {
    display: block;
    width: 240px;
    height: 180px;
    border: solid 1px #dedede;
    box-sizing: border-box;
    padding: 5px;
}

.duct li .duct-img img {
    display: block;
    width: 100%;
    height: 100%;
}

.duct li:hover .duct-img {
    background: #2277b5;
}

.duct li .duct-name {
    display: block;
    text-align: center;
    box-sizing: border-box;
    padding: 0 20px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 45px;
    border-bottom: 1px solid #dedede;
}

.duct li:hover .duct-name {
    color: #2277b5;
}

.dl, .dr {
    cursor: pointer;
    transition: all ease-out .5s;
    width: 60px;
    height: 25px;
    position: absolute;
    top: 256px;
}

.dl {
    background: url("../images/dl.png") no-repeat center #ccc;
    left: 585px;
}

.dr {
    background: url("../images/dr.png") no-repeat center #ccc;
    right: 585px;
}

.dl:hover, .dr:hover {
    background-color: #2277b5;
    transform: translateY(-3px);
}

/*ys-box*/
.ys-box {
    height: 585px;
    background: #e37b1e;
}

.ys-tit {
    text-align: center;
    line-height: 1;
    padding-top: 99px;
}

.ys-tit b {
    display: block;
    font-size: 30px;
    color: #fff;
}

.ys-tit p {
    font-size: 14px;
    color: #f7b071;
    margin: 17px 0 20px;
}

.ys-tit i {
    display: block;
    margin: 0 auto;
    width: 99px;
    height: 1px;
    background-color: #f7b071;
}


.ys {
    margin-top: 58px;
}


.ys li:first-child {
    margin-left: 0;
}

.ys li {
    line-height: 1;
    margin-left: 95px;
    width: 370px;
    float: left;
}

.ys li .ys-name {
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin-bottom: 47px;
}

.ys li .ys-zi {
    width: 370px;
    height: 195px;
    border: solid 1px #f7b071;
    position: relative;
    transition: all ease-out .5s;
    z-index: 0;
    padding-top: 39px;
    box-sizing: border-box;
}

.ys li:hover .ys-zi {
    border-color: #fff;
}

.ys li .ys-zi:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.15);
    z-index: -1;
}

.ys li .ys-zi p {
    width: 324px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 30px;
    color: #f7b071;
    text-indent: 2em;
}

.ys li .ys-zi i {
    display: block;
    border-radius: 50%;
    position: absolute;
    top: -16px;
    left: 50%;
    margin-left: -19px;
    width: 38px;
    height: 38px;
    background: #fff;
    transition: all ease-out .5s;
}

.ys li .ys-zi i img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ys li:hover .ys-zi i {
    transform: rotate(360deg);
}

.ys li .ys-zi span {
    display: block;
    color: #fff;
    font-family: Impact;
    font-size: 40px;
    position: absolute;
    bottom: -20px;
    right: 20px;
    transition: all ease-out .5s;
}

.ys li:hover .ys-zi span {
    right: 50%;
    transform: translate(50%);
}

/*case*/
.case-box {
    background-color: #f8f8f8;
    height: 678px;
    box-sizing: border-box;
    padding-top: 57px;
}


.case-box .duct-tit p {
    background: url("../images/c-icon.png") no-repeat 0 center;
}

#certify {
    position: relative;
    width: 1200px;
    margin: 46px auto 0;
}

#certify .swiper-slide {
    width: 540px;
    height: 320px;
    border: solid 10px #ffffff;
    box-sizing: border-box;
    position: relative;
    margin-top: 64px;
}


#certify .swiper-slide img {
    display: block;
    width: 520px;
    height: 320px;
}

#certify .swiper-slide-active {
    background: #2277b5;
    border-color: #2277b5;
    height: 450px;
    margin-top: 0;
}

#certify .swiper-slide-active img {
    height: 350px;
}

#certify .swiper-slide .txtlq {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80px;
    background-color: #2277b5;
}

#certify .swiper-slide-active .txtlq {
    display: block;
}

#certify .swiper-slide .txtlq a {
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    padding: 0 5%;
    box-sizing: border-box;
    line-height: 80px;
    text-align: center;
    display: block;
}


#certify .swiper-button-prev {
    width: 26px;
    height: 26px;
    background: url(../images/al_l.png) no-repeat center;
    opacity: 1;
    cursor: pointer;
    left: 0;
    top: 434px;
    transition: .6s;
}

#certify .swiper-button-prev:hover {
    transform: translateX(5px);
}

#certify .swiper-button-next:hover {
    transform: translateX(-5px);
}

#certify .swiper-button-next {
    width: 26px;
    height: 26px;
    background: url(../images/al_r.png) no-repeat center;
    opacity: 1;
    cursor: pointer;
    right: 0;
    top: 434px;
    transition: .6s;
}

/*new*/
.new-box {
    margin: 68px 0;
}

.newL {
    width: 655px;
}

.newL-tit {
    padding-left: 59px;
    box-sizing: border-box;
    background: url("../images/n-icon1.png") no-repeat 0 center;
    height: 46px;
    line-height: 1;
    font-family: ArialMT;
    font-size: 14px;
    color: #999;
    display: inline-block;
}

.newL-tit b {
    display: block;
    font-family: MicrosoftYaHei-Bold;
    font-size: 20px;
    color: #333;
    margin-bottom: 12px;
}

.newt {
    width: 100%;
    margin-top: 30px;
}

.newt .newt-img {
    display: block;
    overflow: hidden;
    width: 260px;
    height: 180px;
}

.newt .newt-img img {
    display: block;
    width: 100%;
    height: 100%;
}

.newt:hover .newt-img img {
    transform: scale(1.1);
}

.newt .newt-zi {
    line-height: 1;
    width: 371px;
}

.newt .newt-zi .newt-zi-nn {
    width: 100%;
    padding: 14px 0 15px;
}

.newt .newt-zi .newt-zi-nn a {
    display: block;
    width: 80%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #666;
}

.newt .newt-zi .newt-zi-nn i {
    font-size: 14px;
    color: #666;
}

.newt:hover .newt-zi .newt-zi-nn a {
    color: #2277b5;
    transform: translateX(5px);
}

.newt .newt-zi p{
    overflow: hidden;
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    height: 90px;
    margin-bottom: 13px;
}
.newt .newt-zi .newt-more{
    display: block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    width: 115px;
    height: 30px;
    background-color: #2277b5;
    border-radius: 15px;
    line-height: 30px;
}

.newL-list{
    width: 100%;
    margin-top: 18px;
}
.newL-list li{
    border-bottom: 1px dashed #ddd;
    line-height: 52px;
    height: 52px;
    position: relative;
    z-index: 0;
}
.newL-list li:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    border-bottom: 1px dashed #2277b5;
    transition: all ease-out .5s;
    z-index: -1;
}
.newL-list li:hover:before{
    width: 100%;
}
.newL-list li a{
    display: block;
    width: 80%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #666;
}
.newL-list li i{
    font-size: 14px;
    color: #666;
}
.newL-list li:hover a{
    transform: translateX(5px);
    color: #2277b5;
}

.new{
    width: 570px;
}

.new-nav{
    width: 100%;
}

.new-nav li{
    box-sizing: border-box;
    margin-right: 60px;
    line-height: 1;
    float: left;
}
.new-nav li:nth-child(1){
    background: url("../images/n-icon2.png") no-repeat 0 center;
    padding-left: 64px;
}
.new-nav li:nth-child(2){
    background: url("../images/n-icon3.png") no-repeat 0 center;
    padding-left: 67px;
}
.new-nav li a{
    display: block;
    font-family: ArialMT;
    font-size: 14px;
    color: #999999;
}

.new-nav li a b{
    display: block;
    font-family: MicrosoftYaHei-Bold;
    font-size: 20px;
    color: #333333;
    margin-bottom: 12px;
    transition: all ease-out .5s;
}

.new-nav li.on a,
.new-nav li.on a b{
    color: #2277b5;
}

.new-desc{
    margin-top: 28px;
    width: 100%;
}

.new-list li{
    height: 60px;
    background-color: #f8f8f8;
    position: relative;
    z-index: 0;
    line-height: 60px;
    margin-top: 1px;
}
.new-list li:before{
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 100%;
    left: 0;
    background: #2277b5;
    z-index: -1;
    transition: all ease-out .5s;
}

.new-list li:hover:before{
    width: 100%;
}
.new-list li a{
    display: block;
    width: 68%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
    font-size: 14px;
    padding-left: 68px;
    background: url("../images/n-q.png") no-repeat 31px center;
}
.new-list li:hover a{
    color: #fff;
    transform: translateX(5px);
    background: url("../images/n-qq.png") no-repeat 31px center;
}

.new-list li i{
    display: block;
    padding-right: 39px;
    font-size: 14px;
    color: #666;
    background: url("../images/n-j.png") no-repeat right center;
    margin-right: 17px;
    transition: all ease-out .5s;
}
.new-list li:hover i{
    color: #fff;
}


/*link*/
.link-box{
    position: relative;
    margin-bottom: 53px;
}
.link{
    width: 100%;
    line-height: 14px;
    overflow: hidden;
    height: 14px;
}

.link p{
    font-size: 14px;
    color: #666;
}

.link .link-a{
    width: 90%;
    margin-left:20px;
}
.link .link-a a{
    padding: 0 15px;
    font-size: 14px;
    color: #666;
    display: inline-block;
}
.link .link-a a:hover{
    transform: translateY(-3px);
    color: #2277b5;
}














































































































































































