body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend,
input, textarea, p, blockquote, th, td,figure {
    margin: 0;
    padding: 0;
}
a {
    cursor: pointer;
    text-decoration: none;
    outline: none;
    color: inherit;
    blr:expression(this.onFocus=this.blur());
}
em,i{
    font-style: normal;
}
a:focus {
    outline: none !important;
}
li{
    list-style: none;
}
body {
    overflow-x: hidden;
    min-width: 1200px;
    font-size: 14px;
    color: #333;
    font-family: "Microsoft YaHei", "Segoe UI", "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", sans-serif;
}

.clear{
    clear: both;
}
.clearfix:after {
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
    content: "";
+ zoom: 1;
}

.container_1200{
    width:1200px;
    margin: 0 auto;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.text-align-r{
    text-align: right;
}

.index-nav-wrap{
    position: fixed;
    top:0;
    left:0;
    z-index: 99999;
    height:99px;
    width:100%;
    background:url("../image/white09.png") ;
}
.index-nav-black{
    background:url("../image/black05.png") ;

}
.index-nav{
    position: relative;
}
.index-nav-logo{
    position: absolute;
    left:0;
    top:0;
    width:215px;
    height:99px;
    background: url("../image/logo11.png") left center no-repeat;
}
.index-nav-black .index-nav-logo{
    background: url("../image/logo13.png") left center no-repeat;
}
.index-nav-list{
    text-align: right;
}
.index-nav-list li{
    display:inline-block;
    *zoom:1;
    *display:inline;
    width:100px;
    height:95px;
    line-height:95px;
    font-size: 16px;
    text-align: center;
    border-bottom: 4px solid transparent;
}
.index-nav-list li a{
    display: block;
}
.index-nav-list li.on{
    background: #fff;
    border-bottom: 4px solid #00a0e9;
}
.index-nav-black .index-nav-list li a{
    color: #fff;
}
.index-nav-black .index-nav-list li.on{
    background: url("../image/black02.png");
    border-bottom: 4px solid #00a0e9;
}

.footer{
    color: #999;
    padding: 40px 0;
}
.footer a{
    color: #999;
}
.footer-wrap{
    width:1200px;
    margin: auto;
    min-height: 121px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
}
.footer-nav li{
    display: inline-block;
    margin-right: 30px;
    *zoom:1;
    *display:inline;
}
.footer-detail{
    padding-top: 30px;
}
.footer-left{
    float: left;
    width:850px;
    line-height:30px;

}
.footer-left span{
    font-size:30px;
}
.footer-right{
    width:350px;
    float: left;
}
.code-item{
    width:160px;
    display: inline-block;
    text-align: center;
    *zoom:1;
    *display:inline;
    line-height: 36px;
    font-size: 16px;
}
.code-item img{
    display: block;
    margin: auto;
    width: 100px;
}
.footer-copyright{
    padding-top: 30px;
    text-align: center;
    line-height:20px;
}
.footer-copyright img{
    vertical-align: middle;
}


.swiper-arrow-left{
    background: url("../image/swiper-pre2.png") no-repeat left top;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -26px;
    width: 53px;
    height: 53px;
    z-index:10;
}

.swiper-arrow-right {
    background: url(../image/swiper-next2.png) no-repeat left bottom;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -26px;
    width: 53px;
    height: 53px;
    z-index:10;
}

.index-pagination .swiper-pagination-switch{
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 5px;
    border:4px solid #c4c4c4;
    border-radius: 0;
    background: url("../image/white05.png");
}
.index-pagination .swiper-pagination-switch.swiper-active-switch{
    background:#fff;
}
/* .index-pagination.index-pagination-red .swiper-pagination-switch{
    background: #e2e2e2;
} */
/* .index-pagination.index-pagination-red .swiper-pagination-switch.swiper-active-switch{
    background:#00a0e9;
    border-color: #00a0e9;
} */
.index-pagination{
    text-align: center;
}
.news-pagination{
    margin: 20px auto;
    text-align: right;
}
.ie8-tips{
    padding:10px;
    width:300px;
    height:60px;
    border: 1px solid #22a9ff;
    line-height:30px;
    color: #666;
    text-align: center;
    position: fixed;
    bottom:0;
    right:0;
    margin: auto;
    background: #fff;
    z-index:999;
}