.hotkw{
    height: 50px;
    line-height: 50px;
}
.hotkw .wd{
    float: left;
    white-space: nowrap;
}
.hotkw .wd .s1{
    font-size: 16px;
    color:#00a2e9;
}
.hotkw .wd a{
    color:#666;
    padding-right:10px;
}
.hotkw .wd a:after{
    content: "|";
    margin-left: 10px;
}
.hotkw .wd a:last-child:after{
    content: "";
}
.hotkw .frm{
    width: 290px;
    float: right;
    height: 30px;
    margin-top:10px;

}
.hotkw .frm input{
    height: 28px;
    border:1px solid #e5e5e5;
    float: left;
}
.hotkw .frm a{
    display: block;
    float: left;
    width: 65px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background:#00a2e9;
    color:#fff;
}
.top-ads{
    width: 100%;
    height:50px;
    float: left;
    background:url(../images/bg-top-ads.png) bottom;
    line-height: 50px;
}
.top-ads .acs-block{
    display: table;
}
.top-ads .acs-block .d{
    display: table-cell;
    font-size: 16px;
    text-align: center;
}
.top-ads .acs-block .d .t{
    color:#666;
}
.top-ads .acs-block .d .n{
    color:#018fd9;
    font-weight: bold;
}
.ads{
    width: 100%;
    float: left;
}
.ads img{
    width: 100%;
}

.h1 {
    clear: both;
    width: 100%;
    float: left;
    background:url(../images/h1-bg.png) 50% 25px no-repeat;
    text-align: center;
}
.h1 .p1{
    font-size: 30px;
    color:#00a2e9;
    height: 50px;
    line-height: 50px;
}
.h1 .p2{
    font-size: 14px;
    color:#888;
}
.h2 {
    clear: both;
    width: 100%;
    float: left;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color:#333;
    height: 50px;
    line-height: 50px;
    background:url(../images/bg-gw-line.png) no-repeat center;
}
.pro-box{
    width: 100%;
    float: left;
    padding:60px 0;
    background:#f9f9f9;
}
.pro-box .pcate{
    width: 100%;
    float: left;
    clear: both;
    text-align: center;
    padding: 30px 0;
}
.pro-box .pcate a{
    display: inline-block;
    height: 34px;
    text-align: center;
    padding:0 20px;
    background:#fff;
    border:1px solid #00a2e9;
    line-height: 34px;
    margin:0 10px;
    border-radius: 5px;
}
.pro-box .pcate a:hover{
    background-color: #00a2e9;
    color:#fff;
}
.pro-box ul{
    width: 1220px;
    float: left;
    margin-left: -20px;
}

.pro-box ul li{
    width: 285px;
    float: left;
    height: 325px;
    margin-left: 20px;
    margin-bottom: 15px;
}
.pro-box ul li .img{
    width: 283px;
    height: 283px;
    border:1px solid #eee;
    overflow: hidden;
    background:#fff;
}
.pro-box ul li .img img{
    margin-top:47px;
    width: 283px;
    height: 188px;
}
.pro-box ul li .p1{
    height: 40px;
    line-height: 40px;
    width: 275px;
    padding: 0 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pro-box .more{
    width: 100%;
    text-align: center;
}
.pro-box .more a{
    width: 200px;
    height: 40px;
    line-height: 40px;
    background:#ff7b00;
    display: inline-block;
    border-radius: 20px;
    margin-top:30px;
    color:#fff;
}
.pro-box .more a:hover{
    opacity: 0.6;
}
.box1 .acs-block{
    width: 100%;
    float: left;
}
.box1 .item{
    width: 340px;
    height: 340px;
    padding: 24px;
    margin: 30px 6px;
    float: left;
    background: url(../images/bg-fw.png) center no-repeat;
}
.box1 .item:hover{
    cursor: pointer;
    background-image: url(../images/bg-fw-on.png);
}

.box1 .item .img img{
    width: 340px;
    height: 120px;
}
.box1 .item .p1{
    font-size: 20px;
    color:#333;
    height: 70px;
    line-height: 90px;
    text-align: center;
}
.box1 .item .p2{
    font-size: 14px;
    color:#666;
    line-height:28px;
}

.ys-box{
    width: 100%;
    float: left;
    clear: both;
    padding:40px 0;
}
.ys-box .items{
    width: 100%;
    float: left;
    margin-top:50px;
    margin-bottom: 30px;
}
.ys-box .item{
    width: 300px;
    height: 430px;
    float: left;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.ys-box .item img{
    position: absolute;
    bottom:0;
    left: 0;
    width: 300px;
    height: 300px;
}

.ys-box .item .cover{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    background:rgba(0,0,0,.7);
    color:#fff;
    display: none;
}
.ys-box .item .cover .dv{
    width: 218px;
    height: 348px;
    border:1px solid #fff;
    margin:20px;
    padding: 20px;
}
.ys-box .item .cover .dv .p0{
    font-size: 60px;
    text-align: center;
    height: 55px;
    line-height: 55px;
    margin-top:20px;
}
.ys-box .item .cover .dv .p1{
    font-size: 18px;
    text-align: center;
    padding:20px 0;
}
.ys-box .item .cover .dv .p2{
    line-height: 1.8;
}
.ys-box .item .cover .dv .p1 a{
    color:#00a2e9;
}
.ys-box .item .tit{
    font-size: 18px;
    text-align: center;
}
.ys-box .item .tit .p0{
    margin-top:40px;
    color:#00a2e9;
}
.ys-box .item:hover .cover{
    display: block;
}
.ys-box .item:hover .tit{
    display: none;
}
.case-box{
    width: 100%;
    float: left;
    background:#f9f9f9;
    padding: 50px 0;
}
.case-box ul{
    width: 1220px;
    float: left;
    margin-left: -20px;
    margin-top:50px;
    margin-bottom: 50px;
}
.case-box ul li{
    cursor: pointer;
    width: 285px;
    height: 350px;
    float: left;
    margin-left: 20px;
    overflow: hidden;
    background:#fff;
    position: relative;
}
.case-box ul li .img img{
    width: 285px;
    height: 205px;
}
.case-box ul li .dv{
    display: none;
    top:10px;
    left:10px;
    width: 263px;
    height: 328px;
    position: absolute;
    border: 1px solid #fff;
    z-index: 999;
}
.case-box ul li:hover .dv{
    display: block;
}
.case-box ul li .p1{
    font-size: 16px;
    color:#333;
    width: 245px;
    padding:0 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px;
    line-height: 40px;
}
.case-box ul li .p2{
    color:#888;
    width: 245px;
    padding:0 20px;
    font-size: 14px;
    line-height: 26px;
    height: 80px;
    overflow: hidden;
}
.case-box ul li:hover,
.case-box ul li:hover .p1,
.case-box ul li:hover .p1 a,
.case-box ul li:hover .p2{
    background: #00a2e9;
    color:#fff;
}
.cus-box{
    width: 100%;
    float: left;
    padding:50px 0;
}
.cus-box ul{
    width: 100%;
    float: left;
    margin:50px 0;
}
.cus-box ul li{
    float: left;
    width: 600px;
    height: 215px;
    position: relative;
    cursor: pointer;
}
.cus-box ul li .img{
    width: 300px;
    height: 215px;
    float: left;
    position: relative;
    background: #f9f9f9;
}
.cus-box ul li .dv{
    width: 250px;
    padding:30px 25px;
    height: 155px;
    float: left;
    position: relative;
    background: #f9f9f9;
    z-index: 10;
}
.cus-box ul li:hover .dv{
    background: #00a2e9;
    color: #fff;
}
.cus-box ul li .dv .p3{
    margin-top:20px;
}
.cus-box ul li .dv .p3 a{
    color:#ff7b00;
}
.cus-box ul li:hover .dv .p3 a{
    color:#fff;
}
.cus-box ul li .dv .ico{
    height: 28px;
    width: 20px;
    background: url(../images/i-arrow.png) no-repeat;
    position: absolute;
    left: -20px;
    top:93px;
}
.cus-box ul li:hover .dv .ico{
    background-image: url(../images/i-arrow-on.png);
}
.cus-box ul li .img img{
    width: 300px;
    height: 215px;
}
.cus-box ul li .p1{
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    text-overflow: ellipsis;
}
.cus-box ul li:hover .p1 a{
    color:#fff;
}
.cus-box ul li .p2{
    height: 70px;
    overflow: hidden;
    line-height: 24px;
}
.cus-box ul li:nth-child(3) .img,
.cus-box ul li:nth-child(4) .img{
    float: right;
}
.cus-box ul li:nth-child(3) .dv .ico,
.cus-box ul li:nth-child(4) .dv .ico{
    right: -20px;
    left: auto;
    background-image: url(../images/i-arrow2.png);
}
.cus-box ul li:nth-child(3):hover .dv .ico,
.cus-box ul li:nth-child(4):hover .dv .ico{
    background-image: url(../images/i-arrow2-on.png);
}

.about-box{
    width: 100%;
    float: left;
    background:#00a2e9;
    padding:50px 0;
}
.about-box .img{
    width: 359px;
    padding:17px;
    height: 240px;
    float: left;
    background:url(../images/bg-about.png) no-repeat center;
}
.about-box .img img{
    width: 100%;
    height: 100%;
}
.about-box .intro{
    width: 650px;
    float: left;
    margin-left: 70px;
    color: #fff;
}
.about-box .intro .d1{
    font-size: 30px;
    font-weight: bold;
    clear: both;
    width: 100%;
    float: left;
}
.about-box .intro .d2{
    clear: both;
    width: 100%;
    float: left;
    margin-top:20px;
    line-height: 2;
}
.about-box .intro .d3{
    clear: both;
    width: 100%;
    float: left;
    margin-top:20px;
    line-height: 2;
}
.about-box .intro .d3 a{
    display: inline-block;
    height: 34px;
    border:1px solid #fff;
    border-radius: 17px;
    line-height: 34px;
    padding:0 20px;
    color: #fff;
}
.khbox{
    width: 100%;
    float: left;
    background:#f9f9f9;
    padding: 50px 0;
}
.khbox .acs-block{
    margin-top:50px;
    margin-bottom: 50px;
    float: left;
    width: 1211px;
    margin-left: -11px;
}
.khbox .item{
    width: 138px;
    height: 78px;
    border:1px solid #e5e5e5;
    overflow: hidden;
    float: left;
    margin-left: 11px;
    margin-bottom: 11px;
}
.khbox .item img{
    width: 100%;
    height: 100%;
}
.news-box{
    width: 1230px;
    float: left;
    margin-left: -30px;
    margin-top:50px;
}
.news-box .item{
    width: 380px;
    float: left;
    margin-left: 30px;
}
.news-box .tit{
    width: 100%;
    float: left;
    clear: both;
    line-height: 60px;
}
.news-box .tit .s1{
    font-size: 18px;
    font-weight: bold;
    color:#00a2e9;
    line-height: 60px;
    float: left;
}
.news-box .tit .s2{
    margin-left: 10px;
    font-size: 14px;
    color:#999;
    float: left;
    height: 60px;
    display: inline-block;
    line-height: 70px;
}
.news-box .tit a{
    line-height: 60px;
    float: right;
    color: #999;
}
.news-box ul{
    width: 100%;
    float: left;
}
.news-box ul li.img{
    width: 100%;
    height: 195px;
}
.news-box ul li.img img{
    width: 100%;
    height: 195px;
}
.news-box ul li .d{
    float: right;
    color:#999;
    width: 90px;
    text-align: right;
    height: 36px;
    line-height: 36px;
}
.news-box ul li .t{
    padding-left: 20px;
    width: 270px;
    background:url(../images/i-li.png) left center no-repeat;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 36px;
    line-height: 36px;
}
.news-box ul li .t a{
    color: #666;
}