a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
button,
canvas,
caption,
center,
input,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    background: 0 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-spacing: 0;
}
button,
input[type=button],
input[type=password],
input[type=reset],
input[type=submit],
input[type=text],
textarea {
    -webkit-appearance: none !important;
}
a {text-decoration: none;display: block;}
li {list-style-type: none;}
em,i {font-style: normal;}
body { overflow-x: hidden;font-family: 'Microsoft YaHei';/*  min-width: 1136px; */}
img {
    width: 100%;
    max-width: auto;
    display: block;
    image-rendering: -moz-crisp-edges;
    /* Firefox */
    image-rendering: -o-crisp-edges;
    /* Opera */
    image-rendering: -webkit-optimize-contrast;
    /*Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    /* IE (non-standard property) */
}
input:focus {
  outline: 0;
}
.clearf:after,.clearf:before {display: block;content: "";}
.clearf:after { clear: both;}
.clear {clear: both;}
.pr { position: relative;}
.pa {position: absolute;}
.w100 {width: 100%;}
.w1200 {width: 1200px;margin: 0 auto;}
.flex-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
}
/* .container {
  width: 1136px;
  margin: 0 auto;
  position: relative;
} */
.sectionbox {
  width: 100%;
  padding: 42px 0;
}
.tit_s {
  color: #333;
  font-size: 23px; text-align: center;
  position: relative;
  margin-bottom: 28px;
}
.tit_s h2 {
  color: #333;
  font-size:36px;
}
.tit_s::after {
  position: absolute;
  content: "";
  width: 64px;
  height: 6px;
  background: #d76d00;
  left: 50%;
  top: 61px;
  transform: translateX(-50%);
  z-index: 999;
}
.tit_b {
  color: #333;
  font-size: 21px; text-align: center;
  position: relative;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.tit_b::after {
  position: absolute;
  content: "";
  width: 258px;
  height: 3px;
  background: #999;
  left: 50%;
  top: -12px;
  transform: translateX(-50%);
}

/*CURSOR: url('http://xxx.jpg'); */
#tjzybox {display: none;}
.right-zx {box-sizing: content-box;}
.tjzybox {display: none;}
