@charset "utf-8";
/* CSS Document */
html, body, ul, li, a, p{margin: 0;padding: 0;}
body{background: url(images/maxbg.jpg) repeat;background-attachment: fixed;}
p{font-size: 14px;color: #aaaaaa;line-height: 33px;}
img{border: 0;}
ul, li{list-style: none;}
a{text-decoration: none;}
.content_show{background: #fff;width: 100%;max-width: 1440px; _width:expression((document.documentElement.clientWidth||document.body.clientWidth)>1440?"1440px":"100%");margin: 0 auto;}
/*清除浮动*/
.clearfix:after{content: ".";display: block;height: 0;visibility: hidden;clear: both;}
.clearfix{*zoom:1;}
/*main css*/
.show{display:block;}
.none{display:none;}
.banner{width: 100%;overflow: hidden;position: relative;height: 450px;z-index: 9}
.banner_container{height: 450px;width: 100%;display: block;overflow: hidden;left: 50%;margin-left: -720px;z-index: 8}
.banner_container .banner_content{position: absolute;left: 0%;top: 0%;width: 100%;height: 100%; background-color:#090425; overflow: hidden;z-index: 7}
.banner_container .banner_content img{z-index: 995}
.banner_nav{position: absolute;z-index: 10;bottom: 10px;left: 50%;margin-left: -64px;z-index: 10}
.banner_nav li{float: left;width: 22px;height: 20px;}
.banner_nav li a{float: left;width: 22px;height: 20px;text-align: center;line-height: 20px;font-size: 0px;cursor: pointer;background-image: url(../images/point_2.png);background-repeat: no-repeat;_background:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src='images/point_2.png')}
.banner_nav li.current a{background-image: url(../images/point_1.png);_background:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src='images/point_1.png');}

.banner_content img{transition: all 2s;}
.banner_content img:hover{/*transform: skew(5deg,5deg); */transform:scale(1.1)}
