*, a, li, img, input {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    border: none;
}
p{
    padding: 0;
    margin: 0 0 0;
}
a{
    color: #000;
    cursor: pointer;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

html, body{
    font: 14px/1.5 "Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5;
}

.orange {
    color: orange;
}

.clear {
    clear: both;
}

.left{
    float: left;
}
.right{
    float: right;
}

a:hover{
    text-decoration: none!important;
    cursor: pointer;
}
.white{
    color: #fff!important;
}
/*查看更多*/
.view-more{
    text-align: center;
}
.view-more a{
    width: 170px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #005bac;
}
.view-more a:hover{
    color: #fff;
}

/*swiper 轮播图切换*/
@media (max-width: 1600px){
    .swiper-container1{
        height: 460px!important;
    }
}
@media (max-width: 1400px){
    .swiper-container1{
        height: 390px!important;
    }
}
@media (max-width: 1200px){
    .swiper-container1{
        height: 280px!important;
    }
}
@media (max-width: 700px){
    .swiper-container1{
        height: 160px!important;
    }
}
.swiper_box{
    margin-top: 80px;
    width: 100%;
}
.swiper-container1{
    height: 550px;
}
.swiper-container2{
    height: 280px;
}
.swiper-wrapper1{
    position: relative;
    height: 280px;
}
.swiper-slide1{
    width: 100%;
    height: 280px;
    position: relative;
}
.swiper-slide1 img{
    width: 100%;
}
.swiper-slide2 img{
    width: 100%;
}
.swiper_slide2 img{
    width: 100%;
}
.swiper-container3{
    height: 282px;
}

/*swiper圆点*/
.pagination {
    text-align: center;
    bottom: 20px;
    width: 100%;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 10px!important;
    height: 10px!important;
    border-radius: 10px;
    /*border-radius兼容IE8*/
    behavior: url(PIE.htc);
    background: #222;
    margin-right: 5px;
    opacity: 0.8;
    /*border: 1px solid #fff;*/
    cursor: pointer;

}
.swiper-visible-switch {
    background: #aaa;
}
.swiper-active-switch {
    background: #fff;
}
/*swiper左右箭头*/

.arrow-left {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    background: rgba(0,0,0,0.3);
    border-radius: 50%;
    behavior: url(PIE.htc);
}
.arrow-right {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    background: rgba(0,0,0,0.3);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c000000,endColorstr=#4c000000);
    border-radius: 50%;
    /*behavior: url(PIE.htc);*/

    behavior: url(PIE.htc);
}
.arrow-left img,.arrow-right img{
    display: block;
    width: 100%;
    height: 100%;
}
.swiper-container2:hover .arrow-left{
    background: rgba(0,0,0,0.8);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#c8000000,endColorstr=#c8000000);
}
.swiper-container2:hover .arrow-right{
    background: rgba(0,0,0,0.8);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#c8000000,endColorstr=#c8000000);
}
/*banner*/
.banner{
    margin-top: 80px;
}
.banner img{
    width: 100%;
}

/*分页*/
/*.pages { padding:30px 0;text-align:center;font:12px '微软雅黑';}*/
/*.pages a { display:inline-block; padding:0px 8px; height:22px;font-size:12px;line-height:22px; background:#fff; border:1px solid #e3e3e3; text-align:center; color:#333}*/
/*.pages a.a1 {padding:0px 12px; height:22px; line-height:22px;margin-top:0px;}*/
/*.pages a:hover { background:#f1f1f1; color:#000; text-decoration:none; }*/
/*.pages span { display:inline-block;  padding:0px 8px; height:22px; line-height:22px; background:#0975d7; border:1px solid #0975d7; color:#fff; text-align:center; }*/
/*.pagee .noPage { display:inline-block;  padding:0px 12px; height:22px; line-height:22px;border:1px solid #e3e3e3; text-align:center; color:#a4a4a4; }*/


/*面包屑样式开始*/
.breadcrumbDiv{
    width: 100%;
    float: left;
    margin-top: 16px;
}
.breadcrumb{
    float: left;
    border: 1px solid #f0f0f0;
    background-color: #fff!important;
    padding: 0 0 0 20px!important;
    height: 40px;
    overflow: hidden;
    margin-bottom: 0!important;
    *position: relative;
    *padding: 0 0 0 3px!important;
}
.breadcrumb > LI{
    float: left;
    *background: url("../img/breadcrumbW.jpg") no-repeat right -2px;
    *padding-right: 21px;
    height: 40px;
}
.breadcrumb > li + li:before,.breadcrumb > li + li before{
    display: inline-block;
    height: 45px;
    position: relative;
    top: -3px;
    *top: 0px;
    content: url("../img/breadcrumbW.jpg")!important;
}
.breadcrumb > li.active:before,.breadcrumb > li.active before{
    content:'' !important;
}
.breadcrumb > li:first-child>a{
    top: 10px;
}
.breadcrumb > li>a{
    position: relative;
    top: -21px;
    *top: 11px;
    color: #aaaaaa;
    font-size: 14px;
    *padding-left: 15px;
}
.breadcrumb .active{
    background:#005bac url("../img/breadactive.jpg") no-repeat left center;
    color: #fff !important;
    position: relative;
    top: -1px;
    *background:#005bac url("../img/breadactive.jpg") no-repeat;
    *top: -2.5px;
    *height: 47px;
    *left: -18px;
    *padding-right:0;
}
.breadcrumb > li.active>a{
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    top: -19px;
    *top: 12px;
    *padding-left: 27px;
}
.breadlast{
    background:#f1f1f1 url("../img/breadactive01.png") no-repeat center right;
    display: block;
    width: 20px!important;
    height: 38px!important;
    float: left;
    position: relative;
    left: -4px;
    top: 1px;
    *height: 40px!important;
    *left: -19px;
}
.breadlastf{
    background:#ffffff url("../img/breadactive01.png") no-repeat center right;
    display: block;
    width: 20px!important;
    height: 40px!important;
    float: left;
    position: relative;
    left: -4px;
    top: 0px;
    *top: 0px;
    *height: 40px!important;
    *left: -19px;
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
}
/*面包屑样式结束*/
.black{
    color: #000;
}
/*分页*/
.pagination a {
    text-decoration: none;
    border: 1px solid #999;
    color: #999;
}

.pagination a, .pagination span{
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.pagination .current ,#pageination .current{
    background-color: #005bac;
    border: 1px solid #005bac;
    color: #fff;
}

.pagination .prev,.pagination .next,#pageination .prev,#pageination .next{
    color:#999;
    border-color:#999;
    background:#fff;
    width: 66px;
}
.pagination .prev:hover,#pageination .prev:hover{
    color:#0449d4;
    border-color:#0449d4;
    background:#fff;
}
.pagination .next:hover,#pageination .next:hover{
    color:#0449d4;
    border-color:#0449d4;
    background:#fff;
}
.pagination a:hover,#pageination a:hover{
    color:#0449d4;
    border-color:#0449d4;
    background:#fff;
}
/*------搜索页样式开始-----*/
.SearchTop{
    width: 100%;
    float: left;
    margin-top:140px!important;
}
.search{
    width: 100%;
    float:left;
    margin-top: 50px;
}
#searchList{
    width: 100%;
}
#searchList tr td{
    border-bottom: 1px dotted #cecece;
    padding: 20px 0;
    display: block;
    width: 100%;
}
#searchList .title{
    font-size: 18px;
    padding: 5px 0;
    font-weight: bold;
    color: #555;
}
#searchList tr td p{
    *width: 1170px;
}

#searchList span{
    margin-right: 15px;
    color: #999;
    padding-bottom: 10px;
}
#searchList em{
    margin-left: 5px;
    color: #999;
    padding-bottom: 10px;
    font-style: normal;
}
#searchList .detail{
    line-height: 25px;
    color: #555;
    max-height: 100px;
    overflow: hidden;
}
#searchList .detail img{
    display: block;
    width: 100%;
}
.pageRow{
    width: 100%;
    float: left;
    margin: 20px;
    text-align: center;
}

#pageination a {
    border: 1px solid #999;
    margin-right: 10px;
    position: relative;
    height: 20px;
    line-height: 20px;
    width: 8px;
    text-align: center;
    display: inline;
}

#pageination a span{
    *width: 32px;
    *margin: 0 auto;
    *position: absolute;
    *left: 0px;
    *display: block;
}
#pageination .prev{
    margin-right: 10px;
}
#pageination .page1{
    background:#0449d4;
    color:#fff;
}
#btnback{
    height: 45px;
    width: 95px;
    background: #0449D4;
    border:none;
    color: #fff;
}
.marginB88{
    margin-bottom: 88px;
}
.marginT88{
    margin-top: 88px;
}
.marginT64{
    margin-top: 64px;
}
.marginT56{
    margin-top: 56px;
}
.marginB56{
    margin-bottom: 56px;
}
.swiper_box .pagination{
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
}