body {
font: normal 16px/1.4 Verdana, 'Microsoft YaHei', Helvetica, arial, simsun, sans-serif ;
font-size:62.5%;
} /* for IE/Win */
html>body {
font-size:16px;
-webkit-text-size-adjust:none;  
} /* for everything else 去除chrome最小字体限制 */
input[type="button"], input[type="submit"], input[type="reset"] {
-webkit-appearance: none;
}
textarea {  -webkit-appearance: none;}  
/*字体边框等初始化*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
 padding: 0;
 margin: 0;
 }
table {
 border-collapse: collapse;
 border-spacing: 0;
 }
fieldset,img {
 border: 0;
 }

address,caption,cite,code,dfn,th,var {
 font-weight: normal;
 font-style: normal;
 }
ol,ul {
 list-style: none;
 }
caption,th {
 text-align: left;
 }
h1,h2,h3,h4,h5,h6 {
 font-weight: normal;
 font-size: 100%;
 }
q:before,q:after {
 content:'';
 }
abbr,acronym { border: 0;
 }

a, a:hover, a:visited, a:focus, a:active {
text-decoration:none; color:#232323;
}
/*去除 拖动和黄色边框*/
textarea {resize: none;}
textarea:focus, input:focus{outline: none;}
.btn{ cursor: pointer;}
.bg-black{ background-color: #f5f5f5;}
.w1200{ width: 1200px; margin: 0px auto; overflow: hidden;}
.fl{ float: left;}
.fr{ float: right;}
.clear{ clear: both;}
.mt5{ margin-top: 5px;}
.mt10{ margin-top: 10px;}
.mt20{ margin-top: 20px;}
.mt30{ margin-top: 30px;}
.mt80{ margin-top: 80px;}
.mb20{ margin-bottom: 20px;}
.mb60{ margin-bottom: 60px;}
.mr10{ margin-right: 10px;}
.mr20{ margin-right: 20px;}
.mr30{ margin-right: 30px;}
.ml10{ margin-left: 10px;}
.ml20{ margin-left: 20px;}
.ml30{ margin-left: 30px;}
.pt10{ padding-top: 10px;}
.pt20{ padding-top: 20px;}
.pt30{ padding-top: 30px;}
.pt40{ padding-top: 40px;}
.pt50{ padding-top: 50px;}
.pb20{ padding-bottom: 20px;}
.pb30{ padding-bottom: 30px;}
.bt1{border-top: 1px solid #c6c6c6;}
.bb1{ border-bottom: 1px solid #c6c6c6;}
.w30{ width: 30%;}

.foot-line{ border-bottom: 30px solid #B30E0E; padding-bottom: 30px;}
hr{border: 10px solid #188ff0;}
h1{ text-align: center; font-size:30px; color:#333; line-height:60px;}
.red{ color: #f23c3c;}
.green{ color: #13ce66;}
/*body{ min-height: 900px;}*/
