/*初始化*/
body, ul, li, p, h1, h2, h3, h4, h5, h6, a, dl, dt, dd { margin: 0; padding: 0; }
body { margin: 0 auto; min-width: 1300px; font-size: 14px; color: #2a2a2a; background-color: #fff; }
ul, li { list-style: none; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
input, textarea { padding: 0; font-size: 14px; color: #2a2a2a; border: none; }
img { border: none; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -ms-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; }
i { font-style: normal; }
a { color:#2a2a2a;text-decoration:none;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s; }
a:hover { color: #ce1b20; }

/*通用*/
.comwrap { position: relative; margin: 0 auto; width: 94%; max-width: 1400px; }
.fl-l { float: left; }
.fl-r { float: right; }
.d-ib { display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; }
.cl-baf { *zoom: 1; }
.cl-baf:after { content: ""; display: block; height: 0; font-size: 0; overflow: hidden; clear: both; }
.clear { display: block; height: 0; font-size: 0; overflow: hidden; clear: both; }
.txtoe { -ms-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.trs2s { -webkit-transition: all 2s; -o-transition: all 2s; transition: all 2s; }
.trs1s { -webkit-transition: all 1s; -o-transition: all 1s; transition: all 1s; }
.trs06s { -webkit-transition: all 0.6s; -o-transition: all 0.6s; transition: all 0.6s; }
.trs03s { -webkit-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; }
.trsnone { -webkit-transition: none; -o-transition: none; transition: none; }
.imgha img { max-width: 100%; vertical-align: top; }
.imgwr-il, .imgwr-ilm { position: relative; padding-bottom: 100%; height: 0; overflow: hidden; }
.imgwr-il .img { display: block; width: 100%; }
.imgwr-ilm .img { position: absolute; top: 0; left: 0; right: 0; margin: 0 auto; max-width: 100%; max-height: 100%; }
strong { font-weight: 900; }
.ffpf, body, input, textarea { font-family:'苹方','PingFang SC','PingFang','microsoft yahei','helvetica',arial,sans-serif; }
.ffyh { font-family:'microsoft yahei','helvetica','simsun',arial,sans-serif; }

/*头部*/
.header-top { position: relative; z-index: 10; font-size: 0; line-height: 30px; background-color: #333; overflow: hidden; }
.header-top .con, .header-top .tools .link, .header-top .tools .line { font-size: 12px; color: #999; }
.header-top .con a { color: #999; }
.header-top .tools .line { margin: 0 10px; visibility: hidden; }
.header-top .tools .link:hover { color: #ddd; }

.header { position: relative; z-index: 9; font-size: 0; background-color: #000; overflow: hidden; }
.header .logo { padding: 30px 0; }
.header .logo .img { height: 75px; }
.header .logo .con { position: relative; margin-left: 24px; padding-left: 24px; color: #fff; }
.header .logo .con::before { content: ''; position: absolute; top: 50%; left: 0; margin-top: -30px; width: 1px; height: 60px; background-color: #333; }
.header .logo .txt { display: block; }
.header .logo .txt-1 { font-size: 20px; }
.header .logo .txt-2 { margin-top: 4px; font-size: 12px; }
.header .logo .num { font-weight: bold; font-size: 18px; color: #999; }
.header .search { position: relative; margin-top: 55px; width: 475px; background-color: #161616; }
.header .search .inbox { margin-right: 65px; padding: 0 15px; }
.header .search .intxt { display: block; margin: 0 -15px; padding: 0 15px; width: 100%; height: 40px; font-size: 16px; line-height: 40px; color: #fff; background: none; }
.header .search .intxt::-webkit-input-placeholder { color: #666; }
.header .search .intxt:-moz-placeholder { color: #666; }
.header .search .intxt::-moz-placeholder { color: #666; }
.header .search .intxt:-ms-input-placeholder { color: #666; }
.header .search .btn { display: block; position: absolute; top: 0; right: 0; width: 65px; height: 100%; font-size: 0; background: #333 url(../images/icon-search.png) center no-repeat; -webkit-appearance: none; }
.header .search .btn:hover { background-color: #ce1b20; cursor: pointer; }
.header .back, .header .btn, .header .home { display: none; }

.nav { position: relative; z-index: 9; background-color: #333; }
.nav .list { margin-right: 170px; font-size: 0; text-align: center; }
.nav .list .col { position: relative; width: 11.11%; }
.nav .col .link { display: block; position: relative; z-index: 9; padding: 0 10px; font-size: 16px; line-height: 50px; color: #fff; }
.nav .col .bg { display: none; position: absolute; top: 0; left: 0; z-index: 8; margin: -3px 0; padding: 3px 0; width: 100%; height: 100%; background-color: #cc0033; }
.nav .col .bg::before, .nav .col .bg::after { content: ''; position: absolute; width: 10px; height: 10px; background: url(../images/icon-nav.png) 0 0 no-repeat; }
.nav .col .bg::before { top: 10px; left: 10px; }
.nav .col .bg::after { bottom: 10px; right: 10px; width: 9px; background-position: -16px 0; opacity: 0.7; filter: alpha(opacity=70); }
.nav .col:hover .link { background-color: #cc0033; }
.nav .cur .bg { display: block; }
.nav .cur:hover .link { background: none; }
.nav .col .son { position: absolute; top: 110%; left: 0; z-index: 8; padding: 10px 0; width: 100%; background-color: #cc0033; box-shadow: 2px 2px 5px 0 rgba(6, 0, 1, 0.2); visibility: hidden; overflow: hidden; opacity: 0; filter: alpha(opacity=0); border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; transition: none; }
.nav .col:hover .son { top: 100%; visibility: visible; opacity: 1; filter: alpha(opacity=100); transition: all .4s; }
.nav .col .slink { display: block; padding: 0 10px; font-size: 14px; line-height: 36px; text-align: center; color: #eee; }
.nav .col .slink:hover, .nav .col .scur, .nav .col .scur:hover { background-color: #333; }
.nav .col-txt { position: absolute; top: 50%; right: 0; margin-top: -15px; padding-left: 20px; font-size: 12px; line-height: 30px; letter-spacing: 0.02em; text-transform: uppercase; color: #666; }
.nav .col-txt::before { content: ''; position: absolute; top: 0; left: 0; width: 2px; height: 100%; background-color: #444; transform: rotateZ(20deg); }
.nav .btn, .nav .lan { display: none; }

.nav .list { margin-right: 0; }
.nav .list .col { width: 10%; }
.nav .col-txt { display: none; }

/*底部*/
.footer { padding: 5.46875% 0 0; font-size: 0; color: #999; background-color: #000; }
.footer a { color: #999; }
.footer a:hover { color: #eee; }
.footer .main { max-width: 1200px; }
.footer .main .logo { margin-top: 10px; width: 12.5%; font-size: 0; }
.footer .logo .img { max-width: 100%; }
.footer .main .cont { width: 22.9166%; word-wrap: break-word; word-break: break-all; }
.footer .cont .tit, .footer .menu .link { display: block; font-weight: bold; font-size: 18px; color: #666; }
.footer .cont .tellink { margin-top: 25px; font-weight: bold; font-size: 30px; color: #ce1b20; }
.footer .cont .con { margin-top: 15px; font-size: 18px; line-height: 24px; }
.footer .cont .ewm { margin-top: 15px; max-width: 110px; text-align: center; }
.footer .cont .ewm .img { display: block; width: 100%; }
.footer .cont .ewm .tit { display: none; margin-top: 6px; font-weight: normal; font-size: 12px; }
.footer .main .menu { width: 49.1666%; }
.footer .menu .col { margin-right: 5%; width: 28.33%; vertical-align: top; }
.footer .menu .son { margin-top: 28px; }
.footer .menu .slink { display: block; font-size: 18px; line-height: 30px; }
.footer .menu .slink-4, .footer .menu .slink-8, .footer .menu .slink-9 { display: none; }
.copyright { margin-top: 35px; padding: 25px 0; font-size: 0; border-top: 1px solid #313131; }
.copyright .con { max-width: 45%; font-size: 14px; line-height: 20px; color: #555; }
.copyright .con a { color: #555; }

/* 右侧工具条 */
.floatright { position: fixed; /*top: 50%; */ bottom: 70px; right: 0; z-index: 99; /*margin-top: -100px; */width: 50px; background-color: #222; }
.floatright .box { position: relative; height: 50px; text-align: center; cursor: pointer; }
.floatright .box .icon { margin-top: 14px; width: 22px; height: 22px; background: url(../images/icon-fr.png) 0 0 no-repeat; }
.floatright .box .icon-dh { background-position: -28px 0; }
.floatright .box .icon-kf { background-position: -56px 0; }
.floatright .box .icon-wx { background-position: -84px 0; }
.floatright .box .icon-db { background-position: -112px 0; }
.floatright .box .con { position: absolute; bottom: 0; right: 90%; margin-right: 2px; padding: 10px 20px; min-width: 145px; font-weight: bold; font-size: 15px; line-height: 21px; color: #fff; background-color: #ce1b20; opacity: 0; filter: alpha(opacity=0); visibility: hidden; }
.floatright .box .con .imgwr { padding: 7px; background-color: #fff; }
.floatright .box .con .img { display: block; max-width: 100%; }
.floatright .box .con .txt { margin-top: 10px; font-size: 14px; }
.floatright .box .link { position: absolute; top: 0; left: 0; z-index: 99; width: 100%; height: 100%; }
.floatright .box .ewm { padding: 10px 10px 6px; min-width: 100px; font-size: 0; }
.floatright .box .ewm .col { width: 110px; }
.floatright .box .ewm .col-2 { margin-left: 10px; width: 110px; }
.floatright .box .ewm .imgwr { padding: 5px; }
.floatright .box .ewm .img { display: block; width: 100%; }
.floatright .box .ewm .tit { margin-top: 6px; font-size: 14px; }
.floatright .box:hover { background-color: #ce1b20; cursor: pointer; }
.floatright .box:hover .con { right: 100%; opacity: 1; filter: alpha(opacity=100); visibility: visible; }

/*移动端工具条*/
.mFoot-nav { display: none; position: fixed; left: 0; bottom: 0; right: 0; z-index: 998; margin: 0 auto; width: 100%; background-color: #333; }
.mFoot-nav .col { float: left; display: block; width: 25%; height: 50px; font-size: 12px; color: #eee; text-align: center; border-right: 1px solid #404040; box-sizing: border-box; }
.mFoot-nav .col-4 { border-right: none; }
.mFoot-nav .col-1:hover, .mFoot-nav .col-3:hover, .mFoot-nav .col.on { background-color: #ce1b20; }
.mFoot-nav .col .icon { display: block; margin: 8px auto 6px; width: 17px; height: 14px; background: url(../images/icon-mtool.png) 0 0 no-repeat; }
.mFoot-nav .col .icon-2 { background-position: -23px 0; }
.mFoot-nav .col .icon-3 { background-position: -46px 0; }
.mFoot-nav .col .icon-4 { background-position: -69px 0; }

/* 地图 */
.mMap-box { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.3); -webkit-transform: translate3d(0, 150%, 0); transform: translate3d(0, 150%, 0); visibility: hidden; }
.mMap-show { z-index: 1000; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); visibility: visible; }
.mMap-box p { position: relative; width: 100%; height: 50px; line-height: 50px; font-size: 18px; color: #fff; text-align: center; background-color: #ce1b20; }
.mMap-box p i { position: absolute; left: 2%; line-height: 50px; }

/*移动端工具条二*/
.xuanfu, .zhezhao { display: none; }

/*内容*/
.banner { position: relative; overflow: hidden; }
.banner .wrap { position: relative; }
.banner .img { display: block; width: 100%; }
.banner .txt { display: none; position: absolute; bottom: 10%; left: 0; right: 0; z-index: 2; font-weight: bold; font-size: 50px; color: #fff; text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5); }
.banner-5 .txt { display: block; }
.banner-4 { display: none; }
.position { padding: 18px 0; font-size: 0; line-height: 20px; border-bottom: 1px solid #e3e3e3; }
.position .name { max-width: 10%; font-size: 14px; color: #383838; }
.position .con { position: relative; padding-left: 20px; font-size: 13px; color: #383838; }
.position .con a { color: #383838; }
.position .con a:hover { color: #f55e0d; }
.position .con .icon { position: absolute; top: 2px; left: 0; width: 25px; height: 17px; background: url(../images/icon-home.png) left center no-repeat; background-size: auto 12px; opacity: 0.6; filter: alpha(opacity=60); }
.menut { border-bottom: 1px solid #e5e5e5; }
.menut .list { font-size: 0; text-align: center; }
.menut .list .col { position: relative; margin: 0 35px; }
.menut .list .col::before { content: ''; position: absolute; bottom: -1px; left: 0; z-index: 2; width: 100%; height: 2px; background-color: #ce1b20; opacity: 0; filter: alpha(opacity=0); }
.menut .list .col::after { content: ''; position: absolute; top: 50%; left: 0; margin: -8px 0 0 -35px; width: 1px; height: 16px; background-color: #ddd; }
.menut .list .col-0::after { display: none; }
.menut .list .link { display: block; font-size: 16px; line-height: 60px; text-align: center; color: #434343; }
.menut .list .cur::before { opacity: 1; filter: alpha(opacity=100); }
.menut .list .link:hover, .menut .list .cur .link, .menut .list .cur .link:hover { color: #ce1b20; }
.pagelist { margin-top: 50px; font-size: 0; text-align: center; }
.pagelist a, .pagelist b { display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; margin: 5px 2.5px 0; padding: 0 8px; min-width: 18px; font-size: 14px; line-height: 34px; text-align: center; color: #1f1c1c; background-color: #fff; border: 1px solid #e5e5e5; letter-spacing: -0.034em; }
.pagelist a:hover { color: #000; border-color: #000; }
.pagelist b, .pagelist .this, .pagelist .this:hover { color: #fff; background-color: #000; border-color: #000; }
.pagelist a b { display: inline; margin: 0 2px; padding: 0; font-weight: normal; color: #1c1c1c; background: none; border: none; vertical-align: initial; }
.pagelist a[title="Total record"]:hover, .pagelist a[title="Total"]:hover, .pagelist a[title="record"]:hover, .pagelist a.all:hover { color: #1c1c1c; border-color: #e5e5e5; }

.comend { margin: 0 auto 60px; max-width: 1200px; }
.comend .item { margin-top: 40px; border: 1px solid #e6e6e6; }
.comend .item .title { padding: 0 1.66%; line-height: 45px; background-color: #f6f6f6; }
.comend .title .tit { font-size: 16px; color: #000; }
.comend .title .more { position: relative; padding-right: 12px; font-size: 12px; text-transform: uppercase; }
.comend .title .more::before { content: ''; position: absolute; top: 50%; right: 0; margin-top: -5px; width: 8px; height: 10px; background: url(../images/icon-arrow.png) -14px 0; transition: all .3s; }
.comend .title .more:hover::before { background-position: 0 0; }
.comend .item-pro .wrap { margin: 0 1.66%; padding: 1.66% 0; font-size: 0; }
.comend .item-pro .col { margin-left: 2.08%; width: 23.44%; }
.comend .item-pro .col-1 { margin-left: 0; }
.comend .item-pro .imgwr { padding-bottom: 100%;/* background-color: #f0f1f1;*/ }
.comend .item-pro .imgwr::before { content: ''; position: absolute; top: 0; left: 0; z-index: 3; width: 100%; height: 100%; border: 1px solid #e1e1e1; box-sizing: border-box; }
.comend .item-pro .imgwr::after { content: ''; position: absolute; top: 0; left: 0; z-index: 2; width: 100%; height: 100%; background-color: #000; opacity: 0.1; filter: alpha(opacity=10); }
.comend .item-pro .img { max-width: 80%; max-height: 80%; }
.comend .item-pro .wrap .tit { margin-top: 10px; font-size: 18px; text-align: center; color: #383838; }
.comend .item-pro .col:hover .img { transform: scale(0.94); }
.comend .item-pro .col:hover .tit { color: #ce1b20; }
.comend .item-art .row { position: relative; line-height: 41px; border-top: 1px dashed #dfdfdf; }
.comend .item-art .row .tit { margin-right: 86px; font-size: 14px; color: #858585; }
.comend .item-art .row .time { position: absolute; top: 0; right: 0; font-size: 12px; color: #858585; opacity: 0.5; filter: alpha(opacity=50); }
.comend .item-art .top { margin: 1.66%; font-size: 0; }
.comend .item-art .imgwr { padding-bottom: 230px; width: 32.81%; background-color: #f6f6f6; }
.comend .item-art .top .list { width: 64.77%; }
.comend .item-art .top .row-1 { line-height: normal; border-top: none; }
.comend .item-art .top .row-1 .tit { margin-right: 0; font-size: 16px; color: #292929; }
.comend .item-art .top .row-1 .desc { margin: 8px 0 12px; font-size: 14px; line-height: 30px; color: #858585; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.comend .item-art .bottom { margin: 0 1.66%; padding-bottom: 5px; font-size: 0; }
.comend .item-art .bottom .row { width: 48.36%; }
.comend .item-art .bottom .row-r { margin-left: 3.28%; }
.comend .item-art .bottom .row-1, .comend .item-art .bottom .row-2 { border-top: none; }
.comend .item-art .row:hover .tit { color: #ce1b20; }

/*弹出灯箱*/
.commask { display: none; position: fixed; top: 0; left: 0; z-index: 999; width: 100%; height: 100%; background-color: #000; opacity: 0.8; filter: alpha(opacity=80); }
.swiperpf { display: none; position: fixed; top: 0; left: 0; z-index: 1000; margin: 0 auto; width: 100%; height: 100%; text-align: center; overflow: hidden; }
.swiperpf-db { display: block; }
.swiperpf-hide { opacity: 0; filter: alpha(opacity=0); visibility: hidden; }
.swiperpf .swiper-container { position: absolute; top: 10%; left: 0; right: 0; margin: 0 auto; padding-bottom: 42px; width: 90%; height: 80%; }
.swiperpf .swiper-slide { position: relative; }
.swiperpf .img { position: absolute; top: 0; left: 0; right: 0; z-index: 1001; margin: 0 auto; max-width: 100%; max-height: 100%; }
.swiperpf .swiper-lazy-preloader { z-index: 1000; }
.swiperpf .tit { position: absolute; top: 100%; left: 0; z-index: 1001; margin-top: 10px; width: 100%; font-size: 18px; line-height: 1.8; text-align: center; color: #fff; text-shadow: 0 0 3px #000; }
.swiperpf .close { position: absolute; top: 0; right: 0; z-index: 1000; width: 50px; height: 50px; background-color: #ce1b20; }
.swiperpf .close .icon { position: absolute; top: 50%; left: 50%; margin: -14px 0 0 -14px; width: 27px; height: 27px; background: url(../images/icon_close.png) 0 0 no-repeat; }
.swiperpf .close:hover .icon { -webkit-transform: rotateZ(180deg); -moz-transform: rotateZ(180deg); -ms-transform: rotateZ(180deg); -o-transform: rotateZ(180deg); transform: rotateZ(180deg); }
.swiperpf .btn { position: absolute; top: 50%; z-index: 1001; margin-top: -25px; width: 50px; height: 50px; background-color: rgba(206, 27, 32, 0.6); background-color: #ce1b20\9; }
.swiperpf .btn .icon { position: absolute; top: 50%; left: 50%; margin: -12px 0 0 -7px; width: 14px; height: 24px; }
.swiperpf .btn:hover { background-color: rgba(206, 27, 32, 0.8); }
.swiperpf .prev { left: 5%; }
.swiperpf .prev .icon { background: url(../images/icon_btn_l_w.png) 0 0 no-repeat; }
.swiperpf .prev:hover .icon { -webkit-transform: translate3d(-3px, 0, 0); -moz-transform: translate3d(-3px, 0, 0); -ms-transform: translate3d(-3px, 0, 0); -o-transform: translate3d(-3px, 0, 0); transform: translate3d(-3px, 0, 0); }
.swiperpf .next { right: 5%; }
.swiperpf .next .icon { background: url(../images/icon_btn_r_w.png) 0 0 no-repeat; }
.swiperpf .next:hover .icon { -webkit-transform: translate3d(3px, 0, 0); -moz-transform: translate3d(3px, 0, 0); -ms-transform: translate3d(3px, 0, 0); -o-transform: translate3d(3px, 0, 0); transform: translate3d(3px, 0, 0); }

/*简介*/
.about-jj { padding: 5.99% 0 5.46%; }
.about-jj .main { max-width: 1600px; font-size: 0; }
.about-jj .main .conbox { width: 49.375%; }
.about-jj .conbox .stit { font-family: arial; font-weight: 900; font-size: 56px; line-height: 60px; text-transform: uppercase; color: #535353; }
.about-jj .conbox .tit { margin-top: 30px; font-size: 24px; color: #535353; }
.about-jj .conbox .con { margin-top: 58px; font-size: 14px; line-height: 36px; letter-spacing: 0.04em; color: #373737; }
.about-jj .main .imgbox { margin-left: 5.3%; width: 45.3125%; font-size: 0; text-align: right; }
.about-jj .imgbox .img { max-width: 100%; }

.about-bg { color: #fff; background: url(../images/bg-about.jpg) 0 0 repeat; }

.about-sl { padding: 0.1px 0 3.9%; overflow: hidden; }
.about-sl .comwrap { max-width: 1600px; }
.about-sl .item { margin-top: 5.625%; }
.about-sl .item-1 .conbox { margin-top: 6.58%; margin-right: 0.94%; width: 39.81%; }
.about-sl .item-1 .tit { margin-top: 10.24%; font-weight: 900; font-size: 30px; text-transform: uppercase; }
.about-sl .item-1 .con { margin-top: 3.15%; font-size: 14px; line-height: 34px; letter-spacing: 0.02em; opacity: 0.8; filter: alpha(opacity=80); }
.about-sl .item-1 .txt { display: block; margin-top: 7.08%; font-size: 20px; }
.about-sl .item-1 .imgbox { width: 45.58%; font-size: 0; }
.about-sl .item-1 .img { max-width: 100%; }
.about-sl .item-2 .conbox { margin-top: 2.19%; width: 30.5%; }
.about-sl .item-2 .line { display: block; width: 25px; height: 3px; background-color: #fff; }
.about-sl .item-2 .tit { margin-top: 5.95%; font-size: 29px; }
.about-sl .item-2 .tit-t { font-weight: 900; }
.about-sl .item-2 .txt { margin-top: 12.76%; font-size: 20px; line-height: 46px; }
.about-sl .item-2 .icon { display: block; margin-top: 31.91%; width: 18px; height: 15px; background: url(../images/icon-syh.png) 0 0 no-repeat; }
.about-sl .item-2 .con { margin-top: 6.38%; font-size: 14px; line-height: 34px; }
.about-sl .item-2 .txt, .about-sl .item-2 .con { letter-spacing: 0.02em; opacity: 0.8; filter: alpha(opacity=80); }
.about-sl .item-2 .imgbox { width: 64.15%; }
.about-sl .item-2 .img { display: block; }

.about-zl { padding: 3.9% 0 4.16%; }
.about-zl .comwrap { max-width: 1600px; }
.about-zl .listwr { overflow: hidden; }
.about-zl .listwr .list { margin: -1.56% -1.56% 0;/*25 1650*/ font-size: 0; }
.about-zl .listwr .col { margin: 1.52% 0 0 1.52%;/*25*/ width: 23.1%;/*380*/ vertical-align: top; }
.about-zl .listwr .imgwr { padding-bottom: 75%; }
.about-zl .listwr .tit { margin-top: 10px; font-size: 16px; text-align: center; color: #fff; }
.about-zl .listwr-s { margin-top: 1.56%; }
.about-zl .listwr-s .list { margin: 0; }
.about-zl .listwr-s .col { margin: 0 1.56% 0 0; width: 23.83%; }
.about-zl .conwr { margin-top: 2.86%; }
.about-zl .conwr .tit { position: absolute; top: 0; left: 0; margin-top: 14px; width: 18.8%; font-weight: 900; font-size: 30px; }
.about-zl .conwr .con { float: right; width: 76.2%; max-width: 1135px; font-size: 14px; line-height: 34px; letter-spacing: 0.02em; opacity: 0.8; filter: alpha(opacity=80); }

.about-wh { padding: 5.47% 0; font-size: 0; overflow: hidden; }
.about-wh .comwrap { max-width: 1600px; }
.about-wh .conbox { margin-top: -40px; width: 39.52%; }
.about-wh .conbox .tit { font-family: arial; font-weight: 900; font-size: 56px; line-height: 60px; color: #535353; }
.about-wh .conbox .con { margin-top: 7.15%; font-size: 16px; line-height: 26px; color: #777; }
.about-wh .conbox .con strong { display: inline-block; margin-bottom: 8px; color: #555; }
.about-wh .imgbox { margin-left: 5%; width: 55.48%; }

@media screen and (max-width: 1450px) {
  .about-sl .item-2 .tit { font-size: 22px; }
  .about-wh .conbox .tit { font-size: 44px; }
}

/*黑科技*/
.black-technology .item { position: relative; }
.black-technology .item .conwr { position: relative; z-index: 2; max-width: 1200px; font-size: 0; }
.black-technology .item .con { padding: 4.585%; width: 40.83%; text-align: justify; }
.black-technology .item .tit { font-weight: bold; font-size: 24px; color: #575757; }
.black-technology .item .txt { margin-top: 0.5em; font-size: 16px; line-height: 36px; color: #7d7d7d; }
.black-technology .item .blank { width: 1px; height: 480px; }
.black-technology .item .imgwr { position: absolute; top: 0; right: 0; padding-bottom: 0; width: 50%; height: 100%; background-color: #e2e2e2; }
.black-technology .item-il .conwr { text-align: right; }
.black-technology .item-il .con { padding-right: 0; }
.black-technology .item-il .imgwr { left: 0; right: auto; }

.black-technology-2 .item { font-size: 0; overflow: hidden; }
.black-technology-2 .item .conwr { padding: 4.585%; width: 40.83%; text-align: justify; }
.black-technology-2 .item .conwr-r { display: none; padding-right: 0; }
.black-technology-2 .item .tit { font-weight: bold; font-size: 24px; color: #575757; }
.black-technology-2 .item .con { margin-top: 0.5em; font-size: 16px; line-height: 36px; color: #7d7d7d; }
.black-technology-2 .item .imgwr { width: 50%; }
.black-technology-2 .item .img { display: block; min-width: 100%; }
.black-technology-2 .item-il .conwr-l { display: none; }
.black-technology-2 .item-il .conwr-r { display: inline-block; }
.black-technology-2 .item-il .img { float: right; }

.black-technology-2 .item .comwrap { width: auto; max-width: none; }
.black-technology-2 .item .conwr { padding: 0; width: 50%; text-align: right; }
.black-technology-2 .item .conwr .incon { padding: 6.77%; max-width: 575px; text-align: left; }
.black-technology-2 .item .conwr-r { text-align: left; }
.black-technology-2 .item .img { float: none; width: 100%; min-width: auto; }

/*荣誉*/
.honor { margin: 6% auto 9%; }
.honor .title { font-weight: bold; font-size: 58px; line-height: 1; text-transform: uppercase; letter-spacing: 0.05em; color: #535353; }
.honor .item { margin-top: 10%; }
.honor .item-1 { margin-top: 3.3%; }
.honor .item .tit { font-weight: bold; font-size: 24px; color: #373737; }
.honor .item .list { margin: 0 -3.28%;/*46 1492*/ font-size: 0; }
.honor .item .col { margin: 2.35% 0 0 3.08%; width: 29.2266%; vertical-align: top; cursor: pointer; }
.honor .item .imgwr { padding-bottom: 73.22%; overflow: visible; }
.honor .item .img { box-shadow: 0 0 10px 0 rgba(153, 153, 153, 0.75); }
.honor .item .conwr { display: none; }
.honor .item .conwr .tit { margin-top: 0.8em; font-weight: normal; font-size: 16px; text-align: center; }
.honor .item .col:hover .img { box-shadow: 0 0 0 0 rgba(153, 153, 153, 0.75); transform: scale(0.97); }
.honor .item-2 .list { margin: -1% -4%;/*56 1512*/ }
.honor .item-2 .col { margin: 3.7% 0 0 3.7%; width: 20.375%; }
.honor .item-2 .imgwr { padding-bottom: 143.64%; }

/*产品*/
.product { margin: 60px auto  120px; }
.product .comwrap { max-width: 1500px; }
.product .sidebar { position: relative; width: 14.26%; }
.product .sidebar .menu .row { margin-bottom: 10px; }
.product .sidebar .menu .link { display: block; font-size: 18px; line-height: 26px; letter-spacing: 0.05em; color: #383838; }
.product .sidebar .menu .plink { position: relative; padding: 11px 10px 11px 35px; border: 1px solid #363636; }
.product .sidebar .menu .plink::before { content: ''; position: absolute; top: 20px; left: 17px; width: 5px; height: 5px; background-color: #363636; border-radius: 100%; }
.product .sidebar .menu .plink:hover { color: #ce1b20; }
.product .sidebar .menu .row:hover .plink { border-color: #ce1b20; }
.product .sidebar .menu .cur .plink, .product .sidebar .menu .cur:hover .plink { color: #fff; background-color: #ce1b20; }
.product .sidebar .menu .cur .plink::before { display: none; }
.product .sidebar .menu .son { margin-top: 5px; }
.product .sidebar .menu .slink { padding: 20px 10px 20px 36px; }
.product .sidebar .menu .slink:hover, .product .sidebar .menu .scur .slink { color: #ce1b20; }
.product .content { width: 80%; }
@media screen and (max-width: 1610px) {
  .product .sidebar .menu .slink { padding: 15px 10px 15px 26px; font-size: 16px; }
}
@media screen and (max-width: 1400px) {
  .product .sidebar .menu .slink { padding: 10px 10px 10px 26px; font-size: 14px; }
}

.prolist .list { margin: -2.5% -2.5% 0;/*30 1260*/ font-size: 0; }
.prolist .list .col { margin: 2.38% 0 0 2.38%;/*30*/ width: 30.16%; border-bottom: 1px solid #e1e1e1; vertical-align: top; }
.prolist .col .imgwr { padding-bottom: 100%;/* background-color: #f0f1f1;*/ overflow: visible; }
.prolist .col .imgwr::before { content: ''; position: absolute; top: -1px; left: -1px; z-index: 3; width: 100%; height: 100%; border: 1px solid #e1e1e1; }
.prolist .col .imgwr::after { content: ''; position: absolute; top: 0; left: 0; z-index: 2; width: 100%; height: 100%; background-color: #000; opacity: 0.1; filter: alpha(opacity=10); }
.prolist .col .img { max-width: 85%; max-height: 85%; }
.prolist .col .conwr { position: relative; padding: 24px 35px 24px 0; }
.prolist .col .tit { font-size: 18px; line-height: 26px; letter-spacing: 0.05em; color: #383838; }
.prolist .col .stit { margin-top: 4px; font-size: 14px; letter-spacing: 0.05em; color: #a3a3a3; }
.prolist .col .icon { position: absolute; top: 34px; right: 10px; width: 15px; height: 6px; background: url(../images/icon-arrow-prol.png) -21px 0 no-repeat; }
.prolist .col:hover .img { transform: scale(1.06); }
.prolist .col:hover .tit { color: #ce1b20; }
.prolist .col:hover .icon { background-position: 0 0; }

.procon-top { position: relative; padding: 0.1px 0; min-height: 628px; border: 1px solid #e1e1e1; overflow: hidden; }
.procon-top .imgbox { position: absolute; top: 0; left: 0; z-index: 2; width: 64.26%; height: 100%;/* background-color: #f0f1f1;*/ }
.procon-top .imgbox::before { content: ''; position: absolute; top: 0; left: 0; z-index: 3; width: 100%; height: 100%; background-color: #000; opacity: 0.1; filter: alpha(opacity=10); }
.procon-top .imgbox .biload { background: url(../images/loading.gif) center no-repeat; } { background: url(../images/loading.gif) center no-repeat; }
.procon-top .imgbox .bigimg, .procon-top .imgbox .imgwr { position: absolute; top: 0; left: 0; padding-bottom: 0; width: 100%; height: 100%; border-right: 1px solid #e1e1e1; }
.procon-top .imgbox .imgwr { border: none; }
.procon-top .imgbox .img { max-width: 78%; max-height: 80%; }
.procon-top .imgbox .mark { display: none; z-index: 7; }
.procon-top .imgbox .btn { display: none; position: absolute; top: 50%; z-index: 8; margin-top: -29.5px; width: 59px; height: 59px; background: url(../images/icon-btn.png) 0 0 no-repeat; cursor: pointer; }
.procon-top .imgbox .prev { left: 10px; }
.procon-top .imgbox .prev:hover { left: 4px; }
.procon-top .imgbox .next { right: 10px; background-position: -65px 0; }
.procon-top .imgbox .next:hover { right: 4px; }
.procon-top .zoom { display: none; position: absolute; top: 0; right: 0; z-index: 7; width: 35.74%; height: 100%; background-color: #fff; overflow: hidden; }
.procon-top .zoom .img { position: absolute; border: 1px solid #fff; }
.procon-top .conbox { margin-bottom: -9999px; padding: 2.6% 3.5% 9999px; width: 28.74%; background-color: #000; }
.procon-top .conbox .stit { display: none; margin-bottom: 10px; font-size: 14px; letter-spacing: 0.05em; color: #fff; }
.procon-top .conbox .tit { font-weight: bold; font-size: 30px; letter-spacing: 0.05em; color: #fff; }
.procon-top .conbox .con { margin: 6.5% 0 10%; font-size: 18px; line-height: 34px; color: #fff; word-break: break-all; }
.procon-top .conbox .con table { width: 100%!important; }
.procon-top .conbox .con td { width: 55%; vertical-align: top; }
.procon-top .conbox .con td:first-child { width: 45%; }
.procon-top .titbox { position: absolute; top: 0; left: 0; z-index: 6; padding: 0 23px; font-weight: bold; font-size: 72px; letter-spacing: 0.05em; color: #fff; background-color: #ce1b20; }
.procon-top .slidebox, .procon-top .slidebox .imgwr { position: absolute; top: 0; left: 0; z-index: 5; width: 100%; height: 100%; background-color: #000; }
.procon-top .slidebox { opacity: 0; filter: alpha(opacity=0); visibility: hidden; }
.procon-top .slidebox.show { opacity: 1; filter: alpha(opacity=100); visibility: visible; }
.procon-top .slidebox .imgwr { padding-bottom: 0; }
.procon-slide { position: relative; margin-top: 24px; }
.procon-slide .slideimg { width: 64.26%; }
.procon-slide .slideimg .swiper-slide { margin-right: 1.6533%; width: 23.67%; cursor: pointer; }
.procon-slide .slideimg .imgwr { padding-bottom: 72.97%;/* background-color: #f0f1f1;*/ }
.procon-slide .slideimg .imgwr::after { content: ''; position: absolute; top: 0; left: 0; z-index: 3; width: 100%; height: 100%; border: 1px solid #e1e1e1; box-sizing: border-box; transition: all .4s; }
.procon-slide .slideimg .imgwr::before { content: ''; position: absolute; top: 0; left: 0; z-index: 2; width: 100%; height: 100%; background-color: #000; opacity: 0.1; filter: alpha(opacity=10); }
.procon-slide .slideimg .img { max-width: 90%; max-height: 90%; }
.procon-slide .slideimg .cur .imgwr::after { border-color: #ce1b20; }
.procon-slide .slideimg .swiper-slide:hover .img { transform: scale(1.06); }
.procon-slide .slideimg .btn { display: none; position: absolute; top: 0; z-index: 2; width: 34px; height: 100%; background-color: #e1e1e1; }
.procon-slide .slideimg .btn:hover { background-color: #ce1b20; }
.procon-slide .slideimg .btn .icon { position: absolute; top: 50%; left: 0; right: 0; margin: -12px auto 0; width: 14px; height: 24px; background: url(../images/icon_btn_l_w.png) 0 0 no-repeat; }
.procon-slide .slideimg .prev { left: 0; }
.procon-slide .slideimg .next { right: 0; }
.procon-slide .slideimg .next .icon { background-image: url(../images/icon_btn_r_w.png); }
.procon-slide .slideimg-hb .swiper-container { margin: 0 45px; }
.procon-slide .slideimg-hb .btn { display: block; }
.procon-slide .btnwr { position: absolute; bottom: 0; right: 0; width: 35.74%; font-size: 0; text-align: right; }
.procon-slide .btnwr .btn { margin-left: 5%; width: 45%; max-width: 130px; line-height: 37px; text-align: center; color: #fff; background-color: #313131; }
.procon-slide .btnwr .btn .icon { margin-right: 6px; width: 28px; height: 23px; background: url(../images/icon-message.png) 0 0 no-repeat; }
.procon-slide .btnwr .btn .txt { font-size: 18px; color: #fff; }
.procon-slide .btnwr .btn:hover { background-color: #ce1b20; }
.procon-main { margin-top: 5%; }
.procon-main .menu { display: none; }
.procon-main .menu .list { font-size: 0; border-bottom: 1px solid #ce1b20;/*#e6e6e6;*/ }
.procon-main .menu .col { position: relative; margin-right: 1%; padding: 0 20px; font-size: 16px; line-height: 40px; color: #191919; cursor: pointer; }
.procon-main .menu .col:hover { color: #ce1b20; }
.procon-main .menu .cur, .procon-main .menu .cur:hover { color: #fff; background-color: #ce1b20; }
.procon-main .body { margin-top: 30px; font-size: 16px; line-height: 2.85; word-break: break-all; word-wrap: break-word; color: #383838; }
.procon-main .body p { margin: 0.9em 0; }
.procon-main .body table { max-width: 1200px; width: 100%!important; width: 100%; }
.procon-main .body table, .procon-bottom .body th, .procon-bottom .body td { border: 1px solid #999; }
.procon-main .body td { padding: 0.5em 1px; line-height: 1.5; letter-spacing: 0; }
.procon-back { display: none; }

.comend-pro { margin-top: 6.6%; }
.comend-pro .title { padding-bottom: 14px; border-bottom: 1px solid #e1e1e1; }
.comend-pro .title .tit { font-size: 18px; color: #383838; }
.comend-pro .title .more { position: relative; margin-top: 5px; padding-right: 13px; font-size: 14px; }
.comend-pro .title .more::before { content: ''; position: absolute; top: 50%; right: 0; margin-top: -5px; width: 8px; height: 10px; background: url(../images/icon-arrow.png) -14px 0 no-repeat; transition: all .4s; }
.comend-pro .title .more:hover::before { background-position: 0 0; }
.comend-pro .list { margin-top: 0; }
.comend-pro .list .col-4 { display: none; }

@media screen and (max-width: 1440px) {
  .procon-top .conbox .tit { font-size: 24px; }
  .procon-top .conbox .con { font-size: 16px; line-height: 32px; }
}

/*图集*/
.images { margin: 50px auto 55px; }
.images .comwrap { max-width: 1200px; }
.imglist .list { margin: -3.33% -3.33% 0; font-size: 0; }
.imglist .list .col { margin: 3.125% 0 0 3.125%; width: 45.3125%; vertical-align: top; cursor: pointer; }
.imglist .col .imgb { padding: 3.45%; border: 1px solid #d8d8d8; }
.imglist .col .imgwr { padding-bottom: 68.4%; background-color: #000; }
.imglist .col .conwr { position: relative; padding: 13px 0; border: 1px solid #d8d8d8; border-top: none; }
.imglist .col .conwr::before { content: ''; position: absolute; top: 0; left: 0; z-index: 1; width: 0; height: 100%; background-color: #ce1b20; transition: all 0.3s; }
.imglist .col .tit { position: relative; z-index: 2; font-size: 14px; line-height: 24px; text-align: center; color: #515151; }
.imglist .col:hover .img { transform: scale(1.03); }
.imglist .col:hover .conwr::before { width: 100%; }
.imglist .col:hover .tit { color: #fff; }

.imgcon .bigimg { margin-top: 20px; border: 1px solid #eee; }
.imgcon .bigimg .imgwr, .imgcon .smallimg .imgwr { padding-bottom: 65%; }
.imgcon .bigimg .btn { position: absolute; top: 50%; z-index: 2; margin-top: -29px; width: 59px; height: 59px; background: url(../images/icon-btn.png) 0 0 no-repeat; opacity: 0;
filter: alpha(opacity=0); }
.imgcon .bigimg:hover .btn { opacity: 1; filter: alpha(opacity=100); }
.imgcon .bigimg .prev { left: 3%; }
.imgcon .bigimg .prev:hover { -webkit-transform: translate3d(-6px, 0, 0); -moz-transform: translate3d(-6px, 0, 0); -ms-transform: translate3d(-6px, 0, 0); -o-transform: translate3d(-6px, 0, 0); transform: translate3d(-6px, 0, 0); }
.imgcon .bigimg .next { right: 3%; background-position: -65px 0; }
.imgcon .bigimg .next:hover { -webkit-transform: translate3d(6px, 0, 0); -moz-transform: translate3d(6px, 0, 0); -ms-transform: translate3d(6px, 0, 0); -o-transform: translate3d(6px, 0, 0); transform: translate3d(6px, 0, 0); }
.imgcon .smallimg { margin-top: 2%; }
.imgcon .smallimg .swiper-slide { margin-right: 2%; width: 18.4%; background-color: #f8f8f8; }
.imgcon .smallimg .imgwr { padding-bottom: 56.25%; cursor: pointer; }
.imgcon .smallimg .cur { background-color: #ce1b20; }
.imgcon .smallimg .cur .img { opacity: 0.4; filter: alpha(opacity=40); }

/*案例*/
.cases-top { display: none; margin-bottom: 3.28%; }
.cases-top-, .cases-top-1 { display: block; }
.cases-top .imgwr { padding-bottom: 37.7%; border: 1px solid #e1e1e1; }
.cases-top .conwr { color: #383838; }
.cases-top .tit { margin-top: 22px; font-size: 18px; }
.cases-top .desc { margin-top: 12px; font-size: 14px; line-height: 30px; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.cases-top:hover .img { transform: scale(1.03); }
.cases-top:hover .tit { color: #ce1b20; }

.cases-list .list { margin: -3.69% -3.28% 0;/*45 40 1300*/ font-size: 0; }
.cases-list .list .col { margin: 3.46% 0 0 3.07%; width: 45.395%; vertical-align: top; }
.cases-list .list .imgwr { padding-bottom: 57.63%; }
.cases-list .list .tit { margin-top: 3.7%; font-size: 18px; color: #383838; }
.cases-list .list .col:hover .img { transform: scale(1.03); }
.cases-list .list .col:hover .tit { color: #ce1b20; }

.cases-con .title { font-weight: bold; font-size: 24px; text-align: center; color: #222; }
.cases-con .slide { position: relative; margin-top: 3%; }
.cases-con .slide .imgwr { padding-bottom: 56.25%; background-color: #f0f0f0; }
.cases-con .slide .btn { position: absolute; top: 50%; z-index: 2; margin-top: -29px; width: 59px; height: 59px; background: url(../images/icon-btn.png) 0 0 no-repeat; opacity: 0;
filter: alpha(opacity=0); }
.cases-con .slide:hover .btn { opacity: 1; filter: alpha(opacity=100); }
.cases-con .slide .prev { left: 3%; }
.cases-con .slide .prev:hover { transform: translate3d(-6px, 0, 0); }
.cases-con .slide .next { right: 3%; background-position: -65px 0; }
.cases-con .slide .next:hover { transform: translate3d(6px, 0, 0); }
.cases-con .body { margin-top: 3%; font-size: 16px; line-height: 2; }

/*专卖店*/
.banner .search { position: absolute; top: 50%; left: 0; right: 0; z-index: 6; margin: -35px auto 0; padding: 10px; width: 80%; max-width: 585px; background-color: #fff; border-radius: 70px; }
.banner .search .inbox { padding: 0 70px 0 20px; border: 1px solid #ddd; border-radius: 50px; overflow: hidden; }
.banner .search .intxt { display: block; margin: 0 -70px 0 -20px; padding: 0 70px 0 20px; width: 100%; height: 48px; font-size: 20px; line-height: 48px; background: none; color: #000; border-radius: 50px; }
.banner .search .intxt::-webkit-input-placeholder { color: #000; }
.banner .search .intxt:-moz-placeholder { color: #000; }
.banner .search .intxt::-moz-placeholder { color: #000; }
.banner .search .intxt:-ms-input-placeholder { color: #000; }
.banner .search .btn { position: absolute; top: 50%; right: 32px; margin-top: -14px; width: 28px; height: 28px; font-size: 0; background: url(../images/icon-search-b.png) 0 0 no-repeat; }
.banner .search .btn:hover { cursor: pointer; transform: scale(0.85); }

.store { margin: 4.16% auto 5.2%; }
.store .title { position: relative; z-index: 2; font-size: 20px; color: #000; }
.storelist .list { margin: -2.21% -2.21% 0;/*31 1462*/ font-size: 0; }
.storelist .list .col { margin: 3.48% 0 0 2.12%; width: 30.5066%; vertical-align: top; }
.storelist .col .imgwr { padding-bottom: 300px;/*66.89%*/ border-radius: 10px; }
.storelist .col .imgwr .con { position: absolute; top: 60%; left: 0; right: 0; z-index: 3; margin: 0 auto; width: 80%; opacity: 0; filter: alpha(opacity=0); transform: translate3d(0, -50%, 0); }
.storelist .col .imgwr .con .tit { margin-top: 0; font-weight: bold; font-size: 24px; text-align: left; color: #fff; }
.storelist .col .imgwr .con .txt { margin: 10px 0; font-size: 18px; line-height: 28px; color: #ccc; }
.storelist .col .imgwr .mask { position: absolute; top: -100%; left: 0; z-index: 2; width: 100%; height: 100%; background-color: #000; opacity: 0; filter: alpha(opacity=0); }
.storelist .col .conwr .tit { margin-top: 0.9em; font-size: 20px; color: #000; text-align: center; }
.storelist .col .tools { display: none; }
.storelist .col:hover .imgwr .con { top: 50%; opacity: 1; filter: alpha(opacity=100); }
.storelist .col:hover .imgwr .mask { top: 0; opacity: 0.8; filter: alpha(opacity=80); }

/*加盟*/
.join-tit { position: relative; text-align: center; color: #232323; }
.join-tit::before { content: ''; position: absolute; top: 0; left: 0; right: 0; z-index: 1; margin: -98px auto 0; width: 724px; height: 236px; background: url(../images/bg-join-tit.png) center no-repeat; }
.join-tit .tit { position: relative; z-index: 2; font-weight: bold; font-size: 45px; }
.join-tit .txt { position: relative; z-index: 2; margin-top: 16px; font-family: arial,sans-serif; font-size: 14px; text-transform: uppercase; letter-spacing: 0.1em; opacity: 0.3; filter: alpha(opacity=30); }
.join-tit .stit { position: relative; z-index: 2; margin-top: 6px; font-size: 24px; letter-spacing: 0.05em; }

.join-qj { margin: 115px auto 75px; max-width: 1200px; }
.join-qj .main { margin-top: 75px; }
.join-qj .main .conbox { margin-top: 42px; width: 46.66%; color: #fff; background-color: #ce1b20; }
.join-qj .conbox .conwr { padding: 7.14% 25% 6.25% 6.25%; }
.join-qj .conbox .tit { height: 73px; font-weight: bold; font-size: 40px; line-height: 63px; background: url(../images/adornment-join-qjt.png) 165px center no-repeat; }
.join-qj .conbox .con { margin-top: 14px; font-size: 14px; line-height: 38px; letter-spacing: 0.05em; }
.join-qj .main .imgbox { position: relative; z-index: 2; margin-left: -9.16%; padding: 0.1px 0; width: 62.5%; background-color: #f9f9f9; box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, 0.06); }
.join-qj .imgbox .imgwr { margin: 18px; }
.join-qj .imgbox .img { display: block; width: 100%; }

.join-ly { position: relative; margin: 75px auto 150px; padding: 95px 0 105px; }
.join-ly .wrap { max-width: 1200px; }
.join-ly .join-tit, .join-ly .main, .join-ly .tel { position: relative; z-index: 3; }
.join-ly .join-tit { color: #fff; }
.join-ly .join-tit::before { margin-top: -50px; }
.join-ly .join-tit .txt { display: none; }
.join-ly .join-tit .stit { margin-top: 40px; }
.join-ly .main { margin-top: 50px; max-width: 672px; }
.join-ly .main .col { margin-right: 8.93%; width: 27.38%; background: url(../images/bg-frame.png) center no-repeat; vertical-align: top; }
.join-ly .main .imgwr { margin-top: 36px; padding-bottom: 37px; }
.join-ly .main .tit { margin: 20px auto 16px; max-width: 140px; height: 56px; font-size: 18px; line-height: 28px; text-align: center; letter-spacing: 0.05em; color: #fff; overflow: hidden; }
.join-ly .col:hover .imgwr { transform: rotateY(360deg) translate3d(0, -6px, 0); }
.join-ly .tel { margin-top: 60px; font-size: 0; text-align: center; }
.join-ly .tel .tellink { padding: 5px; background-color: #ce1b20; border-radius: 5px; }
.join-ly .tel .num { padding: 0 30px; font-weight: bold; font-size: 30px; line-height: 40px; color: #1d1d1d; background-color: #fff; border-radius: 5px; }
.join-ly .tel .icon { margin: 0 10px 0 15px; width: 24px; height: 24px; background: url(../images/icon-tel-join.png) 0 0 no-repeat; }
.join-ly .tel .tellink:hover { background-color: #ff0000; }
.join-ly .bg { position: absolute; top: 0; left: 0; z-index: 1; padding-bottom: 0; width: 100%; height: 100%; }

.join-jz { margin: 80px auto 45px; max-width: 1200px; }
.join-jz .conwr { width: 52%; color: #000; letter-spacing: 0.08em; }
.join-jz .conwr .en { font-family: "Impact"; font-size: 70px; text-transform: uppercase; }
.join-jz .conwr .tit { margin-top: 12px; font-weight: bold; font-size: 60px; color: #ce1b20; }
.join-jz .conwr .stit { margin-top: 14px; font-size: 20px; letter-spacing: 0.05em; }
.join-jz .conwr .con { margin-top: 20px; font-size: 14px; line-height: 34px; letter-spacing: 0.05em; color: #8c8c8c; }
.join-jz .imgwr { margin-top: 65px; width: 46%; font-size: 0; text-align: right; }
.join-jz .imgwr .img { max-width: 100%; }

.join-yq { margin: 45px auto 125px; max-width: 1200px; }
.join-yq .conbox { padding: 65px 0 45px; width: 56.6666%; font-size: 0; background-color: #f1f1f1; box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.08); }
.join-yq .conbox .ttit { margin-left: 31.62%; padding: 0 18px; height: 73px; font-weight: bold; font-size: 40px; line-height: 63px; color: #000; background: url(../images/adornment-join-qjtr.png) left center no-repeat; }
.join-yq .conbox .conwr { margin: 0 3% 0 31.62%; padding-top: 15px; max-width: 440px; letter-spacing: 0.05em; }
.join-yq .conbox .row { margin-top: 30px; padding-bottom: 45px; background: url(../images/line.png) center bottom no-repeat; }
.join-yq .conbox .tit { font-size: 24px; letter-spacing: 0.05em; color: #232323; }
.join-yq .conbox .con { margin-top: 10px; font-size: 14px; line-height: 32px; letter-spacing: 0.05em; color: #2a2a2a; }
.join-yq .conbox .tel { margin: 45px 5.15% 0 0; text-align: right; }
.join-yq .conbox .tellink { text-align: left; }
.join-yq .conbox .tellink .txt { display: block; font-size: 14px; color: #000; }
.join-yq .conbox .tellink .num { display: block; font-family: arial,sans-serif; font-weight: bold; font-size: 34px; letter-spacing: 0.05em; color: #000; }
.join-yq .conbox .btn { margin-left: 30px; padding: 0 35px; background-color: #ce1b20; border-radius: 25px; }
.join-yq .conbox .btn .txt { font-size: 16px; line-height: 50px; color: #fff; }
.join-yq .conbox .btn .icon { margin-left: 12px; width: 0; height: 0; border-style: solid; border-color: #ce1b20 #fff; border-width: 7px 0 7px 9px; }
.join-yq .conbox .btn:hover .icon { transform: translate3d(6px, 0, 0); }
.join-yq .imgbox { position: relative; z-index: 2; margin: 165px -14.5832% 0 0; padding: 0.1px 0; width: 57.9166%; background-color: #f9f9f9; box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, 0.06); }
.join-yq .imgbox .imgwr { margin: 20px; }
.join-yq .imgbox .img { display: block; width: 100%; }

.join-lc { position: relative; margin: 125px auto 0; padding: 60px 0 65px; }
.join-lc .join-tit, .join-lc .main { position: relative; z-index: 2; }
.join-lc .join-tit { color: #fff; }
.join-lc .join-tit::before { margin-top: -28px; }
.join-lc .join-tit .txt { margin-top: 6px; }
.join-lc .join-tit .stit { margin-top: 40px; font-size: 18px; }
.join-lc .main { margin-top: 30px; font-size: 0; }
.join-lc .main .col { padding-top: 20px; width: 20%; text-align: center; overflow: hidden; }
.join-lc .main .box { position: relative; margin: 0 auto; width: 90%; max-width: 128px; border: 2px solid #ce1b20; border-radius: 100%; }
.join-lc .main .box::before, .join-lc .main .box::after { content: ''; position: absolute; top: 50%; right: 100%; margin-right: 2px; width: 100%; height: 0; border-top: 1px dashed #fff; opacity: 0.2; filter: alpha(opacity=20); }
.join-lc .main .box::after { left: 100%; right: auto; margin-left: 2px; margin-right: 0; }
.join-lc .main .inbox { position: relative; padding-bottom: 100%; border-radius: 100%; overflow: hidden; }
.join-lc .main .imgwr { position: absolute; top: 27%; left: 0; padding-bottom: 38px; width: 100%; }
.join-lc .main .num { position: absolute; bottom: 0; left: 0; width: 100%; font-family: arial,sans-serif; font-weight: bold; font-size: 18px; line-height: 30px; color: #fff; background-color: #ce1b20; }
.join-lc .main .tit { margin: 12px auto 0; width: 90%; max-width: 180px; min-height: 80px; font-size: 16px; line-height: 24px; letter-spacing: 0.05em; color: #fff; }
.join-lc .main .col-1 .box::before, .join-lc .main .col-10 .box::before, .join-lc .main .col-15 .box::after { display: none; }
.join-lc .main .col-5 .box::after, .join-lc .main .col-10 .box::before { top: 100%; left: 50%; margin: 2px 0 0; width: 0; height: 100%; border-top: none; border-left: 1px dashed #fff; }
.join-lc .main .col-6 .box::after, .join-lc .main .col-11 .box::before { top: auto; bottom: 100%; left: 50%; right: auto; margin: 0 0 2px; width: 0; height: 100%; border-top: none; border-left: 1px dashed #fff; }
.join-lc .col:hover .box { border-color: #ff0000; }
.join-lc .col:hover .imgwr { transform: translate3d(0, -3px, 0); }
.join-lc .col:hover .num { background-color: #ff0000; }
.join-lc .bg { position: absolute; top: 0; left: 0; z-index: 1; padding-bottom: 0; width: 100%; height: 100%; background-color: #000; }

.join-fb { padding: 75px 0 115px; background-color: #f8f8f8; }
.join-fb .comwrap { max-width: 1200px; }
.join-fb .join-tit::before { margin-top: -70px; }
.join-fb .join-tit .tit { font-weight: normal; font-size: 34px; }
.join-fb .box { margin-top: 80px; padding: 45px 5.2% 25px; max-width: 1080px; font-size: 0; background-color: #fff; }
.join-fb .box .row { position: relative; margin-top: 25px; width: 30.84%; vertical-align: top; }
.join-fb .box .row-2 { width: 65.42%; }
.join-fb .box .marl { margin-left: 3.74%; }
.join-fb .box .txt { position: absolute; top: 0; left: 13px; z-index: 2; font-size: 16px; line-height: 50px; color: #aaa; }
.join-fb .box .star { font-style: normal; color: #ff0000; }
.join-fb .box .inbox { position: relative; z-index: 2; display: block; padding: 0 12px; border: 1px solid #e4e4e4; }
.join-fb .box .intxt { display: block; margin: 0 -12px; padding: 0 12px; width: 100%; height: 48px; line-height: 48px; background: none; }
.join-fb .box .intxt-ta { min-width: 100%; max-width: 100%; min-height: 50px; transition: background .3s; }
.join-fb .box .btn { display: block; margin: 35px auto 0; padding: 0; width: 50%; max-width: 188px; font-size: 16px; line-height: 46px; text-align: center; color: #000; background: none; border: 1px solid #ccc; border-radius: 24px; -webkit-appearance: none; }
.join-fb .box .btn:hover { color: #fff; background-color: #ce1b20; cursor: pointer; }
.join-fb .con { margin-top: 14px; font-size: 14px; text-align: center; color: #ce1b20; }

/*新闻*/
.article { margin: 0 auto 50px; }

.arttop { display: none; margin: 50px auto 30px; max-width: 1200px; }
.arttop-, .arttop-1 { display: block; }
.arttop .imgbox { position: relative; width: 53.33%; overflow: hidden; }
.arttop .imgbox .imgwr { padding-bottom: 65.625%; }
.arttop .imgbox .conwr { position: absolute; bottom: 0; left: 0; z-index: 3; padding: 3.5% 4% 3%; width: 92%; color: #fff; }
.arttop .imgbox .conwr::before { content: ''; position: absolute; top: 0; left: 0; z-index: 2; width: 100%; height: 100%; background-color: #000; opacity: 0.5; filter: alpha(opacity=50); }
.arttop .imgbox .tit { position: relative; z-index: 3; font-size: 18px; }
.arttop .imgbox .desc { position: relative; z-index: 3; margin-top: 12px; font-size: 14px; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; opacity: 0.6; filter: alpha(opacity=60); }
.arttop .imgbox:hover .img { transform: scale(1.03); }
.arttop .imgbox:hover .conwr { transform: translate3d(0, 100%, 0); }
.arttop .conbox { width: 42.0833%; }
.arttop .conbox .row { margin-top: 20px; padding-top: 20px; border-top: 1px dashed #eaeaea; }
.arttop .conbox .row-1 { margin-top: 0; padding-top: 10px; border-top: none; }
.arttop .conbox .time { float: left; font-family: "Impact"; color: #434343; }
.arttop .conbox .day { font-size: 50px; border-bottom: 1px solid #e5e5e5; }
.arttop .conbox .ym { margin-top: 6px; font-size: 14px; opacity: 0.5; filter: alpha(opacity=50); }
.arttop .conbox .conwr { margin: 16px 0 0 90px; }
.arttop .conbox .tit { font-size: 18px; color: #434343; }
.arttop .conbox .desc { margin-top: 8px; font-size: 14px; line-height: 30px; color: #b3b3b3; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.arttop .conbox .row:hover .day, .arttop .conbox .row:hover .tit { color: #ce1b20; }

.artlist { padding: 0.1px 0 40px; background-color: #fafafa; }
.artlist .list { max-width: 1260px; font-size: 0; }
.artlist .list .col { margin: 2.38% 0 0 2.38%; width: 30.16%; vertical-align: top; }
.artlist .col .inbox { display: block; padding: 5.26%; background-color: #fff; border: 1px solid #e5e5e5; }
.artlist .col .imgwr { padding-bottom: 50%; background-color: #f0f0f0; }
.artlist .col .tit { margin-top: 18px; font-size: 18px; color: #434343; }
.artlist .col .desc { margin-top: 6px; height: 60px; font-size: 14px; line-height: 30px; color: #b3b3b3; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.artlist .col .info { margin-top: 16px; }
.artlist .col .time { font-size: 12px; color: #b3b3b3; }
.artlist .col .icon { margin-top: 4px; width: 14px; height: 8px; background: url(../images/icon-arrow-art.png) -40px 0 no-repeat; }
.artlist .col:hover .inbox { background-color: #000; }
.artlist .col:hover .img { transform: scale(1.06); }
.artlist .col:hover .tit, .artlist .col:hover .desc, .artlist .col:hover .time { color: #fff; }
.artlist .col:hover .desc, .artlist .col:hover .time { opacity: 0.5; filter: alpha(opacity=50); }
.artlist .col:hover .icon { background-position: 0 0; }

.article .sidebar { position: relative; width: 19.16%; }
.article .sidebar .title { padding: 7.82% 4.34% 7.82% 8.68%; background-color: #000; color: #fff; }
.article .sidebar .title .tit { font-weight: bold; font-size: 24px; letter-spacing: 0.05em; }
.article .sidebar .title .stit { margin-top: 5px; font-weight: bold; font-size: 14px; text-transform: uppercase; opacity: 0.1; filter: alpha(opacity=10); }
.article .sidebar .menu { padding: 5px 8.68%;/* background-color: #fff;*/ }
.article .sidebar .menu .row { padding: 15px 0; border-bottom: 1px dashed #909090; }
.article .sidebar .menu .link { display: block; font-size: 14px; line-height: 20px; letter-spacing: 0.05em; color: #000; }
.article .sidebar .menu .son { display: none; margin: 10px 0 -5px 10.5%; }
.article .sidebar .menu .srow { padding: 15px 0; }
.article .sidebar .menu .slink { font-size: 12px; line-height: normal; }
.article .sidebar .menu .link:hover, .article .sidebar .menu .cur .plink, .article .sidebar .menu .scur .slink { color: #ce1b20; }
.article .sidebar .ad { position: relative; margin-top: 21.73%; }
.article .sidebar .ad .con { position: absolute; top: 0; left: 0; z-index: 2; margin-top: 13%; width: 100%; font-size: 0; text-align: center; }
.article .sidebar .ad .icon { margin-right: 6px; width: 17px; height: 17px; background: url(../images/icon-tel-side.png) 0 0 no-repeat; }
.article .sidebar .ad .tellink { font-weight: bold; font-size: 20px; color: #000; }
.article .sidebar .ad .btn { display: block; margin: 10px auto 0; padding: 3px 0; width: 90%; max-width: 105px; font-size: 14px; line-height: 20px; text-align: center; letter-spacing: 0.02em; color: #333; background-color: #fff; border-radius: 35px; }
.article .sidebar .ad .btn:hover { color: #fff; background-color: #ce1b20; }
.article .sidebar .ad .bg { padding-bottom: 0; height: auto; }
.article .content { width: 75.83%; }

.article-2 { margin-bottom: 0; padding: 40px 0 10px;/* background-color: #f8f8f8;*/ overflow: hidden; }
.article-2 .comwrap { max-width: 1200px; }
.artcon .content { padding: 30px 2% 0; width: 75.16%;/* background-color: #fff;*/ }
.artcon .content .tit { font-size: 24px; text-align: center; letter-spacing: 0.05em; color: #000; }
.artcon .content .info { margin-top: 12px; font-size: 12px; letter-spacing: 0.05em; color: #ccc; text-align: center; }
.artcon .content .body { margin-top: 24px; padding-top: 20px; font-size: 14px; line-height: 2.14; letter-spacing: 0.05em; color: #000; border-top: 1px solid #898989; }
.artcon .content .body p { margin: 0.9em 0; }
.artcon .content .body video, .artcon .content .body source { margin: 0 auto; max-width: 100%; }
.artcon .content .body blockquote { margin: 0; }
.artcon .content .body ul, .artcon .content .body li { list-style: disc inside; }
.artcon .content .tools { margin-top: 50px; }
.artcon .content .back { width: 100px; font-size: 18px; line-height: 35px; text-align: center; color: #fff; background-color: #ce1b20; }
.artcon .content .back:hover { background-color: #ff0000; }
#bdshare { margin-top: 14px; font-size: 12px; }
#bdshare a { margin: 0 6px 0 0; }
.pagepn { position: relative; padding: 18px 0; color: #666; border-top: 1px solid #cfcfcf; border-bottom: 1px solid #cfcfcf; }
.pagepn .col { width: 48%; }
.pagepn .next { text-align: right; }
.pagepn a { color: #666; }
.pagepn a:hover { color: #ce1b20; }

/*联系*/
.contact .map { position: relative; }
.contact .map .box { padding-bottom: 460px; }
.contact .map .link { position: absolute; left: 0; bottom: 20px; z-index: 3; width: 80px; height: 36px; z-index: 6; }
.contact .map img { -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; }
.contact .main { margin: 60px auto 70px; max-width: 1170px; }
.contact .main .tit { font-weight: bold; font-size: 24px; color: #262626; }
.contact .main .con { margin-top: 16px; font-size: 16px; color: #535353; }
.contact .main .con td { padding-right: 70px; }
#bdshareCt { position: relative; z-index: 3; margin-top: 40px; }
#bdshareCt .col-share, #bdshareCt .col { margin: 0 10px 0 0; padding: 0; width: 38px; height: 38px; background: #b3b3b3 url(../images/icon-share-cont.png) 0 0 no-repeat; border-radius: 100%; }
#bdshareCt .col-share:hover, #bdshareCt .col:hover { background-color: #ce1b20; opacity: 1; filter: alpha(opacity=100); }
#bdshareCt .bds_weixin, #bdshareCt .col-wx { background-position: -44px 0; }
#bdshareCt .bds_tsina, #bdshareCt .col-wb { background-position: -88px 0; }
#bdshareCt .col-wx .img { position: absolute; bottom: 100%; left: 50%; z-index: 3; margin-left: -76px; width: 150px; border: 1px solid #ddd; opacity: 0; filter: alpha(opacity=0); visibility: hidden; }
#bdshareCt .col-wx:hover .img { bottom: 110%; opacity: 1; filter: alpha(opacity=100); visibility: visible; }
.contact .fbbox { margin-top: 70px; }
.contact .fbbox .left { padding-bottom: 30px; width: 29%; }
.contact .fbbox .row { position: relative; margin-bottom: 20px; background-color: #f5f5f5; }
.contact .fbbox .row-hide { display: none; }
.contact .fbbox .row .intxt { position: relative; z-index: 2; display: block; padding: 0 4.5%; width: 91%; height: 44px; line-height: 44px; background: none; }
.contact .fbbox .row .txt { position: absolute; top: 0; left: 4.5%; font-size: 14px; line-height: 44px; color: #999; }
.contact .fbbox .row .star { margin-left: 5px; font-style: normal; color: #ce1b20; }
.contact .fbbox .row .img { display: none; position: absolute; top: 11px; right: 4.5%; z-index: 3; }
.contact .fbbox .right { padding-bottom: 30px; width: 68%; }
.contact .fbbox .right .intxt { padding: 2px 2%; width: 96%; min-width: 96%; max-width: 96%; height: 168px; line-height: 28px; }
.contact .fbbox .right .txt { left: 2%; }
.contact .fbbox .btn { display: block; margin: 0 auto; width: 100%; max-width: 263px; font-size: 18px; line-height: 52px; color: #999; background: none; border: 1px solid #e0e0e0; border-radius: 27px; }
.contact .fbbox .btn:hover { color: #fff; background-color: #ce1b20; cursor: pointer; }

/*画册*/
.atlas .main { padding: 3.3% 0; width: 100%; max-width: none; background-color: #000; border-top: 1px solid #ce1b20; border-bottom: 1px solid #ce1b20; }
.atlas .box { position: relative; padding-bottom: 45.8333%; height: 0; }
.atlas .box iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.atlas-slide { padding: 80px 0; background: #000 center no-repeat; background-size: 100% auto; border-bottom: 1px solid #313131; }
.atlas-slide .wrap { position: relative; }
.atlas-slide .slide .imgwr { padding-bottom: 584px; }
.atlas-slide .slide .img { max-width: 95%; }
.atlas-slide .btn { position: absolute; top: 50%; z-index: 7; margin-top: -26px; width: 52px; height: 52px; font-size: 0; line-height: 52px; text-align: center; background-color: #000; opacity: 0.5; filter: alpha(opacity=50); border-radius: 100%; }
.atlas-slide .btn .icon { width: 14px; height: 24px; background: url(../images/icon_btn_l_w.png) 0 0 no-repeat; }
.atlas-slide .prev { left: 10px; }
.atlas-slide .next { right: 10px; }
.atlas-slide .next .icon { background-image: url(../images/icon_btn_r_w.png); }
.atlas-slide .btn:hover { opacity: 0.8; filter: alpha(opacity=80); cursor: pointer; }
.atlas-slide .btnwr { position: relative; bottom: 0; z-index: 7; margin-top: 40px; font-size: 0; }
.atlas-slide .btnwr .swiper-pagination-bullet { margin: 0 3px; width: 14px; height: 14px; background-color: #fff; opacity: 0.5; filter: alpha(opacity=50); }
.atlas-slide .btnwr .swiper-pagination-bullet-active { opacity: 1; filter: alpha(opacity=100); }

@media screen and (max-width: 640px) {
  body { min-width: 0; padding: 60px 0 0; }
  .header-top, .header .logo .con, .header .search { display: none; }
  .header { position: fixed; top: 0; left: 0; z-index: 999; width: 100%; }
  //.header .logo { float: none; padding: 5px 50px; width: auto; height: auto; text-align: center; }
  .header .logo { padding: 5px 0; }
  .header .logo .img { height: 50px; }
  .header .btn { display: block; position: relative; margin-top: 11px; }
  .header .btn::before { content: '导航菜单'; position: absolute; top: 50%; right: 100%; margin-top: -15px; width: 28px; font-size: 12px; line-height: 15px; color: #fff; transition: opacity .4s linear .4s; }
  .header .btn .line { display: block; position: relative; margin: 8px 0; width: 28px; height: 2px; background-color: #fff; }
  .header .btn.on { transform: rotateZ(180deg); }
  .header .btn.on::before { opacity: 0; filter: alpha(opacity=0); transition: none; }
  .header .btn.on .line-t { transform: translate3d(0, 10px, 0) rotateZ(-45deg); }
  .header .btn.on .line-m { opacity: 0; filter: alpha(opacity=0); }
  .header .btn.on .line-b { transform: translate3d(0, -10px, 0) rotateZ(45deg); }
  .header .back, .header .home { position: absolute; top: 50%; left: 0; margin-top: -55px; width: 100px; height: 100px; font-size: 0; background: url(../images/icon-back.png) center no-repeat; border: 5px solid #fff; border-radius: 100%; transform: scale(0.25); transform-origin: left center; }
  //.header .back-js { display: block; }
  .header .home {/* display: block;*/ left: auto; right: 0; background-image: url(../images/icon-home-w.png); transform-origin: right center; }
  .header .back:hover, .header .home:hover { background-color: #ce1b20; }

  .nav { position: fixed; top: 0; left: 0; z-index: 999; margin: 0; padding: 0; width: 100%; height: 100%; overflow: hidden; }
  .nav .comwrap { position: static; }
  .nav .list { position: absolute; top: 50%; left: 0; right: 0; margin: 0 auto; padding: 20px 10% 40px; max-height: calc(100% - 60px); overflow-y: scroll; overflow-x: hidden; -webkit-transform: translate3d(0, -50%, 0); -moz-transform: translate3d(0, -50%, 0); -ms-transform: translate3d(0, -50%, 0); -o-transform: translate3d(0, -50%, 0); transform: translate3d(0, -50%, 0); }
  .nav .list:before { content: ''; display: block; margin: 0 auto 25px; width: 100%; height: 50px; background: url(../images/logo.png) center no-repeat; background-size: auto 100%; }
  .nav .list .col { display: block; width: auto; }
  .nav .col .link { font-size: 15px; line-height: 40px; text-align: center; }
  .nav .col .bg { height: 40px; }
  .nav .col .son { display: none; position: static; margin: 0; width: auto; background: none; border-top: 1px solid #ce1b20; border-bottom: 1px solid #ce1b20; opacity: 1; filter: alpha(opacity=100); visibility: visible; box-shadow: none; border-radius: 0; }
  .nav .col:hover .son { transition: none; }
  .nav .col .scur { color: #ce1b20; background: none; }
  .nav .col-txt { display: none; }

  .nav-hide { visibility: hidden; opacity: 0; filter: alpha(opacity=0); }
  .nav-hide .list { top: 40%; opacity: 0; filter: alpha(opacity=0); }

  .nav .nbtn { display: block; position: absolute; bottom: 0; left: 0; right: 0; z-index: 999; margin: 0 auto; padding-bottom: 6px; width: 18px; cursor: pointer; }
  .nav .nbtn::before { display: none; content: '';position: absolute; top: -6px; left: -50%; z-index: 998; margin-left: -500px; width: 1000px; height: 30px; background-color: #fff; }
  .nav .nbtn .line { display: block; position: relative; z-index: 999; margin-bottom: 6px; width: 18px; height: 2px; background-color: #ce1b20; }
  .nav .nbtn.on { -webkit-transform: rotateZ(180deg) translate3d(0, 5px, 0); -moz-transform: rotateZ(180deg) translate3d(0, 5px, 0); -ms-transform: rotateZ(180deg) translate3d(0, 5px, 0); -o-transform: rotateZ(180deg) translate3d(0, 5px, 0); transform: rotateZ(180deg) translate3d(0, 5px, 0); }
  .nav .nbtn.on .line-t { -webkit-transform: translate3d(0, 8px, 0) rotateZ(-45deg); -moz-transform: translate3d(0, 8px, 0) rotateZ(-45deg); -ms-transform: translate3d(0, 8px, 0) rotateZ(-45deg); -o-transform: translate3d(0, 8px, 0) rotateZ(-45deg); transform: translate3d(0, 8px, 0) rotateZ(-45deg); }
  .nav .nbtn.on .line-m { opacity: 0; filter: alpha(opacity=0); }
  .nav .nbtn.on .line-b { -webkit-transform: translate3d(0, -8px, 0) rotateZ(45deg); -moz-transform: translate3d(0, -8px, 0) rotateZ(45deg); -ms-transform: translate3d(0, -8px, 0) rotateZ(45deg); -o-transform: translate3d(0, -8px, 0) rotateZ(45deg); transform: translate3d(0, -8px, 0) rotateZ(45deg); }
  .nav .lan { display: block; position: absolute; bottom: 0; left: 0; padding: 10px 0; width: 100%; text-align: center; background-color: #fff; }
  .nav .lan .link { font-size: 14px; line-height: 18px; color: #333; }
  .nav .lan .line { margin: 0 14px; width: 1px; height: 10px; background-color: #999; }

  .footer .main, .floatright { display: none; }
  .footer { margin-top: 58px; padding: 0; }
  .footer .copyright { margin-top: 0; padding: 10px 0; border-top: none; }
  .footer .copyright .con { float: none; max-width: none; font-size: 12px; line-height: 18px; text-align: center; color: #888; }
  .footer .copyright .con a { color: #888; }
  //.mFoot-nav { display: block; }

  .xuanfu { display: block; position: fixed; bottom: 66px; left: 0; right: 0; margin: 0 auto; width: 66.66%; height: 38px; font-size: 0; background: #fff; border-radius: 38px; z-index: 99; box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.2); }
  .xuanfu_item { width: 33.33%; font-size: 0; line-height: 38px; text-align: center; border-left: 1px solid #eee; vertical-align: top; box-sizing: border-box; }
  .xuanfu_item_1 { border-left: none; }
  .xuanfu_item img { max-width: 80%; max-height: 17px; }
  .xuanfu_item_3 img { max-height: 18px; }

  .zhezhao { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.7); z-index: 9998; }
  .zhezhao .zs_jm { position: fixed; top: 50%; left: 0; right: 0; margin: 0 auto; padding: 48px 24px 24px; width: 86.66%; background: #FFF; z-index: 9999; box-sizing: border-box; transform: translate3d(0, -50%, 0); }
  .zhezhao .zs_jm span { float: left; width: 100%; text-align: center; font-size: 12px; color: #333; }
  .zhezhao .zs_jm span:nth-child(2) { margin: 8px 0; font-weight: bold; font-size: 18px; }
  .zhezhao .zs_jm span:nth-child(3) { margin-left: -10%; width: 120%; transform: scale(0.83); }
  .zhezhao .zs_jm span:nth-child(5) { color: #999; }
  .zhezhao .zs_jm input { float: left; margin-top: 14px; padding-left: 14px; width: 100%; line-height: 33px; border: 1px solid #c2c2c2; box-sizing: border-box; }
  .zhezhao .zs_jm input.last-child { margin: 14px 3.4%; padding: 0; width: 93.2%; font-size: 18px; color: #FFF; background: #ce1b20; border: 0; -webkit-appearance: none; }
  .zhezhao a { position: absolute; top: 0; right: 0; margin: 14px 14px 0 0; width: 19px; height: 19px; }
  .zhezhao a img { float:left; width: 100%; }

  .banner .img { margin-left: -20%; width: 140%; }
  .banner .txt { font-size: 16px; }
  .banner-5 .img { margin-left: -53%; width: 206%; }
  .banner-7 .img { margin-left: -35%; width: 170%; }
  .banner-8 .img { margin-left: -50%; width: 200%; }
  .position { padding: 8px 0; line-height: normal; }
  .position .name { display: none; }
  .position .con { font-size: 12px; }
  .position .con .icon { top: 0; }
  .menut .list .col { margin: 0; width: 25%; }
  .menut .list .link { padding: 0 5px; font-size: 14px; line-height: 34px; }
  .menut .list .col::after { margin: -6px 0 0; height: 12px; }
  .pagelist { margin-top: 8.3%; }
  .pagelist a, .pagelist b { margin: 4px 2px 0; padding: 0 6px; min-width: 14px; font-size: 13px; line-height: 28px; }

  .comend { margin-bottom: 9.375%; }
  .comend .item { margin-top: 9.375%; }
  .comend .item .title { line-height: 40px; }
  .comend .item-pro .wrap, .comend .item-art .bottom { margin: 0 3.3%; padding: 5% 0; }
  .comend .item-pro .list { margin-top: -4%; }
  .comend .item-pro .col { margin: 4% 0 0; width: 48%; }
  .comend .item-pro .col:nth-child(2n) { margin-left: 4%; }
  .comend .item-pro .wrap .tit { margin-top: 8px; font-size: 14px; }
  .comend .item-art .top { display: none; }
  .comend .item-art .bottom .list { margin: -10px 0; }
  .comend .item-art .bottom .row { display: block; margin: 0; width: auto; line-height: 34px; }
  .comend .item-art .bottom .row-2 { border-top: 1px dashed #dfdfdf; }

  .swiperpf .swiper-container { top: 5%; width: 94%; height: 90%; }
  .swiperpf .tit { margin-top: 5px; font-size: 14px; }
  .swiperpf .close { top: auto; bottom: 0; width: 40px; height: 40px; }
  .swiperpf .close .icon { transform: scale(0.8); }
  .swiperpf .btn { width: 30px; opacity: 0.8; filter: alpha(opacity=80); }
  .swiperpf .prev { left: 3%; }
  .swiperpf .next { right: 3%; }

  .about-jj { padding: 9.375% 0; }
  .about-jj .main .conbox, .about-jj .main .imgbox { display: block; width: auto; }
  .about-jj .conbox .stit { font-size: 20px; line-height: 24px; }
  .about-jj .conbox .tit { margin-top: 10px; font-size: 20px; }
  .about-jj .conbox .con { margin-top: 15px; line-height: 2; }
  .about-jj .main .imgbox { margin: 5% 0 0; }
  .about-jj .main .imgbox .img { display: block; width: 100%; }
  .about-sl { padding-bottom: 0; }
  .about-sl .item { margin-top: 9.375%; }
  .about-sl .item-1 .conbox, .about-sl .item-1 .imgbox, .about-sl .item-2 .conbox, .about-sl .item-2 .imgbox { float: none; margin: 0; width: auto; }
  .about-sl .item-1 .conbox .imgwr, .about-sl .item-1 .txt, .about-sl .item-2 .imgbox { display: none; }
  .about-sl .item-1 .tit { margin-top: 0; font-size: 20px; }
  .about-sl .item-1 .con { margin-top: 3.3%; line-height: 24px; }
  .about-sl .item-1 .imgbox { display: none; margin-top: 5%; }
  .about-sl .item-2 .tit { margin-top: 3.3%; font-size: 20px; }
  .about-sl .item-2 .txt { margin-top: 3.3%; font-size: 16px; line-height: 30px; }
  .about-sl .item-2 .icon { margin-top: 5%; }
  .about-sl .item-2 .con { margin-top: 3.3%; line-height: 26px; }
  .about-zl { padding: 9.375% 0; }
  .about-zl .listwr .list { margin: -6% 0 0; }
  .about-zl .listwr .col { margin: 6% 0 0; width: 47%; }
  .about-zl .listwr .col:nth-child(2n) { margin-left: 6%; }
  .about-zl .listwr-s { margin-top: 0; }
  .about-zl .listwr-s .list { margin: 0; }
  .about-zl .listwr-s .col { margin: 0 6% 0 0; }
  .about-zl .listwr-s .col:nth-child(2n) { margin-left: 0; }
  .about-zl .listwr-s .tit { margin-top: 8px; font-size: 14px; }
  .about-zl .conwr { margin-top: 5%; }
  .about-zl .conwr .tit { position: relative; margin-top: 0; width: auto; font-size: 20px; }
  .about-zl .conwr .con { float: none; margin-top: 3.3%; width: auto; line-height: 26px; }
  .about-wh { padding: 9.375% 0; }
  .about-wh .conbox, .about-wh .imgbox { display: block; margin: 0; width: auto; }
  .about-wh .conbox .tit { font-size: 20px; line-height: 24px; }
  .about-wh .conbox .con { margin-top: 6.6%; font-size: 15px; line-height: 25px; }
  .about-wh .conbox .con strong { margin-bottom: 0; }
  .about-wh .imgbox { margin-top: 5%; }
  .about-wh .imgbox .img { display: block; width: 100%; }

  .black-technology-2 { padding-bottom: 9.375%; }
  .black-technology-2 .item .conwr, .black-technology-2 .item .imgwr { display: block; width: auto; }
  .black-technology-2 .item .conwr { padding: 9.375% 0 3.3%; }
  .black-technology-2 .item .conwr-r { display: none; }
  .black-technology-2 .item .tit { font-size: 18px; }
  .black-technology-2 .item .con { font-size: 14px; line-height: 24px; }
  .black-technology-2 .item .img { width: 100%; min-width: auto; }

  .black-technology-2 .item .conwr .incon { padding: 0 5%; }

  .honor .title, .honor .item .tit { font-size: 18px; }
  .honor .item .list { margin: 0; }
  .honor .item .col { margin: 6% 0 0; width: 48%; }
  .honor .item .col:nth-child(2n) { margin-left: 4%; }
  .honor .item .img { box-shadow: 0 0 5px 0 rgba(153, 153, 153, 0.75); }
  .honor .item-2 .col { margin: 6% 4% 0 0; width: 30.66%; }
  .honor .item-2 .col:nth-child(2n) { margin-left: 0; }
  .honor .item-2 .col:nth-child(3n) { margin-right: 0; }

  .product { margin: 9.375% auto; }
  .product .sidebar, .product .content { float: none; width: auto; }
  .product .sidebar .menu .list { font-size: 0; }
  .product .sidebar .menu .row { display: inline-block; vertical-align: top; margin-right: 2%; width: 32%; }
  .product .sidebar .menu .row:nth-child(3n) { margin-right: 0; }
  .product .sidebar .menu .plink { padding: 5px 5px 5px 14px; font-size: 15px; line-height: 20px; -ms-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
  .product .sidebar .menu .plink::before { top: 13px; left: 5px; width: 4px; height: 4px; }
  .product .sidebar .menu .cur .plink { padding: 5px; text-align: center; }
  .product .sidebar .menu .son { display: none; }
  .product .content { margin-top: 6.6%; }
  .prolist .list { margin: -6% 0 0; }
  .prolist .list .col { margin: 6% 0 0; width: 48%; }
  .prolist .list .col:nth-child(2n) { margin-left: 4%; }
  .prolist .col .img { max-width: 80%; max-height: 80%; }
  .prolist .col .conwr { padding: 8px 0; }
  .prolist .col .tit { font-size: 14px; line-height: normal; }
  .prolist .col .stit { font-size: 12px; }
  .prolist .col .icon { display: none; }
  .product-con .sidebar { display: none; }
  .product-con .content { margin-top: 0; }
  .procon-top { min-height: auto; }
  .procon-top .imgbox, .procon-top .conbox { float: none; width: auto; }
  .procon-top .imgbox, .procon-top .imgbox .bigimg { position: relative; height: auto; }
  .procon-top .imgbox .imgwr { position: relative; padding-bottom: 81.55%; height: 0; }
  .procon-top .imgbox .btn { display: block; transform: scale(0.6); }
  .procon-top .imgbox .prev { transform-origin: left center; }
  .procon-top .imgbox .next { transform-origin: right center; }
  .procon-top .conbox { margin-bottom: 0; padding: 6.6% 5%; }
  .procon-top .conbox .stit { margin-bottom: 6px; text-align: center; }
  .procon-top .conbox .tit { font-size: 18px; text-align: center; }
  .procon-top .conbox .con { margin: 5% 0 0; font-size: 14px; line-height: 24px; }
  .procon-top .titbox { padding: 0 10px; font-size: 20px; }
  .procon-slide { margin-top: 5%; }
  .procon-slide .slideimg { display: none; }
  .procon-slide .btnwr { float: none; position: relative; width: auto; text-align: center; }
  .procon-slide .btnwr .btn { margin: 0 2%; width: 46%; max-width: 120px; line-height: 34px; }
  .procon-slide .btnwr .btn .icon { margin-right: 0; transform: scale(0.6); }
  .procon-slide .btnwr .btn .txt { font-size: 14px; }

  .comend-pro { margin-top: 9.375%; }
  .comend-pro .title { padding-bottom: 6px; }
  .comend-pro .title .tit { font-size: 16px; }
  .comend-pro .title .more { font-size: 12px; }
  .comend-pro .list { margin-top: 0; }
  .comend-pro .list .col-4 { display: inline-block; }

  .images { margin: 9.375% auto; }
  .imglist .list, .imglist-2 .list { margin: -6% 0 0; }
  .imglist .list .col, .imglist-2 .list .col { margin: 6% 0 0; width: 48%; }
  .imglist .list .col:nth-child(2n), .imglist-2 .list .col:nth-child(2n) { margin-left: 4%; }
  .imglist .col .conwr { padding: 3.45%; }

  .cases-top { margin-bottom: 6.6%; }
  .cases-top .tit { margin-top: 10px; font-size: 16px; }
  .cases-top .desc { margin-top: 6px; line-height: 24px; }
  .cases-list { margin-top: 6.6%; }
  .cases-list .list { margin: -6% 0 0; }
  .cases-list .list .col { margin: 6% 0 0; width: 47%; }
  .cases-list .list .col:nth-child(2n) { margin-left: 6%; }
  .cases-list .list .tit { font-size: 14px; text-align: center; }
  .cases-con { margin-top: 3%; }
  .cases-con .title { font-size: 20px; }
  .cases-con .slide { margin-top: 5%; }
  .cases-con .body { margin-top: 5%; font-size: 15px; line-height: 1.9; }
  .cases-con .slide .btn { opacity: 1; filter: alpha(opacity=100); transform: scale(0.6); }
  .cases-con .slide .prev { left: 0; }
  .cases-con .slide .prev:hover { transform: translate3d(-6px, 0, 0) scale(0.6); }
  .cases-con .slide .next { right: 0; }
  .cases-con .slide .next:hover { transform: translate3d(6px, 0, 0) scale(0.6); }

  .banner .search { margin-top: -23px; padding: 5px; width: 60%; }
  .banner .search .inbox { padding: 0 40px 0 10px; }
  .banner .search .intxt { margin: 0 -40px 0 -10px; padding: 0 40px 0 10px; height: 34px; font-size: 14px; line-height: 34px; }
  .banner .search .btn { right: 10px; transform: scale(0.6); }

  .store { margin: 0 auto; padding: 9.375% 0; background-color: #eee; }
  .store .title { margin-bottom: 6.6%; font-size: 18px; }
  .storelist { width: 100%; }
  .storelist .list { margin: -10px 0; }
  .storelist .list .col { display: block; margin: 10px 0; padding: 10px 4% 0; width: auto; background-color: #fff; }
  .storelist .list .imgwr { display: inline-block; vertical-align: top; padding-bottom: 60px; width: 20%; }
  .storelist .list .conwr { display: inline-block; vertical-align: top; margin-left: 5%; width: 75%; }
  .storelist .col .conwr .tit { margin-top: 0; font-size: 14px; text-align: left; }
  .storelist .col .conwr .txt { margin-top: 4px; font-size: 12px; color: #999; }
  .storelist .list .imgwr .con, .storelist .list .imgwr .mask { display: none; }
  .storelist .col .tools { display: block; margin-top: 10px; border-top: 1px solid #ddd; }
  .storelist .col .tools .btn { position: relative; width: 50%; line-height: 30px; text-align: center; }
  .storelist .col .tools .btn:nth-child(2n)::before { content: ''; position: absolute; top: 0; left: 0; width: 1px; height: 100%; background-color: #ddd; }
  .storelist .col .tools .icon { transform: translate3d(-20%, 0, 0) scale(0.6); }
  .storelist .col .tools .btn-1 .icon { width: 32px; height: 28px; background: url(../images/icon-tel-store.png) 0 0 no-repeat; }
  .storelist .col .tools .btn-2 .icon { width: 20px; height: 28px; background: url(../images/icon-map-store.png) 0 0 no-repeat; }
  .storelist .col .tools .txt { font-size: 14px; }

  //.join-tit::before { display: none; }
  .join-tit::before { margin-top: -43px; width: 100%; height: 100px; background-size: auto 100%; }
  .join-tit .tit { font-size: 20px; }
  .join-tit .tit span { font-size: 20px!important; }
  .join-tit .txt { margin-top: 6px; font-size: 12px; }
  .join-tit .stit { margin-top: 4px; font-size: 14px; }
  .join-qj { margin: 9.375% auto; }
  .join-qj .main { margin-top: 6.6%; }
  .join-qj .main .conbox, .join-qj .main .imgbox { float: none; margin: 0 auto; width: auto; }
  .join-qj .conbox .conwr { padding: 5% 3.3%; }
  .join-qj .conbox .tit { height: auto; line-height: 30px; font-size: 16px; text-align: center; background-position: 65% center; background-size: auto 100%; }
  .join-qj .conbox .con { margin-top: 10px; line-height: 26px; text-indent: 2em; }
  .join-qj .conbox .con span { display: block; margin: 1em 0 0.5em; font-size: 16px!important; text-indent: 0; }
  .join-qj .main .imgbox { box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.06); }
  .join-qj .imgbox .icon { display: none; }
  .join-qj .imgbox .imgwr { margin: 3.3%; }
  .join-ly { margin: 9.375% 3%; padding: 5% 3.3%; width: auto; }
  .join-ly .join-tit::before { margin-top: -15px; }
  .join-ly .join-tit .stit { margin-top: 30px; }
  .join-ly .main { margin-top: 6.6%; }
  .join-ly .main .col, .join-ly .bg { background-size: 100% 100%; }
  .join-ly .main .imgwr { margin-top: 10px; padding-bottom: 30px; }
  .join-ly .main .tit { margin: 10px auto; max-width: 80%; min-height: 48px; font-size: 14px; line-height: 24px; }
  .join-ly .tel { margin-top: 6.6%; }
  .join-ly .tel .num { padding: 0 15px; font-size: 20px; line-height: 30px; }
  .join-jz { margin: 9.375% auto; }
  .join-jz .conwr, .join-jz .imgwr { float: none; margin: 0; width: auto; }
  .join-jz .conwr .en { font-size: 20px; }
  .join-jz .conwr .tit { margin-top: 8px; font-size: 20px; }
  .join-jz .conwr .stit { margin-top: 6px; font-size: 15px; }
  .join-jz .conwr .con { margin-top: 15px; line-height: 26px; }
  .join-jz .imgwr { margin-top: 6.6%; text-align: center; }
  .join-yq { margin: 9.375% auto; }
  .join-yq .conbox, .join-yq .imgbox { float: none; margin: 0; width: auto; }
  .join-yq .conbox { padding: 5% 0; background-size: 100% 100%; }
  .join-yq .conbox .ttit { padding: 0 10px; height: auto; font-size: 20px; line-height: 30px; background-size: auto 100%; }
  .join-yq .conbox .conwr { margin: 5% 3.3%; padding-top: 0; max-width: none; }
  .join-yq .conbox .row { margin-top: 6.6%; padding-bottom: 35px; }
  .join-yq .conbox .tit { font-size: 16px; }
  .join-yq .conbox .con { line-height: 24px; }
  .join-yq .conbox .tel { margin: 6.6% 5% 0; text-align: center; }
  .join-yq .conbox .tellink .num { font-size: 20px; }
  .join-yq .conbox .btn { margin: 0; padding: 0 15px; border-radius: 15px; }
  .join-yq .conbox .btn .txt { font-size: 14px; line-height: 35px; }
  .join-yq .imgbox { box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.06); }
  .join-yq .imgbox .icon { display: none; }
  .join-yq .imgbox .imgwr { margin: 3.3%; }
  .join-lc { margin: 9.375% auto; padding: 5% 0; }
  .join-lc .join-tit .stit { font-size: 14px; }
  .join-lc .main { margin-top: 6.6%; }
  .join-lc .main .col { float: left; padding-top: 0; width: 33.33%; }
  .join-lc .main .box { width: 70%; }
  .join-lc .main .imgwr { top: 22%; padding-bottom: 25px; }
  .join-lc .main .num { line-height: 26px; }
  .join-lc .main .tit { margin-top: 10px; width: 80%; min-height: auto; font-size: 14px; line-height: 24px; }
  .join-lc .main .col-5 .box::after, .join-lc .main .col-6 .box::after, .join-lc .main .col-11 .box::before { top: 50%; bottom: auto; left: 100%; margin: 0 0 0 2px; width: 100%; height: 0; border-top: 1px dashed #fff; border-left: none; }
  .join-lc .main .col-10 .box::before { display: block; top: 50%; bottom: auto; left: auto; right: 100%; margin: 0 2px 0 0; width: 100%; height: 0; border-top: 1px dashed #fff; border-left: none; }
  .join-lc .main .col:last-child .box::after { display: none; }
  .join-fb { margin: 9.375% auto 0; padding: 5% 3.3%; width: auto; }
  .join-fb .join-tit::before { margin-top: -25px; }
  .join-fb .join-tit .tit { font-size: 20px; }
  .join-fb .box { margin-top: 5%; padding: 1.7% 3.3% 5%; }
  .join-fb .box .row { margin: 3.3% 0 0; width: 48%; }
  .join-fb .box .row:nth-child(2n) { margin-left: 4%; }
  .join-fb .box .row-2 { margin-left: 0; width: 100%; }
  .join-fb .box .txt { font-size: 14px; line-height: 40px; }
  .join-fb .box .intxt { height: 38px; line-height: 38px; }
  .join-fb .box .intxt-ta { padding: 7px 12px; min-height: 48px; line-height: 24px; }
  .join-fb .box .btn { margin-top: 3.3%; font-size: 14px; line-height: 32px; }

  .article { margin-bottom: 9.375%; }
  .arttop { margin: 9.375% auto; }
  .arttop .imgbox, .arttop .conbox { float: none; width: auto; }
  .arttop .imgbox .tit { font-size: 16px; }
  .arttop .imgbox .desc { margin-top: 6px; }
  .arttop .conbox .row { margin-top: 5%; padding-top: 5%; }
  .arttop .conbox .row-1 { padding-top: 0; }
  .arttop .conbox .day { font-size: 30px; text-align: center; }
  .arttop .conbox .ym { margin-top: 4px; font-size: 12px; }
  .arttop .conbox .conwr { margin: 0 0 0 55px; }
  .arttop .conbox .tit { font-size: 16px; }
  .arttop .conbox .desc { margin-top: 4px; font-size: 13px; line-height: 22px; }
  .artlist { padding-bottom: 9.375%; }
  .artlist .list .col { margin: 6% 0 0; width: 48%; }
  .artlist .list .col:nth-child(2n) { margin-left: 4%; }
  .artlist .col .tit { margin-top: 12px; height: 40px; font-size: 15px; white-space: normal; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
  .artlist .col .desc { display: none; height: 44px; font-size: 13px; line-height: 22px; -webkit-line-clamp: 2; }
  .artlist .col .info { margin-top: 10px; }

  .article .sidebar, .article .content { float: none; width: auto; }
  .article .sidebar { margin-bottom: 8.3%; }
  .article .sidebar .title, .sidebar .ad { display: none; }
  .article .sidebar .menu { padding: 3.3%; font-size: 0; }
  .article .sidebar .menu .row { position: relative; z-index: 1; display: inline-block; vertical-align: top; padding: 0; width: 33.33%; }
  .article .sidebar .menu .row.cur, .sidebar .menu .row.shows { z-index: 2; }
  .article .sidebar .menu .row::before { content: ''; position: absolute; top: 9px; left: 0; width: 1px; height: 14px; background-color: #e2e2e2; }
  .article .sidebar .menu .row:nth-child(3n+1)::before { display: none; }
  .article .sidebar .menu .row-1, .sidebar .menu .row-2 { border-top: none; }
  .article .sidebar .menu .link { padding: 6px; text-align: center; }
  .article .sidebar .menu .son { position: absolute; top: 100%; left: 0; z-index: 2; margin: 0; padding: 3px 0; width: 100%; background-color: #fff; box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1); }
  .article .sidebar .menu .srow { padding: 0; border-top: 1px dashed #e2e2e2; }
  .article .sidebar .menu .srow-0 { border-top: none; }
  .article .sidebar .menu .slink { padding: 10px 6px; }

  .article-2 { margin-bottom: 0; padding: 9.375% 0 6.6%; }
  .artcon .sidebar { display: none; }
  .artcon .content { padding: 5% 3.3%; width: auto; }
  .artcon .content .tit { font-size: 18px; }
  .artcon .content .info { margin-top: 8px; font-size: 12px; }
  .artcon .content .body { margin-top: 15px; padding-top: 15px; font-size: 15px; line-height: 1.9; }
  .artcon .content .tools { margin-top: 20px; }
  .artcon .content .back { width: 32%; font-size: 14px; line-height: 30px; }
  #bdshare { margin-top: 7px; }
  .pagepn { padding: 10px 0; line-height: 26px; }
  .pagepn .col { float: none; width: auto; }
  .pagepn .next { text-align: left; }

  .contact .map .box { padding-bottom: 60%; }
  .contact .main { margin: 30px auto; font-size: 0; text-align: center; }
  .contact .main .tit { font-size: 20px; }
  .contact .main .con { display: inline-block; margin-top: 15px; line-height: 1.8; text-align: left; word-break: break-all; word-wrap: break-word; }
  .contact .main .con td { display: block; padding-right: 0; width: 100%; }
  //#bdshareCt { display: none; }
  #bdshareCt { margin-top: 20px; font-size: 0; text-align: center; }
  #bdshareCt .col-share, #bdshareCt .col { float: none; display: inline-block; vertical-align: top; margin: 0 5px; }
  .contact .fbbox { margin-top: 20px; }
  .contact .fbbox .left, .contact .fbbox .right { float: none; padding-bottom: 0; width: 100%; }
  .contact .fbbox .row { margin-bottom: 10px; }
  .contact .fbbox .row .txt { line-height: 34px; }
  .contact .fbbox .row .intxt { height: 34px; line-height: 34px; }
  .contact .fbbox .row .img { top: 7px; }
  .contact .fbbox .right .intxt { padding: 5px 4.5%; width: 91%; min-width: 91%; max-width: 91%; height: 90px; line-height: 30px; }
  .contact .fbbox .right .txt { left: 4.5%; }
  .contact .fbbox .btn { margin-top: 10px; max-width: 163px; font-size: 14px; line-height: 34px; }

  .atlas, .atlas .main, .atlas .box { position: absolute; top: 60px; left: 0; width: 100%; height: calc(100% - 110px); }
  .atlas .main, .atlas .box { top: 0; padding: 0; height: 100%; }

  .atlas-slide, .atlas-slide .main, .atlas-slide .wrap, .atlas-slide .slide, .atlas-slide .slide .imgwr { position: absolute; left: 0; padding: 0; width: 100%; }
  .atlas-slide { top: 60px; height: calc(100% - 118px); border-bottom: none; }
  .atlas-slide .main { top: 5%; height: 90%; }
  .atlas-slide .wrap { top: 0; height: calc(100% - 15px); }
  .atlas-slide .slide { top: 0; height: 100%; }
  .atlas-slide .slide .imgwr { top: 0; padding-bottom: 0; height: 100%; }
  .atlas-slide .slide .img { max-width: 100%; }
  .atlas-slide .btn { display: none; margin-top: -20px; width: 40px; height: 40px; line-height: 40px; }
  .atlas-slide .btn .icon { transform: scale(0.8); }
  .atlas-slide .prev { left: 5px; }
  .atlas-slide .next { right: 5px; }
  .atlas-slide .btnwr { position: absolute; width: 100%; }
  .atlas-slide .btnwr .swiper-pagination-bullet { margin: 0 2px; width: 8px; height: 8px; }
}

/*动画*/
.yt, .yb, .xl, .xr, .anime-t { opacity: 0; }
.anime-r .yt, .anime-r.yt { -webkit-animation: yt 1s forwards; -moz-animation: yt 1s forwards; -o-animation: yt 1s forwards; animation: yt 1s forwards; }
.anime-r .yb, .anime-r.yb { -webkit-animation: yb 1s forwards; -moz-animation: yb 1s forwards; -o-animation: yb 1s forwards; animation: yb 1s forwards; }
.anime-r .xl, .anime-r.xl { -webkit-animation: xl 1s forwards; -moz-animation: xl 1s forwards; -o-animation: xl 1s forwards; animation: xl 1s forwards; }
.anime-r .xr, .anime-r.xr { -webkit-animation: xr 1s forwards; -moz-animation: xr 1s forwards; -o-animation: xr 1s forwards; animation: xr 1s forwards; }
.anime-r .yt:nth-child(1), .anime-r .yb:nth-child(1), .anime-r .xl:nth-child(1), .anime-r .xr:nth-child(1) {
  -webkit-animation-delay: 0.1s; -moz-animation-delay: 0.1s; -o-animation-delay: 0.1s; animation-delay: 0.1s;
}
.anime-r .yt:nth-child(2), .anime-r .yb:nth-child(2), .anime-r .xl:nth-child(2), .anime-r .xr:nth-child(2) {
  -webkit-animation-delay: 0.2s; -moz-animation-delay: 0.2s; -o-animation-delay: 0.2s; animation-delay: 0.2s;
}
.anime-r .yt:nth-child(3), .anime-r .yb:nth-child(3), .anime-r .xl:nth-child(3), .anime-r .xr:nth-child(3) {
  -webkit-animation-delay: 0.3s; -moz-animation-delay: 0.3s; -o-animation-delay: 0.3s; animation-delay: 0.3s;
}
.anime-r .yt:nth-child(4), .anime-r .yb:nth-child(4), .anime-r .xl:nth-child(4), .anime-r .xr:nth-child(4) {
  -webkit-animation-delay: 0.4s; -moz-animation-delay: 0.4s; -o-animation-delay: 0.4s; animation-delay: 0.4s;
}
.anime-r .yt:nth-child(5), .anime-r .yb:nth-child(5), .anime-r .xl:nth-child(5), .anime-r .xr:nth-child(5) {
  -webkit-animation-delay: 0.5s; -moz-animation-delay: 0.5s; -o-animation-delay: 0.5s; animation-delay: 0.5s;
}
.anime-r .yt:nth-child(6), .anime-r .yb:nth-child(6), .anime-r .xl:nth-child(6), .anime-r .xr:nth-child(6) {
  -webkit-animation-delay: 0.6s; -moz-animation-delay: 0.6s; -o-animation-delay: 0.6s; animation-delay: 0.6s;
}
.anime-r .yt:nth-child(7), .anime-r .yb:nth-child(7), .anime-r .xl:nth-child(7), .anime-r .xr:nth-child(7) {
  -webkit-animation-delay: 0.7s; -moz-animation-delay: 0.7s; -o-animation-delay: 0.7s; animation-delay: 0.7s;
}
.anime-r .yt:nth-child(8), .anime-r .yb:nth-child(8), .anime-r .xl:nth-child(8), .anime-r .xr:nth-child(8) {
  -webkit-animation-delay: 0.8s; -moz-animation-delay: 0.8s; -o-animation-delay: 0.8s; animation-delay: 0.8s;
}
.anime-r .yt:nth-child(9), .anime-r .yb:nth-child(9), .anime-r .xl:nth-child(9), .anime-r .xr:nth-child(9) {
  -webkit-animation-delay: 0.9s; -moz-animation-delay: 0.9s; -o-animation-delay: 0.9s; animation-delay: 0.9s;
}
.anime-r .yt:nth-child(10), .anime-r .yb:nth-child(10), .anime-r .xl:nth-child(10), .anime-r .xr:nth-child(10) {
  -webkit-animation-delay: 1.0s; -moz-animation-delay: 1.0s; -o-animation-delay: 1.0s; animation-delay: 1.0s;
}
.anime-r .yt:nth-child(11), .anime-r .yb:nth-child(11), .anime-r .xl:nth-child(11), .anime-r .xr:nth-child(11) {
  -webkit-animation-delay: 1.1s; -moz-animation-delay: 1.1s; -o-animation-delay: 1.1s; animation-delay: 1.1s;
}
.anime-r .yt:nth-child(12), .anime-r .yb:nth-child(12), .anime-r .xl:nth-child(12), .anime-r .xr:nth-child(12) {
  -webkit-animation-delay: 1.2s; -moz-animation-delay: 1.2s; -o-animation-delay: 1.2s; animation-delay: 1.2s;
}
.anime-r .yt:nth-child(13), .anime-r .yb:nth-child(13), .anime-r .xl:nth-child(13), .anime-r .xr:nth-child(13) {
  -webkit-animation-delay: 1.1s; -moz-animation-delay: 1.1s; -o-animation-delay: 1.1s; animation-delay: 1.1s;
}
.anime-r .yt:nth-child(14), .anime-r .yb:nth-child(14), .anime-r .xl:nth-child(14), .anime-r .xr:nth-child(14) {
  -webkit-animation-delay: 1.2s; -moz-animation-delay: 1.2s; -o-animation-delay: 1.2s; animation-delay: 1.2s;
}
@keyframes yt {
  0% { -webkit-transform: translate3d(0, -30px, 0); -ms-transform: translate3d(0, -30px, 0); -o-transform: translate3d(0, -30px, 0); transform: translate3d(0, -30px, 0); opacity: 0; }
  100% { -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; }
}
@-webkit-keyframes yt { 0% { -webkit-transform: translate3d(0, -30px, 0); opacity: 0; } 100% { -webkit-transform: translate3d(0, 0, 0); opacity: 1; } }
@-moz-keyframes yt { 0% { -moz-transform: translate3d(0, -30px, 0); opacity: 0; } 100% { -moz-transform: translate3d(0, 0, 0); opacity: 1; } }
@-o-keyframes yt { 0% { -o-transform: translate3d(0, -30px, 0); opacity: 0; } 100% { -o-transform: translate3d(0, 0, 0); opacity: 1; } }
@keyframes yb {
  0% { -webkit-transform: translate3d(0, 30px, 0); -ms-transform: translate3d(0, 30px, 0); -o-transform: translate3d(0, 30px, 0); transform: translate3d(0, 30px, 0); opacity: 0; }
  100% { -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; }
}
@-webkit-keyframes yb { 0% { -webkit-transform: translate3d(0, 30px, 0); opacity: 0; } 100% { -webkit-transform: translate3d(0, 0, 0); opacity: 1; } }
@-moz-keyframes yb { 0% { -moz-transform: translate3d(0, 30px, 0); opacity: 0; } 100% { -moz-transform: translate3d(0, 0, 0); opacity: 1; } }
@-o-keyframes yb { 0% { -o-transform: translate3d(0, 30px, 0); opacity: 0; } 100% { -o-transform: translate3d(0, 0, 0); opacity: 1; } }
@keyframes xl {
  0% { -webkit-transform: translate3d(-30px, 0, 0); -ms-transform: translate3d(-30px, 0, 0); -o-transform: translate3d(-30px, 0, 0); transform: translate3d(-30px, 0, 0); opacity: 0; }
  100% { -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; }
}
@-webkit-keyframes xl { 0% { -webkit-transform: translate3d(-30px, 0, 0); opacity: 0; } 100% { -webkit-transform: translate3d(0, 0, 0); opacity: 1; } }
@-moz-keyframes xl { 0% { -moz-transform: translate3d(-30px, 0, 0); opacity: 0; } 100% { -moz-transform: translate3d(0, 0, 0); opacity: 1; } }
@-o-keyframes xl { 0% { -o-transform: translate3d(-30px, 0, 0); opacity: 0; } 100% { -o-transform: translate3d(0, 0, 0); opacity: 1; } }
@keyframes xr {
  0% { -webkit-transform: translate3d(30px, 0, 0); -ms-transform: translate3d(30px, 0, 0); -o-transform: translate3d(30px, 0, 0); transform: translate3d(30px, 0, 0); opacity: 0; }
  100% { -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; }
}
@-webkit-keyframes xr { 0% { -webkit-transform: translate3d(30px, 0, 0); opacity: 0; } 100% { -webkit-transform: translate3d(0, 0, 0); opacity: 1; } }
@-moz-keyframes xr { 0% { -moz-transform: translate3d(30px, 0, 0); opacity: 0; } 100% { -moz-transform: translate3d(0, 0, 0); opacity: 1; } }
@-o-keyframes xr { 0% { -o-transform: translate3d(30px, 0, 0); opacity: 0; } 100% { -o-transform: translate3d(0, 0, 0); opacity: 1; } }