/*插件样式，如果有多个一样的只留一份*/
html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow:hidden;

    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#superContainer {
    height: 100%;
    position: relative;

    /* Touch detection for Windows 8 */
    -ms-touch-action: none;

    /* IE 11 on Windows Phone 8.1*/
    touch-action: none;
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout:fixed;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
    overflow: hidden;
    position: relative;
}
.fp-scroller{
    overflow: hidden;
}
.iScrollIndicator{
    border: 0 !important;
}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
}
#fp-nav.right {
    right: 17px;
}
#fp-nav.left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fp-slidesNav.bottom {
    bottom: 17px;
}
.fp-slidesNav.top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
 }
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
    left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{
    height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto !important;
}
.clear{clear: both;}
/*
 .Other002373 为demo编号
 */
.Other002373{ background: #fff;}

.Other002373 #fullPage{
    height: 100%;
    position: relative;
    touch-action: none;
    transform: translate3d(0px, 0px, 0px);
    transition: all 700ms ease;
}
#fp-nav ul li+li{ position: relative; margin-top: 30px;}

#fp-nav ul li+li:before,
#fp-nav ul li+li:after,
#fp-nav ul li+li a:before{ content: ""; position: absolute; width: 2px; height: 2px; background:#fff; left: 50%; margin-left: -1px;}
#fp-nav ul li+li:before{ top: -28px;}
#fp-nav ul li+li:after{ top: -18px;}
#fp-nav ul li+li a:before{ top: -8px;}
#fp-nav ul li a span{display: block; width: 6px; height: 6px;border-radius: 0; background-color: #fff; position: static; margin: 0 auto;}
#fp-nav ul li a.active,#fp-nav ul li:hover a.active { color:#0a3562;}
#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
#fp-nav ul li:hover a span{  background-color: #c6454f; border-radius: 0 !important;  margin: 0 auto;
 width: 6px;  height: 6px;}
.Other002373 .section .bg{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; background-position: center; background-repeat: no-repeat; background-size: cover;}
.Other002373 .section .wrap{}
.Other002373 .section .pc{display: none;}
.Other002373 .section .word{ position: relative; z-index: 6; margin-top:6%;} 
.Other002373 .section .word h1{ margin: 0 0 30px;}
.Other002373 .section .word figure{ font-size: 16px; color: #fff; letter-spacing: 2px; line-height: 24px; max-width: 1200px; margin: 0 auto 30px;}
@media only screen and (min-width:1024px ) {
.Other002373 .section .word h1{ margin: 0 0 3%;}
.Other002373 .section .word figure{margin: 0 auto 3%;}
.Other002373 .section .pc{display: inline-block;}
.Other002373 .section .wrap{display: none;}
}


@keyframes firstPart {
	0% {
		bottom: 40px;
	}

	100% {
		bottom: 20px;
	}

}

@-webkit-keyframes firstPart

/* Safari and Chrome */
{
	0% {
		bottom: 40px;
	}

	100% {
		bottom: 20px;
	}

}

.Other002373 .mousetip {
	background: url(../images/Other002373-mousetip.png) no-repeat;
	width: 62px;
	height: 63px;
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -31px;
	z-index: 100;
	cursor: pointer;
	animation-name: firstPart;
	animation-duration: 0.8s;
	animation-timing-function: linear;
	animation-delay: 0.3s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-play-state: running;
	-moz-animation-name: firstPart;
	-moz-animation-duration: 0.8s;
	-moz-animation-timing-function: linear;
	-moz-animation-delay: 0.3s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction: alternate;
	-moz-animation-play-state: running;
	-webkit-animation-name: firstPart;
	-webkit-animation-duration: 0.8s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-delay: 0.3s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	-webkit-animation-play-state: running;
	-o-animation-name: firstPart;
	-o-animation-duration: 0.8s;
	-o-animation-timing-function: linear;
	-o-animation-delay: 0.3s;
	-o-animation-iteration-count: infinite;
	-o-animation-direction: alternate;
	-o-animation-play-state: running;
}
.Other002373 .mousetip.up{ background-image: url(../images/Other002373-mousetip_up.png);}

.Other002373 .footer ,.Other002373 .footer a{ color: #a9a9a9;}
.Other002373 .footer a:hover{ color: #fff;}
.Other002373 .footer .bottom{ background: #2a2a2a; padding:4% 0;}
.Other002373 .footer nav li{ width: 100%;}
.Other002373 .footer nav li h3{ font-size: 15px; color: #fff; margin: 0 0 10px;}
.Other002373 .footer nav li dl dd{ padding: 5px 0;}

.Other002373 .footer nav li.weixin .pic{ padding-top: 5px;}
.Other002373 .footer nav li.contact .tel{ font-size: 22px; color: #044f9f; font-weight: bold;}
.Other002373 .footer nav li.contact .time{ margin: 0;}
.Other002373 .footer .share{ padding-top: 10px;}
.Other002373 .footer .share a{ display: inline-block; margin-right: 8px; border-radius: 50%; background-color: #444; width: 30px; height: 30px; text-align: center; line-height: 30px; font-size: 20px; cursor: pointer;}

.Other002373 .footer footer{ background: #252525; padding: 15px 0;}
.Other002373 .footer .copyright{ margin: 0;}
.Other002373 .footer .links a{ display: inline-block; margin-right: 20px; position: relative;}
.Other002373 .footer .links a+a:before{left: -10px;content: ""; width: 1px; height: 50%; background: #919191; position: absolute; top: 30%;}
@media only screen and (min-width:1024px ) {
	.Other002373 .footer nav li{ float: left; width: 12%;}
	.Other002373 .footer nav li.contact{ width: 15%;}
	.Other002373 .footer .copyright{ float: left;}
    .Other002373 .footer .links{ float: right;}
}
@media only screen and (max-width:1023px ) {
	.Other002373 .footer nav li dl{ display: none;}
	.Other002373 .footer nav li{ border-bottom: 1px solid #434242;}
	.Other002373 .footer nav li h3{ padding-top: 10px;}
	.Other002373 .footer nav li.weixin,.Other002373 .footer nav li.contact{ margin-top: 15px; text-align: center; border-bottom: none;}
	.Other002373 .footer footer{ text-align: center;}
}




/*Top002526 */
.Top002526{ position:fixed; width:100%; left:0;top: 0; z-index:100;}
.Top002526.on{background-color: white;}
.Top002526 .header-top{ border-bottom:1px solid rgba(255,255,255,0.3); }
.Top002526.on .header-top{border-bottom: 1px solid #e3e3e3;}
.Top002526 .header-top .auto{ position:relative; }
.Top002526 #menulogo{display: none}
.Top002526 .header-top dl.dl_right{ position:absolute; top:50%; margin-top:-16px; z-index:99;}
.Top002526 .dl_right{ right:0;}
.Top002526 .logo{ position:absolute; top:50%; transform: translateY(-50%);z-index: 1;max-width: 120px;}
.Top002526 .header-top dl.dl_right dd{ float:left; line-height:32px; position:relative; padding:0 15px;}
.Top002526 .header-top dl.dl_right dd a{ color:#b8b8b8;}
.Top002526 .header-top dl.dl_right dd a:hover{ color:#db9a51;}
.Top002526 .header-top dl.dl_right dd::after{ position:absolute; content:''; right:0; width:1px; height:50%; top:25%; background:rgba(255,255,255,0.3);}
.Top002526 .header-top dl.dl_right dd:last-of-type::after{ display:none;}
.Top002526 .open-search{ display:block; width:23px; height:32px; background:url(../images/Top002526_top_icon_search.png) no-repeat center center;}
.Top002526 .open-search::before,
.Top002526 .open-search::after{ position:absolute; content:''; height:3px; width:40%; left:16px; transform:rotate(45deg); top:50%; margin-top:-1px;}
.Top002526 .open-search::after{ transform:rotate(-45deg);}
.Top002526 .open-search-show{ background:none;}
.Top002526.on .open-search-show{ background:none!important;}
.Top002526 .open-search-show::before,
.Top002526 .open-search-show::after{ background:#fff;}
.Top002526.on .open-search-show::before,
.Top002526.on .open-search-show::after{ background:#e50011;}
.Top002526.on .open-search {background: url(../images/Top002526_top_icon_search2.png)no-repeat center center;}
.Top002526 .search{ box-shadow:0 3px 9px 0 rgba(0,0,0,.15); border:1px solid #ddd;width:254px; background:#fff;position: absolute;right: 0;top:58px;display: none;}
.Top002526 .search .text{ width:100%; line-height:48px; height:48px; padding:0 48px 0 10px; background:none; border:none; color:#666;}
.Top002526 .search .btn{ position:absolute; right:0; line-height:48px; height:48px;width:48px; text-align:center; color:#999; font-size:16px; top:0;background: url(../images/Top002526_top_icon_search_on.png)no-repeat center center;}
.Top002526 .search::after{ position:absolute; content:''; border:8px solid transparent; border-bottom-color:#e50011; right:17px; top:-17px;}

.Top002526 .header-menu{ width:100%; position:relative; padding:0 5% 0 35%; }
.Top002526 .header-menu ul{display: flex;flex-wrap: wrap;}
.Top002526 .header-menu li{ width:16.666%;font-size: 20px;}
.Top002526 .header-menu li em a{ line-height:85px; color:#fff;}
.Top002526.on .header-menu li.aon em a{color: #e50011;}
.Top002526.on .header-menu li em a{color: #333333;}
.Top002526.on .header-menu li em a:hover{color: #e50011;}
.Top002526 .header-menu li.has-sub{ position:inherit !important;}
.Top002526 .header-menu li .sub{ width:100% !important; background:#f4f4f4; left:0 !important; right:auto !important;}
.Top002526 .header-menu li .sub-intro{ max-width:1200px; margin:0 auto; padding-top:50px; padding-bottom:50px;}
.Top002526 .header-menu li .sub-menu{ padding:0 5%;}
.Top002526 .header-menu li .sub-menu dt{ width:33.33%; float:left; text-align:center;}
.Top002526 .header-menu li#m0 .sub-menu dt{/*width: 20%;*/}
.Top002526 .header-menu li#m0 .sub{/*height: auto !important;*/}
.Top002526 .header-menu li .sub-menu dt a{  transition:0.3s;}
.Top002526 .header-menu li .sub-menu dt a span{ display:block;overflow: hidden;text-overflow: ellipsis;}
.Top002526 .header-menu li .sub-menu dt a:hover{ color:#e50011; background:none; text-decoration:underline;}
@media(max-width:1280px){
.Top002526 .logo{ left:2%;}
.Top002526 .dl_right{ right:2%;}

}
@media(max-width:1024px){
.Top002526{padding-top:32px;}
.Top002526.on {height: 75px;}
.Top002526 .logo{ clear:both; padding-right:60%;} 
.Top002526.on .header-top,
.Top002526 .header-top{border: none;}
.Top002526 .header-top dl.dl_left{ right:0;color:#fff; bottom:100%; top:auto; margin-top:0; left:auto; right:2%;} 
.Top002526 .header-top dl.dl_left dd > a{ color:#fff;}
.Top002526 #open_menu{ position:relative;width:40px; height:32px; background:#fff; float:right; border-radius:5px;}
.Top002526 #open_menu i::before,
.Top002526 #open_menu i::after,
.Top002526 #open_menu i{ background:#000;}
.Top002526 #open_menu i{ left:15%; width:70%; height:3px; margin-top:-1.5px;}
.Top002526 #header-menu{ position:absolute; left:0; top:100%;  background:#000; z-index:105; width:60%; max-width:240px; transform:translateY(-300%); opacity:0; transition:transform 0.3s,opacity 0.5s;}
.Top002526 #header-menu.header-menu-show{ opacity:1; transform:translateY(0);}
.Top002526 #header-menu .sub-right{display:none;}
.Top002526 #header-menu li .sub-menu dt a,
.Top002526 #header-menu li em a{ padding:0 10%;}
.Top002526 #header-menu li .sub-menu dt a{ border-bottom-color:rgba(255,255,255,0.3);}
.Top002526 #header-menu li .sub-menu dt a img{display: none;}
.Top002526 .top-search .search{top: 43px;width: 180px;}

/* .Top002526 #header-menu li.clickon em,
.Top002526 #header-menu li .sub{ background:#db9a51;} */
}
@media(max-width:375px){
}





/*Banner002534 */
.Banner002534{ position:relative; z-index:1; overflow:hidden;}
.Banner002534 .slides > li {display: none; -webkit-backface-visibility: hidden;} 
.Banner002534 .slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .Banner002534 .slides {display: block;} 
* html .Banner002534 .slides {height: 1%;}
.no-js .Banner002534 .slides > li:first-child {display: block;}
.Banner002534 .flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .Banner002534 .flex-viewport {max-height: 300px;}
.Banner002534 .slides {zoom: 1;}

.Banner002534 li .pic{position:relative;}
.Banner002534 li .pic::before{ position:absolute; content:""; width:100%; height:100%; background:rgba(10,53,98,0.3); z-index:2;}
.Banner002534 li:first-of-type .pic::before{ background: none;}

.Banner002534 li .pic a{ position:absolute; left:0; top:0; width:100%; height:100%; z-index:10;}
.Banner002534 li .txt{ position:absolute; z-index:20; left:0; width:100%; top:22%; text-align:right;}
.Banner002534 li .txt dl{ position:relative;}
.Banner002534 li .txt dl::before,
.Banner002534 li .txt dl::after{ position:absolute; content:''; width:40%; max-width:116px;  border:1px solid #fff; right:5%;}
.Banner002534 li .txt dl::before{ border-bottom:0; bottom:110%;}
.Banner002534 li .txt dl::after{ border-top:0;top:110%;}
.Banner002534 li:nth-child(2n) .txt{ text-align:left; top:35%;}
.Banner002534 li:nth-child(2n) .txt dl::before,
.Banner002534 li:nth-child(2n) .txt dl::after{ right:auto; left:5%; border-color:#fff;}
.Banner002534 li:nth-child(3n) .txt{ top:35%;}
.Banner002534 .flex-control-nav{ position:absolute; bottom:5%; left:50%; transform:translateX(-50%); z-index:10;}

.Banner002534 .flex-control-nav li{ float:left;  padding:0 8px;}
.Banner002534 .flex-control-nav li a{ display:block;width:8px; height:18px; background:rgba(255,255,255,0.6); line-height:1000px;overflow:hidden; cursor:pointer;}
.Banner002534 .flex-control-nav li a.flex-active{ background:#27a1e1;}
@media(min-width:1025px){
.Banner002534 li .pic{  height:960px; background-position:center top; background-repeat:no-repeat; position:relative;}
.Banner002534 li .pic > img{ display:none;}
}
@media(max-width:1024px){
.Banner002534 li .pic{ background:none;}
.Banner002534 li .pic img{ display:block; width:100%;}
.Banner002534 li .txt{ display:none;}
}
/*动画*/
.Banner002534 li .txt dl::before,
.Banner002534 li .txt dl::after{opacity:0;height:0; transition:ease-in-out 0.3s 1s;}
.Banner002534 li dd{opacity:0; transition:transform ease-in-out 1s 0.3s,opacity ease-in-out 1s 0.5s;}
.Banner002534 li dd.cn{ transform:translateX(50px);}
.Banner002534 li dd.en{ transform:translateX(-50px);}
.Banner002534 li.flex-active-slide dd{transform:translateX(0);opacity:1; }
.Banner002534 li.flex-active-slide .txt dl::before,
.Banner002534 li.flex-active-slide .txt dl::after{height:50%;opacity:1;}
/*动画 end*/


.content{margin-top: 86px;}
/*
 .Floor002491 为demo编号
 */
.Floor002491{ width: 100%; position: relative; z-index:9;}
.Floor002491 .title{ text-align:center; color:#fff;font-size:24px;line-height:24px;  font-weight:lighter; margin-bottom:1%;}
.Floor002491 .title span{ display:block; line-height:30px; font-size:10px; color:#ccc;  text-transform:uppercase; }

.Floor002491 ul * { -webkit-transition: all .3s;  -o-transition: all .3s;  transition: all .3s;}
.Floor002491 ul li{ width: 100%;margin-bottom: 10px;float: left; height: 200px; background-position: 0 0; position: relative;
 background-size: cover; background-repeat: no-repeat; border-radius: 20px 0; position: relative;overflow: hidden; } 
.Floor002491 ul li a{display: block; color: #fff;position: absolute; width: 100%;height: 100%;left: 0;bottom: 0; }
.Floor002491 ul li a .txt{display: none;}
.Floor002491 ul li a .txt .nonetxt{display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.Floor002491 ul li a .txtBox .h3{text-align: center;  font-size: 14px; font-weight: normal;margin-top: 10px;} 
.Floor002491 ul li a .icon{max-width: 50%; text-align: center; margin: 0 auto;}
.Floor002491 ul li .liBox{ position: relative; width: 100%;height: 100%;overflow: hidden; }
.Floor002491 ul li .liBox .liCon{position: absolute; width: 100%;bottom: 10px;}
.Floor002491 ul li.li1 .liBox{background: rgba(10,53,98,.8); background: rgba(191, 63, 72, 0.8); }
.Floor002491 ul li.li2 .liBox{background: rgba(13,68,128,.8); background:rgba(183, 72, 72, 0.8);  }
.Floor002491 ul li.li3 .liBox{background: rgba(15,82,153,.8); background: rgba(191, 63, 72, 0.8); }
@media screen and (min-width:768px ){
  .Floor002491 ul li{ width: 25%;float: left; height: 400px;margin-bottom: 0;}
  .Floor002491 ul li a .txtBox .h3{font-size: 18px;}
}
@media screen and (min-width:1000px ){
  .Floor002491 ul li{height: 455px; width: 15%;}
  .Floor002491 ul li.on{width:70%; }
  .Floor002491 ul li.on a{ width: 90%; height: 110px; border-radius: 0 20px 0 0; overflow: hidden; }
  .Floor002491 ul li.on .liBox .liCon{position:relative; height: 100%; padding-left: 100px; padding-right:30px;background: url(../images/Floor002491-more.png) no-repeat 98% center;}
  .Floor002491 ul li.on .liBox .liCon .icon{position: absolute; left: 0;top: 50%; width: 100px; height: 75px;margin-top: -37.5px; }
  .Floor002491 ul li.on .liBox .liCon .txt{display: block;}
  .Floor002491 ul li.on a .txtBox .h3{text-align: left;}
  .Floor002491 ul li.on a .txtBox{position: relative; top: 50%;-webkit-transform: translateY(-50%);  -ms-transform: translateY(-50%);-o-transform: translateY(-50%); transform: translateY(-50%);}
}


/*
 .Floor002248 为demo编号
 */

.Floor002248 .word{ width: 100%; margin-top:0 !important; }
.Floor002248 .word h3{ margin: 0; font-size: 20px; line-height: 1.2; color: #fff; padding-bottom: 15px; font-weight: normal;}
.Floor002248 .word h3:after{ content: "";display: block;width: 65px; height:2px; background-color: #c6454f; margin-top: 20px;}
.Floor002248 .word figure{margin: 0; padding: 15px 0; line-height: 2.25; font-size: 14px;} 
.Floor002248 .right-img{ position: relative;}
.Floor002248 .right-img .right-img_tit{ width: 160px; text-align: center; padding: 20px 0;
background:rgba(60, 137, 217, 0.9) none repeat scroll 0 0 !important;filter:Alpha(opacity=90); background:#fff;
 position: absolute;  bottom:20px;left: -8%;}
.Floor002248 .right-img .right-img_tit span{ position: relative; z-index: 1;  color: #fff; font-size: 16px;}
.Floor002248 li{ line-height:30px; padding-left:20px; position:relative;font-size: 18px;font-weight: 600; color:#fff;}
.Floor002248 li::after{position:absolute;left:0; top:50%; margin-top:-4px; width:10px; height:10px; border:2px solid #c6454f; content:""; }
.Floor002248 .more{ display:inline-block;background:url(../images/Floor002536_more.png) no-repeat right center; padding-right:32px; color:#fff; border-bottom:1px solid #fff; padding-bottom:5px; height:28px; margin-top:5%;font-size:18px;  }
.Floor002248 .more:hover{ background:url(../images/Floor002536_more2.png) no-repeat right center; color:#c6454f; border-bottom:1px solid #c6454f;  }
@media only screen and (max-width: 767px) {
	.Floor002248 .word h3{ text-align: center;}
	.Floor002248 .word h3:after{ margin: 20px auto 0; width: 35px;}
	.Floor002248 .right-img{ margin: 10px auto; max-width: 580px;}
	.Floor002248 .right-img .right-img_tit{ left:0;}
}
@media only screen and (min-width: 768px) {
	.Floor002248 .word h3{ font-size: 24px;}
	.Floor002248 .word{ width: 48%; float: left;}
	.Floor002248 .right-img{ float: right; width: 48%;}
	
}
@media only screen and (min-width: 1024px) {
	.Floor002248 .word h3{ font-size: 30px; padding-bottom: 30px;}
	.Floor002248 .word h3:after{ height: 3px;}
	
	.Floor002248 .right-img .right-img_tit{ padding: 25px 0;}
}
@media only screen and (min-width: 1260px) {
	.Floor002248 .right-img .right-img_tit{ width: 160px; padding: 35px 0;}
}



/*Floor002537 */
.Floor002537{ margin-top:4%; }
.Floor002537 .title{ text-align:center; color:#fff;font-size:24px;line-height:24px;  font-weight:lighter;}
.Floor002537 .title span{ display:block; line-height:30px; font-size:10px; color:#ccc;  text-transform:uppercase; }

.Floor002537 .list{ position:relative; margin-top:1%;}
.Floor002537 .list > *{  position:relative;}
.Floor002537 .list dl dd{ position:absolute; left:0; top:0; width:50%; height:50%;}
.Floor002537 .list dl dd:nth-child(2n){ left:50%;}
.Floor002537 .list dl dd:nth-child(3),
.Floor002537 .list dl dd:nth-child(4){ top:50%;}
.Floor002537 .list dd a{  position:absolute; left:1px; top:1px; right:1px; bottom:1px;background:#eee; padding:15% 10% 0 10%; transition:0.3s;}
.Floor002537 .list dd a:hover{ background:#c6454f; color:#fff;}
.Floor002537 .list dd h4{ font-size:18px; font-weight:normal; margin:10px 0;}
.Floor002537 .list dd p{ margin:0; line-height:20px; overflow:hidden; max-height:40px; color:#999;}
.Floor002537 .list dd a:hover p{ color:#fff;}
.Floor002537 .list dd a:hover time{ opacity:0.5;}
.Floor002537 .list dd a::after{ display:block; content:''; background:url(../images/Floor002537_list_more.png) no-repeat; width:17px; height:9px; margin-top:20%;}
.Floor002537 .list dd a:hover::after{ background-image:url(../images/Floor002537_list_more_hover.png);}
.Floor002537 .list_top li .Ispic{ padding-bottom:86.5%;}
.Floor002537 .list_top li .txt{ position:absolute; left:0; bottom:3.5%; width:100%;
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 77%);
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 77%); 
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); }
.Floor002537 .list_top li .txt{ background: rgba(0,0,0,0.65); padding:4% 30% 4% 3%;}
.Floor002537 .list_top li a{ color:#fff;}
.Floor002537 .list_top li .txt p{ font-size:20px; margin:0;}
.Floor002537 .list_top .bx-pager{ position:absolute; right:3%; z-index:10; bottom:6%;}
.Floor002537 .list_top .bx-pager div{ float:left; padding:0 3px;}
.Floor002537 .list_top .bx-pager div a{ display:block; width:11px; height:11px; border:1px solid #fff; overflow:hidden; line-height:1000px;}
.Floor002537 .list_top .bx-pager div a.active{ background:#c6454f; border:0;}
.Floor002537 .list_top .bx-viewport{ z-index:1;}
@media(min-width:769px){
.Floor002537 .list > *{float:left; width:50%; padding-bottom:43.334%;}
.Floor002537 .list_top .bx-wrapper{ position:absolute; left:0; top:1px; bottom:0; right:1px; }
}
@media(min-width:769px) and (max-width:1024px){
.Floor002537 .list dd h4{ font-size:16px;}
.Floor002537 .list dd p{ font-size:12px;}
.Floor002537 .list dd a::after{margin-top:10%;}
}
@media(max-width:768px) and (min-width:481px){
.Floor002537 .list dl{ padding-bottom:86%;}
}
@media(max-width:480px){
.Floor002537 .list dl dd{ position:relative; width:100%; height:auto; left:auto !important;}
.Floor002537 .list dl dd a{ position:relative; left:auto; bottom:auto; right:auto; top:auto; display:block; padding:5%; margin-bottom:2px;}
.Floor002537 .list dd a::after{margin-top:20px;}
.Floor002537 .list_top li .txt p{ font-size:16px;}
}



/*Floor002142 */
.Floor002142{ padding:12% 0 9% 0; position: relative;z-index: 10}
.Floor002142 .title{ text-align:center; color:#fff;font-size:24px;line-height:24px;  font-weight:lighter;}
.Floor002142 .title span{ display:block; line-height:30px; font-size:10px; color:#ccc;  text-transform:uppercase; }

.Floor002142 .more{ text-align:center; margin-top:2%;}
.Floor002142 .more a{ display:inline-block; width:50%; transition:0.3s; border-radius:3px; max-width:228px; line-height:40px; background:#f0f0f0; }
.Floor002142 .more a:hover{ background:#e50011; color:#fff;}

.Floor002142 ul{ text-align:center;}
.Floor002142 li{ display:block; margin:1% 1% 1% 0; width:15.8333%; padding:0; float:left;background-color:#fff;  border-radius:5px; transition:all 0.3s;}
.Floor002142 li:nth-child(6n){ margin-right:0;}
.Floor002142 li a img { height:120px; transition:opacity 0.3s;}
.Floor002142 li:hover{box-shadow:0 0 28px rgba(0,0,0,0.1);}
.Floor002142 li a:hover img{opacity:1;  
filter: url("data:image/svg+xml;utf8"); /* Firefox 3.5+ */
-webkit-filter: grayscale(0%); /* chrome+ */
filter: grayscale(0%); /* 未来浏览器 */
filter: ; /* ie6-8 */
filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=0);/*ie6-9 */
}
@media (max-width:768px) {
.Floor002142 li{width: 32.333%;}
}
@media(max-width:480px){
.Floor002142 li a img { height:52px;}
}


/*Floor002142 */
.Floor0021421{ padding:5% 0;}
.Floor0021421 .title{ text-align:center; color:#fff;font-size:24px;line-height:24px;  font-weight:lighter;}
.Floor0021421 .title span{ display:block; line-height:30px; font-size:10px; color:#ccc;  text-transform:uppercase; }

.Floor0021421 .more{ text-align:center; margin-top:2%;}
.Floor0021421 .more a{ display:inline-block; width:50%; transition:0.3s; border-radius:3px; max-width:228px; line-height:40px; background:#f0f0f0; }
.Floor0021421 .more a:hover{ background:#e50011; color:#fff;}

.Floor0021421 ul{ text-align:center;}
.Floor0021421 li{ display:block; margin:1% 1% 1% 0; width:15.8333%; padding:0; float:left; border-radius:5px; transition:all 0.3s;}
.Floor0021421 li:nth-child(6n){ margin-right:0;}
.Floor0021421 li a .bg{background-color:#fff; }
.Floor0021421 li a img { height:120px; transition:opacity 0.3s;}
.Floor0021421 li a h3 { font-size: 16px;font-weight: normal;text-align: center;color: #fff}
.Floor0021421 li:hover{box-shadow:0 0 28px rgba(0,0,0,0.1);}
.Floor0021421 li a:hover img{opacity:1;  
filter: url("data:image/svg+xml;utf8"); /* Firefox 3.5+ */
-webkit-filter: grayscale(0%); /* chrome+ */
filter: grayscale(0%); /* 未来浏览器 */
filter: ; /* ie6-8 */
filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=0);/*ie6-9 */
}
@media (max-width:768px) {
.Floor0021421 li{width: 32.333%;}
}
@media(max-width:480px){
.Floor0021421 li a img { height:52px;}
}



/*Bottom002538 */
.Bottom002538{ background:#191a1c; padding-bottom:1%; overflow:hidden;width: 100%;}
.Bottom002538 .footer-top{ background:url(../images/Bottom002538_bg.jpg) no-repeat center top; padding:3% 0 3% 2%; max-height:220px;}
.Bottom002538 .footer-top a{ display:block;}
.Bottom002538 .footer-top a img{ width:30%; max-width:158px;}
.Bottom002538 .footer-top a::after{ display:block; height:3px; content:''; width:25px; background:#fff; margin-top:2.5%;}
.Bottom002538 .footer-bottom{ padding-top:4%;}
.Bottom002538 .footer-bottom,
.Bottom002538 .footer-bottom a{ color:#eaeaea;}
.Bottom002538 .footer-bottom a:hover{ color:#fff;}
.Bottom002538 .footer-bottom ul{ float:right;  text-align:center;width: 42%}
@media(min-width:481px){
.Bottom002538 .footer-bottom ul{display:table;}
.Bottom002538 .footer-bottom ul > *{ display:table-cell; vertical-align:top; border-left:1px solid rgba(255,255,255,0.1);}
}
.Bottom002538 .footer-bottom ul ol{ padding:0 43px; overflow:hidden;}
.Bottom002538 .footer-bottom ul ol li{ float:left; padding:0 15px;}
.Bottom002538 .footer-bottom ol li img{ max-width:109px;}
.Bottom002538 .footer-bottom ul > li{ padding-left:52px;}
.Bottom002538 .footer-bottom ul > li aside{ max-width:95px; margin:0 auto;}
.Bottom002538 .footer-bottom ul > li .bdsharebuttonbox{ display:inline-block; margin-top:60px; overflow:hidden;}
.Bottom002538 .footer-bottom ul > li .bdsharebuttonbox a{ float:left; width:35px; height:35px; padding:0; background:url(../images/Bottom002538_icon_share.png) no-repeat 0 0 #fff; border-radius:50%; margin:0 5px;}
.Bottom002538 .footer-bottom ul > li .bdsharebuttonbox a.bds_tsina{ background-position: right top;}

.Bottom002538 .footer-bottom nav {float: left;width: 58%}
.Bottom002538 .footer-bottom nav .dl{ margin-bottom:2%;float: left;width: 16.6666%}
.Bottom002538 .footer-bottom nav .dl dt{font-size:16px; color:#fff; display:block; margin-bottom:10px;}
.Bottom002538 .footer-bottom nav .dl dd{ display:block;padding-bottom: 4px;}
.Bottom002538 .footer-bottom nav .dl dd a{font-size:14px; color:rgba(255,255,255,.75);}
.Bottom002538 .footer-bottom nav .dl dd a:hover{ color:#e50011; }
.Bottom002538 .footer-bottom nav a:hover{ color:#e50011; }


.Bottom002538 .copyright{ clear:both; float:left; /*margin-top:-60px;*/}
.Bottom002538 .copyright p a::after{ display:inline-block; vertical-align:middle; width:1px;height:8px; background:#858585; margin:0 10px; content:'';}
.Bottom002538 .copyright p a:last-child::after{ display:none;}
.bd_weixin_popup,
.bd_weixin_popup *{ box-sizing:content-box;}
@media (min-width:1440px) {
.Bottom002538 .footer-bottom{padding-top: 3%;}
}
@media (max-width:1440px) {
.Bottom002538 .footer-bottom ol li img{max-width: 80px;}
.Bottom002538 .footer-bottom ul > li .bdsharebuttonbox{margin-top: 20px;}
}
@media(max-width:1200px){
.Bottom002538 .footer-bottom nav a{margin-right:3%;}
}
@media(max-width:1024px){
.Bottom002538 .footer-bottom{ text-align:center;}
.Bottom002538 .footer-top{ background-size:100% 100%;}
.Bottom002538 .footer-bottom ul,
.Bottom002538 .copyright{ float:none;}
.Bottom002538 .copyright{ margin-top:0;}
.Bottom002538 .copyright p a{ display:inline-block;}
.Bottom002538 .footer-bottom nav{ padding:10px 0; background:#333;float: none;width: 100%}
.Bottom002538 .footer-bottom nav a{ margin-left:5%;}
.Bottom002538 .footer-bottom ul{ margin:0 auto;width: 100%}
.Bottom002538 .footer-bottom ul > li .bdsharebuttonbox{ margin:10px 0;}
.Bottom002538 .footer-bottom ul ol{ border-left:0;}
}
@media(max-width:640px){
.Bottom002538 .footer-bottom nav .dl{width: 33.3333%}
.Bottom002538 .footer-bottom nav .dl:nth-child(4n){clear: both;}
.Bottom002538 .footer-bottom nav .dl dt{margin-bottom: 0px}
.Bottom002538 .footer-bottom nav .dl dd{display: none;}
.Bottom002538 .footer-bottom nav a{ margin:3px 10px; display:inline-block;}
.Bottom002538 .footer-bottom ul ol{ padding:0 10px;}
}
@media(max-width:480px){
.Bottom002538 .footer-bottom ul > li{ padding:0;}
.Bottom002538 .footer-bottom ul ol{ display:table; margin:0 auto;}
.Bottom002538 .footer-bottom ul > li aside{ display:none;}
}

/*
 .Menu000706 为demo编号
 */
.Menu000706{}


.Menu000706 .wrap-top .auto{ position:relative; z-index:10;}
.Menu000706 .wrap-top .title{ position:relative; z-index:10; font-size:30px; color:#fff;}
.Menu000706 .wrap-top .title em{ font-style:normal; display:block; font-size:32px; text-transform:uppercase; color:#fff; opacity:0.1; font-weight:bold; margin-top:-10px;}
.Menu000706 .wrap-top .title aside{ float:left; width:60%; height:150px; max-width:330px; padding: 3%; background:url(../images/Floor002537_titlebg.png) no-repeat left top; margin-top:-3%;}
.Menu000706 .wrap-top .title aside::after{ content:''; width:26px; height:3px;  background:#fff; display:block; margin-top:5px;}


.Menu000706 nav{ position:relative;}
.Menu000706 nav dl{ position:absolute; right:0; top:50%; margin-top:-12px; background:url(../images/Menu000706-cur.png) no-repeat left center; padding-left:25px; color:#999; line-height:24px;}
.Menu000706 nav dl a{color:#999;}
.Menu000706 nav dl span,
.Menu000706 nav dl a:hover{color:#e50011;}
.Menu000706 nav li a{ display:block; font-size:18px; padding:20px 0 15px 0;}
@media(min-width:769px){
.Menu000706 nav{height: 80px;}
.Menu000706 nav ol{ display:none;}
.Menu000706 nav ul{ display:block !important;overflow: hidden;text-overflow: ellipsis;width: 70%;}
.Menu000706 nav li{ float:left; padding:0 2%;padding-bottom: 20px;}
.Menu000706 nav li a:hover,
.Menu000706 nav li.aon a{ color:#e50011; border-bottom:3px solid #e50011;}
}
@media(max-width:1000px){
.Menu000706 nav dl{ display:none;}
.Menu000706 header{ position:relative; z-index:5;}
.Menu000706 header h1{ display:block; padding-right:0;}
}
@media(max-width:768px){
.Menu000706 nav{ position:relative;}
.Menu000706 nav ol{ border-top:1px solid #e6e6e6; margin-top:2%; padding:10px 0;}
.Menu000706 nav ol span{display:block; background-color:#307bd7; padding:5px;border-radius:3px;}
.Menu000706 nav ol a{ display:block; background-color:#fff;color:#333; border-radius:5px; line-height:40px; padding:0 10px; position:relative; font-size:16px;}
.Menu000706 nav ol a::before{ position:absolute; content:''; right:5px; top:50%; margin-top:-3px; border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #307bd7;}
.Menu000706 nav ul{ position:absolute; width:100%; top:56px;z-index: 9; left:0; background-color:#307bd7; padding:5px; border-radius:0 0 5px 5px; display:none;}
.Menu000706 nav li{ background-color:#fff; border-bottom:1px solid #eee;}
.Menu000706 nav li:last-child{ border-bottom: none;}
.Menu000706 nav li a{ padding:0 2%; line-height:40px; }
.Menu000706 nav li a:hover{color:#e50011;}
}
@media(max-width:640px){
.Menu000706 .wrap-top .title{ padding:2% 0;}
.Menu000706 .wrap-top .title::after{ display:block; margin:10px auto 0; }
}
/*
 .RighInfo002450 为demo编号
 */
.RighInfo002450{ padding: 5% 0;background-size: cover;background-position: center;background-repeat: no-repeat;}
.RighInfo002450 .auto{ position: relative;}
.RighInfo002450 .wrap-container {background-color: white;padding: 60px 40px;}
.RighInfo002450 .wrap-container .tit{ color: #1a1002; font-size: 20px; margin: 0; padding-top:3%; font-weight: normal;}
.RighInfo002450 .wrap-container .subtit{ color: #ccc; font-size: 20px; margin: 0 0 3%; font-weight: normal;}

@media only screen and (min-width:1201px ) {
	.RighInfo002450 .wrap-container .tit{ font-size: 26px;}
}
@media only screen and (max-width:767px ) {
.RighInfo002450 .wrap-container .tit{ text-align: center; font-size: 20px;}	
.RighInfo002450 .wrap-container{padding: 3%;}
}
.RighInfo002450 .wrap-container .img{ margin: 0 auto; display: block;position: relative;padding: 0 20px 20px 0;}
.RighInfo002450 .wrap-container .img::before,
.RighInfo002450 .wrap-container .img::after{content: "";position: absolute;right: 0;bottom: 0;background-color: #e50011;}
.RighInfo002450 .wrap-container .img::before{width: 90px;height: 20px;}
.RighInfo002450 .wrap-container .img::after{height: 90px;width: 20px;}
.RighInfo002450 .wrap-container .word{ color: #1a1002; font-size: 14px; line-height: 28px; margin-top: 3%;}
.RighInfo002450 .wrap-container .word p{margin-top: 0;}
@media only screen and (min-width:767px ) {
	.RighInfo002450 .wrap-container .img{ float: right; margin: 0 0 0 5%;}
	.RighInfo002450 .wrap-container .word{ margin-top: 0;}
}
.pagebg{padding: 5% 0;background-size: cover;background-repeat: no-repeat;background-position: center;}
.bgclor{background-color: white;}
.Pagetitle .h3{font-size: 30px;color: white;margin-top:0 ;font-weight: normal;}
.Pagetitle p{font-size: 16px;color: white;margin-top: -15px;width: 82%;}

.Pagetitle ul li{display: inline-block;font-size: 30px;margin-right: 30px; margin-bottom: 20px;}
.Pagetitle ul li a{ color:#fff;}
.Pagetitle ul li.aon a{ color:#e50011;}

/*RighInfo002522 */
.RighInfo002522{ padding:2%;}
.RighInfo002522 .title{ padding-bottom:3%; font-size:18px; color:#e50011;}
.RighInfo002522 .title span{ display:block; font-size:14px; color:#999; text-transform:uppercase;}
.RighInfo002522 .list dl{ float:left; width:100%; display:table; border:1px solid #ededed;  margin-bottom:3.5%;}
.RighInfo002522 .list dl > *{ display:table-cell; vertical-align:middle;}
.RighInfo002522 .list dt{ width:95px;}
.RighInfo002522 .list dt b{ display:block;width:45px; height:45px; border-radius:50%; background:#000; color:#fff; font-size:20px; font-weight:normal; position:relative; overflow:hidden; line-height:45px; text-align:center; margin:25px auto;}
.RighInfo002522 .list dt b::after{ position:absolute; content:''; width:20px; height:7px; background:#e50011; bottom:0; right:0;}
.RighInfo002522 .list dd p{ padding:3% 5% 3% 0; color:#333; margin:0;}
@media(max-width:1024px){
.RighInfo002522 .title{ font-size:24px;}
.Pagetitle p{width: 100%;}
}
@media(min-width:769px){
.RighInfo002522 .list dl{width:19.2%;margin-right:1%;}
.RighInfo002522 .list dl:nth-child(5){ margin-right:0;}
}
@media(max-width:768px) and (min-width:481px){
.RighInfo002522 .list dl{ width:48%;}
.RighInfo002522 .list dl:nth-child(2n){ float:right;}
.RighInfo002522 .list dl:nth-child(2n+1){ clear:left;}
}
/*
 .TextList001729 为demo编号
 */
.TextList001729 ol.type{ margin-top:3%;}
.TextList001729 .type{display:table; width:100%;}
.TextList001729 ol.type{font-size:16px; background-color:#e50011; color:#fff;}
.TextList001729 .type li{ display:table-cell; vertical-align:middle;text-align:center; padding-top:10px; padding-bottom:10px; line-height:24px;}
.TextList001729 ul.type li{cursor:pointer;}
.TextList001729 .type li:nth-child(1){width:12%;}
.TextList001729 .type li:nth-child(2){ width:11%;}
.TextList001729 .type li:nth-child(3){ width:10%;}
.TextList001729 .type li:nth-child(1){ padding-left:2%; text-align:left !important;}
.TextList001729 .list{border-bottom:1px solid #e5e5e5;}
.TextList001729 .list .con{ display:none;border-top:1px solid #e5e5e5; overflow:hidden; font-size:14px; line-height:24px; padding:2%;}
@media(max-width:1000px){
.TextList001729 .type li{ width:20% !important;}
}
@media(max-width:768px){
.TextList001729 .type li{ width:24% !important;}
}
@media(max-width:480px){
.TextList001729 .type li{ width:30% !important;}
.TextList001729 ol.type{font-size:15px;}
}
/*Page002091 */
.Page002091{ text-align:center; line-height:25px; font-size:12px; padding:3% 0 5% 0;}
.Page002091 .Pages a{ display:inline-block;margin: 0 5px; border-radius:2px; background-color:#eaeaea; padding:5px 15px;}
.Page002091 .Pages em{ font-style:normal; display:inline-block;}
.Page002091 .Pages a.a_cur,
.Page002091 .Pages a.a_num:hover,
.Page002091 .Pages .a_prev:hover,
.Page002091 .Pages .a_next:hover{ background-color:#e50011; color:#fff;}
@media(max-width:640px){
.Page002091 .Pages em{display:none;} 

}

/*PicList001938*/
.PicList001938{ padding:3% 2% 0 2%;}
.PicList001938 li{ float:left; width:48.5%; margin-right:3%; margin-bottom:1%;}
.PicList001938 li:nth-child(2n){ margin-right:0; }
.PicList001938 li .conBox{ position:relative; border-right:5px solid #edeef0;border-bottom:5px solid #edeef0;  padding:7% 3% 4% 52%; font-size:12px;}
.PicList001938 li .conBox:hover{ border-right:5px solid #fef2f3;border-bottom:5px solid #fef2f3;}
.PicList001938 li .Ispic{ position:absolute; width:46%; height:100%; left:0; bottom:-5px;}
.PicList001938 li .Ispic img{ display:none;}
.PicList001938 li h5{font-size:20px; margin:0;}
.PicList001938 li p{ margin:5px 0; line-height:24px; overflow:hidden;font-size: 14px;}
.PicList001938 li .more{ display:inline-block; line-height:25px; padding:2px 45px; color:#888888;background-color: #eaeaea;}
.PicList001938 li .more:hover{ background:#e50011; color:#fff;}

@media(max-width:768px){
.PicList001938 li{ float:none; margin-right:0; margin-left:0 !important; width:auto;}
.PicList001938 li .conBox{ margin-top:20%;}
}
@media(max-width:480px){
.PicList001938 li .conBox{ padding:3%; margin-top:0;}
.PicList001938 li .Ispic{ position:relative; width:auto; display:block; top:auto; height:auto; padding-bottom:70%; left:auto; background-size:contain; margin-bottom:20px;}
}

/* 产品详情页 */

.product_con{}
.product_con .shopTitle{background-color: #e8ecf0;padding: 10px 0;}
.product_con .shopTitle h2{font-size: 30px;font-weight: normal;margin:  0;}
.product_con .shop_Box .oneBox{padding: 2% 0;background-size: 100% 100%;background-position: center;background-repeat: no-repeat;}

.product_con .shop_Box .leftBox{float: left;width: 45%;}
.product_con .shop_Box .leftBox h2{font-size: 36px;font-weight: normal;margin-bottom: 1px;}
.product_con .shop_Box .leftBox h3{font-size: 24px;font-weight: normal;margin-bottom: 10px;margin-top: 0;}
.product_con .shop_Box .leftBox h4{font-size: 16px;font-weight: normal;color: #e50011;margin-bottom: 10px;}
.product_con .shop_Box .leftBox p{font-size: 14px;line-height: 1.8;margin: 0;}
.product_con .shop_Box .rightBox{float: left;width: 45%;}
@media (min-width:1200px) {
	.product_con .shop_Box .rightBox{margin-left: 5%;}
}
@media (max-width:1024px) {
.product_con .shop_Box .rightBox,
.product_con .shop_Box .leftBox{float: none;width: 100%;margin: 15px 0;}
.product_con .shop_Box .leftBox h2{font-size: 22px;}
.product_con .shop_Box .leftBox h3{font-size: 20px;}
}
.product_con .towBox {padding: 5% 0;}
.product_con .itemBox{display: flex;flex-wrap: wrap;align-items: center;}
.product_con .towBox .item{float: left;width: 30%;margin: 5px;}
.product_con .towBox .item h3{font-size: 24px;color: #e50011;font-weight: normal;}
.product_con .towBox .item p{line-height: 2;}
.product_con .towBox table{ margin:5% 0;line-height:36px; color:#999; border:1px solid #e7e8e8;}
.product_con .towBox table td{ padding-left:5%; min-width:160px;}
@media (min-width:1200px) {
.product_con .towBox .item:nth-child(2){margin: 0 4%;}
.product_con .towBox .item:nth-child(3){padding-left: 2%;}
}
@media (max-width:768px) {

.product_con .towBox .item{width: 100%;float: none;width: 100%;}
.product_con .towBox table{margin: 0;}
}

/*
 解决方案PicList000879 为demo编号
 */
.PicList000879{ padding:2% 0 4% 0;border-bottom: 1px solid #ededed;}
.PicList000879 h1 {font-size:20px; color:#333;font-weight:normal;  margin:0;margin-bottom: 15px;}
.PicList000879 p{margin: 5px 0;}
.PicList_conBox{padding: 4% 0 8% 0;}
.PicList_conBox h1{font-size: 20px;font-weight: normal;margin-bottom: 15px;}
.PicList_conBox .leftBox{float: left;width: 50%;}
.PicList_conBox .leftBox ul{overflow: hidden;}
.PicList_conBox .leftBox ul li{float: left;width: 31.333%;margin: 5px;padding: 40px 10px;text-align: center;background-color: #fef2f3;}
.PicList_conBox .rightBox{float: left;width: 48%;margin-left: 2%;}
@media (max-width:1024px) {
.PicList_conBox .leftBox,
.PicList_conBox .rightBox{float: none;width: 100%;margin-left: 0;}

}
@media(max-width:768px){

.PicList000879 h1{  font-size:18px; line-height: 30px; padding-right:0;}
.PicList000879 p{ font-size:16px; line-height:30px;}
}
@media(max-width:640px){
.PicList000879 p{font-size: 16px;line-height: 30px;max-height:90px;}
.PicList_conBox .leftBox ul li{width: 46.5%;}
}

/*RighInfo002542 */
.RighInfo002542{background-color: #000000;}

.RighInfo002542 .intro{ position:relative;  overflow:hidden; width:100%;padding: 10% 0;}
.RighInfo002542 .intro h2{opacity: 0.5;position: absolute;top: 50%;transform: translateY(-50%);text-transform:uppercase;text-align: center;color: #656667;font-size: 95px;line-height: 1;margin: 0;}
.RighInfo002542 .intro .info_main {position: relative;}
.RighInfo002542 .intro .info_main .info_con{background-color: rgb(0,0,0);color: white;}
@media(min-width:1025px){
.RighInfo002542 .intro .Ispic{ position:absolute; right:0; top:0; height:100%; width:50%;opacity: 0.8;}
.RighInfo002542 .intro:nth-child(2n) .Ispic{ left:auto; right:0;}
.RighInfo002542 .intro .info_main{padding-right:50%;}
.RighInfo002542 .intro .info_main .info_con{padding: 5%;}
.RighInfo002542 .intro:nth-child(2n) .info_main{ padding-left:5%; }
}
@media (max-width:1024px) {
.RighInfo002542 .intro h2{font-size: 36px;}
}
.RighInfo002542 .title{ font-size:18px; color:#fff;}
.RighInfo002542 .title span{ display:block; color:#fff; font-size:24px;}
.RighInfo002542 .title::after{ width:40px; height:3px; background:#307bd7; content:''; display:block; margin-top:10px;}
.RighInfo002542 .info_main .info{ padding-top:3%; color:#fff; line-height:28px;}
.RighInfo002542 .info_main .info li{ position:relative; padding-left:15px;}
.RighInfo002542 .info_main .info li:before{ position:absolute; content:""; left:0; top:50%; margin-top:-3px; width:6px; height:6px; background:#307bd7;}
.RighInfo002542 .info_main .info li a:hover{ color:#e50011;}

@media(max-width:1024px){
.RighInfo002542 .intro .Ispic{ padding-bottom:50%;}
.RighInfo002542 .intro .info_main{ padding:5%;}
}
@media(max-width:640px){
.RighInfo002542 .title span{ font-size:40px;}
.RighInfo002542 .title{ font-size:24px;}
}

/*
 成功案例.PicList001646 为demo编号
 */
.PicList001646{ padding-top:1%;}
.PicList001646 .list_cn{background-color: #ffffff;padding: 30px;}
.PicList001646 dl{ background: #f7f7f7;}
@media(min-width:481px){
.PicList001646 dl{ display:table; width:50%;float: left;}
.PicList001646 dl dd{padding: 0 10px;}
.PicList001646 dl dt,
.PicList001646 dl dd{ display:table-cell; vertical-align:middle; width:50%;}
.PicList001646 dl dt{position: relative;}
.PicList001646 dl dt::before{content: "";position:absolute;right: -4px;top: 50%;transform: rotate(-90deg);width: 0; height: 0; border-width: 0 12px 16px; border-style: solid;border-color: transparent transparent #f7f7f7;}}
.PicList001646 dl dt.on::before{transform: rotate(90deg);left: -4px;}
}
.PicList001646 dd figure{ padding:0 10%;}

.PicList001646 dt img{ display:block; width:100%;}
.PicList001646 dd figure *{margin:0;}
.PicList001646 dd figure h1,
.PicList001646 dd figure h2{ font-weight:normal; }
.PicList001646 dd figure h1{ text-align: center;font-size:20px; color:#000; position:relative; padding:3% 0; margin-bottom:3%;}
.PicList001646 dd figure h1 span{ display:block;}
.PicList001646 dd figure h1::before{ position:absolute; content:''; left:50%;transform: translateX(-50%); bottom:0;width:40px; height:2px; background-color:#e50011;}
.PicList001646 dd figure p{ color:#777; line-height:28px; margin-bottom:3%; text-align:left; overflow:hidden;}

.PicList001646 dd figure .more{ background:#0078bc; color:#fff; padding:5px 20px; }

@media(max-width:768px){
.PicList001646 dd figure p{ margin:3% 0; height:48px; }
}
@media(max-width:480px){
.PicList001646 dl dd{ padding:3% 0;}
}

/*
 案例详情.RighInfo002452 为demo编号
 */
.RighInfo002452{ position: relative;}
.RighInfo002452 .wrap-container{position: relative;}
.RighInfo002452 .bigimg{width: 50%; position: absolute; left: 0; top: 0; padding: 1px 0; height: 102%; overflow: hidden;}
.RighInfo002452 .bigimg span{ display: block; background-size: cover; background-repeat: no-repeat; background-position: center;}
.RighInfo002452 .bigimg span img{ visibility: hidden;}
.RighInfo002452 .swiper{position: absolute;z-index: 0;width: 100%;height: 100%;}
.RighInfo002452 .swiper ul{padding: 0;margin: 0;width: 100%;height: 100%;}
.RighInfo002452 .swiper ul li{width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.RighInfo002452 .swiper ul li img{opacity: 0;}
.RighInfo002452 .txtBox{position: relative;z-index: 1;padding: 8% 0 2% 0;}
@media (min-width:768px) {
.RighInfo002452 .txtBox .con{margin-top: 5%;}
}
@media only screen and (max-width:1000px ) {
	.RighInfo002452 .bigimg{ width: 100%; position: static; padding-top: 6%;}
}

.RighInfo002452 .right-content{ color: white; width: 50%; line-height: 28px;}
@media only screen and (max-width:1366px ) {
}
@media only screen and (max-width:1000px ) {
	.RighInfo002452 .right-content{ float: none; width: 100%;}
}


.RighInfo002452 .right-content .inner{ max-width: 410px;}
@media only screen and (max-width:1000px ) {
	.RighInfo002452 .right-content .inner{ max-width:none;}
}
.RighInfo002452 .right-content .tit{ font-weight: normal; font-size: 30px; margin: 0;}
.RighInfo002452 .right-content dl{ padding: 5% 0 3%;}
.RighInfo002452 .right-content .tits{ color: #fff;}
.RighInfo002452 .bottomBox{padding-top: 6%;display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;}
.RighInfo002452 .smalllist{float: left;}
.RighInfo002452 .smalllist li{ cursor: pointer;float: left; width: 64px; height: 48px; margin-right: 2px; position: relative;}
.RighInfo002452 .smalllist li.on:before{ position: absolute; top: 0; content: ""; left: 0; width: 100%; height: 100%;background:rgba(229, 0, 17, 0.7) none repeat scroll 0 0 !important;filter:Alpha(opacity=70);  background: #38806a;}
.RighInfo002452 .smalllist li a{ cursor: pointer;}
@media only screen and (max-width:1000px ) {
.RighInfo002452 .smalllist{ padding: 6% 0;}	
}

.RighInfo002452 .gopage{float: right;width: 30%;padding-top: 1%;}
.RighInfo002452 .gopage a{ display: inline-block; max-width: 180px; padding: 3% 2%; text-align: center; width: 45%; color: #fff;
transition:all .3s ease-in-out;background-color: #e50011;
}
.RighInfo002452 .gopage a:hover{ color: #fff; background-color: #e50011;}

@media (max-width:480px) {
	.RighInfo002452 .gopage{width: 100%;float: none;text-align: center;}
}

/*公司新闻PicList001912 */
.PicList001912{}
.news{ padding:5% 0;}
.news h3{margin: 0;}
.PicList001912 .newlist{border-bottom: 1px solid #e3e3e3;padding-top: 5%;}
.PicList001912 .columnName{ padding:4% 0; line-height:normal; text-align:center; font-size:61px; color:#c20f00; text-transform:uppercase;}
.PicList001912 .columnName span{ display:block; color:#353535; font-size:30px; padding:10px 0 15px;}
.PicList001912 .columnName:after{ display:block; content:''; margin:0 auto; width:40px; height:2px; background-color:#c20f00;}
.PicList001912 li{ margin-bottom:35px; border-bottom:1px solid #e3e3e3;}
.PicList001912 li:last-child{border: none;margin-bottom: 10px;}
.PicList001912 li div{ padding:2%; padding-right: 0;overflow:hidden;}
.PicList001912 li .pic{ float:left; width:31%;}
.PicList001912 li .pic img{ display:block; width:100%;}
.PicList001912 li figure{ float:right; width:68%; padding-left:2%;}
.PicList001912 li h3{ margin:0; line-height:50px; font-size:16px;}
.PicList001912 li h3 span{ float:right; color:#999; font-size:12px; font-weight:normal;padding-left: 25px;background: url(../images/time.png)no-repeat left center;}
.PicList001912 li p{ line-height:24px; overflow:hidden; height:72px; color:#999;}
.PicList001912 li .more{ color:#999999;padding: 4px 25px;border: 1px solid #999999;border-radius: 25px;font-size: 14px;display: inline-block;margin-top: 20px;}
.PicList001912 li .more:hover{color: #fff;background-color: #e50011;border: 1px solid #e50011;}
@media(max-width:1000px){
.PicList001912 .columnName{ font-size:45px;}
.PicList001912 .columnName span{ font-size:24px;}
.PicList001912 li h3{ line-height:normal;}
.PicList001912 li p{ margin:2% 0; height:48px;}
}
@media(max-width:640px){
.PicList001912 .columnName{ font-size:35px;}
.PicList001912 .columnName span{ font-size:20px;}
}
@media(max-width:480px){
.PicList001912 li .pic,
.PicList001912 li figure{ float:none; width:auto;}
.PicList001912 li figure{ border:0; padding-left:0; padding-top:3%;}
}


/*
 新闻详情.RichInfo005 为demo编号
 */
.RichInfo005{ padding:1% 0 6% 0;}
.RichInfo005 .news_info { }
.RichInfo005 .news_info .headtxt{border-bottom: 1px solid #ececec;padding: 3% 0 2% 0;}
.RichInfo005 .news_info .title{padding:20px 0;max-width: 1200px;margin: 0 auto;}
.RichInfo005 .news_info .title h1{ margin:0; line-height:30px; font-size:30px; color:#333; font-weight:normal;margin-bottom: 20px;}
.RichInfo005 .news_info .title span{color:#333; font-size:14px;}
.RichInfo005 .news_info .info{ font-size: 16px;color: #333;text-align:justify; text-justify:inter-ideograph; padding:3% 0; line-height:2;}
.RichInfo005 .news_info .info_back{ text-align:center; clear:both; padding:12px 30px; display:inline-block; background:#0078bc; border-radius:3px;} 
.RichInfo005 .news_info .info_back a{ color:#fff; font-size:16px;}
.RichInfo005 .news_info .info_pn{ border-top:1px solid #ececec; padding-top:2%; margin-top:3%;}
.RichInfo005 .news_info .info_pn span{ display:inline-block; width:100%;margin-bottom: 10px;}
.RichInfo005 .news_info .info_pn span a{ color:#333;font-size: 16px;}
.RichInfo005 .news_info .info_pn span a:hover{color:#e50011;}

/*
 联系我们.Map001070 为demo编号
 */
.Map001070{ padding:5% 0;position: relative;}
.Map001070 .txtBox{position: relative;z-index: 2; width:46%;}
.Map001070 dl{}
.Map001070 dd{ margin-bottom:2%; padding-right:20px; background-color:#fafafa; position:relative;}
.Map001070 dd:last-child{ margin-bottom:0;}
.Map001070 .map{width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 0;}
.Map001070 .map *{ max-width:none;}
.Map001070 dd figure{ padding:10%;}
.Map001070 dd figure h1,
.Map001070 dd figure h5{font-size: 22px;color: #e50011; font-weight:normal;padding: 16px 0; margin:0;border-bottom: solid 1px #ededed;}
.Map001070 dd figure h5{font-size: 18px;}

.Map001070 dd ul{ padding-top:16px;}
.Map001070 dd li{line-height:36px; font-size:16px; margin-bottom:10px; padding-left:50px; background-repeat:no-repeat; background-position:0 0;}
.Map001070 dd li:nth-child(1){background-image:url(../images/Map001070-ico_01.png);}
.Map001070 dd li:nth-child(2){background-image:url(../images/Map001070-ico_03.png);}
.Map001070 dd li:nth-child(3){background-image:url(../images/Map001070-ico_05.png);}
@media(min-width:641px){
}
@media(max-width:640px){
.Map001070 .txtBox{width: 100%;}
.Map001070 dd{ padding:3%;}
.Map001070 .map{ height:300px; position:relative !important;}
.Map001070 dd figure{ padding:0;}
}
@media(max-width:480px){
.Map001070 dd figure h1{ font-size:20px;}
}

.con_editers{
    color: #333;
    font-size: 18px;
    line-height: 2;
}
.con_editers img{
  width: auto!important;
  height: auto!important;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.con_editers .ul_sitemap{margin: 30px 0;}

.con_editers .z_content{padding: 20px 0;min-height: 300px;}
@media (min-width: 1100px) and (max-width: 1280px) {
  .con_editers{
    color: #333;
    font-size: 16px;
    line-height: 2;
  }
}


/*
 .Form001215 为demo编号
 */
.Form001215{ padding:2% 0;}
.Form001215 .form{width:43%;margin: auto}
.Form001215 .form li{ padding-bottom:2%;}
.Form001215 .form .text{ border:1px solid #dae7e6; width:100%; height:39px; line-height:39px; padding:0 10px; border-radius:3px; background:#fff;}
.Form001215 .form textarea.text{ height:195px;}
.Form001215 .form .btn{ cursor:pointer; border-radius:5px; background:#10a49a; color:#fff; height:37px; padding:0 12%; border:none;}
.Form001215 .hotline{ float:right; width:52%; background:url(../images/Form001215-bg.jpg) no-repeat right bottom/contain; padding:10% 0 16% 0; text-shadow:0 1px 0 #fff;}
.Form001215 .hotline figure{ width:60%; max-width:285px; font-size:12px;border-top:1px solid #d6e1e0; padding-top:3%; margin-top:3%;}
.Form001215 .hotline figure b{ display:block; color:#10a49a; font-size:14px;}
.Form001215 .hotline dl{ min-height:46px; padding-left:62px; background:url(../images/Form001215-call.png) no-repeat left top;}
.Form001215 .hotline dd{ font-size:33px; color:#f08200; font-weight:bold;}
.Form001215 .hotline dt{ color:#000;}
@media(max-width:640px) and (min-width:481){
.Form001215 .hotline{ padding:3% 0 32% 0; background-position:right bottom;}
}
@media(max-width:640px){
.Form001215 .hotline dd{ font-size:24px;}
}
@media(max-width:480px){
.Form001215 .form,
.Form001215 .hotline{ float:none; width:auto;} 
.Form001215 .form textarea.text{ height:117px;}
}



/*公司荣誉 */
.PicList002120{padding: 2%;}
.PicList002120 li{float:left;width: 31.333%;margin-right: 3%;margin-bottom: 5%;padding: 2%;position: relative;background: #f5f5f5;}
.PicList002120 li a{ display:block;}
.PicList002120 li p{margin:0;line-height: 38px;padding:0 2%;text-align:center;font-size:14px;position: absolute;top: 100%;width: 100%;left: 0;}
.PicList002120 li a:hover p{ color:#e50011}
.PicList002120 li .table{ display:none;}
.PicList002120 li figure{padding-bottom: 100%;background-size:contain;}
@media(min-width:641px){
.PicList002120 li:nth-of-type(3n){ margin-right:0;}
}
@media(max-width:640px){
.PicList002120 li{ width:48%; margin-right:4%;}
.PicList002120 li:nth-of-type(2n){ margin-right:0;}
}
@media(max-width:375px){
.PicList002120 li p{ font-size:14px;}
}


/*
 .RighInfo002450 
 */
.RighInfo002738 .ytable{ display:table; width:100%;table-layout:fixed;}
.RighInfo002738 .ytable-cell{ display:table-cell; vertical-align:middle;}
.RighInfo002738{padding:2%;}
.RighInfo002738 .wrap-container .pic{width: 45%;}
.RighInfo002738 .wrap-container .singlePage{ font-size: 14px; }
@media(min-width:1025px){
.RighInfo002738 .wrap-container .singlePage{width:94%; margin: 20px auto;}
}
@media(max-width:1024px){
.RighInfo002738 .wrap-container{margin: 0;}
.RighInfo002738 .wrap-container .ytable{display: block;}
.RighInfo002738 .wrap-container .ytable-cell{display: block;}
.RighInfo002738 .wrap-container .ytable-cell.pic{float: right; margin-left:3%;}
}
@media(max-width:480px){
.RighInfo002738 .wrap-container .ytable-cell{ width:auto;}
.RighInfo002738 .wrap-container .ytable-cell.pic{float:none; margin-left:0}
}

/*
 .PicList001761 为demo编号
 */
.PicList001761{ padding:0 2% 2%}
.PicList001761 .categoryname{ padding:3% 0; text-align:center; font-size:22px; color:#333; }
.PicList001761 li{float:left;width: 31.333%;margin-right:3%;text-align:center;margin-bottom:3%;}
.PicList001761 li:nth-of-type(3n){ margin-right:0;}
.PicList001761 li figure{ padding-bottom:75%; background-size:cover;}
.PicList001761 li figure img{ display:none;}
.PicList001761 li a{color:#4c433e; display:block;}
.PicList001761 li a:hover span{ background-color:#4c433e; color:#fff;}
.PicList001761 li span{ line-height:30px; padding:5% 0; font-size:16px;}
.PicList001761 li:last-child{ margin-right:0;}
@media(max-width:640px){
.PicList001761 li{ width:48.5%;}
.PicList001761 li:nth-of-type(3n){ margin-right:3%;}
.PicList001761 li:nth-of-type(2n){ margin-right:0;}
}
@media(max-width:375px){
.PicList001761 .categoryname{ font-size:18px;}
.PicList001761 li{ width:auto; float:none; margin-right:0; margin-bottom:2%;}
}

/*
 .Map000101 为demo编号
 */
.Map000101{ padding:5% 0;position: relative;}
.Map000101 .map{width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 0;}
.Map000101 .map *{ max-width:none;}
.Map000101 .info{ position: relative;z-index: 2; width:46%;}
.Map000101 .info figure{margin-bottom:2%;padding-right:20px;background-color:#fafafa;position:relative;padding: 10% 6%;}
.Map000101 .info figure h1,
.Map000101 .info figure dt{font-size: 22px;color: #e50011;font-weight:normal;padding: 16px 0;margin: 0 0 18px;border-bottom: solid 1px #ededed;}
.Map000101 .info figure dt{font-size: 18px;}
.Map000101 .info li p{ margin:0;margin-bottom: 10px;}
.Map000101 .info li.on{background-color: #f4f4f4;}
.Map000101 .info li,
.Map000101 .info dl{ padding-top:16px;}
.Map000101 .info figure ul li{padding: 2%;}
.Map000101 .info p,
.Map000101 .info dd{line-height:36px; font-size:16px; margin-bottom:10px; padding-left:50px; background-repeat:no-repeat; background-position:0 0;margin-bottom: 10px;}
.Map000101 .info li p:nth-of-type(1),
.Map000101 .info dd:nth-of-type(1){background-image:url(../images/Map001070-ico_01.png);}
.Map000101 .info li  p:nth-of-type(2),
.Map000101 .info dd:nth-of-type(2){background-image:url(../images/Map001070-ico_03.png);}
.Map000101 .info li p:nth-of-type(3),
.Map000101 .info dd:nth-of-type(3){background-image:url(../images/Map001070-ico_05.png);}
@media(max-width:640px){
.Map000101 .info{width: 100%;}
.Map000101 figure{ padding:3%;}
.Map000101 .map{ height:300px; position:relative !important;}
.Map000101 .info figure{ padding:20px; margin-top:3%}
}


@media(max-width:1024px){
    .section {min-height: 100vh;position: relative; padding: 30px 0;}
    .section.page5{min-height: auto;}
    .fp-auto-height.section{min-height: auto; padding: 0;}
    .Bottom002538{padding:20px 0;}
}

/* 20200917 */
.RighInfo002450 .wrap-container .img::before, .RighInfo002450 .wrap-container .img::after{
    background: rgba(0,0,0,0);
}

@media (max-width: 1024px){
    .Top002526 .logo { 
        padding-right: 0%;
    }
    .Other002373 #fullPage{
        touch-action:auto!important;
    }
    .auto.auto_1280{
        padding: 0 0;
    }
    .Top002526{
        height: 60px;
        background: #fff;
    }
    .Top002526 #header-menu{
        width: 100%;
        max-width: 100%;
        background: #fff;
        margin-top: 28.5px;
    }
    #header-menu li a:hover, #header-menu li a{
        color: #000;
    }
    .Top002526 #header-menu li .sub-menu dt a{
        border-bottom: 1px dashed rgba(0,0,0,0.5);
    }
}

