/*
 *  Owl Carousel - Core  插件样式如遇相同只留一份
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }
  
  
/*! fancyBox 插件样式，如有一样的只留一份 */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../images/PicList002311-fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../images/PicList002311-fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../images/PicList002311-blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
	
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../images/PicList002311-fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-x: hidden;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	/*position: absolute;
	bottom: 0;
	right: 50%;*/
  position:relative;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
  bottom:-22px;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	/*margin-right: -100%;*/
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
  max-width:100%;
	white-space: nowrap;
  overflow:  hidden;  -o-text-overflow: ellipsis; text-overflow:  ellipsis;
  
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../images/PicList002311-fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../images/PicList002311-fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

  
  
  .auto{ margin:0 auto;}
  .auto_1200{ width:1200px;}

/*
 .Top000867 为demo编号
 */
.Top000867{ background:#fff; }
.Top000867 .auto{ position:relative; z-index:100;}

.Top000867 .header{  width: 100%; height:auto; overflow: hidden; border-bottom: 1px solid #eee; background: #404040}

.Top000867 .search{ float: right;margin-top: 5px; width:20.25%; background-color:#eee; border-radius:30px; height:26px; border: 1px solid #ddd; position: relative;}
.Top000867 .search .text{ width:100%; padding:0 50px 0 15px; height:26px; line-height:26px; color:#666; background:none; border:none; }
.Top000867 .search a{ position:absolute; top:0; right:0; height:100%; width:40px; color:#fff;}
.Top000867 .search a span{ position:absolute;  left:50%; margin-left:-9px; top:50%; margin-top:-9px; width: 17px; height: 17px; background: url(../images/Top000867_search.png) no-repeat}

.Top000867 .top_menu{ float: right;}
.Top000867 .top_menu dd{ float:left; display:inline-block; height:36px;line-height:36px; vertical-align:middle; }
.Top000867 .top_menu dd a{ position:relative; display:inline-block; margin-right:17px; color:#fff;background: url(../images/Top000867_mb.png) no-repeat left;padding-left: 20px; }
.Top000867 .top_menu dd:nth-child(2) a{ color:#666;}
.Top000867 .top_menu dd:nth-child(2) a::before{ width:1px; height:40%; top:30%; margin:0; background-color:#cdcdcd;}

.Top000867 .logo{ padding:10px 0 10px; float: left; width: 444px;}
.Top000867 .logo img{ height:79px; display:block;}

.Top000867 nav{ float:right;position:relative; width: 698px;}
.Top000867 nav ul{  margin-top: 19px;}
.Top000867 nav li{ float:left; position:relative; padding-left:1px;}
.Top000867 nav li+li:before{ background-color:#dfdfdf; width:1px; height:20%; top:40%; position:absolute; content:''; left:-1px;}
.Top000867 nav li > a{ line-height:52px; padding:0 12px; display:block; font-size:16px;}
.Top000867 nav li:hover > a,
.Top000867 nav li a.aon{ background-color:#db321b; color:#fff;}
.Top000867 nav li span{ display:none;}
.Top000867 nav li .subnav{ display:none; position:absolute; top:52px; left:0; background-color:#f0f0f0; z-index:100;  padding:10%;width:100%; text-align:center;} 
.Top000867 nav li .subnav dd{ border-bottom:#8d96a2 1px dotted; line-height:25px; padding:5px 0;}
.Top000867 nav li .subnav dd a{ display:block; color:#444;}
.Top000867 nav li .subnav dd a:hover{ color:#db321b;}
.Top000867 nav li .subnav dd:last-child{ border-bottom:0;}


/*
 .Banner002465 为demo编号
 */
.Banner002465{ position: relative;  padding-bottom: 5px; background: #fff; overflow: hidden; width: 100%;}
.Banner002465 .owl-carousel .owl-item .img_wap{ display: none;}
.Banner002465 .showdow{box-shadow: 0 1px 3px rgba(0,0,0,.6); padding: 0 0 5px;}
.Banner002465 .owl-dots{margin:0 auto; text-align:center;position:absolute; left:0; width:100%; bottom:40px; z-index:10;}
.Banner002465 .owl-dots>div{ display:inline-block; margin:0 0.5%;position: relative;}
.Banner002465 .owl-dots>div span{ display:block; width: 12px; height: 12px; border-radius:50%; background: #fff; -moz-opacity:0.5; opacity: 0.5; filter:alpha(opacity=50); }
.Banner002465 .owl-dots>div.active span{ -moz-opacity:1; opacity: 1; filter:alpha(opacity=100); }
.Banner002465 .owl-nav >div{ position: absolute; top: 50%; margin-top: -25px; background: url(../images/Banner002465-btns.png) no-repeat; width: 50px; height: 50px; cursor: pointer;}
.Banner002465 .owl-nav .owl-prev{ left: 5%; background-position: 0 0;}
.Banner002465 .owl-nav .owl-next{ right: 5%; background-position: -50px 0;}
.Banner002465 .owl-nav .owl-prev:hover{ background-position: 0 -50px;}
.Banner002465 .owl-nav .owl-next:hover{ background-position: -50px -50px;}
@media(max-width:1200px){
.Banner002465 li a .pcimg{ display: none;}
.Banner002465 li a .phoneimg{ display: block;}
.Banner002465 .owl-dots>div{ margin: 0 3px;}
}
.showdow{box-shadow: 1px 1px 8px 4px rgba(0,0,0,0.1); padding: 20px; background: #fff;}
.Hometitle {text-align: center;}
.Hometitle h1{ font-size:36px; font-weight:500; color:#362a03; margin:0; padding-bottom:2%; margin-top: 16px;}
.Hometitle h1 em{ color:#e46918; font-style: normal;}
.Hometitle b{ display:block; font-size:18px; font-weight:normal; font-family:Arial; color:#c3c2c1; text-transform:uppercase; }


/*
 .Floor001732 为demo编号
 */
.Floor001732{ background:#fff;text-align:center; padding:0.3% 0 3% 0; margin-top: 20px;}	
.Floor001732 .con{color:#666563; line-height:24px; padding-bottom:3%; text-align: left; text-indent: 2em}
.Floor001732 dd{ float:left; width:32%; margin-right:2%;}
.Floor001732 dd:last-child{ margin-right:0;}
.Floor001732 dd img{ display:block; width:100%;}
.Floor001732  ul{  margin:0 auto;margin-top:3%; max-width:528px;}
.Floor001732 li{ float:left; width:25%;}
.Floor001732 li a{ display:block; font-size:16px; padding:65px 0 20px 0; border-radius:5px; background:url(../images/Floor001732-icon1.png) no-repeat center 15px;}
.Floor001732 li.li_2 a{ background-image:url(../images/Floor001732-icon2.png);}
.Floor001732 li.li_3 a{ background-image:url(../images/Floor001732-icon3.png);}
.Floor001732 li.li_4 a{ background-image:url(../images/Floor001732-icon4.png);}
.Floor001732 li a:hover{background-color:#c9b27c; background-image:url(../images/Floor001732-icon1_hover.png); color:#fff;}
.Floor001732 li.li_2 a:hover{ background-image:url(../images/Floor001732-icon2_hover.png);}
.Floor001732 li.li_3 a:hover{ background-image:url(../images/Floor001732-icon3_hover.png);}
.Floor001732 li.li_4 a:hover{ background-image:url(../images/Floor001732-icon4_hover.png);}

	
	
/*Other002110 */
.colorRed {
    color: #d00000;
}
.colorGreen {
    color: #6C0;
}
.nyOther002110{ padding: 1.5% 0 3%;}
.Other002110 .tab{ text-align: center; margin-bottom: 2%;}	
.Other002110 .tab span{ display: inline-block; font-size: 16px; cursor: pointer; color: #fff; padding: 8px 30px; background: #999;}	
.Other002110 .tab .active{ background: #e46918; color: #fff;}	
.Other002110 .tabContent{}
.Other002110 .tabContent .tabbox{ display: none;}

.Other002110 .itemList{ width:623px; float:left; color:#444444;}

.marketData  .tableCont{ height:258px;width:100%;overflow:hidden;overflow-y:auto; }
.Other002110 .tabContent .table1{ width: 623px;}
.marketData table{width:100%;text-align:center; }
.marketData table td{font-size: 16px; height: 37px;}
.itemList table .bt{ background:#dcdcdc; height:40px; border-bottom: none;}
.itemList .tableCont tr{ border-bottom:1px solid #e0e0e0; cursor:pointer;}
.itemList .tableCont tr:hover{ background:#f5f5f5;}
.itemList .tableCont .current{
	background:#f5f5f5;
}
#tableinfo{ border: 1px solid #e0e0e0; padding-right: 20px;}
.marketTrend{ float:right; background:#fff; width:518px; height:300px; padding:0 30px; border: 1px solid #e6e6e6;}
.marketTrend .title{ padding-top:30px; line-height:48px; text-align:right; font-size:12px;color:#666; border-bottom: 1px solid #f0f0f0;}
.marketTrend .title h2{ float:left; font-size:16px; line-height:48px; color:#444444; height:47px; margin: 0;}
#hyhy{color:#e46918}
	
/*
 .Floor001640 为demo编号
 */
.Floor001640{padding-top:3%;padding-bottom: 4%;}
.Floor001640 .txt{ float:left;width:48%;}
.Floor001640 .txt figure{ padding-bottom:3%; position:relative;}
.Floor001640 .txt figure::before{ position:absolute; content:''; width:50px; height:2px; background-color:#2078da; left:0; bottom:-2px;}
.Floor001640 .txt figure h1{ font-size:24px; font-weight:normal; margin:0; color:#555;}
.Floor001640 .txt figure span{ color:#d5d5d5; text-transform:uppercase;}
.Floor001640 .txt .info{ padding:0 0 3% 0;}
.Floor001640 .all_more{ border:1px solid #aaa; font-weight:bold; font-size:0.8em; display:inline-block; line-height:2.85em; padding-left:3.5em; padding-right:4.5em; border-radius:30px; background:url(../images/Floor001640-a_more.png) no-repeat 90% center #f5f5f5;transition:all ease 0.5s;}
.Floor001640 .all_more:hover{  background-color:#e46918; border-color: #e46918; background-position:120% center; color:#fff; transition:all ease 0.5s;}
.Floor001640 .pic{ float:right; width:48%;}
.Floor001640 .pic img{ width:100%;}

/*
 .Bottom002381 为demo编号
 */
.Bottom002381{ background: #303030; padding: 2% 0; border-top: 1px solid #000;}
.Bottom002381 .bottom,.Bottom002381 .bottom a{ color: #999; font-size: 13px; }
.Bottom002381 .bottom a:hover{color: #fff;}
.Bottom002381 .bottom{ padding: 3% 0;}
.Bottom002381 .bottom nav li h3{ font-size: 15px; color: #fefefe; margin: 0; font-weight: normal; }
.Bottom002381 .bottom nav li h3 a{font-size: 15px; color: #fefefe;}
.Bottom002381 .bottom nav li dl{ padding-top: 15px;}
.Bottom002381 .bottom nav li dl dd{ padding: 5px 0; color: #f5f5f5;}
.Bottom002381 .weixin img{ border: 1px solid #efefef;} 
.Bottom002381 .weixin span{ display: block; padding-top: 8px; text-align: center;}
.Bottom002381 .tel dt,.Bottom002381 .share .span{ color: #fefefe; font-size: 15px;}
.Bottom002381 .tel dd{ font-size: 22px; color: #e46918; font-weight: bold; margin-top: 5px}
.Bottom002381 .share{ text-align: left; margin-top: 10px;}
.Bottom002381 .share>*{ display: inline-block;}
.Bottom002381 .share a{ width: 22px; height: 22px; margin-left: 5px; background: url(../images/bot_share.png) no-repeat; position: relative; top: 11px;}
.Bottom002381 .share a:hover{ background-image: url(../images/bot_share_hover.png); background-color:transparent !important; }
.Bottom002381 .share a.icon-weixin{ background-position: 0 0;}
.Bottom002381 .share a.icon-qq{ background-position: -52px 0;}
.Bottom002381 .share a.icon-sina{ background-position: -26px 0;}
.Bottom002381 .share a:before,.Bottom002381 .share a:after{ display: none !important;}


.Bottom002381 footer,.Bottom002381 footer a{ color: #999;}
.Bottom002381 footer a:hover{ color: #fff;}
.Bottom002381 footer{ border-top: 1px solid #3e3e3e; padding: 15px 0; position: relative;}
.Bottom002381 footer:before{ content: ""; position: absolute; top: -2px; left: 0; height: 1px; width: 100%; background: #0e0e0e;}

.Bottom002381 .bottom nav{ float: left; width: 70%;}
.Bottom002381 .bottom nav li{ float: left; width: 14%; border-left: 1px solid #3e3e3e; padding-left: 25px; min-height: 185px; position: relative;}
.Bottom002381 .bottom nav li:before{ content: ""; position: absolute; left: -2px; top: 0; height: 100%; width: 1px; background: #0e0e0e;}
.Bottom002381 .weixin,.Bottom002381 .contact{ float: right;}
.Bottom002381 .weixin{ padding-left:2%;}
.Bottom002381 .links{ float: left;}
.Bottom002381 .links a+a{ position: relative; margin-left: 20px;}
.Bottom002381 .links a+a:before{content: ""; position: absolute; left: -11px; width: 1px; background: #999; top: 25%; height: 60%;}
.Bottom002381 .copyright{ float: right; margin: 0;}


.NyBanner{ text-align: center;}
.NyBanner .img_wap{ display: none;}

.news_info{ background-color:#fff; padding:3%; min-height: 200px;}
.news_info .title{ text-align:center; padding-bottom:20px;}
.news_info .title h1{ margin:0; padding-bottom:15px; font-size:22px; font-weight:normal;color:#cd1701;}
.news_info .title p{font-size:14px; margin:0; border-bottom:1px dashed #d2d2d2; padding-bottom:10px;}
.news_info .title p span{ margin:0 5px; color:#777;}
.news_info .info{ text-align:justify; text-justify:inter-ideograph;}
.news_info .info_back{ text-align:center; clear:both; padding:20px 0;} 
.news_info .info_back a{ color:#cd1701; font-size:14px;}
.news_info .info_pn span{ display:block;font-size:14px;}
.news_info .info_pn span a{ color:#999;}
.news_info .info_pn span a:hover{color:#cd1701;}
.news_info .info_pn>a{display: block;}
@media(max-width:640px){
.news_info .title h1{ font-size:18px}
}

/*
 .PicList001814 为demo编号
 */

  .PicList001814{ background:#fff;text-align:center; padding:0.5% 0 2% 0; overflow: hidden;}
  .PicList001814 .title h1{ font-size:36px; font-weight:500; color:#362a03; margin:0; padding-bottom:2%;}
  .PicList001814 .title h1 span{ color:#e46918;}
  .PicList001814 .title b{ display:block; font-size:18px; font-weight:normal; font-family:Arial; color:#c3c2c1; text-transform:uppercase; }	
  .PicList001814 ul{ margin: 0 -1%;}
  .PicList001814 li{ float:left; margin:0 1%; padding:1% 0; width:23%;}
  .PicList001814 li a{ display:block; border:1px solid #eee; padding:4%;}
  .PicList001814 li figure{ padding-bottom:64%;}
  .PicList001814 li figure img{ display:none;}
  .PicList001814 li h2{ margin:0; font-size:14px; font-weight:normal; line-height:28px;}
  .PicList001814 li p{ margin:0; font-size:12px; line-height:18px; overflow:hidden; height:70px;}
  .PicList001814 li span{ display:inline-block; line-height:28px; background:url(../images/PicList001814-more.png) no-repeat right center; padding-right:15px; font-size:14px;}
  .PicList001814 li a:hover *{ color:#db321b;}
  .PicList001814 li a:hover h2{ font-weight:bold;}
  
/*
 .Page002193 为demo编号
 */
.Page002193{zoom:1; overflow:hidden; text-align:center; padding:0 0 4%; text-align:center;}
.Page002193 span{ padding:0px 3px; display:inline-block;}
.Page002193 a{ display:inline-block; margin:0px 2px; border:1px solid #ededed; padding:0 1em; color:#666; line-height:35px; border-radius:3px;transition: .3s ease-out;}
.Page002193 a:hover{ color:#fff; border:1px solid #db321b; background:#db321b;}
.Page002193 .p_cur,.Page002193 .p_count,.Page002193 .p_total,.Page002193 .p_jump,.Page002193 .a_first,.Page002193 .a_end{ display:none;}
.Page002193 .p_cur b{ color:#F00;}
.Page002193 .p_count b{ color:#F00;}
.Page002193 .p_total b{ color:#F00;}
.Page002193 .p_page em{ font-style:normal;}
.Page002193 .p_page em a{}
.Page002193 .p_page em a.a_cur{ color:#fff; background:#db321b; border-color:#db321b;}
.Page002193 .p_page b{ font-weight:normal;}
	
	
/*
 .Menu000706 为demo编号
 */	
.Menu000706{ padding-bottom:1%;}
.Menu000706 header{ margin-top:-62px;}
.Menu000706 header h1{ margin:0; display:inline-block; border-radius:5px 5px 0 0;  padding:10px 7% 10px 18px; position: relative; color:#fff; font-weight:normal;  font-size:24px; margin-top:-9px; z-index:99; background:#db321b;}
.Menu000706 header h1 span{ opacity:0.3; display:block; font-size:12px; text-transform:uppercase;}
.Menu000706 nav{ border-bottom:1px solid #e6e6e6; position:relative;}
.Menu000706 nav dl{ position:absolute; right:0; top:50%; margin-top:-12px; padding-left:25px; color:#999; line-height:24px;}
.Menu000706 nav dl a{color:#999;}
.Menu000706 nav dl span,
.Menu000706 nav dl a:hover{color:#db321b;}

.Menu000706 nav li a{ display:block; font-size:16px; padding:18px 0;}
.Menu000706 nav ul{ display:block !important;}
.Menu000706 nav li{ float:left; padding:0 2%;}
.Menu000706 nav li>a{ position: relative;}
.Menu000706 nav li>a:after{ content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 3px; background: transparent;}
.Menu000706 nav li>a:hover,
.Menu000706 nav li.aon>a{ color:#db321b;}
.Menu000706 nav li>a:hover:after,
.Menu000706 nav li.aon>a:after{ background: #db321b;}

	
/*
 .TextList002322 为demo编号
 */
.TextList002322{ padding: 30px 0; }
.TextList002322 .tit{ height:31px; line-height:31px; color:#333; font-size:20px; position: relative;font-weight:bold; }
.TextList002322 .tit:before{display: block; content: ""; position: absolute; top: 50%; left: 0; width: 9px; height: 19px; background: url(../images/TextList002322-icon.png) no-repeat; margin-top: -9px;} 
.TextList002322 .list ul{margin: 26px 0 20px;}
.TextList002322 .list span{font-size: 18px; color:#333; text-decoration: underline;}
.TextList002322 .list li{ position: relative; padding: 6px 100px 0px 0; line-height: 22px; color: #666;}
.TextList002322 .list li *{ color: #999;}
.TextList002322 .list li time{ position: absolute; right: 0; top: 10px; display: block;}
.TextList002322 .list li a{position: relative; display: block; width: 100%;overflow:  hidden; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow:  ellipsis; padding-left: 15px; }
.TextList002322 .list li a:before{ display: table; content: ">"; position: absolute; left: 0; top: 0; height: 100%; width: 20px;}
.TextList002322 .list li a:hover{ color: #6C92B9;}

	
	
	/*
 .PicList002273 为demo编号
 */
.PicList002273{padding-top: 35px;}
.PicList002273 .left{float: left;margin-right: 50px;width: 25%;margin: auto 0;margin-top: 14px;}
.PicList002273 .left img{width: 250px;height: 150px;display:block;margin: 0 auto;}
.PicList002273 .right{float: left;width: 600px; margin-left: 30px;}
.PicList002273 .right .time{font-size: 12px;color: #999;border: 1px solid #c5c6c6;padding: 2px 5px;margin-top: 14px;display: inline-block;}
.PicList002273 .right .h3{color: #313131;font-size: 18px; line-height:1;font-weight: normal;margin:16px 0 17px;}
.PicList002273 .right .h3 a:hover{color:#db321b; }
.PicList002273 .right .p{color: #999;font-size: 14px;line-height: 19px;}
.PicList002273 ul li{margin:0 0 30px 0;background: #eef0f1;padding: 12px 20px;height: 200px; position:relative; z-index:2;}
.PicList002273 ul li:hover{border: 1px solid #db321b;box-shadow: 0px 0px 30px #ccc;}


/*
 .Form001273 为demo编号
 */
.Form001273{ padding:2% 0;overflow: hidden;}
.Form001273 .auto{ background:url(../images/Form001273-bg.jpg) no-repeat left top/auto 100%;}
.Form001273 .from{ width:660px; max-width:756px; margin:0 auto;float: right;position: relative;}
.Form001273 .title,
.Form001273 .from li{ padding:0 19%;}
.Form001273 .title { font-size:28px; padding-bottom:5%; text-shadow:0 1px 0 #fff;}
.Form001273 .title span{ display:block; font-size:24px;  text-transform:uppercase;}
.Form001273 .from li{ background-color:rgba(219,50,27,0.07); margin-bottom:2%; padding-top:5px; padding-bottom:5px; transition:0.3s;color:#333;}
.Form001273 .from li .text{ background:#fff; width:100%; line-height:30px; padding:2% 10px; border:none;}
.Form001273 .from li:last-child{ background:none !important; padding-top:3%;}
.Form001273 .from li .btn{margin-left: 30%; cursor:pointer; height:44px; color:#fff; width:40%; font-size:16px; background:#db321b; border-radius:44px; border:none; padding:0; min-width:100px;}
.Form001273 .from li:hover{background:#db321b;}
.Form001273 .from li:hover .text,
.Form001273 .from li .text:focus{ box-shadow:0 0 3px #ed5519 inset;}
@media(max-width:1200px){
.Form001273 .auto{ background-position:right top;}
}
@media(max-width:768px){
.Form001273 .title{ padding-left:0; padding-right:0;}
.Form001273 .title { font-size:24px; }
.Form001273 .title span{font-size:20px;}
}
@media(max-width:640px){
.Form001273 .auto{ background:none;}
}
input[type=date]::-webkit-inner-spin-button { visibility: hidden; }
.Form001273 .left{float: left;width: 520px;}
.Form001273 .left span{width: 480px; display: block;}
.Form001273 .left img{width: 480px; height: 100%; display: block;margin-top: 26px;}
	
	
/*
 .TextList001214 为demo编号
 */
.TextList001214 .city{ padding-top: 1%; margin-bottom:2%;}
.TextList001214 .city dl{ float:left; margin-right:3%;}
.TextList001214 .city dd,
.TextList001214 .city dt{ display:inline-block; vertical-align:middle;line-height:30px;}
.TextList001214 .city dt{ font-weight:bold; color:#eb4d42; padding-right:10px;}
.TextList001214 .city dd{ position:relative;}
.TextList001214 .city dd span{ width:154px; border:1px solid #d1dedd;  padding-right:37px; text-align:center; padding-left:5px; background-color:#fff; position:relative;}
.TextList001214 .city dd span:before,
.TextList001214 .city dd span:after{ position:absolute; content:''; }
.TextList001214 .city dd span:before{width:1px; height:100%; background-color:#d1dedd; right:32px; top:0;}
.TextList001214 .city dd span:after{ width:0; height:0; border:6px solid #383838; border-left-color:transparent;border-right-color:transparent; border-bottom:0; top:50%; margin-top:-3px; right:12px;}
.TextList001214 .city dd figure{ display:none; position:absolute; left:0; top:100%; width:100%; background-color:#fff;border:1px solid #d1dedd; border-top:0; padding:2% 5%;}
.TextList001214 .city dd figure a{ display:block; padding:2% 0;}
.TextList001214 .city dd:hover figure{ display:block;}
.TextList001214 .city dd:hover{ z-index:10;}
.TextList001214 .city .btn{ cursor:pointer; height:30px; background:#eb4d42; color:#fff; border:none; border-radius:3px; padding:0 15px;}
/*
.TextList001214 li{ float:left; width:32%; margin-right:2%; margin-bottom:2%; border:1px solid #e9efee; border-left:2px solid #eb4d42; padding:2%; background:url(../images/TextList001214-bg.jpg) no-repeat center center/contain;}
.TextList001214 li:nth-child(3n){ margin-right:0;}
.TextList001214 li h3{ color:#000; font-size:18px; font-weight:normal; margin:0;}
.TextList001214 li p{ margin:5px 0;}
.TextList001214 li p span{ color:#f08200; font-size:18px; vertical-align:middle;}
.TextList001214 li p u{ color:#0555e4;}
.TextList001214 li:hover{ box-shadow:0 2px 7px rgba(0,0,0,0.19);}*/

/*
 .TextList001366 为demo编号
 */
.TextList001366{ padding-bottom: 5%; max-width: 1200px; margin: 0 auto;}
.TextList001366 ol,
.TextList001366 li a{ overflow:hidden; clear:both;}
.TextList001366 ol,
.TextList001366 li{ border:1px solid  transparent;}
.TextList001366 ol{ font-size:16px; color:#fff; background-color:#eb4d42; line-height:44px;}
.TextList001366 span{ float:left; width:16.666%; display:block; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; padding:2% 10px;}
.TextList001366 ol span{ padding:0 10px;}
.TextList001366 a{ display:block;}
.TextList001366 a:hover{color:#eb4d42;}
.TextList001366 li.odd{ border-color:#e5e5e5; background-color:#f7f7f7;}
.TextList001366 li span:first-child{}
.TextList001366 span.center{text-align:center;}


/*RighInfo001910*/
.RighInfo001910{ padding-bottom:4%; padding-top: 2%;}
.RighInfo001910 .columnName{ padding:4% 0; line-height:normal; text-align:center; font-size:61px; color:#c20f00;}
.RighInfo001910 .columnName span{ display:block; color:#353535; font-size:30px; padding:10px 0 15px;}
.RighInfo001910 .columnName:after{ display:block; content:''; margin:0 auto; width:40px; height:2px; background-color:#c20f00;}
@media(max-width:1000px){
.RighInfo001910 .columnName{ font-size:45px;}
.RighInfo001910 .columnName span{ font-size:24px;}
}
@media(max-width:640px){
.RighInfo001910 .columnName{ font-size:35px;}
.RighInfo001910 .columnName span{ font-size:20px;}
}

/*
 .RighInfo001749 为demo编号
 */
.RighInfo001749{padding: 2% 0;background: url(../images/RighInfo001749-bg.jpg) no-repeat center bottom;}



/*
 .PicList002311 为demo编号
 */
.PicList002311{}
.PicList002311 .CenTitle{ padding:15px 0 10px 0; position:relative; z-index:1; margin-top: 20px; border-top: 1px solid #e7f0f4;}
.PicList002311 .CenTitle .name{ text-align:center; font-size:15px; font-weight:bold; color:#555; line-height:30px;}
.PicList002311 .CenTitle .line{ width:10px; height:1px; background:#f68121; overflow:hidden; margin:0 auto;}

.PicList002311 .honorList{ position:relative; padding:20px 40px;}
.PicList002311 .honorList .btn{ display:block; position:absolute; top:50%; margin-top:-12px; width:24px; height:24px; background:url(../images/PicList002311-button_hover.png); cursor:pointer;}
.PicList002311 .honorList .prev{ left:0; background-position:left top;}
.PicList002311 .honorList .prev:hover{ background-position:left bottom;}
.PicList002311 .honorList .next{ right:0; background-position:right top;}
.PicList002311 .honorList .next:hover{ background-position:right bottom;}
.PicList002311 .honorList .list{margin:0 auto; overflow:hidden;}
.PicList002311 .honorList .list .ul li{ padding: 0 2%;}
.PicList002311 .honorList .list .ul .dot{ display:block; text-align:center; padding-top:10px; line-height:20px; font-size:14px; color:#555;}
.PicList002311 .honorList .list .ul .dot:hover{ color:#002870;}
@media only screen and (min-width:768px ) {
.PicList002311 .honorList{ padding:20px 50px;}	
}
/*
 .RighInfo002275 为demo编号
 */
.RighInfo002275 .p,.RighInfo002275 .h2,{}
.RighInfo002275{padding: 8% 0}
.RighInfo002275 .text{margin-bottom: 30px;float: left;width: 45%;}
.RighInfo002275 .text .title{font-size: 30px;color: #e4e4e4;font-weight: normal;margin-bottom: 20px;}
.RighInfo002275 .text .title span{font-weight: 700;}
.RighInfo002275 .text .p{font-size: 16px;color:#666;line-height: 38px; margin: 0; padding: 0;}
.RighInfo002275 .map{float: right;width: 50%;height: 260px;}
.RighInfo002275 .map #map{height: 100%;}
.RighInfo002275 .map img{max-width: none !important;}
.RighInfo002275{padding: 50px 0 70px}
.RighInfo002275 .auto{background: url(../images/RighInfo002275-contact_bg.png) no-repeat center;}
.RighInfo002275 .text .title{margin-bottom: 75px;font-size: 52px;}
.RighInfo002275 .map{width: 700px;height: 430px;float: right;}
.RighInfo002275 .text{width: 40%;}




/*
 .PicList000589 为demo编号
 */
.PicList000589{ padding:2% 0; max-width: 1200px; margin: 0 auto;}
.PicList000589 ul{ padding:2%; border:1px solid #d1d1d1; background-color:#fff;}
.PicList000589 ol{ overflow:hidden; padding-bottom:3%;}
.PicList000589 ol figure{ float:left; width:28%; position:relative;}
.PicList000589 ol figure a{ display:block; padding-bottom:67%;background-position: center center; background-repeat:no-repeat; background-size:contain;}
.PicList000589 ol div{ float:right; width:70%;}
.PicList000589 ol h1{font-size: 18px;padding: 2% 0;border-bottom: 1px dashed #dcdcdc;margin: 0 0 2% 0;}
.PicList000589 ol h1 a{color: #e64b2e;}
.PicList000589 ol p{ margin:0; line-height:20px; overflow:hidden;}
.PicList000589 li{border-bottom:1px solid #d1d1d1; line-height:47px;}
.PicList000589 li time{ float:right;padding-right:25px; font-size:12px;background:url(../images/PicList000589-a.jpg) no-repeat right center; margin-left:10px;}
.PicList000589 li:hover time{ background-image:url(../images/PicList000589-aon.jpg);}
.PicList000589 li a:hover{color: #e64b2e;}
.PicList000589 li:last-child{ border-bottom:0;}
@media(max-width:1000px){
.PicList000589 ol p{ height:60px;}	
}
@media(max-width:640px){
.PicList000589 ol p{ height:40px;}	
.PicList000589 ol h1{font-size: 16px;}
}
@media(max-width:480px){
.PicList000589 ol p{ font-size:12px;}	
.PicList000589 ol figure{width:35%;}
.PicList000589 ol div{width:63%;}
}

/*
 .PicList002256 为demo编号
 */

.PicList002256{ padding:25px 0 30px;}
.PicList002256 li{ padding-left:35px; position:relative; margin:10px 0;}
.PicList002256 li time{ background:url(../images/PicList002256-date.jpg) no-repeat; width:62px; height:63px; padding:12px 0 0; overflow:hidden; text-align:center; color:#fff; position:absolute; left:0; top:50%; margin-top:-31px; font-size: 12px;}
.PicList002256 li time span{ display:block; font-size:16px; font-weight:bold; padding-top: 5px;}
.PicList002256 li .txt{ padding:25px 20px 16px 70px; border:1px solid #e6e6e6; overflow:hidden;}
.PicList002256 li .txt .pic{ float: right; margin-left:10px; margin-bottom: 0;display: block; width: 180px; height: 115px;}
.PicList002256 li .txt .pic img{ width:180px; height:115px;}
.PicList002256 li .txt h3{ margin:0; font-size:14px;overflow:  hidden; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow:  ellipsis;}
.PicList002256 li .txt .more:hover,
.PicList002256 li .txt h3 a:hover{ color:#3c89d9;}
.PicList002256 li .txt p{ margin:10px 0; color:#6f6f6f; height:48px; line-height: 24px; overflow:hidden; font-size: 12px; margin: 10px 0;}
.PicList002256 li .txt .more{ background:url(../images/PicList002256-more.jpg) no-repeat right center; padding-right:20px;font-family: Arial;color: #a9a9a9;text-transform: uppercase;}



	
	/*
 PicList000879 为demo编号
 */
.PicList000879{ padding: 0 0 30px;}
.PicList000879 li{ border-bottom:#d5d5d5 1px dashed; padding:3% 0; }
.PicList000879 li .Ispic{width:28%; position:absolute; left:0; top:0; height:100%;background-position: center top; background-size: contain;}
.PicList000879 li div{position:relative;padding-left:31%; padding-bottom:30px;}
.PicList000879 li h1{ margin:0; font-weight:normal; font-size:18px; padding-right: 77px;  line-height: 38px; position:relative;}
.PicList000879 li h1 time{position: absolute;right: 0;top: 0;font-size: 15px;color: #666;}
.PicList000879 li p{font-size: 14px;line-height: 30px;height: 90px;overflow: hidden; color: #666;margin-bottom: 2%; }
.PicList000879 li a.more{padding-left: 30px;font-size: 14px;color: #666;background:url(../images/PicList000879_icon.png) no-repeat left center; text-decoration:underline;}


	
/*
 .TextList001203 为demo编号
 */
	.TextList001203{ max-width: 1200px; margin: 3% auto;}
.TextList001203 h1{ margin:0; font-weight:normal; padding:3% 0; font-size:24px; color:#333;}
.TextList001203 h1 b{ display:block;}
.TextList001203 li{ margin-bottom:10px; line-height:25px; border:1px solid #e3e7e6; padding:0 10px 0 15px; position:relative;}
.TextList001203 li::before{ position:absolute; content:''; width:4px; height:4px; border-radius:50%; background-color:#db321b; left:5px; top:50%; margin-top:-2px;}
.TextList001203 li a{ display:block; padding:15px 0;}
.TextList001203 li span{ padding-right:10px;}
.TextList001203 li i{ font-style:normal; position:relative; float:right; padding-left:15px; padding-right:30px; background-color:#db321b; color:#fff; font-size:12px;}
.TextList001203 li i::before{ position:absolute; content:''; width:25px; height:100%; background:url(../images/TextList001203-icon.png) no-repeat center center/contain; right:0;}
@media(max-width:480px){
.TextList001203 h1{font-size:20px;}
}
@media(max-width:375px){
.TextList001203 li i{padding-left:5px;}
}

	
/*
 .TextList000962 为demo编号
 */
.TextList000962{ padding:2% 0; overflow: hidden;}
.TextList000962 ul{ margin: 0 -1%; position: relative; }
.TextList000962 li{ float:left; width:48%; margin:0 1% 2%; border:1px solid #e7e7e7; line-height:44px; position:relative;}
.TextList000962 li:before{ position:absolute; content:''; width:1px; height:60%; background-color:#e7e7e7; top:20%; right:110px;}
.TextList000962 li a{ position:absolute; left:0; top:0; width:100%; height:100%;}
.TextList000962 li p{ margin:0; border-left:4px solid #f5f5f5; padding:16px 10px;}
.TextList000962 li span{ float:right; margin-top:16px; color:#9f9f9f;}
.TextList000962 li span.name{ width:85px; color:#343434; background:url(../images/TextList000962-a.png) no-repeat left center; padding-left:30px; margin-left:50px;}
.TextList000962 li:hover{ border:1px dashed #f31313;}
.TextList000962 li:hover p{ color:#f31313;}
.TextList000962 li:hover span.name{ background-image:url(../images/TextList000962-aon.png); color:#f31313;}



/*PicList002171 */
.PicList002171{ padding-top:3%; overflow: hidden;}
.PicList002171 ul{ margin: 0 -1.5%;}
.PicList002171 li{ float:left; width:22%; margin:0 1.5% 3%;}
.PicList002171 li a{ border:1px solid #e8e8e8; position:relative; display:block;}
.PicList002171 li img{ display:block; width:100%;}
.PicList002171 li a figure{ position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0,108,186,0.95); opacity:0; transition:0.3s;}
.PicList002171 li a:hover figure{ opacity:1;}
.PicList002171 li dl{ display:table;  width:100%; height:100%;}
.PicList002171 li dt{ display:table-cell; vertical-align:middle;text-align:center; font-size:18px; color:#fff;}
.PicList002171 li figure{ background:url(../images/PicList002171-hoverbg_ie8.png) repeat; display:none;}
.PicList002171 li .pic{ display:block;}
.PicList002171 li .pic span{ display:block; width:100%; padding-bottom:44.36%;}
.PicList002171 li a:hover figure{ display:block;}



/* mobile css style */
@media (max-width:767px ) {
body{ min-width: 320px;}
.auto_1200{ width: 100%; padding-left: 15px; padding-right: 15px;}	

/*top*/
.Top000867 .search{ width: 66%;}
.Top000867 .logo{ width: 86%; max-width: 444px; float: none;}
.Top000867 .logo img{ height: auto;}
.Top000867 .top_menu{ margin-right: 10px;}
.Top000867 .top_menu dd a{ padding-left: 0; margin-right: 0;}
.Top000867 .top_menu dd #spanlogin a.login{padding-left: 20px;}
.Top000867 .top_menu dd a.username{ padding-left: 20px; margin-right: 5px;}

.Top000867 .moblie_menu{ width:36px; height:32px; background-color:#eee; position:absolute; right:2%; top:50%; margin-top: -16px; cursor:pointer;}
.Top000867 .moblie_menu span,
.Top000867 .moblie_menu span::after,
.Top000867 .moblie_menu span::before{height:3px; background-color:#666; position:absolute;}
.Top000867 .moblie_menu span{ width:80%; left:10%;  top:50%; margin-top:-1.5px; }
.Top000867 .moblie_menu span::after,
.Top000867 .moblie_menu span::before{ content:''; width:100%;}
.Top000867 .moblie_menu span::after{ top:-8px;}
.Top000867 .moblie_menu span::before{ bottom:-8px;}
.Top000867 .moblie_menu.open_menu span{ background:none !important;}
.Top000867 .moblie_menu.open_menu span::before,
.Top000867 .moblie_menu.open_menu span::after{  top:0 !important;}
.Top000867 .moblie_menu.open_menu span::before{ transform:rotate(45deg);}
.Top000867 .moblie_menu.open_menu span::after{ transform:rotate(-45deg);}
.Top000867 nav{ position:absolute; right:0; width:100%; max-width:250px; background-color:#f6f6f6; display:none;}
.Top000867 nav li{ float: none; width: 100%;}
.Top000867 nav li> a{ display:block; text-align: center;}
.Top000867 nav li span{ cursor:pointer;display:none;}
.Top000867 nav li:first-child a{ display:block; line-height:40px; font-size:16px; text-align:center; color:#666;}
.Top000867 nav li .subnav{ display:none;/*border:1px solid #0c3761; border-bottom:#0c3761 3px solid;background-color:#d7d9db;*/ text-align:center; /*max-height:252px;*/ overflow:auto; position: static;}
.Top000867 nav li .subnav dd{ line-height:20px; padding:8px 0; font-size:15px;}
.Top000867 nav li .subnav dt{color: #0c3761;font-size:16px;border-bottom: #9aa7b5 2px solid;line-height: 38px; text-align:left; padding:0 5%;}	
/*top End*/	

/*home*/	
.Banner002465 .owl-carousel .owl-item .img_pc{ display: none;}
.Banner002465 .owl-carousel .owl-item .img_wap{ display: block;}
.Banner002465 .owl-dots{ bottom: 3%;}
.Floor001732{margin-top: 2%;}
.Hometitle h1{ font-size: 24px; margin-top: 0;}	
.Hometitle b{ font-size: 16px;}
.Other002110 .itemList,.marketTrend{ float: none; width: 100%;}
.marketTrend{ height: auto; margin-top: 10px; padding: 0 3%;}
.Other002110 .tabContent .table1{ width: 100%;}	
.Floor001640 .pic,.Floor001640 .txt{ float: none; width: 100%;}
.Floor001640 .pic{ text-align: center;}
.Floor001640 .all_more{ display: block; width: 146px; margin: 0 auto;}
/*home end*/

/*footer*/
.Bottom002381 .bottom nav{ float: none; width: 100%; margin-bottom: 15px;}
.Bottom002381 .bottom nav li{border-bottom: 1px solid #3e3e3e; float: none; width: 100%; min-height: 1px; border-left: none;}
.Bottom002381 .bottom nav li:before{ bottom: -2px; left: 0; width: 100%; height: 1px; top: auto;}
.Bottom002381 .bottom nav li dl{ display: none; padding: 10px 0;}
.Bottom002381 .bottom nav li h3{ padding: 8px 0;}
.Bottom002381 .weixin, .Bottom002381 .contact,.Bottom002381 .share,.Bottom002381 .links,.Bottom002381 footer{ float: none; text-align: center;}
.Bottom002381 .weixin{ padding-bottom: 10px;}
/*footer end*/

/*login*/
.zcs{ width: 100% !important; margin: 2% auto 4% !important; padding-bottom: 2% !important;}
.zcs .title{ font-size:20px !important; height: 45px !important; line-height: 45px !important;margin-bottom: 5% !important;}
.zcs .lisn{ width: 100% !important; position: relative; padding:0 10px 0 85px !important;}
.zcs .lisn input,.zcs .lisn2 input{ width: 100% !important;}
.zcs .lisn2{ padding-right: 100px !important;}
.zcs .lisn2 span{ position: absolute; right: 10px; top: 0; margin-right: 0 !important;}
.zcs .lisn label{ width: 75px !important; position:absolute; top: 0; left: 0;}
.zcs .bon{ margin: 0 auto !important;}
.zcs .bon .botton{ width: 120px  !important; display: block; margin: 0 auto; height: 35px !important; line-height: 32px !important; border: none;}
.zcs #rememberMe{ width: 20px !important; height: 20px !important;margin: 8px auto 0 !important;}
/*login end*/

.Menu000706 header h1{ font-size: 20px;}
.Menu000706 nav dl{ display: none;}
.Menu000706 nav li{ padding: 0 1%;}

.PicList002273{padding-top: 6%;}
.PicList002273 .left,.PicList002273 .right{ float: none; width: 100%;}
.PicList002273 .left{ margin-top: 0;}
.PicList002273 .left img{width: 100%; height: auto;}
.PicList002273 .right{ margin-left: 0;}
.PicList002273 .right .time{font-size: 12px;color: #999;border: 1px solid #c5c6c6;padding: 2px 5px;margin-top: 8px;display: inline-block;}
.PicList002273 .right .h3{color: #313131;font-size: 18px;font-weight: normal;margin: 10px 0;}
.PicList002273 .right .p{color: #999;font-size: 14px;}
.PicList002273 ul li{margin-bottom: 4%;background: #eef0f1;padding: 15px; height: auto;}

.TextList002322 .list ul{margin: 3% 0 3%;}
.TextList002322 .list li{ padding-right: 0;}
.TextList002322 .tit{ font-size: 18px;}
.TextList002322 .list span{ font-size: 16px;}

.TextList000962 ul{ margin: 0;}
.TextList000962 li{ margin: 0 0 2%;float: none; width: 100%;}

.PicList002256{ padding: 3% 0;}
.PicList002256 li{margin: 0 0 10px;}
.PicList002256 li .txt{ padding: 15px 15px 15px 45px;}
.PicList002256 li .txt .pic{margin-bottom: 10px;display: block; float: none; margin-left: 0; height: auto; width: 100%;}

.PicList000879 li{ padding: 5% 0;}
.PicList000879 li div{ padding-left: 0; padding-bottom: 0;}
.PicList000879 li .Ispic{position: static; padding-bottom: 63%; width: 100%; display: block;}
.PicList000879 li p{ margin: 0 0 5px; line-height: 22px; height: 66px;}

.PicList002311 .honorList .btn{ top: 42%;}

.RighInfo002275{ padding: 4% 0;}
.RighInfo002275 .auto{ background-position: center 2%; background-size: contain;}
.RighInfo002275 .text{ float: none; width: 100%;}
.RighInfo002275 .text .title{ font-size: 32px; margin: 4% 0;}
.RighInfo002275 .map{ width: 100%; float: none; height: 300px;}

.PicList000589{ padding-left: 15px; padding-right: 15px;}

.NyBanner .img_pc{ display: none;}
.NyBanner .img_wap{ display: inline;}

.TextList001214 .city{ margin-bottom: 15px;}
.TextList001214 .city dl{ float: none; margin-right: 0; margin-top: 10px;}
.TextList001366 span{text-align: center; padding: 2% 2px;}
.TextList001366 ol{ font-size: 14px;}
.TextList001366 ol span{ padding: 0; }

.PicList001814 li{ width: 48%;}
.PicList001814 li p{ height: 36px;}
}