@charset "UTF-8";
/* CSS Document */
/* 公共样式 */
body {
/*   font-family: "Microsoft YaHei", sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%; 
min-width: 1200px;
background: #FFFFFF;
color: #666666; */
}
.float-btm-box .close {
  position: absolute;
  right: 0;
  top: 0;
  height:40px;
   width:13px;
}
.nav1{
  height: 28px;
  background-color: #ffffff;
  position: relative;
  z-index: 98;
  width:1200px;
  padding:0 150px;
  margin:0 calc(50% - 600px);
}

.nav1 ul li {
  float: left;
  width: 140px;
  height:25px;
  margin-bottom:0;
  background:url("../images/img-09.png") no-repeat left;
}
.nav1 ul li:last-child, .nav1 ul li.last {
  width: 180px;
  border-right: none;
}
.nav1 ul li:first-child, .nav1 ul li.first {
  width: 160px;
}
.nav1 ul li:first-child > a, .nav1  ul li.first > a {
  background: url("../images/img-44.png") no-repeat center bottom;
}
.nav1  ul li:first-child > a:hover,footer   .nav1  ul li:first-child > a.current,footer   .nav1  ul li:first-child > a.active,footer   .nav1 ul li.first > a:hover,footer   .nav1  ul li.first > a.current,footer   .nav1  ul li.first > a.active {
  background-color: #ffffff;
}
.nav1  ul li > a {
  display: block;
  height: 25px;
  line-height: 25px;
  font-size: 16px;
  color: #545454;
  text-align: center;
}
.nav1 ul li > a:hover, .nav1 ul li > a.current, .nav1  ul li > a.active {
  color: #F73166;
  background: url("../images/img-44.png") no-repeat center bottom;
}
.nav1 ul li .down-menu1 {
  background: url("../images/img-11new.jpg") repeat-x;
  height: 40px;
  width:1200px;
  line-height: 40px;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  display: none;
  opacity: 0.9;

}
.nav1 ul li .down-menu1 a {
  display: inline-block;
  font-size: 14px;
  color: #545454;
  margin:0 25px;
}
.nav1 ul li .down-menu1 a:hover {
  text-decoration: none;
  color:#F73166;
}
.nav1  ul li .down-menu:last-child a{
	rel:nofollow;
}
html, body {
  height: 100%;
  min-height: 100%;
  width: 100%;
  min-width: 1200px;
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  margin: .67em 0;
  font-size: 2em; }

mark {
  color: #000;
  background: #ff0; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
}

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0; }

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-spacing: 0;
  border-collapse: collapse; }

td,
th {
  padding: 0; }

body {
  font-family: "宋体", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  text-decoration: none; }

a:hover,
a:focus {
  text-decoration: none; }

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd, form {
  margin: 0; }

h4, h5, h6 {
  font-size: 1em; }

ul, ol {
  padding-left: 0;
  list-style-type: none; }

/*common*/
*:focus {
  outline: none; }

/* display */
.dn {
  display: none; }

.di {
  display: inline; }

.db {
  display: block; }

.dib {
  display: inline-block; }

/* if the element is block level(eg. div, li), using 'inline-any' instead */
.fl {
  float: left; }

.fr {
  float: right; }

/* 块状元素水平居中 */
.auto {
  margin-left: auto;
  margin-right: auto; }

/* overflow */
.ovh {
  overflow: hidden; }

/* position */
.rel {
  position: relative; }

.abs {
  position: absolute; }

/* font-family */
.fw {
  font-family: 'Microsoft Yahei'; }

/* font-style */
.n {
  font-weight: normal;
  font-style: normal; }

.b {
  font-weight: bold; }

.i {
  font-style: italic; }

/* text-align */
.tc {
  text-align: center; }

.tr {
  text-align: right; }

.tl {
  text-align: left; }

.tj {
  text-align: justify; }

/* 清除浮 动*/
.fix {
  *zoom: 1; }

.fix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0; }

/*table*/
table {
  width: 100%;
  border-collapse: collapse; }

/* margin */
.m0 {
  margin: 0 !important; }

.ml1 {
  margin-left: 1px; }

.ml2 {
  margin-left: 2px; }

.ml5 {
  margin-left: 5px; }

.ml10 {
  margin-left: 10px; }

.ml15 {
  margin-left: 15px; }

.ml20 {
  margin-left: 20px; }

.ml30 {
  margin-left: 30px; }

.mr1 {
  margin-right: 1px; }

.mr2 {
  margin-right: 2px; }

.mr5 {
  margin-right: 5px; }

.mr10 {
  margin-right: 10px; }

.mr15 {
  margin-right: 15px; }

.mr20 {
  margin-right: 20px; }

.mr30 {
  margin-right: 30px; }

.mt1 {
  margin-top: 1px; }

.mt2 {
  margin-top: 2px; }

.mt5 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt15 {
  margin-top: 15px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mb1 {
  margin-bottom: 1px; }

.mb2 {
  margin-bottom: 2px; }

.mb5 {
  margin-bottom: 5px; }

.mb10 {
  margin-bottom: 10px; }

.mb15 {
  margin-bottom: 15px; }

.mb20 {
  margin-bottom: 20px; }

.mb25 {
  margin-bottom: 25px; }

.mb30 {
  margin-bottom: 30px; }

/* padding */
.p0 {
  padding: 0; }

.p1 {
  padding: 1px; }

.pl1 {
  padding-left: 1px; }

.pt1 {
  padding-top: 1px; }

.pr1 {
  padding-right: 1px; }

.pb1 {
  padding-bottom: 1px; }

.p2 {
  padding: 2px; }

.pl2 {
  padding-left: 2px; }

.pt2 {
  padding-top: 2px; }

.pr2 {
  padding-right: 2px; }

.pb2 {
  padding-bottom: 2px; }

.pl5 {
  padding-left: 5px; }

.p5 {
  padding: 5px; }

.pt5 {
  padding-top: 5px; }

.pr5 {
  padding-right: 5px; }

.pb5 {
  padding-bottom: 5px; }

.p10 {
  padding: 10px; }

.pl10 {
  padding-left: 10px; }

.pt10 {
  padding-top: 10px; }

.pr10 {
  padding-right: 10px; }

.pb10 {
  padding-bottom: 10px; }

.p15 {
  padding: 15px; }

.pl15 {
  padding-left: 15px; }

.pt15 {
  padding-top: 15px; }

.pr15 {
  padding-right: 15px; }

.pb15 {
  padding-bottom: 15px; }

.p20 {
  padding: 20px; }

.pl20 {
  padding-left: 20px; }

.pt20 {
  padding-top: 20px; }

.pr20 {
  padding-right: 20px; }

.pb20 {
  padding-bottom: 20px; }

.p30 {
  padding: 30px; }

.pl30 {
  padding-left: 30px; }

.pt30 {
  padding-top: 30px; }

.pr30 {
  padding-right: 30px; }

.pb30 {
  padding-bottom: 30px; }

/* vertical-align */
.vm {
  vertical-align: middle; }

.vtb {
  vertical-align: text-bottom; }

.vb {
  vertical-align: bottom; }

.vt {
  vertical-align: top; }

.vn {
  vertical-align: -2px; }

.bgnone {
  background: none !important; }

.bnone {
  border: none !important; }


/* 图片自适应 */
img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
  border: none;
}
/* -------------------------------------End -------------------------------*/

/* -------------------------------------End -------------------------------*/


/*footer*/
footer .f-info {
  background: #403d38;
  padding: 20px 0;
  text-align: center;
  color: #a5a5a5;
  font-size: 12px;
  line-height: 16px;
}
footer .f-info .f-title {
  font-size: 26px;
  font-weight: bold;
  color: #ce2637;
}
footer .f-info .f-erwm {
  padding-top: 20px;
}
footer .f-info .f-erwm img {
  display: inline-block;
  width: 105px;
  height: 105px;
  margin: 0 20px;
}
footer .f-copy {
  height: 50px;
  line-height: 50px;
  background: #26231f;
  text-align: center;
  font-size: 14px;
  color: #706f6c;
}
footer .f-copy a {
  color: #706f6c;
}
footer .f-copy a:hover {
  text-decoration: underline;
}
/* -------------------------------------End -------------------------------*/

/*bread-crumbs*/
.bread-crumbs {
  background: #f2f2f2;
  padding: 18px 0;
  height: 34px;
  line-height: 34px;
}
.bread-crumbs .b-l {
  font-size: 14px;
  color: #999999;
}
.bread-crumbs .b-l a {
  color: #999999;
}
.bread-crumbs .b-search {
  position: relative;
  width: 250px;
}
.bread-crumbs .b-search .s-inp {
  width: 218px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #d9d9d9;
  border-radius: 16px;
  padding: 0 15px;
}
.bread-crumbs .b-search .s-btn {
  background: url("../images/img-24.png") no-repeat;
  width: 19px;
  height: 19px;
  border: none;
  position: absolute;
  top: 7px;
  right: 12px;
}

/*sub-menu*/
.sub-menu {
  background: url("../images/img-12.png") repeat-x left bottom;
  height: 60px;
  margin-bottom: 35px;
}
.sub-menu.menu-s {
  margin-bottom: 0;
}
.sub-menu a {
  display: block;
  float: left;
  height: 58px;
  line-height: 58px;
  border-bottom: 2px solid transparent;
  margin-right: 58px;
  font-size: 16px;
  color: #4c4c4c;
}
.sub-menu a:last-child {
  margin-right: 0;
}
.sub-menu a:hover, .sub-menu a.current {
  border-bottom-color: #e88f10;
  color: #e88f10;
}

/*class-nav*/
.class-nav {
  text-align: center;
  margin-bottom: 30px;
}
.class-nav a {
  display: inline-block;
  background: #e6e6e6;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  padding: 0 15px;
  margin: 0 15px;
  color: #999999;
  font-size: 14px;
  min-width: 90px;
}
.class-nav a:hover, .class-nav a.current {
  background: #e88f10;
  color: #ffffff;
}

/*other-warp*/
.other-warp {
  padding-bottom: 80px;
}

.page {
  text-align: center;
  padding-top: 30px;
}
.page a {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  background: #f2f2f2;
  padding: 0 14px;
  font-size: 16px;
  color: #999999;
  margin: 0 6px;
}
.page a:hover, .page a.current {
  background: #e88f10;
  color: #ffffff;
}
.page a.prev {
  margin-right: 75px;
  margin-left: 0;
}
.page a.next {
  margin-left: 75px;
  margin-right: 0;
}

/*color*/
.col-f0bf19 {
  color: #ce2637;
}

.form-simple {
  border-top: 1px solid #e6e6e6;
  margin-top: 30px;
  padding-top: 30px;
}
.form-simple .box-title {
  height: 40px;
  line-height: 40px;
  color: #545454;
  font-size: 18px;
  font-weight: bold;
}
.form-simple .box-tip {
  color: #b2b2b2;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
}
.form-simple .inp-s {
  border: 1px solid #e88f10;
  background: #efb057;
  width: 180px;
  padding: 0 5px;
  font-size: 14px;
  height: 38px;
  line-height: 38px;
  color: #ffffff;
}
.form-simple .inp-s::-webkit-input-placeholder {
  color: #ffffff;
}
.form-simple .inp-s:-moz-placeholder {
  color: #ffffff;
}
.form-simple .inp-s::-moz-placeholder {
  color: #ffffff;
}
.form-simple .inp-s:-ms-input-placeholder {
  color: #ffffff;
}
.form-simple .btn-s {
  width: 156px;
  height: 40px;
  line-height: 40px;
  border: none;
  background: #e04622;
  color: #ffffff;
  font-size: 14px;
}
.form-simple.simple-02 .inp-s {
  width: 170px;
}
.form-simple.simple-02 .btn-s {
  width: 150px;
}
/* -------------------------------------End -------------------------------*/

/*弹窗*/
.fancybox-title-over-wrap {
  right: 0;
}
.fancybox-close {
  background: url("../images/img-93.png") no-repeat top center !important;
  width: 44px !important;
  height: 44px !important;
  right: -22px !important;
  top: -22px !important;
}

.float-box {
  position: fixed;
  right: 0;
  top: 200px;
  z-index: 999;
}
#zx{
  position:relative;

}
#zx label{
  position:absolute;
  display:block;
  width:18px;
  height:18px;
  text-align:center;
  line-height:18px;
  top:0;
  left:10px;
  color:transparent;
  font-size:14px;
  font-family:"宋体";
  font-weight:bold;
  font-style:normal;
  animation: mymove .5s infinite;
  -webkit-animation: mymove .5s infinite alternate;
  border-radius:50%;
  background:transparent;
}
@keyframes mymove {
  from {
    color:#fff; background:red;border-color:red;} }
@-webkit-keyframes mymove {
  from {
    left: #fff; background:red;border-color:red;} }
.float-box a {
  display: block;
  width: 62px;
  height: 62px;
  line-height:12px;
  border-bottom: 1px solid #7A7A7A;
  text-align: center;
  color: #ffffff;
  background: #595656;
  position: relative;
}
.float-box a span {
  display: block;
  font-size:12px;
}
.float-box a span.icon {
  padding: 6px 0;
}
.float-box a span.icon img {
  display: block;
  margin: 0 auto;
}
.float-box a:hover {
  background: #ce2637;
}
.float-box a.go-top {
  background: #d5131a;
}
.float-box a .float-c {
  position: absolute;
  right: 62px;
  top: 0;
  display: none;
  background: #595656;
}
.float-box a .erwm-box {
  padding: 15px 25px;
  width: 190px;
}
.float-box a .erwm-box img {
  display: block;
}
.float-box a .tel-box {
  width: 180px;
  padding: 15px 10px;
  text-align: left;
}
.float-box a .tel-box .inp-s {
  border: 1px solid #ffffff;
  width: 158px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  color: #ffffff;
  font-size: 14px;
  border-radius: 5px;
  background: transparent;
}
.float-box a .tel-box .btn-s {
  width: 66px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  border: none;
  background: #D5131A;
}
.float-btm-box {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background:rgba(89,86,86,0.9);
  padding: 15px 0;
  display: none;
  z-index: 998;
}
.float-btm-box .close {
  position: absolute;
  right: 0;
  top: 0;
}
.float-btm-box .m-title {
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.4;
  margin-bottom: 10px;
}
.float-btm-box .m-title span {
  text-transform: uppercase;
  color: #cec2b5;
  font-weight: normal;
  display: block;
  font-size: 12px;
}
.float-btm-box .inp-s {
  border: none;
  width: 270px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  color: #000;
  font-size: 14px;
  background: url("../images/img-105.png") repeat;
  margin-right: 2px;
}
.float-btm-box .btn-s {
  width: 120px;
  height: 40px;
  border: none;
  background: url("../images/img-107.png") navajowhite;
}
.new-s {
  border: none;
  width: 138px;
  height: 40px;
  line-height: 40px;
  background: #e88f10;
  color: #ffffff;
  font-size: 14px;
  display: block;
  margin: 30px auto 0;
  text-align: center;
    font-size: 16px;
	border-radius: 10px;
}

.box-warp {
    background: url("../images/img-118.png") repeat-y;
    padding-bottom: 30px;
    overflow: hidden;
	}
/* -------------------------------------End -------------------------------*/
/*! fancyBox v2.1.3 fancyapps.com | fancyapps.com/fancybox/#license */
.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: 99999;
}

.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: 8030;
}

.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 {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  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('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: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('blank.gif'); /* helps IE */
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  z-index: 8040;
}

.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: 8040;
  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;
}

/* Overlay helper */

.fancybox-lock {
  overflow: hidden;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('fancybox_overlay.png');
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent; /* Fallback for web browsers that doesn't support RGBa */
  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;
  font-weight: bold;
  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, .8);
}
/* -------------------------------------End -------------------------------*/


/*==========以下部分是Validform必须的===========*/
.Validform_checktip{
  line-height:23px;
  overflow:hidden;
  color:#999;
  font-size:12px;
}
.Validform_right{
  color:#71b83d;
  padding-left:20px;
  background:url(./right.png) no-repeat left center;
}
.Validform_wrong{
  color:red;
  padding-left:20px;
  white-space:nowrap;
  background:url(./error.png) no-repeat left center;
}
.Validform_loading{
  padding-left:20px;
  background:url(./onLoad.gif) no-repeat left center;
}
.Validform_error{
  background-color:#ffe7e7;
}
#Validform_msg{color:#7d8289; font: 12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif; width:280px; -webkit-box-shadow:2px 2px 3px #aaa; -moz-box-shadow:2px 2px 3px #aaa; background:#fff; position:absolute; top:0px; right:50px; z-index:99999; display:none;filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999');}
#Validform_msg .iframe{position:absolute; left:0px; top:-1px; z-index:-1;}
#Validform_msg .Validform_title{line-height:23px; height:25px; text-align:left; font-weight:bold; padding:0 8px; color:#fff; position:relative; background-color:#000;}
#Validform_msg a.Validform_close:link,#Validform_msg a.Validform_close:visited{line-height:23px; position:absolute; right:8px; top:0px; color:#fff; text-decoration:none;}
#Validform_msg a.Validform_close:hover{color:#cc0;}
#Validform_msg .Validform_info{padding:8px;border:1px solid #000; border-top:none; text-align:left;}  
/*# sourceMappingURL=style.css.map */
/* -------------------------------------End -------------------------------*/
