.auto { max-width: 1440px; }

@media(max-width:1440px) {
.auto { padding-left: 2%; padding-right: 2%; }
}
/*Top */
.Top { position: fixed; width: 100%; left: 0; top: 0; z-index: 100; background: #fff; }
.Top_hasbg { box-shadow: 0 3px 7px rgba(0,0,0,0.15); }
.Top .auto { position: relative; }
.Top .header-left, .Top .header-right { height: 100px; }
.Top .header-left { float: left; max-width: 167px; width: 20%; }
.Top .header-left img { display: block; width: 100%; padding-top: 20px;}
.Top .header-right { float: right; }
.Top .header-right *{display: inline-block;}
.Top .header-right dd { margin: 0 26px;padding-top: 34px; }
.Top .header-right dd a { display: block; line-height: 28px; color: #999; letter-spacing: 1px; font-weight: bold; font-size: 15px; position: relative; }
.Top .header-right dd a::after { position: absolute; content: ''; width: 100%; height: 2px; background: #e5e5e5; left: 0; bottom: 0px; }
.Top .top-search { position: absolute; right: 0; top: 100%; width: 100%; display: none; }
.Top .top-search .text { color: #999; background: #fff; border: none; width: 100%; padding: 0 50px 0 10px; height: 40px; line-height: 40px; box-shadow: 0 0 5px rgba(0,0,0,0.3) }
.Top .top-search .text.focus { color: #333; }
.Top .top-search .btn { position: absolute; right: 0; top: 0; width: 40px; height: 100%; background: url(../images/Top_btn_search.png) no-repeat center center #c92c0d; }

@media(min-width:1025px) {
.Top .top-search { max-width: 300px; }
}
.Top .header-right .open-search { display: inline-block;content: '';background: url(../images/search.png) no-repeat center center; width: 35px; height: 35px; margin-right: 17px; position: relative; top: 12px;}
.Top .header-right .open-search:before, .Top .header-right .open-search:after { position: absolute; left: 25%; content: ''; width: 50%; height: 3px; top: 50%; margin-top: -1.5px; background: #c92c0d; opacity: 0; -webkit-opacity: 0; transition: 0.5s; -webkit-transition: 0.5s; }
.Top .header-right .open-search.on { background: none; }
.Top .header-right .open-search.on:before, .Top .header-right .open-search.on:after { opacity: 1; -webkit-opacity: 1; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.Top .header-right .open-search.on:after { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
.Top #open_menu { display: none; }
.Top .pc_open_menu { cursor: pointer; position: relative; width: 24px; height: 12px;top: 2px; }
.Top .pc_open_menu span, .Top .pc_open_menu::before, .Top .pc_open_menu::after { position: absolute; width: 100%; height: 2px; background: #999; left: 0; transition: 0.3s; }
.Top .pc_open_menu::before, .Top .pc_open_menu::after { content: ''; }
.Top .pc_open_menu::before { top: 0; }
.Top .pc_open_menu::after { bottom: 0; }
.Top .pc_open_menu span { top: 50%; margin-top: -1.5px; }
.Top .pc_close_menu span, .Top .pc_close_menu::before, .Top .pc_close_menu::after { background: #d42c1d; }
.Top .header-mid { float: right; transition: 0.3s; width: 70%; max-width: 905px; }
.Top .header-mid-hide { width: 0; opacity: 0; height: 80px; overflow: hidden; }
.Top .header-menu li{position: relative;}
.Top .header-menu li em a { display: inline-block; position: relative; font-size: 16px; color: #000; font-weight: bold; line-height: 100px; }
.Top .header-mid-hide li em a { height: 88px; overflow: hidden; }
.Top .header-menu li.aon em a { color: #d42c1d; }
.Top .header-menu li .sub { position: absolute; left: 50%; width: 100%; background: #fff; box-shadow: 0 3px 7px rgba(0,0,0,0.15); text-align: center;transform: translateX(-50%);}
.Top .header-menu li#m1 .sub{width: 180%;}
.Top .header-menu li#m2 .sub,.Top .header-menu li#m3 .sub{width: 160%;}
.Top .header-menu li .sub dt{border-bottom: 1px dashed rgba(0,0,0,.1);}
.Top .header-menu li .sub dt:last-child{border-bottom: 0px dashed rgba(0,0,0,.1);}
.Top .header-menu li .sub dt:hover a{color: #fff;background: #d42c1d;}


@media(max-width:1366px) {
.Top .header-mid { width: 60%; }
}

@media(max-width:1024px) {
.Top { position: relative; }
.Top .header-left, .Top .header-right { height: 80px; }
.Top .header-right dd{padding-top: 28px;}
.Top .pc_open_menu { display: none; }
.Top #open_menu { display: inline-block; }
.Top .header-left { width: 30%; }
.Top #header-menu { position: absolute; top: 100%; background: #d42c1d; right: 0; width: 50%; max-width: 200px; text-align: center; border-radius: 0 0 0 10px; box-shadow: -3px 3px 7px rgba(0,0,0,0.15); }
.Top #header-menu li:last-child em, .Top #header-menu li:last-child em a { border-bottom: 0; }
.Top #header-menu li { height: 0; opacity: 0; transition: 0.3s; overflow: hidden; }
.Top #header-menu.header-menu-show li { height: 42px; opacity: 1; }
#header-menu li.has-sub em::before{display: none !important}
}
/*Banner */
/*slick Basic*/
.Banner .slick-slider { position: relative; display: block; -webkit-touch-callout: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent }
.Banner .slick-list { position: relative; z-index: 1; display: block; overflow: hidden; }
.Banner .slick-list:focus { outline: none }
.Banner .slick-list.dragging { cursor: pointer; cursor: hand; }
.Banner .slick-slider .slick-track, .Banner .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) }
.Banner .slick-track { position: relative; top: 0; left: 0; display: block; }
.Banner .slick-track:before, .Banner .slick-track:after { display: table; content: ''; }
.Banner .slick-track:after { clear: both; }
.Banner .slick-loading .slick-track { visibility: hidden; }
.Banner .slick-slide { display: none; float: left; min-height: 1px; }
[dir = 'rtl'] .slick-slide { float: right; }
.Banner .slick-slide .slick-loading img { display: none; }
.Banner .slick-slide .dragging img { pointer-events: none; }
.Banner .slick-initialized .slick-slide { display: block; }
.Banner .slick-loading .slick-slide { visibility: hidden; }
.Banner .slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.Banner .slick-arrow .slick-hidden { display: none; }
/*slick Basic End*/

.Banner li.slick-slide { position: relative; }
.Banner li.slick-slide a { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 10; opacity: 0; -webkit-opacity: 0; }
.Banner li.slick-slide > img { display: block; width: 100%; }

@media(min-width:1025px) {
.Banner li.slick-slide > img.wap { display: none; }
}

@media(max-width:1024px) {
.Banner li.slick-slide > img.pc { display: none; }
}
.Banner .slick-dots { position: absolute; width: 90%; max-width: 1440px; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 10; }
.Banner .slick-dots li { width: 8px; height: 8px; border-radius: 50%; background: #e1e1e1; margin-bottom: 18px; cursor: pointer; }
.Banner .slick-dots li button { display: none; }
.Banner .slick-dots li.slick-active { background: #d42c1d; }
.column-name { text-align: center; padding-bottom: 3%; font-size: 50px; color: #000; }

@media(max-width:1024px) {
.column-name { font-size: 32px; }
}

@media(max-width:768px) {
.column-name { font-size: 26px; }
.Banner .slick-dots { width: 100%; max-width: none; height: 8px; left: 0; top: auto; bottom: 10%; transform: translate(0); text-align: center;}
.Banner .slick-dots li { display: inline-block; margin: 0 5px; margin-bottom: 0; }
}
/*Floor1 */
.Floor1 { padding: 5% 0; }
/*slick Basic*/
.Floor1 .slick-slider { position: relative; display: block; -webkit-touch-callout: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent }
.Floor1 .slick-list { position: relative; z-index: 1; display: block; overflow: hidden; }
.Floor1 .slick-list:focus { outline: none }
.Floor1 .slick-list.dragging { cursor: pointer; cursor: hand; }
.Floor1 .slick-slider .slick-track, .Floor1 .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) }
.Floor1 .slick-track { position: relative; top: 0; left: 0; display: block; }
.Floor1 .slick-track:before, .Floor1 .slick-track:after { display: table; content: ''; }
.Floor1 .slick-track:after { clear: both; }
.Floor1 .slick-loading .slick-track { visibility: hidden; }
.Floor1 .slick-slide { display: none; float: left; min-height: 1px; }
[dir = 'rtl'] .slick-slide { float: right; }
.Floor1 .slick-slide .slick-loading img { display: none; }
.Floor1 .slick-slide .dragging img { pointer-events: none; }
.Floor1 .slick-initialized .slick-slide { display: block; }
.Floor1 .slick-loading .slick-slide { visibility: hidden; }
.Floor1 .slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.Floor1 .slick-arrow .slick-hidden { display: none; }

.Floor1 .slick-slider .slick-dots{text-align: center;}
.Floor1 .slick-slider .slick-dots li{display: inline-block;text-align: center;width: 8px;height: 8px;background: #e8e8e8;border-radius: 50%;border:0px;margin:0 5px;line-height: 3000;overflow: hidden;}
.Floor1 .slick-slider .slick-dots li.slick-active{background: #d42c1d;}
.Floor1 .slick-slider .slick-dots li button{display: none;}

/*slick Basic End*/
.Floor1 li.slick-slide { padding: 50px 0; }
.Floor1 li.slick-slide .icon { width: 60%; max-width: 114px; margin: 0 auto; position: relative; }
.Floor1 li.slick-slide .icon:before { position: absolute; content: ''; width: 100%; height: 100%; left: 0; top: 0; border-radius: 50%; background: #fff; }
.Floor1 li.slick-slide .icon img { position: relative; z-index: 3; }
.Floor1 li.slick-slide aside { line-height: 40px; font-size: 28px; text-align: center; color: #000; padding-top: 30px; position: relative; z-index: 3; }
@media(min-width:1025px) {
.Floor1 .slick-slider .slick-dots{display: none !important;}
}
@media(max-width:1024px) {
.Floor1 li.slick-slide { padding: 20px 0; }
.Floor1 li.slick-slide aside { line-height: 24px; font-size: 14px; padding: 0; margin:10px 6px 0 6px;height: 48px;}
.Floor1 .slick-initialized .slick-slide{position: relative;}
.Floor1 .slick-initialized .slick-slide:first-child::before{display: inline-block;content: '';width: 1px;height:60px;border-left:1px dashed rgba(0,0,0,.1);position: absolute;left:0;top:50%; margin-top: -30px;}
.Floor1 .slick-initialized .slick-slide:after{display: inline-block;content: '';width: 1px;height:60px;border-left:1px dashed rgba(0,0,0,.1);position: absolute;right:0;top:50%; margin-top: -30px;}
}
.Floor1 li.slick-slide:hover .icon:before { background: #f1f1f1; animation: Floor1 1s ease infinite; -webkit-animation: Floor1 1s ease infinite; -ms-animation: Floor1 1s ease infinite; }
@-webkit-keyframes Floor1 {
 0% {
transform: scale(1);
opacity: 1;
}
 100% {
transform: scale(2);
opacity: 0;
}
}
@-ms-keyframes Floor1 {
 0% {
transform: scale(1);
opacity: 1;
}
 100% {
transform: scale(2);
opacity: 0;
}
}
@keyframes Floor1 {
 0% {
transform: scale(1);
opacity: 1;
}
 100% {
transform: scale(2);
opacity: 0;
}
}
/* Arrows */
.Floor1 .slick-arrow { position: absolute; left: -5%; top: 50%; width: 45px; height: 80px; margin-top: -40px; background: url(../images/Floor1_prev.png) no-repeat center; background-size: contain; z-index: 10; padding: 0; border: none; font-size: 0; cursor: pointer; }
.Floor1 .slick-next { left: auto; right: -5%; background-image: url(../images/Floor1_next.png); }

@media(max-width:1440px) {
.Floor1 .slick-arrow { width: 50px; height: 50px; left: 0;}
.Floor1 .slick-next { left: auto; right: 0; }
}
@media(max-width:1024px) {
.Floor1 .slick-arrow{display: none !important}
}
/*Floor2 */
.Floor2 { background: #232323; }
.Floor2 .slick-slider { position: relative; display: block; -webkit-touch-callout: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent }
.Floor2 .slick-list { position: relative; z-index: 1; display: block; overflow: hidden; }
.Floor2 .slick-list:focus { outline: none }
.Floor2 .slick-list.dragging { cursor: pointer; cursor: hand; }
.Floor2 .slick-slider .slick-track, .Floor2 .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) }
.Floor2 .slick-track { position: relative; top: 0; left: 0; display: block; }
.Floor2 .slick-track:before, .Floor2 .slick-track:after { display: table; content: ''; }
.Floor2 .slick-track:after { clear: both; }
.Floor2 .slick-loading .slick-track { visibility: hidden; }
.Floor2 .slick-slide { display: none; float: left; min-height: 1px; }
[dir = 'rtl'] .slick-slide { float: right; }
.Floor2 .slick-slide .slick-loading img { display: none; }
.Floor2 .slick-slide .dragging img { pointer-events: none; }
.Floor2 .slick-initialized .slick-slide { display: block; }
.Floor2 .slick-loading .slick-slide { visibility: hidden; }
.Floor2 .slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.Floor2 .slick-arrow .slick-hidden { display: none; }
.Floor2 .slider { margin-left: 8.86%; }
.Floor2 .slider li.slick-slide img { display: block; width: 100%; }
.Floor2 .slick-arrow { position: absolute; right: 0; bottom: 0; width: 90px; height: 90px; background: url(../images/Floor2_prev.png) no-repeat center #d42c1d; z-index: 10; padding: 0; border: none; font-size: 0; cursor: pointer; }
.Floor2 .slick-next { right: -90px; background: url(../images/Floor2_next.png) no-repeat center #4f4f4f; }
@media(max-width:1440px){
	.Floor2 .slick-arrow{width: 60px; height: 60px; }
	.Floor2 .slick-next{right: -60px;}
}
@media(max-width:1024px) {
.Floor2 .slick-arrow { width: 50px; height: 50px; }
.Floor2 .slick-next { right: -50px; }
}

@media(min-width:1025px) {
.Floor2 .right { float: right; width: 50%; }
.Floor2 .left { float: left; width: 50%; }
}
.Floor2 .img { position: relative; cursor: pointer; }
.Floor2 .img img { display: block; width: 100%; }
.Floor2 .slider-for li.slick-slide { position: relative; }
.Floor2 .right .slider-nav { background: url(../uploadfiles/Floor1_bg.png) no-repeat right bottom; width: 96%; }
.Floor2 .right .slider-nav li { padding: 2% 1.2% 0 1.2% ; }
.Floor2 .right .slider-nav li h1 { margin-top: 0; font-weight: normal; color: #fff; font-size: 50px; }
.Floor2 .right .slider-nav li h1 a{color: #fff;}
.Floor2 .right .slider-nav li h1 em { font-style: normal; color: #d42c1d; }
.Floor2 .right .slider-nav li p { color: #fff; font-size: 16px; line-height: 30px;height: 90px;overflow: hidden; }
.Floor2 .right .more { padding-top: 10%; }
.Floor2 .right .more a { position: relative; overflow: hidden; max-width: 170px; border: 2px solid #3b3b3b; display: block; line-height: 54px; border-radius: 54px; text-align: center; text-transform: uppercase; color: #fff; transition: 0.3s; }
.Floor2 .right .more a span { position: relative; padding-right: 30px; background: url(../images/more.png) no-repeat right center; z-index: 3; transition: 0.3s; }
.Floor2 .right .more a:hover { background: #d42c1d; border-color: #d42c1d; }
.Floor2 .right .more a:hover span { padding-right: 24px; }
@media(max-width:1680px) {
.Floor2 .right .slider-nav li { padding: 1% ; }
}
@media(max-width:1280px) {
.Floor2 .right .more { padding-top: 5%; }
}

@media(max-width:1024px) {
.Floor2 .right .slider-nav { width: 100%; max-width: none; height: auto !important; padding: 3%; }
.Floor2 .right .slider-nav li { padding: 0; text-align: center; }
.Floor2 .right .slider-nav li h1 { font-size: 32px; }
.Floor2 .right .more a { margin: 0 auto; }
.Floor2 .slick-prev { right: 50px; }
.Floor2 .slick-next { right: 0; }
}

@media(max-width:768px) {
.Floor2 .right .more { padding-top: 0; }
.Floor2 .right .slider-nav li h1 { font-size: 22px; }
}
/*Floor3 */
.Floor3 { padding: 6% 0; overflow: hidden; }
.Floor3 .auto { position: relative; box-shadow: 0 10px 20px rgba(0,0,0,0.12); background: #f9f9f9; }
.Floor3 .slick-slider { position: relative; display: block; -webkit-touch-callout: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent }
.Floor3 .slick-list { position: relative; z-index: 1; display: block; overflow: hidden; }
.Floor3 .slick-list:focus { outline: none }
.Floor3 .slick-list.dragging { cursor: pointer; cursor: hand; }
.Floor3 .slick-slider .slick-track, .Floor3 .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) }
.Floor3 .slick-track { position: relative; top: 0; left: 0; display: block; }
.Floor3 .slick-track:before, .Floor3 .slick-track:after { display: table; content: ''; }
.Floor3 .slick-track:after { clear: both; }
.Floor3 .slick-loading .slick-track { visibility: hidden; }
.Floor3 .slick-slide { display: none; float: left; min-height: 1px; }
[dir = 'rtl'] .slick-slide { float: right; }
.Floor3 .slick-slide .slick-loading img { display: none; }
.Floor3 .slick-slide .dragging img { pointer-events: none; }
.Floor3 .slick-initialized .slick-slide { display: block; }
.Floor3 .slick-loading .slick-slide { visibility: hidden; }
.Floor3 .slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.Floor3 .slick-arrow .slick-hidden { display: none; }
.Floor3 .column-name { position: relative; z-index: 3; padding: 3% 6%; width: 50%; text-align: left; }

@media(max-width:1024px) {
.Floor3 .column-name { padding: 3% 0; text-align: center; width: auto; }
}
.Floor3 .list { background: #f9f9f9; }
.Floor3 .slider-for li h2 { font-weight: normal; font-size: 36px; margin-top: 0; }
.Floor3 .slider-for li h2 a { color: #000; }
.Floor3 .slider-for li h2 em { font-style: normal; color: #d42c1d; }
.Floor3 .slider-for li p { opacity: 0.8; font-size: 16px; line-height: 30px; max-height: 90px; }
.Floor3 .slider-for li .more { margin: 8% 0; }
.Floor3 .slider-for li .more a { position: relative; overflow: hidden; max-width: 170px; border: 2px solid #3b3b3b; display: block; line-height: 54px; border-radius: 54px; text-align: center; text-transform: uppercase; color: #000; }
.Floor3 .slider-for li .more a span { position: relative; padding-right: 30px; background: url(../images/more-black.png) no-repeat right center; z-index: 3; transition: 0.3s; }
.Floor3 .slider-for li .more a:hover { background: #d42c1d; border-color: #d42c1d; color: #fff; }
.Floor3 .slider-for li .more a:hover span { padding-right: 24px; background-image: url(../images/more.png); }
.Floor3 .slider-for .slick-dots { overflow: hidden; }
.Floor3 .slider-for .slick-dots li { float: left; width: 40px; height: 40px; cursor: pointer; }
.Floor3 .slider-for .slick-dots li a { display: block; width: 40px; height: 40px; position: relative; background: none; border: none; color: #000; font-size: 12px; line-height: 1000px; }
.Floor3 .slider-for .slick-dots li a::before { position: absolute; content: ''; background: #e1e1e1; left: 50%; top: 50%; border-radius: 50%; margin: -4px 0 0 -4px; width: 8px; height: 8px; }
.Floor3 .slider-for .slick-dots li.slick-active { background: url(../images/Floor3_dot.png) no-repeat center; background-size: contain; }
.Floor3 .slider-for .slick-dots li.slick-active a { line-height: 40px; text-align: center; }
.Floor3 .slider-for .slick-dots li.slick-active a::before { display: none; }
.Floor3 .slider-img .slick-disabled { background: #f9f9f9; }
.Floor3 .slider-img li a img { width: 100%; }

@media(min-width:1025px) {
.Floor3 .slider-for { width: 53%; float: left; }
.Floor3 .right-img { float: right; width: 47%; }
.Floor3 .slider-img { width: 100%; }
.Floor3 .slider-for .slick-list li .word { width: 94%; max-width: 600px; margin: 0 auto; }
.Floor3 .slider-for .slick-dots { position: absolute; z-index: 100; bottom: 20%; right: 12%; }
}

@media(max-width:1024px) {
.Floor3 .right-img { margin-top: 0 !important; }
.Floor3 .slider-for { padding: 3%; }
.Floor3 .slider-for li h2 { font-size: 22px; }
.Floor3 .slider-for li .more { margin-top: 25px; margin-bottom: 15px; }
}
/*Floor4 */
.Floor4 { background: #f1f1f1; padding: 6% 0; }
.Floor4 .slick-list { overflow: inherit; }
.Floor4 .slick-dots { padding-top: 20px; text-align: center; }
.Floor4 .slick-dots li { list-style: none; display: inline-block; margin: 0 8px; width: 8px; height: 8px; background: #e1e1e1; border-radius: 50%; cursor: pointer; position: relative; }
.Floor4 .slick-dots li button { display: none; }
.Floor4 .slick-dots li.slick-active { background: #d42c1d; }
.Floor4 li.slick-slide { padding-top: 3%; height: auto; }
.Floor4 li.slick-slide .inner { position: relative; background: #fff; box-shadow: 0 10px 20px rgba(0,0,0,0.12); transition: 0.3s; }
.Floor4 li.slick-slide .inner > a { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 10; transition: 0.3s; }
.Floor4 li.slick-slide time { color: #fff; text-align: center; position: absolute; z-index: 100; top: 0; left: 30px; width: 81px; height: 87px; background: url(../images/Floor4-time.png); display: block; font-size: 12px; }
.Floor4 li.slick-slide time span { font-size: 36px; font-weight: bold; display: block; }
.Floor4 li.slick-slide .pic { overflow: hidden; position: relative; }
.Floor4 li.slick-slide .pic:before { position: absolute; content: ""; z-index: 10; width: 84%; height: 8px; background: #c92c0d; background: linear-gradient(45deg, transparent 15px, #c92c0d 0); right: 0; bottom: 0; }
.Floor4 li.slick-slide .Ispic { padding-bottom: 61.4%; transition: 0.3s; }
.Floor4 li:hover .Ispic { transform: scale(1.12); -webkit-transform: scale(1.12); -ms-transform: scale(1.12); }
.Floor4 li.slick-slide .txt { padding: 30px; position: relative; }
.Floor4 li.slick-slide .txt:before { position: absolute; content: ""; z-index: 10; width: 26%; height: 8px; background: #000; background: linear-gradient(-45deg, transparent 15px, #000 0); left: 0; top: 0; transform: rotateX(180deg); }
.Floor4 li.slick-slide .txt aside { font-weight: bold; color: #000; font-size: 20px; line-height: 26px;height: 52px; }
.Floor4 li.slick-slide .txt p { color: #999; font-size: 16px; line-height: 22px; max-height: 66px; overflow: hidden; }

@media(min-width:1025px) {
.Floor4 .slider { margin-left: -35px; margin-right: -35px; }
.Floor4 li.slick-slide .inner { margin: 0 35px; }
}

@media(max-width:1024px) {
.Floor4 .slider { margin-left: -15px; margin-right: -15px; }
.Floor4 li.slick-slide { padding-top: 1%; }
.Floor4 li.slick-slide .inner { margin: 0 15px; }
.Floor4 li.slick-slide .txt { padding: 15px; }
}
/*Bottom */
.Bottom { background: #222; padding: 4% 0; }
.Bottom nav { float: left; width: 78%; }
.Bottom .contact { float: right; max-width: 22%; }
.Bottom nav dl { float: left; width: 8.75%; margin-right: 5%; }
.Bottom nav dl:nth-child(1), .Bottom nav dl:nth-child(2) { width: 20%; }
.Bottom nav dl:last-child { margin-right: 0; }
.Bottom nav dt { color: #fff; font-size: 18px; margin-bottom: 20px; }
.Bottom nav dt a, .Bottom nav dd a { color: #fff; }
.Bottom nav dd a { opacity: 0.4; transition: .3s; }
.Bottom nav dd a:hover { opacity: 1; }
.Bottom nav dd { line-height: 32px; }
.Bottom .contact dl { float: right; position: relative; padding-left: 90px; height: 150px; display: table; }
.Bottom .contact dd { position: absolute; left: 0; top: 0; }
.Bottom .contact dt { display: table-cell; vertical-align: middle; }
.Bottom .contact dt img { max-width: 145px; }
.Bottom .bdsharebuttonbox { width: 40px; }
.Bottom .bdsharebuttonbox a { display: block; cursor: pointer; margin-bottom: 15px; border: 1px solid #4c4949; border-radius: 50%; width: 40px; height: 40px; background: url(../images/Bottom_share_wx.png) no-repeat center center; padding: 0; }
.Bottom .bdsharebuttonbox a.bds_tsina { background-image: url(../images/Bottom_share_sina.png); }
.Bottom .bdsharebuttonbox a.bds_sqq{ background-image: url(../images/Bottom_share_qq.png); }
.Bottom .copyright { line-height: 24px; color: #fff; opacity: 0.4; clear: both; text-align: center;}
.Bottom .copyright a { color: #fff; }
.Bottom .copyright a:hover { text-decoration: underline; }

@media(max-width:1366px) {
.Bottom nav dl { width: inherit !important; }
}

@media(min-width:1025px) {
.Bottom nav dd { display: block !important; }
}

@media(max-width:1024px) {
.Bottom nav, .Bottom .contact { float: none; max-width: none; width: auto; }
.Bottom .contact dl { float: none; margin: 0 auto; }
.Bottom .contact { padding-top: 3%; }
.Bottom .copyright { text-align: center; padding-top: 20px; }
.Bottom nav dl { max-width: none; float: none; margin-right: 0; }
.Bottom nav dl:not(:last-child) { border-bottom: 1px solid rgba(255,255,255,0.2); }
.Bottom nav dt { margin-bottom: 0; padding: 10px 0; position: relative; }
.Bottom nav dt span { position: absolute; right: 0; top: 50%; width: 40px; height: 40px; margin-top: -20px; }
.Bottom nav dt span::before, .Bottom nav dt span::after { position: absolute; content: ''; background: #fff; left: 30%; height: 2px; top: 50%; margin-top: -1px; width: 40%; transition: 0.3s ease-in-out; }
.Bottom nav dt span::after { transform: rotate(90deg); }
.Bottom nav dt span.on::before { opacity: 0; }
.Bottom nav dt span.on::after { transform: rotate(0); }
.Bottom nav dd { display: none; padding: 10px; background: rgba(255,255,255,0.05); }
}
.bd_weixin_popup{width: 210px !important;;height: 320px !important;left:50% !important;transform: translateX(-50%) !important;}
.bd_weixin_popup .bd_weixin_popup_main{padding:10px 0 !important;}
.bd_weixin_popup .bd_weixin_popup_foot{line-height: 18px !important;}
.bd_weixin_popup .bd_weixin_popup_main{width: 188px !important;height: 225px !important;min-height: auto !important;}
.bd_weixin_popup_main table{width: 188px !important;height: 205px !important; }
/*
 *  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%; }
/*
 .Menu 为demo编号
 */
.Menu { position: relative; }
.Menu .ban a { position: absolute; content: ''; width: 100%; height: 100%; left: 0; top: 0; z-index: 1; background: rgba(0,0,0,0.3); }
.Menu .ban img { display: block; }
.Menu header h1 { margin: 0; color: #fff; font-weight: normal; font-size: 36px; }
.Menu .nav, .Menu .nav * { transition: .3s ease-in-out; }
.Menu .nav { position: absolute; z-index: 2; bottom: 0; left: 0; width: 100%; padding: 1.5% 0; background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0 !important; filter: Alpha(opacity=60); background: #000; }
.Menu .nav .auto { position: relative; z-index: 5; }
.Menu .nav nav { padding-top: 10px; }
.Menu .nav nav li { float: left; }
.Menu .nav nav li a { color: #fff; font-size: 18px; line-height: 30px; display: inline-block; }
.Menu .nav nav li.aon a, .Menu .nav nav li a:hover { color: #c92c0d; }
@media(max-width:1440px) {
.Menu .nav nav .owl-carousel .owl-item{margin-right: 25px !important}
}
@media(max-width:1366px) {
.Menu .nav nav li a{font-size: 16px;}
}
@media(max-width:1280px) {
.Menu .nav nav .owl-carousel .owl-item{margin-right: 20px !important}
}
@media(max-width:1200px) {
.Menu .nav nav .owl-carousel .owl-item{margin-right: 12px !important}
.Menu .nav nav li a{font-size: 15px;}
}
@media(max-width:1024px) {
.Menu header h1 { font-size: 30px; }
}

@media(max-width:768px) {
.Menu header h1 { font-size: 24px; }
}

@media(max-width:480px) {
.Menu header h1 { font-size: 20px; }
.Menu .nav { position: relative; }
.Menu .nav nav li a { font-size: 14px; line-height: 28px; }
}
/*
 .Menu002252 为demo编号
 */
.Menu002252 { padding: 4% 0 0; text-align: center; overflow: hidden; }
.Menu002252 a { font-size: 18px; display: block; color: #000; border: 2px solid #000; padding: 10px; margin-bottom: 1px; transition: .3s; }
.Menu002252 a.aon, .Menu002252 a:hover { color: #fff; background-color: #d42c1d; border-color: #d42c1d; }

@media(min-width:768px) {
.Menu002252 a { display: inline-block; line-height: 48px; padding: 0 15px; min-width: 115px; border-radius: 48px; overflow: hidden; margin: 0 10px 1px; }
}

@media(min-width:1024px) {
.Menu002252 a { display: inline-block; line-height: 54px; padding: 0 20px; min-width: 250px; border-radius: 54px; }
}
/*Block-name */
.Block-name { text-align: center; padding-bottom: 3%; font-size: 30px; color: #333; }
.Block-name figure { margin-top: 20px; font-size: 16px; color: #999; }
.Block-name figure span { color: #c92c0d; font-style: normal; }

@media(max-width:768px) {
.Block-name { font-size: 24px; }
}
/*ProductInfo */
.ProductInfo .box { padding: 4% 0; }
.ProductInfo .Block-name { font-size: 36px; color: #000; }

@media(max-width:1024px) {
.ProductInfo .Block-name { font-size: 30px; }
}

@media(max-width:768px) {
.ProductInfo .Block-name { font-size: 24px; }
}
.ProductInfo .area-info { margin: 20px 0 30px 0; }
.ProductInfo .area-info .pic, .ProductInfo .area-info .word { float: left; width: 50%; }
.ProductInfo .area-info .singlePage { font-size: 16px; color: #8c8c8c; line-height: 30px; }
.ProductInfo .area-info h1 { margin-top: 0; font-size: 36px; color: #000; font-weight: normal; }
.ProductInfo .area-info h1 em { font-style: normal; color: #d42c1d; }
.ProductInfo .area-info .word b { display: block; color: #585858; }

@media(min-width:1025px) {
.ProductInfo .area-info .singlePage { padding-left: 10%; }
}

@media(max-width:1024px) {
.ProductInfo .area-info { margin: 0; }
.ProductInfo .area-info .pic, .ProductInfo .area-info .word { display: block; width: 100% !important; }
.ProductInfo .area-info .pic img { width: 100%; }
.ProductInfo .area-info .singlePage { padding: 15px; }
.ProductInfo .area-info h1 { font-size: 30px; }
}

@media(max-width:768px) {
.ProductInfo .area-info h1 { font-size: 24px; }
}
.ProductInfo .box-2, .ProductInfo .box-4 { background: #f7f7f7; }
.ProductInfo .intro { max-width: 1080px; font-size: 16px; color: #8c8c8c; line-height: 30px; text-align: center; }
.ProductInfo .img { margin: 3% auto 0; text-align: center; }
.ProductInfo ul.list { background: #fff; border: 1px solid #ddd; }
.ProductInfo .list li { padding: 30px 30px 30px 60px; color: #8c8c8c; line-height: 30px; font-size: 16px; }
.ProductInfo .list li+li { border-top: 1px solid #ddd; }
.ProductInfo .list li h3 { margin: 0; font-size: 18px; color: #333; position: relative; }
.ProductInfo .list li h3:before { position: absolute; content: ""; width: 10px; height: 10px; background: #d42c1d; left: -20px; top: 50%; margin-top: -5px; }
.ProductInfo .list li p { margin-bottom: 0; }
.ProductInfo .piclist { margin-top: 3%; }
.ProductInfo .piclist dl { width: 32%; float: left; text-align: center; font-size: 16px; color: #666; }
.ProductInfo .piclist dl+dl { margin-left: 2%; }
.ProductInfo .piclist dd { border: 1px solid #000; }
.ProductInfo .piclist dt { padding: 20px; }

@media(max-width:480px) {
.ProductInfo .piclist dl { width: 100%; float: none; }
.ProductInfo .piclist dl+dl { margin-left: 0; }
}
/*ProjectInfo */
.ProjectInfo .box { padding: 4% 0; }
.ProjectInfo .Block-name { font-size: 36px; color: #000; }

@media(max-width:1024px) {
.ProjectInfo .Block-name { font-size: 30px; }
}

@media(max-width:768px) {
.ProjectInfo .Block-name { font-size: 24px; }
}
.ProjectInfo .name { font-size: 24px; color: #000; text-align: center; margin-top: 2%; }
.ProjectInfo .more { margin: 3% auto; }
.ProjectInfo .more a { position: relative; overflow: hidden; max-width: 170px; border: 2px solid #3b3b3b; display: block; line-height: 54px; border-radius: 54px; text-align: center; text-transform: uppercase; color: #000; margin: 0 auto; }
.ProjectInfo .more a span { position: relative; padding-right: 30px; background: url(../images/more-black.png) no-repeat right center; z-index: 3; transition: 0.3s; }
.ProjectInfo .more a:hover { background: #d42c1d; border-color: #d42c1d; color: #fff; }
.ProjectInfo .more a:hover span { padding-right: 24px; background-image: url(../images/more.png); }
.ProjectInfo .area-info { margin: 20px 0 30px 0; }
.ProjectInfo .area-info .pic, .ProjectInfo .area-info .word { float: left; width: 50%; }
.ProjectInfo .area-info .singlePage { font-size: 16px; color: #8c8c8c; line-height: 30px; }
.ProjectInfo .area-info h1 { margin-top: 0; font-size: 36px; color: #000; font-weight: normal; }
.ProjectInfo .area-info h1 em { font-style: normal; color: #d42c1d; }
.ProjectInfo .area-info .word b { display: block; color: #585858; }

@media(min-width:1025px) {
.ProjectInfo .area-info .singlePage { padding-left: 10%; }
}

@media(max-width:1024px) {
.ProjectInfo .area-info { margin: 0; }
.ProjectInfo .area-info .pic, .ProjectInfo .area-info .word { display: block; width: 100% !important; }
.ProjectInfo .area-info .pic img { width: 100%; }
.ProjectInfo .area-info .singlePage { padding: 15px; }
.ProjectInfo .area-info h1 { font-size: 30px; }
}

@media(max-width:768px) {
.ProjectInfo .area-info h1 { font-size: 24px; }
}
.ProjectInfo .box-2, .ProjectInfo .box-4, .ProjectInfo .box-6 { background: #f7f7f7; }
.ProjectInfo .intro { max-width: 1080px; font-size: 16px; color: #8c8c8c; line-height: 30px; text-align: center; }
.ProjectInfo1 .intro { max-width: 100%; }
.ProjectInfo .img { margin: 3% auto 0; text-align: center; }
.ProjectInfo li { float: left; width: 32%; margin-top: 2%; }
.ProjectInfo li+li { margin-left: 2%; }
.ProjectInfo li a { display: block; position: relative; }
.ProjectInfo li h3 { position: absolute; width: 100%; left: 0; bottom: 0; margin: 0; text-align: center; font-size: 16px; color: #fff; font-weight: normal; line-height: 58px; background: rgba(0,0,0,0.6); }
.ProjectInfo li figure { padding-bottom: 59%; }
.ProjectInfo li .hover { opacity: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0; text-align: center; background: rgba(212,44,29,0.95); z-index: 10; transition: 0.3s; color: #fff; }
.ProjectInfo li a:hover .hover { opacity: 1; }
.ProjectInfo li aside { position: absolute; left: 8%; width: 84%; top: 50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); transform: translateY(-50%); }
.ProjectInfo li .hover h5 { font-size: 20px; font-weight: normal; margin: 0; margin-bottom: 15px; }
.ProjectInfo li .hover p { font-size: 15px; line-height: 26px; margin: 0; max-height: 180px; overflow: hidden; opacity: 0.8; }

@media(max-width:1024px) {
.ProjectInfo li h3 { line-height: 40px; }
}

@media(max-width:480px) {
.ProjectInfo li { float: none; width: auto; margin-left: 0 !important; }
}
.ProjectInfo .piclist { margin-top: 3%; }
.ProjectInfo .piclist dl { text-align: center; font-size: 16px; color: #666; }
.ProjectInfo .piclist dt { padding: 20px; }
.ProjectInfo .piclist1 dl { width: 48%; text-align: left; }
.ProjectInfo .piclist1 dt, .ProjectInfo .piclist1 dd { width: 50%; }
.ProjectInfo .piclist1 h3 { font-weight: normal; font-size: 24px; color: #000; margin: 0; }
.ProjectInfo .piclist1 p { font-size: 16px; color: #666; line-height: 30px; }
.ProjectInfo .piclist2 dl { float: left; width: 20%; }
.ProjectInfo .piclist2 dl img { border-radius: 50%; border: 3px solid #d42c1d; }
.ProjectInfo .piclist3 dl { float: left; width: 32%; }
.ProjectInfo .piclist3 dl+dl { margin-left: 2%; }
.ProjectInfo1 .piclist1 dl { float: left; width: 19.2%; text-align: center; }
.ProjectInfo1 .piclist1 dl+dl { margin-left: 1%; }
.ProjectInfo1 .piclist1 dl * { width: 100%; }
.ProjectInfo1 .piclist1 dl dt { padding: 0 20px; background: #d42c1d; color: #fff; font-size: 18px; line-height: 38px; }
.ProjectInfo1 .piclist2 dl { float: left; width: 15.4%; text-align: center; background: #fff; box-shadow: 0 10px 20px rgba(0,0,0,0.12); padding: 20px; position: relative; }
.ProjectInfo1 .piclist2 dl:after { position: absolute; content: ""; right: -20px; top: 50%; margin-top: -20px; width: 20px; height: 50px; background: url(../images/r.png) no-repeat center top; }
.ProjectInfo1 .piclist2 dl+dl { margin-left: 1.52%; }
.ProjectInfo1 .piclist2 dl dt { padding: 10px 0; color: #000; font-size: 24px; }
.ProjectInfo1 .piclist2 dl img { border-radius: 0; border: 0; margin: 10px auto; }

@media(max-width:1024px) {
.ProjectInfo1 .piclist2 dl dt { font-size: 16px; }
}

@media(max-width:480px) {
.ProjectInfo1 .piclist dl { float: none; width: 100%; margin-left: 0 !important; margin: 1% 0; }
.ProjectInfo1 .piclist2 dl:after { display: none; }
}
/*
 .Floor001026 为demo编号
 */
.Floor001026 .box { padding: 4% 0; }
.Floor001026 .box:nth-child(2) { background: #f7f7f7; }
.Floor001026 .con { padding-left: 50%; position: relative; }
.Floor001026 .box:nth-child(2) .con { padding-left: 0; padding-right: 50%; }
.Floor001026 .box:nth-child(1) .txt { padding-left: 10%; }
.Floor001026 .box:nth-child(2) .txt { padding-right: 10%; padding-left: 0; }
.Floor001026 .box .txt h1 { font-size: 36px; color: #000; font-weight: normal; margin: 0; padding-bottom: 4%; }
.Floor001026 .box .txt h1 em { font-style: normal; color: #d42c1d; }
.Floor001026 .box .txt p { font-size: 16px; color: #8c8c8c; line-height: 30px; }
.Floor001026 .box .txt p b { display: block; color: #585858; }
.Floor001026 .list li span { width: 100%; padding: 0 20% 0 20px; font-size: 20px; line-height: 50px; height: 50px; color: #fff; background-color: #d42c1d; position: absolute; left: 0; bottom: 0; }

@media(min-width:1025px) {
.Floor001026 .box .pic { position: absolute; width: 50%; top: 0; height: 100%; overflow: hidden; }
}
.Floor001026 .box:nth-child(1) .pic { left: 0; }
.Floor001026 .box:nth-child(2) .pic { right: 0; }
.Floor001026 .bx-wrapper, .Floor001026 .bx-viewport, .Floor001026 .bx-viewport ul, .Floor001026 .bx-viewport ul li, .Floor001026 .bx-viewport ul li a { position: absolute; width: 100%; height: 100% !important; }
.Floor001026 .bx-viewport { z-index: 2; }
.Floor001026 .bx-viewport ul li a { background-size: cover; background-position: center center; background-repeat: no-repeat; }
.Floor001026 .bx-viewport ul li { background-color: #f3f8fa; }
.Floor001026 .bx-controls-direction { display: none; }
.Floor001026 .bx-controls { position: absolute; z-index: 10; right: 20px; bottom: 3.5%; }
.Floor001026 .bx-pager div { display: inline-block; }
.Floor001026 .bx-pager div a { background-color: #fff; opacity: 0.3; display: inline-block; overflow: hidden; line-height: 100px; width: 14px; height: 14px; border-radius: 50%; margin: 0 8px; }
.Floor001026 .bx-pager div a.active { opacity: 1; }

@media(max-width:1024px) {
.Floor001026 .con { padding: 0 !important; }
.Floor001026 .box .pic { padding-bottom: 50%; position: relative; }
.Floor001026 .box .txt { padding: 5% !important; padding-bottom: 0; }
.Floor001026 .box .txt h1 { font-size: 30px; }
}

@media(max-width:768px) {
.Floor001026 .box .txt h1 { font-size: 24px; }
}
/*
 .PicList001646 为demo编号
 */
.PicList001646 { padding: 5% 0; }
.PicList001646 .more { margin: 8% 0; }
.PicList001646 .more a { position: relative; overflow: hidden; max-width: 170px; border: 2px solid #3b3b3b; display: block; line-height: 54px; border-radius: 54px; text-align: center; text-transform: uppercase; color: #000; }
.PicList001646 .more a span { position: relative; padding-right: 30px; background: url(../images/more-black.png) no-repeat right center; z-index: 3; transition: 0.3s; }
.PicList001646 .more a:hover { background: #d42c1d; border-color: #d42c1d; color: #fff; }
.PicList001646 .more a:hover span { padding-right: 24px; background-image: url(../images/more.png); }
.PicList001646 dl { margin-bottom: 5%; background-color: #f9f9f9; box-shadow: 0 10px 20px rgba(0,0,0,0.12); }
.PicList001646 dl:last-child { margin-bottom: 0; }

@media(min-width:769px) {
.PicList001646 dl { display: table; width: 100%; }
.PicList001646 dl dt, .PicList001646 dl dd { display: table-cell; vertical-align: middle; width: 50%; }
}
.PicList001646 dd figure { padding: 0 8%; }
.PicList001646 dt { overflow: hidden; }
.PicList001646 dt img { display: block; width: 100%; transition: .3s; }
.PicList001646 dd figure * { margin: 0; }
.PicList001646 dd figure h1 { font-weight: normal; font-size: 36px; color: #000; }
.PicList001646 dd figure h1 a{color: #000;}
.PicList001646 dd figure h1 span { color: #d42c1d; }
.PicList001646 dd figure pre { line-height: 30px; height: 90px; font-size: 16px; color: #585858; margin: 5% 0 10% 0; overflow: hidden; }
.PicList001646 dl dt:hover img { transform: scale(1.08); }

@media(max-width:1024px) {
.PicList001646 .more { margin: 4% 0; }
.PicList001646 dd figure h1 { font-size: 30px; }
}

@media(max-width:768px) {
.PicList001646 dd figure h1 { font-size: 24px; }
.PicList001646 dd figure pre { margin: 3% 0; }
.PicList001646 dl dd { padding: 3% 0; }
}
/*
 .Menu002499 为demo编号
 */
.Menu002499 { padding: 4% 0 3% 0; }
.Menu002499 .auto { position: relative; }
.WapMenu { padding-top: 0; text-align: left; }
.MenuBox { position: relative; }
.MeunTop { padding: 5px 60px 5px 15px; height: 50px; line-height: 40px; position: relative; font-size: 16px; font-weight: normal; color: #fff; background: #c92c0d; }
.MeunTop .menuBtn { display: block; width: 40px; height: 40px; position: absolute; right: 15px; top: 5px; background: url(../images/Menu002499-menubtn.png) no-repeat center; }
.MeunTop .h3 { font-weight: normal; font-size: 16px; margin: 0; }
.navMenu { position: absolute; display: none; left: 0; top: 100%; width: 100%; background: #c92c0d; color: #fff; z-index: 88; }
.navMenu a { color: #fff; font-size: 16px; display: block; padding: 5px 12px; }
.navMenu a:hover, .navMenu li.on a { background: #c92c0d; }

@media screen and (min-width:1000px ) {
.MeunTop { display: none; }
.navMenu { display: block; height: 50px; position: relative; background: none; color: #666; margin: 0 auto; }
.navMenu a { color: #000; font-size: 26px; }
.navMenu ul { text-align: center; position: relative; }
.navMenu ul:after { position: absolute; content: ""; left: 0; top: 50%; width: 100%; height: 1px; background: #ccc; z-index: -1; }
.navMenu ul li { display: inline-block; padding: 0 12px; background: #fff; }
.navMenu a:hover, .navMenu li.on a { color: #c92c0d; background: none; }
}
/*PicList002735 */
.PicList002735 li { margin-bottom: 3%; }
.PicList002735 li a { display: block; background: #fff; transition: 0.3s; box-shadow: 0 10px 20px rgba(0,0,0,0.12); }
.PicList002735 li .Ispic { background-size: 100% 100%; background-position: center center; background-color: #fff; padding-bottom: 70.5%; transition: ease-in-out .3s; }
.PicList002735 li:hover .Ispic { background-size: 108% 108%; }
.PicList002735 li .txt { padding: 15px 10%; }
.PicList002735 li .txt h3 { margin: 0; font-weight: normal; text-align: center; line-height: 26px; color: #000; font-size: 16px; height: 52px; }
.PicList002735 li:hover .txt h3 { color: #c92c0d; }

@media(min-width:481px) {
.PicList002735 li { float: left; }
}

@media(min-width:769px) {
.PicList002735 li { width: 32%; }
.PicList002735 li:not(:nth-child(3n)) {
margin-right: 2%;
}
.PicList002735 li .txt { padding: 25px 10%; }
.PicList002735 li .txt h3 { font-size: 20px; }
}

@media(min-width:481px) and (max-width:768px) {
.PicList002735 li { width: 48%; }
.PicList002735 li:not(:nth-child(2n)) {
margin-right: 4%;
}
}
/*Partner00 */
.Partner00 { padding: 5% 0; background: #f7f7f7; }
.Partner00 .auto { text-align: center; font-size: 16px; }
.Partner00 ul { margin-top: 2%; }
.Partner00 li { float: left; width: 18.8%; margin-right: 1.5%; margin-bottom: 1.5%; transition: 0.3s; position: relative; z-index: 1; }
.Partner00 li a { box-shadow: 0 10px 20px rgba(0,0,0,0.12); position: relative; display: block; cursor: default;}
.Partner00 li img { display: block; width: 100%; }
.Partner00 li:hover { transform: scale(1.08); z-index: 2; }

@media(min-width:769px) {
.Partner00 li:nth-child(5n) { margin-right: 0; }
}

@media(max-width:768px) {
.Partner00 li { width: 24.25%; margin-right: 1%; margin-bottom: 1%; }
}

@media(max-width:768px) and (min-width:481px) {
.Partner00 li:nth-child(4n) { margin-right: 0; }
}

@media(max-width:480px) and (min-width:376px) {
.Partner00 li { width: 32.66666%; }
.Partner00 li:nth-child(3n) { margin-right: 0; }
}

@media(max-width:375px) {
.Partner00 li { width: 49.5%; }
.Partner00 li:nth-child(2n) { margin-right: 0; }
}
/*
 .CaseInfo 为demo编号
 */
.CaseInfo { padding: 5% 0 6% 0; }
.CaseInfo .txtbox { text-justify: inter-ideograph; text-align: justify; word-wrap: break-word; clear: both; }
.CaseInfo .name { font-size: 20px; color: #000; line-height: 1; padding: 20px 0; }
.CaseInfo .word { line-height: 32px; font-size: 16px; color: #8c8c8c; }
.CaseInfo .word .wap_pic { display: block; text-align: center; }
.CaseInfo .word .pc_pic { display: none; }
.CaseInfo .word .space { height: 30px; }
.CaseInfo .word .fr img, .CaseInfo .word .fl img { width: 100%; }
.CaseInfo .word dd { width: 32%; float: left; }
.CaseInfo .word dd+dd { margin-left: 2%; }

@media only screen and (min-width:768px ) {
.CaseInfo .name { font-size: 30px; padding-top: 0; padding-bottom: 30px; }
.CaseInfo .word .space { height: 60px; }
.CaseInfo .word .wap_pic { display: none; }
.CaseInfo .word .pc_pic { display: block; }
.CaseInfo .word .pic { display: block; float: right; margin-left: 50px; }
.CaseInfo .word .fr { margin-left: 80px; }
.CaseInfo .word .fl { margin-right: 80px; }
}
/*Floor002749 */
.Floor002749 { padding: 4% 0; }
/*slick Basic*/
.Floor002749 .slick-slider { position: relative; display: block; -webkit-touch-callout: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent }
.Floor002749 .slick-list { position: relative; z-index: 1; display: block; overflow: hidden; }
.Floor002749 .slick-list:focus { outline: none }
.Floor002749 .slick-list.dragging { cursor: pointer; cursor: hand; }
.Floor002749 .slick-slider .slick-track, .Floor002749 .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) }
.Floor002749 .slick-track { position: relative; top: 0; left: 0; display: block; }
.Floor002749 .slick-track:before, .Floor002749 .slick-track:after { display: table; content: ''; }
.Floor002749 .slick-track:after { clear: both; }
.Floor002749 .slick-loading .slick-track { visibility: hidden; }
.Floor002749 .slick-slide { display: none; float: left; min-height: 1px; }
[dir = 'rtl'] .slick-slide { float: right; }
.Floor002749 .slick-slide .slick-loading img { display: none; }
.Floor002749 .slick-slide .dragging img { pointer-events: none; }
.Floor002749 .slick-initialized .slick-slide { display: block; }
.Floor002749 .slick-loading .slick-slide { visibility: hidden; }
.Floor002749 .slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.Floor002749 .slick-arrow .slick-hidden { display: none; }

/*slick Basic End*/
@media(min-width:769px) {
.Floor002749 .top-news { float: right; width: 26.5%; }
.Floor002749 .list dl { float: left; width: 70.5%; }
.Floor002749 .list dd+dd { margin-top: 19px; }
.Floor002749 .list dd .ytable { height: 100%; }
}
.Floor002749 .top-news, .Floor002749 .list dd { background: #fff; box-shadow: 0 10px 20px rgba(0,0,0,0.12); }
.Floor002749 .list .pic { display: block; }
.Floor002749 .list .Ispic { padding-bottom: 74.8%; }
.Floor002749 .list dd { padding: 20px; padding-left: 240px; position: relative; }
.Floor002749 .list a { color: #000; }
.Floor002749 .list a:hover { color: #c92c0d; text-decoration: underline; }
.Floor002749 .list h2 { font-size: 20px; color: #000; line-height: 26px; margin: 0; }
.Floor002749 .list h2.dot2 { max-height: 60px; }
.Floor002749 .list p { font-size: 16px; color: #999; }
.Floor002749 .top-news .txt { position: relative; padding: 40px 30px; }
.Floor002749 .top-news time { color: #fff; text-align: center; position: absolute; z-index: 100; top: 0; left: 30px; width: 81px; height: 87px; background: url(../images/Floor4-time.png); display: block; font-size: 12px; }
.Floor002749 .top-news time span { font-size: 36px; font-weight: bold; display: block; }
.Floor002749 .list dd time { position: absolute; left: 0; top: 0; width: 200px; height: 100%; background-color: #f9f9f9; }
.Floor002749 .list dd time span { position: absolute; width: 100%; text-align: center; top: 50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); transform: translateY(-50%); color: #888; font-size: 24px; }
.Floor002749 .list dd time i { font-style: normal; font-size: 75px; color: #c92c0d; display: block; }
.Floor002749 .list dd p { line-height: 24px; max-height: 72px; color: #999; font-size: 16px; margin: 2% 0; }
.Floor002749 .list dd h2 { position: relative; min-height: 30px; }
.Floor002749 .list dd h2 a { position: absolute; left: 0; top: 0; max-width: 100%; }
.Floor002749 .top-news li .more { margin: 14% 0 5% 0; }
.Floor002749 .top-news li .more a { color: #000; }
.Floor002749 .top-news li .more a span { position: relative; padding-right: 30px; background: url(../images/more-black.png) no-repeat right center; z-index: 3; transition: 0.3s; }
.Floor002749 .slick-dots { overflow: hidden; position: absolute; z-index: 10; right: 5%; bottom: 8%; }
.Floor002749 .slick-dots li { float: left; width: 40px; height: 40px; cursor: pointer; }
.Floor002749 .slick-dots li a { display: block; width: 40px; height: 40px; position: relative; background: none; border: none; color: #000; font-size: 12px; line-height: 1000px; }
.Floor002749 .slick-dots li a::before { position: absolute; content: ''; background: #e1e1e1; left: 50%; top: 50%; border-radius: 50%; margin: -4px 0 0 -4px; width: 8px; height: 8px; }
.Floor002749 .slick-dots li.slick-active { background: url(../images/Floor3_dot.png) no-repeat center; background-size: contain; }
.Floor002749 .slick-dots li.slick-active a { line-height: 40px; text-align: center; }
.Floor002749 .slick-dots li.slick-active a::before { display: none; }

@media(min-width:769px) and (max-width:1024px) {
.Floor002749 .list dd time { width: 150px; }
.Floor002749 .list dd time span { font-size: 20px; }
.Floor002749 .list dd time i { font-size: 54px; }
.Floor002749 .list dd { padding-left: 180px; }
}

@media(max-width:768px) {
.Floor002749 .list h2 { font-size: 16px; line-height: 22px; }
.Floor002749 .list dd h2 { min-height: 22px; }
.Floor002749 .list dd p { line-height: 20px; max-height: 40px; font-size: 14px; margin: 10px 0; }
.Floor002749 .list dd { margin-top: 20px; height: auto!important; }
.Floor002749 .list dd, .Floor002749 .top-news { padding: 20px; }
.Floor002749 .top-news li .more { margin: 5% 0 0; }
.Floor002749 .slick-dots { bottom: 4%; }
.Floor002749 .list dd time { width: 120px; }
.Floor002749 .list dd time span { font-size: 18px; }
.Floor002749 .list dd time i { font-size: 45px; }
.Floor002749 .list dd { padding-left: 150px; }
}

@media(max-width:640px) {
.Floor002749 { padding: 30px 0; }
.Floor002749 .list dd p { font-size: 14px; line-height: 20px; max-height: 40px; margin: 10px 0; }
.Floor002749 .list dd time { width: 100px; }
.Floor002749 .list dd time span { font-size: 16px; }
.Floor002749 .list dd time i { font-size: 40px; }
.Floor002749 .list dd { padding-left: 120px; }
}
/*
 .RichInfo005 为demo编号
 */
.RichInfo005 { padding: 4% 0; }
.RichInfo005 .news_info .title { text-align: center; padding-bottom: 20px; }
.RichInfo005 .news_info .title h1 { padding-bottom: 15px; font-size: 30px; color: #000; font-weight: normal; }
.RichInfo005 .news_info .title h1 em { font-style: normal; color: #c92c0d; }
.RichInfo005 .news_info .title p { border-bottom: 1px solid #e5e5e5; padding-bottom: 3%; font-size: 16px; color: #999; }
.RichInfo005 .news_info .info { text-align: justify; text-justify: inter-ideograph; font-size: 16px; color: #585858; line-height: 30px; }
.RichInfo005 .news_info .info .pic { text-align: center; color: #000; margin: 2% 0; }
.RichInfo005 .news_info .info img { display: block; margin: 0 auto; }
.RichInfo005 .news_info .info_pn { position: relative; border-top: 1px solid #e5e5e5; padding-top: 3%; margin-top: 3%; }
.RichInfo005 .news_info .info_pn span { display: block; line-height: 48px; font-size: 18px; }
.RichInfo005 .news_info .info_pn span a { color: #000; }
.RichInfo005 .news_info .info_pn span a:hover { color: #c92c0d; text-decoration: underline; }
.RichInfo005 .news_info .info_back { position: absolute; right: 0; }
.RichInfo005 .news_info .info_back a { color: #c92c0d; text-decoration: underline; font-size: 18px; }

@media(max-width:1024px) {
.RichInfo005 .news_info .title h1 { padding-bottom: 10px; font-size: 24px; }
}

@media(max-width:768px) {
.RichInfo005 .news_info .title h1 { font-size: 20px; }
.RichInfo005 .news_info .info_pn span { line-height: 40px; font-size: 16px; }
.RichInfo005 .news_info .info_back { position: static; }
.RichInfo005 .news_info .info_back a { font-size: 16px; }
}
/*
 .RighInfo002309 为demo编号
 */
.RighInfo002309 { padding: 4% 0; }
.RighInfo002309 .txtbox { text-justify: inter-ideograph; text-align: justify; word-wrap: break-word; clear: both; }
.RighInfo002309 .name { font-size: 24px; color: #000; line-height: 1; padding-bottom: 20px; }
.RighInfo002309 .name em { font-style: normal; color: #c92c0d; }
.RighInfo002309 .word { line-height: 30px; font-size: 16px; color: #585858; position: relative;}
.RighInfo002309 .word .wap_pic { display: block; text-align: center; }
.RighInfo002309 .word .pc_pic { display: none; }
.RighInfo002309 .word .fr { margin-left: 60px; margin-bottom: 40px; }
.RighInfo002309 .word .fl { margin-right: 60px; margin-bottom: 40px; margin-top: 40px; }


@media only screen and (min-width:769px ) {
.RighInfo002309 .name { font-size: 36px; padding-bottom: 30px; }
.RighInfo002309 .word .wap_pic { display: none; }
.RighInfo002309 .word .pc_pic { display: block; position: absolute; right: 0; top: 0; z-index: -1;}
.RighInfo002309 .word .pic { display: block; float: right; margin-left: 50px; }
.RighInfo002309 .p{ padding-right: 54%; margin-bottom: 20px;}
.RighInfo002309 .p1{ padding-right: 40%;}
}
@media (max-width: 1200px){
.RighInfo002309 .word .pc_pic {
    position: static;
    width: 45%;
    float: right;
    margin-left: 5%;
}
.RighInfo002309 .p, .RighInfo002309 .p1 {
    padding-right: 0;
}
}
/*
 .Floor001739 为demo编号
 */
.Floor001739 li { float: left; width: 32%; text-align: center; position: relative; border: 1px solid #ddd; box-shadow: 0 10px 20px rgba(0,0,0,0.12); }
.Floor001739 li+li { margin-left: 2%; }
.Floor001739 li div { padding: 6% 0; margin: 0 auto; width: 80%; max-width: 280px; }
.Floor001739 li figure img { width: 50%; max-width: 100px; ; transition: 0.3s; }
.Floor001739 li h3 { font-size: 30px; font-weight: normal; color: #000; margin: 0; margin-top: 15px; }
.Floor001739 li p { line-height: 1; font-size: 18px; color: #585858; margin-bottom: 0; }
.Floor001739 li:hover * { color: #c92c0d !important; }
.Floor001739 li:hover figure img { transform: rotateY(180deg); }

@media(max-width:768px) {
.Floor001739 li h3 { font-size: 20px; margin-top: 10px; }
.Floor001739 li p { font-size: 16px; }
}

@media(max-width:480px) {
.Floor001739 li { width: 100%; float: none; margin-left: 0 !important; margin: 2% 0; }
}
/*Floor002732 */
.Floor002732 { overflow: hidden; padding: 6% 0 10% 0; }
.Floor002732 .name { text-align: center; font-size: 36px; color: #000; line-height: 1; padding-bottom: 30px; }
.Floor002732 .name em { font-style: normal; color: #c92c0d; }
.Floor002732 .slick-list { padding-bottom: 30px; }
.Floor002732 .slick-dots { padding-top: 50px; text-align: center; }
.Floor002732 .slick-dots li { list-style: none; display: inline-block; margin: 0 4px; width: 50px; height: 4px; background: #ddd; cursor: pointer; position: relative; }
.Floor002732 .slick-dots li button { display: none; }
.Floor002732 .slick-dots li.slick-active { background-color: #c92c0d; }
.Floor002732 .main { position: relative; margin-top: 1%; }
.Floor002732 .slider { position: relative; z-index: 10; }
.Floor002732 .slider li.slick-slide { position: relative; text-align: center; }
.Floor002732 li.slick-slide .inner { position: relative; transition: 0.3s; border: 10px solid #f7f7f7; background: #f7f7f7; box-shadow: 0 10px 20px rgba(0,0,0,0.12); }

@media(min-width:1201px) {
.Floor002732 .slider { margin-left: -15px; margin-right: -15px; }
.Floor002732 li.slick-slide .inner { margin: 0 15px; }
}

@media(max-width:1200px) {
.Floor002732 li.slick-slide .inner { margin: 0 10px; }
}
.Floor002732 .slider li .pic { display: block; position: relative; width: 100%; background: url(../images/Floor002732-bg.jpg) no-repeat center top #f7f7f7; padding-bottom: 115%; background-position: center; background-repeat: no-repeat; background-size: cover; }
.Floor002732 .slider li .pic span { position: absolute; left: 50%; bottom: 55px; transform: translateX(-50%); transition: .3s; }
.Floor002732 .slider li .pic img { display: inline; max-width: 243px; position: relative; z-index: 2; }
.Floor002732 .slider li .title { max-width: 90%; margin: 0 auto; font-size: 16px; color: #555; }
.Floor002732 .slider li .word { padding: 20px 20px 10px 20px; position: relative; }
.Floor002732 .slider li .word::before { content: ''; position: absolute; border: 15px solid transparent; border-bottom-color: #e82323; border-top: 0; left: 50%; margin-left: -15px; top: -15px; }
.Floor002732 .slider li .word .h3 { margin: 0; font-size: 18px; font-weight: normal; text-transform: uppercase; overflow: hidden; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis; color: #555; }
.Floor002732 .slider li:hover .h3 { color: #c92c0d; }
.Floor002732 .slider li:hover .pic span { bottom: 65px; }
.Floor002732 .slick-dots { position: absolute; left: 0; bottom: -70px; width: 100%; z-index: 10; }

@media(max-width:1100px) {
.Floor002732 .main { margin-bottom: 50px; }
}

@media(max-width:1024px) {
.Floor002732 .name { font-size: 30px; padding-bottom: 20px; }
}

@media(max-width:768px) {
.Floor002732 .name { font-size: 24px; }
.Floor002732 .slick-dots { padding-top: 0; }
.Floor002732 .slick-dots li { width: 30px; height: 3px; }
.Floor002732 .slick-dots { bottom: -30px; }
}
/*TextList002739 */
.TextList002739 { padding: 3% 0; }
.TextList002739 .list_ul, .TextList002739 .job_ol { overflow: hidden; clear: both; }
.TextList002739 .job_ol li, .TextList002739 .list_ul li { list-style: none; float: left; width: 30%; padding-left: 5%; line-height: 50px; }
.TextList002739 .job_ol li:nth-child(3), .TextList002739 .job_ol li:nth-child(4), .TextList002739 .list_ul li:nth-child(3), .TextList002739 .list_ul li:nth-child(4) { width: 20%; }
.TextList002739 .job_ol li { background-color: #d42c1d; color: #fff; font-size: 20px; }
.TextList002739 .list_ul li { font-size: 16px; color: #5e5f62; }
.TextList002739 .list_ul li.tit { font-weight: bold; color: #333; }
.TextList002739 .list { background: #fff; }
.TextList002739 .list:nth-child(2n) { background-color: #f5f5f5; }
.TextList002739 .list_ul.active li { background: #a1a1a1; color: #fff; }
.TextList002739 .info { padding: 3% 5%; background: #fafafa; }
.TextList002739 .info .singlePage { font-size: 16px; line-height: 30px; color: #666; position: relative; }
.TextList002739 .info .singlePage strong { color: #d42c1d; }
.TextList002739 .info .btn { display: block; width: 140px; height: 40px; background: #d42c1d; text-align: center; line-height: 40px; color: #fff; position: absolute; right: 3%; bottom: 0; }

@media(max-width:768px) {
.TextList002739 .job_ol li { font-size: 16px; }
.TextList002739 .job_ol li, .TextList002739 .list_ul li { width: 50% !important; }
.TextList002739 .job_ol li:nth-child(3), .TextList002739 .list_ul li:nth-child(3), .TextList002739 .job_ol li:nth-child(4), .TextList002739 .list_ul li:nth-child(4) { display: none; }
.TextList002739 .info .btn { position: static; }
}
/*Page002737 */
.Page002737 { padding: 1% 0 5% 0 }
.Page002737 .Pages { text-align: center; }
.Page002737 .Pages > span { display: inline-block; vertical-align: middle; }
.Page002737 .Pages .a_first, .Page002737 .Pages .a_end, .Page002737 .Pages .p_cur, .Page002737 .Pages .p_count, .Page002737 .Pages .p_total, .Page002737 .Pages .p_jump { display: none; }
.Page002737 .Pages .p_page { overflow: hidden; }
.Page002737 .Pages .p_page em { font-style: normal; }
.Page002737 .Pages .p_page a { float: left; line-height: 60px; border: 1px solid #e5e5e5; padding: 0 24px; margin: 0 5px; font-size: 20px; font-family: Arial, " sans-serif"; color: #aaa; }
.Page002737 .Pages .p_page a:hover, .Page002737 .Pages .p_page a.a_cur { background-color: #d42c1d; border-color: #d42c1d; color: #fff; }
.Page002737 .Pages .p_page a.a_next, .Page002737 .Pages .p_page a.a_prev { font-size: 0; height: 60px; width: 60px; padding: 0; margin: 0 15px; background-position: center center; background-repeat: no-repeat; }
.Page002737 .Pages .p_page a.a_prev { background-image: url(../images/a_prev.png); }
.Page002737 .Pages .p_page a.a_prev:hover { background-image: url(../images/a_prev_hover.png); }
.Page002737 .Pages .p_page a.a_next { background-image: url(../images/a_next.png); }
.Page002737 .Pages .p_page a.a_next:hover { background-image: url(../images/a_next_hover.png); }
.Page002737 .Pages .p_page a.pagedot { border-color: transparent; padding: 0; margin-right: -5px; line-height: 34px; height: 44px; }
.Page002737 .Pages .i_text { line-height: 44px; text-align: center; border: 1px solid #e5e5e5; width: 46px; color: #333; font-size: 20px; }
.Page002737 .Pages .i_button { background: #ebebeb; width: 70px; padding: 0; cursor: pointer; border: none; margin-left: 10px; color: #888; }

@media(max-width:768px) {
.Page002737 .Pages { padding: 30px 0; }
.Page002737 .Pages .p_page em, .Page002737 .Pages .p_jump { display: none; }
}
/*Map002516 */
.Map002516 { padding: 3% 0; }
.Map002516 .map { border: 10px solid #f7f7f7; margin-top: 3%; }
.Map002516 .map #allmap { height: 500px; }
.Map002516 .map #allmap * { box-sizing: content-box; }
.Map002516 .map #allmap img { max-width: none; }
.Map002516 dl { }
.Map002516 dt h1 { margin: 0; font-weight: normal; font-size: 30px; color: #c92c0d; }
.Map002516 dt aside { margin: 2% 0; background: url(../images/call.png) no-repeat left top; padding-left: 55px; font-size: 16px; color: #666; }
.Map002516 dt aside h3 { font-size: 30px; line-height: 1; color: #c92c0d; margin: 0; }
.Map002516 dt p { margin: 0; font-size: 16px; color: #666; line-height: 36px; }
.Map002516 dd { font-size: 16px; color: #666; font-weight: bold; text-align: center; }
.Map002516 dd img { border: 1px solid #e9e9e9; margin: 0 auto; }

@media(min-width:769px) {
.Map002516 dt { float: left; width: 80%; }
.Map002516 dd { float: right; width: 20%; }
}

@media(max-width:768px) {
.Map002516 .map #allmap { height: 320px; }
.Map002516 dt h1 { font-size: 20px; }
.Map002516 dt aside h3 { font-size: 20px; }
}
/*
 .Form002337 为demo编号
 */
.Form002337 { padding-bottom: 5%; }
.Form002337 td { padding-bottom: 15px; }
.Form002337 td div { position: relative; float: left; width: 24.25%; margin-right: 1%; }
.Form002337 td div:nth-child(4n) { margin-right: 0; }
.Form002337 td .form_err { position: absolute; left: 10px; top: 0; color: #d42c1d; line-height: 42px; font-weight: bold; }
.Form002337 td div .text { background: #fff; border: 1px solid #ddd; box-shadow: 0 10px 20px rgba(0,0,0,0.12); font-size: 16px; color: #333;height: 40px; line-height: 40px; width: 100%; padding: 0 20px; display: inline-block; }
.Form002337 td div input::-webkit-input-placeholder {
color: #333;
}
.Form002337 td div .text.focus { border-color: #333; color: #333; }
.Form002337 .selectbox select { width: 100%; height: 40px; padding: 0 20px; background: #fff; border: 1px solid #ddd; box-shadow: 0 10px 20px rgba(0,0,0,0.12); font-size: 16px; color: #333; line-height: 40px; appearance: none; -moz-appearance: none; -webkit-appearance: none; padding-right: 40px; background: url(../images/arrow.png) no-repeat 95% center; }
.Form002337 .selectbox select.focus { color: #333; }
.Form002337 td textarea.text { background: #fff; border: 1px solid #ddd; box-shadow: 0 10px 20px rgba(0,0,0,0.12); font-size: 16px; color: #333; line-height: 40px; overflow: hidden; resize: none; width: 100%; height: 180px; padding: 10px 20px; }
.Form002337 td textarea::-webkit-input-placeholder {
color: #333;
}
select::-ms-expand { display: none; }  
.Form002337 .textarea { width: 100%; margin-right: 0; }
.Form002337 td.btn { text-align: center; padding-top: 20px; }
.Form002337 td.btn input { cursor: pointer; background-color: #d42c1d; box-shadow: 0 10px 20px rgba(0,0,0,0.12); border: none; line-height: 56px; font-size: 16px; color: #fff; text-align: center; width: 50%; max-width: 360px; }

@media(max-width:768px) {
.Form002337 td div { float: none; width: 100%; margin-right: 0; margin-bottom: 15px; }
}
/*---------- 搜索页 ----------*/
.searchlist { padding: 3% 0; }
.searchlist ul li { padding: 2% 120px 2% 0; position: relative; border-bottom: 1px solid #eaeaea; font-size: 14px; }
.searchlist ul li a { color: #000; }
.searchlist ul li time { position: absolute; right: 0; top: 50%; margin-top: -10px; }
.searchlist ul li a:hover { text-decoration: underline; color: #d42c1d; }

/*
 .Form001725 为demo编号
 */
.Form001725{ padding:3% 0 5% 0;}
.Form001725 .tips{ padding:20px 0;border-bottom:1px solid #e5e5e5; font-size:16px;position:relative;}
.Form001725 .tips h1{ margin:0; margin-bottom: 5px; font-weight:normal; font-size:24px; color:#d42c1d;}

.Form001725 .form{ padding-top:30px; max-width:1000px; width:100%;}
.Form001725 .form td{ padding-bottom:25px; font-size:16px; position: relative;}
.Form001725 .form td.w1{ width:32%;}
.Form001725 .form td.w2{ width:2%;}
.Form001725 .form .form_err{ position:absolute; left:6px; top:15px; color:#f31313; line-height:20px; font-weight:bold;}
.Form001725 .form .text{ width:100%; border:1px solid #dadada; font-size: 16px; line-height:46px; height:46px; padding:0 18px;}
.Form001725 .form p{ margin:0 0 10px 0;color:#666; padding-left:18px; position: relative;}
.Form001725 .form p .form_err{ top: 4px;}
.Form001725 .form td em{ font-style:normal; color:#999;}
.Form001725 .form .btn{ background:#d42c1d; color:#fff; cursor:pointer; font-size:16px; width:60%; max-width:160px; height:42px; border:none; margin-top:20px;}
