﻿@charset "utf-8";
/* CSS Document */




/*页头*/
.header{width:100%;min-width:1000px;background-color:#fff;}
.header .site_top{height:36px;background-color:#dfdfdf;overflow:hidden;}
.header .site_mid{width:1000px;height:150px;margin:0 auto;overflow:hidden;}
.header .site_btm{width:100%;height:50px;margin:0 auto;background-color:#f12e24;}
.header .site_btm1{width:1000px;height:8px;margin:0 auto;background-color:#333;}
/*banner*/
.banner{width:1000px;height:420px;background-color:#666;margin:0 auto;}
.banner div.bannerL{width:280px;height:420px;float:left;background-color:#fff;}
.banner div.bannerR{width:720px;height:420px;float:left;position:relative;z-index:2;}
/*query*/ 
.query{width:1000px;height:auto;margin:50px auto 0;border-bottom:3px #ccc solid;}
/*product*/ 
.productList{width:1000px;height:auto;margin:18px auto 0;}

/*content*/
.content{width:100%;height:auto;margin:0 auto;}
#wrap{width:1000px;height:auto;margin:0 auto;}
.wrap{width:1000px;height:auto;margin:0 auto;}
/*.content{height:800px;margin:0 auto;background-color:#999;}*/


/*页脚*/
.footer{min-width:1000px;height:200px;background-color:#333; color:#fff; }
.footer a{color:#fff; }
.footer a:link{color:#fff; }
.footer a:hover{color:#CF5037; }
.foot_cont{ margin:0 auto; width:1000px; text-align:center; padding-top:69px; line-height:25px;position:relative;}
.foot_cont ul{ display:block; width:200px;overflow:hidden; margin:0 auto;}
.foot_cont ul li{ display:block; width:56px; float:left; margin:4px;}
.foot_c_a{ display:block; position:absolute;  right:50px; top:69px;}