@charset "utf-8";
/* CSS Document */
*{ margin:0px; padding:0px;}
img {border:0;margin:0; padding:0;}
ul,li,ol,h1,h2,h3,dl,dt,dd,form,p,span,b,u,s,i{list-style:none;margin:0; padding:0; font-weight:normal;}
input,textarea {outline:none; list-style:none;}/*去掉输入框得到焦点时边框会出现阴影效果----例如360 火狐*/
a{ blr:expression(this.onFocus=this.blur()); /* IE Opera */ outline:none; /* FF Opera */ } a:focus{ -moz-outline-style: none; /* FF */ } /*去掉a标签超链接的虚线框*/
a:link { text-decoration: none;color: #000;}
a:visited {text-decoration: none; color: #000;}
a:hover { text-decoration: none; color: #000;}
a:active {text-decoration: none; color: #000;}
body{ color:#131313; font-size:12px; line-height:1.5; font-family:"微软雅黑",宋体,Arial, Helvetica, sans-serif; background:url(../images/debut_light.png) repeat; }
.clear{ clear:both;}
/*公共样式*/
.top_con,.header,.nav ul,.search,.foot_con{ width:1080px; margin:0 auto; overflow:hidden;}
.left{ float:left;}
.right{ float:right;}
/*头部*/
.top{ height:31px; line-height:31px; background:url(../images/top_header_02.jpg) repeat-x;}
.top_con_left{ width:300px;}
.top_con_right{ width:300px;}
.top_con_right a{ margin:0 3px;}
/*logo部分*/
.header{ height:110px;}
.header_left{ width:500px; margin-top:30px;}
.header_left h1{ display:inline-block; padding-right:20px; border-right:1px solid #b91e20;}
.header_left h1 strong{ display:block; font-size:25px; margin-left:3px;}
.header_left h1 strong img{ vertical-align:bottom; margin-right:3px; margin-bottom:3px;}
.header_left h1 strong a{ color:#c80000;}
.header_left h1 span{ font-size:14px; text-transform:uppercase;}
.header_left div{ width:270px; font-size:14px; padding-left:10px; margin-top:5px;}
.header_left div span{ display:block;}
.header_right{ width:200px; height:50px; background:url(../images/iphone_icon_06.jpg) no-repeat; padding-left:60px; margin-top:35px;}
.header_right span{ display:block;}
.header_right strong{ font-size:24px; color:#b91e20;}
/*导航*/
.nav{ height:38px; line-height:38px; background:#b91e20;}
.nav li{ width:120px; text-align:center; font-size:14px; float:left;}
.nav li a{ color:#fff;}
.nav li a:hover{ color:#e6e6e6;}
/*banner*/
.banner{ width:100%; margin:0 auto;}
.flexslider{position:relative;height:452px;overflow:hidden;background:url(../images/loading.gif) 50% no-repeat;}
.slides{position:relative;z-index:1;}
.slides li{height:452px;}
.flex-control-nav{position:absolute;bottom:30px;z-index:999;width:100%;text-align:center;}
.flex-control-nav li{display:inline-block;width:14px;height:14px;margin:0 5px;*display:inline;zoom:1;}
.flex-control-nav a{display:inline-block;width:14px;height:14px;line-height:40px;overflow:hidden;background:url(../images/dot.png) right 0 no-repeat;cursor:pointer;}
.flex-control-nav .flex-active{background-position:0 0;}
.flex-direction-nav{position:absolute;z-index:3;width:100%;top:45%;}
.flex-direction-nav li a{display:block;width:50px;height:50px;overflow:hidden;cursor:pointer;position:absolute;}
.flex-direction-nav li a.flex-prev{left:40px;background:url(../images/prev.png) center center no-repeat;}
.flex-direction-nav li a.flex-next{right:40px;background:url(../images/next.png) center center no-repeat;}
/*搜索*/
.search{ height:33px; padding-top:17px;}
.search_left{ width: 600px; font-size:14px;}
.search_left a{ margin:0 5px;}
.search_right{ width:260px; height:30px; background:url(../images/search_16.jpg) no-repeat;}
.text{ float:left; width:185px; height:30px;  background:none; line-height:30px;  padding-left:5px; margin-right:1px; font-size:12px; border:0; color:#b6b6b6;}
.submit{ float:left; width:69px; height:30px; line-height:30px;border:0; background:none;}
.search_bg{ height:12px; background:url(../images/search_bg_02.jpg) no-repeat center bottom; margin-bottom:27px;}
/*底部部分*/
.foots{ padding:30px 0; background:#000;}
.foot_con_left{ width:279px; border-right:1px solid #2b2b2b;}
.foot_con_left li{ width:120px; float:left; text-align:center; height:30px; line-height:30px;}
.foot_con_left li a{ color:#fff;}
.foot_con_right{ width:749px; border-left:1px solid #5b5b5b; line-height:30px; padding-left:50px; color:#fff;}
.foot_con_right p{ margin-top:30px;}
.foot_con_right a{ color:#fff;}











































