@charset "utf-8";
/* 公共样式表css */
*, *:after, *:before {box-sizing: border-box;}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {margin: 0;padding: 0;font-weight: normal;}
body, button, input, select, textarea {font: 13px Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-size: 100%;color: #333;font-family: 'PingFang SC', '微软雅黑', 'YaHei', '黑体', 'Hei', Tahoma, Helvetica, arial, sans-serif;}
address, cite, dfn, em, var {font-style: normal;}
code, kbd, pre, samp {font-family: courier new, courier, monospace;}
small {font-size: 12px;}
ul, ol, li {list-style: none;}
a {text-decoration: none;outline: none;}
a:hover {text-decoration: underline;}
sup {vertical-align: text-top;}
sub {vertical-align: text-bottom;}
legend {color: #000;}
fieldset, img {border: 0;}
table { border-collapse: collapse;border-spacing: 0;}
img {vertical-align: top;display: inline-block;background-color: transparent;}
a {color: #333;}
a:hover {color: #55a5ff;text-decoration: none;}
p{font-size: 13px;line-height: 1.6;}
.clearfix {*zoom: 1; }
.clearfix:before{display: table;content: " ";}
.clearfix:after {visibility: hidden;display: block;font-size: 0;content: ".";clear: both;height: 0;line-height: 0;overflow: hidden;}

.h1_title{text-align: center;padding: 20px 0;}
.h1_title h1{font-size: 25px;color: #000 !important;font-weight: bold;}

.pull-right {float: right!important;}
.pull-left {float: left!important;}