@charset "utf-8";

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    min-width: 1300px;
    background: #ffffff;
    font-family: "Microsoft Yahei", 宋体, sans-serif;
     }
ul,li {
    list-style-type: none;
    margin: 0;
    padding: 0;
      }

h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
    font-weight: normal
    }
img {border: 0;}
a { text-decoration: none; color: #666666;}
a:hover {
    text-decoration: none;
    color: #1f509c;
    transition: all 0.6s;
}
.fl { float: left !important;}
.fr { float: right !important;}
.clearboth {
    clear: both;
    border: 0;
    padding: 0;
    margin: 0;
          }

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.relative {
    position: relative;
}

.imghover {
    cursor: pointer;
    transition: all 0.6s;
}

.imghover:hover {
    transform: scale(1.2);
}


/*banner*/
.ibanner {
    width: 100%;
	height:500px;
    overflow: hidden;
    position: relative;
}
.ibanner .hd {
    height: 18px;
    overflow: hidden;
    position: absolute;
    right: 18%;
    bottom:50px;
    z-index: 1;
}
.ibanner .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}
.ibanner .hd ul li {
    float: left;
    width: 12px;
    height:12px;
    line-height:12px;
    text-align: center;
    border-radius: 50px;
    background: #fff;
    cursor: pointer; opacity: 0.8; margin: 3px 6px 0 0;
}
.ibanner .hd ul li.on {
    background:none;
	opacity: 1;
    color: #fff;
    width:12px;
    height:12px;
    border: #ffffff 3px solid;margin:0px 6px 0 0;
}
.ibanner .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}
.ibanner .bd li {
    zoom: 1;
    vertical-align: middle;
    position: relative
}
.ibanner .bd li h1 {
    position: absolute;
    bottom: 40px;
    left: 20%;
    background: url("../images/tt_bg.png");
    font-size: 24px;
    color: #ffffff;
    padding: 10px 20px;
}
.ibanner .bd img {
    width: 100%;
	height:500px;
    display: block;
}
.ibanner .prev,
.ibanner .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 45px;
    height: 80px;
    background: url(../images/slider-arrow.png) -120px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.ibanner .next {
    left: auto;
    right: 3%;
    background-position: -2px 5px;
    width: 45px;
    height: 80px;
}
.ibanner .prev:hover,
.ibanner .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}
.ibanner .prevStop {
    display: none;
}
.ibanner .nextStop {
    display: none;
}




