.oh {
  overflow: hidden;
}
.nonebreak {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
}
.cf {
  zoom: 1;
}
.cf:before,
.cf:after {
  content: '\0020';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.cf:after {
  clear: both;
}
.ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
* {
  box-sizing: border-box;
}
html {
  font-size: 10px;
}
body {
  font-size: 1.4em;
  color: #555;
}
html,
button,
input,
select,
textarea,
.pure-g [class*="pure-u"],
.pure-g-r [class*="pure-u"] {
  font-family: arial, helvetica, "PingFang SC", "Microsoft YaHei", sans-serif;
}
a {
  color: #666666;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
input,
textarea,
select {
  font-family: arial, helvetica, "PingFang SC", "Microsoft YaHei", sans-serif;
}
::selection {
  color: #fff;
  background: #fcc800;
}
body {
  min-width: 960px;
  background: #fff;
}
.pure-g {
  margin: 0 auto;
  width: 960px;
}
hr {
  margin: 1.5em 0;
  height: 0;
  overflow: hidden;
  border: none;
  border-top: 1px solid #d9d9d9;
}
.split {
  height: 1px;
  background: #f0f0f0;
}
.more {
  display: block;
  margin: 30px auto 0;
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #fcc800;
  border-radius: 3px;
}
header {
  padding-top: 20px;
  height: 60px;
  line-height: 40px;
  overflow: hidden;
}
header #logo {
  display: block;
  height: 40px;
  line-height: 199px;
  overflow: hidden;
  background: url(../images/logo.png) no-repeat 0 50%;
}
header #hotline {
  font-size: 16px;
  text-align: right;
}
header #hotline i.icon {
  display: inline-block;
  margin-right: 0.5em;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  background: url(../images/hotline.png) no-repeat;
}
header #hotline strong {
  position: relative;
  top: 2px;
  font-size: 24px;
  color: #fcc800;
}
nav {
  position: relative;
  font-size: 16px;
}
nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  zoom: 1;
}
nav ul:before,
nav ul:after {
  content: '\0020';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
nav ul:after {
  clear: both;
}
nav ul li {
  position: relative;
  float: left;
}
nav ul li.active a {
  color: #fcc800;
  border-bottom: 3px solid #fcc800;
}
nav ul li.active .subsub a {
  color: #555;
  border-bottom: none;
}
nav ul li.active .subsub a:hover {
  color: #fcc800;
}
nav ul li:hover .subsub {
  display: block;
}
nav ul li a {
  display: block;
  padding: 0 1.5em;
  height: 62px;
  line-height: 62px;
}
nav ul li a:hover {
  color: #fcc800;
  text-decoration: none;
}
nav ul li .subnav {
  display: none;
}
nav .subsub {
  display: none;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  padding: 15px 0;
  background: rgba(255, 255, 255, 0.9);
}
nav .subsub a {
  display: block;
  height: 40px;
  line-height: 40px;
}
nav .subnavbox {
  position: absolute;
  z-index: 100;
  top: 100%;
  left: -120px;
  width: 1200px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
nav .subnavbox table {
  margin: 15px 0;
  width: 100%;
  text-align: left;
}
nav .subnavbox table tr th,
nav .subnavbox table tr td {
  padding: 10px 20px;
  border-left: 1px solid #eee;
}
nav .subnavbox table tr th:first-child,
nav .subnavbox table tr td:first-child {
  border-left: none;
}
nav .subnavbox table tr th a,
nav .subnavbox table tr td a {
  display: block;
  margin: 0.5em 0;
}
nav .subnavbox table tr th {
  line-height: 20px;
}
nav .subnavbox table tr th a {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
}
nav .subnavbox table tr td {
  line-height: 1.5em;
  font-size: 14px;
  vertical-align: top;
}
#search {
  position: relative;
  height: 62px;
  line-height: 62px;
  font-size: 15px;
  text-align: right;
  zoom: 1;
}
#search:before,
#search:after {
  content: '\0020';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
#search:after {
  clear: both;
}
#search .search,
#search .language {
  float: left;
  width: 50%;
}
#search .search:hover .search-form {
  display: block;
}
#search .search i {
  cursor: pointer;
}
.search-form {
  display: none;
  position: absolute;
  z-index: 100;
  right: 0;
  padding: 10px;
  width: 240px;
  line-height: 1em;
  background: #fff;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}
.search-form input {
  padding: 0 10px;
  width: 160px;
  height: 2em;
  background: #fff;
  border: 1px solid #ddd;
  border-right: none;
}
.search-form button {
  width: 60px;
  height: 2em;
  background: #ddd;
  border: 1px solid #ddd;
}
#search-tip {
  margin-top: 30px;
}
#search-tip span {
  color: #fcc800;
}
#search-result {
  padding-top: 20px;
}
#search-result ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#search-result ul li {
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
#search-result ul li h2 {
  margin: 0;
  font-size: 18px;
}
#search-result ul li summary {
  padding-top: 10px;
  line-height: 1.75em;
}
#search-result .error {
  color: #fcc800;
}
#banner-home {
  height: 500px;
  overflow: hidden;
  background-color: #e6e6e6;
  background-position: 50% 0;
}
#banner-home ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#banner {
  position: relative;
  height: 480px;
  background: #f2f2f2;
  background-position: 50% 0;
}
#banner label {
  position: absolute;
  top: 205px;
  left: 50%;
  margin-left: -480px;
  height: 35px;
  line-height: 35px;
  font-size: 2.25em;
}
section {
  margin-top: 55px;
}
section h1 {
  position: relative;
  margin: 0;
  padding-bottom: 1em;
  font-size: 1.714em;
  font-weight: normal;
  text-align: center;
}
section h1:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  margin-left: -20px;
  width: 40px;
  height: 3px;
  background: #fcc800;
}
section h2 {
  margin: 0;
}
section h2 i {
  margin-right: 0.5em;
  color: #bbbbbb;
}
#service {
  margin-top: 30px;
}
#service table {
  width: 100%;
}
#service table td {
  padding: 0;
  width: 20%;
  height: 192px;
  font-size: 16px;
  text-align: center;
  border: 1px solid #e1e1e1;
}
#service table td:nth-child(1):hover i.icon {
  background-position: -80px 0;
}
#service table td:nth-child(1) i.icon {
  background-position: 0 0;
}
#service table td:nth-child(2):hover i.icon {
  background-position: -80px -80px;
}
#service table td:nth-child(2) i.icon {
  background-position: 0 -80px;
}
#service table td:nth-child(3):hover i.icon {
  background-position: -80px -160px;
}
#service table td:nth-child(3) i.icon {
  background-position: 0 -160px;
}
#service table td:nth-child(4):hover i.icon {
  background-position: -80px -240px;
}
#service table td:nth-child(4) i.icon {
  background-position: 0 -240px;
}
#service table td:nth-child(5):hover i.icon {
  background-position: -80px -320px;
}
#service table td:nth-child(5) i.icon {
  background-position: 0 -320px;
}
#service table td:hover a {
  color: #fcc800;
}
#service table td a {
  display: block;
  height: 190px;
  overflow: hidden;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
#service table td a:hover {
  text-decoration: none;
}
#service table td i.icon {
  display: block;
  margin: 30px auto 35px;
  width: 80px;
  height: 80px;
  background: url(../images/service.png) no-repeat;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
#product {
  margin-top: 30px;
}
#product table {
  width: 100%;
}
#product table td {
  padding: 0;
  width: 20%;
  text-align: center;
  border: 1px solid #e1e1e1;
}
#product table td:nth-child(even) a .desc {
  background: #eeeeee;
}
#product table td:hover a .desc {
  background: #fcc800;
}
#product table td a {
  display: block;
}
#product table td a:hover {
  text-decoration: none;
}
#product table td a img {
  display: block;
  width: 100%;
  height: 192px;
}
#product table td a .desc {
  padding: 12px 15px;
  height: 65px;
  line-height: 20px;
  font-size: 16px;
  background: #e1e1e1;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
#product .more {
  display: block;
  margin: 30px auto 0;
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #fcc800;
  border-radius: 3px;
}
#case {
  margin-top: 35px;
}
#case ul {
  margin: 0;
  padding: 0;
  list-style: none;
  zoom: 1;
}
#case ul:before,
#case ul:after {
  content: '\0020';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
#case ul:after {
  clear: both;
}
#case ul li {
  float: left;
  margin-left: 15px;
  width: 310px;
  text-align: center;
}
#case ul li:first-child {
  margin-left: 0;
}
#case ul li a {
  display: block;
}
#case ul li a:hover .desc {
  bottom: 0;
}
#case ul li a img {
  display: block;
  width: 100%;
  height: 200px;
}
#case ul li a .title {
  padding-top: 15px;
  max-width: 100%;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
}
#case .more {
  display: block;
  margin: 30px auto 0;
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #fcc800;
  border-radius: 3px;
}
.home-news {
  margin-top: 30px;
  background: #eee url(../images/news-bg.jpg) no-repeat 50%;
}
#news {
  margin-top: -25px;
  padding-bottom: 30px;
}
#news .cate {
  text-align: center;
}
#news .cate a {
  display: inline-block;
  margin: 0 35px;
  padding: 0 25px;
  height: 36px;
  line-height: 36px;
  background: #d4d4d4;
  border-radius: 18px;
}
#news .cate a:hover {
  text-decoration: none;
}
#news .cate a.active {
  background: #fcc800;
}
#news ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 30px;
  zoom: 1;
}
#news ul:before,
#news ul:after {
  content: '\0020';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
#news ul:after {
  clear: both;
}
#news ul li {
  float: left;
  margin-left: 15px;
  width: 310px;
}
#news ul li:first-child {
  margin-left: 0;
}
#news ul li a {
  display: block;
  overflow: hidden;
  background: #fff;
  border-bottom: 3px solid #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
#news ul li a:hover {
  text-decoration: none;
  border-color: #fcc800;
}
#news ul li a:hover .detail {
  color: #fcc800;
}
#news ul li a img {
  display: block;
  width: 100%;
  height: 200px;
  background-color: #f2f2f2;
}
#news ul li a .title {
  margin: 20px 20px 0;
  max-width: 100%;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 20px;
  line-height: 20px;
  font-size: 1.143em;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
#news ul li a .date {
  margin: 10px 20px 0;
  color: #959595;
}
#news ul li a .summary {
  margin: 10px 20px 0;
  height: 63px;
  line-height: 21px;
  color: #959595;
}
#news ul li a .detail {
  margin: 10px 20px 17px;
}
#news .more {
  display: block;
  margin: 30px auto 0;
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #fcc800;
  border-radius: 3px;
}
.home-about {
  margin-top: 35px;
  background: #eee url(../images/about-bg.jpg) no-repeat 50%;
}
.home-about section {
  margin-top: 30px;
}
#about {
  margin-top: 30px;
  padding-bottom: 30px;
}
#about .content {
  padding: 0 15%;
  line-height: 2em;
  text-align: center;
}
#about .content a {
  color: #fcc800;
}
#about .photo-album {
  position: relative;
  margin-top: 25px;
}
#about .photo-album .photo {
  margin: 0 auto;
  width: 904px;
  height: 200px;
  overflow: hidden;
}
#about .photo-album .photo ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 9999px;
  overflow: hidden;
  zoom: 1;
}
#about .photo-album .photo ul:before,
#about .photo-album .photo ul:after {
  content: '\0020';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
#about .photo-album .photo ul:after {
  clear: both;
}
#about .photo-album .photo ul li {
  float: left;
  padding: 0 8px;
  width: 226px;
  line-height: 45px;
  text-align: center;
}
#about .photo-album .photo ul li a {
  display: block;
}
#about .photo-album .photo ul li a img {
  display: block;
  padding: 10px;
  width: 210px;
  height: 155px;
  background: #fff;
}
#about .photo-album .prev,
#about .photo-album .next {
  position: absolute;
  top: 50%;
  margin-top: -47px;
  width: 28px;
  height: 50px;
  background: url(../images/about-arrow.png) no-repeat;
  cursor: pointer;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
#about .photo-album .prev {
  left: 0;
  background-position: 0 0;
}
#about .photo-album .prev:hover {
  background-position: -28px 0;
}
#about .photo-album .next {
  right: 0;
  background-position: -28px -50px;
}
#about .photo-album .next:hover {
  background-position: 0 -50px;
}
#link {
  margin-top: 15px;
}
#link ul {
  margin: 0;
  padding: 0;
  list-style: none;
  zoom: 1;
}
#link ul:before,
#link ul:after {
  content: '\0020';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
#link ul:after {
  clear: both;
}
#link ul li {
  float: left;
  margin: 0.25em 0;
  padding: 0 1em;
  border-left: 1px solid #c8c8c8;
}
#link ul li:first-child {
  padding-left: 0;
  border-left: none;
}
#link ul li a {
  color: #8c8c8c;
}
#subnav a {
  display: block;
  padding: 0 2.5em;
  height: 40px;
  line-height: 40px;
}
#subnav a.active {
  color: #fcc800;
}
#cateinfo {
  margin-top: 30px;
  height: 110px;
  line-height: 110px;
  background: #f7f7f7;
  zoom: 1;
}
#cateinfo:before,
#cateinfo:after {
  content: '\0020';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
#cateinfo:after {
  clear: both;
}
#cateinfo #category,
#cateinfo #breadcrumb {
  float: left;
}
#category {
  position: relative;
  margin: 20px 0 0 30px;
  width: 450px;
  line-height: 60px;
  font-size: 2em;
  font-weight: bold;
}
#category:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  content: "";
  background: #fcc800;
}
#breadcrumb {
  position: relative;
  padding-right: 30px;
  width: 480px;
  color: #959595;
  text-align: right;
}
#breadcrumb a {
  color: #959595;
}
#breadcrumb a.omega {
  color: #fcc800;
}
#breadcrumb i {
  margin: 0 0.5em;
}
#aside-cate {
  margin: 30px 20px 0 0;
}
#aside-cate .box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#aside-cate .box ul li {
  position: relative;
  line-height: 50px;
  font-size: 16px;
  border-bottom: 1px solid #ddd;
}
#aside-cate .box ul li:before {
  position: absolute;
  top: 15px;
  left: 0;
  width: 2px;
  height: 20px;
  content: "";
  background: #ccc;
}
#aside-cate .box ul li.active {
  background: url(../images/nav-sub.png) no-repeat 100% 15px;
}
#aside-cate .box ul li.active:before {
  background: #fcc800;
}
#aside-cate .box ul li.active a {
  color: #fcc800;
}
#aside-cate .box ul li.active .subcate {
  display: block;
}
#aside-cate .box ul li a {
  display: block;
  padding-left: 20px;
}
#aside-cate .box ul li .subcate {
  display: none;
  line-height: 1.25em;
  font-size: 14px;
}
#aside-cate .box ul li .subcate a {
  display: block;
  margin: 0.5em 0;
  color: #555;
}
#aside-cate .box ul li .subcate a:hover {
  color: #fcc800;
}
#aside-cate .box ul li .subcate a i {
  display: inline-block;
  margin-right: 7px;
  font-size: 6px;
  vertical-align: middle;
}
#aside-hotline {
  margin: 25px 20px 0 0;
  font-size: 16px;
}
#aside-hotline strong {
  display: block;
  font-size: 28px;
}
.service {
  margin: 1em 0;
}
.service dl {
  margin: 0;
}
.service dl dt {
  position: relative;
  height: 2.5em;
  line-height: 2.5em;
  font-size: 1.714em;
  border-bottom: 1px solid #d9d9d9;
  cursor: pointer;
}
.service dl dt:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "\f105";
  height: 4.288em;
  line-height: 4.288em;
  font-family: "FontAwesome", "microsoft yahei", "微软雅黑";
  font-size: 0.583em;
}
.service dl dt.active {
  color: #fcc800;
}
.service dl dt.active:after {
  content: "\f106";
}
.service dl dd {
  display: none;
  margin: 0;
  line-height: 1.75em;
}
.service dl dd * {
  line-height: 1.75em !important;
}
.service dl dd img {
  display: block;
}
.case-cate {
  margin-top: 25px;
  font-size: 1.143em;
}
.case-cate a {
  display: inline-block;
  margin-left: 10px;
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
  font-size: 0.875em;
  border: 1px solid #e6e6e6;
  border-radius: 20px;
}
.case-cate a.active {
  color: #fcc800;
  border-color: #fcc800;
}
.case-list {
  margin-top: 10px;
}
.case-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.case-list ul li {
  padding: 2em 0;
  border-bottom: 1px solid #e6e6e6;
}
.case-list ul li .title {
  font-size: 1.429em;
}
.case-list ul li .date {
  margin-top: 0.75em;
  color: #a2a2a2;
}
.case-list ul li .album {
  margin-top: 1em;
  height: 171px;
  overflow: hidden;
  zoom: 1;
}
.case-list ul li .album:before,
.case-list ul li .album:after {
  content: '\0020';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.case-list ul li .album:after {
  clear: both;
}
.case-list ul li .album a {
  float: left;
  margin-left: 16px;
}
.case-list ul li .album a:first-child {
  margin-left: 0;
}
.case-list ul li .album a img {
  display: block;
}
.case-list ul li .desc {
  margin-top: 1.25em;
  line-height: 1.5em;
  color: #888888;
}
.case-list ul li .readmore-js-toggle {
  margin-top: 0.5em;
  color: #fcc800;
}
.case-list ul li .readmore-js-toggle i {
  margin-left: 0.25em;
}
.photo-list {
  margin-top: 30px;
}
.photo-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: -20px 0 0 -20px;
  zoom: 1;
}
.photo-list ul:before,
.photo-list ul:after {
  content: '\0020';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.photo-list ul:after {
  clear: both;
}
.photo-list ul li {
  float: left;
  margin: 20px 0 0 20px;
  width: 225px;
}
.photo-list ul li .avatar a {
  display: block;
  padding: 9px;
  border: 1px solid #e6e6e6;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.photo-list ul li .avatar a:hover {
  border-color: #fcc800;
}
.photo-list ul li .avatar a img {
  display: block;
  width: 205px;
  height: 154px;
}
.photo-list ul li .title {
  margin-top: 10px;
  height: 1em;
  line-height: 1em;
  max-width: 100%;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
#map {
  margin-top: 30px;
  height: 345px;
}
#map .anchorBL {
  display: none;
}
.contact-info,
.contact-wechat,
.contact-recruitment {
  margin-top: 20px;
  padding: 20px 30px;
  border: 1px solid #e6e6e6;
}
.contact-info h2,
.contact-wechat h2,
.contact-recruitment h2 {
  position: relative;
  margin: 0;
  padding-bottom: 0.75em;
  font-size: 1.429em;
  font-weight: normal;
}
.contact-info h2:after,
.contact-wechat h2:after,
.contact-recruitment h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 30px;
  height: 1px;
  background: #cccccc;
}
.contact-info .box,
.contact-wechat .box,
.contact-recruitment .box {
  padding-top: 15px;
  height: 135px;
}
.contact-info .box p,
.contact-wechat .box p,
.contact-recruitment .box p {
  margin: 0;
  line-height: 30px;
}
.contact-info .box img,
.contact-wechat .box img,
.contact-recruitment .box img {
  display: block;
}
.contact-wechat {
  border-width: 1px 0;
}
.contact {
  margin-top: 35px;
}
.contact table thead th,
.contact table tbody th,
.contact table thead td,
.contact table tbody td {
  padding: 0.5em 0;
  background: transparent !important;
}
.contact table thead th {
  font-size: 18px;
}
.feedback-list {
  margin-right: 40px;
}
.feedback-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.feedback-list ul li {
  padding: 2em 0 2em 6em;
  background: url(../images/avatar.png) no-repeat 0 2em;
  border-bottom: 1px solid #e6e6e6;
}
.feedback-list ul li .title {
  font-size: 1.286em;
}
.feedback-list ul li .title time {
  margin-left: 1em;
  color: #bbbbbb;
}
.feedback-list ul li .message {
  margin-top: 1em;
  line-height: 1.5em;
}
.feedback-list ul li .reply {
  position: relative;
  margin-top: 1em;
  padding-left: 3em;
  line-height: 1.5em;
  color: #fcc800;
}
.feedback-list ul li .reply:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f10d";
  font-family: "fontAwesome";
  font-size: 2em;
  color: #e6e6e6;
}
.feedback {
  margin-top: 40px;
}
.feedback p {
  padding: 1em;
  color: #999;
  text-align: center;
  background: #f9f9f9;
  border: 1px solid #ddd;
}
.feedback table {
  width: 100%;
}
.feedback table tbody tr td {
  padding: 0.5em 1em;
}
.feedback table tbody tr td:first-child {
  text-align: right;
}
.feedback table tbody tr td textarea {
  width: 400px;
  resize: none;
}
.feedback table tbody tr td button {
  color: #fff;
  background: #fcc800;
}
footer {
  margin-top: 45px;
  overflow: hidden;
  color: #a2a2a2;
  background: #2f2f2f;
}
footer #footer-nav {
  padding: 25px 0 40px;
  background: #464646;
}
footer #footer-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  zoom: 1;
}
footer #footer-nav ul:before,
footer #footer-nav ul:after {
  content: '\0020';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
footer #footer-nav ul:after {
  clear: both;
}
footer #footer-nav ul li {
  float: left;
  margin-left: 20px;
  width: 176px;
}
footer #footer-nav ul li:first-child {
  margin-left: 0;
}
footer #footer-nav ul li dl {
  margin: 0;
  line-height: 25px;
}
footer #footer-nav ul li dl dt {
  padding-bottom: 10px;
  font-size: 16px;
  border-bottom: 1px solid #666;
}
footer #footer-nav ul li dl dd {
  margin: 0;
  padding-top: 10px;
}
footer #footer-nav ul li dl a {
  display: block;
  color: #bbbbbb;
}
footer .copyright {
  padding: 20px 0;
  text-align: center;
}
footer .copyright p {
  margin: 0;
}
footer .copyright a {
  color: #bbbbbb;
}
#tools {
  position: fixed;
  z-index: 10;
  bottom: 100px;
  left: 50%;
  margin-left: 490px;
}
#tools ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#tools ul li {
  margin-top: 5px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 1.714em;
  text-align: center;
  background: #464646 url(../images/tools.png) no-repeat;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
#tools ul li:nth-child(1) {
  background-position: 0 0;
}
#tools ul li:nth-child(2) {
  background-position: 0 -60px;
}
#tools ul li:nth-child(3) {
  background-position: 0 -120px;
}
#tools ul li:hover {
  background-color: #fcc800;
}
#tools ul li a {
  display: block;
  height: 60px;
  color: #fcc800;
}
#feedback {
  display: none;
  position: fixed;
  z-index: 100;
  left: 50%;
  bottom: 230px;
  margin-left: 490px;
  width: 400px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#feedback.left {
  margin-left: 150px;
}
#feedback h2 {
  position: relative;
  margin: 0;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  background: #fcc800;
}
#feedback h2 a {
  position: absolute;
  top: 15px;
  right: 20px;
  width: 20px;
  height: 20px;
  background: url(../images/feedback-close.png);
  border-radius: 100%;
}
#feedback .box {
  padding: 15px 20px;
}
#feedback table {
  width: 100%;
}
#feedback table tbody td {
  padding: 5px 0;
}
#feedback table tbody td input,
#feedback table tbody td textarea {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 3px;
}
#feedback table tbody td input {
  padding: 0 0.5em;
  height: 2.25em;
}
#feedback table tbody td textarea {
  padding: 0.5em;
  resize: none;
}
#feedback table tbody td button {
  margin-right: 1em;
  padding: 0 2em;
  height: 3em;
  background: #ccc;
  border: none;
  border-radius: 3px;
}
#feedback table tbody td button.primary {
  color: #fff;
  background: #fcc800;
}
.article-list {
  padding-top: 15px;
}
.article-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -20px;
  zoom: 1;
}
.article-list ul:before,
.article-list ul:after {
  content: '\0020';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.article-list ul:after {
  clear: both;
}
.article-list ul li {
  float: left;
  margin-left: 20px;
  padding-top: 20px;
  width: 350px;
  border-bottom: 1px solid #e6e6e6;
}
.article-list ul li:hover .title a {
  color: #fcc800;
}
.article-list ul li:hover .detail {
  padding-bottom: 17px;
  border-bottom: 3px solid #fcc800;
}
.article-list ul li:hover .detail a {
  color: #fcc800;
}
.article-list ul li .avatar {
  background: #f2f2f2;
  background-size: contain;
}
.article-list ul li .avatar a,
.article-list ul li .avatar img {
  display: block;
}
.article-list ul li .avatar img {
  width: 350px;
  height: 226px;
}
.article-list ul li .title {
  padding: 15px 15px 0;
  line-height: 1.25em;
  max-width: 100%;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.143em;
  border-right: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
}
.article-list ul li .summary {
  padding: 1em 15px 0;
  line-height: 1.5em;
  color: #888888;
  border-right: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
}
.article-list ul li .date {
  padding: 0.5em 15px 0;
  color: #aeaeae;
  border-right: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
}
.article-list ul li .date i {
  margin-right: 0.5em;
}
.article-list ul li .detail {
  padding: 1em 15px 20px;
  border-right: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
}
.article-list ul li .detail a {
  color: #aeaeae;
}
.article-list ul li .detail i {
  margin-left: 0.25em;
}
.article-list div.page {
  margin-top: 30px;
}
#map {
  height: 325px;
  border: 1px solid #e6e6e6;
}
#map .anchorBL {
  display: none;
}
#guide table {
  width: 100%;
}
#guide table tbody tr td {
  padding: 20px 30px;
  width: 50%;
  vertical-align: top;
  border: 1px solid #e6e6e6;
  border-top: none;
}
#guide table tbody tr td h2 {
  margin: 0;
  padding: 0.25em 0 0.5em;
  font-size: 18px;
  font-weight: normal;
}
#guide table tbody tr td .box {
  line-height: 2em;
  color: #999;
}
#guide table tbody tr td .box p {
  margin: 0;
}
article {
  margin-top: 10px;
}
article h1.title {
  margin-top: 1.25em;
  font-size: 1.857em;
  font-weight: normal;
  text-align: center;
}
article .info {
  padding: 0.75em 0;
  color: #888888;
  text-align: center;
}
article .content,
article .content p,
article .content div,
article .contact,
article .contact p,
article .contact div {
  font-size: 1em;
}
article .content p {
  text-indent: 2em;
}
article .content,
article .contact {
  padding: 1em 0;
  line-height: 2em;
  overflow: hidden;
}
article .content h2,
article .contact h2 {
  margin-bottom: 0;
  font-weight: normal;
  color: #fcc800;
}
article .content a,
article .contact a {
  border-bottom: 1px dotted #999;
}
article .content table,
article .contact table {
  margin: 10px 0;
  width: 100%;
}
article .content table thead th,
article .contact table thead th {
  padding: 0.75em 0.5em;
  color: #fff;
  background: #fcc800;
}
article .content table tbody tr:nth-child(even),
article .contact table tbody tr:nth-child(even) {
  background: #f7f7f7;
}
article .content table th,
article .contact table th,
article .content table td,
article .contact table td {
  padding: 0.5em;
  line-height: 1.5em;
  text-align: center;
  border: 1px solid #ccc;
}
article .content table th p,
article .contact table th p,
article .content table td p,
article .contact table td p {
  margin: 0;
  padding: 0;
  text-indent: 0;
}
article .content img,
article .contact img {
  margin: 0.5em 0;
  max-width: 100% !important;
  vertical-align: top;
}
article .content .history,
article .contact .history {
  position: relative;
}
article .content .history .control,
article .contact .history .control {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}
article .content .history .control ul,
article .contact .history .control ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
article .content .history .control ul li,
article .contact .history .control ul li {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -7px;
  content: "";
  width: 15px;
  height: 15px;
  background: url(../images/ico-history.png) no-repeat 0 -15px;
  cursor: pointer;
}
article .content .history .control ul li:first-child,
article .contact .history .control ul li:first-child {
  right: auto;
  left: 0;
  background-position: 0 0;
}
article .content .history .box,
article .contact .history .box {
  margin: 0 15px;
  overflow: hidden;
}
article .content .history .box ul,
article .contact .history .box ul {
  margin: 0;
  padding: 0;
  list-style: none;
  zoom: 1;
}
article .content .history .box ul:before,
article .contact .history .box ul:before,
article .content .history .box ul:after,
article .contact .history .box ul:after {
  content: '\0020';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
article .content .history .box ul:after,
article .contact .history .box ul:after {
  clear: both;
}
article .content .history .box ul li,
article .contact .history .box ul li {
  position: relative;
  float: left;
  padding: 0 15px;
  width: 225px;
  border-top: 1px solid #d9d9d9;
}
article .content .history .box ul li:before,
article .contact .history .box ul li:before {
  position: absolute;
  bottom: 100%;
  left: 30px;
  content: "";
  width: 1px;
  height: 50px;
  background: #d9d9d9;
}
article .content .history .box ul li:after,
article .contact .history .box ul li:after {
  position: absolute;
  bottom: 100%;
  left: 24px;
  margin-bottom: -6px;
  content: "";
  width: 11px;
  height: 11px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 100px;
}
article .content .history .box ul li:nth-child(odd):before,
article .contact .history .box ul li:nth-child(odd):before {
  top: 0;
  bottom: auto;
}
article .content .history .box ul li:nth-child(odd) label,
article .contact .history .box ul li:nth-child(odd) label {
  margin: 40px 0 0;
  bottom: auto;
  top: 0;
}
article .content .history .box ul li:nth-child(odd) .desc,
article .contact .history .box ul li:nth-child(odd) .desc {
  margin: 80px 0 0;
  bottom: auto;
  top: 0;
}
article .content .history .box ul li label,
article .contact .history .box ul li label {
  position: absolute;
  margin: 0 0 40px;
  bottom: 100%;
  left: 40px;
  font-size: 2em;
}
article .content .history .box ul li .desc,
article .contact .history .box ul li .desc {
  position: absolute;
  margin: 0 0 80px;
  bottom: 100%;
  left: 40px;
  line-height: 1.75em;
}
article .content .history .box ul li .desc p,
article .contact .history .box ul li .desc p {
  margin: 0;
}
article .related {
  margin: 10px 0 20px;
  padding-top: 20px;
  line-height: 1.5em;
  border-top: 1px solid #e6e6e6;
}
article .related span {
  display: block;
  line-height: 2em;
}
article .related span a {
  display: inline-block;
  width: 660px;
}
article .contact {
  padding: 1.5em 0;
  line-height: 1.75em;
  zoom: 1;
}
article .contact:before,
article .contact:after {
  content: '\0020';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
article .contact:after {
  clear: both;
}
article .contact p {
  margin: 0;
  text-indent: 0;
}
article .contact .feedback {
  float: left;
  width: 300px;
}
article .contact .feedback ul {
  margin: 0;
  padding: 0;
  list-style: none;
  zoom: 1;
}
article .contact .feedback ul:before,
article .contact .feedback ul:after {
  content: '\0020';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
article .contact .feedback ul:after {
  clear: both;
}
article .contact .feedback ul li {
  float: none;
  margin-bottom: 10px;
  border-bottom: 1px solid #d9d9d9;
}
article .contact .feedback ul li.half {
  float: left;
  width: 50%;
}
article .contact .feedback ul li.omega {
  margin-bottom: 0;
  border-bottom: none;
}
article .contact .feedback ul li input,
article .contact .feedback ul li textarea,
article .contact .feedback ul li button {
  width: 100%;
  border: none;
}
article .contact .feedback ul li input {
  height: 30px;
}
article .contact .feedback ul li textarea {
  height: 5em;
  resize: none;
}
article .contact .feedback ul li button {
  height: 35px;
  color: #fff;
  background: #fcc800;
}
article .contact .feedback ul li button.loading {
  background: #d9d9d9;
}
article .contact .feedback ul li button.success {
  background: #56ae33;
}
article .contact .contact-info {
  float: left;
  margin-left: 40px;
  width: 440px;
  line-height: 1.5;
}
article .contact .contact-info big {
  font-size: 2em;
  color: #fcc800;
}
article .contact .contact-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 1em;
}
article .contact .contact-info ul li {
  margin: 0.5em 0;
  height: 2em;
  line-height: 2em;
}
article .contact .contact-info ul li i {
  display: inline-block;
  margin-right: 0.75em;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  color: #fff;
  text-align: center;
  background: #fcc800;
  border-radius: 50%;
}
article .contact .qrcode {
  float: left;
  padding: 20px 0 20px 50px;
  width: 180px;
  text-align: center;
  border-left: 1px solid #e6e6e6;
}
article .contact .qrcode img {
  display: block;
  margin-bottom: 0.5em;
}
.product-category {
  margin-top: 20px;
  background: #f6f6f6;
  zoom: 1;
}
.product-category:before,
.product-category:after {
  content: '\0020';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.product-category:after {
  clear: both;
}
.product-category .cover {
  float: left;
  padding: 60px 0;
  width: 240px;
}
.product-category .cover img {
  display: block;
  margin: 0 auto;
  width: 160px;
  height: 160px;
}
.product-category .category {
  float: left;
  padding: 30px;
  width: 720px;
}
.product-category .category .category-title {
  padding-left: 30px;
  font-size: 1.286em;
  background: url(../images/nav-sub.png) no-repeat 0 50%;
}
.product-category .category ul {
  padding-left: 0;
  list-style-position: inside;
}
.product-category .category ul.cols {
  zoom: 1;
}
.product-category .category ul.cols:before,
.product-category .category ul.cols:after {
  content: '\0020';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.product-category .category ul.cols:after {
  clear: both;
}
.product-category .category ul.cols li {
  float: left;
  width: 50%;
}
.product-category .category ul li {
  padding: 0.35em 0 0.35em 30px;
  max-width: 100%;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-category .category ul li a:hover {
  color: #fcc800;
}
#productinfo .container {
  zoom: 1;
}
#productinfo .container:before,
#productinfo .container:after {
  content: '\0020';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
#productinfo .container:after {
  clear: both;
}
#productinfo #magnifier {
  float: left;
  width: 250px;
}
#productinfo #magnifier .thumbnail-box .list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#productinfo #detail {
  float: left;
  margin-left: 20px;
  width: 450px;
}
#productinfo #detail h1.title {
  font-size: 22px;
  color: #fcc800;
}
#productinfo #detail h1.title small {
  display: block;
  font-size: 16px;
  color: #555;
}
#productinfo #detail .desc {
  line-height: 1.75em;
}
#productinfo h2.label {
  position: relative;
  margin: 20px 0 0;
}
#productinfo h2.label:after {
  position: absolute;
  top: 45px;
  left: 45px;
  content: "";
  width: 0;
  height: 0;
  border: 5px solid #fcc800;
  border-color: #fcc800 transparent transparent;
}
#productinfo h2.label span {
  display: inline-block;
  padding-left: 20px;
  width: 160px;
  line-height: 45px;
  font-size: 16px;
  color: #fff;
  background: #fcc800;
}
#productinfo #product-desc {
  line-height: 1.75em;
}
table.pretty {
  width: 100%;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
}
table.pretty th,
table.pretty td {
  padding: 0.5em 0;
  line-height: 1.5em;
  border: 1px solid #ccc;
}
table.pretty th {
  background-color: #eee;
}
table.pretty tbody tr:nth-child(even) td {
  background-color: #f8f8f8;
}
table.large th {
  padding: 8px 5px;
}
table.gray th,
table.gray td {
  border: 1px solid #999;
}
table.gray th {
  background-color: #ddd;
}
table.dark th,
table.dark td {
  border: 1px solid #333;
}
table.dark th {
  color: #fff;
  background-color: #666;
}
table.blue th,
table.blue td {
  border: 1px solid #036;
}
table.blue th {
  color: #fff;
  background-color: #369;
}
table.red th,
table.red td {
  border: 1px solid #600;
}
table.red th {
  color: #fff;
  background-color: #900;
}
table.green th,
table.green td {
  border: 1px solid #030;
}
table.green th {
  color: #fff;
  background-color: #060;
}
table.pretty p {
  margin: 0;
  padding: 0;
  text-indent: 0;
  line-height: inherit;
}
table.zeroborder {
  border-style: hidden !important;
}
table.zeroborder th,
table.zeroborder td {
  padding: 0.25em 0.5em !important;
  text-align: left !important;
  border-color: #fff !important;
}
table.zeroborder tbody tr:nth-child(even) td {
  background-color: #fff;
}
#magnifier {
  position: relative;
  width: 250px;
  margin-top: 15px;
}
.small-box {
  position: relative;
  width: 250px;
  height: 250px;
  margin-bottom: 10px;
  border: 1px solid #eee;
}
.small-box img {
  display: block;
}
.small-box .hover {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 250px;
  height: 250px;
  background: #fcc800;
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: move;
}
.thumbnail-box {
  position: relative;
  width: 100%;
}
.thumbnail-box .btn {
  position: absolute;
  top: 50%;
  width: 13px;
  height: 45px;
  margin-top: -25px;
}
.thumbnail-box .btn-prev {
  left: 0;
  background: url(../images/icon-prev.png) no-repeat;
}
.thumbnail-box .btn-next {
  right: 0;
  background: url(../images/icon-next.png) no-repeat;
}
.thumbnail-box .list {
  overflow: hidden;
  width: 220px;
  margin: 0 auto;
}
.thumbnail-box .wrapper {
  width: 100000px;
}
.thumbnail-box .list .item {
  float: left;
  margin: 0 1px;
}
.thumbnail-box .list .item img {
  padding: 5px;
  width: 53px;
  border: 1px solid #ddd;
}
.thumbnail-box .list .item-cur img {
  border: 1px solid #fcc800;
}
.big-box {
  display: none;
  overflow: hidden;
  position: absolute;
  z-index: 2;
  left: 260px;
  top: 0;
  width: 250px;
  height: 250px;
  background: #fff;
  border: 1px solid #e4e4e4;
}
.big-box img {
  display: block;
  width: 500px;
}
div.page {
  position: relative;
  margin: 20px 0;
  text-align: center;
}
div.page a {
  display: inline-block;
  margin: 0 2px;
  padding: 0 11px;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  vertical-align: top;
  background: #fff;
  border: 1px solid #bfbfbf;
  border-radius: 3px;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
div.page a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #a2a2a2;
  border-color: #a2a2a2;
}
div.page a.active {
  color: #fff;
  background: #fcc800;
  border-color: #fcc800;
}
.map-list {
  margin-top: 30px;
  overflow: hidden;
}
.map-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -13px;
  zoom: 1;
}
.map-list ul:before,
.map-list ul:after {
  content: '\0020';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.map-list ul:after {
  clear: both;
}
.map-list ul li {
  float: left;
  margin-left: 13px;
  width: 126px;
  line-height: 3em;
  text-align: center;
}
.map-list ul li dl {
  margin: 0;
}
.map-list ul li dl dt {
  padding: 0.5em 0;
  font-size: 1.143em;
  font-weight: bold;
  border-bottom: 2px solid #e6e6e6;
}
.map-list ul li dl dt a {
  display: block;
}
.map-list ul li dl dt a:hover {
  color: #fcc800;
  text-decoration: none;
}
.map-list ul li dl dd {
  margin: 0;
  padding-top: 0.5em;
}
.map-list ul li dl dd a {
  display: block;
  border-bottom: 1px solid #e6e6e6;
}
.map-list ul li dl dd a:hover {
  color: #fcc800;
  text-decoration: none;
}
.timeline ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.timeline ul li {
  padding: 5px 0;
}
.timeline ul li .title {
  line-height: 3em;
  font-size: 1.429em;
}
.timeline ul li dl {
  margin: 0;
  line-height: 1.5em;
  zoom: 1;
}
.timeline ul li dl:before,
.timeline ul li dl:after {
  content: '\0020';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.timeline ul li dl:after {
  clear: both;
}
.timeline ul li dl dt {
  position: relative;
  float: left;
  padding: 10px 3% 10px 0;
  width: 10%;
  color: #959595;
  text-align: right;
}
.timeline ul li dl dt:after {
  position: absolute;
  top: 15px;
  right: -5px;
  content: "";
  width: 9px;
  height: 9px;
  background: #fcc800;
  border-radius: 10px;
}
.timeline ul li dl dd {
  float: left;
  margin: 0;
  padding: 10px 0 10px 5%;
  width: 90%;
  border-left: 1px solid #d9d9d9;
}
.job-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.job-list ul li {
  padding: 10px 0;
  border-bottom: 1px solid #d9d9d9;
}
.job-list ul li.active h2:after {
  background-position: 0 -15px;
}
.job-list ul li.active .config {
  margin-bottom: 0;
}
.job-list ul li h2 {
  position: relative;
  padding-bottom: 0.5em;
  font-size: 1.714em;
  cursor: pointer;
}
.job-list ul li h2:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 30px;
  height: 1px;
  background: #bfbfbf;
}
.job-list ul li h2:after {
  position: absolute;
  top: 10px;
  right: 0;
  content: "";
  width: 15px;
  height: 15px;
  background: url(../images/ico-job.png) no-repeat 0 0;
}
.job-list ul li .config {
  margin-bottom: 1em;
}
.job-list ul li .config span {
  margin-left: 1.5em;
  color: #888888;
}
.job-list ul li .config span:first-child {
  margin-left: 0;
}
.job-list ul li .detail {
  display: none;
  margin-bottom: 1em;
  line-height: 1.5em;
}
.job-list ul li .detail h3 {
  margin: 1em 0 0.5em;
}
.job-list ul li .detail li {
  padding: 0;
  border-bottom: none;
}
.job-list ul li .detail p {
  margin: 0;
}
.job-tip {
  margin-top: 30px;
}
.job-tip .tit {
  padding-bottom: 15px;
  font-size: 1.286em;
  color: #f30;
}
.job-tip .box {
  line-height: 1.75em;
  color: #888888;
}
.job-tip .box p {
  margin: 0;
}
.islider {
  position: relative;
  min-height: 200px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 50% 0;
}
.islider.loading {
  background-image: url(../images/loading.gif);
  background-position: 50% 50%;
}
.islider .origin {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.islider ul {
  height: 0;
  overflow: hidden;
}
.islider ul a,
.islider ul img {
  display: block;
}
.islider .slider-box {
  position: relative;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: 50% 0;
}
.islider .slider-box a {
  display: block;
}
.islider .slider-item {
  position: absolute;
  top: 0;
}
.islider .slider-buttons {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  height: 10px;
  line-height: 10px;
  overflow: hidden;
  text-align: center;
}
.islider .slider-buttons a {
  display: inline-block;
  margin: 0 4px;
  width: 30px;
  height: 10px;
  line-height: 99px;
  overflow: hidden;
  background: #000;
  border-radius: 5px;
  cursor: pointer;
  opacity: 0.25;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.islider .slider-buttons a:hover,
.islider .slider-buttons a.active {
  background: #fcc800;
  opacity: 1;
}
.islider .slider-process {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.5);
  filter: progid:dximagetransform.microsoft.gradient(enabled=true, startcolorstr=#80ffffff, endcolorstr=#80ffffff);
}
.islider .slider-caption {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -480px;
  padding: 0 9px;
  width: 960px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  filter: progid:dximagetransform.microsoft.gradient(enabled=true, startcolorstr=#4d000000, endcolorstr=#4d000000);
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
}
.ipop {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  filter: progid:dximagetransform.microsoft.gradient(enabled=true, startcolorstr=#33000000, endcolorstr=#33000000);
}
.ipop .pop {
  position: fixed;
  z-index: 1001;
  top: 50%;
  left: 50%;
  margin-left: -480px;
  width: 960px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.ipop .pop .close {
  position: absolute;
  z-index: 1002;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  background: url(../images/close.png);
  cursor: pointer;
}
.ipop .pop .close:hover {
  background-position: 0 -40px;
}
.ipop .pop > .box {
  margin: 60px;
}
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1008020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 1008030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url(../images/fancybox_sprite.png);
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 1008060;
}
#fancybox-loading p {
  width: 44px;
  height: 44px;
  background: url(../images/fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 1008040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(../images/blank.gif);
  tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 1008040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 1008040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
.fancybox-lock {
  overflow: hidden;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 1008010;
  background: rgba(0, 0, 0, 0.8);
  filter: progid:dximagetransform.microsoft.gradient(enabled=true,startcolorstr=#dd000000,endcolorstr=#dd000000);
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
.fancybox-title {
  visibility: hidden;
  position: relative;
  text-shadow: none;
  z-index: 1008050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 1008050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
#fancybox-buttons {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 1008050;
}
#fancybox-buttons.top {
  top: 10px;
}
#fancybox-buttons.bottom {
  bottom: 10px;
}
#fancybox-buttons ul {
  display: block;
  width: 166px;
  height: 30px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  background: #000;
  border: 1px solid #000;
}
#fancybox-buttons ul li {
  float: left;
  margin: 0;
  padding: 0;
}
#fancybox-buttons a {
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-image: url(../images/fancybox_buttons.png);
  background-repeat: no-repeat;
  outline: none;
  opacity: 0.8;
}
#fancybox-buttons a:hover {
  opacity: 1;
}
#fancybox-buttons a.btnPrev {
  background-position: 5px 0;
}
#fancybox-buttons a.btnNext {
  background-position: -33px 0;
}
#fancybox-buttons a.btnPlay {
  background-position: 0 -30px;
}
#fancybox-buttons a.btnPlayOn {
  background-position: -30px -30px;
}
#fancybox-buttons a.btnToggle {
  background-position: 3px -60px;
  border-left: 1px solid #111;
  border-right: 1px solid #3e3e3e;
  width: 35px;
}
#fancybox-buttons a.btnToggleOn {
  background-position: -27px -60px;
}
#fancybox-buttons a.btnClose {
  border-left: 1px solid #111;
  width: 35px;
  background-position: -56px 0;
}
#fancybox-buttons a.btnDisabled {
  opacity: 0.4;
  cursor: default;
}
.sweet-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 1000;
}
.sweet-alert {
  background-color: white;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 2000;
}
@media all and (max-width: 540px) {
  .sweet-alert {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 15px;
    right: 15px;
  }
}
.sweet-alert h2 {
  color: #575757;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
}
.sweet-alert p {
  color: #797979;
  font-size: 16px;
  text-align: center;
  position: relative;
  margin: 0;
  line-height: normal;
}
.sweet-alert button {
  background-color: #AEDEF4;
  color: white;
  border: none;
  box-shadow: none;
  font-size: 17px;
  border-radius: 5px;
  padding: 10px 32px;
  margin: 26px 5px 0 5px;
  cursor: pointer;
}
.sweet-alert button:focus {
  outline: none;
  box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.sweet-alert button:hover {
  background-color: #a1d9f2;
}
.sweet-alert button:active {
  background-color: #81ccee;
}
.sweet-alert button.cancel {
  background-color: #D0D0D0;
}
.sweet-alert button.cancel:hover {
  background-color: #c8c8c8;
}
.sweet-alert button.cancel:active {
  background-color: #b6b6b6;
}
.sweet-alert button.cancel:focus {
  box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important;
}
.sweet-alert[data-has-cancel-button=false] button {
  box-shadow: none !important;
}
.sweet-alert .icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  border-radius: 50%;
  margin: 20px auto;
  position: relative;
  box-sizing: content-box;
}
.sweet-alert .icon.error {
  border-color: #F27474;
}
.sweet-alert .icon.error .x-mark {
  position: relative;
  display: block;
}
.sweet-alert .icon.error .line {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #F27474;
  display: block;
  top: 37px;
  border-radius: 2px;
}
.sweet-alert .icon.error .line.left {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 17px;
}
.sweet-alert .icon.error .line.right {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 16px;
}
.sweet-alert .icon.warning {
  border-color: #F8BB86;
}
.sweet-alert .icon.warning .body {
  position: absolute;
  width: 5px;
  height: 47px;
  left: 50%;
  top: 10px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #F8BB86;
}
.sweet-alert .icon.warning .dot {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  left: 50%;
  bottom: 10px;
  background-color: #F8BB86;
}
.sweet-alert .icon.info {
  border-color: #C9DAE1;
}
.sweet-alert .icon.info::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 29px;
  left: 50%;
  bottom: 17px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #C9DAE1;
}
.sweet-alert .icon.info::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  top: 19px;
  background-color: #C9DAE1;
}
.sweet-alert .icon.success {
  border-color: #A5DC86;
}
.sweet-alert .icon.success::before,
.sweet-alert .icon.success::after {
  content: '';
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: white;
  transform: rotate(45deg);
}
.sweet-alert .icon.success::before {
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
}
.sweet-alert .icon.success::after {
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0px 60px;
  transform-origin: 0px 60px;
}
.sweet-alert .icon.success .placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(165, 220, 134, 0.2);
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}
.sweet-alert .icon.success .fix {
  width: 5px;
  height: 90px;
  background-color: white;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sweet-alert .icon.success .line {
  height: 5px;
  background-color: #A5DC86;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}
.sweet-alert .icon.success .line.tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sweet-alert .icon.success .line.long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sweet-alert .icon.custom {
  background-size: contain;
  border-radius: 0;
  border: none;
  background-position: center center;
  background-repeat: no-repeat;
}
@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
    -webkit-tranform: scale(0.95);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
    -webkit-tranform: scale(0.95);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
    -webkit-tranform: scale(0.95);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
@-moz-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
.showSweetAlert {
  -webkit-animation: showSweetAlert 0.3s;
  -moz-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s;
}
.hideSweetAlert {
  -webkit-animation: hideSweetAlert 0.2s;
  -moz-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s;
}
@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@-moz-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@-moz-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}
@-moz-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}
@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}
.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  -moz-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s;
}
.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  -moz-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s;
}
.icon.success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  -moz-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in;
}
@-webkit-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}
.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
  -moz-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s;
}
@-webkit-keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
@-moz-keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
.animateXMark {
  -webkit-animation: animateXMark 0.5s;
  -moz-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s;
}
@-webkit-keyframes pulseWarning {
  0% {
    border-color: #F8D486;
  }
  100% {
    border-color: #F8BB86;
  }
}
@-moz-keyframes pulseWarning {
  0% {
    border-color: #F8D486;
  }
  100% {
    border-color: #F8BB86;
  }
}
@keyframes pulseWarning {
  0% {
    border-color: #F8D486;
  }
  100% {
    border-color: #F8BB86;
  }
}
.pulseWarning {
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  -moz-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate;
}
@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}
@-moz-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}
@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}
.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
  -moz-animation: pulseWarningIns 0.75s infinite alternate;
  animation: pulseWarningIns 0.75s infinite alternate;
}
