﻿body{font-family: "Microsoft yahei", sans-serif;font-size:16px;color:#93989B;overflow-x:hidden;margin:auto;background:#fff}
html,body{height:100%}

html::-webkit-scrollbar{width:10px}
html::-webkit-scrollbar-track{background:rgb(179,177,177);border-radius:10px}
html::-webkit-scrollbar-thumb{background:rgb(136,136,136);border-radius:10px}
html::-webkit-scrollbar-thumb:hover{background:rgb(100,100,100);border-radius:10px}
html::-webkit-scrollbar-thumb:active{background:rgb(68,68,68);border-radius:10px}

h1,h2,h3,h4,h5,h6{color:#333;font-family:"Microsoft yahei",sans-serif;font-weight:700}
a{font-family:"Microsoft yahei",sans-serif;text-decoration:none;-webkit-transition:all 0.2s;transition:all 0.2s}
a:hover{text-decoration:none}
a:focus{outline:none;text-decoration:none}
p{line-height:2;margin-bottom:0}
ul,li{margin:0;padding:0}
ul,li,dl,dt,dd,ol,p,img{list-style:none;border:none;vertical-align:middle}
.ta_l{text-align:left}
.ta_r{text-align:right}
.clear{clear:both}
.tc{text-align:center}
fieldset{border:0 none;margin:0 auto;padding:0}
.no-padding{padding:0}
.fl{float:left}
.fr{float:right}
.text-left{text-align:left}
.text-right{text-align:right}
.text-center{text-align:center}
.text-justify{text-align:justify}
.text-nowrap{white-space:nowrap}


/*tn103*/
.wbox{width: 100%}


/*基础容器*/
.container{margin: 0 auto;padding: 0px  20px  0px  20px; box-sizing: border-box;}

@media only screen and (min-width: 1000px) {	
	.container {width: 100% }
}

@media only screen and (min-width: 1200px) {	
	.container {width: 1200px }
}


/*背景颜色*/
.bg_1{background-color: rgba(241, 241, 241, 1);}
.bg_2{ background-color:#015ec5}
.border_1{ border-bottom: 1px solid  #e6e6e6;}

/*ueditor*/









