*{margin:0;padding:0;}
html{height:100%;}
body{font-family: "微软雅黑", Verdana, Arial, Helvetica, sans-serif; font-size:12px;background-color:#fff;}
ul,ol{list-style:none;}
a,a:hover{text-decoration:none;}
img{border:0;}

.d-content{
    width:1200px;
    margin:0 auto;
}
.d-left{
    float:left;
}
.d-right{
    float:right;
}

/*index*/
.head{
    /*position:fixed;
    z-index:10;
    left:0;
    top:0;*/
    width:100%;
    background-color:#fff;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 8px rgba(0,0,0,.2);
    box-shadow: 0 0 8px rgba(0,0,0,.2);
}
.head-top{
    height:35px;
    line-height:35px;
    background-color:#272526;
    font-size:12px;
    color:#a9a9a9;
}
.head-top-fav{
    margin-right:15px;
    cursor:pointer;
}
.head-top-social{
    position:relative;
    display:inline-block;
    margin-left:12px;
    padding:0 15px 0 15px;
    background:url('../images/head-icon-phone.png') no-repeat 0 center;
    color:#a9a9a9;
}
.head-top-social:after{
    content:'';
    position:absolute;
    top:15px;
    right:0;
    width:0;
    height:0;
    border-top:5px solid #a9a9a9;
    border-left:5px solid transparent;
    border-right:5px solid transparent;
}
.head-top-slide{
    display:none;
    position:absolute;
    z-index:9;
    right:0;
    top:100%;
    width:260px;
    padding:3px;
    background-color:#fff;
    border:1px solid #ddd;
    overflow:hidden;
}
.head-top-social:hover .head-top-slide{
    display:block;
}
.head-top-slide div{
    float:left;
    width:120px;
    margin:0 5px;
    text-align:center;
    font-size:16px;
    color:#333;
}
.head-top-slide img{
    display:block;
    width:120px;
    height:120px;
}
.head-con{
    position:relative;
    /*height:190px;*/
    height:135px;
}
.head-logo{
    margin-top:30px;
    width:236px;
    height:85px;
}
.head-search{
    padding-top:12px;
    overflow:hidden;
}
.head-search>img{
    float:left;
    margin:25px 180px 0 0;
    width:390px;
}
.head-sech-hotline{
    height:20px;
    line-height:20px;
    text-align:right;
    font-size:14px;
    background:url('../images/head-search-tel.png') no-repeat right center;
    font-weight:normal;
    color:#444;
}
.head-sech-hotline img{
    display:inline-block;
    width:151px;
    vertical-align:top;
}
.head-sech-input{
    position:relative;
    margin-top:6px;
    width:250px;
    height:30px;
    border:1px solid #d0d0d0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.head-sech-input input{
    float:left;
    width:250px;
    height:100%;
    outline:0;
    border:0;
    background-color:transparent;
    text-indent:8px;
    -webkit-appearance: none;
    font-size:14px;
}
.head-sech-input i{
    position:absolute;
    top:-1px;
    right:-1px;
    width:30px;
    height:30px;
    background:#197faf url('../images/head-icon-search.png') no-repeat center center;
    background-size:18px;
    cursor:pointer;
}
.head-nav{
    position:absolute;
    right:0;
    bottom:0;
    height:50px;
    line-height:50px;
    border-top:1px solid #ddd;
}
.head-nav:before{
    content:'';
    position:absolute;
    top:-6px;
    left:-12px;
    width:12px;
    height:12px;
    background:#fff url('../images/head-icon-circle.png') no-repeat 0 0;
}
.head-slide{
    top:-42px;
    width:100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.head-nav-fixed{
    position:fixed;
    z-index:99;
    left:0;
    top:0;
    right:0;
    height:42px;
    background-color:#fff;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 8px rgba(0,0,0,.2);
    box-shadow: 0 0 8px rgba(0,0,0,.2);
}
.head-nav-fixed>div{
    position:relative;
    margin:0 auto;
    width:1200px;
    height:100%;
}
.head-nav-logo{
    display:none;
    float:left;
    margin-top:3px;
    width:200px;
}
.head-nav-fixed .head-nav-logo{
    display:block;
}
.head-nav-fixed .head-nav{
    height:42px;
    line-height:42px;
    border-top:0;
}
.head-nav-fixed .head-nav:before{
    display:none;
}
.head-nav-logo img{
    display:block;
    width:100%;
}
.head-nav-item{
    float:left;
    padding-right:35px;
    height:100%;
}
.head-nav-item:last-child{
    margin-right:0;
}
/*.head-nav-item.head-nav-on{
    position:relative;
}
.head-nav-on:before{
    content:'';
    position:absolute;
    left:0;
    top:-2px;
    width:72px;
    height:7px;
    background:url('../images/head-icon-nav-checked.png') no-repeat 0 0;
}*/
.head-nav-item>a{
    display:block;
    width:72px;
    text-align:center;
    font-size:14px;
    font-weight:bold;
    color:#454545;
}
.head-nav-item:hover>a{
    color:#197faf;
}
.head-nav-on>a{
    position:relative;
    color:#197faf;
}
.head-nav-on>a:before{
    content:'';
    position:absolute;
    left:0;
    top:-2px;
    width:72px;
    height:7px;
    background:url('../images/head-icon-nav-checked.png') no-repeat 0 0;
}
.head-nav-fixed .head-nav-on>a:before{
    display:none;
}
.head-nav-slide{
    display:none;
    position:absolute;
    z-index:9;
    top:100%;
    right:0;
    width:1200px;
    /*min-height:360px;*/
    /*padding:25px 0;*/
    background-color:#fff;
    border-top:3px solid #197faf;
    overflow:hidden;
}
.head-nav-item:hover .head-nav-slide{
    display:block;
}
.head-nav-slide-item{
    position:relative;
    float:left;
    width:25%;
    height:100%;
    padding:25px 33px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.head-nav-slide-item:after{
    content:'';
    position:absolute;
    /*top:45px;*/
    top:0;
    right:-1px;
    width:0;
    bottom:-300px;
    /*border-left:1px dashed #dadada;*/
    border-left:1px solid #dadada;
}
.head-nav-slide-item h3{
    margin-bottom:20px;
    line-height:1.3;
    text-align:center;
    font-size:16px;
    color:#197faf;
}
.head-nav-slide-item h3 a{
    color:#197faf;
}
.head-nav-slide-item>a{
    display:block;
    margin:0 auto;
    /*width:195px;*/
    width:228px;
}
.head-nav-slide-item img{
    width:100%;
    /*height:120px;*/
    height:128px;
}
.head-nav-slide-item li{
    margin-top:15px;
    line-height:1;
    list-style:disc inside;
}
.head-nav-slide-item li a{
    font-size:14px;
    color:#454545;
}
.head-nav-slide-item li a:hover{
    color:#197faf;
}
.head-nav-solution{

}
.head-nav-solution h4{
    margin-bottom:20px;
    line-height:1.3;
    font-size:16px;
    font-weight:normal;
    color:#197faf;
}
.head-nav-solution p{
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
    margin-bottom:15px;
    height:47px;
    line-height:1.8;
    font-size:14px;
    color:#454545;
}
.index-content{
    width:100%;
    /*padding:225px 0 60px;*/
    padding-bottom:60px;
}
.index-banner{
    width:100%;
    height:500px;
}
.index-banner img{
    width:100%;
    height:100%;
}
/* pagination样式 start */
.swiper-pagination{
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 100%;
    text-align: center;
}
.swiper-pagination-switch {
    display: inline-block;
    margin: 0 8px;
    width: 12px;
    height: 12px;
    background: #555;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.swiper-active-switch {
    background: #fff;
}
/* pagination样式 end */
.sec-tit{
    position:relative;
    padding:35px 0 12px;
    text-align:center;
}
.sec-tit:after{
    content:'';
    position:absolute;
    left:50%;
    bottom:0;
    width:42px;
    height:0;
    margin-left:-21px;
    border-top:2px solid #197faf;
}
.sec-tit h3{
    font-size:28px;
    font-weight:normal;
    color:#444;
}
.sec-tit h3 span{
    color:#197faf;
}
.sec-tit p{
    margin:5px 0 2px;
    font-size:14px;
    color:#acacac;
}
.index-product{
    margin-top:20px;
    /*width:1228px;*/
    width:1040px;
    overflow:hidden;
}
.index-product-item{
    position:relative;
    float:left;
    margin:0 14px 40px 14px;
    /*width:278px;*/
    width:225px;
    /*height:330px;*/
    height:275px;
}
.index-product-item>img{
    display:block;
    width:100%;
    height:100%;
}
.index-product-btn{
    position:absolute;
    z-index:3;
    top:50%;
    left:50%;
    padding-top:15px;
    margin:-25px 0 0 -25px;
    width:55px;
    height:55px;
    line-height:1.2;
    text-align:center;
    background-color:#197faf;
    font-size:14px;
    color:#fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.index-product-btn:hover{
    background-color:#19618d;
}
.index-product-item:hover .index-product-btn{
    top:100%;
}
.index-product-mask{
    position:absolute;
    z-index:2;
    top:0;
    left:0;
    width:100%;
    height:100%;
    overflow:hidden;
}
.index-product-slide{
    position:absolute;
    left:0;
    /*top:290px;*/
    top:235px;
    padding:0 20px;
    width:100%;
    height:100%;
    background-color:rgba(25,127,175,.7);
    cursor:pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.index-product-item:hover .index-product-slide{
    top:0;
    padding-top:45px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.index-product-slide h4{
    height:40px;
    line-height:40px;
    text-align:center;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-size:16px;
    font-weight:normal;
    color:#fff;
}
.index-product-item:hover .index-product-slide h4{
    height:auto;
    line-height:1.3;
    white-space: normal;
}
.index-product-slide p{
    margin-top:30px;
    width:100%;
    height:140px;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:6;
    overflow:hidden;
    line-height:1.7;
    text-indent:2em;
    font-size:14px;
    color:#fff;
}
.index-product-show-wrap{

}
.index-product-show-wrap>div{
    display:none;
}
.index-product-show-wrap>div.index-product-show-sec-on{
    display:block;
}
.index-product-show{
    /*margin-top:10px;*/
}
.index-product-show-tit{
    position:relative;
    height:34px;
    line-height:34px;
    font-size:22px;
    color:#197faf;
}
.index-product-show-tit:after{
    content:'';
    position:absolute;
    left:0;
    bottom:-10px;
    width:45px;
    height:0;
    border-top:3px solid #197faf;
}
.index-product-show-tit i{
    display:inline-block;
    margin-left:3px;
    width:34px;
    height:34px;
    cursor:pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.index-show-arrow-left{
    background:url('../images/index-icon-arrow-rect-left-off.png') no-repeat 0 0;
}
.index-show-arrow-left:hover{
    background:url('../images/index-icon-arrow-rect-left-on.png') no-repeat 0 0;
}
.index-show-arrow-right{
    background:url('../images/index-icon-arrow-rect-right-off.png') no-repeat 0 0;
}
.index-show-arrow-right:hover{
    background:url('../images/index-icon-arrow-rect-right-on.png') no-repeat 0 0;
}
.index-show-banner{
    margin:27px auto 0;
    width:1220px;
    height:500px;
}
.index-show-item{
    float:left;
    margin:0 10px 20px 10px;
    width:590px;
    height:220px;
    border:1px solid #d9d9d9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.index-show-item:hover{
    background-color:#197faf;
    border-color:#197faf;
}
.index-show-reverse-item{

}
.index-show-item-text{
    float:left;
    padding:30px 32px 0;
    width:335px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.index-show-reverse-item .index-show-item-text{
    float:right;
}
.index-show-item-text h3{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-size:16px;
    font-weight:normal;
    color:#197faf;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
/*.index-show-item:hover h3{
    color:#fff;
}*/
.index-show-item-text p{
    margin-top:23px;
    height:70px;
    line-height:1.7;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
    overflow:hidden;
    font-size:14px;
    color:#444;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.index-show-item:hover h3,
.index-show-item:hover p{
    color:#fff;
}
.index-show-item-text>a{
    display:block;
    margin-top:20px;
    width:100px;
    height:34px;
    line-height:34px;
    text-align:center;
    background-color:#197faf;
    font-size:14px;
    color:#fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.index-show-item:hover .index-show-item-text>a{
    background-color:#fff;
    color:#197faf;
}
.index-show-item-img{
    float:right;
    width:250px;
    height:100%;
}
.index-show-reverse-item .index-show-item-img{
    float:left;
}
.index-show-item-img img{
    display:block;
    width:100%;
    height:100%;
}
.index-application{
    width:100%;
    background-color:#f3f3f3;
}
.index-application-con{
    position:relative;
    padding-bottom:35px;
}
.index-application-banner{
    margin:30px auto 0;
    padding:2px 0 8px;
    width:1180px;
    /*height:270px;*/
    height:210px;
}
.index-application-item{
    position:relative;
    /*width:270px;*/
    width:210px;
    /*height:270px;*/
    height:210px;
    margin:0 auto;
    overflow:hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.index-application-item:hover{
    -webkit-box-shadow: 0 5px 8px rgba(0,0,0,.4);
    -moz-box-shadow: 0 5px 8px rgba(0,0,0,.4);
    box-shadow: 0 5px 8px rgba(0,0,0,.4);
}
.index-application-pic{
    display:block;
    width:100%;
    height:100%;
}
.index-application-name{
    position:absolute;
    z-index:2;
    left:0;
    bottom:0;
    padding:0 40px;
    width:100%;
    height:70px;
    line-height:65px;
    text-align:center;
    background-color:rgba(0,0,0,.5);
    font-size:14px;
    font-weight:normal;
    color:#fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.index-application-name p{
    width:100%;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
/*.index-application-order{
    position:absolute;
    z-index:3;
    top:0;
    left:0;
    width:100%;
    height:100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.index-application-banner .swiper-slide:nth-child(1) .index-application-order{
    background:url('../images/index-application-icon-order01.png') no-repeat center center;
}
.index-application-banner .swiper-slide:nth-child(2) .index-application-order{
    background:url('../images/index-application-icon-order01.png') no-repeat center center;
}
.index-application-banner .swiper-slide:nth-child(3) .index-application-order{
    background:url('../images/index-application-icon-order01.png') no-repeat center center;
}
.index-application-banner .swiper-slide:nth-child(4) .index-application-order{
    background:url('../images/index-application-icon-order01.png') no-repeat center center;
}
.index-application-banner .index-application-item:hover div.index-application-order{
    -ms-background-position-y: bottom;
    background-position-y: bottom;
}*/
.index-application-mask{
    position:absolute;
    z-index:2;
    top:100%;
    left:0;
    width:100%;
    height:100%;
    background-color:transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.index-application-item:hover .index-application-mask{
    top:0;
    background-color:#197faf;
}
.index-application-slide{
    position:absolute;
    z-index:4;
    top:100%;
    left:0;
    width:100%;
    height:100%;
    padding:40px 30px 0;
    text-align:justify;
    color:#fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.index-application-item:hover .index-application-slide{
    top:0;
}
.index-application-slide p{
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:5;
    overflow:hidden;
    height:105px;
    line-height:1.5;
    font-size:14px;
}
.index-application-slide div{
    position:absolute;
    left:0;
    bottom:40px;
    width:100%;
    padding:0 35px;
    text-align:center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.index-application-slide h3{
    width:100%;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-size:16px;
}
.index-application-navigation{
    position:relative;
    top:-140px;
    /*position:absolute;
    top:50%;*/
}
.index-application-navigation i{
    position:absolute;
    top:50%;
    width:50px;
    height:50px;
    cursor:pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.index-application-arrow-left{
    left:-60px;
    background:url('../images/index-icon-arrow-circle-left-off.png') no-repeat 0 0;
}
.index-application-arrow-left:hover{
    background:url('../images/index-icon-arrow-circle-left-on.png') no-repeat 0 0;
}
.index-application-arrow-right{
    right:-60px;
    background:url('../images/index-icon-arrow-circle-right-off.png') no-repeat 0 0;
}
.index-application-arrow-right:hover{
    background:url('../images/index-icon-arrow-circle-right-on.png') no-repeat 0 0;
}
.index-application-btn-more{
    display:block;
    margin:25px auto 0;
    width:160px;
    height:50px;
    line-height:50px;
    text-align:center;
    background-color:#197faf;
    font-size:16px;
    color:#fff;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
.index-application-btn-more:hover{
    background-color: #19618d;
}
.index-case-banner{
    margin:25px auto 0;
    width:1200px;
    padding:3px 0 10px;
    /*height:280px;*/
    height:252px;
}
.index-case-item{
    position:relative;
    margin:0 auto;
    /*width:279px;*/
    width:251px;
    /*height:280px;*/
    height:252px;
    overflow:hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.3);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.3);
    box-shadow: 0 5px 10px rgba(0,0,0,.3);
}
.index-case-pic{
    display:block;
    width:100%;
    /*height:235px;*/
    height:211px;
}
.index-case-name{
    /*height:44px;*/
    height:40px;
    line-height:40px;
    text-align:center;
    border-top:1px solid #e8e5e4;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-size:16px;
    color:#444;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.index-case-item:hover .index-case-name{
    background-color:#197faf;
    color:#fff;
}
.index-case-slide{
    position:absolute;
    top:100%;
    left:0;
    width:100%;
    height:100%;
    padding:40px 30px 0;
    background-color:rgba(0,0,0,.7);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.index-case-item:hover .index-case-slide{
    top:0;
}
.index-case-slide p{
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:4;
    overflow:hidden;
    height:98px;
    line-height:1.8;
    text-align:justify;
    font-size:14px;
    color:#fff;
}
.index-case-slide a{
    display:block;
    margin:65px auto 0;
    width:29px;
    height:29px;
    background:url('../images/index-case-icon-search.png') no-repeat 0 0;
}
.index-case-navigation{
    margin-top:25px;
    height:37px;
    text-align:center;
}
.index-case-navigation a{
    display:inline-block;
    width:75px;
    height:100%;
    margin:0 23px;
    border-top:1px solid #d9d9d9;
    border-bottom:1px solid #d9d9d9;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.index-case-navigation a:hover{
    border-top:1px solid #197faf;
    border-bottom:1px solid #197faf;
}
.index-case-arrow-left{
    background:url('../images/index-icon-arrow-line-left-off.png') no-repeat center center;
}
.index-case-arrow-left:hover{
    background:url('../images/index-icon-arrow-line-left-on.png') no-repeat center center;
}
.index-case-arrow-right{
    background:url('../images/index-icon-arrow-line-right-off.png') no-repeat center center;
}
.index-case-arrow-right:hover{
    background:url('../images/index-icon-arrow-line-right-on.png') no-repeat center center;
}
.index-infos{
    margin-top:50px;
    height:607px;
    background:url('../images/index-intro-bg.jpg') no-repeat 0 0;
}
.index-infos-left{
    margin-top:50px;
    width:550px;
}
.index-infos-pic{
    width:100%;
    height:285px;
    position:relative;
}
.index-infos-pic img{
    display:block;
    width:100%;
    height:100%;
}
.index-infos-pic a{
    position:absolute;
    right:0;
    bottom:0;
    width:42px;
    height:42px;
    line-height:39px;
    text-align:center;
    background-color:#197faf;
    font-size:40px;
    color:#fff;
}
.index-infos-desc{
    margin-top:35px;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:4;
    overflow:hidden;
    height:140px;
    line-height:2.5;
    text-indent:2em;
    text-align:justify;
    font-size:14px;
    color:#fff;
}
.index-infos-more{
    float:right;
    margin-top:20px;
    font-size:14px;
    color:#197faf;
}
.index-infos-right{
    margin-top:50px;
    width:622px;
}
.index-infos-nav{
    height:45px;
    line-height:45px;
    font-size:16px;
}
.index-infos-nav span{
    display:inline-block;
    margin-right:23px;
    width:105px;
    height:45px;
    text-align:center;
    background-color:transparent;
    cursor:pointer;
    color:#fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.index-infos-nav span.index-infos-nav-on{
    background-color:#197faf;
}
.index-infos-nav a{
    float:right;
    color:#fff;
}
.index-infos-nav a:hover{
    color:#197faf;
}
.index-infos-wrap{
    margin-top:29px;
    background-color:#fff;
}
.index-infos-wrap>div{
    display:none;
}
.index-infos-wrap>div.index-infos-sec-on{
    display:block;
}
.index-infos-item{
    display:block;
    padding:22px 30px;
    height:102px;
}
.index-infos-item:hover{
    background-color:#197faf;
}
.index-infos-item-date{
    float:left;
    margin-top:15px;
    width:65px;
    text-align:center;
    line-height:1.6;
}
.index-infos-item-date h2{
    font-size:26px;
    font-weight:normal;
    color:#444;
}
.index-infos-item-date p{
    border-top:1px solid #acacac;
    font-size:16px;
    color:#acacac;
}
.index-infos-item:hover .index-infos-item-date h2,
.index-infos-item:hover .index-infos-item-date p{
    border-top-color:#fff;
    color:#fff;
}
.index-infos-item-desc{
    float:right;
    width:480px;
}
.index-infos-item-pic{
    float:left;
    width:160px;
    height:102px;
}
.index-infos-item-text{
    float:right;
    margin-left:19px;
    width:298px;
}
.index-infos-item-text h4{
    position:relative;
    height:37px;
    line-height:37px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-size:16px;
    font-weight:normal;
    color:#197faf;
}
.index-infos-item-text h4:after{
    content:'';
    position:absolute;
    left:0;
    bottom:0;
    width:56px;
    height:0;
    border-top:1px solid #acacac;
}
.index-infos-item-text p{
    margin-top:20px;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
    height:42px;
    line-height:1.5;
    font-size:14px;
    color:#8f8f8f;
}
.index-infos-item:hover .index-infos-item-text h4,
.index-infos-item:hover .index-infos-item-text h4:after,
.index-infos-item:hover .index-infos-item-text p{
    border-top-color:#fff;
    color:#fff;
}
.index-problem-nav{
    margin-top:25px;
    width:100%;
    overflow:hidden;
}
.index-problem-nav>a{
    position:relative;
    float:left;
    width:25%;
    text-align:center;
    cursor:pointer;
}
.index-problem-nav>a:after{
    content:'';
    position:absolute;
    top:50%;
    right:-1px;
    margin-top:-50px;
    width:0;
    height:100px;
    border-left:1px solid #d9d9d9;
}
.index-problem-nav img{
    width:100px;
    height:100px;
}
.index-problem-nav h3{
    margin-top:5px;
    font-size:18px;
    font-weight:400;
    color:#444;
}
.index-problem-nav>div:hover h3,
.index-problem-nav-on h3{
    color:#197faf;
}
.index-problem-wrap{
    margin-bottom:-10px;
}
.index-problem-wrap>div{
    display:none;
}
.index-problem-wrap>div.index-problem-sec-on{
    display:block;
}
.index-problem-list{
    margin-top:15px;
    width:100%;
    overflow:hidden;
}
/*.index-problem-row{
    width:100%;
    height:80px;
    padding:30px 0;
    border-bottom:1px solid #d9d9d9;
    overflow:hidden;
}
.index-problem-row:first-child{
    border-top:1px solid #d9d9d9;
}*/
.index-problem-item{
    position:relative;
    float:left;
    padding:15px;
    width:50%;
    height:110px;
    border-bottom:1px solid #d9d9d9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.index-problem-item:after{
    content:'';
    position:absolute;
    top:50%;
    right:-1px;
    width:0;
    height:60px;
    margin-top:-30px;
    border-left:1px dashed #d9d9d9;
}
/*.index-problem-item:first-child{
    padding-right:40px;
}
.index-problem-item:last-child{
    padding-left:40px;
}*/
.index-problem-desc{
    float:left;
    margin-top:1px;
}
.index-problem-desc>img{
    float:left;
    width:78px;
    height:78px;
}
.index-problem-detl{
    margin-left:95px;
    width:350px;
}
.index-problem-detl>a{
    display:block;
    line-height:38px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-size:16px;
    /*font-weight:bold;*/
    color:#444;
}
.index-problem-detl>a:hover{
    color:#197faf;
}
.index-problem-info{
    margin-top:10px;
    height:30px;
    line-height:30px;
    font-size:14px;
    color:#8f8f8f;
}
.index-problem-info>span{
    float:left;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.index-problem-info-view{
    display:inline-block;
    padding-left:30px;
    width:100px;
    background:url('../images/index-problem-icon-eye.png') no-repeat 0 center;
    color:#c7c7c7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.index-problem-info-nick{
    display:inline-block;
    width:60px;
}
.index-problem-info-date{
    display:inline-block;
    color:#197faf;
}
.index-problem-info .index-problem-info-clsf{
    float:right;
    max-width:100px;
    padding-left:30px;
    background:url('../images/index-problem-icon-file.png') no-repeat 0 center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.index-problem-reply{
    float:right;
    width:80px;
    height:80px;
    text-align:center;
    border:2px solid #197faf;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.index-problem-reply p{
    height:44px;
    line-height:44px;
    overflow:hidden;
    font-size:16px;
    font-weight:bold;
    color:#197faf;
}
.index-problem-reply a{
    display:block;
    width:100%;
    height:32px;
    line-height:32px;
    background-color:#197faf;
    font-size:14px;
    color:#fff;
}
.index-problem-more{
    display:block;
    margin:27px auto 0;
    width:160px;
    height:46px;
    line-height:46px;
    text-align:center;
    border:1px dashed #d9d9d9;
    font-size:16px;
    color:#197faf;
}
.index-problem-more:hover{
    border:1px solid #197faf;
}
.foot{
    position:relative;
    padding-top:30px;
    width:100%;
    height:330px;
    background-color:#197faf;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.foot-links{
    float:left;
    line-height:1.9;
    font-size:14px;
}
.foot-links dl{
    float:left;
    margin-right:20px;
    max-width:200px;
}
.foot-links dt{
    margin-bottom:20px;
    font-size:16px;
    color:#fff;
}
.foot-links a{
    color:rgba(255,255,255,.7);
}
.foot-links a:hover{
    color:#fff;
}
.foot-info{
    position:relative;
    float:right;
    padding-left:50px;
    line-height:2;
    font-size:14px;
    color:#fff;
}
.foot-info:before{
    content:'';
    position:absolute;
    left:0;
    top:50%;
    width:2px;
    height:190px;
    margin-top:-95px;
    background:url('../images/foot-icon-divider.png') no-repeat 0 0;
}
.foot-info-qrcode{
    margin-bottom:30px;
    overflow:hidden;
}
.foot-info-qrcode>div{
    float:left;
    width:85px;
    margin-right:50px;
    text-align:center;
}
.foot-info-qrcode img{
    display:block;
    width:100%;
    height:85px;
}
.foot-rights{
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:42px;
    line-height:42px;
    text-align:center;
    background-color:#1775a2;
    font-size:14px;
    color:#fff;
}
.foot-friendship{
    position:relative;
    z-index:5;
    display:inline-block;
    height:100%;
    margin-left:89px;
}
.foot-friendship>p{
    padding-right:30px;
    background:#1775a2 url('../images/foot-icon-arrows.png') no-repeat right center;
    cursor:pointer;
    color:#fff;
}
.foot-friendship-links{
    position:absolute;
    z-index:-1;
    left:50%;
    bottom:100%;
    padding:0 20px;
    background-color:#fff;
    filter:alpha(opacity=0);
    opacity:0;
    visibility:hidden;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.foot-friendship:hover .foot-friendship-links{
    filter:alpha(opacity=1);
    opacity:1;
    visibility:visible;
}
.foot-friendship-links a{
    display:block;
    height:35px;
    line-height:35px;
    text-align:center;
    white-space:nowrap;
    font-size:14px;
    color:#333;
}
.foot-friendship-links a:hover{
    color:#1775a2;
}
.fixed{
    position:fixed;
    z-index:99;
    top:80%;
    right:50px;
    /*width:70px;*/
    width:50px;
    background-color:transparent;
    visibility:hidden;
    filter:alpha(opacity=0);
    opacity:0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.fixed.show{
    top:30%;
    visibility:visible;
    filter:alpha(opacity=1);
    opacity:1;
}
.fixed-item{
    position:relative;
    margin-bottom:1px;
    width:100%;
    /*height:70px;*/
    height:50px;
}
.fixed-item:after{
    content:'';
    position:absolute;
    z-index:5;
    top:3px;
    right:3px;
    left:3px;
    bottom:3px;
    border:1px solid #438eb1;
}
.fixed-item-QQ{
    background:#197faf url('../images/fixed-icon-QQ.png') no-repeat center center;
    background-size:23px;
}
.fixed-item-wx{
    background:#197faf url('../images/fixed-icon-wx.png') no-repeat center center;
    background-size:23px;
}
.fixed-item-tel{
    background:#197faf url('../images/fixed-icon-tel.png') no-repeat center center;
    background-size:23px;
}
.fixe-item-top{
    background:#197faf url('../images/fixed-icon-top.png') no-repeat center center;
    background-size:28px;
    cursor:pointer;
}
.fixed-item:hover{
    background-color:#14729e;
}
.fixed-item-mask{
    position:absolute;
    top:50%;
    left:0;
    width:0;
    /*height:70px;*/
    height:50px;
    overflow:hidden;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.fixed-item:hover .fixed-item-mask{
    /*left:-204px;*/
    /*width:204px;*/
    left:-180px;
    width:180px;
}
.fixed-item-mask.fixed-mask-wx{
    height:100px;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.3);
    box-shadow: 0 0 5px rgba(0,0,0,.3);
}
.fixed-item:hover .fixed-item-mask.fixed-mask-wx{
    left:-100px;
    width:100px;
}
.fixed-item-mask.fixed-mask-tel{
    /*line-height:70px;*/
    line-height:50px;
    text-align:center;
    font-size:16px;
    color:#fff;
}
.fixed-item-slide{
    position:absolute;
    z-index:3;
    top:0;
    left:0;
    /*width:204px;*/
    width:180px;
    /*height:70px;*/
    height:50px;
    background-color:#197faf;
}
.fixed-mask-wx .fixed-item-slide{
    width:100px;
    height:100px;
}
.fixed-mask-wx img{
    display:block;
    width:100%;
    height:100%;
}
.fixed-item-slide>div{
    position:relative;
    float:left;
    width:90px;
    /*height:70px;*/
    height:50px;
}
.fixed-item-slide>div:after{
    content:'';
    position:absolute;
    /*top:27px;*/
    top:17px;
    right:0;
    width:0;
    height:16px;
    border-left:1px solid #5ea6c7;
}
.fixed-item-slide>div:last-child:after{
    display:none;
}
.fixed-item-slide-pic{
    position:absolute;
    top:50%;
    left:50%;
    width:22px;
    height:27px;
    margin:-13px 0 0 -11px;
}
.fixed-item-slide-tips{
    position:absolute;
    top:10px;
    right:22px;
    width:17px;
    height:15px;
}

/*productDetail*/
.product-con-nav{
    height:80px;
    border-bottom:1px solid #e4e4e4;
}
.product-nav-tit{
    float:left;
    width:234px;
    height:80px;
    padding-top:12px;
    line-height:1.5;
    text-align:center;
    background:url('../images/product-tit-bg.jpg') no-repeat 0 0;
    font-size:12px;
    color:rgba(255,254,254,.6);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.product-nav-tit h2{
    font-size:24px;
    color:#fff;
}
.middle-nav{
    /*float:right;*/
    float:left;
    height:100%;
}
.middle-nav span{
    display:inline-block;
    margin-left:50px;
    cursor:pointer;
    font-size:16px;
    color:#454545;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.product-nav-list{

}
.product-nav-list span{
    height:100%;
    line-height:80px;
}
.solution-nav-list{
    width:866px;
}
.solution-nav-list span{
    height:50%;
    line-height:40px;
}
.middle-nav span:hover{
    color:#197faf;
}
.middle-nav span.middle-nav-on{
    position:relative;
    color:#197faf;
}
.middle-nav-on:after{
    content:'';
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:0;
    border-top:3px solid #197faf;
}
.product-con{
    margin-top:35px;
}
.sec-wrap{

}
.sec-wrap>div{
    display:none;
}
.sec-wrap>div.section-on{
    display:block;
}
.product-con-tit{
    padding-left:40px;
    height:40px;
    line-height:36px;
    background:url('../images/product-icon-position.png') no-repeat 0 5px;
    font-size:14px;
    color:#454545;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.product-con-tit a{
    color:#454545;
}
.product-con-desc{
    margin:20px auto 0;
    width:1000px;
    height:413px;
    border:1px solid #d1d1d1;
}
.product-con-pic{
    display:block;
    width:440px;
    height:327px;
}
.product-con-pics-thumb{
    padding:8px 15px;
    height:68px;
}
.product-con-pics-thumb span{
    float:left;
    width:90px;
    height:100%;
    margin-right:5px;
    padding:2px;
    border:1px solid #d6d6d6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.product-con-pics-thumb span.product-con-thumb-on{
    padding:1px;
    border:2px solid #197faf;
}
.product-con-pics-thumb img{
    display:block;
    width:100%;
    height:100%;
}
.product-con-info{
    position:relative;
    float:right;
    padding:34px 23px 0 48px;
    width:460px;
}
.product-con-info:after{
    content:'';
    position:absolute;
    left:0;
    top:22px;
    width:0;
    height:335px;
    border-left:1px solid #d0d0d0;
}
.product-con-text{
    padding-bottom:15px;
    border-bottom:2px dashed #bfbfbf;
}
.product-con-text h3{
    padding-left:35px;
    height:26px;
    line-height:26px;
    background:url('../images/product-icon-tit.png') no-repeat 0 center;
    font-size:24px;
    color:#1689d9;
}
.product-con-text h4{
    margin:5px 0;
    font-size:16px;
    font-weight:normal;
    color:#197faf;
}
.product-con-text p{
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:4;
    overflow:hidden;
    line-height:1.6;
    font-size:14px;
    color:#777;
}
.product-con-contact{
    margin-top:50px;
    height:62px;
}
.product-con-hotline{
    float:left;
    width:42%;
}
.product-con-hotline img{
    float:left;
    margin-top:10px;
    width:51px;
}
.product-con-hotline div{
    margin:8px 0 0 60px;
    line-height:1.8;
    font-size:16px;
    color:#000;
}
.product-con-hotline p{
    color:#666;
}
.product-con-email{
    float:left;
    width:56%;
    padding:5px 0 0 38px;
    line-height:1.8;
    border-left:1px solid #ddd;
    font-size:16px;
    color:#000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.product-con-email span{
    color:#666;
}
.product-detl-nav{
    margin:28px auto 0;
    width:1200px;
    height:50px;
    line-height:50px;
    border:1px solid #ededed;
    background-color:#f0faff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.product-detl-nav span{
    float:left;
    width:124px;
    height:100%;
    text-align:center;
    cursor:pointer;
    font-size:16px;
    color:#454545;
}
.product-detl-nav span.product-detl-nav-on{
    position:relative;
    z-index:3;
    color:#fff;
}
.product-detl-nav-on:after{
    content:'';
    position:absolute;
    z-index:-1;
    top:-1px;
    left:-1px;
    width:100%;
    height:61px;
    background:url('../images/product-detl-icon-nav-bg.png') no-repeat 0 0;
}
.product-detl-wrap{
    margin-top:20px;
}
.product-detl-wrap>div{
    display:none;
}
.product-detl-wrap>div.product-detl-sec-on{
    display:block;
}
.product-detl-intro{
    width:1200px;
    margin:0 auto;
    font-size:14px;
    color:#444;
}
.product-detl-intro img{
    max-width:100%;
}
.product-recommend{
    margin-top:15px;
}
.product-rec-tit{
    margin:0 auto;
    padding-bottom:15px;
    width:1200px;
    height:34px;
    border-bottom:1px solid #e4e4e4;
}
.product-rec-tit h3{
    float:left;
    padding-left:15px;
    margin-top:5px;
    height:25px;
    line-height:25px;
    border-left:4px solid #197faf;
    font-size:16px;
    color:#197faf;
}
.product-rec-tit div{
    float:right;
}
.product-rec-tit i{
    display:inline-block;
    margin-left:3px;
    width:34px;
    height:34px;
    cursor:pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.product-rec-swiper{
    margin:20px auto 0;
    width:1210px;
    height:263px;
}
.product-rec-swiper-item{
    display:block;
    width:293px;
    margin:0 auto;
}
.product-rec-swiper-item img{
    display:block;
    width:100%;
    height:218px;
}
.product-rec-swiper-item p{
    height:45px;
    line-height:45px;
    text-align:center;
    background-color:#197faf;
    font-size:16px;
    color:#fff;
}
.product-detl-proofing-prompt{
    padding-left:30px;
    height:80px;
    line-height:80px;
    font-size:14px;
    color:#8a8a8a;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.product-detl-proofing-form{
    margin:10px auto 0;
    width:765px;
}
.product-detl-proofing-inputs{
    width:100%;
    overflow:hidden;
}
.product-detl-proofing-inputs>div{
    width:355px;
}
.product-detl-proofing-inputs p{
    margin-bottom:14px;
    width:100%;
    overflow:hidden;
}
.product-detl-proofing-inputs label{
    float:left;
    width:20%;
    height:46px;
    line-height:46px;
    text-align:right;
    font-size:14px;
    color:#454545;
}
.product-detl-proofing-inputs input{
    float:left;
    width:80%;
    height:46px;
    line-height:46px;
    text-indent:8px;
    border:1px solid #ddd;
    font-size:14px;
    color:#333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.product-detl-proofing-inputs .product-proofing-input-valid{
    width:135px;
}
.product-detl-proofing-inputs textarea{
    float:left;
    width:80%;
    height:166px;
    padding:13px 10px;
    border:1px solid #ddd;
    resize: none;
    font-size:14px;
    color:#333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.product-detl-proofing-inputs img{
    float:right;
    width:142px;
    height:42px;
    cursor:pointer;
}
.product-detl-proofing-btns{
    margin-top:60px;
    text-align:center;
}
.product-detl-proofing-btn{
    display:inline-block;
    margin:0 26px;
    width:170px;
    height:50px;
    line-height:50px;
    text-align:center;
    background-color:#197faf;
    border:0;
    outline:0;
    cursor:pointer;
    font-size:16px;
    color:#fff;
}
.product-detl-clearfix{
    width:1182px;
    padding-left:15px;
    margin:0 auto;
    overflow:hidden;
}
.product-detl-view{
    position:relative;
    float:left;
    margin:0 15px 15px 0;
    width:280px;
    height:175px;
}
.product-detl-view img{
    display:block;
    width:100%;
    height:100%;
}
.product-detl-view p{
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:36px;
    line-height:36px;
    text-align:center;
    background-color:rgba(0,0,0,.5);
    font-size:14px;
    color:#fff;
}
.product-detl-video{
    width:780px;
    height:500px;
    margin:0 auto;
}
.product-detl-video video{
    display:block;
    width:100%;
    height:100%;
    background-color:#333;
}

/*product*/
.prod-list{
    width:1220px;
    margin:30px auto 0;
    overflow:hidden;
}
.prod-list-item{
    float:left;
    margin:0 10px 10px 0;
    width:292px;
    border:1px solid #dedede;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.prod-item-mask{
    display:block;
    width:100%;
    height:216px;
    overflow:hidden;
}
.prod-item-mask img{
    display:block;
    width:100%;
    height:100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prod-item-mask:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.prod-list-item p{
    height:46px;
    line-height:46px;
    text-align:center;
    background-color:#197faf;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-size:14px;
    color:#fff;
}

/*solution*/
.solution-banner{
    width:100%;
    height:300px;
}
.solution-banner img{
    display:block;
    width:100%;
    height:100%;
}
.solution-list{
    margin:45px auto;
    width:1300px;
    overflow:hidden;
}
.solution-list-item{
    float:left;
    margin:0 50px;
    width:323px;
    margin-bottom:33px;
}
.solution-item-pic{
    position:relative;
    margin:0 auto;
    width:100%;
    height:200px;
    overflow:hidden;
}
.solution-item-pic img{
    display:block;
    width:100%;
    height:100%;
}
.solution-item-pic-mask{
    position:absolute;
    top:100%;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.7) url('../images/solution-icon-search.png') no-repeat center center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.solution-item-pic:hover .solution-item-pic-mask{
    top:0;
}
.solution-item-name{
    height:56px;
    line-height:56px;
    font-size:16px;
    color:#454545;
}
.solution-item-desc{
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
    height:41px;
    line-height:1.5;
    font-size:14px;
    color:#8a8a8a;
}
.solution-item-btn{
    display:block;
    margin-top:18px;
    width:107px;
    height:40px;
    line-height:40px;
    text-align:center;
    border-bottom:3px solid #0b618a;
    background-color:#197faf;
    font-size:14px;
    color:#fff;
}
.pagination{
    display:block;
    margin:30px auto 0;
    width:1200px;
    height:38px;
    line-height:38px;
    text-align:center;
    font-size:0;
}
.pagination-item{
    display:inline-block;
    margin:0 5px;
    font-size:16px;
    color:#454545;
}
.pagination-edge{
    width:85px;
    background-color:#197faf;
    color:#fff;
}
.pagination-edge:hover{
    background-color: #19709e;
}
.pagination-num{
    width:38px;
    background-color:#e5e5e5;
}
.pagination-ellipsis{
    width:38px;
}
.pagination-page-on{
    background-color:#197faf;
    color:#fff;
}

/*service*/
.service-list{
    margin:-20px auto 50px;
}
.service-list .index-problem-row:first-child{
    border-top:0;
}
.service-download-list{
    width:100%;
    margin-top:50px;
}
.service-download-item{
    height:58px;
    line-height:58px;
    border-bottom:1px dashed #dadada;
}
.service-download-item p{
    float:left;
    width:80%;
    padding-left:60px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    background:url('../images/service-download-pdf.jpg') no-repeat 0 center;
    font-size:16px;
    color:#444;
}
.service-download-item button{
    float:right;
    padding-left:25px;
    height:100%;
    background:transparent url('../images/service-icon-download.png') no-repeat 0 center;
    outline:0;
    border:0;
    cursor:pointer;
    font-size:14px;
    color:#a2a2a2;
}
.service-download-remark{
    margin:15px 0 30px;
    font-size:14px;
    color:#a2a2a2;
}

/*news*/
.news-list{
    margin:45px auto;
    overflow:hidden;
}
.news-item{
    float:left;
    margin-bottom:10px;
    padding:25px;
    width:50%;
    height:150px;
    background-color:#f6f6f6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.news-item:hover{
    background-color:#efefef;
}
.news-item-date{
    float:left;
    margin-top:10px;
    width:74px;
    line-height:1.7;
    text-align:center;
}
.news-item-date h3{
    font-size:26px;
    font-weight:normal;
    color:#454545;
}
.news-item-date p{
    border-top:1px solid #cacaca;
    font-size:16px;
    color:#8a8a8a;
}
.news-item-desc{
    margin-left:90px;
    height:100%;
}
.news-item-desc img{
    float:left;
    width:161px;
    height:100%;
}
.news-item-desc div{
    margin-left:175px;
    height:100%;
}
.news-item-desc h4{
    height:35px;
    line-height:33px;
    font-size:16px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-weight:normal;
    color:#454545;
}
.news-item-desc p{
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
    overflow:hidden;
    height:66px;
    line-height:1.6;
    text-align:justify;
    font-size:14px;
    color:#8a8a8a;
}

/*newsDetail*/
.news-detail-con{
    margin-top:30px;
}
.news-detail-tit{
    text-align:center;
    font-size:20px;
    color:#454545;
}
.news-detail-sub{
    text-align:center;
    margin-top:20px;
    font-size:14px;
    color:#b0b0b0;
}
.news-detail-text{
    margin-top:60px;
    line-height:2.3;
    font-size:14px;
    color:#454545;
}
.news-detail-text p{
    text-indent:2em;
    text-align:justify;
}
.news-detail-opa{
    /*margin-top:60px;*/
}
.news-detail-share{
    height:20px;
    line-height:20px;
    font-size:14px;
}
.news-detail-share span{
    float:left;
    font-weight:bold;
    color:#000;
}
.news-detail-share a{
    float:left;
    margin-left:3px;
    color:#333;
}
.news-detail-share a:hover{
    color:#197faf;
}
.news-detail-share img{
    float:left;
}
.news-detail-navigation{
    margin-top:20px;
}
.news-detail-navigation p{
    margin-bottom:10px;
    font-size:14px;
    color:#454545;
}
.news-detail-navigation a{
    color:#727272;
}
.news-detail-navigation a:hover{
    color:#197faf;
}
.news-detail-more{
    margin-top:40px;
    padding-top:30px;
    border-top:1px solid #e4e4e4;
}
.news-detail-more>h2{
    padding-left:20px;
    height:25px;
    line-height:25px;
    border-left:4px solid #197faf;
    font-size:16px;
    color:#197faf;
}
.news-detail-more>h2 a{
    float:right;
    font-size:14px;
    font-weight:normal;
    color:#197faf;
}
.news-detail-more-list{
    margin-top:20px;
    border:1px solid #e4e4e4;
}
.news-detail-more-list p{
    height:50px;
    line-height:50px;
    border-bottom:1px solid #e4e4e4;
    font-size:14px;
}
.news-detail-more-list p:last-child{
    border-bottom:0;
}
.news-detail-more-list p:nth-child(even){
    background-color:#f0faff;
}
.news-detail-more-list span{
    float:left;
    width:50%;
    padding:0 30px;
    color:#197faf;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.news-detail-more-list label{
    float:left;
}
.news-detail-more-list a{
    float:left;
    margin-left:15px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    color:#454545;
}
.news-detail-more-list a:hover{
    color:#197faf;
}

/*about*/
.about-con{
    margin-top:45px;
}
.about-company{

}
.about-company img{
    width:100%;
}
.about-company div{
    margin-top:35px;
    line-height:2.3;
    font-size:14px;
    color:#454545;
}
.about-company p{
    text-indent:2em;
    text-align:justify;
}
.about-feedback{
    width:790px;
    margin:0 auto;
}
.about-feedback p{
    margin-bottom:14px;
    width:100%;
    overflow:hidden;
}
.about-feedback label{
    float:left;
    width:85px;
    height:46px;
    line-height:46px;
    font-size:14px;
    color:#454545;
}
.about-feedback input{
    float:left;
    width:270px;
    height:46px;
    line-height:46px;
    text-indent:8px;
    border:1px solid #ddd;
    font-size:14px;
    color:#333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.about-feedback .about-feedback-valid{
    width:120px;
}
.about-feedback span{
    float:left;
    margin-left:10px;
    font-size:16px;
    color:#fe2828;
}
.about-feedback textarea{
    float:left;
    width:680px;
    height:140px;
    padding:13px 10px;
    border:1px solid #ddd;
    resize: none;
    font-size:14px;
    color:#333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.about-feedback img{
    float:left;
    margin-top:2px;
    width:142px;
    height:42px;
    cursor:pointer;
}
.about-feedback-btn{
    margin-top:70px;
}
.about-feedback-btn button{
    float:left;
    width:170px;
    height:50px;
    line-height:50px;
    text-align:center;
    outline:0;
    border:0;
    background-color:#197faf;
    font-size:16px;
    color:#fff;
}

/*contact*/
.contact-con{
    margin-top:75px;
    overflow:hidden;
}
.contact-map{
    float:left;
    margin:10px;
    width:600px;
    height:430px;
    padding:3px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.3);
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.contact-map img{
    display:block;
    width:100%;
    height:100%;
}
.contact-info{
    float:right;
    width:490px;
    line-height:1.8;
    font-size:16px;
    color:#454545;
}
.contact-info h2{
    margin-top:15px;
    font-size:16px;
}
.contact-info div{
    margin-top:28px;
}

/*serviceDetail*/
.feedback{
    padding:50px 0;
}
.feedback-content{
    margin-top:60px;
    overflow:hidden;
}
.feedback-content>img{
    float:left;
    width:50px;
    height:50px;
}
.feedback-detl{
    margin-left:70px;
    border:1px solid #aaa;
}
.feedback-detl>h4{
    padding:0 20px;
    height:50px;
    line-height:50px;
    border-bottom:1px solid #ddd;
    background-color:#eee;
    font-size:14px;
    font-weight:normal;
    color:#333;
}
.feedback-detl>h4 span{
    float:right;
}
.feedback-detl-text{
    margin:20px;
    padding-bottom:20px;
    line-height:1.5;
    border-bottom:1px dashed #ddd;
    font-size:16px;
    color:#333;
}
.feedback-detl-foot{
    margin-top:80px;
    padding-left:38px;
    line-height:35px;
    background:url('../images/feedback-icon-clock.png') no-repeat 20px center;
    background-size:14px;
    font-size:14px;
    color:#666;
}
.feedback .news-detail-opa{
    margin-left:70px;
}

.product-pagination{
    margin-top:60px;
    height:35px;
    line-height:35px;
    text-align:center;
}
.product-pagination li{
    display:inline-block;
    width:50px;
    height:100%;
    margin:0 8px;

    border-bottom:1px solid #ccc;
    cursor:pointer;
    font-size:12px;
    color:#0bb33e;
}

.product-pagination span.pagination-active{
    border-bottom-color:#b4a078;
    background-color:#b4a078;
    color:#fff;
}

.prod-list-tit{
    padding:0 10px 10px;
    margin-bottom:20px;
    border-bottom:1px solid #ddd;
}
.prod-list-tit h2{
    padding-left:38px;
    margin-bottom:8px;
    height:35px;
    line-height:35px;
    background:url('../images/prod-icon-tit-bg.png') no-repeat 0 center;
    font-size:20px;
    font-weight:normal;
    color:#197faf;
}
.prod-list-tit P{
    line-height:2.2;
    font-size:14px;
    color: #333333;
}
.product-item{
    border:0;
    background-color: #f1f1f1;
}
.product-item:hover{
    background-color:#197faf;
}
.product-item .index-show-item-text{
    padding:20px 20px 0;
}
.product-item .index-show-item-text h3{
    font-weight:bold;
    color:#333;
}
.product-item:hover .index-show-item-text h3{
    color:#fff;
}
.product-item .index-show-item-text p{
    height:78px;
    line-height:2;
}
.product-item .index-show-item-text>a{
    float:right;
    width:auto;
    height:auto;
    background-color:transparent;
    color:#197faf;
}
.product-item:hover .index-show-item-text>a{
    color:#fff;
}

/* leftsead */
#leftsead{width:151px;height:290px;position:fixed;top:420px;right:0px; z-index:9900;}
*html #leftsead{margin-top:258px;position:absolute;top:expression(eval(document.documentElement.scrollTop));}
#leftsead li{width:151px;height:50px;}
#leftsead li img{float:right;}
#leftsead li a{height:50px;float:right;display:block;min-width:47px;max-width:161px; text-decoration:none;}
#leftsead li a .shows{display:block;}
#leftsead li a .hides{margin-right:-143px;cursor:pointer;cursor:hand;}
#leftsead li a.youhui .hides{display:none;position:absolute;right:143px;}
#leftsead li a.youhui .y2wm{display:none;position:absolute;right:0;}
#p2{width:110px; background:url(../images/ll041.png) no-repeat;height:51px;margin-left:47px;text-align:center;line-height:51px;}
#p3{width:110px; background:url(../images/ll051.png) no-repeat;height:51px;margin-left:47px;text-align:center;line-height:51px;}
#p1{width:47px;height:49px;float:left}
#p11{width:47px;height:49px;float:left}
/* leftsead */