/*20191021前端美化*/
body{margin:0 auto;padding:0;line-height:1.5em;color:#555;font-size: 14px;font-family: "微软雅黑";overflow-x:hidden;}
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{margin:0;padding:0;margin:0;padding:0;list-style:none;box-sizing: border-box;}
table{border-collapse:collapse;border-spacing:0;}
a{color:#555;text-decoration: none;}
a:hover{color:#d53235; transition: 500ms;}
input,button{outline: none;}
cite{display:inline-block;text-align: center;}
.iconfont{font-weight: normal;color: #999;}
.Line {height: 12px;background: #f1f1f1;}
.Left {float: left;}
.Right {float: right;}
ul:after,.Clear:after{content:"";clear: both;display:block;overflow: hidden;}
.Flex{display: -webkit-flex;display: flex;align-items:center;justify-content:space-around;}
.man,img{border:0;margin: 0;padding: 0;width: 100%;}
.B_circle{border-radius: 100%;}

	
/*颜色*/
.C_body {color: #555;}
.BG_line {background: #f1f1f1;}
.C_on{color: #d53235;}
.BG_on{background: #d53235;}
.C_secondary {color: #999;}
.C_red {color: #f00;}
.BG_red {background: #f00;}
.BG_white {background: #fff;}
.C_white {color: #fff !important;}
.C_yellow {color: #FFB400;}
.BG_yellow {background: #FFB400;}
.C_black {color: #000;}
.C_green {color: #04BE02;}
.BG_green {background: #04BE02;}
.C_orange {color: #ff781e;}
/*字体*/
.FS_12 {font-size: 12px;}
.FS_13 {font-size: 13px;}
.FS_14 {font-size: 14px;}
.FS_15 {font-size: 15px;}
.FS_16 {font-size: 16px;}
.FS_17 {font-size: 17px;}
.FS_18 {font-size: 18px;}
.FS_19 {font-size: 19px;}
.FS_20 {font-size: 20px;}
.FS_21 {font-size: 21px;}
.FS_22 {font-size: 22px;}
.FS_23 {font-size: 23px;}
.FS_24 {font-size: 24px;}
.FS_25 {font-size: 25px;}
.FS_26 {font-size: 26px;}
.FS_27 {font-size: 27px;}
.FS_28 {font-size: 28px;}
.FS_29 {font-size: 29px;}
.FS_30 {font-size: 30px;}
.F_blod{font-weight: bold;}
.F_normal{font-weight: normal;}
.team10 {width: 10%;}
.team20 {width: 20%;}
.team25 {width: 25%;}
.team30 {width: 30%;}
.team33 {width: 33.33%;}
.team40 {width: 40%;}
.team50 {width: 50%;}
.team60 {width: 60%;}
.team70 {width: 70%;}
.team80 {width: 80%;}
.team90 {width: 90%;}
.team100 {width: 100%;}
.T_left {text-align: left;}
.T_right {text-align: right;}
.T_center {text-align: center;}
.P_relative {position: relative !important;}
.P_absolute {position: absolute !important;}
.D_block {display: block;}
.D_none {display: none !important;}
.D_inline {display: inline;}