/*
 .Top002434 为demo编号
 */
.Top002434 { background-color: #fff; position: relative; z-index: 99; background: #fff;}
@media only screen and (min-width:1200px ) {
	.Top002434{ padding-left: 30px; padding-right: 30px;}
}
@media only screen and (min-width:1600px ) {
	.Top002434{ padding-left: 50px; padding-right: 50px;}
}
.Top002434 .auto{ position: relative;}
.Top002434 a{ 
	color: #999;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
}
.Top002434 a:hover{ color: #004b64;}
.Top002434 .logo { float: left; width: 165px;  padding: 13px 0;}

.Top002434 .other{position: absolute; top:39px; right: 0; z-index: 9;}
@media only screen and (max-width:1200px ) {
	.Top002434 .other{ right: 2%;}
}
@media only screen and (max-width: 767px) {
	.Top002434 .other{ right: 73px;}
}
.Top002434 .other>*{line-height: 18px; position: relative; padding-bottom: 10px; color: #000;}

.Top002434 .lang .cur{ position: relative; display: block; font-size: 14px; padding:0 22px; cursor: pointer;}
.Top002434 .lang .cur i{ position: absolute; background: url(../images/Top002434-icon.png) no-repeat 0 0; width: 18px; height: 18px; display: block; left: 0; top: 0;}
.Top002434 .lang .cur:after{content: ""; background: url(../images/Top002434-icon.png) no-repeat 0 -45px; display: block; width: 7px; height: 4px; position: absolute; right: 0; top: 50%; margin-top: -2px;}
.Top002434 .lang ul{ display: none; width: 100%; background: #fff; position: absolute; top: 100%; padding:0; line-height: 24px; border: 1px solid #eee; text-align: center;}
.Top002434 .lang ul li+li{ border-top: 1px solid #eee;}
.Top002434 .lang:hover ul{ display: block;}


.Top002434 .search{margin-top: -5px; margin-left: 10px; padding-left: 10px;}
.Top002434 .search a{ display: block;background: url(../images/Top002434-icon.png) no-repeat 0 -23px; width: 18px; height: 18px; cursor: pointer;}
.Top002434 .searchBox{ width: 254px; position: relative; transition: all .3s ease-out; position: absolute; top: 100%; right: 0;box-shadow:0 3px 9px 0 rgba(0,0,0,.15); border: 1px solid #fff;background:rgba(0, 0, 0, 0.2) none repeat scroll 0 0 !important;filter:Alpha(opacity=20); background:#000;}
.Top002434 .searchBox.focus{ box-shadow: 0 3px 9px 0 rgba(0,75,100,.15); border-color: #004b64;background:rgba(255, 255, 255, 1) none repeat scroll 0 0 !important;filter:Alpha(opacity=100); background-color: #fff;}
.Top002434 .searchBox .input{ border: none; background: none; padding: 12px 10px; line-height: 22px; color: #fff; font-size: 14px; width: 100%;}
.Top002434 .searchBox.focus .input{ color: #333;}
.Top002434 .searchBox .btn{ position: absolute; right: 5px; top: 14px; font-size: 16px; background: none; border: none; color: #999;cursor: pointer}
.Top002434 .searchBox.focus .btn{ color: #333;}
@media only screen and (min-width:768px ) {
    .Top002434 .searchBox{ display: none;}
    .Top002434 .searchBox:before{ content: ""; display: block; width: 0; height: 0; border-style: dashed dashed solid dashed; border-width: 0 8px 8px 8px; border-color: transparent transparent #b4b4b4 transparent; position: absolute; top: -9px; right: 0;}
    .Top002434 .searchBox.focus:before{border-color: transparent transparent #004b64 transparent;}
}

.Top002434 .nav{ position: relative;}
.Top002434 .nav li .a{ font-size: 16px; color: #000; display: block; position: relative;}

.Top002434 .subnav{display: none;}
@media only screen and (max-width:767px ) {
	.Top002434 .nav{ position: fixed; top: 0; right: 0; display: none; height: 100%;}
	.Top002434 .nav li{ width: 100%;}
	.Top002434 .nav li:nth-child(2n){ background-color: #181818;}
	.Top002434 .nav li .a{ color: #fff; padding: 10px 15px;}
	.Top002434 .nav li .a>i{ right: 15px; width: 15px; height: 15px; margin-top: -6px;}
	.Top002434 .mobileNav{ display: block; background-color: #000; width: 50%; padding: 50px 0 10px 0;  z-index: 99;} 
	.Top002434 .mobileNav .subnav { padding: 10px 10px 10px 15px;}
	.Top002434 .mobileNav .subnav dd{padding: 6px 0;}
	.Top002434 .mobileNav .subnav dd a{ color: #f6f6f6; }
}
@media only screen and (min-width:768px ) {
	.Top002434 .nav{ float:right; padding: 0 0 0 2%; width:73%;}
	.Top002434 .nav li{ float: left; position: relative; margin-right: 3px;}
	.Top002434 .nav li .a{ padding:31px 5px 20px;}
	.Top002434 .nav li .a:before{ content: ""; display: block; width: 0; height: 4px;  position: absolute; top:0; left: 50%;background-color: #4f0102; transition: all .3s ease-in;}
	.Top002434 .nav li.on .a:before{ width: 100%; left: 0;}
	
	
	.Top002434 .subnav{ position: absolute; left: 0; top: 100%; width: 203px; padding: 30px 0;background:rgba(255, 255, 255, 0.95) none repeat scroll 0 0 !important;filter:Alpha(opacity=61); background:#000;}
	.Top002434 .subnav dl{ position: relative; z-index: 2; padding: 0 17px;}
	.Top002434 .subnav dd{position: relative;}
	.Top002434 .subnav dd a{ font-size: 14px; display: block; position: relative; padding:10px 10px 10px 20px; color:#333;}
	.Top002434 .subnav dd+dd{ border-top: 1px solid #e5e5e5;}
	.Top002434 .subnav dd:before{ content: ""; width: 0; overflow: hidden; height: 14px;left: -17px; top: 50%; margin-top: -7px; position: absolute;   display: block; background: #950002;
	transition: width .3s ease;
    -webkit-transition: width .3s ease;
    -moz-transition: width .3s ease;
    -ms-transition: width .3s ease;
	}
	.Top002434 .subnav dd a:before{ content: ""; background: url(../images/Top002434-icon.png) no-repeat 0 -53px; width: 4px; height: 7px; display: block; position: absolute; left: 10px; top: 50%; margin-top: -2px;}
	.Top002434 .subnav dd:hover:before{ width: 8px;}
}
@media only screen and (min-width:1024px ) {
	.Top002434 .nav{padding: 0 0 0 5%;width: 82%;}
	.Top002434 .nav li{ margin-right: 10px;}
	.Top002434 .nav li .a{ padding:35px 20px 26px;}
	.Top002434 .nav li .aon{ color:#4f0102; }
}


.Top002434 .nav,
.Top002434 .menuIcon .p1,
.Top002434 .menuIcon .p2,
.Top002434 .menuIcon .p3 { transition: all .4s cubic-bezier(.42, 0, 1, 1) 0s; }
.Top002434 .menuIcon { position: relative; top:27px; float: right; display: block; margin-right: 0; width: 40px; height: 32px;  background: #004b64;  color: #686666;  transform: translateX(0);}
.Top002434 .menuIcon .p1, 
.Top002434 .menuIcon .p2, 
.Top002434 .menuIcon .p3 { position: absolute; top: 50%; left: 50%; display: block;  margin-left: -11px; width: 22px; height: 2px; border-radius: 2px; background: #fff;}
.Top002434 .menuIcon .p1 { margin-top: -7px; transform: rotate(0);}
.Top002434 .menuIcon .p2 { opacity: 1;  margin-top: 0;}
.Top002434 .menuIcon .p3 {  margin-top: 7px;  transform: rotate(0);}
.Top002434 .menuIcon.on { transform: translateX(0); position: fixed; top: 10px; right: 20px; z-index: 100; background: none; color:#D3474A;}
.Top002434 .menuIcon.on .p1 {  margin-top: 0;  transform: rotate(45deg);}
.Top002434 .menuIcon.on .p2 { opacity: 0; }
.Top002434 .menuIcon.on .p3 {  margin-top: 0;  transform: rotate(-45deg);}
@media (min-width:768px) {
.Top002434 .menuIcon { display: none; }
}

/*
 *  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%; }

/*
 .Banner002465 为demo编号
 */
.Banner002465{ position: relative;}
.Banner002465 li a{ display:block; }
.Banner002465 li a .phoneimg{ display: none;}
.Banner002465 .owl-dots{margin:0 auto; text-align:center;position:absolute; left:0; width:100%; bottom:20px; 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;}
}


/*
 .Floor002405 为demo编号
 */
.Floor002405{ padding: 28px 0;}
.Floor002405 .auto{ max-width: 1200px; position: relative;}
@media only screen and (max-width:1160px ) {
	.Floor002405 .auto{ padding-left: 15px; padding-right: 15px;}
}

.Floor002405 .box{position: relative;}
.Floor002405 .box+.box{ margin-top: 20px;}
.Floor002405 .box-head{ border-bottom: 1px solid #e6e6e6; height: 31px;}
.Floor002405 .box-head .tit{font-size: 18px; color: #000; border-bottom: 2px solid #7e0002; padding-bottom: 5px;}
.Floor002405 .box-head:after{ content: ""; clear: both; display: block; width: 100%; height: 0; overflow: hidden;}
.Floor002405 .box-content{ padding-top: 20px;}
@media only screen and (min-width:768px ) {
.Floor002405 .box{ float: left; width:100%; }
.Floor002405 .box+.box{ margin-left: 4%; margin-top: 0;}
.Floor002405 .box.subject{ width:22%;}
}

.Floor002405 .new .tabs{ float: right;}
.Floor002405 .new .tabs a{ display: inline-block; margin-left: 10px; font-size: 13px; color: #000;}
.Floor002405 .new .tabs a:hover,.Floor002405 .new .tabs a.on{ color: #bd2437;}
@media only screen and (max-width:850px ) {
	.Floor002405 .new .tabs a{ margin-left: 3px;}
}

.Floor002405 .new .box-content{ height: 159px; overflow: hidden;}
.Floor002405 .new .list{ display: none;}
.Floor002405 .new .list .top{ padding-bottom: 10px;}
.Floor002405 .new .list .top dt{color: #bd2437;}
.Floor002405 .new .list .top dt a{ color: #bd2437; font-size: 18px;}
.Floor002405 .new .list .top time{  display: block; color: #bf9643; font-size: 12px; padding: 3px 0;}
.Floor002405 .new .list .top dd{ color: #666; font-size: 12px; line-height: 18px; height: 36px; overflow: hidden;}
.Floor002405 .new .list li{color: #333; position: relative; font-size: 12px; padding:3px 0 3px 70px; }
.Floor002405 .new .list li time{ position: absolute; left: 0;}
.Floor002405 .new .list li a{ color: #333;}
.Floor002405 .new .list li a:hover{ color: #bd2437;}

.Floor002405 .business li .pic{ float: left; width:46%; /*max-width: 229px;background: #ededed;*/ display: table; }
.Floor002405 .business li .pic a{ display: table-cell; /*height: 134px;*/ vertical-align: middle;}
.Floor002405 .business li .pic  img{ max-height: 100%;}
.Floor002405 .business li .word{ float: left; width: 52%; padding-left: 4%;}
.Floor002405 .business li .word .cate{ color: #7e0002; font-size: 12px; display: block;}
.Floor002405 .business li .word h3{ font-size: 16px; overflow: hidden; line-height: 18px; margin: 3px 0 15px; font-weight: bold;}
.Floor002405 .business li .word h3 a{ color: #555;}
.Floor002405 .business li .word figure{ font-size: 12px; line-height:26px; height:102px; overflow: hidden;}
.Floor002405 .business .bx-pager{ display: none;}
.Floor002405 .business .bx-controls-direction a{ position: absolute; top: 0; display: block; width: 23px; height: 20px; background: url(../images/Floor002405-icon.png) no-repeat;}
.Floor002405 .business .bx-controls-direction .bx-prev{ background-position: 0 0; right: 30px;}
.Floor002405 .business .bx-controls-direction .bx-next{ background-position: right bottom; right: 0;}
.Floor002405 .business .bx-controls-direction .bx-prev:hover{ background-position: left bottom;}
.Floor002405 .business .bx-controls-direction .bx-next:hover{ background-position: right top;}


.Floor002405 .subject .more{ color: #666; float: right; font-size: 12px;}
.Floor002405 .subject .more:hover{ color: #bd2437;}
.Floor002405 .subject .box-content a{ display: table-cell; overflow: hidden;background: #ededed; height: 134px; width: 100%; text-align: center; vertical-align: middle;}
@media (max-width:768px ) {
.Floor002405 .business li .word h3{  margin: 13px 0 15px;}	
.Floor002405 .business li .pic{ float: none; width:100%; }
.Floor002405 .business li .pic a{ display: table-cell; /*height: 134px;*/ vertical-align: middle;}
.Floor002405 .business li .pic  img{ max-height: 100%;}
.Floor002405 .business li .word{ float: none; width:100%;padding-left: 0%;}
}


/*
 .Floor002269 为demo编号
 */
.Floor002269{ padding:0% 0 2%;background-color:#fff;}
.Floor002269 ul li a img{width: 100%;}
@media screen and (max-width: 767px) {
	.Floor002269 ul li{background: none !important;}
}
@media screen and (min-width: 768px) {
	.Floor002269 ul{ height:180px; overflow: hidden;}
	.Floor002269 ul li a img{display: none;}
	.Floor002269 ul li{height:180px;float: left; background-position: 0% 50%; background-repeat: no-repeat; width:18%; transition:width 0.3s;}
	.Floor002269 ul li.hover{ width:46%;}
	.Floor002269 ul li a{display:block;width: 100%;height: 100%;}
}

/*Bottom001861*/
.Bottom001861{ background-color:#c5c5c5; font-size:12px;padding:30px 0;}
.Bottom001861 .auto{ color:#efefef;}
.Bottom001861 p{ margin:0; line-height:25px;}
.Bottom001861 p a{ color:#fff; display:inline-block;}
.Bottom001861 p a:hover{ color:#fff;}
.Bottom001861 p i{ font-style:normal; margin:0 10px; opacity:#fff; opacity:0.21;filter:alpha(opacity=21);}
.Bottom001861 p span{ color:#efefef;}
.Bottom001861 p span a{ font-weight:bold; color:#d0d5e0;}
.Bottom001861 ul{ float:right;margin-top:12px;}
.Bottom001861 li{ float:left; width:33px; margin-left:8px; background:rgba(126,0,2,0.4); border-radius:50%;}
.Bottom001861 li:hover{ background:#4f0102;}
.Bottom001861 li figure{ display:none; position:absolute; bottom:100%; border:3px solid #fff; width:120px; left:50%; margin-left:-63px; z-index:100;}
.Bottom001861 li:hover figure{ display:block;}
.Bottom001861 li figure img{ width:120px; height:120px; display:block;}
.Bottom001861 li.li_2{position:relative;}
.Bottom001861 li a{ display:block; height:33px; background:url(../images/Bottom001861-share.png) no-repeat 0 0;}
.Bottom001861 li.li_2 a{ background-position:-41px 0;}
.Bottom001861 li.li_3 a{ background-position:-82px 0;}
.Bottom001861 li.li_4 a{ background-position:right 0;}
@media(max-width:768px){
.Bottom001861 ul{ float:none; margin:0 0 15px 0;}
}
/*
 .Banner002187 为demo编号
 */
.Banner002187 span{background-position: center center; background-repeat:no-repeat; background-size:cover; height:286px; display:block;}
.Banner002187 img{ display:none;}
@media (max-width: 1000px){
	.Banner002187 span{ height:auto; background:none; height:auto;}
	.Banner002187 img{ display:block;}
}

/*.M/*enu002272 为demo编号
 */
.Menu002272{}
.Menu002272 .nav-menu{border-bottom: 1px solid #eef0f1;}
.Menu002272 .nav-menu ul{display: none;}
.Menu002272 .current{padding-left: 25px;background: url(../images/Menu002272-icon.png) no-repeat left center;}
.Menu002272 .current a{font-size: 14px;color: #717171;padding: 0 8px 0 4px; position: relative; line-height: 45px;}
.Menu002272 .current a:after{ content: "·"; position: absolute; top: 0; right: 0; line-height: 20px; height: 20px; color: #ddd;}
.Menu002272 .current a:first-child{padding-left: 0;}
.Menu002272 .current a:hover{color: #FC433E;}
.Menu002272 .current span{padding-left: 4px}

@media screen and (min-width:768px ) {
	.Menu002272 .nav-menu ul{display: block;float: left;}
	.Menu002272 .nav-menu ul li{float: left;line-height: 60px;margin: 0 2px;padding: 0 3px;}
	.Menu002272 .nav-menu ul li:first-child{margin-left: 0;}
	.Menu002272 .nav-menu ul li:hover,
	.Menu002272 .nav-menu ul li.on{background: #4f0102;}
	.Menu002272 .nav-menu ul li:hover a,
	.Menu002272 .nav-menu ul li.on a{color: #fff;font-weight: 700;}
	.Menu002272 .nav-menu .location{float: right;}
	.Menu002272 .current a{line-height: 55px;}
}
@media screen and (min-width:1024px ) {
	.Menu002272 .nav-menu ul li{padding: 0 12px;margin: 0 6px;}
}
@media screen and (min-width:1200px ) {
	.Menu002272 .nav-menu ul li{line-height: 55px;}
	.Menu002272 .current a{line-height: 55px; font-size:12px;}
	.Menu002272 .current span{font-size:12px; color:#7e0002;}
}
/*
 .RighInfo002228 为demo编号
 */
.RighInfo002228{ padding:3% 0 4%;}
.RighInfo002228 .single-header{ text-align:center;}
.RighInfo002228 .single-header h1{ color:#333; font-size:20px; margin:0 0 10px 0; font-weight:normal;}
.RighInfo002228 .single-header h3{color:#815122; font-size:16px; margin:0; font-weight:normal; position:relative;}
.RighInfo002228 .single-header h3:after{ content:""; display:block; height:1px; background-color:#f3eee9; width:100%; z-index:1; margin-top:15px;}
.RighInfo002228 .single-header h3 span{ position:relative; z-index:2; padding:0 30px; background-color:#fff;}
.RighInfo002228 .single-content{text-justify:inter-ideograph; text-align:justify; word-wrap:break-word; overflow:hidden; font-size:14px; line-height:24px; color:#444; padding-top:2%;}
.RighInfo002228 .single-content p{ text-indent:2em; margin:0; padding:10px 0;}
.RighInfo002228 .single-content .no-textindent{ text-indent:0;}
.RighInfo002228 .fr{ float:none;}
.RighInfo002228 .col2+.col2{ margin-top:10px;}
@media(max-width:950px){
  .RighInfo002228 .auto{ padding:0 2%;}
}
@media screen and (min-width:465px){
    .RighInfo002228 .col2{ width:48%;}
	.RighInfo002228 .fr{ float:right;}
	.RighInfo002228 .col2+.col2{ margin-top:0;}
}
@media screen and (min-width:768px){
  .RighInfo002228 .single-header h1{ font-size:24px;}
  .RighInfo002228 .single-header h3{ font-size:18px;}
  .RighInfo002228 .single-content p{ padding:8px 0;} 
  .RighInfo002228 .single-header h3:after{ background-color:#f3eee9; position:absolute; top:50%; z-index:1; margin-top:0;}
  
}
@media screen and (min-width:1024px){
  .RighInfo002228 .single-header h1{ font-size:30px;}
}


/*
 .PicList000762 为demo编号
 */
.PicList000762{ padding-top:2%;}
.PicList000762 li{ float:left; width:32%; margin-right:2%; margin-bottom:3%; }
.PicList000762 li:nth-child(3n){ margin-right:0;}
.PicList000762 li a{ display:block; background-color:#f8f8f8;transition:all ease-in-out 0.3s;}
.PicList000762 li h2{ margin:0; font-size:16px; color:#333; text-align:center; padding:3% 2%;}
.PicList000762 li figure{ background-position:center center; background-repeat:no-repeat; background-size:cover; padding-bottom:52%;}
.PicList000762 li a:hover{ background-color:#6e2425; }
.PicList000762 li a:hover h2{color:#fff;}
@media(max-width:640px){
.PicList000762 li{width:49%;}
.PicList000762 li:nth-child(3n){ margin-right:2%;}
.PicList000762 li:nth-child(2n){ margin-right:0;}
}
@media(max-width:480px){
.PicList000762 li h2{font-size:14px;}
}
/*
 .TextList000488为demo编号
*/ 

.TextList000488{ padding:2% 0 1%}
.TextList000488 .tit{ height: 45px; line-height: 45px; text-align: center; }
.TextList000488  ul{ overflow: hidden; clear: both; }
.TextList000488 .tit li,
.TextList000488 .list_ul li { float: left; text-align: center; width:20%; height:44px; line-height: 44px; font-size:14px; }

.TextList000488 .list_ul{ border-bottom: #e0e0e0 1px dashed; }
.TextList000488 .tit li{ font-weight: bold; background:#b1b1b1; color:#fff; }
.TextList000488 .list_ul li{ color:#b1b1b1; cursor:pointer; }
.TextList000488 .list_ul#On li,
.TextList000488 .list_ul:hover li{ color:#750002; font-weight:bold; }

.TextList000488 .list .con{ display:none; border-bottom: #e0e0e0 1px dashed; padding:20px 0 20px 120px; background: #fafafa; }
.TextList000488 .list .con p{margin:15px 0; font-size:14px; color:#666; line-height:28px;}

.TextList000488 .send { padding: 12px 0; }
.TextList000488 .send em{ font-style: normal; border-bottom: #d82128 1px solid; }
.TextList000488 .send a{ display: inline-block; line-height: 30px; color: #fff; background:#ab2426; border-radius:18px; font-weight: bold; padding:2px 30px; font-size:14px; }



/*
 .PicList000265 为demo编号
 */
.PicList000265{ padding:2% 0 1%;}
.PicList000265 li{ min-height:171px; background-color:#f6f6f6; margin:15px 0; position:relative;padding: 11px;}
.PicList000265 li .pic{ float: left;width:26%; margin-right:2%;max-height: 150px;overflow: hidden;}
/*.PicList000265 li .pic img{ width:268px; height:150px;}*/
.PicList000265 li .tex{ float:left; width:57%;}

.PicList000265 li .more{ background:url(../images/PicList000265-more.png) no-repeat; width:36px; height:36px; right:22px; top:50%; margin-top:-18px; position:absolute; overflow:hidden; line-height:100px; z-index:2;}
.PicList000265 li h1{ margin:0; font-size:16px; padding-top:20px; padding-bottom:10px;}
.PicList000265 li h1 a{display:block; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.PicList000265 li h1 a:hover{ color:#6b0001;}
.PicList000265 li time{color:#bea153;}
.PicList000265 li p{ max-height:48px; line-height:24px; overflow:hidden;}
@media(max-width:480px){
.PicList000265 li .pic,.PicList000265 li .tex{ float: none;width:100%;}
.PicList000265 li .more{ background: none;}
}
/*
 .Page001603 为demo编号
 */
.Page001603 .Pages{ text-align:center; padding:1% 0 3%;}
.Page001603 .Pages  .p_cur,
.Page001603 .Pages  .p_count,
.Page001603 .Pages  .p_total,
.Page001603 .Pages  .p_jump,
.Page001603 .Pages  .a_first,
.Page001603 .Pages  .a_end{ display:none;}
.Page001603 .Pages a{ display:inline-block; width:45px; height:35px; line-height:35px; overflow:hidden; border:1px solid #ebebeb; font-size:15px;}
.Page001603 .Pages a.a_cur,
.Page001603 .Pages a:hover{ background-color:#bea153; color:#fff;}
.Page001603 .Pages  .a_prev,
.Page001603 .Pages  .a_next{ line-height:100px; background:url(../images/Page001603-a_prev.gif) no-repeat center center;}
.Page001603 .Pages  .a_next{ background-image:url(../images/Page001603-a_next.gif);}
.Page001603 .Pages  .a_prev:hover{ background-image:url(../images/Page001603-a_prev_hover.gif);}
.Page001603 .Pages  .a_next:hover{ background-image:url(../images/Page001603-a_next_hover.gif);}
.Page001603 .Pages em{ font-style:normal;}



/*Timeline001915*/
.Timeline001915{ padding:3% 0 4%;}
.Timeline001915 .columnName{ padding:4% 0; line-height:normal; text-align:center; font-size:61px; color:#c20f00; text-transform:uppercase;}
.Timeline001915 .columnName span{ display:block; color:#353535; font-size:30px; padding:10px 0 15px;}
.Timeline001915 .columnName:after{ display:block; content:''; margin:0 auto; width:40px; height:2px; background-color:#c20f00;}
.Timeline001915 .list{ background:url(../images/Timeline001915-logo.png) no-repeat center top; padding-top:64px;}
.Timeline001915 .list ul{ background:url(../images/Timeline001915-ul.jpg) repeat-y center top; padding:54px 0;}
.Timeline001915 li{ padding-left:50%; background:url(../images/Timeline001915-li.png) no-repeat center top; padding-top:10px; padding-bottom:10px;}
.Timeline001915 li div{ padding-left:36px;}
.Timeline001915 li div p{ line-height:28px; font-size:15px;}
.Timeline001915 ul li:nth-child(2n){ text-align:right; padding-left:0; padding-right:50%;}
.Timeline001915 ul li:nth-child(2n) div{padding-left:0; padding-right:36px;}
.Timeline001915 li time{ display:block; color:#791011; font-size:18px; border-top:1px solid #e1e1e4; font-weight:bold;}
.Timeline001915 li time:before{ display:block; margin:-3px 0 10px 0; content:''; background-color:#791011; width:20px; height:5px;}
.Timeline001915 ul li:nth-child(2n) time:before{ float:right;}
.Timeline001915 ul li:nth-child(2n) time span{ clear:both; display:block;}
.Timeline001915 ol{ text-align:center;}
.Timeline001915 ol a{ display:inline-block; width:142px; height:30px; line-height:30px; text-align:center; background-color:#791011; color:#fff; font-size:14px; border-radius:5px;}
@media(max-width:1000px){
.Timeline001915 .columnName{ font-size:45px;}
.Timeline001915 .columnName span{ font-size:24px;}
}
@media(max-width:640px){
.Timeline001915 .columnName{ font-size:30px;}
.Timeline001915 .columnName span{ font-size:20px;}
}
@media(max-width:480px){
.Timeline001915 .list{ background-position: left top; padding-left:20px;}
.Timeline001915 .list ul{ background-position: 8px top;}
.Timeline001915 li{ padding:0 !important; background-position: left top;}
.Timeline001915 li div{ padding:10px 10px 10px 36px !important;}
.Timeline001915 ul li:nth-child(2n){ text-align:left;}
.Timeline001915 ul li:nth-child(2n) time:before{ float:none;}
}
/*Form002219*/
.Form002219{ padding:3% 0 5%;}
.Form002219 dl{ width:48%; float:left; padding-left:85px; min-height:40px; position:relative; margin-bottom:15px; max-width:420px;}
.Form002219 dl.odd{ margin-left:4%;}
.Form002219 dt{ color:#5b5b5b; font-size:14px; position:absolute; left:0; width:70px; text-align:right; line-height:40px;}
.Form002219 .text{ border:1px solid #dfdfdf; border-radius:5px; width:100%; padding:0 10px; line-height:38px; color:#5b5b5b;}
.Form002219 dl.dl{ width:100%; float:none; max-width:none;}
.Form002219 textarea{border:1px solid #dfdfdf; border-radius:5px;overflow:hidden; resize:none; width:100%; height:360px; padding:10px; color:#5b5b5b;}
.Form002219 .btn{ display:inline-block; line-height:40px; min-width:140px; margin-right:20px; background-color:#f3f3f3; color:#728391; font-size:14px; border:none; border-radius:5px; cursor:pointer;}
.Form002219 .submitbtn{ color:#fff; background-color:#640b0c;} 
@media(max-width:640px){
.Form002219 dl{ float:none; width:100%; margin-left:0 !important;}	
.Form002219 textarea{ height:250px;}
}
@media(max-width:480px){
.Form002219 .btn{ width:48%; margin-right:2%; float:left; display:block; min-width:2px;}	
}
/*Form002219 End*/
/*
 .PicList001302 为demo编号
 */
.PicList001302{ padding-top:2%;}
.PicList001302 li{ float:left; width:23.5%; margin-right:2%; position:relative; margin-bottom:1%;}
.PicList001302 li:nth-child(4n){ margin-right:0;}
.PicList001302 li a{ position:absolute; left:0; top:0; width:100%; height:96%; border:1px solid transparent; z-index:10;}
.PicList001302 li:hover a{ border-color:#63090a;}
.PicList001302 li figure{ padding:4px; position:relative; border:1px solid #dfdfdf;}
.PicList001302 li figure div{ padding-bottom:115%; background-size:contain;}
.PicList001302 li figure dl{ position:absolute; left:0; top:0; width:100%; height:100%;background:url(../images/PicList001302-search.png) no-repeat center  20% rgba(107, 8, 9, 0.8)/auto 20%; opacity:0;  transition:0.3s;}
.PicList001302 li figure dl span{ position:absolute; left:0; width:100%; color:#fff; text-align:center; top:70%; transition:0.3s;}
.PicList001302 li figure dl span::before{ position:absolute; content:''; width:16px; height:1px; background-color:#fff; left:50%; margin-left:-8px; bottom:-10px;}
.PicList001302 li:hover figure dl{ background-position:center 35%;opacity:1;}
.PicList001302 li:hover figure dl span{top:60%; }
.PicList001302 li p{ margin:10px 0; line-height:24px; height:72px; overflow:hidden; text-align:center;}
@media(max-width:480px){
.PicList001302 li{ width:49%;}
.PicList001302 li:nth-child(3n){ margin-right:2%;}
.PicList001302 li:nth-child(2n){ margin-right:0;}
}
/*
 .RighInfo002275 为demo编号
 */
.RighInfo002275 .p,.RighInfo002275 .h2,{}
.RighInfo002275{padding: 4% 0 8%}
.RighInfo002275 .text{margin-bottom: 30px}
.RighInfo002275 .text .title{font-size: 30px;color: #ceb8b8;font-weight: normal;margin-bottom: 20px;}
.RighInfo002275 .text .title span{font-weight: 700;}
.RighInfo002275 .text .p{font-size: 16px;color:#333;line-height:40px; margin: 0; padding: 0;}
.RighInfo002275 .text .b{color:#6b0809;font-size: 18px;}
.RighInfo002275 .map{width: 100%;height: 200px;}
.RighInfo002275 .map #map{height: 100%;}
.RighInfo002275 .map img{max-width: none !important;}

@media screen and (min-width: 768px) {
	.RighInfo002275 .text{float: left;width: 45%;}
	.RighInfo002275 .map{float: right;width: 50%;height: 260px;}
}

@media screen and (min-width: 1024px) {
	.RighInfo002275 .auto{background: url(../images/RighInfo002275-contact_bg.png) no-repeat center;}
	.RighInfo002275 .map{float: right;width: 50%;height: 320px;}
	.RighInfo002275 .text .title{font-size: 52px;}
}

@media screen and (min-width: 1200px) {
	.RighInfo002275{padding: 50px 0 70px}
	.RighInfo002275 .text .title{margin-bottom: 55px}
	.RighInfo002275 .map{width: 700px;height: 430px;}
	.RighInfo002275 .text{width: 40%;}
}
/*
 .PicList002501 为demo编号
 */
.PicList002501{ background-color: #fff; padding:3% 0 4%; width: 100%; position: relative; z-index:9;}
.PicList002501 .auto_1000{ position: relative; background: #fff;}
.PicList002501 .wrap-container{ margin: 0 auto;  max-width: 1000px; padding: 0 15px;}
@media (max-width: 1230px) {
	.Floor002491 .wrap-container{ padding: 0 15px; max-width: 1230px;}
}

.PicList002501  ul li{margin-bottom: 30px;}
.PicList002501  ul li.last{margin-bottom: 0;}
.PicList002501 .right{margin-bottom: 20px;}
.PicList002501 .rightBox .img{border-radius: 20px 0; overflow: hidden;}
.PicList002501 .rightBox .img img{width: 100%;}
.PicList002501 .leftBox .h3{font-size: 18px; color: #791011; font-weight: normal; margin: 0;}
.PicList002501 .leftBox .txt{padding-top: 10px; font-size: 14px; line-height: 1.8;}

@media screen and (min-width:768px){
  .PicList002501 .right{float: right; width: 50%;}
  .PicList002501 .left{float: left; width: 48%;}
  .PicList002501 .odd .right{float: left;}
  .PicList002501 .odd .left{float: right;}
  .PicList002501 .leftBox{width: 90%;margin: 0 auto;}
}

@media screen and (min-width:1000px){
  .PicList002501 .auto_1600{ padding-top: 30px;}
  .PicList002501 .leftBox .h3{font-size: 22px;}
}
/*
 .PicList001307 为demo编号
 */
.PicList001307{ padding-top:2%;}
.PicList001307 li{ position:relative; float:left; width:32%; margin-right:2%; margin-bottom:2%;}
.PicList001307 li:nth-child(3n){ margin-right:0;}
.PicList001307 li img{ display:block; width:100%;}
.PicList001307 li dl{ position:absolute; left:0; bottom:0; width:100%; padding:3%; color:#fff; background-color:rgba(91,7,8,0.6);}
.PicList001307 li h3{ font-size:18px; font-weight:normal; margin:0; line-height:30px;}
.PicList001307 li h3 a{color:#fff;}
.PicList001307 li p{overflow:hidden; line-height:20px; height:40px; overflow:hidden; font-size:12px; margin:10px 0;}
.PicList001307 li .more{ display:block; text-align:center; position:relative; line-height:43px; border-radius:5px;
background: rgb(255,255,255);
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(236,236,236,1) 100%);
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(236,236,236,1) 100%);
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(236,236,236,1) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec',GradientType=0 ); 
}
.PicList001307 li .more:hover{ color:#791011;}
.PicList001307 li .more::before{ position:absolute; content:''; width:26px; height:26px; background:url(../images/PicList001307-more.png) no-repeat center center/contain; right:5%; top:50%; margin-top:-13px;}
.PicList001307 li figure{ height:0; overflow:hidden; transition:0.3s;}
.PicList001307 li:hover figure{ height:103px;}
@media(max-width:768px){
.PicList001307 li h3{ font-size:16px;}
}
@media(max-width:640px){
.PicList001307 li{ width:49%;}
.PicList001307 li:nth-child(3n){ margin-right:2%;}
.PicList001307 li:nth-child(2n){ margin-right:0;}
}
@media(max-width:375px){
.PicList001307 li{ width:auto; float:none; margin-right:0 !important;}
.PicList001307 li figure{ height:auto;}
}
@media(max-width:480px) and (min-width:376px){
.PicList001307 li .more{ line-height:33px;}
.PicList001307 li:hover figure{ height:93px;}
}


/*
 .PicList002239 为demo编号
 */
.PicList002239{ padding-top:2%;}
.PicList002239 li{ border-bottom: 1px solid #e3e3e3; margin-bottom: 20px; text-align: center; }
.PicList002239 li .li1{ float: left;padding: 15.5px 0; font-size: 16px; color: #63090a;}
.PicList002239 li .text{ padding: 0 20px}
.PicList002239 li .span2{ float: right; font-size: 14px; color: #999; padding:17px 0; padding-left: 30px; background: url(../images/PicList002239-icon.png) no-repeat left center}
.PicList002239 .open_info{ position:fixed; left:0; top:0; width:100%; height:100%; z-index:200; background:rgba(0,0,0,0.7); display:none;}
.PicList002239  .info_area{ position:absolute; width:90%; max-width:1200px; left:50%; transform:translate(-50%,-50%); top:50%; background:#fff; padding:5%;}
.PicList002239  .info_area .close{ position:absolute; right:0; width:31px; height:31px; top:-32px; background:#fff; cursor:pointer;}
.PicList002239  .info_area .close::before,
.PicList002239  .info_area .close::after{ position:absolute; content:''; width:25px; height:2px; background:#c53b19; top:15px; left:3px;}
.PicList002239  .info_area .close::before{ transform:rotate(45deg);} 
.PicList002239  .info_area .close::after{ transform:rotate(-45deg);} 
.PicList002239  .info_area .pic{width:100%; height:auto; overflow:hidden; top:0; left:0; text-align:center;} 
.PicList002239  .info_area .txt{ overflow:auto; padding-top:15px; text-align:center;}
@media (min-width: 640px) {
.PicList002239 li{ float: left; width: 48%; margin: 0 1% 55px;} 
}
@media (min-width: 1024px) {
.PicList002239 li{  width: 31.33%; }  
}
@media (min-width: 1250px) {
.PicList002239 .ul{ margin:0 -30px;}
.PicList002239 li{margin: 0 30px 25px ; width: 360px;}  
}

/*
 .PicList000671 为demo编号
 */
.PicList000671{padding-top:2%;}
.PicList000671 ul li .videoCon{ display:none; border-bottom:3px solid #245bb5;}
.fancybox-skin.videoCon .text{ font-size:18px; font-weight:normal; display:block;}
.PicList000671 *{ -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;}
.PicList000671 .nowrap{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.PicList000671 ul li{ width:32%; float:left; margin:0 2% 2% 0;}
.PicList000671 ul li:nth-child(3n){ margin-right:0;}
.PicList000671 ul li figure{ padding-bottom:70%; position:relative; background-repeat:no-repeat; background-position: center center; background-size: cover;}
.PicList000671 ul li figure a{ position:absolute; display:block; width:100%; height:100%; background-color:rgba(0, 0, 0, 0.3); background-image:url(../images/PicList000671-icon-video.png); background-repeat:no-repeat; background-position: center center;}
.PicList000671 ul li figure a:hover{ background-color:transparent}
.PicList000671 ul li h5{ font-size:15px; padding:8px 0; margin:0; text-align:center; border-bottom: dashed 1px #c1c1c1;}
.PicList000671 ul li time{ display:block; color:#b3b3b3; background:url(../images/PicList000671-icon.png) no-repeat right;}
@media screen and (max-width:640px){
.PicList000671 ul li{ width:49%;}
.PicList000671 ul li:nth-child(2n){ margin-right:0;}
.PicList000671 ul li:nth-child(2n+1){ margin-right:2%;}
}
.video-fanybox .fancybox-overlay{ width:100%; height:100%; background:rgba(0,0,0,0.4)}
.video-fanybox .fancybox-skin{ border-bottom:7px solid #245bb5;}
.video-fanybox .fancybox-skin .text{ font-size:18px; font-weight:normal;}
.video-fanybox .fancybox-close{ position: absolute;bottom:18px; top:auto;right:13px;width:35px;height: 35px;background-image: url(../images/fancybox_sprite1.png) !important;background-size: contain;}

.honor-fanybox .fancybox-skin{ padding:20px 80px 80px !important;}
.honor-fanybox .fancybox-wrap{ top:50% !important; transform:translateY(-50%);}
.honor-fanybox .fancybox-nav span{ visibility:inherit;}
.honor-fanybox .fancybox-close{ position: absolute;bottom:2.5%; top:auto;right:84px;width:35px;height: 35px;background-image: url(../images/fancybox_sprite1.png) !important;background-size: contain;}
.honor-fanybox .fancybox-nav span{bottom:50%; top:auto;right:-63px;width:50px;height:50px;background-image: url(../images/fancybox_sprite3.png) !important;background-size: contain;background-position:inherit;}
.honor-fanybox .fancybox-prev span{background-image: url(../images/fancybox_sprite2.png) !important;}
.honor-fanybox .fancybox-prev span{ left:-63px;}
.honor-fanybox .fancybox-overlay{ width:100%; height:100%; background:rgba(0,0,0,0.4)}
.honor-fanybox .fancybox-skin{ border-top:7px solid #245bb5;}
.honor-fanybox .fancybox-title-float-wrap{bottom: 62px;right:84.5%;}
.honor-fanybox .fancybox-title-float-wrap .child{ background:none; color:#333; font-size:24px; font-weight:normal;text-shadow: none;}
@media screen and (max-width:640px){
.honor-fanybox .fancybox-nav span{bottom:22%;}
.honor-fanybox .fancybox-close {bottom: 10.5%;right: 26px;}
 }   


.news_info{padding:2% 0 4%;}
.news_info .title{ text-align:center; padding-bottom:0px; background:none;}
.news_info .title h1{ margin:0; padding-bottom:15px; font-size:24px; font-weight:normal;}
.news_info .title p{ margin:0; border-bottom:1px dashed #d2d2d2; padding-bottom:20px;}
.news_info .title p span{ margin:0 36px; color:#999;  font-size:12px;}
.news_info .info{ text-align:justify; text-justify:inter-ideograph; padding-top:20px;}
.news_info .info img{ margin:15px 0;}
.news_info .info p{ font-size:14px; color:#666; line-height:26px; margin:12px 0; text-indent:2em;}
.news_info .info_back{ text-align:center; clear:both; padding:2% 0 20px 0;} 
.news_info .info_back a{ color:#999; font-size:14px;} 
.news_info .info_back a:hover{color:#791011;}
.news_info .info_back .goback{ background:#791011; padding:8px 18px; color:#fff; border-radius:6px;}
.news_info .info_back .goback:hover{ color:#fff}
.news_info .info_back dl{ width:35%;}
.news_info .info_back .prepage{ float:left;}
.news_info .info_back .nextpage{ float:right;}



/*
 .Form001725 为demo编号
 */
.Form001725{ padding:2% 0;}
.Form001725 .form{ padding-top:30px; max-width:800px; width:100%;}
.Form001725 .form td{ padding-bottom:20px; font-size:14px; }
.Form001725 .form td.w1{ width:44%;}
.Form001725 .form td.w2{ width:0%;}
.Form001725 .form .text{ width:100%; border-radius:3px; border:1px solid #cfcfcf; line-height:36px;height:36px; text-indent:10px; background:none; }
.Form001725 .form p{ margin:0 0 10px 0;color:#6b0809; background:url(../images/Form001725-icon.png) no-repeat left center; padding-left:15px;}
.Form001725 .form td em{ font-style:normal; color:#bcbcbc;}
.Form001725 .form td em i{ font-style:normal; color:#fadbbe;}
.Form001725 .form .btn{ background:#6b0809; color:#fff; cursor:pointer; font-size:18px; width:60%; max-width:180px; height:50px; border-radius:3px; border:none; margin-top:35px; margin-left:25%;}
.Form001725 .form dl{ position:relative;}
.Form001725 .form dt{ text-indent:10px; cursor:pointer; border:1px solid #cfcfcf;line-height:36px;height:36px; background:url(../images/Form001725-check.png) no-repeat 95% center;}
.Form001725 .form dd{ display:none; position:absolute; left:0; top:100%; background-color:#eee; width:100%; z-index:10;}
.Form001725 .form dd a{ display:block; line-height:36px; padding:0 10px;}
.Form001725 .form dd a:hover{ background-color:#ccc;}
@media(max-width:768px){
.Form001725 .search{ position:relative; margin-top:10px; top:auto; width:auto;}
}



/*
 .搜索 为demo编号
 */
.TextList000746{ padding:2% 0 1.5%}
.TextList000746 li{border-bottom: #f0f0f0 1px dashed; line-height:27px; padding:10px 0;}
.TextList000746 li a{ padding-left:20px; background:url(../images/TextList000746-icon.jpg) no-repeat 5px center;}
.TextList000746 li a:hover{ color:#be1623;}
.TextList000746 li time{ float:right; color:#999; font-size:12px; margin-left:10px;}




/*PicList002171 */
.PicList002171{ padding-top:3%;}
.PicList002171 li{ float:left; width:22.75%; margin-right:3%; margin-bottom: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(79,1,2,0.85); 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;}
@media(min-width:769px){
.PicList002171 li:nth-child(4n){ margin-right:0;}
}
@media(max-width:768px){
.PicList002171 li{ width:32%; margin-right:2%;}
}
@media(max-width:768px) and (min-width:481px){
.PicList002171 li:nth-child(3n){ margin-right:0;}
}
@media(max-width:480px){
.PicList002171 li{ width:49%;}
.PicList002171 li:nth-child(2n){ margin-right:0;}
.PicList002171 li dt{ font-size:15px;}
}

.Yanglao{ padding: 3% 0; }
.Yanglao .con:after{ content: ''; width: 0; height: 0; display: block; clear: both; }
.Yanglao .con .pic{ position: relative; width: 50%; height: 0; padding-bottom: 25%; float: left; }
.Yanglao .con .pic>a{ width: 100%; height: 100%; display: block; }
.Yanglao .con .pic>span{ position: absolute; right: 8%; bottom: 20px; }
.Yanglao .con .pic>span a{ font-size: 24px; color: #fff; }

.Yanglao .con .text{ width: 50%; float: left; padding-left: 5%; }
.Yanglao .con .text h1{ font-size: 24px; color: #000; margin: 10px 0; font-weight: normal; }
.Yanglao .con .text p{ font-size: 14px; color: #333; line-height: 26px; }
@media(max-width:768px){
  .Yanglao .con .pic{ position: relative; width: 100%; height: 0; padding-bottom: 50%; float: none; }
  .Yanglao .con .text{ width: 100%; float: none; padding: 4% 2% }
}
@media(max-width:480px){
}
.Floor002405 .business li .pic{ display: block; }
.Floor002405 .business li .pic a{ width: 100%; height: 0; padding-bottom: 60%; position: relative; display: block; }
.Floor002405 .business li .pic a img{ width: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.Floor002405 .btns{ display: inline-block; padding: 8px 36px; border: 1px solid #333; font-size: 14px; color: #444; margin: 10px 0;}
.Floor002405 .btns:hover{ background-color: #7e0002; color: #fff; }

.Top002434 .other{ font-size: 0 }
.Top002434 .other a{ font-size: 14px; color: #333; line-height: 9px; display: inline-block; padding: 0 10px; border-left: 1px solid #333; }
.Top002434 .other a:last-child{ border-right: 1px solid #333; }