

/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
*{margin:0; padding:0}
/*
 * Prevents modern browsers from displaying 'audio' without controls
 */
audio:not([controls]) {
  display: none;
}
/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */
[hidden] {
  display: none;
}

/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
html {
  font-size: 100%;
  
  -webkit-text-size-adjust: 100%;
  
  -ms-text-size-adjust: 100%;
  
}
/* 
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE6/7
 */
body {
  margin: 0;
}

/*
 * Addresses outline displayed oddly in Chrome
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:hover,
a:active {
  outline: 0;
}

/*
 * Neutralise smaller font-size in 'section' and 'article' in FF4+, Chrome, S5
 * Fix IE6/7 heading font-size not being relative to the root font-size
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in S5, Chrome
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE6/7/8/9
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */

q {
  quotes: none;
}

q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}

ul,
ol {
  margin-left: 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  
  -ms-interpolation-mode: bicubic;
  
}
/*
 * Corrects overflow displayed oddly in IE9 
 */
svg:not(:root) {
  overflow: hidden;
}

/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */
figure {
  margin: 0;
}

/*
 * Corrects margin displayed oddly in IE6/7
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3 
 * 3. Corrects alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  
  padding: 0;
  white-space: normal;
  
  *margin-left: -7px;
  
}
/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  
  margin: 0;
  
  vertical-align: baseline;
  
  *vertical-align: middle;
  
}
/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */
button,
input {
  line-height: normal;
  
}
/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  
  -webkit-appearance: button;
  
  *overflow: visible;
  
}
/*
 * Re-set default cursor for disabled elements
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
      Known issue: excess padding remains in IE6
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  
  padding: 0;
  
  *height: 13px;
  
  *width: 13px;
  
}
/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */
input[type="search"] {
  -webkit-appearance: textfield;
  
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  
  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */
textarea {
  overflow: auto;
  
  vertical-align: top;
  
}

/* 
 * Remove most spacing between table cells
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*
** CSS3
*/
body {
  margin: 0;
  font: 14px/20px "宋体", Arial, Sans-serif;
  color: #000000;
  background: url('../../../html/sitetheme/14d2057b2320e7eb97fb53ab390a8486/img/bodybg.jpg') repeat 0 0;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  color: #000000;
  text-decoration: none;
}

.l-mn .cf:after,
.l-mn .cf:before {
  content: "";
  display: table;
}
.l-mn .cf:after {
  clear: both;
}
.container {
  width: 960px;
  margin: 0 auto;
}
.tch {
  position: relative;
  margin-right: 40px;
}
.tch:after {
  content: "";
  position: absolute;
  right: -30px;
  top: 50%;
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -8px;
  background: url('../../../html/sitetheme/14d2057b2320e7eb97fb53ab390a8486/img/sprit.png') no-repeat;
}
.aright {
  text-align: right;
  vertical-align: sub;
}
.abt-bd p {
  margin: 0;
  line-height: 25px;
  text-indent: 28px;
}
.nws-ul li a {
  float: left;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 300ms ease-in 0s;
  -moz-transition: all 300ms ease-in 0s;
  -ms-transition: all 300ms ease-in 0s;
  -o-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
}
.nws-ul li a:hover {
  -webkit-transition: all 300ms ease-in 0s;
  -moz-transition: all 300ms ease-in 0s;
  -ms-transition: all 300ms ease-in 0s;
  -o-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
}
.nws-ul li span {
  float: right;
}
.nwsDtl-cnt {
  color: #000000;
}
.nwsDtl-cnt h3 {
  text-align: center;
}
.nwsDtl-cnt .pubTime {
  display: block;
  text-align: center;
}
.nwsDtl-cnt p {
  line-height: 25px;
  text-indent: 28px;
}
.nws-cnt h3 {
  text-align: center;
}
.nws-cnt span {
  display: block;
  text-align: center;
}
.nws-cnt p {
  line-height: 25px;
  text-indent: 28px;
}
.listbox {
  position: relative;
  margin: 20px 0;
  padding: 0 0 20px;
  border-bottom: 1px dotted #7b6335;
}
.listbox input {
  position: relative;
  top: 50px;
  float: left;
}
.listbox .img {
  float: left;
  padding: 0 20px;
}
.listbox .img a {
  display: inline-block;
  border: 1px solid #c9c9c9;
}
.listbox .details {
  float: left;
  padding: 0 10px;
  font-size: 12px;
}
.listbox .details div {
  font-size: 14px;
}
.listbox .details div span {
  font-size: 12px;
}
.listbox .details p {
  line-height: 18px;
  margin: 5px 0;
}
.listbox .details a {
  float: left;
  margin-right: 10px;
  font-weight: bold;
  -webkit-transition: all 300ms ease-in 0s;
  -moz-transition: all 300ms ease-in 0s;
  -ms-transition: all 300ms ease-in 0s;
  -o-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
}
.listbox .details a:hover {
  -webkit-transition: all 300ms ease-in 0s;
  -moz-transition: all 300ms ease-in 0s;
  -ms-transition: all 300ms ease-in 0s;
  -o-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
}
.listbox .ms {
  float: right;
}
.module .inner-title {
  float: left;
}
.module .inner-content {
  float: left;
}
.prd-itm {
  padding: 0 12px;
  *padding: 0;
  font-size: 12px;
}
.prd-itm .hd3 {
  margin: 0;
  padding: 10px 0;
  font-size: 18px;
  text-align: center;
}
.prd-itm .pubTime {
  display: block;
  padding-bottom: 20px;
  text-align: center;
}
.prd-itm .gallery {
  float: left;
  width: 254px;
  margin-top: 10px;
}
.prd-itm .gallery a {
  display: block;
  text-decoration: none;
  text-align: center;
}
.prd-itm .gallery .txt {
  display: block;
  padding: 5px 0 5px 20px;
}
.prd-itm .gallery span {
  display: block;
  display: block\0;
  text-align: center;
}
.prd-itm a img {
  display: block;
}
.prd-itm .prdCnt {
  float: right;
}
.have-margin {
  padding: 10px;
  line-height: 20px;
  text-indent: 24px;
}
.list a {
  display: inline-block;
}
.detail {
  padding: 0 10px;
}
.detail .hd3 {
  line-height: normal;
  margin-bottom: 10px;
  padding: 3px 10px 3px 32px;
  text-indent: 0;
}
.detail p {
  line-height: 20px;
  margin: 0;
  padding: 0 10px;
  text-indent: 28px;
}
.detail div {
  text-align: center;
}
.relate {
  margin-bottom: 15px;
  padding: 0 10px;
}
.relate .hd3 {
  padding: 3px 10px 3px 32px;
}
.relate div {
  overflow: hidden;
  margin: 0 20px;
}
.relate ul {
  padding: 0 10px;
}
.relate ul li {
  float: left;
  text-align: center;
}
.relate ul li a {
  display: block;
  *height: 20px;
  *line-height: 20px;
  margin: 5px 0;
  *margin-bottom: 10px;
  text-align: center;
  -webkit-transition: all 300ms ease-in 0s;
  -moz-transition: all 300ms ease-in 0s;
  -ms-transition: all 300ms ease-in 0s;
  -o-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
}
.relate ul li a:hover {
  color: #fa9632;
  -webkit-transition: all 300ms ease-in 0s;
  -moz-transition: all 300ms ease-in 0s;
  -ms-transition: all 300ms ease-in 0s;
  -o-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
}
.relate ul li a img {
  display: block;
}
.relate ul .last {
  margin: 0;
}
.relate .rotateLeft,
.relate .rotateRight {
  position: absolute;
  top: 50%;
  display: block;
  width: 9px;
  height: 17px;
  cursor: pointer;
}
.show-cnt {
  padding: 10px;
}
.show-itm {
  float: left;
  *margin: 5px 5px;
}
.show-itm a {
  display: block;
  text-align: center;
}
.show-itm .img {
  *display: inline-block;
  padding: 1px;
  border: 1px solid #c8c8c8;
}
.show-itm .img img {
  display: block;
}
.show-itm .txt {
  line-height: 25px;
  -webkit-transition: all 300ms ease-in 0s;
  -moz-transition: all 300ms ease-in 0s;
  -ms-transition: all 300ms ease-in 0s;
  -o-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
}
.show-itm .txt:hover {
  -webkit-transition: all 300ms ease-in 0s;
  -moz-transition: all 300ms ease-in 0s;
  -ms-transition: all 300ms ease-in 0s;
  -o-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
}
.showDtl-cnt h3 {
  padding-bottom: 10px;
  text-align: center;
  border-bottom: 1px dashed #000000;
}
.showDtl-cnt span {
  margin-bottom: 10px;
  display: block;
  text-align: center;
  font-size: 12px;
}
.showDtl-cnt div {
  text-align: center;
}
.showDtl-cnt div img {
  max-width: 665px;
}
.showDtl-cnt p {
  line-height: 25px;
  text-indent: 28px;
}
/************************page nav**************************************/
#pagesNav {
  height: 20px;
  padding: 5px;
  text-align: center;
  clear: both;
}
#pagesNav .pages_info {
  display: inline-block;
  line-height: 20px;
}
#pagesNav .pages_num {
  display: inline-block;
  line-height: 17px;
  padding-right: 10px;
}
#pagesNav .pages_num a {
  display: block;
  float: left;
  font-size: 14px;
  margin-left: 5px;
  padding: 0 4px;
}
#pagesNav .pages_num .page_view {
  font-weight: bold;
}
#pagesNav .pages_go {
  display: inline-block;
  line-height: 20px;
  overflow: hidden;
}
#pagesNav .pages_go form {
  float: left;
  margin: 0;
}
#pagesNav .pages_go .input1 {
  height: 13px;
  width: 20px;
}
#pagesNav .pages_go .input2 {
  margin: -1px 0 0 10px;
}
.fl {
  float: left;
}
/*********************************message********************************************/
.message {
  padding-top: 10px;
}
.message_ct {
  padding: 20px 30px;
}
.dotted {
  border-bottom: 1px dotted #000000;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.reply {
  margin: 0 10px 10px;
  padding: 10px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.reply p {
  margin: 0;
}
.padding10 {
  padding: 20px;
}
.padding10 p {
  margin: 0;
}
.message_form {
  line-height: 25px;
  padding: 10px 35px;
}
.fr {
  float: right;
}
/*
** turn page module
*/
.turnPage {
  margin: 20px 0;
  padding: 5px 10px;
}
.turnPage a {
  -webkit-transition: all 300ms ease-in 0s;
  -moz-transition: all 300ms ease-in 0s;
  -ms-transition: all 300ms ease-in 0s;
  -o-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
}
.turnPage a:hover {
  -webkit-transition: all 300ms ease-in 0s;
  -moz-transition: all 300ms ease-in 0s;
  -ms-transition: all 300ms ease-in 0s;
  -o-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
}
.pageUp {
  float: left;
}
.pageDn {
  float: right;
}
/******* shop category ****/
.shop-category ul.simple li a.image {
  display: block;
  overflow: hidden;
  width: 150px;
}
.shop-category ul.simple li a.image img {
  float: left;
}
.shop-category .bd ul.simple li.last-cat {
  border-bottom: 0 none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.shop-category ul.simple .cat-hd {
  font-weight: normal;
  margin: 5px 0;
  padding-left: 16px;
}
.shop-category ul.simple li .cat-hd a {
  display: block;
  text-decoration: none;
  text-align: left;
}
.shop-category ul.simple li.expand .cat-hd {
  background-position: -889px -198px;
  overflow: hidden;
  padding-left: 16px;
}
.shop-category ul.simple li.expand h4.collapse {
  cursor: pointer;
}
.shop-category ul.simple li.expand h4 a {
  float: left;
  color: #9f0e13;
}
.shop-category ul.simple li.collapse ul {
  display: none;
}
.shop-category ul.simple li li {
  background: url("../../../html/sitetheme/14d2057b2320e7eb97fb53ab390a8486/img/category-nav.png") no-repeat scroll -384px center transparent;
  padding: 3px 0 3px 16px;
}
.shop-category ul.simple li li.last {
  background-position: -586px center;
}
.shop-category .bd ul.vas .cat-hd {
  line-height: 27px;
  text-indent: 25px;
}
.shop-category ul.vas li .cat-hd {
  display: block;
  font-size: 12px;
  height: 26px;
  line-height: 26px;
  list-style: none outside none;
  text-indent: 35px;
}
.cat-hd a span {
  font-size: 14px;
  text-align: normal;
  padding: 0;
}
.cat-bd li {
  text-align: left;
}
.cat-bd a {
  padding-left: 10px;
  text-decoration: none;
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
}
.cat-bd a span {
  padding: 0;
}
.cat-bd a:hover {
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
}
.l-hd > .container { overflow:hidden;
}
.top {
	height:134px;
  text-align: center;
  background: url('../../../html/sitetheme/14d2057b2320e7eb97fb53ab390a8486/img/topbg.jpg') repeat-x 0 0;  margin:0;
}
.logo {
  display: inline-block;
  width: 570px;
  height: 94px;
  margin: 0;
  text-indent: -9999px;
  background: url('../../../html/sitetheme/14d2057b2320e7eb97fb53ab390a8486/img/logo.png') no-repeat 0 0; overflow:hidden; margin-top:20px;
}
.nav { width:100%;
  background: url('../../../html/sitetheme/14d2057b2320e7eb97fb53ab390a8486/img/navbg.jpg') repeat-x 0 0; height:41px; overflow:hidden; margin:0; padding:0;
}
.l-mn{margin:0; padding:0;}
.nav-ul { overflow:hidden;
  z-index: 2; height:41px; width:960px;
}
.nav-ul > li {
  float: left; height:21px; width:130px; display:inline; text-align:center; border-right:1px solid #000; margin-top:10px;
}
.nav-ul > li > a {
  z-index: 2;
  color: #ffffff;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.nav-ul > li > a:hover {
  color: #ff9600;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
/*********
.nav-ul > li > a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 21px;
  margin-top: -11px;
  background-color: #002349;
  border-right: 1px solid #3aedff;
  overflow:hidden;
} *************/
.nav-ul > li:first-child > a:after {
  display: none;
}
.banner {
  overflow: hidden;
  width: 960px;
  margin-bottom: 10px;
}
.pic {
  width: 960px; float:left; overflow:hidden; height:370px;
}
.pic > li {
  float: left;
}
.pic > li > img {
  display: block;
  width: 960px;
  height: 370px;
}
.l-mn > .container {
  border: 1px solid #fcffd4;
  background-color: #d7f1fe;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
}
.l-idxCnt {
  margin: 20px 9px;
}
.cnt-itm > .hd {
  padding: 6px 20px 7px 50px;
}
.cnt-itm > .hd > span {
  float: left;
}
.cnt-itm > .hd > a {
  position: relative;
  float: right;
}
.cnt-itm > .hd > a:after {
  content: "+";
  position: absolute;
  right: -6px;
  top: 1px;
  display: block;
}
.idxAbt {
  float: left;
  width: 360px;
  margin: 0 10px 0 5px;
}
.idxAbt > .hd {
  padding-left: 80px;
  background: url('../../../html/sitetheme/14d2057b2320e7eb97fb53ab390a8486/img/idxabouthdbg.jpg') no-repeat 0 0;
}
.idxAbt > .hd > span {
  position: relative;
}
.idxAbt > .hd > span:after {
  content: "";
  position: absolute;
  left: -70px;
  top: -20px;
  display: block;
  width: 58px;
  height: 44px;
  background: url('../../../html/sitetheme/14d2057b2320e7eb97fb53ab390a8486/img/sprit.png') no-repeat -34px 0;
}
.idxAbt > .bd {
  padding: 10px 5px 0;
  background: url('../../../html/sitetheme/14d2057b2320e7eb97fb53ab390a8486/img/idxaboutbg.png') no-repeat -40px 0;
}
.idxAbt > .bd > p {
  float: right;
  width: 180px;
  height: 280px;
  margin: 0;
  line-height: 25px;

}
.idxNws {
  float: left;
  width: 353px;
  margin-right: 20px;
}
.idxNws > .hd {
  background: url('../../../html/sitetheme/14d2057b2320e7eb97fb53ab390a8486/img/idxnewshdbg.jpg') no-repeat 0 0;
}
.idxNws > .hd > span {
  position: relative;
}
.idxNws > .hd > span:after {
  content: "";
  position: absolute;
  left: -40px;
  top: -23px;
  display: block;
  width: 32px;
  height: 48px;
  background: url('../../../html/sitetheme/14d2057b2320e7eb97fb53ab390a8486/img/sprit.png') no-repeat 0 -19px;
}
.idxNws-ul {
  float: left;
  padding: 10px 0;
}
.idxNws-ul > li {
  width: 353px;
  height: 30px;line-height: 30px;
  border-bottom: 1px dotted #153870;
}
.idxNws-ul > li > a {
  position: relative;
  float: left;
  display: block;
  overflow: hidden;
  max-width: 225px;
  padding-left: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.idxNws-ul > li > a:hover {
  color: #ff9600;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.idxNws-ul > li > a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 4px;
  height: 4px;
  margin-top: -3px;
  border: 1px solid #a28052;
  background-color: #dfbb7d;
}
.idxNws-ul > li > span {
  float: right;
  margin-right: 15px;
}
.idxCta {
  float: right;
  width: 165px;
  border: 1px solid #1f67a2;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 0 2px 1px #b3c9d4;
  box-shadow: 0 0 2px 1px #b3c9d4;
}
.idxCta > img {
  display: block;
  width: 165px;
  height: 324px;
}
.idxCta-tbl {
  margin: 6px 15px;
  line-height: 25px;
}
.idxCta-tbl > caption {
  text-align: left;
  margin: 10px 0 5px;
}
.idxCta-tbl tr a {
  display: block;
  word-break: break-all;
}
.idxCta-tbl tr a:hover {
  text-decoration: underline;
}
.idxRlt {
  margin: 20px 1px;
  border: 1px solid #d0d0d0;
}
.idxRlt > .hd {
  margin: 1px;
  border-bottom: 6px solid #d9d9d9;
}
.idxRlt > .hd > span {
  position: relative;
  z-index: 2;
  float: left;
  display: block;
  width: 113px;
  height: 24px;
  padding-left: 15px;
  line-height: 24px;
  color: #ffffff;
}
.idxRlt > .hd > span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  display: block;
  width: 128px;
  height: 24px;
  background: url('../../../html/sitetheme/14d2057b2320e7eb97fb53ab390a8486/img/sprit.png') no-repeat -41px -52px;
}
.idxRlt > .hd > a {
  position: relative;
  float: right;
  margin-right: 25px;
}
.idxRlt > .hd > a:after {
  content: "";
  position: absolute;
  right: -9px;
  top: 50%;
  display: block;
  width: 10px;
  height: 9px;
  margin-top: -4px;
  background: url('../../../html/sitetheme/14d2057b2320e7eb97fb53ab390a8486/img/sprit.png') no-repeat -54px -43px;
}
.idxRlt > .bd {
  position: relative;
  min-height: 30px;
  padding: 20px 30px;
}
.idxRlt > .bd > div {
  overflow: hidden;
  width: 896px;
}
.idxRlt > .bd > div > ul {
  width: 10000px;
}
.idxRlt > .bd .rotateLeft,
.idxRlt > .bd .rotateRight {
  position: absolute;
  top: 50%;
  display: block;
  width: 14px;
  height: 28px;
  margin-top: -20px;
  cursor: pointer;
  background: url('../../../html/sitetheme/14d2057b2320e7eb97fb53ab390a8486/img/sprit.png') no-repeat 0 -76px;
}
.idxRlt > .bd .rotateLeft {
  left: 15px;
}
.idxRlt > .bd .rotateRight {
  right: 15px;
  background-position: -15px -76px;
}
.idxRlt-itm {
  float: left;
  width: 204px;
  min-height: 190px;
  margin: 0 5px;
  padding: 5px 5px 0 5px;
  text-align: center;
  background-color: #d6d6d6;
}
.idxRlt-itm > a {
  display: block;
}
.idxRlt-itm > .img > img {
  display: block;
  width: 204px;
  height: 138px;
}
.idxRlt-itm .txt {
  overflow: hidden;
  max-height: 50px;
  line-height: 25px;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.idxRlt-itm .txt:hover {
  color: #ff9600;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.idxShw > .bd .rotateLeft,
.idxShw > .bd .rotateRight {
  width: 24px;
  height: 24px;
}
.idxShw > .bd .rotateLeft {
  left: 10px;
  background-position: -30px -76px;
}
.idxShw > .bd .rotateRight {
  right: 10px;
  background-position: -55px -76px;
}
.nws-idx {
  margin: 20px 1px;
  border: 1px solid #d0d0d0;
}
.nws-idx > .hd {
  position: relative;
  z-index: 2;
  display: block;
  height: 30px;
  margin: 1px;
  padding-left: 15px;
  line-height: 30px;
  color: #ffffff;
  background-color: #d0d0d0;
}
.nws-idx > .hd:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  display: block;
  width: 100px;
  height: 100%;
  background-color: #2d9e3e;
}
.nws-idx > .bd {
  padding: 20px;
}
.nws-itm > li {
  float: left;
  width: 455px;
  padding: 5px 0;
  border-bottom: 1px dotted #4f4f4f;
}
.nws-itm > li > a {
  position: relative;
  float: left;
  display: block;
  overflow: hidden;
  max-width: 220px;
  padding-left: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.nws-itm > li > a:hover {
  color: #ff9600;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.nws-itm > li > a:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  display: block;
  width: 4px;
  height: 5px;
  margin-top: -2px;
  background: url('../../../html/sitetheme/14d2057b2320e7eb97fb53ab390a8486/img/sprit.png') no-repeat -54px -29px;
}
.nws-itm > li > span {
  float: right;
  margin-right: 40px;
  color: #aaaaaa;
}
.idx-itm > .hd {
  padding: 2px 20px 2px 65px;
  border-bottom: 5px solid #5ea7f6;
}
.idx-itm > .hd > span {
  position: relative;
  float: left;
}
.idx-itm > .hd > span:after {
  content: "";
  position: absolute;
  left: -63px;
  top: -12px;
  display: block;
  width: 54px;
  height: 40px;
  background: url('../../../html/sitetheme/14d2057b2320e7eb97fb53ab390a8486/img/sprit.png') no-repeat -32px -44px;
}
.idx-itm > .hd > a {
  position: relative;
  float: right;
}
.idx-itm > .hd > a:after {
  content: "+";
  position: absolute;
  right: -6px;
  top: 1px;
  display: block;
}
.l-hd{margin:0; padding:0;}
.idxShw {
  margin: 10px 0;
}
.idxShw > .bd {
  padding-top: 20px;
}
.idxShw-itm {
  float: left;
  width: 206px;
  min-height: 225px;
  margin: 0 10px;
  text-align: center;
}
.idxShw-itm > a {
  display: block;
}
.idxShw-itm > .img{ width: 200px;
  height: 168px; overflow:hidden;}

.idxShw-itm > .img > img {
  display: block;
  width: 200px;
  height: 168px;
  padding: 2px;
  border: 1px solid #2e73ae; overflow:hidden;
}
.idxShw-itm > .txt {
  max-height: 50px;
  line-height: 25px;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.idxShw-itm > .txt:hover {
  color: #ff9600;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.links > .hd > span:after {
  top: -19px;
  width: 56px;
  height: 44px;
  background-position: -92px 0;
}
.links-ul {
  padding: 10px 0;
}
.links-ul > li {
  float: left;
  margin: 5px 19px;
}
.links-ul > li > a {
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.links-ul > li > a:hover {
  color: #ff9600;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.l-ft {
  margin-top: 15px;
  border-top: 3px solid #2ea0f6;
  background: url('../../../html/sitetheme/14d2057b2320e7eb97fb53ab390a8486/img/topbg.jpg') repeat-x 0 0; height:70px; overflow:hidden; margin-bottom:0;
}
.l-ft > .container {
  padding: 10px 20px;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
}
.l-ft > .container > p {line-height:22px;
}
.l-ft > .container > p > a {
  color: #ffffff;
}
.l-ft > .container > p > a:hover {
  text-decoration: underline;
}
.l-cnt {
  position: relative;
  margin: 20px 10px; overflow:hidden;
}
.l-pry {
  float: right;
  width: 728px;
  overflow:hidden;
}
.l-pry > .hd {
  padding: 6px 20px 7px 80px;
  background: url('../../../html/sitetheme/14d2057b2320e7eb97fb53ab390a8486/img/pryhdbg.jpg') no-repeat 0 0;
}
.l-pry > .hd > span {
  position: relative;
  float: left;
}
.l-pry > .hd > span:after {
  content: "";
  position: absolute;
  left: -70px;
  top: -20px;
  display: block;
  width: 58px;
  height: 44px;
  background: url('../../../html/sitetheme/14d2057b2320e7eb97fb53ab390a8486/img/sprit.png') no-repeat -34px 0;
}
.l-pry > .hd > p {
  float: right;
  margin: 0;
}
.l-pry > .hd > p > a:hover {
  text-decoration: underline;
}
.is-home {
  position: relative;
  margin-right: 20px;
}
.is-home:after {
  content: ">";
  position: absolute;
  right: -13px;
  top: -1px;
  display: block;
  font-size: 12px;
}
.l-asd {
  float: left;
  width: 184px;
  overflow:hidden;
}
.l-asd > img {
  display: block;
  width: 178px;
  height: 352px;
  padding: 3px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 6px 6px 0 #abc1ca;
  box-shadow: 0 6px 6px 0 #abc1ca;
}
.card {
  margin-bottom: 10px;
}
.card > .bd {
  min-height: 170px;
  padding: 10px 5px;
}
.card > .bd > p {
  margin: 0;
  padding: 10px 3px;
  line-height: 25px;
  border-bottom: 1px dotted #5e5e5e;
}
.card > .bd > p > span {
  font-weight: bold;
}
.sort {
  margin-bottom: 10px;
}
.sort > .bd {
  padding: 10px;
}
.shop-category ul.simple .cat-hd {
  position: relative;
  padding: 5px 0 5px 20px;
  border-bottom: 1px dashed #5e5e5e;
}
.shop-category ul.simple li.expand .cat-hd {
  padding-left: 20px;
  background-color: #f1f1f1;
}
.shop-category ul.simple li.expand h4 a {
  float: none;
  color: #0ba17d;
}
.cat-bd {
  margin-left: 20px;
}
.cat-bd > li > a {
  padding-left: 0;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.cat-bd > li > a:hover {
  color: #ff9600;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.pry-bd {
  padding: 10px 0;
}
.abt-bd > p {
  margin: 0 10px;
  line-height: 25px;
  text-indent: 28px;
}
.abt-tbl {
  margin: 10px auto;
  line-height: 25px;
}
.abt-tbl .aright {
  position: relative;
  width: 110px;
}
.abt-tbl tr:nth-child(2n+1) {
  background-color: #f1f1f1;
}
.abt-tbl tr td {
  padding: 5px 0;
}
.abt-tbl tr a:hover {
  text-decoration: underline;
}
.cta-bd {
  background: url('../../../html/sitetheme/14d2057b2320e7eb97fb53ab390a8486/img/contactbg.jpg') no-repeat 405px 71px;
}
.cta-bd > img {
  display: block;
  width: 636px;
  height: 372px;
  margin-top: 40px;
}
.cta-tbl {
  margin: 60px 0 0 35px;
  line-height: 25px;
  color: #040404;
}
.cta-tbl > caption {
  color: #000000;
  text-align: left;
  white-space: nowrap;
}
.cta-tbl tr a:hover {
  text-decoration: underline;
}
.map > .hd {
  position: relative;
  display: block;
  margin: 10px 0;
  color: #454545;
  text-align: center;
}
.map > .hd:after,
.map > .hd:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 83px;
  height: 19px;
  margin-top: -10px;
  background: url('../../../html/sitetheme/14d2057b2320e7eb97fb53ab390a8486/img/sprit.png') no-repeat -85px -29px;
}
.map > .hd:after {
  margin-left: -150px;
}
.map > .hd:before {
  margin-left: 65px;
  background-position: -84px -76px;
}
.map > img {
  display: block;
  width: 644px;
  height: 307px;
  margin-left: 20px;
}
.reply {
  background-color: #f0f0f0;
}
.gszz-bd {
  padding: 20px 10px;
}
.gszz-tbl {
  width: 100%;
  margin-bottom: 20px;
  color: #10395f;
  text-align: center;
}
.gszz-tbl > caption {
  width: 134px;
  height: 31px;
  margin-left: 20px;
  line-height: 31px;
  text-align: center;
  border: 1px solid #c4c4c4;
  border-bottom: none;
  background-color: #fefefe;
  
  background-image: -moz-linear-gradient(top, #fefefe 0%, #f1f1f1 50%, #e4e6e4 100%);
  
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(50%, #f1f1f1), color-stop(100%, #e4e6e4));
  
  background-image: -webkit-linear-gradient(top, #fefefe 0%, #f1f1f1 50%, #e4e6e4 100%);
  
  background-image: -o-linear-gradient(top, #fefefe 0%, #f1f1f1 50%, #e4e6e4 100%);
  
  background-image: -ms-linear-gradient(top, #fefefe 0%, #f1f1f1 50%, #e4e6e4 100%);
  
  background-image: linear-gradient(to bottom, #fefefe 0%, #f1f1f1 50%, #e4e6e4 100%);
  
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.gszz-tbl td {
  padding: 5px 0;
}
.gszz-tbl td img {
  display: inline-block;
  width: 98px;
  height: 98px;
  border: 1px solid #c4c4c4;
}
.gszz-tbl > thead {
  border: 1px solid #c4c4c4;
  background-color: #fefefe;
  
  background-image: -moz-linear-gradient(top, #fefefe 0%, #f1f1f1 50%, #e4e6e4 100%);
  
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(50%, #f1f1f1), color-stop(100%, #e4e6e4));
  
  background-image: -webkit-linear-gradient(top, #fefefe 0%, #f1f1f1 50%, #e4e6e4 100%);
  
  background-image: -o-linear-gradient(top, #fefefe 0%, #f1f1f1 50%, #e4e6e4 100%);
  
  background-image: -ms-linear-gradient(top, #fefefe 0%, #f1f1f1 50%, #e4e6e4 100%);
  
  background-image: linear-gradient(to bottom, #fefefe 0%, #f1f1f1 50%, #e4e6e4 100%);
  
}
.gszz-tbl > tbody {
  color: #000000;
}
.nws-bd {
  padding: 10px 20px;
}
.nws-ul > li {
  margin: 30px 0;
}
.nws-ul > li > a {
  position: relative;
  max-width: 400px;
  padding-left: 15px;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.nws-ul > li > a:hover {
  color: #ff9600;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.nws-ul > li > a:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  display: block;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  background-color: #2f7d00;
}
.nwsDtl-cnt {
  color: inherit;
}
.prd-bd {
  padding: 10px 20px;
}
.listbox {
  border-bottom: none;
  position: relative;
}
.listbox .img a {
  border: none;
}
.listbox .img img {
  display: block;
  width: 136px;
  height: 115px;
  border: 1px solid #adadad;
}
.listbox .details {
  width: 435px;
}
.listbox .details a {
  color: #000000;
}
.listbox .details a:hover {
  color: #ff9600;
}
.listbox .details p {
  font-size: 14px;
}
.listbox .ms {
  position: relative;
  top: 45px;
  color: #f29906;
  text-decoration: underline;
}
.listbox .ms:hover {
  text-decoration: none;
}
.listbox .ms:after {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  width: 16px;
  height: 12px;
  margin-top: -6px;
  background: url('../../../html/sitetheme/14d2057b2320e7eb97fb53ab390a8486/img/sprit.png') no-repeat -31px -34px;
}
.prdDtl-bd {
  color: #535353;
}
.prd-itm {
  padding: 0 30px;
}
.prd-itm .prdCnt {
  width: 320px;
}
.prd-itm .gallery {
  width: 240px;
}
.gallery a img {
  width: 282px;
  height: 282px;
  border: 1px solid #bbbbbb;
}
.gallery .txt {
  position: relative;
}
.gallery .txt:after {
  content: "";
  position: absolute;
  left: 75px;
  top: 50%;
  width: 15px;
  height: 15px;
  margin-top: -8px;
  background: url('../../../html/sitetheme/14d2057b2320e7eb97fb53ab390a8486/img/sprit.png') no-repeat -19px 0;
}
.have-margin {
  background-color: #eeeeee;
  border: 1px solid #dbdbdb;
}
.list a {
  position: relative;
  margin-bottom: 15px;
  padding: 4px 17px 6px 16px;
  color: #ffffff;
  background-color: #fbc15f;
  
  background-image: -moz-linear-gradient(top, #fbc15f 0%, #fda93e 50%, #ff8a15 100%);
  
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbc15f), color-stop(50%, #fda93e), color-stop(100%, #ff8a15));
  
  background-image: -webkit-linear-gradient(top, #fbc15f 0%, #fda93e 50%, #ff8a15 100%);
  
  background-image: -o-linear-gradient(top, #fbc15f 0%, #fda93e 50%, #ff8a15 100%);
  
  background-image: -ms-linear-gradient(top, #fbc15f 0%, #fda93e 50%, #ff8a15 100%);
  
  background-image: linear-gradient(to bottom, #fbc15f 0%, #fda93e 50%, #ff8a15 100%);
  
  -webkit-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 0 1px 0 0 #fc9e03 inset;
  box-shadow: 0 1px 0 0 #fc9e03 inset;
}
.list a:hover {
  background-color: #ff8a15;
  
  background-image: -moz-linear-gradient(top, #ff8a15 0%, #fda93e 50%, #fbc15f 100%);
  
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff8a15), color-stop(50%, #fda93e), color-stop(100%, #fbc15f));
  
  background-image: -webkit-linear-gradient(top, #ff8a15 0%, #fda93e 50%, #fbc15f 100%);
  
  background-image: -o-linear-gradient(top, #ff8a15 0%, #fda93e 50%, #fbc15f 100%);
  
  background-image: -ms-linear-gradient(top, #ff8a15 0%, #fda93e 50%, #fbc15f 100%);
  
  background-image: linear-gradient(to bottom, #ff8a15 0%, #fda93e 50%, #fbc15f 100%);
  
}
.list a:after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  display: block;
  width: 4px;
  height: 7px;
  margin-top: -4px;
}
.detail {
  margin-top: 15px;
  padding: 0;
}
.detail .hd3 {
  color: #3d3d3d;
  background-color: #e2e2e2;
  
  background-image: -moz-linear-gradient(left, #e2e2e2 0%, #e2e2e2 80%, #d7f1fe 100%);
  
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #e2e2e2), color-stop(80%, #e2e2e2), color-stop(100%, #d7f1fe));
  
  background-image: -webkit-linear-gradient(left, #e2e2e2 0%, #e2e2e2 50%, #d7f1fe 100%);
  
  background-image: -o-linear-gradient(left, #e2e2e2 0%, #e2e2e2 80%, #d7f1fe 100%);
  
  background-image: -ms-linear-gradient(left, #e2e2e2 0%, #e2e2e2 80%, #d7f1fe 100%);
  
  background-image: linear-gradient(to right, #e2e2e2 0%, #e2e2e2 80%, #d7f1fe 100%);
  
}
.relate {
  position: relative;
  padding: 0;
}
.relate .hd3 {
  color: #3d3d3d;
  background-color: #e2e2e2;
  
  background-image: -moz-linear-gradient(left, #e2e2e2 0%, #e2e2e2 80%, #d7f1fe 100%);
  
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #e2e2e2), color-stop(80%, #e2e2e2), color-stop(100%, #d7f1fe));
  
  background-image: -webkit-linear-gradient(left, #e2e2e2 0%, #e2e2e2 50%, #d7f1fe 100%);
  
  background-image: -o-linear-gradient(left, #e2e2e2 0%, #e2e2e2 80%, #d7f1fe 100%);
  
  background-image: -ms-linear-gradient(left, #e2e2e2 0%, #e2e2e2 80%, #d7f1fe 100%);
  
  background-image: linear-gradient(to right, #e2e2e2 0%, #e2e2e2 80%, #d7f1fe 100%);
  
}
.relate div {
  width: 586px;
  margin: 0 30px;
  padding: 0 60px 0 20px;
}
.relate div ul {
  width: 10000px;
}
.relate div ul li {
  width: 132px;
  margin-right: 27px;
}
.relate div ul li img {
  width: 130px;
  height: 131px;
  border: 1px solid #dedede;
}
.relate .rotateLeft,
.relate .rotateRight {
  width: 20px;
  height: 30px;
  top: 50%;
  margin-top: -10px;
  background: url('../../../html/sitetheme/14d2057b2320e7eb97fb53ab390a8486/img/relatebg.jpg') no-repeat;
}
.relate .rotateLeft {
  left: 15px;
}
.relate .rotateRight {
  right: 15px;
  background-position: -20px 0;
}
.shw-bd {
  padding: 10px 5px;
}
.shw-bd > p {
  margin: 0;
  line-height: 25px;
  text-indent: 28px;
}
.show-cnt {
  padding: 0;
  margin-top: 15px;
  padding-top: 25px;
}
.show-itm {
  width: 157px;
  min-height: 190px;
  margin: 0 10px;
}
.show-itm .img {
  padding: 0;
  border-color: #d2d2d2;
}
.show-itm .img img {
  display: block;
  width: 155px;
  height: 138px;
}
.show-itm .txt {
  overflow: hidden;
  max-height: 50px;
}
.show-itm .txt:hover {
  color: #ff9600;
}
.shwDtl-bd {
  padding: 10px 20px;
}
#pagesNav {
  margin: 20px 0 30px;
  color: #020202;
}
#pagesNav .pages_num a {
  color: #161616;
  border: 1px solid #000000;
  background-color: #ffffff;
}
#pagesNav .pages_num .page_view {
  color: #ffffff;
  border-color: #2f7d00;
  background-color: #2f7d00;
}
.turnPage a:hover {
  color: #ff9600;
}
.pList11 {   margin: 0 auto;
overflow: hidden;
padding: 5px;}
.pList11 li {  float: left;
line-height: 26px;
overflow: hidden;
padding: 0 5px;
margin-right:10px;
white-space: nowrap;
border-bottom: dashed 1px #ccc;
width: 430px;}
.pList11 li a {    color:#40403f;float:left;height:35px;line-height:35px;overflow:hidden;width:350px;}
.pList11 li span{height:35px;line-height:35px;color: #40403f;}

