@charset "utf-8";
/*--------------------功能：重设浏览器默认样式--------------------*/
html{ color: #292928; background: #FFF; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;}
body{ overflow-y: scroll; *overflow-y: hidden;}
body, div, dl, dt, dd, ul, ol, li, h1, h2,h3, h4, h5, h6, pre, code, form,fieldset,legend, input, textarea, p, blockquote, th,td, hr, button, article, aside, details,figcaption, figure, footer,header, hgroup, menu, nav, section{ margin: 0; padding: 0;}
body, button, input, select, textarea{ font-family: arial, ""; font-size: 12px;}
img { border: 0;}
ol, ul{ list-style: none;}
h1, h2, h3, h4, h5, h6{ font-size: 100%; font-weight: 500;}
a{ color: #6e6e6e;}
a:hover{ text-decoration: underline;}
ins, a{ text-decoration: none;}
.fn-clear:after{ visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}
.fn-clear{ zoom: 1;}
body .fn-hide{ display: none;}
.fn-left, .fn-right{ display: inline;}
.fn-left{ float: left;}
.fn-right{ float: right;}
.clear{ clear: both;}

/*样式整合*/
.content{width: 1000px; margin: 0 auto; position: relative;}

/*样式整合end*/
.wrap01{ background:url(../images3/wrap01.jpg) top center no-repeat; }
.wrap01 .content{ height:360px; }
.wrap01 .logo{ display: block; width:140px; height:50px; position:absolute; left:15px; top:30px;}
.wrap02{ background:url(../images3/wrap02.jpg) top center no-repeat; }
.wrap02 .content{ height:371px; }
.wrap02 .buy_btn{ display: block; width: 155px; height: 60px; position: absolute; right: 130px; bottom: 72px;}
.wrap03{ background:url(../images3/wrap03.jpg) top center no-repeat; }
.wrap03 .content{ height:649px; }
.wrap04{ background:url(../images3/wrap04.jpg) top center no-repeat; }
.wrap04 .content{ height:210px; }
.wrap05{ background:url(../images3/wrap05.jpg) top center no-repeat; }
.wrap05 .content{ height:229px; }
.wrap06{ background:url(../images3/wrap06.jpg) top center no-repeat; }
.wrap06 .content{ height:731px; }
.wrap06 .buy{ position: absolute; top: 380px; left: 95px;}
.wrap06 .buy h3{ float: left; text-align: center; line-height: 50px;}
.wrap06 .buy h3:first-child{ margin-right: 310px;}
.wrap06 .buy h3 span{ font-family: "黑体"; font-size: 18px; font-weight: bold; color: #767676;}
.wrap06 .txt{ font-family: "楷体"; opacity: 0.99; font-size: 24px; color: #ffffff; position: absolute; bottom: 70px; left: 80px;}
.wrap06 .txt p{ line-height: 36px;}
.wrap06 .txt p.ml{ margin-left: 24px;}
@media screen and (max-width: 1000px) {
    .content{ width:100%;}
    .wrap01,.wrap02,.wrap03,.wrap04,.wrap05,.wrap06{ width:1000px; margin:0 auto; position:relative; overflow:hidden;}
}