/* Write your styles */
ul,li,dl,dt,dd,h1,h2,h3,p,em{ font-style:normal; list-style:none; margin:0; padding:0;}
a{text-decoration: none;transition: all .1s linear; color:#444;}
a:hover{color:#a22219;}
img{ max-width:100%;}
.am-container{max-width: 1430px;}
.am-alert-danger{ width:100%; position:fixed; left:0; top:0; margin:0;}

.arccontent .selectTdClass{background-color:#edf5fa !important}
.arccontent table.noBorderTable td,.arccontent table.noBorderTable th,.arccontent table.noBorderTable caption{border:1px dashed #ddd !important}
.arccontent table{margin-bottom:10px;border-collapse:collapse;display:table; width:100% !important;}
.arccontent td,.arccontent th{padding: 5px 10px !important;border: 1px solid #DDD;line-height:1.4;}
.arccontent caption{border:1px dashed #DDD;border-bottom:0;padding:3px;text-align:center;}
.arccontent th{border-top:1px solid #BBB;background-color:#F7F7F7;}
.arccontent table tr.firstRow th{border-top-width:2px;}
.arccontent .ue-table-interlace-color-single{ background-color: #fcfcfc; } 
.arccontent .ue-table-interlace-color-double{ background-color: #f7faff; }


.t-center{ text-align:center;}
.t-right{ text-align:right;}
.hm-more a{ display:inline-block; height:46px; line-height:46px; position:relative; padding-right:66px; font-size:18px; color:#fff;}
.hm-more a i{ display:block; width:46px; height:46px; border-radius:50%; background:rgba(255,255,255,.3); position:absolute; right:0; top:0;}
.hm-more a i:before{ content:""; display:block; width:30%; height:2px; background:#fff; position:absolute; left:50%; top:50%; margin:-1px 0 0 -15%;    transform: rotate(40deg);transform-origin: right;}
.hm-more a:hover i:before{animation: rota .6s ease 1 forwards;}
.hm-more a i:after{ content:""; display:block; width:30%; height:2px; background:#fff; position:absolute; left:50%; top:50%; margin:-1px 0 0 -15%;    transform: rotate(-40deg);transform-origin: right;}
.hm-more a:hover i:after{animation: rotaf .6s ease 1 forwards;}
@keyframes rota{from{transform: rotate(0deg);}to{transform: rotate(40deg);}}
@keyframes rotaf{from{transform: rotate(0deg);}to{transform: rotate(-40deg);}}


header{ position: absolute; width:100%; left:0; top:0; z-index:1600;transition: all .3s linear; }

header .logo{ line-height:90px; max-width:18%}
header .logo img{ max-height:61px}
header .menu{ float:right; position:relative; width:78%;}
header .menu nav>ul{}
header .menu nav>ul>li{ float:left;text-align: center;position: relative; padding:0 30px}
header .menu nav>ul>li>a{ display:block; line-height:88px; font-size:16px; color:#fff; position: relative;}
header .menu nav>ul>li>a:before{ content:""; display:block; width:0; height:2px; position:absolute; left:50%; margin-left:-1.5em; bottom:-1px;transition: all .3s linear; }
header .menu nav>ul>li.on>a,header .menu nav>ul>li:hover>a{ font-weight:bold;}

.ulnav>li .subnav{position: absolute;width:100%;background-color: #FFF; margin:0; box-shadow: 0 2px 10px rgba(0,0,0,.05); height: auto;z-index: 199;top: 68px;left: 0;opacity:0; visibility:hidden;transition: all .36s ease; border-left:1px solid #f5f5f5; border-right:1px solid #f5f5f5; border-radius:5px;}
.ulnav>li .subnav:before{ content:""; display:block; position:absolute; left:50%; top:-8px; margin-left:-5px;border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #fff;}
.ulnav>li:hover .subnav{opacity:1;visibility: visible;top:90px;}
.ulnav>li .subnav li{ border-bottom:1px solid #f5f5f5;}
.ulnav>li .subnav li:first-child{ border-radius:5px 5px 0 0;}
.ulnav>li .subnav li:last-child{ border-radius:0 0 5px 5px;}
.ulnav>li .subnav li a{font-weight: 500;color: #666; padding: 8px 5px;line-height: 22px;display: block;transition: all .2s ease-in-out;font-size: 14px;}
.ulnav>li .subnav li a:hover{ color:#a60000;}
.nav-warp{ display:none;}

header.on{ background:rgba(255,255,255,.9); position:fixed;    box-shadow: 0 2px 20px rgba(0,0,0,.05);}
header.on .logo{ line-height:65px;}
header.on .menu nav>ul>li>a{ color:#333; line-height:65px;}
header.on .ulnav>li:hover .subnav{ top:74px;}


.banner .swiper-slide{ position:relative; height:100vh; overflow:hidden;}
.banner .swiper-slide .bg{ position:relative; width:100%; height:100%; background-size:cover;}
.banner .swiper-slide.swiper-slide-active .bg.background-loop{ width:400%; height:100%;  background-repeat:repeat-x; background-size:auto 100%; animation: animationSlide 200s linear infinite;animation-direction: reverse;}
.swiper-banner .swiper-slide.swiper-slide-active .bg.outside{-webkit-animation: banner_outside 6s ease 1 forwards;-moz-animation: banner_outside 6s ease 1 forwards;-o-animation: banner_outside 6s ease 1 forwards;animation: banner_outside 6s ease 1 forwards;}
.banner .ban-txt{ position:absolute; width:100%; left:0; top:50%; transform:translateY(-50%); color:#fff;}
.banner .ban-txt .txtimg{ font-size:66px; font-weight:900;font-family:"Noto Serif"; font-style:italic;}
.banner .ban-txt .tit{ font-size:56px; font-weight:lighter; margin:15px 0;}
.banner .ban-txt .tit span{ font-weight:bold;}
.banner .ban-txt .note{ font-size:18px;}
.banner .ban-txt .hm-more{ margin-top:5%;}

@keyframes animationSlide{0%{background-position:0 0}to{background-position:100% 0}}
@keyframes banner_outside{from{-o-transform:scale(1.08);transform:scale(1.08)}to{-o-transform:scale(1);transform:scale(1)}}

.banner .bancj{ position:absolute; width:100%; left:0; bottom:30px;}
.banner .bancj .am-container{ position:relative; height:30px;}
.banner .bancj .s-b-p,.banner .bancj .s-b-n{ width:30px; height:30px; background-size:12px auto; margin-top:-15px;}
.banner .bancj .s-b-p{ left:160px}
.banner .bancj .s-b-n{ right:auto; left:190px;}
.banner .bancj .swiper-pagination-progressbar{ width:120px; height:3px; border-radius:3px; background:rgba(255,255,255,.3); top:50%; margin-top:-1.5px;}
.banner .bancj .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{ background:#fff; border-radius:3px;}


.am-pd{ padding:80px 0; overflow:hidden;}
.am-pt{ padding-top:80px; overflow:hidden;}
.mgt{ margin-top:30px;}
.hm-title .en{ font-size:60px; line-height:1; color:#fff; font-family:"Noto Sans SC"; font-weight:900;}
.hm-title .cn{ font-size:22px; color:#fff;}


.hm-case{ background:#181818;}
.hm-case .am-container{ max-width:1690px;}
.hm-case-list{ margin-top:30px;}
.hm-case-list ul{ margin:0 -10px;}
.hm-case-list ul li{ padding:10px;}
.hm-case-list ul li a{ display:block;transition: all .3s linear;}
.hm-case-list ul li a:hover{transform:scale(1.08)}
.hm-case-list ul li i{ display:block; overflow:hidden;transition: all .3s linear;}
.hm-case-list ul li i img{}
.hm-case-list ul li a:hover i img{ transform:scale(1.08)}
.hm-case-list ul li a .txt{ padding:5px 15px;}
.hm-case-list ul li a .txt .tit{ font-size:20px; color:#fff;overflow: hidden;text-overflow:ellipsis;white-space: nowrap; padding-top:6px; margin-bottom:4px;}
.hm-case-list ul li a .txt .note{ color:rgba(255,255,255,.6)}


.case-cate{float: unset;border: 1px solid rgba(255,255,255,.1);border-radius: 50px;    display: table;margin:28px auto 0;position: relative; overflow:hidden;}
.case-cate a{ width:138px; padding:18px 0; text-align:center; display:inline-block; color:#818181; position:relative; z-index:33;}
.case-cate a:hover{ color:#333;}
.case-cate .move{ position:absolute; width:138px; height:100%; border-radius:50px; background:#e6e6e6; left:0; top:0;transition: all .3s linear;}


.meanimg{ position:relative;}
.meanimg .am-container{ position:relative; z-index:22;}
.meanimg .meanimg-main{ max-width:440px; float:right; min-height:70vh;}
.meanimg .meanimg-main .info{ font-size:26px; color:#fff; margin-top:10%;}
.meanimg .meanimg-main .note{ font-size:18px; color:rgba(255,255,255,.6); margin-top:15%; margin-bottom:30%; line-height:2;}
.meanimg .bg-l{ width:50%; height:100%; position:absolute; left:0; top:0; background-size:auto 100%; background-repeat:no-repeat; background-color:#a70000; background-position:90% center;}
.meanimg .bg-r{ width:50%; height:100%; position:absolute; right:0; top:0; background:#a70000; overflow:hidden;}
.meanimg .bg-r .line{ width:30%; height:100%; position:absolute; right:0; top:0; background:url(../images/bline.png) 0 center no-repeat;}

@keyframes spin{
    to{transform: rotate(1turn);}
}


.service{ background:#181818;}
.swiper-ser{ margin-top:40px;}
.swiper-ser .ser-main{ padding:0 80px;}
.swiper-ser .ser-main .thumb{ width:46%; float:left; overflow:hidden;}
.swiper-ser .ser-main .thumb img{transition: all .3s linear;}
.swiper-ser .ser-main .thumb:hover img{transform:scale(1.08)}
.swiper-ser .ser-main .txt{ width:50%; float:left; padding-left:6%; padding-top:15px;}
.swiper-ser .ser-main .txt .tit .en{ font-size:18px; color:#fff; line-height:1; text-transform:uppercase;}
.swiper-ser .ser-main .txt .tit .cn{ font-size:24px; color:#fff;}
.swiper-ser .ser-main .txt .note{ font-size:18px; color:rgba(255,255,255,.5); line-height:2; margin:6% 0;}
.swiper-ser .ser-main .txt .note span{display: block;}
.swiper-ser .s-s-p,.swiper-ser .s-s-n{ width:100px; height:100px; margin-top:-50px; background-color:#8b2b26;background-size: 12px auto;}
.swiper-ser .s-s-p{ left:auto; right:110px; background-color:#a22219;}
.sernavnun{ margin-top:80px; position:relative; }
.sernavnun:before{ content:""; display:block; width:100%; height:1px; background:#fff; position:absolute; left:0; top:50%;}
.sernavnun ul{ display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
.sernavnun ul li{ float:left; text-align:center; flex:1;height:90px; position:relative; cursor:pointer;}
.sernavnun ul li a{ display:inline-block; line-height:1;}
.sernavnun ul li a span{ font-size:120px;  height:90px; line-height:80px; color:rgba(255,255,255,.1); font-weight:900;font-family:"Noto Sans SC"; display:inline-block; transform:scale(0);transition: all .3s linear; opacity:0;}
.sernavnun ul li.on a span{transform:scale(1); opacity:1;}
.sernavnun ul li a:before{ content:""; display:block; width:8px; height:8px; background:#fff; border-radius:8px; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%)}
.sernavnun ul li a:after{content:""; display:block; width:38px; height:38px; border:1px solid rgba(255,255,255,.5); border-radius:50%; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); opacity:0;}
.sernavnun ul li.on a:after{ opacity:1;}


.youshi{ background:url(../images/abg.jpg) center top no-repeat #971b12; background-size:cover; position:relative;}

.yousmain{ position:relative; z-index:22;}
.yous-list{ margin-top:80px;}
.yous-list ul li a{ display:block; padding:180px 20%; text-align:center; background:#7f160e;}
.yous-list ul li a i{ display:inline-block;transition: all .3s linear;}
.yous-list ul li a:hover i{ transform:translateY(-10px)}
.yous-list ul li a .tit{ font-size:22px; color:#fff; margin-top:30px; margin-bottom:40px; white-space: pre;}
.yous-list ul li a .note{ color:rgba(255,255,255,.5); line-height:2; height:96px;}
.yous-list ul li:nth-child(2n) a{ background:#6f130c}

.hm-about{ background:url(../images/abbg.jpg) 0 0 no-repeat #181818; background-size:cover;}
.hm-about-main{ max-width:1000px; margin:50px auto 0;}
.hm-about-main .tit{ font-size:30px; color:#fff; margin-bottom:30px;}
.hm-about-main .note{ font-size:18px; line-height:2.4; color:#fff; text-indent:2em; margin-bottom:60px;}

.hm-abdata{ max-width:1200px; margin:60px auto 0;}
.hm-abdata ul{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
.hm-abdata ul li{ float:left; color:#fff;}
.hm-abdata ul li .tit span{ font-size:56px; font-weight:800; font-family: 'Noto Serif SC';}
.hm-abdata ul li .tit sup{ top:-3.5em;}


.serlogo{ background:url(../images/sbg.jpg) center no-repeat #971b12; background-size:100% 100%;}
.swiper-serlogo{ margin-top:40px;}
.swiper-serlogo .swiper-slide a{ display:block; overflow:hidden; border-radius:4px;}
.serlogo .serlopa{ position:relative; width:100%; height:30px; margin-top:40px;}
.serlogo .serlopa .s-x-p,.serlogo .serlopa .s-x-n{ width:30px; height:30px; background-size:12px auto; margin-top:-15px;}
.serlogo .serlopa .s-x-p{ left:160px}
.serlogo .serlopa .s-x-n{ right:auto; left:190px;}
.serlogo .serlopa .swiper-pagination-progressbar{ width:120px; height:3px; border-radius:3px; background:rgba(255,255,255,.3); top:50%; margin-top:-1.5px;}
.serlogo .serlopa .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{ background:#fff; border-radius:3px;}

.hm-news{ background:#181818;}
.hm-news-tab .hd{float: unset;border: 1px solid rgba(255,255,255,.1);border-radius: 50px;    display: table;margin:28px auto 0;position: relative; overflow:hidden;}
.hm-news-tab .hd ul li{ display:inline-block;}
.hm-news-tab .hd ul li a{ width:138px; padding:18px 0; text-align:center; display:inline-block; color:#818181; position:relative; z-index:33; cursor:pointer;}
.hm-news-tab .hd ul li a:hover,.hm-news-tab .hd ul li.on a{ color:#333;}
.hm-news-tab .hd .move{ position:absolute; width:138px; height:100%; border-radius:50px; background:#e6e6e6; left:0; top:0;transition: all .3s linear;}
.hm-news-tab .bd{ margin-top:40px;}
.hm-news-tab .bd ul{ margin:0 -20px;}
.hm-news-tab .bd ul li{ padding:0 20px;}
.hm-news-tab .bd ul li a{ display:block;}
.hm-news-tab .bd ul li a i{ display:block; overflow:hidden;}
.hm-news-tab .bd ul li a i img{transition: all .3s linear;}
.hm-news-tab .bd ul li a:hover i img{ transform:scale(1.08)}
.hm-news-tab .bd ul li a .txt .tit{ font-size:16px; color:#fff;overflow: hidden;text-overflow:ellipsis;white-space: nowrap; padding-top:10px;}
.hm-news-tab .bd ul li a .txt .note{ font-size:14px; margin:15px 0; color:rgba(255,255,255,.5);display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:2;overflow: hidden;}
.hm-news-tab .bd ul li a .txt .time{ color:rgba(255,255,255,.4); border-top:1px solid rgba(255,255,255,.1); padding-top:5px; position:relative; opacity:0;transition: all .3s linear;}
.hm-news-tab .bd ul li a .txt .time:before{ content:""; display:block; width:0; height:1px; background:rgba(255,255,255,.5); position:absolute; left:0; top:0;transition: all .4s linear;}
.hm-news-tab .bd ul li a .txt .time em{ position:absolute; right:15px; top:5px;transition: all .4s linear;}
.hm-news-tab .bd ul li a:hover .txt .time{ opacity:1;}
.hm-news-tab .bd ul li a:hover .txt .time:before{ width:100%;}
.hm-news-tab .bd ul li a:hover .txt .time em{ right:0;}

.hm-news .hm-more{ margin-top:40px;}

.footline{ height:12px; background:#971b12;}
footer{ background:url(../images/fbg.jpg) center top no-repeat; background-size:cover; padding-top:90px;}
footer .foot-main .foot-nav{ width:70%; float:left;}
footer .foot-main .foot-nav ul{display: flex;flex-direction: row;justify-content: space-between;}
footer .foot-main .foot-nav ul li{ float:left;}
footer .foot-tit{ font-size:18px; color:#fff; margin-bottom:15px; }
footer .foot-tit a{ color:#fff;}
footer .foot-main .foot-nav ul li p{ font-size:14px; color:#888a92; line-height:2;}
footer .foot-main .foot-nav ul li p a{ color:#adb0b5;}
footer .foot-main .foot-nav ul li p a:hover{ color:#fff;}
footer .foot-main .foot-contant{ float:right; text-align:right; color:#fff;}
footer .foot-main .foot-contant a{ color:#fff;}
footer .foot-main .foot-contant .tel{ font-size:28px;}
footer .foot-main .foot-contant .phone{ font-size:18px;}
footer .foot-main .foot-contant .addr{ font-size:14px; margin-top:20px;}
footer .foot-copyr{ padding:30px 0;font-size:14px;color:#888a92; border-top:1px solid rgba(255,255,255,.1); margin-top:30px;}
footer .foot-copyr a{color:#888a92;}

.nybanner{ text-align:center; overflow:hidden; position:relative;}
.nybanner>img{ width:100%;-webkit-animation:banner_outside 6s linear forwards;animation:banner_outside 6s linear forwards}
.nybanner .nybantxt{ position:absolute; width:100%; text-align:center; left:0; top:50%; transform:translateY(-50%); z-index:23; color:#fff;}
.nybanner .nybantxt .cn{font-size: 30px;line-height: 44px;height: 44px;overflow: hidden;}
.nybanner .nybantxt .en{font-size: 40px; font-weight:800;line-height: 48px;height: 48px;overflow: hidden;font-family: "Noto Sans SC"; margin-bottom:8px;}

.am-parth{ font-size:14px; height:50px; line-height:50px;box-shadow: 0 0 3px rgba(0, 0, 0, .15);}
.am-parth .location{ position:relative; padding-left:20px; background:url(../images/map-location.png) 0 center no-repeat; background-size:16px auto;}
.am-parthx .location{ font-size:14px; margin-bottom:10px; position:relative; padding-left:20px; background:url(../images/map-location.png) 0 center no-repeat; background-size:16px auto;}

.ny-warp{ background:#f5f5f5; padding:30px 0;}
.ny-nav{ text-align:center; margin-bottom:30px;}
.ny-nav a{ display:inline-block; padding:10px 30px; background:#fff; border-radius:40px; border: 1px solid #ebe8e4;margin:0 10px;}
.ny-nav a.on,.ny-nav a:hover{ background:#a60000; color:#fff; border-color:#a60000;}

.ny-news-list ul li{ margin-top:-1px;transition: all .1s linear;position:relative;background:#fff; border:1px solid #eee;}
.ny-news-list ul li a{ display:block; padding:30px;  }
.ny-news-list ul li:hover{box-shadow: 0 0 10px 6px #eeeeee;z-index: 99;}
.ny-news-list ul li a i{ width:18%; float:left;}
.ny-news-list ul li a .txt{ width:82%; float:right; padding-left:30px; position:relative;}
.ny-news-list ul li a .txt .tit{ font-size:20px; color:#333; }
.ny-news-list ul li a .txt .note{ font-size:14px; color:#999;margin:10px 0; line-height:1.8;}
.ny-news-list ul li a .txt .rq {display: block;font-size: 13px;font-family: arial;height: 16px;position: absolute;top: 6px;right: 62px;padding-left: 24px;color: #999;}
.ny-news-list ul li a .txt .readNum {display: block;font-size: 13px;font-family: arial;height: 16px;background: url(../images/newslist_icon02.png) no-repeat left center;position: absolute;top: 5px;right: 4px;padding-left: 24px; color:#666;}
.ny-news-list ul li a .txt .more{ width:36px; height:36px; line-height:34px; border-radius:50%; border:1px solid #ddd; text-align:center;transition: all .3s linear;}
.ny-news-list ul li a .txt .more:before{content: "\f105";}
.ny-news-list ul li a i{ display:block; overflow:hidden;}
.ny-news-list ul li a i img{transition: all .3s linear;}
.ny-news-list ul li a:hover i img{ transform:scale(1.1); opacity:.8;}
.ny-news-list ul li a:hover .more{ background:#a60000; color:#fff;}

.pages{ text-align:center; margin-top:20px;}
.pages a{ width:46px; margin:0 5px; height:46px; line-height:46px; text-align:center; display:inline-block; background:#fff; border-radius:50%; box-shadow:0 2px 2px 2px rgba(0,0,0,.05)}
.pages a.on,.pages a:hover{ background:#a60000; color:#fff;}

.newscon-head{ text-align:center;}
.newscon-head h1{ font-size:36px;}
.blog-post__author{ margin-top:15px; font-size:14px; color:#999;}

.blog-post__author em{ display:inline-block; margin:0 5px;}
.blog-post__author a{color:#999;}

.newsarcbox .am-container{ max-width:1170px;}
.newsarcbox  .arccontent{border-radius: 10px;box-shadow: 0 2px 20px 2px rgba(0,0,0,.05);padding: 50px;margin-top: -30px;background: #fff;}

.nexpre{border-radius: 10px;box-shadow: 0 2px 20px 2px rgba(0,0,0,.05); margin-top:30px; overflow:hidden;}
.nexpre .npitm{ width:50%; float:left; padding:30px; height:150px; overflow:hidden; background:#fff;}
.nexpre .npitm a{ display:block;}
.nexpre .npitm a .img{ width:30%; float:left; border-radius:10px; overflow:hidden;    max-height: 90px;}
.nexpre .npitm a .txt{ width:70%; float:left; padding-left:20px;}
.nexpre .npitm a .txt .tit{ font-size:14px; color:#999; margin-top:10px;}
.nexpre .npitm a .txt .tip{ font-size:16px; color:#333;}
.nexpre .npitm a .txt .tip i{ font-size:20px;}
.nexpre .npitm.prev{     background-image: -webkit-linear-gradient(left,#fff,#fbfbfb);background-image: -o-linear-gradient(left,#fff,#fbfbfb);background-image: -webkit-gradient(linear,left top,right top,from(#fff),to(#fbfbfb));}
.nexpre .npitm.prev a .txt .tip i{ margin-right:10px;}
.nexpre .npitm.next a .txt .tip i{ margin-left:10px;}

.xianggnews{border-radius: 10px;box-shadow: 0 2px 20px 2px rgba(0,0,0,.05); margin-top:30px; padding:30px;}
.xianggnews .xgtit{ font-size:20px; font-weight:bold; border-bottom:1px solid #eee; padding-bottom:10px; margin-bottom:15px;}
.xgnews-list ul li{ line-height:2.2;}
.xgnews-list ul li a{ display:block; font-size:14px; color:#777;}

.contact1{ background:#fff; padding:60px; border-radius:10px;}
.contact1 .contact1-l{ width:50%; float:left;}
.contact1 .contact1-l .tit{ font-size:24px; position:relative; margin-bottom:15px;}
.contact1 .contact1-l .tit:after{ content:""; display:block; width:60px; height:2px; background:#ddd; margin-top:10px;}
.contact1 .contact1-l .c-t-li {line-height: 2.5;margin-bottom: 30px;}
.contact1 .contact1-l .c-t-li p img {margin-right: 10px;}
.contact1 .contact1-l .contact-ewm ul li{ display:inline-block; text-align:center; max-width:120px; padding:10px; background:#f5f5f5; border-radius:10px; margin-right:15px;}
.contact1 .contact1-l .contact-ewm ul li p{ font-size:14px; background:#f5f5f5; text-align:center; margin-top:4px;}
.contact-map{ width:50%; float:right;}
#allmap{ height:400px;}
#allmap img{ max-width:inherit;}

.contact-mes{ background: #fff; border-radius:10px; padding: 60px;}
.abtit{ text-align:center;font-size: 36px;}
.abtit .note{ font-size:16px;}

.mesipu{ margin-top:30px;}
.mesipu .item{ margin-bottom:20px;}
.mesipu .item .iput{ width:50%; float:left; padding:0 10px;}
.mesipu .item .iput .am-form-field{ padding:15px;}
.mesipu .item.wyb .iput{ width:100%;}
.c-t-m-btn{ text-align:center;}
.c-t-m-btn .am-btn{ background:#161616; padding:15px; width:200px; color:#fff; border-radius:4px;}

.saixuan{ background:#fff; border-radius:10px; padding:30px; margin-bottom:25px;}
.saixuan ul li{ border-bottom:1px dashed #eee; position:relative; padding:15px 0; padding-left:3.5em;}
.saixuan ul li span{ font-weight:bold; position:absolute; left:0; top:18px;}
.saixuan ul li a{ display: inline-block; padding:4px 20px; border-radius:30px;}
.saixuan ul li a.on{ background:#a60000; color:#fff;}

.ny-case-list ul{ margin:0 -15px;}
.ny-case-list ul li{ padding:15px;}
.ny-case-list ul li a{ display:block;}
.ny-case-list ul li a{ display:block;transition: all .3s linear;}
.ny-case-list ul li a:hover{transform:scale(1.08)}
.ny-case-list ul li a i{ display:block; overflow:hidden;}
.ny-case-list ul li a i img{transition: all .3s linear;}
.ny-case-list ul li a:hover i img{ transform:scale(1.08)}
.ny-case-list ul li a .txt .tit{ font-size:18px; font-weight:bold; text-align:center; background:#fff; padding:14px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}

.tb{display: table;width: 100%;height: 100%;}
.tbc {display: table-cell;vertical-align: middle;}

.banner-serb{ position:relative; overflow:hidden;}
.banner-serb .nbbg{ position:absolute; width:100%; height:100%; left:0; top:0;background-repeat: no-repeat;background-position: center center; background-size:cover;-webkit-animation: banner_outside 6s linear forwards;-o-animation: banner_outside 6s linear forwards;animation: banner_outside 6s linear forwards;}
.banner-serb .nbbg:before{content:'';display:block;width:100%;height:100%;background: #160000;opacity: .5;}

.banner-serb .ab-ban-box{ position:relative; width:100%; height:100vh; color:#fff;text-align: center;background-repeat: no-repeat;background-position: center center;}
.container{ max-width:980px; margin:0 auto;}
.banner-serb .ab-ban-box .abban-head{display: inline-block; width: 380px;padding: 30px 16px;border: 1px solid rgba(255,255,255,.55);}
.banner-serb .ab-ban-box .abban-head .t1{font-size:48px;font-weight: lighter;    font-family: "Noto Sans SC"; line-height:1;padding: 0 15px;}
.banner-serb .ab-ban-box .abban-head .t2{padding-top: 10px;margin: 10px 0 0;border-top: 1px solid rgba(255,255,255,.53);font-size: 38px; line-height:1;}
.banner-serb .ab-ban-box .arrow{padding: 28px 0;font-size: 20px;font-family: NL;background: url(../images/icon_arrow.png) no-repeat center bottom; text-transform:uppercase;}
.banner-serb .ab-ban-box .bt .vt1{margin: 8px 0 20px;font-size: 42px;font-weight: 300;}
.banner-serb .ab-ban-box .bt .vt2{line-height:2;margin: 0 auto;font-size:12px;font-family: Arial;opacity: .62; text-transform:uppercase;}
@-webkit-keyframes bgzoom{0%{ -webkit-background-size:100% 120%; }100%{ -webkit-background-size:100% 100%; }}
@-o-keyframes bgzoom{0%{ background-size:120% auto; }100%{ background-size:100% auto; }}
@-moz-keyframes bgzoom{0%{ background-size:120% auto; }100%{ background-size:100% auto; }}
@keyframes bgzoom{0%{ background-size:120% auto; }100%{ background-size:100% auto; }}

@-webkit-keyframes bgzoomA{0%{ -webkit-background-size:auto 120%; }100%{ -webkit-background-size:auto 100%; }}
@-o-keyframes bgzoomA{0%{ background-size:auto 120%; }100%{ background-size:auto 100%; }}
@-moz-keyframes bgzoomA{0%{ background-size:auto 120%; }100%{ background-size:auto 100%; }}
@keyframes bgzoomA{0%{ background-size:auto 120%; }100%{ background-size:auto 100%; }}

.nyserbox{ background:#fff; padding:50px;}
.nyserbox img{ height:auto !important;}

.ny-about1{background: url(../images/aboutjjbg.png) bottom #f5f5f5;background-size: 50%;background-repeat: no-repeat;background-position: right;}
.pag_about_headch {font-size: 42px;line-height: 45px;letter-spacing: 0px;color: #000000;text-align: center;}
.pag_about_headen {font-family: Arial;font-size: 14px;line-height: 16px;letter-spacing: 14px;color: #8f8f8f;text-align: center;margin: 20px 0 30px;}
.page_about_headunder {display: block;width: 20px;height: 10px;background-image: url(../images/title_under.png);background-size: 100% auto;background-repeat: no-repeat;margin: 0 auto;}
.page_aboutaa_content {max-width: 1080px;margin: 60px auto 60px;font-size: 18px;line-height: 40px;color: #666;text-indent: 2em;}
.pag_about_head.white .pag_about_headch{ color:#fff;}
.pag_about_head.white .pag_about_headen{ color:rgba(255,255,255,.6)}
.pag_about_head.white .page_about_headunder{background-image: url(../images/title_underw.png);background-size: 100% auto;}
.ny-about1 .hm-abdata ul li{ color:#666;}
.ny-about1 .hm-abdata ul li .tit span{ color:#a60000}


.zslist{ position:relative;}
.swiper-zss{ padding-top:10px; }
.swiper-zss .swiper-slide{ width:25%; padding:0 15px}
.swiper-zss .swiper-slide a{ display:block; position:relative;}
.swiper-zss .swiper-slide a i{ display:block; margin:0 auto; position:relative; padding:20px; border-radius:2px; z-index:2;transition: all .3s linear; box-shadow:0 2px 8px 2px rgba(0,0,0,.1); background:#fff; }
.swiper-zss .swiper-slide a:hover i{ transform:translateY(-10px)}
.swiper-zss .swiper-slide a .txt{ position:relative; z-index:2; text-align:center; margin-top:15px;   font-size:14px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.whoche .swiper-z-next,.whoche .swiper-z-prev{ transform:translateY(-90%)}
.swiper-pa-zs{ position:relative; bottom:0; margin-top:30px;}
.swiper-z-next,.swiper-z-prev{ width:60px; height:60px; border-radius:50%; cursor:pointer; position:absolute; top:50%; transform:translateY(-50%); z-index:9;transition: all .1s linear; background-repeat:no-repeat; background-position:center;background-color:#e0e0e0; outline:none;}
.swiper-pa-zs .swiper-pagination-bullet{ width:14px; height:14px; margin:0 5px;}
.swiper-pa-zs .swiper-pagination-bullet-active{ background:#a60000;}

.swiper-z-next:hover,.swiper-z-prev:hover{ background-color:#a60000;}
.swiper-z-next{ background-image:url(../images/jr.png); right:-40px;}
.swiper-z-prev{ background-image:url(../images/jl.png); left:-40px;}


.ny-culture{ background:url(../images/cbg.jpg) center no-repeat; background-size:cover;}


.wechat-ses{ width: 70%; padding: 30px;background: #fff;border-radius: 10px;position: fixed;left: 50%;top: 50%;transform: translateX(-50%) translateY(-50%); z-index: 1404; display: none;}
.wechat-ses .icon{width: 44px;height: 44px;display: block;margin: 0 auto;}
.wechat-ses .tit{font-size: 18px;font-weight: bold;text-align: center; margin-top: 10px; margin-bottom: 15px;}
.wechat-ses .note{font-size: 14px;color: #777;text-align: center; margin-bottom: 15px;}
.wechat-ses .wxbtn{text-align: center;}
.wechat-ses .wxbtn a{font-size: 14px; display: inline-block; padding: 8px 30px;background-color: #1aad17;color: #fff;border-radius: 6px;}
.wechat-wrap{background: rgba(0, 0, 0, .6);width: 100%;height: 100%;position: fixed;left: 0;top: 0; z-index: 1400; display: none;}

.wechat-dialog{width:90%; background:#fff; border-radius:10px; padding:18px; position:fixed; left:5%; top:50%; transform:translate(0,-50%); z-index:1211; display:none;box-sizing:border-box;}
.wechat-dialog .tit{ text-align:center; font-size:20px;}
.wechat-dialog .copy-wx{ background:#f5f5f5; border-radius:10px; padding:20px; text-align:center; margin:15px 0; color:#666;}
.wechat-dialog .copy-wx .info{ font-size:12px; color:#999;}
.wechat-dialog .copy-wx p span{ color:#25ba45;}
.wechat-dialog .wx-close{ position:absolute; right:5px; top:5px; font-size:20px; padding:0 10px; cursor:pointer;}
.wechat-mask{ position:fixed; display:none; width:100%; height:100%; background:rgba(0,0,0,.5); left:0; top:0;z-index:1210;}

.wechat-ses{ width:400px; max-width: 70%; padding: 30px;background: #fff;border-radius: 10px;position: fixed;left: 50%;top: 50%;transform: translateX(-50%) translateY(-50%); z-index: 1404; display: none;box-shadow: 0 2px 20px 2px rgba(0,0,0,.5);}
.wechat-ses .icon{width: 44px;height: 44px;display: block;margin: 0 auto;}
.wechat-ses .tit{font-size: 18px;font-weight: bold;text-align: center; margin-top: 10px; margin-bottom: 15px;}
.wechat-ses .note{font-size: 14px;color: #777;text-align: center; margin-bottom: 15px;}
.wechat-ses .wxbtn{text-align: center;}
.wechat-ses .wxbtn a{font-size: 14px; display: inline-block; padding: 8px 30px;background-color: #1aad17;color: #fff;border-radius: 6px;}

.foot-bar{ position:fixed; width:100%; height:54px; background:#a22219; left:0; bottom:0; z-index:999;}
.foot-bar ul li{ padding-top:8px;}
.foot-bar ul li a{ color:#fff; font-size:12px; display:block; text-align:center;}
.foot-bar ul li a img{ width:18px;}
.foot-bar ul li a span{ display:block; font-size:1rem;}

.culture-list{ margin-top:60px;}
.culture-list ul li{ text-align:center; color:#fff; border:1px solid #c33436; margin-left:-1px; padding:50px;transition: all .3s linear; }
.culture-list ul li i{ display:inline-block;transition: all .3s linear; height:47px;}
.culture-list ul li:hover i{ transform:translateY(-10px)}
.culture-list ul li:hover{ background:rgba(255,255,255,.1)}
.culture-list ul li .tit{ font-size:22px; margin:30px 0;}
.culture-list ul li .note{ color:rgba(255,255,255,.6)}



/**招聘样式**/
.ny-join-list .join-head{ padding:2rem; background:#e4e4e4;}
.ny-join-list .join-head span{ font-size:18px; font-weight:bold; float:left;}
.ny-join-list .join-head span:first-child{ width:50%;}
.ny-join-list .join-head span:nth-child(2){width:15%; text-align:center;}
.ny-join-list .join-head span:nth-child(3){width:20%; text-align:center;}
.ny-join-list .join-head span:last-child{ float:right;}
.ny-join-list .am-accordion-gapped{ margin:0;}
.ny-join-list .am-accordion-gapped .am-accordion-title{ border:none;}
.ny-join-list .am-accordion-gapped .am-accordion-item{ margin:0; border:none; border-bottom:1px solid #eee;}
.ny-join-list .am-accordion-title{ font-size:18px; padding:2rem; background:#fff;}
.ny-join-list .am-accordion-title span{ display:inline-block; float:left;}
.ny-join-list .am-accordion-title span:first-child{ width:50%;}
.ny-join-list .am-accordion-title span:nth-child(2){ width:15%; text-align:center;}
.ny-join-list .am-accordion-title span:nth-child(3){ width:20%;text-align:center;}
.ny-join-list .am-accordion-title span:last-child{ float:right;}
.ny-join-list .am-accordion-title span:last-child:after{content: "\f105"; margin-left:5px;}
.ny-join-list .am-accordion-title span:last-child:after{content: "\f107";}
.ny-join-list .am-accordion-gapped .am-active .am-accordion-title{ background:#971b12; color:#fff;}
.ny-join-list .am-accordion-gapped .am-accordion-title:after{ display:none;}
.ny-join-list .am-accordion-content{ padding:30px; line-height:2; background:#fff;}


#mediamap{ height:800px;}
#mediamap img{ max-width:inherit;}
#mediamap .mappic{ width:100%;}
#mediamap .mappic img{ display:block; max-width:100%;}
#mediamap .maptitle{ text-align:center; margin-bottom:10px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}

@media screen and (max-width: 1680px){
.am-container{max-width: 1400px;}
.banner .swiper-slide.swiper-slide-active .bg.background-loop{ width:300%; animation: animationSlide 180s linear infinite;animation-direction: reverse;}
}
@media screen and (max-width: 1440px){
.am-container{max-width: 1200px;}
}


@media screen and (max-width:1024px){
html {background: #fafafa;}
body{ max-width:768px; margin:0 auto; background:#fff; zoom:1; padding-bottom:54px;}	
.am-container{ padding-left:1.5rem; padding-right:1.5rem;}
.menu-bar{ display:block; width:26px; height:18px; float:right; position: absolute; right:1.5rem; top:20px; border-bottom:2px solid #fff;}
.menu-bar:after{ content:""; display:block; width:100%; height:2px; background:#fff; position:absolute; left:0; top:0;}
.menu-bar:before{ content:""; display:block; width:100%; height:2px; background:#fff; position:absolute; left:0; top:50%;}
header .logo{ height:60px; line-height:60px;     max-width: 26%;}
.searbtn{ display:none;}
header .am-container{ padding:}
header .logo img{ }
header .menu nav{ position:fixed; width:100%; height:100%; left:-100%; top:0; z-index:99999;transition: all .3s linear;}
header .menu nav.active{ left:0; opacity:1;pointer-events: none;}
header .am-container{  height:100%; max-width:100%;}
header .menu nav .ulnav{ display:block; width:60%;background: #a22219; height:100%; position:relative;overflow-y: auto;    pointer-events: auto;}
header .menu nav .ulnav>li{ width:100%; float:none; border-bottom:1px solid rgba(255,255,255,.1); border-radius:0!important;}
header .menu nav .ulnav>li>a{ line-height:60px;}
header.on .menu nav>ul>li>a{ color:#fff;}
header .menu nav .ulnav>li>a:before{ display:none;}
header .menu nav .ulnav>li .xm{ position:absolute; width:70px; display:block; right:0; top:0; color:rgba(255,255,255,.81); line-height:60px;}
header .menu nav .ulnav>li .subnav{ position:relative; display:none; top:0; opacity:1;visibility:inherit; border-radius:0;}
header .menu nav .ulnav>li:hover>a{ background:none;}
header .menu nav .ulnav>li .subnav.show{ display:block;}
header.on .ulnav>li:hover .subnav{ top:0;}
header.on{ position:absolute;}
nav .am-close {position: absolute;right: 32%;top: 4px;color: #fff;text-shadow: none;opacity: .5;font-size: 2.6rem;display: block;}
.nav-warp{ width:100%; height:100%; position: fixed; right:0; top:0; background:rgba(0,0,0,.81); display:none; z-index:1920}
.nav-warp .am-close{ color:#fff; font-size:24px; padding:15px; opacity:.5;    padding-left: 66%;}

.banner .swiper-slide{ height:50vh;}
.banner .swiper-slide.swiper-slide-active .bg.background-loop{ width:200%; animation: animationSlide 20s linear infinite;}
.banner .ban-txt .txtimg img{ max-width:200px;}
.banner .ban-txt .tit{ font-size:20px;}
.banner .ban-txt .note{ font-size:12px;}
.hm-more a{ font-size:12px; height:26px; line-height:26px; padding-right:36px;}
.hm-more a i{ width:26px; height:26px;}
.hm-more a i:before,.hm-more a i:after{ height:1px;}
.banner .bancj .swiper-pagination-progressbar{ width:60px; height:1px;}
.banner .bancj .s-b-p, .banner .bancj .s-b-n{ width:20px; height:20px; margin-top:-10px; background-size:10px auto;}
.banner .bancj .s-b-p{ left:90px;}
.banner .bancj .s-b-n{ left:110px;}
.banner .bancj{ bottom:15px;}
.banner .ban-txt .txtimg{ font-size:30px;}

.am-pd{ padding:30px 0;}
.am-pt{ padding-top:30px;}
.hm-title{ text-align:center;}
.hm-title .en{ font-size:32px;}
.hm-title .cn{ font-size:14px;}
.case-cate{white-space: nowrap; margin-top:15px;}
.case-cate a{ width:60px; font-size:12px; padding:10px 0;}
.case-cate .move{ width:60px;}
.hm-case-list ul{ margin:0 -5px;}
.hm-case-list ul li{ padding:5px;}
.hm-case-list ul li a .txt{ padding:5px;}
.hm-case-list ul li a .txt .tit{ font-size:14px; padding-top:2px; margin-bottom:2px;}
.hm-case-list ul li a .txt .note{ font-size:1rem; display:none;}
.hm-case-list ul li:nth-child(9){ }

.meanimg .bg-r{ width:100%; opacity:.85;}
.meanimg .bg-l{ width:100%;}
.meanimg .meanimg-main .info{ font-size:14px; text-align:center; margin-top:5%;}
.meanimg .meanimg-main .note{ font-size:12px; text-align:center;margin-top: 8%;margin-bottom: 12%;}
.meanimg .meanimg-main{ min-height: inherit;}
.meanimg .hm-more{ text-align:center;}

.swiper-ser .s-s-p, .swiper-ser .s-s-n{ display:none;}
.swiper-ser .ser-main{ padding:0;}
.swiper-ser .ser-main .txt{ padding-top:0; padding-left:10px;}
.swiper-ser .ser-main .txt .tit .en{ display:none;}
.swiper-ser .ser-main .txt .tit .cn{ font-size:14px;}
.swiper-ser .ser-main .txt .note{ font-size:1rem;    margin: 2% 0;}
.swiper-ser .ser-main .txt .note span{ display: inline-block;}
.sernavnun{ margin-top:20px;}
.sernavnun ul li{ height:40px;}
.sernavnun ul li a span{ font-size:34px; height:40px; line-height:40px;}
.sernavnun ul li a:before{ width:6px; height:6px;}
.sernavnun ul li a:after{ width:12px; height:12px;}
.yous-list{ margin-top: 20px;}
.yous-list ul li a{ padding:15px;}
.yous-list ul li a i img{ width:40px;}
.yous-list ul li a .tit{ font-size:14px; margin:8px 0;}
.yous-list ul li a .note{ font-size:1rem;}
.yous-list ul li:nth-child(3n+1) a {background: #6f130c;}
.yous-list ul li:nth-child(2) a{ background:#7f160e}

.hm-about-main .tit{ font-size:16px; text-align:center;}
.hm-about-main{ margin-top:20px;}
.hm-about-main .note{ font-size:12px; line-height:2; margin-bottom:20px;}
.hm-about-main .hm-more{ text-align:center;}
.hm-abdata{ margin-top:30px;}
.hm-abdata ul li .tit span{ font-size:18px;}
.hm-abdata ul li .note{ font-size:1rem;}
.hm-abdata ul li .tit sup {top: -0.5em; font-size:1rem;}

.swiper-serlogo{ margin-top:20px;}

.serlogo .serlopa .swiper-pagination-progressbar{ width:60px; height:1px;}
.serlogo .serlopa .s-x-p,.serlogo .serlopa .s-x-n{ width:20px; height:20px; margin-top:-10px; background-size:10px auto;}
.serlogo .serlopa .s-x-p{ left:90px;}
.serlogo .serlopa .s-x-n{ left:110px;}
.serlogo .serlopa{ bottom:15px;}

.hm-news-tab .hd{white-space: nowrap; margin-top:15px;}
.hm-news-tab .hd ul li a{ width:80px; font-size:12px; padding:10px 0;}
.hm-news-tab .hd .move{ width:80px;}
.hm-news-tab .bd ul li a:after,.hm-news-tab .bd ul li a:before{ content:""; display:block; clear:both;}
.hm-news-tab .bd ul li a i{ width:30%; float:left;}
.hm-news-tab .bd ul li a .txt{ width:70%; padding-left:10px; float:left;}
.hm-news-tab .bd ul li a .txt .tit{ font-size:14px; padding-top:0;}
.hm-news-tab .bd ul li a .txt .note{ font-size:1rem; margin:2px 0;}
.hm-news-tab .bd ul li a .txt .time{ display:none;}
.hm-news-tab .bd{ margin-top:20px;}
.hm-news-tab .bd ul li a{ border-bottom:1px solid rgba(255,255,255,.1); padding-bottom:15px; margin-bottom:15px;}
.hm-news .hm-more{ margin-top:10px;}
.footline{ height:2px;}

footer { padding-top:20px;}
footer .foot-main .foot-nav{ display:none;}
footer .foot-main .foot-contant{ float:none; width:100%; text-align:center;}
footer .foot-tit{ font-size:14px; margin-bottom:10px;}
footer .foot-copyr{ font-size:10px; padding:10px 0;}
footer .foot-copyr p{ float:none; text-align:center;}
footer .foot-copyr p img{ width:90px; margin-top:-7px !important;}

.nybanner>img{ width:150%; max-width:150%; margin-left:-25%;}
.nybanner .nybantxt{transform: translateY(-10%);}
.nybanner .nybantxt .cn{ font-size:16px; height:30px; line-height:30px;}
.nybanner .nybantxt .en{ font-size:18px; line-height:1; height:auto; margin-bottom:0;}
.am-parth{ height:40px; line-height:40px;}
.am-parth .location{ font-size:12px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.pages a{ font-size:12px; width:30px; height:30px; line-height:30px; margin:0;}

.ny-nav{ white-space: nowrap;overflow-y: hidden;overflow-x: auto;margin-bottom: 8px;margin: -30px -1.5rem 5px -1.5rem;background: #fff;padding-top: 10px;border-top: 1px solid #eee;}
.ny-nav a{ font-size:12px; padding:4px 10px; margin-bottom:10px; margin-left:5px; margin-right:5px;}
.ny-news-list{ margin-top:10px; margin-left:-1.5rem; margin-right:-1.5rem;}
.ny-news-list ul li{ border:none; margin-bottom:10px;}
.ny-news-list ul li a{ padding:10px;}
.ny-news-list ul li a i{ width:25%;}
.ny-news-list ul li a .txt{ width:75%; padding-left:10px;}
.ny-news-list ul li a .txt .rq{ display:none;}
.ny-news-list ul li a .txt .readNum{ display:none;}
.ny-news-list ul li a .txt .tit{ font-size:14px;}
.ny-news-list ul li a .txt .more{ display:none;}
.ny-news-list ul li a .txt .note{ height:20px; overflow: hidden; font-size:12px;}

.newscon-head h1{ font-size:18px;}
.blog-post__author{ font-size:12px;}

.newsarcbox .arccontent{ margin-top:0; padding:0 15px; box-shadow:none;}
.newsarcbox .arccontent img{ height:auto !important;}
.nexpre .npitm{ width:100%; float:none; padding:10px; height:auto;}
.nexpre .npitm.prev{ background:#fbfbfb;}
.nexpre .npitm a .txt .tip{ font-size:14px;}
.nexpre .npitm.prev a .txt .tip i{ font-size:14px;}
.nexpre .npitm a .txt .tit{ font-size:12px; margin-top:3px;}
.xianggnews{ padding:15px;}
.xianggnews .xgtit{ font-size:18px; padding-bottom:8px; margin-bottom:8px;}

.contact1{ padding:20px; border-radius:10px;}
.contact1 .contact1-l{ width:100%; float:none;}
.contact1 .contact1-l .tit{ font-size:18px;}
.contact1 .contact1-l .c-t-li{ font-size:14px;}
.contact-map{ width:100%; float:none; margin-top:20px;}
#allmap{ height:300px;}
.contact-mes{padding: 20px;}
.abtit{ font-size:20px; font-weight:bold;}
.abtit .note{ font-size:14px; font-weight:normal;}
.mesipu .item .iput{width: 100%;float: none; margin-bottom: 10px;font-size: 12px;}
.mesipu .item .iput:last-child{margin-bottom: 0;}
.mesipu .item .iput .am-form-field{font-size: 12px;}
.mesipu .item{margin-bottom: 10px;}
.c-t-m-btn .am-btn{ padding:10px; width:140px;}

.saixuan{ padding:10px 20px; margin-bottom:10px;}
.saixuan ul li{ padding:10px 0; padding-left:2.5em;}
.saixuan ul li:last-child{ border:none;}
.saixuan ul li span{ font-size:12px; top:15px;}
.saixuan ul li a{ font-size:12px;padding: 4px 10px;}

.ny-case-list ul{ margin:0 -5px;}
.ny-case-list ul li{ padding:5px;}
.ny-case-list ul li a .txt .tit{ font-size:14px; padding:10px;}
.banner-serb .ab-ban-box{height: calc(100vh - 54px);}
.banner-serb .ab-ban-box .abban-head{ width:200px;display: inline-block;padding: 30px 16px;border: 1px solid rgba(255,255,255,.55);}
.banner-serb .ab-ban-box .abban-head .t1{font-size: 20px;font-weight: normal;font-family: AB; line-height:1;padding: 0 15px;}
.banner-serb .ab-ban-box .abban-head .t2{padding-top: 10px;margin: 10px 0 0;border-top: 1px solid rgba(255,255,255,.53);font-size: 20px; line-height:1;}
.banner-serb .ab-ban-box .arrow{padding: 28px 0;font-size:12px;font-family: NL;background: url(../images/icon_arrow.png) no-repeat center bottom;}
.banner-serb .ab-ban-box .bt .vt1{margin: 8px 0 20px;font-size:16px;font-weight: 300;}
.banner-serb .ab-ban-box .bt .vt2{padding: 0 1.5rem;font-size: 9px;font-family: Arial;opacity: .62; text-transform:uppercase;}
.nyserbox{ padding:15px;}

.pag_about_headch{ font-size:20px;}
.pag_about_headen{ font-size:12px;letter-spacing: 6px;margin: 0px 0 10px;}
.page_aboutaa_content{ margin:20px 0; font-size:12px; line-height:2;}

.swiper-zss .swiper-slide{ width:50%; padding:0 5px;}
.swiper-zss .swiper-slide a i{ padding:10px;}
.swiper-z-next, .swiper-z-prev{ width:30px; height:30px;background-size: contain; background-color:rgba(0,0,0,.5)}
.swiper-z-next{ right:0;}
.swiper-z-prev{ left:0;}
.zslist{ margin-top:10px;}
.swiper-pa-zs{ margin-top:20px;}
.swiper-pa-zs .swiper-pagination-bullet{ width:8px; height:8px;}

.culture-list{ margin-top:20px;}
.culture-list ul li{ padding:15px; margin-top:-1px;}
.culture-list ul li i{ width:30px; height:30px;}
.culture-list ul li .tit{ font-size:16px; margin:12px 0;}
.culture-list ul li .note{ font-size:12px; height:57px;}
	
.ny-join-list .join-head{ padding:1rem;}
.ny-join-list .join-head span{ font-size:14px;}
.ny-join-list .join-head span:nth-child(2){ display:none;}
.ny-join-list .join-head span:nth-child(3){ display:none;}
.ny-join-list .am-accordion-title span:nth-child(2){ display:none;}
.ny-join-list .am-accordion-title span:nth-child(3){ display:none;}
.ny-join-list .am-accordion-title{font-size:14px;padding: 1rem;}
.ny-join-list .am-accordion-content{padding:20px;font-size: 12px;}
#mediamap{ height:500px;}
}




#ab_img img{ max-width:100% !important; height:auto !important;display:inline-block;}
#ab_img p span{text-wrap: inherit !important;}


/* 分页样式 */
.pagebar { padding:20px; overflow:hidden; clear:both}
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  padding: 8px 10px;
  margin: 0 2px;
  border-radius: 3px; line-height:100%
}
.pagination span {
    color: #333;
    font-size: 12px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #333;
  border: 1px solid #333;
}
.pagination a.page-num-current {
  color: #fff;
  background: #333;
  border: 1px solid #333;
}
.pagination .st{ font-family:宋体}
.text-secondary{ text-align:center; padding:20px 0}


/* 趣页文化内容与功能扩展（保留原模板布局） */
header .logo img{width:auto;max-width:100%;}
header.on .logo img{filter:drop-shadow(0 1px 2px rgba(0,0,0,.45));}
.home-process .hm-title .cn,.home-process .hm-title .en{color:#fff;}
.process-mini-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:40px 0 30px;}
.process-mini-grid>div{background:rgba(0,0,0,.42);border:1px solid rgba(255,222,146,.55);border-radius:8px;padding:24px;color:#fff;min-height:150px;}
.process-mini-grid b{display:inline-block;color:#f4cf83;font-size:26px;margin-bottom:8px;}
.process-mini-grid h3{font-size:20px;margin:0 0 8px;color:#fff;}
.process-mini-grid p{color:rgba(255,255,255,.76);line-height:1.8;margin:0;}
.process-page .pag_about_head{margin-bottom:35px;}.process-content{font-size:16px;line-height:1.9;}
.process-content h2,.process-content h3{color:#222;}.process-figure{text-align:center;margin:30px auto;max-width:700px;}.process-figure img{max-width:100%;height:auto;border-radius:8px;box-shadow:0 10px 35px rgba(0,0,0,.13);}.process-figure figcaption{color:#777;margin-top:8px;font-size:14px;}
.process-detail-list{list-style:none;padding:0;margin:35px 0;display:grid;grid-template-columns:repeat(2,1fr);gap:18px;counter-reset:step;}.process-detail-list li{counter-increment:step;background:#fff;border:1px solid #e7d5ad;border-radius:8px;padding:22px 22px 22px 72px;position:relative;box-shadow:0 6px 20px rgba(0,0,0,.05);}.process-detail-list li:before{content:counter(step,decimal-leading-zero);position:absolute;left:20px;top:22px;width:38px;height:38px;border-radius:50%;background:#a22219;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;}.process-detail-list h3{margin:0 0 6px;font-size:19px;}.process-detail-list p{margin:0;color:#555;}.process-cta{text-align:center;background:#171717;color:#fff;padding:22px;border-radius:8px;}.process-cta a{display:inline-block;background:#c99a46;color:#fff;padding:8px 20px;border-radius:4px;margin-right:8px;}
.geo-faq{background:#f7f4ed;}.faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:35px;}.faq-grid article{background:#fff;padding:25px;border-radius:6px;border-left:4px solid #a22219;}.faq-grid h3{font-size:19px;margin:0 0 10px;}.faq-grid p{margin:0;line-height:1.8;color:#666;}.demand-cta{text-align:center;background:#171717;color:#fff;margin-top:30px;padding:35px 20px;border-radius:8px;}.demand-cta h3{font-size:25px;color:#fff;margin-top:0;}.demand-cta p{color:rgba(255,255,255,.78);}.demand-cta a{display:inline-block;margin:8px 5px;padding:10px 22px;background:#b58942;color:#fff;border-radius:4px;}
.meau-demand .cndns-right-btn{background:#a22219!important;color:#fff;}.meau-demand .demand-icon{font-family:"Microsoft YaHei",sans-serif!important;font-size:20px!important;line-height:36px!important;}.meau-demand p{display:block!important;color:#fff!important;opacity:1!important;top:30px!important;font-size:12px!important;}
.contact-map .abtit{font-size:28px;}.contact-map .abtit .note{font-size:14px;line-height:1.7;margin-top:8px;color:#777;}.mesipu select{height:42px;background:#fff;}.demand-phone{width:100%!important;}.privacy-note{font-size:12px;color:#888;line-height:1.6;margin-top:12px;}.contact-ewm img{max-width:150px;}
.article-service-links{display:flex;gap:10px;flex-wrap:wrap;margin:35px 0;padding:18px;background:#f6f2e9;border-radius:6px;}.article-service-links a{padding:8px 16px;background:#a22219;color:#fff;border-radius:3px;}
.page_aboutaa_content h2,.page_aboutaa_content h3,.arccontent h2,.arccontent h3{margin-top:28px;}.page_aboutaa_content p,.arccontent p{line-height:1.95;}.page_aboutaa_content a,.arccontent a{color:#a22219;text-decoration:underline;}
.foot-contant .tel a{color:inherit;}
@media(max-width:768px){.process-mini-grid{grid-template-columns:1fr 1fr;gap:10px}.process-mini-grid>div{padding:16px;min-height:130px}.process-detail-list{grid-template-columns:1fr}.faq-grid{grid-template-columns:1fr}.contact-map .abtit{font-size:23px}.process-figure{margin:20px auto}.page_aboutaa_content h2,.arccontent h2{font-size:22px}}
@media(max-width:480px){.process-mini-grid{grid-template-columns:1fr}.process-mini-grid>div{min-height:0}.process-detail-list li{padding-left:66px}}


/* ===== 趣页文化第二轮修订：链接、表单、流程与品牌视觉 ===== */
/* 双版本品牌标识：透明首屏用浅色，吸顶导航用深色 */
header .logo{max-width:25%;line-height:88px;position:relative;}
header .logo a{display:block;position:relative;height:88px;min-width:300px;}
header .logo img{width:300px;max-width:none;height:auto;max-height:64px;position:absolute;left:0;top:50%;transform:translateY(-50%);}
header .logo .logo-light{display:block;}
header .logo .logo-dark{display:none;}
header.on .logo{line-height:65px;}
header.on .logo a{height:65px;}
header.on .logo .logo-light{display:none;}
header.on .logo .logo-dark{display:block;filter:none;}

/* 首页轮播不再横向重复背景，避免出现两张图拼接卡缝 */
.banner .swiper-slide .bg.banner-cover{width:100%;height:100%;background-repeat:no-repeat;background-size:cover;background-position:center center;transform:scale(1.01);}
.banner .swiper-slide.swiper-slide-active .bg.banner-cover{animation:quyeBannerZoom 8s ease-out forwards;}
@keyframes quyeBannerZoom{from{transform:scale(1.04)}to{transform:scale(1)}}
.swiper-container-fade .swiper-slide{pointer-events:none;}
.swiper-container-fade .swiper-slide-active{pointer-events:auto;}

/* 首页流程改为单列顺序，避免流程被误读为并列项目 */
.home-process{background:linear-gradient(135deg,rgba(18,12,10,.96),rgba(74,13,9,.94)),url(../images/sbg.jpg) center/cover no-repeat;}
.process-mini-list{max-width:920px;margin:40px auto 30px;padding:0;list-style:none;position:relative;}
.process-mini-list:before{content:"";position:absolute;left:31px;top:32px;bottom:32px;width:1px;background:linear-gradient(#e8c77e,rgba(232,199,126,.18));}
.process-mini-list li{display:grid;grid-template-columns:64px 1fr;gap:20px;align-items:start;position:relative;margin-bottom:14px;}
.process-mini-list li:last-child{margin-bottom:0;}
.process-mini-list b{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#f4d899,#b98834);color:#351e10;font-size:19px;box-shadow:0 0 0 7px rgba(255,255,255,.05);z-index:2;}
.process-mini-list li>div{background:rgba(0,0,0,.38);border:1px solid rgba(237,204,130,.38);border-radius:8px;padding:18px 22px;min-height:64px;}
.process-mini-list h3{color:#fff;margin:0 0 6px;font-size:19px;}
.process-mini-list p{color:rgba(255,255,255,.76);line-height:1.8;margin:0;}

/* 人工定制需求：调查问卷式可填写表单 */
.demand-page{padding:55px 0;background:#f4f1eb;}
.demand-page-container{max-width:1050px;}
.demand-form-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 18px 55px rgba(45,30,21,.10);border:1px solid #eadfc9;}
.demand-form-head{padding:34px 42px 30px;background:linear-gradient(135deg,#171313,#3b0d09);color:#fff;position:relative;overflow:hidden;}
.demand-form-head:after{content:"";position:absolute;width:280px;height:280px;border:1px solid rgba(235,202,126,.20);border-radius:50%;right:-80px;top:-140px;box-shadow:0 0 0 35px rgba(235,202,126,.05),0 0 0 70px rgba(235,202,126,.03);}
.demand-kicker{display:block;color:#ddbd76;letter-spacing:5px;font-size:12px;margin-bottom:9px;}
.demand-form-head h2{color:#fff;font-size:30px;margin:0 0 8px;position:relative;z-index:1;}
.demand-form-head p{color:rgba(255,255,255,.74);margin:0;position:relative;z-index:1;}
.demand-questionnaire{padding:12px 42px 38px;}
.demand-question{display:grid;grid-template-columns:58px 1fr;gap:20px;padding:27px 0;border-bottom:1px solid #eee8dd;margin:0;min-width:0;}
fieldset.demand-question{border:0;}
.demand-question-no{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#a22219;color:#fff;font-weight:700;margin-top:1px;box-shadow:0 0 0 6px #f7eee8;}
.demand-question-body{min-width:0;}
.demand-question label,.demand-question legend{display:block;font-size:18px;font-weight:700;color:#2f2926;margin:0 0 5px;padding:0;}
.demand-question em{color:#a22219;font-style:normal;}
.demand-help{font-size:13px;color:#8a817b;line-height:1.7;margin:0 0 13px;}
.demand-question input[type="text"],.demand-question input[type="number"],.demand-question input[type="date"],.demand-question input[type="tel"]{width:100%;height:48px;border:1px solid #dcd5cb;border-radius:6px;padding:0 15px;background:#fcfbf9;color:#333;outline:none;transition:border .2s,box-shadow .2s;}
.demand-question input:focus{border-color:#b48a43;box-shadow:0 0 0 3px rgba(180,138,67,.12);background:#fff;}
.demand-options{display:flex;flex-wrap:wrap;gap:10px;}
.demand-options label{font-size:14px;font-weight:400;margin:0;cursor:pointer;}
.demand-options input{position:absolute;opacity:0;pointer-events:none;}
.demand-options span{display:block;padding:10px 18px;border:1px solid #dcd5cb;border-radius:999px;background:#fcfbf9;color:#5b524c;transition:all .2s;}
.demand-options input:checked+span{background:#a22219;border-color:#a22219;color:#fff;box-shadow:0 5px 16px rgba(162,34,25,.18);}
.demand-submit-row{text-align:center;padding-top:30px;}
.demand-submit{border:0;border-radius:5px;background:linear-gradient(135deg,#a22219,#7f160f);color:#fff;font-size:17px;font-weight:700;padding:14px 52px;cursor:pointer;box-shadow:0 9px 25px rgba(145,31,23,.22);}
.demand-submit:hover{background:#7f160f;}
.demand-submit-row p{font-size:12px;color:#8b837d;margin:14px 0 0;}
.demand-submit-row a{color:#a22219;}

/* 联系我们：保留双栏框架，左侧联系方式，右侧问卷 */
.contact-page .contact1{padding:42px;display:flex;gap:35px;align-items:flex-start;}
.contact-page .contact1 .contact1-l{width:34%;float:none;position:sticky;top:90px;}
.contact-page .contact-map{width:66%;float:none;margin:0;}
.contact-page .demand-form-head{padding:28px 30px 24px;}
.contact-page .demand-form-head h2{font-size:25px;}
.contact-page .demand-questionnaire{padding:8px 30px 28px;}
.contact-page .demand-question{grid-template-columns:48px 1fr;gap:14px;padding:21px 0;}
.contact-page .demand-question-no{width:38px;height:38px;font-size:13px;}
.contact-page .demand-question label,.contact-page .demand-question legend{font-size:16px;}
.contact-qr-card{display:flex;align-items:center;gap:18px;padding:18px;background:#f7f4ee;border:1px solid #e7dcc8;border-radius:9px;}
.contact-qr-card img{width:150px;max-width:45%;height:auto;background:#fff;}
.contact-qr-card strong{font-size:18px;color:#2f2926;}
.contact-qr-card p{margin:7px 0 3px;color:#a22219;}
.contact-qr-card small{color:#8c8178;line-height:1.6;}
.contact-ewm img,.wechat-dialog .wximg img,.cndns-right .meau-code .sev-t img{height:auto;object-fit:contain;background:#fff;}
.wechat-dialog .wximg img{max-height:360px;width:auto;}
.cndns-right .meau-code .cndns-right-box{width:250px;}
.cndns-right .meau-code .sev-t img{width:180px;max-height:265px;}

/* 服务流程：完全纵向的可检索视觉流程，不直接使用参考截图 */
.process-page{padding:55px 0 70px;background:linear-gradient(#f5f2ec,#eee8dd);}
.process-page .am-container{max-width:1080px;}
.process-content{font-size:16px;line-height:1.9;}
.process-intro{background:#fff;border-radius:10px;padding:26px 32px;margin-bottom:28px;border-left:5px solid #a22219;box-shadow:0 10px 32px rgba(45,30,21,.07);}
.process-intro .process-lead{margin:0;color:#5f5650;line-height:2;}
.quye-process-timeline{list-style:none;margin:0;padding:0;position:relative;counter-reset:none;}
.quye-process-timeline:before{content:"";position:absolute;left:43px;top:44px;bottom:44px;width:2px;background:linear-gradient(#a22219,#d8b66c,#a22219);}
.quye-process-timeline>li{display:grid;grid-template-columns:88px 1fr;gap:24px;position:relative;margin:0 0 18px;align-items:start;}
.quye-process-timeline>li:last-child{margin-bottom:0;}
.process-step-no{width:72px;height:72px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#a22219,#6f110b);color:#fff;font-size:20px;font-weight:800;border:5px solid #f1eadd;box-shadow:0 0 0 1px #cda65a;z-index:2;}
.quye-process-timeline article{background:#fff;border:1px solid #e5d7bd;border-radius:10px;padding:24px 28px;box-shadow:0 8px 26px rgba(57,39,24,.06);position:relative;}
.quye-process-timeline article:before{content:"";position:absolute;left:-10px;top:25px;width:18px;height:18px;background:#fff;border-left:1px solid #e5d7bd;border-bottom:1px solid #e5d7bd;transform:rotate(45deg);}
.quye-process-timeline h2{font-size:22px;color:#281f1b;margin:0 0 7px;}
.quye-process-timeline p{margin:0;color:#645a54;line-height:1.95;}
.process-decision{display:flex;flex-direction:column;gap:8px;margin-top:15px;}
.process-decision span{display:flex;align-items:center;gap:12px;padding:10px 13px;border-radius:5px;background:#f7f3eb;color:#625850;}
.process-decision b{display:inline-block;min-width:58px;text-align:center;background:#b78b40;color:#fff;border-radius:999px;padding:3px 10px;}
.process-final-cta{text-align:center;margin-top:30px;padding:32px 25px;border-radius:10px;background:linear-gradient(135deg,#171313,#4b0d09);color:#fff;box-shadow:0 12px 35px rgba(44,14,10,.16);}
.process-final-cta h2{color:#fff;margin:0 0 8px;font-size:26px;}
.process-final-cta p{color:rgba(255,255,255,.76);margin:0 0 16px;}
.process-final-cta a{display:inline-block;margin:5px;padding:10px 20px;border-radius:4px;background:#c69b4c;color:#fff;text-decoration:none;}
.process-final-cta a+ a{background:transparent;border:1px solid rgba(255,255,255,.4);}

/* 关于我们正文增强阅读性，并使用真实子页链接卡片 */
.page_aboutaa_content{font-size:16px;line-height:2.2;}
.page_aboutaa_content p{line-height:2.2;margin:0 0 1.2em;}
.page_aboutaa_content h2{line-height:1.55;margin:32px 0 12px;}
.page_aboutaa_content h3{line-height:1.65;margin:28px 0 10px;}
.about-action-links{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin:30px 0 10px;}
.about-action-links a{display:block;padding:20px;border:1px solid #e4d4b7;border-radius:7px;background:#fff;text-decoration:none!important;color:#302824!important;box-shadow:0 6px 20px rgba(0,0,0,.04);}
.about-action-links a:hover{transform:translateY(-2px);border-color:#b58a40;}
.about-action-links strong{display:block;font-size:18px;margin-bottom:6px;color:#a22219;}
.about-action-links span{font-size:13px;color:#81776f;line-height:1.7;}

/* 文章和页脚的真实入口 */
.article-service-links a{text-decoration:none;}
.foot-demand-link{display:inline-block;margin-top:15px;padding:8px 16px;border:1px solid rgba(255,255,255,.36);border-radius:3px;color:#fff!important;}

@media(max-width:1100px){
  header .logo{max-width:28%;}
  header .logo a{min-width:245px;}
  header .logo img{width:245px;}
  header .menu{width:70%;}
  header .menu nav>ul>li{padding:0 14px;}
  .contact-page .contact1{gap:24px;padding:30px;}
  .contact-page .contact1 .contact1-l{width:36%;}
  .contact-page .contact-map{width:64%;}
}
@media(max-width:768px){
  header .logo{max-width:72%;line-height:54px;}
  header .logo a{height:54px;min-width:230px;}
  header .logo img{width:230px;max-height:47px;}
  header .logo .logo-light{display:block;}
  header .logo .logo-dark{display:none;}
  header.on .logo a{height:54px;}
  header.on .logo .logo-light{display:none;}
  header.on .logo .logo-dark{display:block;}
  .banner .swiper-slide{height:56vh;min-height:390px;}
  .process-mini-list{margin:24px 0 20px;}
  .process-mini-list li{grid-template-columns:50px 1fr;gap:12px;}
  .process-mini-list:before{left:24px;}
  .process-mini-list b{width:50px;height:50px;font-size:15px;}
  .process-mini-list li>div{padding:14px 16px;}
  .process-mini-list h3{font-size:16px;}
  .demand-page{padding:25px 0;}
  .demand-form-head{padding:27px 20px 23px;}
  .demand-form-head h2{font-size:24px;}
  .demand-questionnaire{padding:5px 20px 25px;}
  .demand-question{grid-template-columns:42px 1fr;gap:12px;padding:22px 0;}
  .demand-question-no{width:36px;height:36px;font-size:12px;box-shadow:0 0 0 4px #f7eee8;}
  .demand-question label,.demand-question legend{font-size:16px;}
  .demand-options{gap:7px;}
  .demand-options span{padding:9px 12px;font-size:12px;}
  .demand-submit{width:100%;padding:13px 15px;}
  .contact-page .contact1{display:block;padding:20px;}
  .contact-page .contact1 .contact1-l,.contact-page .contact-map{width:100%;position:static;}
  .contact-page .contact-map{margin-top:24px;}
  .contact-qr-card{align-items:flex-start;}
  .contact-qr-card img{width:130px;}
  .process-page{padding:30px 0 45px;}
  .process-intro{padding:20px;margin-bottom:22px;}
  .quye-process-timeline:before{left:28px;}
  .quye-process-timeline>li{grid-template-columns:58px 1fr;gap:13px;margin-bottom:13px;}
  .process-step-no{width:56px;height:56px;border-width:4px;font-size:15px;}
  .quye-process-timeline article{padding:18px 17px;}
  .quye-process-timeline article:before{top:19px;}
  .quye-process-timeline h2{font-size:18px;}
  .quye-process-timeline p{font-size:13px;}
  .process-decision span{display:block;}
  .process-decision b{margin-right:8px;}
  .about-action-links{grid-template-columns:1fr;gap:10px;}
  .page_aboutaa_content{font-size:14px;line-height:2.15;}
  .page_aboutaa_content p{line-height:2.15;}
}
@media(max-width:420px){
  header .logo a{min-width:205px;}
  header .logo img{width:205px;}
  .contact-qr-card{display:block;text-align:center;}
  .contact-qr-card img{max-width:100%;width:190px;margin-bottom:10px;}
  .demand-question{grid-template-columns:1fr;}
  .demand-question-no{margin-bottom:2px;}
}
