@charset "utf-8";
/* reset */
body,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ul,ol,li,form,input,textarea,th,tr,td,select,figure,figcaption{margin:0;padding:0;}
body{font-size:15px;font-family:"微软雅黑",Arial;color:#666; min-width: 1300px; max-width:1920px; margin:0 auto;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
em,i{font-style:normal;}
li {list-style:none;}
a {text-decoration:none;color:inherit;}
a:focus{text-decoration: none;outline: none;}
img {border:none;max-width:100%;max-height:100%;vertical-align:middle;}
table{border-collapse:collapse;}
input,textarea{outline:none;background:#fff;border:none;}
input:focus{
    border: none;
}

textarea{resize:none;overflow:auto;}
button{outline: none;border: none;}
input[type=submit],
input[type=reset],
input[type=button]{
    outline:none;
    filter: chroma(color=#000000);  
}
button:focus{
    outline: 0;
}
button::-moz-focus-inner {border-color: transparent;}

/* public */
.clearfix {*zoom: 1;}
.clearfix:before,.clearfix:after {content:'';display: block;height: 0;clear: both;visibility: hidden;}
.img_box{display:table-cell;vertical-align:middle;text-align:center;}
.main{width:100%; max-width:1300px; margin:0 auto;}
.fixed{position:fixed;left:0;top:0;z-index:999;}
.btn{font-family: '微软雅黑';cursor:pointer;}
.bl{display:inline-block;float:left;}
.br{display:inline-block;float:right;}
.omit{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.img_fit{width:100%;height:100%;object-fit:cover;}

.flex_cc {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.flex_rb {display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:center;}
.flex_ra {display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-around;align-items:center;}
.flex_rc {display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center;}



@font-face {
	font-family: "beb";
	src: url("../fonts/BEBASNEUE.OTF");
}

@font-face {
	font-family: "qtf";
	src: url("../fonts/Quantify Bold.ttf");
}

@font-face {
	font-family: "ali";
	src: url("../fonts/Alibaba-PuHuiTi-Light.otf");
}

@font-face {
	font-family: "acc";
	src: url("../fonts/ACCIDENTALPRESIDENCY.TTF");
}