/*----------------------------------------------------------------*\
 * 1、使用LESS定义一个mixin,名叫.msgrid，定义方法类似定义一个类
 * 2、 @column定义列
 * 3、 @row定义行
 * 4、 @colspan跨越的列
 * 5、 @rowspan跨越的行
 \*----------------------------------------------------------------*/
.container {
  width: 1200px;
  margin: auto;
}
.font_simsun {
  font-family: SimSun;
}
.ov_visibel {
  overflow: visible !important;
}
.ov_hide {
  overflow: hidden !important;
}
.ws_normal {
  white-space: normal !important;
}
.ws_break {
  word-wrap: break-word !important;
  word-break: normal !important;
}
.ws_prewrap {
  white-space: pre-wrap !important;
}
.ws_hide {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.t_l {
  text-align: left !important;
}
.t_c {
  text-align: center !important;
}
.t_r {
  text-align: right !important;
}
.block {
  display: block !important;
  visibility: visible;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.fl_l {
  float: left !important;
}
.fl_r {
  float: right !important;
}
.fl_n {
  float: none !important;
}
.mar0 {
  margin: 0;
}
.mar_auto {
  margin: auto;
}
.mar10 {
  margin: 10px;
}
.mar20 {
  margin: 20px;
}
.mt_5 {
  margin-top: 5px;
}
.mt_10 {
  margin-top: 10px;
}
.mt_20 {
  margin-top: 20px;
}
.mt_30 {
  margin-top: 30px;
}
.mt_35 {
  margin-top: 35px;
}
.mb_5 {
  margin-bottom: 5px;
}
.mb_10 {
  margin-bottom: 10px;
}
.mb_20 {
  margin-bottom: 20px;
}
.mb_30 {
  margin-bottom: 30px;
}
.ml_4 {
  margin-left: 4px;
}
.ml_5 {
  margin-left: 5px;
}
.ml_10 {
  margin-left: 10px;
}
.ml_20 {
  margin-left: 20px;
}
.ml_30 {
  margin-left: 30px;
}
.mr_5 {
  margin-right: 5px;
}
.mr_10 {
  margin-right: 10px;
}
.mr_20 {
  margin-right: 20px;
}
.mr_30 {
  margin-right: 30px;
}
.po_ab {
  position: absolute;
}
.po_re {
  position: relative;
}
.col1 {
  display: inline;
  float: left;
  width: 100%;
}
.col2 {
  display: inline;
  float: left;
  width: 50%;
}
.col3 {
  display: inline;
  float: left;
  width: 33.33333333%;
}
.col4 {
  display: inline;
  float: left;
  width: 25%;
}
.col5 {
  display: inline;
  float: left;
  width: 20%;
}
.col6 {
  display: inline;
  float: left;
  width: 16.66666667%;
}
.col7 {
  display: inline;
  float: left;
  width: 14.28571429%;
}
.col8 {
  display: inline;
  float: left;
  width: 12.5%;
}
.col9 {
  display: inline;
  float: left;
  width: 11.11111111%;
}
.fixed-top {
  position: fixed;
  bottom: auto;
  top: 0px;
}
.fixed-bottom {
  position: fixed;
  bottom: 0px;
  top: auto;
}
.fixed-left {
  position: fixed;
  right: auto;
  left: 0px;
}
.fixed-right {
  position: fixed;
  right: 0px;
  left: auto;
}
#ie6,
#ie6 body {
  background-image: url(about:blank);
  background-attachment: fixed;
}
#ie6 .fixed-top {
  position: absolute;
  bottom: auto;
  top: expression(eval(document.documentElement.scrollTop));
}
#ie6 .fixed-right {
  position: absolute;
  right: auto;
  left: expression(eval(document.documentElement.scrollLeft+document.documentElement.clientWidth-this.offsetWidth)-(parseInt(this.currentStyle.marginLeft,10)||0)-(parseInt(this.currentStyle.marginRight,10)||0));
}
#ie6 .fixed-bottom {
  position: absolute;
  bottom: auto;
  top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
}
#ie6 .fixed-left {
  position: absolute;
  right: auto;
  left: expression(eval(document.documentElement.scrollLeft));
}
body {
  background: #ebebe9;
}
a:link {
  color: #0494a3;
}
a:visited {
  color: #036771;
}
a:focus {
  color: #036771;
}
a:hover {
  color: #fd5810;
}
a:active {
  color: #fd5810;
}
.wrapper {
  /*color: #8C6E6C;*/
}
.header-nav {
  text-align: center;
}
.header-nav ul li {
  float: none;
}
.header-nav .header-nav-ul {
  margin: 0 200px;
}
.header-nav .header-nav-ul li {
  float: left;
}
.header-nav-ul li a {
  width: 160px;
}
i.eye {
  display: inline-block;
  background: url('../img/space_eye.gif') no-repeat;
  width: 24px;
  height: 15px;
  vertical-align: middle;
  margin-right: 3px;
}
i.jobstyle1{ 
    background: rgba(0, 0, 0, 0) url("../img/space_jobstyle1.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 25px;
    margin-right: 3px;
    vertical-align: middle;
    width: 25px;
	}
i.gongchang2 {
   background: rgba(0, 0, 0, 0) url("../img/space_gongchang2.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 25px;
    margin-right: 3px;
    vertical-align: middle;
    width: 25px;
}
i.gongchang1{ 
    background: rgba(0, 0, 0, 0) url("../img/space_gongchang1.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 25px;
    margin-right: 3px;
    vertical-align: middle;
    width: 25px;
	}
i.jobstyle2 {
   background: rgba(0, 0, 0, 0) url("../img/space_jobstyle2.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 25px;
    margin-right: 3px;
    vertical-align: middle;
    width: 25px;
}
i.hand {
  display: inline-block;
  background: url('../img/space_hand.gif') no-repeat;
  width: 14px;
  height: 17px;
  vertical-align: middle;
  margin-right: 3px;
}
i.hand-blue {
  display: inline-block;
  background: url('../img/space_hand_blue.gif') no-repeat;
  width: 14px;
  height: 17px;
  vertical-align: middle;
  margin-right: 3px;
}
i.hand-grey {
  display: inline-block;
  background: url('../img/space_hand_grey.gif') no-repeat;
  width: 14px;
  height: 17px;
  vertical-align: middle;
  margin-right: 3px;
}
i.hand-orange {
  display: inline-block;
  background: url('../img/space_hand_orange.gif') no-repeat;
  width: 14px;
  height: 17px;
  vertical-align: middle;
  margin-right: 3px;
}
i.star {
  display: inline-block;
  background: url('../img/space_star.gif') no-repeat;
  width: 16px;
  height: 16px;
  margin-right: 3px;
}
i.user-type-1-0 {
  display: inline-block;
  background: url('../img/user_type_1_0.jpg') no-repeat;
  width: 30px;
  height: 30px;
  margin-right: 3px;
}
i.user-type-1-1 {
  display: inline-block;
  background: url('../img/user_type_1_1.jpg') no-repeat;
  width: 30px;
  height: 30px;
  margin-right: 3px;
}
i.user-type-2-0 {
  display: inline-block;
  background: url('../img/user_type_2_0.jpg') no-repeat;
  width: 30px;
  height: 30px;
  margin-right: 3px;
}
i.user-type-2-1 {
  display: inline-block;
  background: url('../img/user_type_2_1.jpg') no-repeat;
  width: 30px;
  height: 30px;
  margin-right: 3px;
}
i.user-legalize-1 {
  display: inline-block;
  background: url('../img/user_legalize_1.jpg') no-repeat;
  width: 22px;
  height: 24px;
  vertical-align: middle;
  margin-right: 3px;
}
i.user-legalize-2 {
  display: inline-block;
  background: url('../img/user_legalize_2.jpg') no-repeat;
  width: 22px;
  height: 24px;
  vertical-align: middle;
  margin-right: 3px;
}
i.squery {
  display: inline-block;
  background: url('../img/space_squer.gif') no-repeat;
  width: 21px;
  height: 21px;
  vertical-align: text-bottom;
  margin-right: 3px;
}
i.pen {
  display: inline-block;
  background: url('../img/space_pen.gif') no-repeat;
  width: 14px;
  height: 15px;
  vertical-align: middle;
  margin-right: 3px;
}
i.upload {
  display: inline-block;
  background: url('../img/space_upload.gif') no-repeat;
  width: 23px;
  height: 21px;
  vertical-align: middle;
  margin-right: 3px;
}
i.fire {
  display: inline-block;
  background: url('../img/space_fire.gif') no-repeat;
  width: 14px;
  height: 14px;
  vertical-align: text-bottom;
}
.page-top {
  background: white;
  min-height: 300px;
  border-bottom: 1px solid #cccccc;
  padding-top: 10px;
  position: relative;
  z-index: 1;
  margin-bottom: 5px;
}
.page-top .bottom-line {
  height: 2px;
  background: #ebebe9;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
}
.mask-edit {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7f000000',endColorstr='#7f000000');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7f000000',endColorstr='#7f000000');
  color: #fff;
  line-height: 30px;
  text-align: center;
}
.user-box {
  display: inline;
    float: left;
    margin: 0 5px;
    padding-top: 40px;
    width: 390px;
}
.user-box .user-img {
  width: 100px;
  height: 100px;
  margin: auto;
  overflow: hidden;
  border: 1px solid #cccccc;
  border-radius: 5px;
}
.user-box .user-img img {
  width: 100px;
}
.user-box .user-name {
  text-align: center;
  margin-bottom: 10px;
}
.user-box .stuts-num {
  margin-left: 0;
  list-style: none;
  text-align: center;
}
.user-box .stuts-num li {
  display: inline;
  list-style: none;
  margin-left: 5px;
  margin-right: 5px;
}
.user-box .stuts-num .num {
  font-size: 18px;
  color: #F95A11;
}
.user-box .ctrl-link {
  text-align: center;
}
.user-box .ctrl-link a {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.user-box .ctrl-link small {
  font-size: 12px;
}
.user-box .ctrl-link small span {
  color: #fd5810;
}
.photo-box {
  display: inline;
  float: left;
  width: 390px;
  margin: 0 5px;
}
.photo-box .photo-img {
  width: 300px;
  height: 225px;
  border: 5px solid white;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  background: #EBEBE9;
  line-height: 225px;
  text-align: center;
  margin: 0 auto 10px;
  position: relative;
  z-index: 1;
}
.photo-box .stuts-num {
  margin-left: 0;
  list-style: none;
  text-align: center;
}
.photo-box .stuts-num li {
  display: inline;
  list-style: none;
  margin-left: 5px;
  margin-right: 5px;
}
.photo-box .stuts-num .num {
  font-size: 18px;
  color: #F95A11;
}
.stuts-box {
  display: inline;
  float: left;
  width: 390px;
  margin: 0 5px;
  padding-top: 45px;
}
.stuts-box .stuts-img {
  width: 68px;
  height: 68px;
  margin: auto;
}
.stuts-box .stuts-count {
  text-align: center;
 
}
.stuts-box .stuts-radio {
	text-align: center;
}
.stuts-box .stuts-radio ul{
	margin:0 28px 3px 0;
}

.stuts-box .stuts-radio ul li {
  list-style:none;
   display: inline;
  list-style: none;
  margin-left: 2px;
  margin-right: 5px;
}
.stuts-box .stuts-count .num {
  font-size: 18px;
  color: #F95A11;
}
.stuts-box .user-type {
  text-align: center;
  margin-bottom: 10px;
  margin-top:10px;
}
.stuts-box .user-legalize {
  text-align: center;
}
.intro-box {
  background: #F5F5F5;
  border: 1px solid #cccccc;
  margin-bottom: 20px;
}
.intro-box .inner {
  border: 2px solid #fff;
  padding: 10px 0;
}
.intro-box .inner:before,
.intro-box .inner:after {
  content: " ";
  display: table;
}
.intro-box .inner:after {
  clear: both;
}
.intro-box .inner:before,
.intro-box .inner:after {
  content: "";
  display: table;
}
.intro-box .inner:after {
  clear: both;
}
#ie6 .intro-box .inner,
#ie7 .intro-box .inner {
  zoom: 1;
}
.intro-box.contact .inner {
  min-height: 280px;
}
.user-modal {
  width: 300px;
  height: 350px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
  float: left;
  display: inline;
  margin-left: 55px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.user-modal .modal-img {
  width: 290px;
  height: 193px;
  background: #EBEBE9;
  border: 5px solid #fff;
  position: relative;
  z-index: 1;
}
.user-modal .modal-img a {
  display: block;
}
.user-modal .modal-title {
  background: #FAFAFA;
  border-bottom: 1px solid #F3F3F3;
  padding: 3px 5px;
}
.user-modal .modal-desc {
  text-indent: 2em;
  padding: 5px;
  height: 65px;
  overflow: hidden;
}
.user-modal .modal-ft {
  clear: both;
  padding: 0 10px;
}
.user-modal .modal-ft:before,
.user-modal .modal-ft:after {
  content: " ";
  display: table;
}
.user-modal .modal-ft:after {
  clear: both;
}
.user-modal .modal-ft:before,
.user-modal .modal-ft:after {
  content: "";
  display: table;
}
.user-modal .modal-ft:after {
  clear: both;
}
#ie6 .user-modal .modal-ft,
#ie7 .user-modal .modal-ft {
  zoom: 1;
}
.user-modal .modal-ft .user-min-box {
  float: left;
  zoom: 1;
}
.user-modal .modal-ft .user-avatar {
  width: 35px;
  height: 35px;
  border: 1px solid #cccccc;
  overflow: hidden;
  float: left;
  display: inline;
  margin-right: 5px;
}
.user-modal .modal-ft .user-avatar-name {
  float: left;
  display: inline;
  line-height: 35px;
}
.user-modal .modal-ft .grade-img {
  line-height: 20px;
  overflow: hidden;
  margin-bottom: 0;
  padding: 0;
}
.user-modal .modal-ft .grade-img > img {
  width: 17px;
  height: 17px;
}
.user-modal .modal-ft .modal-ctrl {
  float: right;
  line-height: 35px;
  color: #b6b6b6;
}
.user-modal .modal-ft .modal-ctrl a {
  color: #b6b6b6;
}
.user-modal .modal-ft .modal-ctrl a.has-count {
  color: #FB5B0D;
}
.desc-content {
  display: inline;
  float: left;
  width: 740px;
  margin: 0 5px;
  margin-left: 55px;
}
.desc-content .desc-title {
  border-bottom: 1px solid #cccccc;
  padding: 10px;
  margin-bottom: 20px;
}
.desc-content .desc-title strong {
  font-size: 18px;
  margin-right: 10px;
}
.desc-content .desc-title a {
  color: #B4B4B4;
}
.desc-content .desc-title a:hover {
  color: #0494a3;
}
.desc-content .desc-text {
  padding-left: 40px;
  padding-right: 40px;
  word-wrap: break-word !important;
  word-break: normal !important;
  line-height: 25px;
}
.case-title,
.model-title,
.pic-title,
.contact-title,
.feedback-title {
  margin-bottom: 10px;
}
.case-title strong,
.model-title strong,
.pic-title strong,
.contact-title strong,
.feedback-title strong {
  font-size: 18px;
  margin-right: 10px;
}
.case-title strong small,
.model-title strong small,
.pic-title strong small,
.contact-title strong small,
.feedback-title strong small {
  font-size: 14px;
}
.case-title a,
.model-title a,
.pic-title a,
.contact-title a,
.feedback-title a {
  color: #B4B4B4;
}
.case-title a:hover,
.model-title a:hover,
.pic-title a:hover,
.contact-title a:hover,
.feedback-title a:hover {
  color: #0494a3;
}
.model-title,
.pic-title,
.contact-title,
.feedback-title {
  margin-top: 10px;
}
.img-list:before,
.img-list:after {
  content: " ";
  display: table;
}
.img-list:after {
  clear: both;
}
.img-list:before,
.img-list:after {
  content: "";
  display: table;
}
.img-list:after {
  clear: both;
}
#ie6 .img-list,
#ie7 .img-list {
  zoom: 1;
}
.img-list.case .list-item {
  width: 280px;
  height: 240px;
}
.img-list.case .item-title {
  padding: 10px 15px;
  text-align: center;
}
.img-list.case .img-box {
  margin-bottom: 10px;
}
.img-list.model .list-item {
  width: 280px;
  height: 295px;
}
.img-list.model .img-box {
  margin-bottom: 5px;
}
.img-list.model .item-desc {
  background: #FAFAFA;
  padding: 5px;
  border-bottom: 1px solid #F3F3F3;
}
.img-list.model .item-desc:before,
.img-list.model .item-desc:after {
  content: " ";
  display: table;
}
.img-list.model .item-desc:after {
  clear: both;
}
.img-list.model .item-desc:before,
.img-list.model .item-desc:after {
  content: "";
  display: table;
}
.img-list.model .item-desc:after {
  clear: both;
}
#ie6 .img-list.model .item-desc,
#ie7 .img-list.model .item-desc {
  zoom: 1;
}
.img-list.model .item-desc ul {
  font-size: 12px;
  margin-left: 0;
}
.img-list.model .item-desc ul li {
  list-style: none;
  float: left;
  display: inline;
}
.img-list.model .item-desc ul li.lg {
  width: 60%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.img-list.model .item-desc ul li.sm {
  width: 40%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.img-list.model .item-ft {
  overflow: hidden;
  padding: 8px;
}
.img-list.model .item-ft .user-min-box {
  float: left;
  zoom: 1;
}
.img-list.model .item-ft .user-avatar {
  width: 40px;
  height: 40px;
  overflow: hidden;
  float: left;
  display: inline;
  margin-right: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.img-list.model .item-ft .user-avatar-name {
  float: left;
  display: inline;
  line-height: 20px;
  max-width: 5em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.img-list.model .item-ft .grade-img {
  line-height: 20px;
  overflow: hidden;
  margin-bottom: 0;
}
.img-list.model .item-ft .grade-img > img {
  width: 17px;
  height: 17px;
}
.img-list.model .item-ft .item-type {
  float: right;
  display: inline;
  line-height: 40px;
  color: #fd5810;
}
.img-list.pic .list-item {
  width: 280px;
  height: 295px;
}
.img-list.pic .img-box {
  margin-bottom: 5px;
}
.img-list.pic .item-desc {
  background: #FAFAFA;
  padding: 5px;
  border-bottom: 1px solid #F3F3F3;
}
.img-list.pic .item-desc:before,
.img-list.pic .item-desc:after {
  content: " ";
  display: table;
}
.img-list.pic .item-desc:after {
  clear: both;
}
.img-list.pic .item-desc:before,
.img-list.pic .item-desc:after {
  content: "";
  display: table;
}
.img-list.pic .item-desc:after {
  clear: both;
}
#ie6 .img-list.pic .item-desc,
#ie7 .img-list.pic .item-desc {
  zoom: 1;
}
.img-list.pic .item-desc ul {
  font-size: 12px;
  margin-left: 0;
}
.img-list.pic .item-desc ul li {
  list-style: none;
  float: left;
  display: inline;
  line-height: 40px;
}
.img-list.pic .item-desc ul li.lg {
  width: 60%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.img-list.pic .item-desc ul li.sm {
  width: 40%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.img-list.pic .item-ft {
  overflow: hidden;
  padding: 8px;
}
.img-list.pic .item-ft .user-min-box {
  float: left;
  zoom: 1;
  width: 60%;
}
.img-list.pic .item-ft .user-avatar {
  width: 40px;
  height: 40px;
  overflow: hidden;
  float: left;
  display: inline;
  margin-right: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.img-list.pic .item-ft .user-avatar-name {
  float: left;
  display: inline;
  /*line-height: 40px;*/
  max-width: 5em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.img-list.pic .item-ft .item-type {
  float: left;
  display: inline;
  line-height: 40px;
  width: 40%;
}
.img-list.pic .item-ft .item-type span {
  color: #fd5810;
}
.img-list .inner {
  width: 101%;
}
.img-list .list-item {
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-right: 13px;
  margin-bottom: 15px;
  padding: 5px;
  float: left;
  display: inline;
}
.img-list .list-item:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.img-list .img-box {
  width: 278px;
  height: 184px;
  background: #fff;
  line-height: 184px;
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.img-list .img-box .mask-edit {
  text-align: right;
  padding-right: 10px;
}
.img-list .img-box .mask-edit > a {
  margin-left: 8px;
  color: #ddd;
}
.img-list .img-box .mask-edit > a:hover {
  color: #fff;
}
.img-list .img-box img {
  width: 278px;
  height: 184px;
}
.img-list .item-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.img-list .item-title a {
  color: #333;
}
.img-list .item-title a:hover {
  color: #0494a3;
}
.img-list .item-title.no-title {
  text-align: left;
  color: #999;
}
.no-data {
  text-align: center;
  line-height: 250px;
}
.page {
  text-align: right;
  margin-bottom: 10px;
}
.page span {
  color: #333;
  display: inline-block;
  margin-right: 10px;
}
.page a {
  display: inline-block;
  padding: 3px 10px;
  background: #A7A7A7;
  color: #fff;
  margin-left: 5px;
}
.page a:hover {
  background: #0694A2;
  color: #fff;
}
.page a.selected {
  background: #0694A2;
  color: #fff;
}
.modal-header {
  padding: 10px 15px;
  background: #f5f5f5;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.modal-header h3 {
  font-size: 18px;
}
.modal-header h3 small {
  font-size: 12px;
  margin-left: 10px;
}
.modal-content {
  overflow: hidden;
}
.modal-content form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 10px 15px;
  margin-top: 0;
  background: #f5f5f5;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.modal-body {
  background: #fff;
}
.modal-body .alert {
  margin: -15px;
}
.modal-body .media {
  overflow: hidden;
}
.pad-inner {
  padding: 20px;
}
.contact-detail,
.feedback-detail {
  margin-left: 105px;
  margin-right: 105px;
}
.feedback-tips {
  margin-bottom: 10px;
}
.feed-box {
  border: 1px solid #cccccc;
  overflow: hidden;
}
.feed-box textarea {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 971px;
  margin-bottom: 0;
  resize: vertical;
}
.feed-box .feed-ctrl {
  text-align: right;
  line-height: 40px;
  padding: 5px;
}
.feed-box .feed-ctrl .tips {
  color: #acacac;
  margin-right: 20px;
}
.feed-item {
  overflow: hidden;
  margin-bottom: 20px;
}
.feed-item .item-img {
  width: 100px;
  height: 100px;
  border: 1px solid #cccccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
  display: inline;
  float: left;
}
.feed-item .item-body {
  margin-left: 120px;
}
.feed-item .item-title {
  color: #c8c8c8;
  margin-bottom: 10px;
}
.feed-item .item-title strong {
  color: #333;
  margin-right: 10px;
  font-size: 18px;
}
.feed-item .item-msg {
  word-wrap: break-word !important;
  word-break: normal !important;
  color: #333;
}
.mask-index .mask-body {
  position: fixed;
  z-index: 1500;
  left: 0;
  right: 0;
  top: 15%;
}
.mask-index .mask-body .mask-tips {
  color: #fc5810;
  text-align: center;
}
.mask-index .mask-bg {
  background-color: #000;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1040;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.preview-area {
  margin: 0;
}
.preview-area:before,
.preview-area:after {
  content: " ";
  display: table;
}
.preview-area:after {
  clear: both;
}
.preview-area:before,
.preview-area:after {
  content: "";
  display: table;
}
.preview-area:after {
  clear: both;
}
#ie6 .preview-area,
#ie7 .preview-area {
  zoom: 1;
}
.preview-area li {
  list-style: none;
  width: 100px;
  height: 80px;
  display: inline;
  float: left;
  margin: 5px 10px 10px;
  position: relative;
  z-index: 1;
}
.preview-area li > a {
  position: absolute;
  z-index: 1;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
  line-height: 20px;
  background: #fff;
  right: -10px;
  top: -10px;
}


/*new*/
.intro-box .inner.new-inner{
  min-height: 293px;
  background: #f3f3f3;
}
.new-inner-left{
  margin:16px 26px;
  width: 291px;
  text-align: center;
}
.new-inner-img{
  width: 291px;
  height:219px;
  margin-bottom:10px;
  overflow: hidden;
}
.new-inner-img img{
  display: block;
  width: 100%;
  height:100%;
}

.box-body .new-business-title{
  height:30px;
  line-height: 30px;
}
.fzz{
  cursor: pointer;
  display: inline-block;
  vertical-align: bottom;
}
.ico3{
  display: inline-block;
  width: 14px;
  height:14px;
  vertical-align: -2px;
  margin-right:5px;

  background: url("../img/ico3.png") no-repeat center;
}
.kq{
  margin-left:60px;
}

.new-float-left{
  margin-left: 342px;
  margin-top:16px;
  position: relative;
}
.new-float-left span,.new-float-left label{
  display: inline-block;
  color: #323232;
}
.ico4{
  width: 17px;
  height:17px;
  vertical-align: -3px;
  margin:0 3px;
  background: url("../img/ico4.png") no-repeat;
}
.ico5{
  width: 17px;
  height:17px;
  vertical-align: -3px;
  margin-right:3px;
  background: url("../img/ico6.png") no-repeat;
}
.ico6{
  width: 17px;
  height:17px;
  vertical-align: -5px;
  margin-right:3px;
  background: url("../img/ico5.png") no-repeat;
}
.width197{
  min-width: 197px;
  margin-right:10px;
}
.cor0496a3{
  color: #0496a3!important;
}
.new-checkbox input{
  vertical-align: top;
  margin-right: 5px;
}
.new-checkbox label{
  margin-right: 25px;
}
 .this-url {
  display: inline-block;
  padding: 5px 10px;
  background: #ccc;
  color: #6d6d6d;
}
 .copy-url {
  display: inline-block;
  /*padding: 5px 10px;*/
   padding: 3px 10px;
  background: #323232;
  color: #fff!important;
}
 .new-copy{
   /*position: absolute;*/
   bottom: -45px;
 }
 .container{
   /*width: 1220px;*/
   width: 1223px;
 }
 .new-link{
   margin-bottom:20px;
   font-size:16px;
   color: #323232;
   padding-left:28px;
 }
.new-link a{
  color: #323232;
  margin-right:10px;
}
.new-link a:hover,.new-link a.new-active{
  color: #0494a3;
  text-decoration: underline;
}
.intro-box{
  background: #fff;
}
.intro-box .no-inner{
  font-size:16px;
  color: #4b4b4b;
  padding-left:80px;
}
.new-copy .this-url,.new-copy .zclip{
  width: 240px!important;
  height: 20px!important;
  overflow: hidden;
  vertical-align:  -10px;
  white-space: nowrap;
}
.bdsharebuttonbox{
  display: inline-block;
  vertical-align: bottom;
  margin-left: 50px!important;
}
.new-copy .this-url{
  border: 1px solid #323232;
  height: 14px!important;
  line-height: 14px;
  vertical-align: -8px;
}
.new-decs-tit{
  float: left;
}
.new-desc{
  height: 33px;
  overflow: hidden;
  line-height: 1.2;
  margin-top:15px;
}
.new-desc .coverdesc,.new-desc .new-decs-tit{
  float: left;
}
.new-desc #descdetail{
  width: 90%;
}
.new-desc{
  height:53px;
}
#coverdesc{
  width: 90%;
  height: 40px;
  margin-bottom:0;
  resize:none;
}
.new-copy{
  bottom: -38px;
}

/*颜色*/
body{
  background: #000;
}
.new-link a{
  color: #6e6e6e;
}
.intro-box .no-inner,.intro-box{
  background: #1e1e1e;
  border:1px solid #323232;
  color: #6e6e6e;
}
.intro-box .inner.new-inner{
  background: #1e1e1e;
  border:1px solid #323232;
  color: #6e6e6e;
}
.new-float-left span, .new-float-left label{
  color: #6e6e6e;
}
.new-copy .this-url{
  background: #323232;
  color: #6e6e6e;
}
.copy-url{
  color: #6e6e6e!important;
}
