/*首页banner*/
.pics_wrap {
    width: 100%;
    height: auto;
    overflow: hidden;
    z-index: -1;
}

.html5zoo-swipe-box-0 {
    z-index: -1;
}

.html5zoo-timer-0 {
    z-index: -1;
}

.html5zoo-img-box-0 {
    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;
}
.Title h4{
    margin: 0 auto;
}
.Title h3{
    font-size: 32px;
    font-weight: bold;
    color: #333333;
    width: 325px;
    margin: 15px auto 0;
    position: relative;
}
.Title h3::before{
    content: '';
    position: absolute;
    left: 0;
    top: 28px;
    width: 11px;
    height: 3px;
    background: #333;
}
.Title h3::after{
    content: '';
    position: absolute;
    right: 0;
    top: 28px;
    width: 11px;
    height: 3px;
    background: #333;
}


/*duct*/
.duct {
    width: 100%;
    padding-bottom: 53px;
}

.duct .Title {
    padding: 59px 0 49px;
}

.duct .duct_tit {
    margin: 0 auto;
    width: 100%;
}

.duct .duct_tit li:first-child {
    margin-left: 0;
}

.duct .duct_tit li:hover {
    border-color: #0262b8;
}

.duct .duct_tit li {
    width: 180px;
    height: 40px;
    border: solid 1px #dddddd;
    float: left;
    margin-left: 24px;
    box-sizing: border-box;
    transition: .5s;
    text-align: center;
}

.duct .duct_tit li a {
    display: block;
    font-size: 16px;
    color: #999;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.duct_ul li:nth-child(4n+1) {
    margin-left: 0;
}

.duct_ul li {
    width: 277px;
    float: left;
    margin-left: 30px;
    margin-top: 30px;
    transition: .6s;
}

.duct_ul li:hover .duct_img{
    border-color: #0262b8;
}
.duct_ul li .duct_img {
    width: 273px;
    height: 302px;
    display: block;
    margin: 0 auto;
    transition: .6s;
    border: 2px solid #fff;
    border-bottom: 0;
}

.duct_ul li .duct_img img {
    width: 100%;
    height: 100%;
}

.duct_ul li:hover .duct-biao {
    background: #0262b8;
}

.duct_ul li .duct-biao {
    width: 100%;
    height: 57px;
    background: #fff;
    line-height: 57px;
    transition: .5s;
    border-bottom: 1px solid #ccc;
	overflow:hidden;
}

.duct_ul li:hover .duct-biao .duct-name {
    color: #fff;
}

.duct_ul li .duct-biao .duct-name {
    font-size: 15px;
    color: #333;
    display: block;
    width: 75%;
    padding-left: 20px;
    transition: .5s;
}

.duct_ul li:hover .duct-biao span {
    background: url("../images/jian2.png") no-repeat center;
}

.duct_ul li .duct-biao span {
    display: block;
    background: url("../images/jian.png") no-repeat center;
    width: 16px;
    height: 9px;
    margin: 21px 20px 0 0;
    transition: .5s;
}
/*about*/
.about{
    background: url("../images/about-bg.jpg") no-repeat top;
    width: 100%;
    padding: 56px 0 50px;
}
.about .Title h3{
    color: #fff;
}
.about .Title h3::before,.about .Title h3::after{
    background: #fff;
}
.about-img{
    width: 100%;
    height: 240px;
    margin: 48px 0 38px;
}
.about-img img{
    width: 100%;
    height: 100%;
}
.about p{
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 32px;
    color: #666666;
    overflow: hidden;
    height: 96px;
}
.about .about-more{
    display: block;
    margin: 43px auto 0;
    text-align: center;
    box-sizing: border-box;
    width: 146px;
    height: 44px;
    background-color: #ffffff;
    border: solid 1px #0262b8;
    font-size: 14px;
    line-height: 44px;
    color: #0262b8;
    font-weight: bold;
    transition: .6s;
}
.about .about-more:hover{
    border-radius: 20px;
    transform: translate(5px);
}
/*case*/
.case{
    width: 100%;
    background: #f2f2f2;
    padding: 33px 0 60px;
}
.caseBox{
    width: 100%;
    margin-top: 50px;
}
.caseBox li{
    float: left;
    width: 382px;
    height: 230px;
    position: relative;
    overflow: hidden;
}
.caseBox li .case-img{
    width: 100%;
    height: 100%;
}
.caseBox li .case-img img{
    width: 100%;
    height: 100%;
    transition: .9s;
}
.caseBox li:hover .case-img img{
    transform: scale(1.1,1.1);
}
.caseBox li .case-name{
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    line-height: 40px;
    height: 40px;
    width: 90%;
    padding: 0 5%;
    color: #fff;
    font-size: 14px;
    transition: .6s;
}
.caseBox li:hover .case-name{
    height: 100%;
    line-height: 220px;
}
.caseBox .case-2:hover .case-name{
    line-height: 500px;
}
.caseBox .case-2{
    width: 796px;
    height: 478px;
    margin-left: 21px;
}
.caseBox .case-3{
    margin-top: -230px;
}
.caseBox .case-4,.caseBox .case-5,.caseBox .case-6{
    margin-top: 18px;
}
.caseBox .case-5{
    margin-left: 21px;
}
.caseBox .case-6{
    margin-left: 33px;
}
/*new*/
.newBox{
    padding: 43px 0 49px;
}
.new{
    margin-top: 60px;
}
.newL{
    width: 560px;
}
.newL .newL-img{
    width: 100%;
    height: 267px;
    display: block;
    margin-bottom: 29px;
}
.newL .newL-img img{
    width: 100%;
    height: 100%;
}
.newL .newL-name{
    width: 100%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    display: block;
    transition: .6s;
}
.newL p{
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    height: 47px;
}
.newL:hover .newL-name{
    transform: translate(5px);
    color: #0262b8;
}

.newR{
    width: 590px;
}
.newR li:first-child{
    margin-top: 0;
}
.newR li{
    width: 100%;
    margin-top: 20px;
}
.newR li .newR-a{
    width: 112px;
    height: 110px;
    background: #ebebeb;
    text-align: center;
}
.newR li .newR-a h3{
    font-family: Impact;
    font-size: 30px;
    font-weight: bold;
    color: #bbbbbb;
    margin: 15px 0 18px;
    transition: .6s;
}
.newR li:hover .newR-a h3{
    transform: translateY(-5px);
}
.newR li .newR-a p{
    width: 100%;
    line-height: 33px;
    background: #bbb;
    font-family: Impact;
    font-size: 18px;
    color: #ffffff;
}
.newR li .newR-b{
    width: 428px;
    height: 110px;
    padding: 0 23px 0 21px;
    background-color: #f6f6f6;
}

.newR li .newR-b a{
    display: block;
    width: 100%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    margin: 19px 0 5px;
    transition: .6s;
}
.newR li:hover .newR-b a{
    transform: translate(5px);
    color: #0262b8;
}
.newR li .newR-b p{
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    height: 47px;
}

/*info*/
.info{
    background: url("../images/infot-bg.jpg") no-repeat center;
    width: 1188px;
    height: 181px;
    position: absolute;
    left: 0;
    top: 646px;
    z-index: 999;
}
.info-box{
    margin-left: 400px;
}
.infoL{
    width: 377px;
    padding-top: 23px;
}
.infoL .er{
    width: 135px;
    height: 135px;
    display: block;
    margin-right: 20px;
    float: left;
}
.infoL .infoL-zi{
    float: left;
}
.infoL .infoL-zi h3{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: 30px;
}
.infoL .infoL-zi p{
     font-size: 12px;
     color: #fff;
    margin-top: 5px;
 }
.infoL .infoL-zi h6 img{
    float: left;
    display: block;
    margin: 10px 10px 0 0;
}
.infoR{
    width: 300px;
    padding-top: 40px;
    padding-right: 10px;
}
.infoR h3{
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}
.infoR p{
    font-size: 12px;
    color: #fff;
    font-family: Arial;
    margin-top: 8px;
}
.infoR h6{
    font-size: 30px;
    font-weight: bold;
    color: #ffc800;
    font-family: Arial;
    background: url(../images/info-tell.png) no-repeat 0 6px;
    width: 257px;
    height: 46px;
    padding-left: 43px;
    margin-top: 7px;
}



