@charset "UTF-8";
main {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%; }

html {
  background: #fff;
  overflow-x: hidden;
  width: 100%; }

/* 对齐 */
.text-center {
  text-align: center !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.margin-center {
  margin-left: auto;
  margin-right: auto; }

/* display */
.ds-b {
  display: block; }

.ds-n {
  display: none; }

.ds-inb {
  display: inline-block; }

/* 预设 */
body {
  font: 14px/24px 'Helvetica Neue','Microsoft Yahei',arial,helvetica,sans-serif;
  color: #303030; }

a {
  text-decoration: none;
  transition: all 0.3s linear 0s;
  color: #303030; }

.header, .main, .footer {
  width: 100%; }

.container {
  width: 1200px;
  margin-left: auto;
  margin-right: auto; }

/* index.html */
/*轮播图 start*/
.banner {
  width: 100%;
  height: 550px;
  white-space: nowrap;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 1; }

.banner_m {
  width: 50%;
  height: 550px;
  display: inline-block;
  position: relative; }

.wrapper {
  *float: left;
  width: 1920px;
  height: 550px;
  display: inline-block;
  position: relative;
  left: -967px; }

.fn-clear {
  zoom: 1; }

.box_skitter {
  position: relative;
  background: none; }

.box_skitter ul {
  display: none; }

.box_skitter .container_skitter {
  overflow: hidden;
  position: relative; }

.box_skitter .image {
  overflow: hidden; }

.box_skitter .image img {
  display: none; }

.box_skitter .box_clone {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  overflow: hidden;
  display: none;
  z-index: 20; }

.box_skitter .box_clone img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20; }

.box_skitter .prev_button {
  position: absolute;
  top: 40%;
  left: 16%;
  z-index: 100;
  width: 57px;
  height: 62px;
  overflow: hidden;
  text-indent: -9999em;
  margin-top: 0;
  background: url("../Image/prev.png") no-repeat left top !important; }

.box_skitter .next_button {
  position: absolute;
  top: 40%;
  right: 16%;
  z-index: 100;
  width: 57px;
  height: 62px;
  overflow: hidden;
  text-indent: -9999em;
  margin-top: 0;
  background: url("../Image/next.png") no-repeat left top !important; }

.box_skitter .label_skitter {
  z-index: 150;
  position: absolute;
  display: none; }

.loading {
  position: absolute;
  top: 50%;
  right: 50%;
  z-index: 150;
  margin: -16px -16px;
  color: #fff;
  text-indent: -9999em;
  overflow: hidden;
  background: url("../Image/ajax-loader.gif") no-repeat left top;
  width: 31px;
  height: 31px; }

#slideshow {
  width: 1920px;
  height: 550px; }

#slideshow ul {
  display: none; }

/*轮播图 end*/
.page {
  width: 100%;
  margin-top: 20px;
  line-height: 31px;
  text-align: center; }

.page a {
  color: #000;
  background: #fff;
  border-radius: 5px;
  padding: 7px;
  border: 1px solid #ccc; }

.page span.current, .page a:hover {
  background: #0171bb;
  color: #fff;
  border-radius: 5px;
  padding: 7px;
  border-color: #0171bb; }

.article .newslist li {
  border-bottom: 1px dashed #ccc;
  margin-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px; }

.article .newslist li a {
  color: #7a7a7a; }

.article .newslist li .name {
  color: #303030;
  transition: all 0.3s linear 0s;
  margin-bottom: 10px;
  font-size: 16px; }

.article .newslist li a:hover .name {
  color: #f31e23; }

.article .newslist li .time {
  float: right;
  padding-left: 10px;
  padding-right: 10px;
  background: #7a7a7a;
  color: #fff;
  border-radius: 5px;
  margin-top: 10px;
  transition: all 0.3s linear 0s; }

.article .newslist li a:hover .time {
  background: #f31e23; }

.prev_next {
  width: 100%;
  margin: 40px 0;
  overflow: hidden;
  border-top: 1px solid #ccc; }

.prev_next li {
  width: 100%;
  border-bottom: 1px solid #ccc;
  line-height: 40px;
  text-indent: 23px; }

.prev_next li a {
  color: #656565; }

.prev_next li:first-child {
  background: url("../Image/up.png") no-repeat left center; }

.prev_next li:last-child {
  background: url("../Image/down.png") no-repeat left center; }

/*job_list*/
/*
.job_all{overflow: hidden;width:105%; }
.job_list{width: 328px;height: 225px;background: #fff;padding: 40px 25px 30px 25px;border-radius: 10px;position: relative;overflow: hidden;transition:all 500ms;-webkit-transition:all 500ms;float: left;margin: 0 100px 30px 0;}
.job_list em{display: block;width: 310px;height: 310px;border-radius: 50%;background: #CB9B9D;position: absolute;z-index: 2;transition:all 800ms;-webkit-transition:all 800ms}
.job_list em.bg_1{top: -80px;left: 10px;opacity: 0.4;transform: scale(0);}
.job_list em.bg_2{top: 127px;left: 108px;opacity: 0.3;transform: scale(0);}
.job_list em.bg_3{top: -118px;left: 210px;opacity: 0.2;transform: scale(0);}
.job_list:before{display: block;content: '';height: 6px;width: 100%;position: absolute;bottom:0;left: 0;border-radius:0 0 10px 10px;background: #CB9B9D;transition:all 250ms;-webkit-transition:all 250ms}
.job_list a{display: block;position: relative;z-index: 100;color: #a1a1a1;transition:all 500ms;-webkit-transition:all 500ms}
.job_list h4{font-size: 24px;color: #606060;font-weight: 400;transition:all 500ms;-webkit-transition:all 500ms}
.job_list p{margin: 15px 0;}
.job_list p small{font-size: 14px;display: inline-block;margin-right: 30px;background: url("../Image/jib_i2.png") no-repeat left center;padding-left: 25px;}
.job_list span{font-size: 12px;line-height: 26px;}
.job_list strong{font-size: 18px;display: block;width: 52px;height: 30px;text-align: center;line-height: 30px;border: 1px solid #a1a1a1;border-radius: 4px;margin-top: 30px;font-weight: 300;}

.job_list:hover{background: #cf1925;}
.job_list:hover a{color: #fff;}
.job_list:hover a h4{color: #fff;}
.job_list:hover a strong{border: 1px solid #fff;}
.job_list:hover em{transform: scale(1);}
.job_list:hover:before{background: #A7050F;}

a.yjob { display: block; height: 40px; line-height: 40px; width: 120px; color: #fff; background: #cf1925; font-size: 14px; margin-left: 700px; text-align: center; border-radius: 5px; }
*/

/*# sourceMappingURL=public.css.map */


.qzfaddorder h2, .qzfaddorder label{font-family:Georgia, Times, "Times New Roman", serif;}
.form_hint, .required_notification{font-size: 11px;}
.qzfaddorder ul{list-style-type:none;list-style-position:outside;margin:0px;padding:0px;}
.qzfaddorder li{padding:12px;border-bottom:1px solid #eee;position:relative;}
.qzfaddorder li:first-child, .qzfaddorder li:last-child{border-bottom:1px solid #777;}
.qzfaddorder h2{margin:0;display: inline;}
.required_notification{color:#133a58;margin:5px 0 0 0;display:inline;float:right;}
.qzfaddorder label{width:150px;margin-top: 3px;display:inline-block;float:left;padding:3px;}
.qzfaddorder input{height:20px;width:220px;padding:5px 8px;}
.qzfaddorder textarea{padding:8px; width:300px;}
.qzfaddorder button{margin-left:156px;}
.qzfaddorder input, .qzfaddorder textarea{border:1px solid #bbb;box-shadow: 0px 0px 3px #eee, 0 10px 15px #eee inset;border-radius:2px;padding-right:30px;-moz-transition: padding .25s;-webkit-transition: padding .25s;-o-transition: padding .25s;transition: padding .25s;}.qzfaddorder input:focus, .qzfaddorder textarea:focus{background: #fff;border:1px solid #ccc;box-shadow: 0 0 2px #aaa;padding-right:70px;}
.qzfaddorder input:required, .qzfaddorder textarea:required{background: #fff url(../Image/red_asterisk.png) no-repeat 98% center;}
.qzfaddorder input:required:valid, .qzfaddorder textarea:required:valid{background: #fff url(../Image/valid.png) no-repeat 98% center;box-shadow: 0 0 5px #5cd053;border-color: #133a58;}
.qzfaddorder input:focus:invalid, .qzfaddorder textarea:focus:invalid{background: #fff url(../Image/invalid.png) no-repeat 98% center;box-shadow: 0 0 5px #133a58;border-color: #133a58}
.form_hint{background: #133a58;border-radius: 3px 3px 3px 3px;color: white;margin-left:8px;padding: 1px 6px;z-index: 999; /* hints stay above all other elements */position: absolute; /* allows proper formatting if hint is two lines */display: none;}
.form_hint::before{content: "\25C0";color:#133a58;position: absolute;top:1px;left:-6px;}
.qzfaddorder input:focus + .form_hint{display: inline;}
.qzfaddorder input:required:valid + .form_hint{background: #28921f;}
.qzfaddorder input:required:valid + .form_hint::before{color:#28921f;}
button.submit{background-color: #68b12f;background: -webkit-gradient(linear, left top, left bottom, from(#68b12f), to(#50911e));background: -webkit-linear-gradient(top, #68b12f, #50911e);background: -moz-linear-gradient(top, #68b12f, #50911e);background: -ms-linear-gradient(top, #68b12f, #50911e);background: -o-linear-gradient(top, #68b12f, #50911e);background: linear-gradient(top, #68b12f, #50911e);border: 1px solid #509111;border-bottom: 1px solid #5b992b;border-radius: 3px;-webkit-border-radius: 3px;-moz-border-radius: 3px;-ms-border-radius: 3px;-o-border-radius: 3px;box-shadow: inset 0 1px 0 0 #9fd574;-webkit-box-shadow: 0 1px 0 0 #9fd574 inset ;-moz-box-shadow: 0 1px 0 0 #9fd574 inset;-ms-box-shadow: 0 1px 0 0 #9fd574 inset;-o-box-shadow: 0 1px 0 0 #9fd574 inset;color: white;font-weight: bold;padding: 6px 20px;text-align: center;text-shadow: 0 -1px 0 #396715;}
button.submit:hover{opacity:.85;cursor: pointer;}
button.submit:active{border: 1px solid #20911e;box-shadow: 0 0 10px 5px #356b0b inset;-webkit-box-shadow:0 0 10px 5px #356b0b inset ;-moz-box-shadow: 0 0 10px 5px #356b0b inset;-ms-box-shadow: 0 0 10px 5px #356b0b inset;-o-box-shadow: 0 0 10px 5px #356b0b inset;}
.qzftable table{margin-left:2px;}
.qzftable table th{color:#444444;font-weight:normal;font-size:14px;font-family:'Microsoft YaHei',arial;text-align:center;vertical-align: top;padding-top: 15px;}
.qzftable table td select{font-family: 'Microsoft YaHei',arial;font-size: 14px;width: 278px;height: 32px;text-indent: 8px;border: 1px solid #d2d4d6;margin: 5px auto 6px 5px;	background: #FFF;margin-left:-3px;}
.qzftable table td ul{list-style:none;position:absolute;}
.qzftable table td ul li{	font-family:'Microsoft YaHei',arial;font-size:14px;height:28px;line-height:28px;text-indent:8px;width:276px;height:28px;border-left:1px solid #d2d4d6;border-right:1px solid #d2d4d6;background:#FFF;}
.qzftable table td ul li a{display:block;text-decoration:none;color:#444444;}
.qzftable table td ul li a:hover{color:#fe7d0c;}
.qzftable table td ul li:last-child{border-bottom:1px solid #d2d4d6;}
.qzftable table td input{font-size:14px;width:276px;height:28px;border:1px solid #d2d4d6;margin:5px auto 5px 5px;}
.qzftable table td .yanzheng{width:101px;}
.qzftable table td textarea{resize: none;width:545px;height:178px;border:1px solid #d2d4d6;margin:5px auto 5px 5px;}
.qzftable table td img{vertical-align:middle;margin-left:5px;margin-bottom:4px;margin-bottom:14px;}
.qzftable table td .but{width:74px;height:31px;line-height:27px;background:#2073CF;border-radius:2px;border:none;text-align:center;margin-top:14px;margin-left:5px;font-size:14px;font-family:'Microsoft YaHei',SimHei,sans-serif;color:#FFF;}
