body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, button, textarea, p, th, td {
    margin: 0;
    padding: 0;
}
a{
    color: #333333;
    text-decoration: none;
}
,a:hover{
    text-decoration: none;
}
li {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img{
    border: none;
    vertical-align: middle;
}
.mt25 {
    margin-top: 25px !important;
}

.wrapper {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.clearfix:after {
    content: "";
    display: table;
    clear:both;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.white {
    color: white;
}
.red {
    color: red;
}
.mr0{
    margin-right: 0 !important;
}
body {
    background-color: #f5f6f7;
    min-width: 1200px;
    font-family: "Microsoft YaHei";
}
.header{
    min-width: 1200px;
    width: 100%;
	height: auto;
    background: #fff;
    margin: 0 auto;
    box-shadow: 0px 2px 5px #ddd;
    font-size: 14px;
}
.header .top{
    width: 100%;
	height: 40px;
    line-height: 40px;
    background: #f4f4f6;
    border-bottom: 1px solid #ddd;
    color: #7a7a7a;
}
.header .top2{
    width: 100%;
    height: 90px;
}
.header .top2 .logo{
	float: left;
    margin-top: 10px;
}
.header .top2 .nav{
    float: right;
    position: relative;
}
.header .top2 .nav li.nav1{
    float: left;
    font-size: 18px;
    position: relative;
    margin-left: 40px;
    margin-top: 17px;
}
.header .top2 .nav .nav1 a.item{
    color: #555555;
    line-height: 60px;
    font-weight: normal;
}
.header .top2 .nav .nav1 a.item:hover{
    color: #CB3B3B;
}
.header .top2 .nav .nav2{
    width: 100px;
    background-color: #fff;
    text-align: center;
    position: absolute;
    top: 50px;
    left: -25px;
    padding: 2px 10px 10px;
    z-index: 9;
    box-shadow: 1px 1px 8px 0px #ccc;
    border-top: 3px solid #cf2d36;
    display: none;
}
.header .top2 .nav .nav2 a{
    color: #000;
    display: inline-block;
    line-height: 40px;
    width: 100%;
    font-size: 16px;
    border-bottom: 1px solid #f1f1f1;
}
.header .t1{
    width: 700px;
    position: relative;
}
.header .t2 a{
    color: #7a7a7a;
    margin-left: 10px;
    font-size: 13px;
}
.banner {
    min-width: 1200px;
    position: relative;
    height: 350px;
    top: 0px;
}
.banner-slide, .banner-slide .bd ul, .banner-slide .bd li {
    width: 100%;
    height: 100%;
}
.banner-slide {
    position: absolute;
    left: 0;
    top: 0;
}
.banner-slide .hd {
    position: absolute;
    bottom: 19px;
    z-index: 2;
    width: 100%;
}
.banner-slide .hd ul {
    text-align: center;
}
.banner-slide .hd li {
    display: inline-block;
    cursor: pointer;
    margin: 0 5px;
    height: 14px;
    width: 14px;
   
    border-radius: 50%;
    
    background-color: #fff;
}
.banner-slide .hd li.on {
    
    
    background-color: red;
    
}
.banner-slide a {
    display: block;
    width: 100%;
    height: 100%;
}
.banner-slide .bd li {
    position: absolute;
    left: 0;
    top: 0;
}
.banner .left,.banner .right{
    width: 20px;
    height: 35px;
    display: block;
    position: absolute;
    background: url(../../img/H/slider-arrow.png) no-repeat;
    top: 49%;
    left: 2%;
    background-position: -175px 0;
}
.banner .right{
    left: auto;
    right: 2%;
    background-position: -60px 0;
}

.footer{
	width: 100%;
	height: 200px;
	background-color: #000;
}
.btn-disabled,.btn-disabled:hover{
    cursor: not-allowed !important;
}

/* 分页 */
.pager2{
    margin-top: 25px;
}
.pagination{
    text-align: center;
}
.pagination li.disabled:hover{
    color: #d2d2d2!important;
    cursor: not-allowed!important;
}
.pagination li.active span{
    color: #fff;
    background: #cf2d36;
    border: 1px solid #cf2d36;
}
.pagination li{
    display: inline-block;
}
.pagination li a,.pagination li span{
    vertical-align: middle;
    padding: 8px 16px;
    /*height: 28px;
    line-height: 28px;*/
    margin: 0 -1px 0px -1px;
    background-color: #fff;
    color: #000;
    font-size: 14px;
    border: 1px solid #e2e2e2;
}
/* 分页 */