.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
}


#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;
}


.product {
    margin-top: 70px;
    margin-bottom: 70px;
}

.product .productbox {
    margin-top: 32px;
}

.product .productbox .leftmenubox {
    width: 240px;
    
    float: left;
    border: solid 1px #eeeeee;
    box-sizing: border-box;
    padding-bottom: 40px;
}

.product .productbox .leftmenubox .menutitlebox {
    width: 100%;
    height: 98px;
    text-align: center;
    background: #186cdd;
}

.product .productbox .leftmenubox .menutitlebox h4 {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    padding-top: 25px;
}

.product .productbox .leftmenubox .menutitlebox p {
    font-size: 12px;
    color: #ffffff;
}

.ssk {
    height: 38px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}

.ss-text {
    width: 211px;
    height: 38px;
    background: transparent;
    color: #888;
    letter-spacing: 1px;
    font-size: 14px;
    padding-left: 10px;
    float: left;
    box-sizing: border-box;
}

.ss-submit {
    width: 17px;
    height: 18px;
    float: left;
    background: url(../image/ss.png) no-repeat;
    cursor: pointer;
    position: absolute;
    right: 8px;
    top: 10px;
}

.product .productbox .leftmenubox .menumain {
    width: 100%;
}

.product .productbox .leftmenubox .menumain .proclass {
    width: 216px;
    margin: 0 auto;
}

.product .productbox .leftmenubox .menumain .proclass .ddbox {
    display: none;
}

.product .productbox .leftmenubox .menumain .proclass dt {
    position: relative;
    width: 100%;
    height: 37px;
    line-height: 37px;
    background-color: #186cdd;
    border-radius: 18px;
    margin-top: 17px;
}

.product .productbox .leftmenubox .menumain .proclass dt a {
    width: 56%;
    float: left;
    line-height: 37px;
    color: #fff;
    font-size: 16px;
    margin-left: 30px;
}

.product .productbox .leftmenubox .menumain .proclass dt i {
    display: block;
    float: right;
    color: #fff;
    font-size: 16px;
    margin: 0 34px 0 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}


.product .productbox .leftmenubox .menumain .proclass dd {
    position: relative;
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 40px;
}

.product .productbox .leftmenubox .menumain .proclass dd::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #186cdd;
}

.product .productbox .leftmenubox .menumain .proclass dd a {
    color: #555;
    display: block;
    width: 70%;
    margin: 0 auto;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product .productbox .leftmenubox .menumain .proclass dd a span {
    float: right
}

.product .productbox .leftmenubox .menumain .proclass dd a:hover {
    color: #186cdd;
}

.product .productbox .leftmenubox .menumain .proclass dd:hover::after {
    width: 100%;
}

.product .productbox .leftmenubox .menumain .proclass dd:hover a {
    color: #186cdd;
}

.product .productbox .rightpromain {
    width: 871px;
    float: right;
}

.product .productbox .leftmenubox .er {
    width: 168px;
    height: 168px;
    border: solid 1px #eeeeee;
    margin: 40px auto 0;
}

.product .productbox .leftmenubox .er img {
    display: block;
    width: 100%;
    height: 100%;
}

.product .productbox .leftmenubox .duct-tell {
    font-size: 30px;
    color: #186cdd;
    margin: 30px 0 12px;
    text-align: center;
    font-family: TimesNewRomanPSMT;
}

.product .productbox .leftmenubox .duct-more {
    width: 101px;
    height: 31px;
    background-color: #186cdd;
    display: block;
    line-height: 31px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.product .productbox .rightpromain .productlist {
    position: relative;
    width: 938px;
    height: auto;
}

.product .productbox .rightpromain .productlist li {
    position: relative;
    width: 291px;
    float: left;
    margin-left: 30px;
    margin-bottom: 30px;
}

.product .productbox .rightpromain .productlist li:nth-child(3n+1) {
    margin-left: 0;
}


.product .productbox .rightpromain .productlist li .imgbox {
    display: block;
    width: 100%;
    height: 231px;
}

.product .productbox .rightpromain .productlist li .imgbox img {
    width: 100%;
    height: 100%;
}

.product .productbox .rightpromain .productlist li .ductR-nn {
    width: 100%;
    background: #eee;
    line-height: 31px;
    transition: .6s;
}

.product .productbox .rightpromain .productlist li:hover .ductR-nn {
    background: #186cdd;
}

.product .productbox .rightpromain .productlist li .proname {
    width: 85%;
    height: 31px;
    display: block;
    line-height: 31px;
    color: #444;
    box-sizing: border-box;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 0 0 10px;
    transition: .6s;
}

.product .productbox .rightpromain .productlist li:hover .proname {
    color: #fff;
}

.product .productbox .rightpromain .productlist li .span {
    font-size: 18px;
    color: #186cdd;
    line-height: 31px;
    margin-right: 12px;
    transition: .6s;
}

.product .productbox .rightpromain .productlist li:hover .span {
    color: #fff;
}


.small {
    background: url("../image/small-bg.jpg") no-repeat center;
    width: 100%;
    height: 250px;
}

.smallL {
    width: 563px;
    box-sizing: border-box;
    padding-top: 77px;
    margin-right: 90px;
}

.smallL b {
    display: block;
    font-size: 28px;
    color: #ffffff;
    margin-bottom: 40px;
}

.smallL p {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
}

.smallR p {
    font-family: TimesNewRomanPSMT;
    font-size: 30px;
    color: #ffffff;
    padding: 75px 0 34px;
}

.smallR a {
    display: block;
    width: 111px;
    height: 37px;
    background-color: #ffffff;
    text-align: center;
    line-height: 37px;
    font-size: 14px;
    color: #186cdd;
    transition: .6s;
}

.smallR a:hover {
    border-radius: 20px;
}

.title {
    text-align: center;
}

.title h3 {
    font-size: 30px;
    font-weight: bold;
    color: #444444;
}

.title h3 span {
    color: #186cdd;
}

.title p {
    font-size: 12px;
    color: #999999;
}

.title i {
    display: block;
    width: 51px;
    height: 1px;
    background-color: #dcdcdc;
    margin: 10px auto 0;
}


.pai-box {
    padding: 70px 0;
}

.pai {
    background: url("../image/pp-bg.png") no-repeat center;
    width: 100%;
    height: 318px;
    margin-top: 46px;
}

.pai li b {
    display: block;
    font-size: 18px;
    color: #186cdd;
    transition: .6s;
}

.pai li i {
    display: block;
    width: 106px;
    height: 2px;
    background-color: #e5e5e5;
    margin: 20px 0;
}

.pai li p {
    font-size: 14px;
    line-height: 32px;
    color: #444444;
    overflow: hidden;
}

.pai .pai-1 {
    text-align: right;
    position: absolute;
    top: -23px;
    left: 130px;
}

.pai .pai-1 i {
    margin: 20px 0 20px 47px;
}

.pai .pai-1 p {
    width: 154px;
}

.pai .pai-2 {
    text-align: left;
    position: absolute;
    top: -23px;
    right: 99px;
}

.pai .pai-2 p {
    width: 182px;
}

.pai .pai-3 {
    text-align: right;
    position: absolute;
    top: 160px;
    left: 107px;
}

.pai .pai-3 i {
    margin: 20px 0 20px 76px;
}

.pai .pai-3 p {
    width: 182px;
}

.pai .pai-4 {
    text-align: left;
    position: absolute;
    top: 161px;
    right: 55px;
}

.pai .pai-4 p {
    width: 225px;
}

.pai .pai-1:hover b, .pai .pai-3:hover b {
    transform: translate(-5px);
}

.pai .pai-2:hover b, .pai .pai-4:hover b {
    transform: translate(5px);
}


.ys-box {
    background: url("../image/ys-bg.jpg") no-repeat center;
    width: 100%;
    height: 769px;
    overflow: hidden;
}

.ys-tit {
    text-align: center;
}

.ys-tit h3 {
    font-size: 36px;
    font-weight: bold;
    color: #186cdd;
    padding-top: 60px;
}

.ys-tit p {
    width: 561px;
    height: 35px;
    background-color: #333333;
    border-radius: 17px;
    text-align: center;
    line-height: 35px;
    font-size: 18px;
    color: #ffffff;
    margin: 15px auto;
}

.ys-tit i {
    width: 531px;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    line-height: 18px;
    color: #bbbbbb;
    margin: 0 auto;
    display: block;
}

.ys {
    position: relative;
}

.ys li span {
    display: block;
    width: 41px;
    height: 40px;
    background-color: #186cdd;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 24px;
    margin: 0 21px 0 0;
}

.ys li .ys-zi {
    width: 270px;
}

.ys li .ys-zi b {
    font-size: 24px;
    line-height: 24px;
    color: #444444;
    display: block;
}

.ys li .ys-zi i {
    font-size: 12px;
    line-height: 24px;
    color: #999999;
    display: block;
}

.ys li .ys-zi p {
    margin-top: 15px;
    font-size: 15px;
    line-height: 32px;
    color: #444444;
    height: 192px;
    overflow: hidden;
}

.ys .ys-1, .ys .ys-3 {
    margin-right: 20%;
}

.ys .ys-1, .ys .ys-2 {
    margin-bottom: 59px;
}


.case {
    padding: 70px 0;
}

.web_case_tu {
    margin-top: 15px
}

.web_case_tu .picScroll-left {
    width: 100%;
    position: relative;
}

.web_case_tu .picScroll-left .hd {
    overflow: hidden;
    height: 30px;
    margin-top: 70px;
}

.web_case_tu .picScroll-left .hd .nextStop {
    background-position: -60px -50px;
}

.web_case_tu .picScroll-left .hd ul {
    overflow: hidden;
    zoom: 1;
    margin: 0 auto;
    display: table
}

.web_case_tu .picScroll-left .hd ul li {
    float: left;
    width: 13px;
    height: 13px;
    overflow: hidden;
    margin-right: 27px;
    text-indent: -999px;
    cursor: pointer;
    border-radius: 50%;
    background: #bbb;
}

.web_case_tu .picScroll-left .hd ul li.on {
    background: #186cdd;
}

.web_case_tu .picScroll-left .bd {
    width: 100%
}

.web_case_tu .bd ul {
    overflow: hidden;
    zoom: 1;
}

.web_case_tu .bd li {
    float: left;
    _display: inline;
    overflow: hidden;
    width: 390px!important;
    background-color: #fff;
    transition: .6s;
    margin-top: 5px;
    margin-right: 24px;
}
.web_case_tu .bd li:hover{
    background-color: #f6f6f6;
    transform: translateY(-5px);
}
.web_case_tu .bd li .case-img{
    display: block;
    margin: 12px auto 0;
    width: 370px;
    height: 271px;
}
.web_case_tu .bd li .case-img img{
    display: block;
    width: 100%;
    height: 100%;
}
.web_case_tu .bd li .case-name{
    display: block;
    width: 100%;
    padding: 29px 5% 0;
    box-sizing: border-box;
    text-align: center;
    font-size: 18px;
    color: #333333;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.web_case_tu .bd li i{
    display: block;
    margin: 16px auto 20px;
    width: 31px;
    height: 2px;
    background-color: #cccccc;
}
.web_case_tu .bd li p{
    width: 100%;
    padding: 0 5%;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    overflow: hidden;
    height: 60px;
}
.web_case_tu .bd li span{
    display: block;
    width: 100%;
    height: 3px;
    background: #fff;
    transition: .6s;
    margin-top: 28px;
}
.web_case_tu .bd li:hover span{
    background: #186cdd;
}


.about-box{
    background: url("../image/about-bg.jpg") no-repeat center;
    width: 100%;
    height: 552px;
}
.about{
    width: 720px;
    padding-top: 35px;
}
.about h3 a{
    font-size: 24px;
    font-weight: bold;
    color: #f2fafd;
}
.about span{
    display: block;
    margin: 20px 0;
    width: 331px;
    height: 2px;
    background-color: #ffffff;
}
.about .about-jie{
    width: 513px;
    font-size: 16px;
    line-height: 36px;
    color: #444444;
    overflow: hidden;
    height: 144px;
    margin-bottom: 32px;
}


.zi-box{
    width: 100%;
}
.ziL{
    width: 100%;
    margin-bottom: 19px;
}
.ziL li{
    width: 81px;
    height: 33px;
    background: #444;
    text-align: center;
    transition: .6s;
    line-height: 33px;
    float: left;
    margin-right: 29px;
}

.ziL li a{
    display: block;
    color: #fff;
}

.zi-hot{
    background: #186cdd!important;
}

.ziR{
    width: 100%;
}
.zi-desc{
    width: 100%;
}
.zi-desc .slideGroup {
    width: 100%;
}
.zi-desc .slideGroup .slideBox {
    zoom: 1;
    position: relative;
}
.zi-desc .slideGroup .slideBox .tempWrap {
    width: 100% !important;

}
.zi-desc .slideGroup .parBd ul {
    overflow: hidden;
    zoom: 1;
}
.zi-desc li {
    float: left;
    _display: inline;
    overflow: hidden;
    margin-right: 28px;
    width: 220px !important;
    transition: .6s;
}

.zi-desc li .zi-img{
    width: 100%;
    height: 160px;
    display: block;
}
.zi-desc li .zi-img img{
    width: 100%;
    height: 100%;
    display: block;
}
.zi-desc li .zi-name{
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 15px;
    font-size: 14px;
    color: #444;
    box-sizing: border-box;
    padding: 0 5%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .6s;
}
.zi-desc li:hover .zi-name{
    color: #186cdd;
}
.zi-desc-2,.zi-desc-3{
    display: none;
}


.new-box{
    padding: 50px 0 40px;
}
.new-tit{
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #444444;
    margin-bottom: 19px;
}
.newL{
    width: 580px;
}
.newL .newL-img{
    width: 100%;
    display: block;
    height: 300px;
}
.newL .newL-img img{
    width: 100%;
    height: 100%;
    display: block;
}
.newL .newL-name{
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0 5% 0 0;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    color: #333333;
    margin: 25px 0 10px;
    transition: .6s;
}
.newL:hover .newL-name{
    color: #186cdd;
    transform: translate(10px);
}
.newL p{
    width: 100%;
    font-size: 13px;
    line-height: 30px;
    color: #555555;
    overflow: hidden;
    height: 90px;
}
.newR{
    width: 571px;
}
.newR li:hover{
    background: url("../image/new-li2.jpg") no-repeat center;
}
.newR li:first-child{
    margin-top: 0;
}
.newR li{
    background: url("../image/new-li.jpg") no-repeat center;
    width: 100%;
    height: 130px;
    margin-top: 29px;
    transition: .6s;
}
.newR li .newR-img{
    display: block;
    width: 171px;
    height: 100%;
}
.newR li .newR-img img{
    display: block;
    width: 100%;
    height: 100%;
}
.newR li .newR-zi{
    width: 312px;
    margin-left: 34px;
}
.newR li .newR-zi .newR-name{
    display: block;
    width: 100%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    color: #444444;
    margin: 22px 0 10px;
    transition: .6s;
}
.newR li:hover .newR-zi .newR-name{
    transform: translate(5px);
    color: #186cdd;
}
.newR li .newR-zi p{
    font-size: 13px;
    line-height: 30px;
    color: #444444;
    width: 100%;
    overflow: hidden;
    height: 60px;
}


.nh{
    position: relative;
}

.nhBox {
    width: 1058px;
    position: relative;
    float: right;
}

.nhBox .tempWrap {
    width: 100% !important;
}
.nhBox .prev3 {
    width: 35px;
    height: 18px;
    display: block;
    position: absolute;
    bottom: 20px;
    left: -140px;
    z-index: 999;
}

.nhBox .next3 {
    width: 35px;
    height: 18px;
    display: block;
    position: absolute;
    bottom: 20px;
    left: -105px;
    z-index: 999;
}
.nhBox li{
    width: 506px!important;
    height: 121px;
    background-color: #f9f9f9;
    padding: 20px 33px 20px 31px;
    box-sizing: border-box;
    margin-right: 32px;
}
.nhBox li a{
    width: 390px;
    display: block;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    color: #444444;
    margin-bottom: 12px;
    transition: .6s;
    background: url("../image/wen.png") no-repeat 0 0;
    padding-left: 35px;
}
.nhBox li:hover a{
    color: #186cdd;
    transform: translate(3px);
}
.nhBox li p{
    width: 390px;
    background: url("../image/da.png") no-repeat 0 0;
    padding-left: 35px;

    font-size: 13px;
    line-height: 24px;
    color: #555555;
    overflow: hidden;
    height: 48px;
}
.nh h3{
    float: left;
}
.nh h3 a{
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #555555;
}
.nh h3 span{
    display: block;
    font-size: 12px;
    color: #777777;
}


.forms{
    width: 100%;
    margin: 50px 0 40px;
}
.form-logo{
    background: url("../image/form-bg.png") no-repeat 0 0;
    padding-left: 71px;
    height: 63px;
}
.form-logo p{
    font-size: 24px;
    font-weight: bold;
    color: #555555;
}
.form-logo i{
    font-size: 12px;
    color: #cccccc;
}
.forms .inputs {
    position: relative;
    margin-top: 4px;
}

.forms .inputs input {
    width: 201px;
    height: 45px;
    padding-left: 10px;
    background: #f1f1f1;
    float: left;
    border-radius: 5px;
    margin-right: 50px;
}
.forms .inputs input:first-child{
    margin-left: 0;
}

.forms .form_ti {
    width: 101px;
    height: 45px;
    background-color: #186cdd;
    font-size: 20px;
    text-align: center;
    color: #fff;
    line-height: 45px;
    display: block;
    float: right;
}
