﻿html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,select,p,blockquote,th,td
    {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    -webkit-box-sizing: border-box; /* Safari */
    
    -moz-transition-duration:0s;
    -webkit-transition-duration:0s;
    transition-duration:0s;
}

html {
    color: #000;
    background: #FFF;
    -webkit-text-size-adjust: none; /* chrome fixes font-size < 12px */
}

fieldset,img {
    border: 0;
}

abbr,acronym {
    border: 0;
    font-variant: normal;
}

address,caption,cite,code,dfn,em,strong,th,var,optgroup {
    font-style: inherit;
    font-weight: inherit;
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}

code,kbd,samp,tt {
    font-size: 100%;
}
input,button,textarea,select,optgroup,option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input,button,textarea,select {
    *font-size: 100%;
}

body {
    line-height: 1.5;
}

ol,ul {
    list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,th {
    text-align: left;
}

/* 重置上下标 */
sup,sub {
    font-size: 100%;
    vertical-align: baseline;
}

/* remember to highlight inserts somehow! */
del {
    text-decoration: line-through;
}

/* 去掉段落引号 */
blockquote,q {
    quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
    content: '';
    content: none;
}

/* 去掉链接下划线 */
:link,*:visited,ins {
    text-decoration: none;
}

/* remember to define focus styles! */
:focus{
    outline: 0 none;
}



body {
    font: normal 20px/40px '微软雅黑', '宋体', Verdana, sans-serif;
    color: #fff;
    margin: 0 auto;
    padding: 0;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none
}

i,
em {
    font-style: normal;
}

.wrap{position:relative;margin:0px auto;width:1000px;padding:0px;}
.posa{position: absolute; z-index: 1;}

#bdshare_weixin_qrcode_dialog {
    width: 250px !important;
    height: 320px !important;
}

#container{width: 100%;min-width: 1000px;max-width: 1920px;margin: 0 auto;position: absolute;left: 0;top: 40px;bottom: 0; overflow: hidden;color: #fff;}

.swiper-slide{position: relative;}
.scroll-wrap, .swiper-out{width: 100%; position: absolute; left: 0; top: 0; bottom: 0;}

.bg{
	display: block;
    width: 100%;
    position: relative;
    margin-top: -20px;
}

.buy { width: 15%; position: fixed; right: 8px; top: 160px; z-index: 1000}
.buy img{ width: 100%;}

.switch_wrap{
    width: 1310px; height: 133px; position: fixed; left: 50%; margin-left: -650px; bottom: 40px; z-index: 110; transform: scale(0.8,0.8); -webkit-transform: scale(0.8,0.8);
    -moz-transform: scale(0.8,0.8);
}
.switch_wrap .logo{
	float: left; position: relative; z-index: 1;
}
.switch_wrap .switch_btn{
	width: 1074px; height: 102px; float: left; margin-left: -60px; margin-top: 20px; font-size: 0; background: url(../images/navBg.png);
}
.switch_btn_inner{
    width: 1068px; height: 96px; margin: 0 auto; margin-top: 3px; border-radius: 20px; overflow: hidden;
}
.switch_wrap .switch_btn a{
	display: inline-block; width: 181px; height: 97px; margin-left: -35px; font-size: 24px; color: #fff; line-height: 97px; text-align: center;
}
.switch_wrap .switch_btn a.active{
	background: url(../images/block.png); 
}


.footer{width:100%;height: 90px;background:url(../images/footer.png) center no-repeat;position: fixed; bottom: 0;z-index: 105;}
.footer p{float:left;color:#fff;margin-top:45px;margin-left:120px;font-size: 14px;}
.footer p span{padding-left:165px;font-size: 14px;}
.footer p a{color:#fff;font-size: 14px;}
.footer .bdsharebuttonbox{float:left; margin-left: 10px; margin-top: 48px;}
