html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu,a{margin:0;padding:0;box-sizing: border-box;}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;font-weight:normal;}
html,body,fieldset,img,iframe,abbr{border:0;}
i,cite,em,var,address,dfn{font-style:normal;}
[hidefocus],summary{outline:0;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight: normal;}
small{font-size:100%;font-weight: normal;}
sup,sub{font-size:83%;}
pre,code,kbd,samp{font-family:inherit;}
q:before,q:after{content:none;}
textarea{overflow:auto;resize:none;}
label,summary{cursor:default;}
a,button{cursor:pointer;}
del,ins,u,s,a,a:hover{text-decoration:none;}
body,textarea,input,button,select,keygen,legend{font:14px/24px "Microsoft YaHei",arial,sans-serif,\5b8b\4f53;color:#333;outline:0;}
body {
    background-color: #000040;
    position: relative;
	width: 100%;
    margin: 0 auto;
    min-width: 1200px;
    overflow-x: hidden;
    max-width: 1920px;
    left: 0;
}
#luxy {
	width: 100%;
	margin: 0 auto;
	min-width: 1200px;
	overflow-x: hidden;
	max-width: 1920px;
}
body.body_ie {
	height: auto !important;
}
body.skrollr {
	/* overflow: hidden; */
}
img{
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
    border: 0;
    vertical-align: middle;
}
p{text-align: justify;}

html{
     overflow-x: hidden;
}
a{
    display: block;
    color: inherit;
    text-decoration: none;
    /*display: inline-block;*/
}
div,li{box-sizing: border-box;}

.content {
    width: 1360px;
    margin: 0 auto;
}
.fl{float: left;}
.fr{float: right;}


input,button{
    border: none;
    background-color: transparent;
    box-sizing: border-box;
    outline: none;
}
input[type="checkbox"]{vertical-align: -2px;margin-right: 4px;}

/*占位符*/

input::-webkit-input-placeholder {  color: #958170; }
input:-moz-placeholder {  color: #958170; }
input::-moz-placeholder {  color: #958170; }
input:-ms-input-placeholder {  color: #958170; }

textarea::-webkit-input-placeholder {  color: #958170; }
textarea:-moz-placeholder {  color: #958170; }
textarea::-moz-placeholder {  color: #958170; }
textarea:-ms-input-placeholder {  color: #958170; }


/*滚动条样式*/
body::-webkit-scrollbar,
html::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
body::-webkit-scrollbar-button,
html::-webkit-scrollbar-button {
  display: none;
}
body::-webkit-scrollbar-track,
html::-webkit-scrollbar-track {
  background-color: #eee;
}
body::-webkit-scrollbar-thumb,
html::-webkit-scrollbar-thumb {
  background-color: #eee;
}
::-webkit-scrollbar{
    width: 5px;
    height: 5px;
    background-color:rgba(210, 210, 210, 0.48);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 0;
}
::-webkit-scrollbar-thumb{
    background-color: #cbcbcb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0;
}

@font-face {
    font-family: 'Rubik';
    src: url('../fonts/Rubik.eot');
    src: url('../fonts/Rubik.otf')format('otf'),
    url('../fonts/Rubik.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Rubik.woff') format('woff'),
        /*url('../fonts/rubik-regular-webfont-webfont.woff2') format('woff2'),*/
    url('../fonts/Rubik.ttf') format('truetype'),
    url('../fonts/Rubik.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'BRANDON';
    src: url('../fonts/BRANDON.eot');
    src: url('../fonts/BRANDON.otf')format('otf'),
    url('../fonts/BRANDON.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BRANDON.woff') format('woff'),
        /*url('../fonts/rubik-regular-webfont-webfont.woff2') format('woff2'),*/
    url('../fonts/BRANDON.ttf') format('truetype'),
    url('../fonts/BRANDON.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'BrandonGro';
    src: url('../fonts/Brandon_light.eot');
    src: url('../fonts/Brandon_light.otf')format('otf'),
    url('../fonts/Brandon_light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Brandon_light.woff') format('woff'),
    url('../fonts/Brandon_light.woff2') format('woff2'),
    url('../fonts/Brandon_light.ttf') format('truetype'),
    url('../fonts/Brandon_light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Brandon_bld';
    src: url('../fonts/Brandon_bld.eot');
    src: url('../fonts/Brandon_bld.otf')format('otf'),
    url('../fonts/Brandon_bld.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Brandon_bld.woff') format('woff'),
    url('../fonts/Brandon_bld.woff2') format('woff2'),
    url('../fonts/Brandon_bld.ttf') format('truetype'),
    url('../fonts/Brandon_bld.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* IE低版本升级提示 */
.browserupgrade{display:block;position:fixed;margin:0;width:100%;max-width: 1920px;height:60px;font-size:15px;line-height:60px;z-index:1000;color:#fff;text-align:center;bottom:0;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000); /*IE8支持*/}
.browserupgrade strong {display: inline-block;}
.browserupgrade a{color:#eee;text-decoration:underline;font-size:18px; display: inline-block;}
.browserupgrade a:hover{color:#eee}