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",sans-serif;color:#333;outline:0;}
html,body{background:#FFF;width:100%;margin:0 auto!important;min-width:1200px;max-width: 2050px;overflow-x: hidden;overflow-y: auto;}

body {
    padding-top: 90px;
}
img{
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
    border: 0;
    vertical-align: middle;
}
p{text-align: justify;}

html{
     min-width: 1200px;
     overflow-x: hidden;
}
strong{
    display: block;
}
a{
    display: block;
    color: inherit;
    text-decoration: none;
    /*display: inline-block;*/
}
div,li{box-sizing: border-box;}

.wrap{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 99;
}

.fl{float: left;}
.fr{float: right;}
.pr{position: relative;}
.pa{position: absolute;}
.mrn{margin: 0 !important;}
.pdn{padding: 0 !important;}
.mbn{margin-bottom: 0 !important;}
.none{display: none !important;}
.block{display: block !important;}
.img img{display: block;width: 100%;}

.clearfix{}
.clearfix:after {
     clear: both;
     content: ' ';
     display: block;
     font-size: 0;
     line-height: 0;
     visibility: hidden;
     width: 0;
     height: 0;
}

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: #ffbd9c; }
input:-moz-placeholder {  color: #ffbd9c; }
input::-moz-placeholder {  color: #ffbd9c; }
input:-ms-input-placeholder {  color: #ffbd9c; }

textarea::-webkit-input-placeholder {  color: #ffbd9c; }
textarea:-moz-placeholder {  color: #ffbd9c; }
textarea::-moz-placeholder {  color: #ffbd9c; }
textarea:-ms-input-placeholder {  color: #ffbd9c; }


/*滚动条样式*/
::-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: #ff5500;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0;
}

@font-face {
    font-family: 'Rajdhani';
    src: url('../fonts/Rajdhani.eot');
    src: url('../fonts/Rajdhani.otf')format('otf'),
    url('../fonts/Rajdhani.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Rajdhani.woff') format('woff'),
        /*url('../fonts/Rajdhani.woff2') format('woff2'),*/
    url('../fonts/Rajdhani.ttf') format('truetype'),
    url('../fonts/Rajdhani.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Rubik';
    src: url('../fonts/rubik-regular-webfont.eot');
    src: url('../fonts/rubik-regular-webfont.otf')format('otf'),
    url('../fonts/rubik-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/rubik-regular-webfont.woff') format('woff'),
        /*url('../fonts/rubik-regular-webfont-webfont.woff2') format('woff2'),*/
    url('../fonts/rubik-regular-webfont.ttf') format('truetype'),
    url('../fonts/rubik-regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Ultra-Light.eot');
    src: url('../fonts/Montserrat-Ultra-Light.otf')format('otf'),
    url('../fonts/Montserrat-Ultra-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat-Ultra-Light.woff') format('woff'),
        /*url('../fonts/Montserrat-Regular_8.woff2') format('woff2'),*/
    url('../fonts/Montserrat-Ultra-Light.ttf') format('truetype'),
    url('../fonts/Montserrat-Ultra-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'brandon_grotesque';
    src: url('../fonts/brandon_grotesque.eot');
    src: url('../fonts/brandon_grotesque.otf')format('otf'),
    url('../fonts/brandon_grotesque.eot?#iefix') format('embedded-opentype'),
    url('../fonts/brandon_grotesque.woff') format('woff'),
        /*url('../fonts/brandon_grotesque.woff2') format('woff2'),*/
    url('../fonts/brandon_grotesque.ttf') format('truetype'),
    url('../fonts/brandon_grotesque.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}