/* LESS Document */
/* 清除浮动 */
/*常用颜色*/
/*常用字号*/
/* float */
.left {
  float: left;
}
.right {
  float: right;
}
.fnone {
  float: none;
}
.middle {
  float: left;
}
/* text-align */
.tleft {
  text-align: left;
}
.tright {
  text-align: right;
}
.tcenter {
  text-align: center;
}
/* display */
.dis {
  display: block;
}
.undis {
  display: none;
}
/*单行载断*/
/*单行载断溢出省略号*/
/*3行载断溢出省略号*/
/*边框圆角*/
/* 圆角  */
/*配模式定位*/
/*下阴影*/
/*弹出窗口半透明灰*/
/*1200屏*/
.sanjiao {
  border-width: 20px;
  border-color: transparent transparent #cccccc transparent;
  border-style: dashed dashed solid dashed;
  width: 0;
  height: 0;
  overflow: hidden;
}
/* 背景自适应 */
/* LESS Document */
* {
  margin: 0;
  padding: 0;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
audio,
canvas,
video {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
  visibility: hidden;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
code,
kbd,
pre,
samp {
  font-family: monospace,serif;
  font-size: 1em;
}
del {
  font-family: Arial;
}
h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
  font-weight: normal;
}
em,
q,
cite,
address {
  font-weight: normal;
  font-style: normal;
}
address {
  display: inline;
}
big,
small {
  font-size: 12px;
}
body {
  font: 14px/1.5 arial, "Microsoft Yahei", "Hiragino Sans GB", sans-serif;
  vertical-align: middle;
  color: #333;
  background: #fff;
}
body {
  overflow-x: hidden;
}
img {
  border: 0;
}
li {
  list-style: none;
}
i {
  font-style: normal;
  font-family: arial, "Microsoft Yahei", "Hiragino Sans GB", sans-serif;
}
q {
  quotes: none;
  font-family: arial, "Microsoft Yahei", "Hiragino Sans GB", sans-serif;
}
q:before,
q:after {
  content: "";
}
strong {
  font-weight: bold;
}
del {
  font-family: Simsun;
}
dfn {
  padding-right: 2px;
  text-decoration: none;
  font-family: Arial;
  font-style: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  text-align: left;
  font-weight: normal;
}
fieldset,
legend {
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button,
input,
select,
select optgroup,
textarea {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  line-height: inherit;
  vertical-align: middle;
}
button,
input,
select[multiple],
textarea {
  background-image: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
/* link */
a {
  color: #4d4d4d;
  text-decoration: none;
  outline-style: none;
  cursor: pointer;
}
a:hover {
  color: #06c;
  text-decoration: underline;
  transition: color .20s linear;
  -o-transition: color .20s linear;
  -webkit-transition: color .20s linear;
  -moz-transition: color .20s linear;
}
a:link {
  text-decoration: none;
  cursor: pointer;
}
i {
  font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* link in text */
a.t {
  text-decoration: underline;
}
a.t:hover {
  color: #f30;
  text-decoration: underline;
}
/* clear float */
.cf {
  zoom: 1;
}
/* for IE */
.cf:after {
  content: ".";
  display: block;
  clear: both;
  font-size: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
/* for other */
/* end of clear float */
/* float */
.left {
  float: left;
}
.right {
  float: right;
}
.fnone {
  float: none;
}
.middle {
  float: left;
}
/* text-align */
.tleft {
  text-align: left;
}
.tright {
  text-align: right;
}
.tcenter {
  text-align: center;
}
/* display */
.dis {
  display: block;
}
.undis {
  display: none;
}
/* form */
input,
select {
  vertical-align: middle;
  font-size: 14px;
  font-family: "Microsoft Yahei", "Hiragino Sans GB", sans-serif;
  color: #333;
}
input[type="text"],
input[type="password"] {
  line-height: 30px;
  border: solid 1px #d9d9d9;
  height: 40px;
  box-sizing: border-box;
  padding-left: 10px;
  background-color: #fff;
}
input[type="text"]:disabled {
  background-color: #bbbbbb;
  color: #666;
}
input[type="checkbox"],
input[type="radio"] {
  margin-right: 4px;
}
input[type="checkbox"]:checked,
input[type="radio"]:checked {
  background-color: #33b0c4;
  color: #fff;
}
.checkbox {
  position: relative;
}
.checkbox input[type="checkbox"] {
  opacity: 0;
  positon: absolute;
  top: 0;
  left: 0;
}
.checkbox span {
  position: absolute;
  top: -10px;
  right: 3px;
  font-size: 30px;
  font-weight: bold;
  font-family: "Microsoft Yahei", "Hiragino Sans GB", sans-serif;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  color: orange;
}
.checkbox input[type="checkbox"] + span {
  opacity: 0;
}
.checkbox input[type="checkbox"]:checked + span {
  opacity: 1;
}
input[type="button"] {
  height: 40px;
  line-height: 40px;
  background-color: #33b0c4;
  border: none;
  color: #fff;
  display: inline-block;
  text-align: center;
  padding: 0 20px;
}
textarea {
  padding: 3px 0 3px 3px;
  font-size: 14px;
  font-family: "Microsoft Yahei", "Hiragino Sans GB", sans-serif;
  color: #333;
  border: solid 1px #d9d9d9;
  border-radius: 2px;
  background: #fff;
}
/* input placeholder color */
input::-webkit-input-placeholder {
  color: #bbbbbb;
  text-transform: uppercase;
}
input::-moz-placeholder {
  color: #bbbbbb;
  text-transform: uppercase;
}
input:-moz-placeholder {
  /* Older versions of Firefox */
  color: #bbbbbb;
  text-transform: uppercase;
}
input:-ms-input-placeholder {
  color: #bbbbbb;
  text-transform: uppercase;
}
a,
i,
li {
  transition: 1s;
  -moz-transition: 1s;
  -webkit-transition: 1s;
  -o-transition: 1s;
}
/* 面包屑 */
.crumb {
  display: none;
}
@media (min-width: 768px) {
  .crumb {
    display: block;
    *zoom: 1;
    zoom: 1;
    line-height: 50px;
  }
  .crumb:after {
    content: " ";
    clear: both;
    display: table;
  }
  .crumb p {
    color: #999;
  }
  .crumb p a {
    padding: 0 10px;
  }
  .crumb p span {
    padding-left: 10px;
  }
}
/* paginator */
.paginator {
  display: block;
  clear: both;
  padding: 20px 0;
  text-align: center;
  line-height: 14px;
}
.paginator a {
  display: inline-block;
  overflow: hidden;
  height: 15px;
  margin-left: 4px;
  margin-bottom: 10px;
  padding: 6px 5px 5px;
  vertical-align: middle;
  font-weight: bold;
  color: #666;
  background: #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.paginator span {
  display: inline-block;
  overflow: hidden;
  height: 15px;
  margin-bottom: 10px;
  vertical-align: middle;
  color: #666;
  background: #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.paginator a {
  text-decoration: none;
  font-weight: normal;
  border: 1px solid #ccc;
}
.paginator a:hover,
.paginator a.selecded {
  color: #33b0c4;
  text-decoration: none;
  border: 1px solid #33b0c4;
}
.paginator input[type="text"] {
  padding: 2px 5px;
  margin-top: -10px;
  margin-left: 30px;
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  width: 40px;
}
.paginator input[type="button"] {
  width: 40px;
  padding: 0 5px;
  margin-top: -10px;
  background-color: #bbb;
  height: 30px;
  line-height: 30px;
  border: none;
  border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
}
.paginator input {
  display: none;
}
.paginator .ellipsis {
  color: #636363;
  background: none;
}
.paginator .prev,
.paginator .next {
  font-weight: normal;
  line-height: 15px;
  font-family: Simsun;
  border: 1px solid #ddd;
  background: #fff;
  color: #999;
}
@media (min-width: 640px) {
  .paginator a {
    padding: 6px 8px 5px;
  }
  .paginator input {
    display: inline-block;
  }
}
/* required */
.rq {
  font-size: 11px;
  font-family: verdana;
  font-weight: normal;
  color: #c00;
  padding-right: 5px;
}
/* status */
.status {
  padding: 10px 0;
  text-align: center;
}
/* loading */
.loading01 {
  padding: 10px 0;
  text-align: center;
}
/* alarm */
.alarm {
  margin-bottom: 10px;
  padding: 2px 16px;
  color: #c00;
  border: 1px solid #DD3C10;
  background: #ffe6e6;
}
.alarm span {
  padding-right: 16px;
}
/* notice */
.notice {
  margin-bottom: 10px;
  padding: 2px 16px;
  border: 1px solid #ffd4a5;
  background: #fff9e5;
}
.notice em {
  color: #fd7600;
}
.notice span {
  padding-right: 16px;
}
/* valid */
.valid {
  margin-bottom: 10px;
  padding: 2px 16px;
  color: #063;
  border: 1px solid #82b753;
  background: #f0ffe2;
}
.valid span {
  padding-right: 16px;
}
/*@import "../../../css/reset.less";*/
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?-ivr5ln');
  src: url('fonts/icomoon.eot?#iefix-ivr5ln') format('embedded-opentype'), url('fonts/icomoon.ttf?-ivr5ln') format('truetype'), url('fonts/icomoon.woff?-ivr5ln') format('woff'), url('fonts/icomoon.svg?-ivr5ln#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class*=" icon-"],
[class^="icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?kabozi');
  src: url('fonts/icomoon.eot?#iefixkabozi') format('embedded-opentype'), url('fonts/icomoon.woff?kabozi') format('woff'), url('fonts/icomoon.ttf?kabozi') format('truestype'), url('fonts/icomoon.svg?kabozi#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class*=" icon-"],
[class^="icon-"],
i {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.container {
  max-width: 1200px;
  margin: auto;
  *zoom: 1;
  zoom: 1;
}
.container:after {
  content: " ";
  clear: both;
  display: table;
}
.ttl {
  *zoom: 1;
  zoom: 1;
  width: 100%;
  box-sizing: border-box;
  padding: 0px 10px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 30px;
}
.ttl:after {
  content: " ";
  clear: both;
  display: table;
}
.ttl h2 {
  font-size: 24px;
  padding: 0px 10px;
  border-bottom: 2px solid #ffffff;
  display: inline-block;
  text-align: center;
}
.ttl span {
  font-size: 16px;
  display: block;
  padding: 10px 0px;
}
@media (min-width: 640px) {
  .ttl h2 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .ttl {
    margin-bottom: 60px;
  }
}
.headnav {
  *zoom: 1;
  zoom: 1;
  width: 100%;
  box-sizing: border-box;
  padding: 0px 10px;
  background: #000;
  color: #ffffff;
  position: fixed;
  top: 0px;
  z-index: 9999;
  left: 0px;
}
.headnav:after {
  content: " ";
  clear: both;
  display: table;
}
.headnav .container {
  max-width: 1200px;
}
.headnav a {
  color: #ffffff;
}
.headnav h1 {
  text-align: center;
  display: block;
}
.headnav h1 img {
  max-width: 100%;
  margin: 10px auto;
  width: 240px;
}
.headnav ul {
  *zoom: 1;
  zoom: 1;
  margin: auto;
}
.headnav ul:after {
  content: " ";
  clear: both;
  display: table;
}
.headnav li {
  float: left;
  box-sizing: border-box;
  padding: 5px 0px;
  text-align: center;
  display: block;
}
.headnav li a {
  display: block;
  font-size: 16px;
  padding: 0px 20px;
  line-height: 40px;
  box-sizing: border-box;
  border-left: 1px solid #999999;
}
.headnav li:first-child a {
  border-left: none;
}
.headnav li:last-child a {
  border-right: 1px solid #999999;
}
.headnav li:last-child:hover a {
  border-right: 1px solid transparent;
}
.headnav li:hover,
.headnav li.active {
  background: #e6002d;
}
.headnav li:hover a,
.headnav li.active a {
  border-left-color: transparent;
}
.headnav li:hover + li a,
.headnav li.active + li a {
  border-left-color: transparent;
}
@media (min-width: 768px) {
  .headnav li {
    height: 75px;
    padding: 20px 0px;
  }
}
@media (min-width: 992px) {
  .headnav h1 {
    float: left;
  }
  .headnav h1 img {
    width: 265px;
  }
  .headnav ul {
    float: right;
  }
}
@media (min-width: 1200px) {
  .headnav {
    padding: 0px;
  }
  .headnav ul {
    width: auto;
  }
  .headnav li {
    height: 70px;
    padding: 15px 0px;
  }
  .headnav li a {
    padding: 0px 30px;
  }
  .headnav li:last-child a {
    border-right: 1px solid #999999;
  }
  .headnav li:last-child:hover a {
    border-right: 1px solid transparent;
  }
}
.jyhbanner {
  *zoom: 1;
  zoom: 1;
  background: url(../images/bannerbg_02.jpg) no-repeat center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  box-sizing: border-box;
  padding: 98px 10px 70px;
}
.jyhbanner:after {
  content: " ";
  clear: both;
  display: table;
}
.jyhbanner span {
  display: block;
  max-width: 1200px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 20px;
}
.jyhbanner span img {
  max-width: 100%;
  margin-top: 98px;
}
@media (min-width: 1200px) {
  .jyhbanner {
    padding: 98px 0px 200px;
  }
}
.jyhjb {
  *zoom: 1;
  zoom: 1;
  background: url(../images/bg1_02.jpg) no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  padding: 40px 10px;
  box-sizing: border-box;
}
.jyhjb:after {
  content: " ";
  clear: both;
  display: table;
}
.jyhjb .huad {
  position: relative;
  *zoom: 1;
  zoom: 1;
}
.jyhjb .huad:after {
  content: " ";
  clear: both;
  display: table;
}
.jyhjb .huad .tips {
  color: #ffffff;
  font-size: 14px;
  position: absolute;
  right: 0px;
  top: -8px;
}
.jyhjb .huad .bd {
  margin: auto;
  height: 355px;
  overflow: hidden;
}
.jyhjb .huad .hd {
  display: none;
}
.jyhjb .huad .hd a {
  color: #ffffff;
  font-size: 35px;
}
.jyhjb .huad .hd a:hover {
  text-decoration: none;
  color: #ec7e1c;
}
.jyhjb .huad .hd .next {
  right: 20px;
  position: absolute;
  bottom: 35%;
}
.jyhjb .huad .hd .prev {
  left: 0px;
  position: absolute;
  bottom: 35%;
}
.jyhjb ul {
  *zoom: 1;
  zoom: 1;
}
.jyhjb ul:after {
  content: " ";
  clear: both;
  display: table;
}
.jyhjb li {
  *zoom: 1;
  zoom: 1;
  width: 147px;
  margin: 0px 6px;
  float: left;
}
.jyhjb li:after {
  content: " ";
  clear: both;
  display: table;
}
.jyhjb li a {
  text-align: center;
  display: block;
  *zoom: 1;
  zoom: 1;
  height: 335px;
  box-sizing: border-box;
  padding: 30px 10px 10px;
  background: rgba(0, 0, 0, 0.7);
  -webkit-background: rgba(0, 0, 0, 0.7);
  -moz-background: rgba(0, 0, 0, 0.7);
  -ms-background: rgba(0, 0, 0, 0.7);
  background: transparent\9;
  zoom: 1\8;
  /* required for the filters */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
  /* IE8 */
}
.jyhjb li a:after {
  content: " ";
  clear: both;
  display: table;
}
.jyhjb li img {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  behavior: url(PIE.htc);
}
.jyhjb li section {
  text-align: center;
  margin-top: 10px;
  color: #ffffff;
}
.jyhjb li section h2 {
  border-bottom: 1px solid #ffffff;
  width: 114px;
  margin: auto;
  line-height: 26px;
  margin-top: 30px;
}
.jyhjb li section p {
  line-height: 26px;
}
.jyhjb .PCblock {
  display: none;
}
.jyhjb .mainteach {
  *zoom: 1;
  zoom: 1;
  display: none;
  max-width: 1140px;
  margin: auto;
}
.jyhjb .mainteach:after {
  content: " ";
  clear: both;
  display: table;
}
.jyhjb .mainteach li {
  width: 33.3%;
  max-width: 353px;
  height: 278px;
  margin: 10px 10px 0px;
}
.jyhjb .mainteach li a {
  padding: 45px 19px;
  height: auto;
}
.jyhjb .mainteach li img {
  float: left;
  width: 150px;
  height: 150px;
}
.jyhjb .mainteach li h2 {
  margin-top: 10px;
}
.jyhjb .mainteach li section {
  float: left;
  margin-left: 10px;
}
@media (min-width: 1200px) {
  .jyhjb {
    padding: 98px 0px;
  }
  .jyhjb .huad .hd {
    display: block;
  }
  .jyhjb .huad .bd {
    width: 1130px;
  }
  .jyhjb .huad .tips {
    display: none;
  }
  .jyhjb li section h2 {
    font-size: 22px;
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
  .jyhjb li section p {
    font-size: 14px;
  }
  .jyhjb .PCblock {
    display: none;
  }
  .jyhjb .mainteach {
    display: block;
  }
}
.jyhlt {
  *zoom: 1;
  zoom: 1;
  padding: 40px 10px;
  box-sizing: border-box;
  background: url(../images/bg2_03.jpg) no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
}
.jyhlt:after {
  content: " ";
  clear: both;
  display: table;
}
.jyhlt .overflow {
  overflow-x: scroll;
  margin: 20px auto;
  *zoom: 1;
  zoom: 1;
}
.jyhlt .overflow:after {
  content: " ";
  clear: both;
  display: table;
}
.jyhlt dl {
  *zoom: 1;
  zoom: 1;
  width: 960px;
  margin: auto;
}
.jyhlt dl:after {
  content: " ";
  clear: both;
  display: table;
}
.jyhlt dl dt {
  color: #ffffff;
  background: url(../images/jj1_03.png) no-repeat;
  height: 87px;
  padding: 30px 0px;
  box-sizing: border-box;
  text-align: center;
  font-size: 20px;
  width: 395px;
  float: left;
}
.jyhlt dl dt a {
  color: #ffffff;
}
.jyhlt dl dt:hover {
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -ms-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
}
.jyhlt dl dd {
  color: #333;
  height: 87px;
  padding: 13px 0px;
  margin-left: -18px;
  box-sizing: border-box;
  text-align: center;
  float: left;
  width: 581px;
  font-size: 20px;
  background: url(../images/jt_03.png) no-repeat;
}
.jyhlt .ols {
  *zoom: 1;
  zoom: 1;
  max-width: 282px;
  margin: 40px auto auto;
}
.jyhlt .ols:after {
  content: " ";
  clear: both;
  display: table;
}
.jyhlt .ols span {
  display: block;
  padding: 20px;
  float: left;
  font-size: 18px;
  margin: 1px;
  background: rgba(255, 255, 255, 0.6);
  -moz-background: rgba(255, 255, 255, 0.6);
  -ms-background: rgba(255, 255, 255, 0.6);
  background: transparent\9;
  zoom: 1\8;
  /* required for the filters */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#19ffffff, endColorstr=#19ffffff)";
  /* IE8 */
}
.jyhlt .ols span em {
  color: #000000;
  font-size: 24px;
}
.jyhlt .ols span:last-child {
  margin-right: 0px;
}
@media (min-width: 960px) {
  .jyhlt {
    padding: 98px 0px;
  }
  .jyhlt .overflow {
    overflow: hidden;
  }
  .jyhlt .ttl {
    margin-bottom: 80px;
  }
  .jyhlt .ols {
    max-width: 923px;
  }
  .jyhlt .ols span {
    font-size: 24px;
    margin: 0px 10px;
    padding: 10px 14px;
  }
  .jyhlt .ols span em {
    font-size: 78px;
    vertical-align: middle;
  }
}
.hdld {
  *zoom: 1;
  zoom: 1;
  padding: 50px 10px;
  box-sizing: border-box;
  background: url(../images/bg3_02.jpg) no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
}
.hdld:after {
  content: " ";
  clear: both;
  display: table;
}
.hdld .hdleft {
  *zoom: 1;
  zoom: 1;
}
.hdld .hdleft:after {
  content: " ";
  clear: both;
  display: table;
}
.hdld .ttl {
  margin-bottom: 50px;
}
.hdld ul {
  *zoom: 1;
  zoom: 1;
}
.hdld ul:after {
  content: " ";
  clear: both;
  display: table;
}
.hdld li {
  *zoom: 1;
  zoom: 1;
  overflow: hidden;
  background: rgba(38, 38, 38, 0.8);
  -webkit-background: rgba(38, 38, 38, 0.8);
  -moz-background: rgba(38, 38, 38, 0.8);
  -ms-background: rgba(38, 38, 38, 0.8);
  background: transparent\9;
  zoom: 1\8;
  /* required for the filters */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
  /* IE8 */
  color: #ffffff;
  max-width: 587px;
  margin: 10px auto;
  text-align: center;
  padding: 30px 10px;
}
.hdld li:after {
  content: " ";
  clear: both;
  display: table;
}
.hdld li img {
  float: left;
  display: none;
}
.hdld li h2 {
  font-size: 24px;
  display: block;
  margin-bottom: 10px;
}
.hdld li p {
  font-size: 15px;
}
.hdld li p span {
  display: block;
  line-height: 26px;
}
@media (min-width: 640px) {
  .hdld li {
    padding: 0px 0px;
  }
  .hdld li h2 {
    font-size: 30px;
    margin-top: 50px;
  }
  .hdld li img {
    display: inline-block;
  }
  .hdld li p {
    font-size: 20px;
  }
  .hdld li p span {
    line-height: 35px;
  }
  .hdld .rights li h2 {
    margin-top: 15px;
  }
}
@media (min-width: 1200px) {
  .hdld {
    padding: 98px 0px;
    box-sizing: border-box;
  }
  .hdld .hdleft {
    max-width: 1200px;
    margin: auto;
  }
  .hdld ul {
    float: left;
    width: 588px;
  }
  .hdld .rights {
    float: right;
  }
  .hdld li {
    margin: 15px auto auto;
  }
  .hdld .rights li {
    margin-bottom: 19px;
  }
}
.onlinesign {
  *zoom: 1;
  zoom: 1;
  background: url(../images/bg5_02.jpg) no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  padding: 50px 0px;
  box-sizing: border-box;
}
.onlinesign:after {
  content: " ";
  clear: both;
  display: table;
}
.onlinesign span {
  display: none;
}
.onlinesign .zhong {
  text-align: center;
}
.onlinesign .zhong a {
  margin-bottom: 29px;
  display: block;
}
.onlinesign .zhong a:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
.onlinesign .zhong p {
  color: #ffffff;
  font-size: 15px;
  text-align: center;
  margin-top: 20px;
}
.onlinesign dl {
  *zoom: 1;
  zoom: 1;
  display: block;
  text-align: center;
  float: none;
  color: #ffffff;
  max-width: 1200px;
  margin: 20px auto auto;
}
.onlinesign dl:after {
  content: " ";
  clear: both;
  display: table;
}
.onlinesign dl dt {
  font-size: 20px;
}
.onlinesign dl dd {
  padding: 0px 5px;
  box-sizing: border-box;
  margin-top: 15px;
  font-size: 15px;
}
.onlinesign dl dd img {
  vertical-align: middle;
}
@media (min-width: 640px) {
  .onlinesign dl {
    *zoom: 1;
    zoom: 1;
  }
  .onlinesign dl:after {
    content: " ";
    clear: both;
    display: table;
  }
  .onlinesign dl dt {
    float: left;
    margin: 20px 0px 0px 50px;
  }
}
@media (min-width: 992px) {
  .onlinesign span {
    display: inline-block;
    width: 33%;
    float: left;
  }
  .onlinesign span img {
    max-width: 100%;
  }
  .onlinesign .zhong {
    float: left;
  }
  .onlinesign dl dt {
    margin-top: 35px;
  }
  .onlinesign dl dd {
    width: 28%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .onlinesign {
    padding: 98px 0px;
  }
  .onlinesign .container {
    max-width: 1270px;
  }
  .onlinesign .zhong {
    float: left;
    margin: 0px 0px 20px;
  }
  .onlinesign .zhong p {
    font-size: 16px;
  }
  .onlinesign dl dd {
    font-size: 16px;
  }
}
.floatfix {
  *zoom: 1;
  zoom: 1;
  display: none;
  width: 50px;
  background: rgba(0, 0, 0, 0.7);
  -webkit-background: rgba(0, 0, 0, 0.7);
  -moz-background: rgba(0, 0, 0, 0.7);
  -ms-background: rgba(0, 0, 0, 0.7);
  background: transparent\9;
  zoom: 1\8;
  /* required for the filters */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
  /* IE8 */
  position: fixed;
  text-align: center;
  top: 60%;
  right: 50%;
  padding: 0px 5px;
  margin-right: -635px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.floatfix:after {
  content: " ";
  clear: both;
  display: table;
}
.floatfix i,
.floatfix a {
  display: block;
  color: #ffffff;
  padding: 10px 0px;
  cursor: pointer;
  width: 30px;
  margin: auto;
  border-bottom: 1px solid #ffffff;
}
.floatfix i:hover,
.floatfix a:hover {
  color: #ec7e1c;
}
.floatfix i {
  font-size: 36px;
}
.floatfix .next1 {
  border-bottom: none;
}
.floatfix a {
  font-size: 24px;
}
.floatfix .wxcode {
  position: absolute;
  left: -180px;
  top: 0px;
  display: none;
}
@media (min-width: 1200px) {
  .floatfix {
    display: block;
  }
}
