/**nei ye**/
.nybanner {
  width: 100%;
  height: 300px;
  overflow: hidden;
  /*padding-top: 105px;*/
  _padding-top: 0px;
  position: relative;
  z-index: 2;
}
.nybanner p {
	display: block;
	height: 300px;
	overflow: hidden;
	background-image: url(../images/nebanner.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.ownycontet .ow .left {
  width: 246px;
  position: relative;
  margin-top: -85px;
  z-index: 3;
  margin-bottom: 20px;
}
.ownycontet .ow .left .titlebk1 {
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
	padding-bottom: 10px;
	background-color: #b90075;
}
.ownycontet .ow .left .titlebk1 .tibk1 {
  background: url(images/lefttitle.jpg) no-repeat 39px 20px #7d2360;
  height: 70px;
  padding-top: 15px;
  padding-left: 70px;
  color: #fff;
  font-size: 20px;
}
.ownycontet .ow .left .titlebk1 .tibk1 p {
  font-size: 14px;
  color: #ffffff;
  text-transform: Uppercase;
  line-height: 24px;
}
.ownycontet .ow .left .titlebk1 .lefta a {
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  color: #5f5f5f;
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #eaeaea;
  display: block;
  overflow: hidden;
}
.ownycontet .ow .left .titlebk1 .lefta a span {
  position: relative;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.ownycontet .ow .left .titlebk1 .lefta a.hover  span {
  color: #de005d;
}
.lt-ie8{font-family:"微软雅黑";padding:10px 100px;position:fixed;left:0;right:0;text-align:center;font-size:30px;border:1px solid #808080;z-index:9999;background-color:#fff}
.ownycontet .ow .left .titlebk1 .lefta a span::before {
  position: absolute;
  top: 100%;
  content: attr(data-hover);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #de005d;
}
.ownycontet .ow .left .titlebk1 .lefta a:hover span,
.ownycontet .ow .left .titlebk1 .lefta a:focus span {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ownycontet .ow .left .contactbk2 {
  background: #7d2360;
  border-radius: 5px;
  width: 100%;
  overflow: hidden;
  margin-top: 40px;
}
.ownycontet .ow .left .contactbk2 .tibk1 {
  background: url(images/lefttitle.jpg) no-repeat 13px 20px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 18px;
  padding-left: 43px;
  text-transform: Uppercase;
}
.ownycontet .ow .left .contactbk2 .tibk1 b {
  padding-right: 5px;
}
.ownycontet .ow .left .contactbk2 .comt {
  background-color: #fff;
  line-height: 24px;
  padding: 15px;
  border-bottom: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
}
.ownycontet .ow .right {
  width: 690px;
  background-color: #fff;
  padding: 0px 15px;
  position: relative;
  overflow: hidden;
}
.ownycontet .ow .right .subtitle {
  height: 55px;
  line-height: 55px;
  text-align: right;
  border-bottom: 1px solid #ddd;
  color: #5f5f5f;
}
.ownycontet .ow .right .page-box {
  padding: 20px;
}
/*list news*/
.ownycontet .ow .right .page-box .listnews li {
  height: 63px;
  border: 1px solid #dbdcdc;
  margin-top: 10px;
}
.ownycontet .ow .right .page-box .listnews li .time {
  position: relative;
  width: 65px;
  height: 63px;
  display: block;
  float: left;
  overflow: hidden;
}
.ownycontet .ow .right .page-box .listnews li .time strong {
  font-size: 26px;
}
.ownycontet .ow .right .page-box .listnews li .time .num {
  position: relative;
  z-index: 99;
  display: block;
  text-align: center;
  color: #fff;
}
.ownycontet .ow .right .page-box .listnews li .time .num strong {
  color: #fff;
  display: block;
  padding-top: 6px;
}
.ownycontet .ow .right .page-box .listnews li .time .timeBg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #8e8e8e;
  z-index: 9;
}
.ownycontet .ow .right .page-box .listnews li .time .timeBg .timeBg2 {
  position: absolute;
  top: 0%;
  left: 0%;
  height: 0%;
  width: 0%;
  background: #fff;
  z-index: 99;
}
.ownycontet .ow .right .page-box .listnews li .listnews_txt {
  width: 85%;
  padding-left: 20px;
  line-height: 24px;
}
.ownycontet .ow .right .page-box .listnews li .listnews_txt h1 {
  height: 24px;
  color: #5f5f5f;
  padding-top: 10px;
  font-size: 12px;
}
.ownycontet .ow .right .page-box .listnews li .listnews_txt p {
  color: #999;
}
.ownycontet .ow .right .page-box .listnews li:hover .listnews_txt h1 {
  color: #de005d;
}
.ownycontet .ow .right .page-bd {
  margin: 10px 0px;
}
/*list listproduct1*/
.ownycontet .ow .right .page-bd .listproduct {
  width: 107%; padding-bottom: 20px;
}
.ownycontet .ow .right .page-bd .listproduct li {
  width: 217px;
  height: 266px;
  float: left;
  position: relative;
  margin: 10px 17px 10px 0px;
}
.ownycontet .ow .right .page-bd .listproduct li a {
  display: block;
  width: 196px;
  border: 2px solid #929292;
  overflow: hidden;
  height: 262px;
}
.ownycontet .ow .right .page-bd .listproduct li a:hover {
  text-decoration: none;
  color: #8f003c;
}
.ownycontet .ow .right .page-bd .listproduct li a b.lvse {
  position: absolute;
  background: url(images/promo.png) no-repeat;
  right: 19px;
  top: 2px;
  width: 24px;
  height: 24px;
}
.ownycontet .ow .right .page-bd .listproduct li img {
  width: 196px;
  height: 147px;
  display: block;
}
.ownycontet .ow .right .page-bd .listproduct li p {
  height: 48px;
  line-height: 48px;
  padding: 0px 10px;
  text-align: center;
  overflow: hidden;
  color: #8f003c;
  font-size: 14px;
}
.ownycontet .ow .right .page-bd .listproduct li span {
	border-top: #ccc solid 1px;
  line-height: 18px;
  color: #999;
  padding-left: 55px;
  display: inline-block;
  padding-top: 20px;
  height: 47px;
  width: 131px;
  padding-right: 10px;
  overflow: hidden;
  position: relative;
}
.ownycontet .ow .right .page-bd .listproduct li.prohover span {
  background: #a50045;
  color: #fff;border-top: #a50045 solid 1px;
}
.ownycontet .ow .right .page-bd .listproduct li.prohover a {
  border: 2px solid #a50045;
}
.ownycontet .ow .right .page-bd .listproduct li.prohover a b.lvse {
  position: absolute;
  background: url(images/promoh.png) no-repeat;
  right: 19px;
  top: 2px;
  width: 24px;
  height: 24px;
  opacity: 0;
}
/*list listproduct2*/
.ownycontet .ow .right .page-bd .listproduct2 {
  width: 107%; padding-bottom: 20px;
}
.ownycontet .ow .right .page-bd .listproduct2 li {
  width: 217px;
  float: left;
  position: relative;
  margin: 10px 17px 10px 0px;
}
.ownycontet .ow .right .page-bd .listproduct2 li a {
  display: block;
  width: 196px;
  border: 2px solid #929292;
  height: 147px;
  overflow: hidden;
}
.ownycontet .ow .right .page-bd .listproduct2 li a:hover {
  text-decoration: none;
  color: #8f003c;
}
.ownycontet .ow .right .page-bd .listproduct2 li a b.lvse {
  position: absolute;
  background: url(images/promo.png) no-repeat;
  right: 19px;
  top: 2px;
  width: 24px;
  height: 24px;
}
.ownycontet .ow .right .page-bd .listproduct2 li img {
  width: 196px;
  height: 147px;
  display: block;
}
.ownycontet .ow .right .page-bd .listproduct2 li p {
  height: 48px;
  line-height: 48px;
  padding: 0px 10px;
  text-align: center;
  overflow: hidden;
  color: #8f003c;
  font-size: 14px;
}
.ownycontet .ow .right .page-bd .listproduct2 li.prohover p {
  background: #a50045;
  color: #fff;
}
.ownycontet .ow .right .page-bd .listproduct2 li.prohover a {
  border: 2px solid #a50045;
}
.ownycontet .ow .right .page-bd .listproduct2 li.prohover a b.lvse {
  position: absolute;
  background: url(images/promoh.png) no-repeat;
  right: 19px;
  top: 2px;
  width: 24px;
  height: 24px;
  opacity: 0;
}
.preview {
  width: 320px;
}
.preview .fl_img {
  width: 320px;
  overflow: hidden;
  float: left;
}
.preview .fl_img #tp_img {
  width: 320px;
  height: 240px;
  overflow: hidden;
}
.preview .tinc {
  color: #5e5e5e;
  line-height: 36px;
  float: left;
  width: 425px;
  padding: 0 0 0 15px;
}
.preview .tinc p {
  font-size: 14px;
}
.preview .tinc .tits a {
  font-size: 14px;
  font-weight: bold;
  color: #0061e5;
}
.preview .tinc .pos {
  position: relative;
  top: 5px;
}
.preview .tinc .tips {
  margin-top: 20px;
  color: #4b4b4b;
  border: 1px solid #ffce6f;
  padding-left: 35px;
  background: #fff6e4 url(images/zpfwico.png) no-repeat 2px center;
}
.pro_tit {
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 10px;
}
.pro_tit h3 {
  font-size: 12px;
  text-transform: uppercase;
  color: #d4d4d4;
}
.pro_tit strong {
  color: #0061e5;
  font-size: 14px;
  padding-right: 5px;
}
.pro_about {
  line-height: 26px;
}
.fl_img .itag {
  width: 320px;
  padding-top: 10px;
  float: left;
  position: relative;
  display: block;
}
.fl_img .itag .up,
.fl_img .itag .down {
  background: url(images/hotPrev.jpg) no-repeat;
}
.fl_img .itag .up {
  left: 0px;
  width: 10px;
  height: 45px;
  position: absolute;
  display: block;
  top: 10px;
  background-position: 0px 0px;
}
.fl_img .itag .down {
  right: 0px;
  width: 10px;
  height: 45px;
  position: absolute;
  display: block;
  top: 10px;
  background-position: -14px 0px;
}
.fl_img .itag .img_ {
  height: 42px;
  width: 298px;
  margin: 0 auto;
  padding-bottom: 15px;
  overflow: hidden;
  position: relative;
}
.fl_img .itag .img_ a {
  display: block;
  width: 54px;
  height: 40px;
  border: 1px solid #ccc;
  float: left;
  margin: 0px 9px;
}
.fl_img .itag .img_ a:hover,
.fl_img .itag .img_ a.hover {
  border-color: #298a16;
}
.fl_img .itag .img_ .su_ {
  width: 200%;
}
.conrig {
  padding-left: 22px;
  width: 328px;
  *height: 330px;
}
.conrig h1 {
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #dddddd;
  font-size: 20px;
  color: #101010;
  font-weight: bold;
  margin-bottom: 15px;
}
.conrig span {
  display: block;
  line-height: 22px;
  color: #5f5f5f;
}
.showdesc .titdes {
  border-bottom: 2px solid #298a16;
  height: 35px;
  line-height: 35px;
}
.showdesc .titdes b {
  width: 97px;
  text-align: center;
  color: #fff;
  background: #298a16;
  display: inline-block;
  border-radius: 5px 5px 0px 0px;
  font-weight: normal;
}
.showdesc .contdes {
  padding: 10px;
  line-height: 24px;
}
.shownews h1 {
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #dddddd;
  font-size: 20px;
  color: #101010;
  font-weight: bold;
  text-align: center;
}
.shownews .mark {
  border-bottom: 1px solid #dddddd;
  line-height: 24px;
  text-align: center;
}
.shownews .info {
  padding: 15px 10px;
}
.aboutny {
  line-height: 24px;
  padding: 10px;
}
.aboutny .loginfrom {
  padding-top: 20px;
  padding-left: 30px;
}
.aboutny .loginfrom dl {
  height: 44px;
  line-height: 28px;
}
.aboutny .loginfrom dl dt {
  width: 100px;
  text-align: right;
  color: #000000;
  float: left;
}
.aboutny .loginfrom dl dd {
  width: 360px;
  float: left;
}
.aboutny .loginfrom dl .sbr {
  height: 28px;
  width: 300px;
  line-height: 28px;
  border: 1px solid #ececec;
}
.aboutny .loginfrom dl.textarea {
  height: 90px;
}
.aboutny .loginfrom .red {
  color: #fd0404;
  font-style: normal;
}
.aboutny .loginfrom .abtn {
  background: #de005d;
  border: 0;
  height: 36px;
  color: #fff;
  line-height: 36px;
  width: 100px;
  text-align: center;
  padding: 0px;
  cursor: pointer;
  font-family: "microsoft yahei";
}
.aboutny .loginfrom textarea {
  font-family: "microsoft yahei";
  padding: 5px;
  border: 1px solid #ececec;
  width: 300px;
  height: 60px;
}
.aboutny .loginfrom input {
  padding: 0px 5px;
}
.aboutny .loginfrom input:focus,
.aboutny .loginfrom textarea:focus {
  border-color: #de005d;
  outline: 0;
  -webkit-box-shadow: inset 0 0px 0px #de005d, 0 0 3px #de005d;
  box-shadow: inset 0 0px 0px #de005d, 0 0 3px #de005d;
}
.aboutny .messlist {
  margin-top: 10px;
}
.aboutny .messlist ul li {
  padding: 10px;
  border-top: 1px solid #dddddd;
}
.aboutny .messlist ul li img {
  width: 60px;
  height: 60px;
}
.aboutny .messlist ul li div.fl {
  padding-left: 30px;
  width: 520px;
}
.aboutny .messlist ul li div.fl span {
  display: block;
  color: #b3b3b3;
}
.aboutny .messlist ul li div.fl span b {
  color: #de005d;
  padding-right: 30px;
}
.aboutny .messlist ul li div.fl span.txt {
  color: #5f5f5f;
  line-height: 20px;
/*  height: 40px;*/
  overflow: hidden;
}
.aboutny .messlist .prenextType li{ padding: 0px; border: 0px;}
.aboutny .messlist ul li div.fl .huifu {
  background: url(images/page02.jpg) no-repeat 5px 3px #f0f2ef;
  padding: 5px 10px 5px 35px;
  margin-top: 5px;
}
.aboutny .messlist ul li div.fl .huifu b {
  font-weight: normal;
}
/* pager */
.pageCss {
  display: block;
  width: 99%;
  height: auto;
  padding: 25px 0 15px;
  text-align: center;
  clear: both;
}
.pageCss ul{
  margin: 0px 2px;
  display: inline-block;
  border: 1px solid #e2e2e2;
  color: #000;
  background: none;
  height: 24px;
  line-height: 24px;
  padding: 0px 8px;
  text-decoration: none;
  text-align: center;
}
.pageCss ul li{ float: left;}
.pageCss .numType:hover,
.pageCss .numType {
  color: #fff;
  text-decoration: none;
  border:none;
  padding: 0px;
  margin: 0px;
}
.pageCss .numType li{ float: left; border: 1px solid #e2e2e2; padding: 0px 8px;}
.pageCss .numType li#currentPage{ background: #de005d; margin:0px  2px;}
/* reLink */
.reLink {
  height: 30px;
  line-height: 30px;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  width: 100%;
  background: none;
  margin: 15px 0px;
}
.reLink .prevLink,
.reLink .nextLink {
  width: 45%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.reLink .prevLink {
  float: left;
  margin-left: 10px;
  text-align: left;
}
.reLink .nextLink {
  float: right;
  margin-right: 10px;
  text-align: right;
}
.reLink a:hover {
  text-decoration: underline;
}

