.orange {
    color: #f60
}

.dark-gray {
    color: #666
}

.gray {
    color: #999
}

.green {
    color: #4b0
}

.red {
    color: #f30
}

body,html {
    font-family: Helvetica,STHeiti,Microsoft YaHei,Verdana,Arial,Tahoma,sans-serif;
    margin: 0;
    padding: 0;
    border: 0
}

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline
}

html {
    line-height: 1
}

ol,ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption,td,th {
    font-weight: 400;
    vertical-align: middle
}

blockquote,q {
    quotes: none
}

blockquote:after,blockquote:before,q:after,q:before {
    content: "";
    content: none
}

a img {
    border: none
}

a {
    color: #07d;
    text-decoration: none
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary {
    display: block
}

html {
    position: relative
}

body,html {
    min-width: 1200px;
    color: #2c3a46;
    background: #fff;
    font-size: 14px;
    line-height: 1.6em;
    font-family: Helvetica,Pingfang SC,Microsoft YaHei,STHeiti,Verdana,Arial,Tahoma,sans-serif
}

.container {
    margin: 0 auto;
    width: 1100px
}

@media (max-width: 1100px) {
    .container {
        width:100%
    }
}

.container.main-container {
    min-height: 400px
}


.hide {
    display: none
}
.navigation{
	color: #323233;
}
.web-navigation{
	height: 80px;
	background-color: #fff;
    z-index: 999;
	position: fixed;
    width: 100%;
    top: 0;
    left: 0;
	box-shadow: 2px 0 8px 0 rgba(29, 35, 41, .05);
}
.layout-responsive{
    width: 100%;
    max-width: 1248px;
	display: flex;    
    justify-content: space-between;
    align-items: center;
    min-height: 0;
    margin: 0 auto;
    height: 100%;
}
.navigation__placeholder{
	margin: 0;
    padding: 0;
    box-sizing: border-box;
	height: 80px;
}
.navigation__menu{
    display: flex;
    font-weight: 400;
    margin: 0;
    align-items: center;
    height: 100%;
}
.navigation__menu__item{
    overflow: visible;
    position: relative;
    cursor: pointer;
    padding: 0 12px;
}
.navigation__trigger{
	display: inline-block;
    background-color: #409eff;
    color: #fff;
    padding: 6px 14px;
    text-decoration: none;
    font-size: 14px;
    border-radius: 2px;
    border: 1px solid #409eff;
}
.navigation__trigger:hover {
    color: #fff !important;
    background-color: #54a8ff;
}
.footer{
	background-color: #000;
    color: #969799;
    font-size: 14px;
}
.footer a{
	color:#969799;
}