body,
dl,
dd,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
legend,
input,
textarea,
optgroup,
p,
blockquote,
figure,
hr,
menu,
dir,
thead,
tbody,
tfoot,
th,
td {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style-type: none;
  list-style-image: none;
}
a {
  text-decoration: none;
  outline: 0 none;
}
a:active,
a:hover {
  outline: 0 none;
}
em {
  font-style: normal;
}
abbr,
acronym {
  border-bottom: 1px dotted;
  cursor: help;
}
dfn {
  font-style: italic;
}
hr {
  box-sizing: content-box;
  height: 0;
}
mark {
  background-color: #d2e5ff;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: consolas, 'MicroSoft YaHei';
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: auto;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0 none;
  max-width: 100%;
  max-height: 100%;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  outline: none;
}
textarea {
  resize: none;
}
input,
button {
  *overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
textarea {
  overflow: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input {
    line-height: normal !important;
  }
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: darkGray;
  opacity: 1;
}
label {
  cursor: pointer;
}
svg:not(:root) {
  overflow: hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video,
progress {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "microsoft YaHei";
}
html {
  text-size-adjust: 100%;
  font-size: 62.5%;
}
body {
  font-size: 14px;
  line-height: 1.5;
  color: #666;
}
a {
  color: #666;
}
a:hover {
  color: #fd9f3a;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear:after {
  display: table;
  clear: both;
  content: "";
}
table {
  width: 100%;
}
html,
body {
  min-height: 100%;
  height: 100%;
}
#wrapper,
#container {
  min-height: 100%;
  position: relative;
  height: auto;
}
.w {
  width: 1200px;
  margin: 0 auto;
}
.header {
  padding: 7px 0 7px 0;
  border-bottom: 1px solid #eee;
}
.header_item {
  margin-left: 30px;
}
.logo {
  display: inline-block;
}
.lr {
  display: inline-block;
  font-size: 16px;
  margin-top: 12px;
  line-height: 40px;
  padding: 0 18px;
  background-color: #fe7115;
  color: #fff;
  border-radius: 3px;
}
.lr:first-child {
  margin-right: 10px;
}
.header-nav {
  padding: 30px;
  font-size: 16px;
  line-height: 67px;
  color: #333;
  cursor: pointer;
}
.header-nav:hover {
  color: #fe7115;
}
.footer-top {
  width: 100%;
  background-color: #262729;
  padding: 50px 0 29px 0;
}
.footer-top-l.fl {
  font-size: 0;
  margin-right: 128px;
}
.footer-top-m {
  margin-right: 131px;
}
.footer_logo {
  display: inline-block;
  margin-bottom: 52px;
}
.footer_phone {
  font-size: 28px;
  line-height: 28px;
  color: #ff641c;
  margin-bottom: 14px;
}
.footer_title {
  font-size: 14px;
  line-height: 24px;
  color: #999;
  margin-bottom: 14px;
}
.footer_des {
  display: inline-block;
  width: 180px;
  font-size: 14px;
  line-height: 32px;
  color: #999;
  text-align: center;
  border: 1px solid #999;
  border-radius: 2px;
  margin-right: 9px;
  cursor: pointer;
}
.footer_des:before {
  content: ' ';
  width: 18px;
  height: 20px;
  display: inline-block;
  margin-right: 18px;
  vertical-align: middle;
  background: url("footer_icon_qq.png")/*tpa=https://www.yundiao365.com/home/img/footer_icon_qq.png*/;
}
.footer_des2:before {
  width: 21px;
  height: 18px;
  margin-right: 15px;
  background: url("footer_icon_mail.png")/*tpa=https://www.yundiao365.com/home/img/footer_icon_mail.png*/;
}
.footer-top-title {
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  margin-bottom: 28px;
}
.footer-top-des {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #999;
  margin-bottom: 1px;
}
.footer-top-des:hover {
  color: #999;
}
.header-nav_on {
  color: #ff641c;
}
.footer-top-QRCode:first-child {
  margin-left: 60px;
}
.footer-top-QRContent {
  width: 120px;
  height: 120px;
}
.footer-top-QRDes {
  font-size: 16px;
  line-height: 58px;
  text-align: center;
  color: #cecece;
}
.footer-bto {
  width: 100%;
  line-height: 79px;
  font-size: 14px;
  color: #999;
  text-align: center;
  background-color: #262729;
  border-top: 1px solid #3e4044;
}
.blue {
  color: #fd9f3a !important;
}
.gray {
  color: #999 !important;
}
.black {
  color: #333 !important;
}
.red {
  color: #ff595d !important;
}
.green {
  color: #23b84a !important;
}
.pagination {
  font-size: 0;
  text-align: center;
}
.pagination li {
  display: inline-block;
  font-size: 12px;
  line-height: 26px;
  border: 1px solid #e7e7e7;
  margin: 0 5px;
}
.pagination li.active {
  background-color: #fd9f3a;
  border-color: #fd9f3a;
  color: #fff;
}
.pagination li.disabled {
  background-color: #ddd;
}
.pagination a,
.pagination span {
  padding: 0 10px;
  display: block;
}
