/*初始化*/

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-family:'microsoft yahei','helvetica','simsun',arial,sans-serif; font-size: 14px; color: #232323; background-color: #fff; }

ul, li { list-style: none; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }

input, textarea { font-family:'microsoft yahei','helvetica','simsun',arial,sans-serif; font-size: 14px; color: #393939; border: none; }

img { border: 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; }

i { font-style: normal; }

a { color:#232323;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: #ae0e16; }



/*通用*/

.comwrap { position: relative; margin: 0 auto; width: 94%; max-width: 1200px; }

.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.3s; -o-transition: all 0.3s; transition: all 0.3s; }

.trsnone { -webkit-transition: none; -o-transition: none; transition: none; }

.imgha img { max-width: 100%; vertical-align: top; }

.pingfang { font-family:'苹方','PingFang SC','PingFang','microsoft yahei','helvetica',arial,sans-serif; }



/*头部*/

.header-top { position: relative; z-index: 10; font-size: 0; line-height: 44px; background-color: #f7f7f7; border-bottom: 1px solid #eee; }

.header-top .txt-wc { font-size: 12px; color: #5a5a5a; }

.header-top .lan { margin-left: 30px; }

.header-top .lan .link { font-size: 12px; color: #363636; }

.header-top .lan .link:hover, .header-top .tools .link:hover { color: #ae0e16; }

.header-top .lan .line { margin: 0 22px; width: 1px; height: 12px; background-color: #c8c8c8; }

.header-top .tools .col { position: relative; background: url(../img/icon-htt.png) 0 0 no-repeat; }

.header-top .tools .wechat { width: 23px; height: 18px; }

.header-top .tools .imgwr { position: absolute; top: 70%; left: 50%; z-index: 10; margin: 8px 0 0 -65px; padding: 15px 15px 10px; width: 110px; background-color: #fff; border-radius: 3px; box-shadow: 0 0 6px 0 rgba(4, 0, 0, 0.2); opacity: 0; filter: alpha(opacity=0); visibility: hidden; }

.header-top .tools .imgwr .img { display: block; width: 100%; }

.header-top .tools .imgwr .txt { display: block; margin-top: 4px; font-weight: lighter; font-size: 14px; line-height: normal; text-align: center; color: #4e4e4e; }

.header-top .tools .wechat:hover .imgwr { top: 100%; opacity: 1; filter: alpha(opacity=100); visibility: visible; }

.header { position: relative; z-index: 9; font-size: 0; background-color: #fff; box-shadow: 3px 3px 6px rgba(4, 0, 0, 0.2); }

.header .logo { padding: 22px 0; }

.header .logo .img { display: block; height: 26px; }

.header .logo .img-m { display: none; }

.header .btn { display: none; }

.nav .list { font-size: 0; }

.nav .list .col { position: relative; margin-left: 40px; }

.nav .list .col:before { content: ''; display: none; position: absolute; bottom: 0; left: 0; width: 100%; height: 3px; background-color: #ae0e16; }

.nav .list .cur:before { display: block; }

.nav .col .link { display: block; font-size: 16px; line-height: 70px; color: #333; }

.nav .col .link:hover { color: #ae0e16; }

.nav .col .son { position: absolute; top: 90%; left: 0; margin-left: -50%; padding: 14px 0; width: 200%; background-color: #fff; border-top: 1px solid #ae0e16; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; box-shadow: 3px 3px 6px rgba(4, 0, 0, 0.2); opacity: 0; filter: alpha(opacity=0); visibility: hidden; }

.nav .col .slink { display: block; padding: 0 8px; font-size: 15px; line-height: 35px; text-align: center; }

.nav .col .slink:hover { color: #fff; background-color: #ae0e16; }

.nav .col:hover .son { top: 100%; opacity: 1; filter: alpha(opacity=100); visibility: visible; }

.nav .col:hover .xr { -webkit-animation: xr 0.6s forwards; -moz-animation: xr 0.6s forwards; -o-animation: xr 0.6s forwards; animation: xr 0.6s forwards; }

.nav .col:hover .xr:nth-child(2) { -webkit-animation-delay: 0.05s; -moz-animation-delay: 0.05s; -o-animation-delay: 0.05s; animation-delay: 0.05s; }

.nav .col:hover .xr:nth-child(3) { -webkit-animation-delay: 0.1s; -moz-animation-delay: 0.1s; -o-animation-delay: 0.1s; animation-delay: 0.1s; }

.nav .col:hover .xr:nth-child(4) { -webkit-animation-delay: 0.15s; -moz-animation-delay: 0.15s; -o-animation-delay: 0.15s; animation-delay: 0.15s; }

.nav .col:hover .xr:nth-child(5) { -webkit-animation-delay: 0.2s; -moz-animation-delay: 0.2s; -o-animation-delay: 0.2s; animation-delay: 0.2s; }

.nav .col:hover .xr:nth-child(6) { -webkit-animation-delay: 0.25s; -moz-animation-delay: 0.25s; -o-animation-delay: 0.25s; animation-delay: 0.25s; }

.nav .col:hover .xr:nth-child(7) { -webkit-animation-delay: 0.3s; -moz-animation-delay: 0.3s; -o-animation-delay: 0.3s; animation-delay: 0.3s; }

.nav .col:hover .xr:nth-child(8) { -webkit-animation-delay: 0.35s; -moz-animation-delay: 0.35s; -o-animation-delay: 0.35s; animation-delay: 0.35s; }

.nav .col:hover .xr:nth-child(9) { -webkit-animation-delay: 0.4s; -moz-animation-delay: 0.4s; -o-animation-delay: 0.4s; animation-delay: 0.4s; }

.nav .col:hover .xr:nth-child(10) { -webkit-animation-delay: 0.45s; -moz-animation-delay: 0.45s; -o-animation-delay: 0.45s; animation-delay: 0.45s; }

.nav .list .col-lan { display: none; }



/*底部*/

.footer { color: #fff; background-color: #18191d; }

.footer a, .copyright a { color: #fff; }

.footer .flink { margin-bottom: 55px; padding: 16px; font-size: 0; border-bottom: 1px solid #494a4d; }

.footer .flink .txt { margin-right: 14px; font-size: 14px; }

.footer .flink .line, .footer .flink .link { font-size: 12px; line-height: 20px; opacity: 0.5; filter: alpha(opacity=50); }

.footer .flink .line { margin: 0 4px; }

.footer .flink .line-1 { display: none; }

.footer .flink .link:hover { opacity: 0.8; filter: alpha(opacity=80); }

.footer .menu { margin-bottom: 50px; font-size: 0; }

.footer .menu .col { margin-right: 110px; vertical-align: top; }

.footer .menu .col-5, .footer .menu .col-7 { display: none; }

.footer .menu .tit { display: block; font-weight: bold; font-size: 16px; }

.footer .menu .con { margin-top: 18px; font-weight: lighter; font-size: 14px; line-height: 34px; }

.footer .menu .stit { display: block; opacity: 0.6; filter: alpha(opacity=60); }

.footer .menu .stit:hover { opacity: 0.8; filter: alpha(opacity=80); }

.footer .info { text-align: right; }

.footer .info .tel { font-weight: bold; font-size: 30px; }

.footer .info .txt { margin-top: 14px; font-weight: lighter; font-size: 14px; }

.footer .info .btn { margin-top: 22px; width: 150px; font-weight: lighter; font-size: 14px; line-height: 40px; text-align: center; color: #fff; background-color: #ae0e16; border-radius: 3px; }

.footer .info .btn:hover { background-color: #ff0000; }

.footer .info .ewm { margin-top: 18px; padding: 1px; width: 128px; font-size: 0; background-color: #ae0e16; }

.footer .info .ewrap { margin-right: 3px; padding: 1px; text-align: left; background-color: #fff; }

.footer .info .ewm .imgwr { padding: 4px; }

.footer .info .ewm .img { display: block; width: 80px; }

.footer .info .etxt { margin-left: 6px; width: 14px; font-size: 14px; line-height: 14px; color: #1d1d1d; }

.copyright { padding: 17px 0; font-size: 14px; line-height: 24px; color: #707070; border-top: 1px solid #494a4d; }

.copyright a { color: #707070; }

.copyright a:hover { color: #d0d0d0; }

.copyright .con-m { display: none; }



/* 右侧工具条 */

.floatright { position: fixed; top: 50%; right: 10px; z-index: 99; margin-top: -160px; width: 78px; background-color: #fff; box-shadow: 0 0 13px 0 rgba(4, 0, 0, 0.07); }

.floatright .box { position: relative; height: 70px; text-align: center; }

.floatright .box .line { position: absolute; top: 0; left: 6px; width: 66px; height: 1px; background-color: #e7e7e7; }

.floatright .box .icon { margin-top: 22px; width: 33px; height: 27px; background: url(../img/icon-fr.png) 0 0 no-repeat; }

.floatright .box .icon-ly { background-position: -39px 0; }

.floatright .box .icon-dh { background-position: -78px 0; }

.floatright .box .icon-wx { background-position: -117px 0; }

.floatright .box .icon-db { background-position: -156px 0; }

.floatright .box .con { position: absolute; bottom: 0; right: 90%; margin-right: 8px; padding: 10px; min-width: 120px; line-height: 21px; background-color: #fff; box-shadow: 6px 6px 13px 0 rgba(4, 0, 0, 0.1); opacity: 0; filter: alpha(opacity=0); visibility: hidden; }

.floatright .box .con .img { max-width: 100%; }

.floatright .box .con .txt { margin-top: 5px; font-size: 14px; color: #4b4b4b; }

.floatright .box .link { position: absolute; top: 0; left: 0; z-index: 99; width: 100%; height: 100%; }

.floatright .box:hover, .floatright .box:hover .line { background-color: #ae0e16; cursor: pointer; }

#totop:hover { background: none; }

#totop:hover .line { background-color: #e7e7e7; }

.floatright .box:hover .icon-kf { background-position: 0 -33px; }

.floatright .box:hover .icon-ly { background-position: -38px -33px; }

.floatright .box:hover .icon-dh { background-position: -78px -33px; }

.floatright .box:hover .icon-wx { background-position: -117px -33px; }

.floatright .box:hover .icon-db { -webkit-transform: translate3d(0, -6px, 0); -moz-transform: translate3d(0, -6px, 0); -ms-transform: translate3d(0, -6px, 0); -o-transform: translate3d(0, -6px, 0); transform: translate3d(0, -6px, 0); }

.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-1:hover, .mFoot-nav .col-3:hover, .mFoot-nav .col:hover.on, .mFoot-nav .btn-on { background-color: #202020; }

.mFoot-nav .col .icon { display: block; margin: 8px auto 6px; width: 17px; height: 14px; background: url(../img/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: #ae0e16; }

.mMap-box p i { position: absolute; left: 2%; line-height: 50px; }



/*浮动留言*/

.feedb-fixed { position: fixed; bottom: 0; left: 0; z-index: 99; width: 100%; }

.feedb-fixed:before { content: ''; position: absolute; top: 0; left: 0; z-index: 88; width: 100%; height: 100%; background-color: #900b01; opacity: 0.8; filter: alpha(opacity=80); }

.feedb-fixed .wrap { z-index: 99; padding: 40px 0; }

.feedb-fixed .conwr { width: 20.8333%; }

.feedb-fixed .conwr img { max-width: 100%; max-height: 13px; }

.feedb-fixed .conwr .txt { font-weight: bold; font-size: 20px; color: #fff; }

.feedb-fixed .box { width: 77.5%; text-align: right; }

.feedb-fixed .box .list { font-size: 0; }

.feedb-fixed .list .col { position: relative; margin-left: 1%; width: 20.4%; background-color: #fff; border-radius: 2px; overflow: hidden; vertical-align: top; }

.feedb-fixed .list .col-2 { width: 30.1% }

.feedb-fixed .list .col-3 { width: 10.7% }

.feedb-fixed .list .col-4 { width: 13.4% }

.feedb-fixed .list .txt { position: absolute; left: 16px; top: 0; font-size: 14px; line-height: 44px; color: #adadad; }

.feedb-fixed .list .star { margin-left: 5px; font-style: normal; color: #ff0000; }

.feedb-fixed .list .intxt { display: block; position: relative; z-index: 2; padding: 0 5%; width: 90%; min-width: 90%; max-width: 90%; height: 44px; min-height: 44px; max-height: 44px; line-height: 44px; background: none; border-radius: 2px; }

.feedb-fixed .list .img { display: none; position: absolute; top: 50%; right: 16px; z-index: 3; margin-top: -10px; }

.feedb-fixed .list .inbtn { display: block; width: 100%; height: 44px; font-size: 16px; line-height: 44px; text-align: center; color: #fff; background-color: #edb014; border: none; border-radius: 2px; -webkit-appearance: none; }

.feedb-fixed .list .inbtn:hover { background-color: #ff0000; cursor: pointer; }

.feedb-fixed .btnwr { position: absolute; bottom: 75px; right: 10px; z-index: 99; width: 42px; height: 42px; border-radius: 100%; overflow: hidden; cursor: pointer; }

.feedb-fixed .btnwr .btn { position: absolute; top: 0; left: 0; z-index: 99; width: 100%; height: 100%; text-align: center; background: url(../img/icon-fbpf.png) 0 0 no-repeat; }

.feedb-fixed .btnwr .close { opacity: 0.5; filter: alpha(opacity=50); }

.feedb-fixed .btnwr .open { top: 100%; background-color: #900b01; background-position: 0 -48px; visibility: hidden; }

.feedb-fixed .btnwr .close:hover { opacity: 1; filter: alpha(opacity=100); }

.feedb-fixed-hide { visibility: hidden; }

.feedb-fixed-hide .wrap { opacity: 0; filter: alpha(opacity=0); visibility: hidden; -webkit-transform: translate3d(0, 100%, 0); -moz-transform: translate3d(0, 100%, 0); -ms-transform: translate3d(0, 100%, 0); -o-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); }

.feedb-fixed-hide .btnwr { bottom: 10px; }

.feedb-fixed-hide .btnwr .close { top: -100%; }

.feedb-fixed-hide .btnwr .open { top: 0; visibility: visible; }



/*内容*/

.banner { position: relative; overflow: hidden; }

.banner .img { display: block; width: 100%; }
.banner .img-m { display: none; }

.banner .txt { display: none; position: absolute; bottom: 11%; left: 0; right: 0; z-index: 2; font-weight: bold; font-size: 40px; color: #fff; text-shadow: 0.5px 0.5px 1px rgba(4, 0, 0, 0.5); }

.banner .txt-5 { display: block; }



.container { position: relative; padding: 0.1px 0; background-color: #f7f7f7; overflow: hidden; }

.menut { border-bottom: 1px solid #e8e8e8; }

.menut .list { font-size: 0; text-align: center; }

.menut .list .col { position: relative; padding: 0 25px; }

.menut .list .col::before { content: ''; position: absolute; top: 50%; left: 0; margin-top: -7px; width: 1px; height: 14px; background-color: #ccc; }

.menut .list .col:first-child::before { display: none; }

.menut .list .link { display: block; position: relative; font-weight: bold; font-size: 16px; line-height: 56px; color: #222; }

.menut .list .link:hover { color: #ae0e16; }

.menut .list .link:before { content: ''; display: none; position: absolute; bottom: -1px; left: 0; width: 100%; height: 3px; background-color: #ae0e16; }

.menut .list .cur:before { display: block; }

.menut .position { padding: 13px 0; font-weight: lighter; font-size: 14px; line-height: 24px; color: #222; }

.menut .position a, .menut .back { font-weight: lighter; font-size: 14px; color: #222; }

.menut .back { line-height: 50px; }

.menut .position a:hover, .menut .back:hover { color: #ae0e16; }

.pagelist { margin: 40px auto 20px; font-size: 0; text-align: center; }

.pagelist a, .pagelist b { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; margin: 0 4px; width: 24px; height: 24px; font-size: 14px; line-height: 24px; color: #666; border-radius: 100%; }

.pagelist a:hover { color: #ae0e16; }

.pagelist b, .pagelist .this { font-weight: normal; color: #fff; background-color: #ae0e16; }

.pagelist a[title="Total record"], .pagelist a.all { width: auto; }

.pagelist a b { display: inline; margin: 0 2px; padding: 0; color: #666; background: none; }

.pagelist a[title="Total record"]:hover, .pagelist a[title="Total"]:hover, .pagelist a[title="record"]:hover, .pagelist a.all:hover { color: #666; }



/*弹出灯箱*/

.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; 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 { display: none; position: absolute; bottom: 0; left: 0; z-index: 1001; 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: #ae0e16; }

.swiperpf .close .icon { position: absolute; top: 50%; left: 50%; margin: -14px 0 0 -14px; width: 27px; height: 27px; background: url(../img/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(174, 14, 22, 0.6); background-color: #35250b\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(174, 14, 22, 0.8); }

.swiperpf .prev { left: 5%; }

.swiperpf .prev .icon { background: url(../img/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(../img/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 { background-color: #fff; }

.about-tit { text-align: center; color: #000; }

.about-tit .txt { font-weight: bold; font-size: 32px; }

.about-tit .stxt { margin-top: 6px; font-weight: bold; font-size: 20px; text-transform: uppercase; color: #aaa; }



.about-jj { position: relative; }

.about-jj .imgwr { position: absolute; left: 0; top: 0; width: 50%; height: 100%; overflow: hidden; }

.about-jj .imgwr .img { display: block; width: 100%; }

.about-jj .conwr { padding: 50px 0 60px; width: 45%; }

.about-jj .conwr .tit { font-size: 36px; color: #333; }

.about-jj .conwr .con { margin-top: 14px; font-weight: lighter; font-size: 14px; line-height: 30px; color: #4a4a4a; }

.about-jj .conwr .list { font-size: 0; }

.about-jj .conwr .col { position: relative; margin-top: 40px; width: 40.74%; vertical-align: top; }

.about-jj .conwr .col-0 { margin-left: 18.52%; }

.about-jj .conwr .col-1:before { content: ''; position: absolute; right: 0; top: 0; width: 1px; height: 90%; background-color: #dbdbdb; }

.about-jj .conwr .col .tit { position: relative; font-weight: bold; font-size: 44px; }

.about-jj .conwr .txt { position: absolute; top: 7px; left: 100%; margin-left: 5px; font-size: 22px; text-transform: uppercase; }

.about-jj .conwr .col .con { margin-top: 0; font-weight: lighter; color: #8c8c8c; }

.about-jj .movwr { display: none; position: relative; cursor: pointer; overflow: hidden; }

.about-jj .movwr .imgwr { position: relative; width: 100%; padding-bottom: 56.25%; height: 0; background-color: #000; }

.about-jj .movwr .img { display: block; width: 100%; opacity: 0.4; filter: alpha(opacity=40); }

.about-jj .movwr .icon { position: absolute; top: 50%; left: 50%; margin: -20px 0 0 -20px; width: 40px; height: 40px; background: url(../img/icon-play.png) 0 0 no-repeat; background-size: 100% 100%; }

.about-jj .movwr .box { position: absolute; top: 0; left: 0; z-index: 3; width: 100%; height: 100%; }

.about-jj .movwr:hover .img { opacity: 0.6; filter: alpha(opacity=60); }

.about-jj .movwr:hover .icon { left: 51%; }

.about-jj .conwr .col { width: 44.74%; }

.about-jj .conwr .col-0 { margin-left: 10.52%; }

.about-jj .conwr .col .tit { font-size: 44px; color: #d1021f; vertical-align: bottom; }

.about-jj .conwr .txt { top: -5px; font-size: 22px; }

.about-jj .conwr .col .con { display: inline-block; *display: inline; *zoom: 1; vertical-align: bottom; margin-left: 10px; font-size: 12px; line-height: 16px; }



.about-pp { padding: 45px 0 35px; background-color: #f5f5f5; }

.about-pp .list .row { position: relative; padding: 55px 0 45px; font-size: 0; border-top: 1px solid #e6e6e6; }

.about-pp .list .row-1 { border-top: none; }

.about-pp .row .imgb { position: relative; z-index: 3; padding: 0.1px 0; width: 9.16%; background-color: #cb0f18; border-radius: 100%; }

.about-pp .row .imgb:before { content: ''; position: absolute; top: 0; left: 0; z-index: 1; width: 100%; height: 100%; background-color: #333; border-radius: 100%; opacity: 0; filter: alpha(opacity=0); -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }

.about-pp .row .imgin { margin: 5px; border: 1px solid #fff; border-radius: 100%; }

.about-pp .row .imgwr { position: relative; z-index: 2; padding-bottom: 100%; height: 0; border-radius: 100%; overflow: hidden; }

.about-pp .row .img { position: absolute; top: 0; left: 0; right: 0; margin: 0 auto; max-width: 70%; max-height: 70%; }

.about-pp .row .conwr { margin-left: 5%; width: 85.83%; }

.about-pp .row .title { font-size: 0; }

.about-pp .row .stit { font-weight: bold; font-size: 26px; color: #ae0e16; }

.about-pp .row .tit { margin-left: 8px; font-size: 26px; color: #333; }

.about-pp .row .con { margin-top: 12px; font-weight: lighter; font-size: 14px; line-height: 30px; color: #4a4a4a; }

.about-pp .row .mask-l { position: absolute; bottom: -1px; left: 0; z-index: 3; width: 14.17%; height: 1px; background-color: #f5f5f5; }

.about-pp .row:hover .imgb:before { opacity: 1; filter: alpha(opacity=100); -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }

.about-pp .line { position: absolute; top: 0; left: 4.58%; z-index: 1; margin-left: -1.5px; width: 0; height: 100%; border-right: 3px dashed #e9e9e9; }

.about-pp .line:before, .about-pp .line:after { content: ''; position: absolute; left: 0; width: 3px; height: 10%; z-index: 2; background-color: #f5f5f5; }

.about-pp .line:before { top: 0; }

.about-pp .line:after { bottom: 0; }



.about-zc { padding: 50px 0; }

.about-zc .main { margin-top: 40px; font-size: 0; }

.about-zc .imgwr { width: 47%; text-align: center; }

.about-zc .imgwr .img { max-width: 100%; vertical-align: top; }

.about-zc .imgwr .txt { margin-top: 10px; font-size: 16px; color: #333; }

.about-zc .conwr { margin-left: 6%; width: 47%; font-weight: lighter; font-size: 15px; line-height: 32px; color: #4a4a4a; }



.about-ky { padding-bottom: 40px; overflow: hidden; }

.about-ky .img { display: block; width: 100%; }

.about-ky .conwr { position: relative; z-index: 2; margin-top: -25.8%; padding: 30px 4.16%; background-color: #fff; box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1); }

.about-ky .conwr .con { margin-top: 12px; font-weight: lighter; font-size: 14px; line-height: 38px; color: #4a4a4a; }



.about-lc { padding: 50px 0; }

.about-lc .swiper-container { margin-top: 40px; }

.about-lc .swiper-slide { margin-right: 5%; width: 30%; }

.about-lc .imgwr { position: relative; background-color: #f5f5f5; overflow: hidden; cursor: pointer; }

.about-lc .imgwr .img { position: absolute; top: 0; left: 0; right: 0; z-index: 1; margin: 0 auto; max-width: 100%; max-height: 100%; }

.about-lc .imgwr .mask { position: relative; z-index: 2; border: 5px solid #ae0e16; opacity: 0; filter: alpha(opacity=0); -webkit-transform: scale(0.9); -moz-transform: scale(0.9); -ms-transform: scale(0.9); -o-transform: scale(0.9); transform: scale(0.9); }

.about-lc .imgwr .line { display: block; padding-bottom: 62.27%; height: 0; }

.about-lc .cur .imgwr { box-shadow: 0 0 26px 0 rgba(4, 0, 0, 0.3); }

.about-lc .cur .mask { opacity: 1; filter: alpha(opacity=100); -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }

.about-lc .conwr { margin-top: 14px; font-weight: lighter; font-size: 14px; line-height: 30px; color: #4a4a4a; }

.about-lc .year { position: relative; margin-top: 30px; overflow: hidden; }

.about-lc .year-m { display: none; }

.about-lc .year .list { position: relative; z-index: 2; font-size: 0; }

.about-lc .year .col { position: relative; width: 10%; text-align: center; }

.about-lc .year .tit { font-weight: bold; font-size: 14px; color: #666; cursor: pointer; }

.about-lc .year .dot { margin-top: 6px; width: 16px; height: 16px; background-color: #c7c7c7; border-radius: 100%; cursor: pointer; }

.about-lc .year .cline { position: absolute; bottom: 5px; left: -50%; width: 0; height: 6px; background-color: #ae0e16; }

.about-lc .year .line { position: absolute; bottom: 5px; left: 0; width: 100%; height: 6px; background-color: #c7c7c7; }

.about-lc .year .col-1 .tit, .about-lc .year .col:hover .tit, .about-lc .year .cur .tit { color: #ae0e16; }

.about-lc .year .col-1 .dot, .about-lc .year .col:hover .dot, .about-lc .year .cur .dot { background-color: #ae0e16; }

.about-lc .year .col-1 .cline { left: auto; right: 50%; width: 1000px; }

.about-lc .year .cur .cline { width: 100%; }



.about-ry { position: relative; }

.about-ry .bg { position: absolute; top: 0; left: 0; z-index: 1; width: 100%; height: 100%; background: center bottom no-repeat; }

.about-ry .comwrap { z-index: 2; }

.about-ry .about-tit { padding-top: 80px; text-align: left; }

.about-ry .imgbox { position: relative; width: 53.33%; border: 1px solid #e3e3e3; }

.about-ry .swiper-slide { position: relative; width: 50%; overflow: hidden; }

.about-ry .imgwr { position: relative; padding-bottom: 75%; height: 0; border: 1px solid #e3e3e3; overflow: hidden; }

.about-ry .imgwr .img { position: absolute; top: 0; left: 0; right: 0; z-index: 1; margin: 0 auto; max-width: 90%; max-height: 90%; }

.about-ry .conwr { position: absolute; top: 56%; left: 0; z-index: 3; margin-top: -16px; width: 100%; opacity: 0; filter: alpha(opacity=0); }

.about-ry .conwr .tit { padding: 0 10px; font-weight: bold; font-size: 24px; line-height: 32px; color: #fff; text-align: center; }

.about-ry .mask { position: absolute; top: -10%; left: 0; z-index: 2; width: 100%; height: 100%; background-color: #ae0e16; opacity: 0; filter: alpha(opacity=0); }

.about-ry .swiper-slide:hover .conwr { top: 50%; opacity: 1; filter: alpha(opacity=100); }

.about-ry .swiper-slide:hover .mask { top: 0; opacity: 0.9; filter: alpha(opacity=90); }

.about-ry .btnwr { position: absolute; top: 50%; right: 100%; z-index: 2; margin-top: -37px; }

.about-ry .btnwr .btn { width: 37px; height: 37px; background: #545454 center no-repeat; }

.about-ry .btnwr .btn:hover { background-color: #ae0e16; cursor: pointer; }

.about-ry .btnwr .prev { background-image: url(../img/icon_btn_l_s.png); }

.about-ry .btnwr .next { background-image: url(../img/icon_btn_r_s.png); }



.about-hj { padding: 60px 0; font-size: 15px; line-height: 35px; color: #4a4a4a; background: url(../img/bg-arrow-ab.jpg) right center no-repeat; }



/*产品*/

.prolist { padding-bottom: 40px; }

.prolist .list { font-size: 0; }

.prolist .list .col { margin: 40px 3.125% 0 0; width: 31.25%; vertical-align: top; }

.prolist .list .col-0 { margin-right: 0; }

.prolist .col .wrap { display: block; padding: 1px; background-color: #fff; }

.prolist .col .imgwr { position: relative; padding-bottom: 60.91%; height: 0; background-color: #fff; border-bottom: 1px solid #eee; overflow: hidden; }

.prolist .col .img { position: absolute; top: 0; left: 0; right: 0; margin: 0 auto; max-width: 100%; max-height: 100%; }

.prolist .col .conwr { position: relative; padding: 16px 60px 16px 16px; color: #222; }

.prolist .col .tit { font-weight: bold; font-size: 18px; }

.prolist .col .stit { margin-top: 6px; height: 19px; font-weight: lighter; font-size: 14px; opacity: 0.6; filter: alpha(opacity=60); }
.prolist .col .stit2 { opacity: 0.8; filter: alpha(opacity=80); }

.prolist .col .icon { position: absolute; top: 50%; right: 16px; margin-top: -13px; width: 26px; height: 26px; background: url(../img/icon-pro.png) 0 0 no-repeat; }

.prolist .col:hover { box-shadow: 0 0 20px 0 rgba(4, 0, 0, 0.1); }

.prolist .col:hover .wrap { background-color: #ae0e16; }

.prolist .col:hover .conwr { color: #fff; }

.prolist .col:hover .icon { background-position: -32px 0; }



.procon-info { margin: 40px auto 50px; }

.procon-info .imgbox { position: relative; width: 46%; }

.procon-info .imgbox .zoom { display: none; position: absolute; top: 0; left: 100%; z-index: 3; width: 50%; height: 100%; background-color: #fff; border: 1px solid #f1f1f1; overflow: hidden; }

.procon-info .imgbox .zoom .img { position: absolute; }

.procon-info .imgbox .bigimg { position: relative; padding-bottom: 60.91%; height: 0; border: 1px solid #f1f1f1; overflow: hidden; }

.procon-info .imgbox .biload { background: url(../img/loading.gif) center no-repeat; }

.procon-info .bigimg .img { position: absolute; top: 0; left: 0; right: 0; margin: 0 auto; max-width: 100%; max-height: 100%; }

.procon-info .imgbox .imgslide { display: none; position: relative; margin-top: 10px; padding: 0 25px; }

.procon-info .imgslide .swiper-slide { width: 20%; }

.procon-info .imgslide .imgwr { position: relative; padding-bottom: 60.91%; height: 0; border: 2px solid #f1f1f1; overflow: hidden; }

.procon-info .imgslide .imgwr:hover, .procon-info .imgslide .cur .imgwr { border-color: #ae0e16; }

.procon-info .imgslide .img { position: absolute; top: 0; left: 0; width: 100%; cursor: pointer; }

.procon-info .imgslide .btn { position: absolute; top: 0; width: 15px; height: 100%; border: 1px solid #f1f1f1; }

.procon-info .imgslide .btn:hover { border-color: #ae0e16; }

.procon-info .imgslide .icon { position: absolute; top: 50%; left: 0; right: 0; margin: -5px auto 0; width: 8px; height: 11px; background: url(../img/icon-btn-pc.png) 0 0 no-repeat; }

.procon-info .imgslide .prev { left: 0; }

.procon-info .imgslide .next { right: 0; }

.procon-info .imgslide .next .icon { background-position: -14px 0; }

.procon-info .conbox { width: 50%; }

.procon-info .conbox .tit { font-size: 26px; color: #222; }
.procon-info .conbox .txt { font-size: 16px; line-height: 2.5em; color: #555; }

.procon-info .conbox .con { margin-top: 16px; font-weight: lighter; font-size: 14px; line-height: 26px; color: #222; }

.procon-info .conbox .conwr { margin-top: 20px; padding: 8px 0; border-top: 1px solid #eee; border-bottom: 1px solid #eee; }

.procon-info .conbox .row { position: relative; margin: 15px 0; min-height: 24px; font-weight: lighter; font-size: 14px; line-height: 24px; }

.procon-info .conbox .ctit { position: absolute; left: 0; top: 0; width: 110px; color: #222; opacity: 0.6; filter: alpha(opacity=60); }

.procon-info .conbox .ccon { margin-left: 120px; color: #000; }

.procon-info .conbox .btnwr { margin-top: 30px; font-size: 0; }

.procon-info .conbox .btn { margin: 0 30px 0 0; padding: 0; width: 158px; height: 43px; font-weight: lighter; font-size: 14px; line-height: 43px; text-align: center; color: #ae0e16; background: none; border: 1px solid #ae0e16; border-radius: 23px; }

.procon-info .conbox .btn:hover { color: #fff; background-color: #ae0e16; }

.procon-main { margin-bottom: 60px; padding-top: 35px; border-top: 1px solid #eee; }

.procon-main .item { font-size: 16px; line-height: 2; }

.procon-main .item-m { display: none; }

.procon-more .ttit { font-weight: bold; font-size: 20px; }

.procon-more .list .col { margin-top: 20px; }

.procon-more .list .col-3 { margin-right: 0; }

.procon-more .list .col-4 { display: none; }

.procon-more .col .wrap { background-color: #f9f9f9; }

.procon-more .col .tit { font-weight: normal; }

.procon-more .col:hover .wrap { background-color: #ae0e16; }



/*加盟*/

.join { background-color: #f6f3f7; }

.join-tit { text-align: center; }

.join-tit .txt { padding: 0 25px; width: 525px; font-weight: bold; font-size: 30px; line-height: 50px; color: #895e32; background: url(../img/bg-jointit.png) center no-repeat; background-size: 100% 100%; }

.join-jmzg { padding: 100px 0; background-color: #fff; }

.join-jmzg .list { padding-top: 20px; font-size: 0; text-align: center; }

.join-jmzg .list .col { position: relative; margin-top: 50px; padding: 0 5%; width: 15%; vertical-align: top; }

.join-jmzg .col .icon { max-width: 100%; height: 78px; }

.join-jmzg .col .txt { margin-top: 16px; font-weight: lighter; font-size: 16px; line-height: 30px; color: #333; }

.join-jmzg .col .line { position: absolute; top: 30px; left: 0; width: 0; height: 75px; border-right: 1px dashed #efe0d7; }

.join-jmzg .col-1 .line, .join-jmzg .col-5 .line { display: none; }

.join-jmzg .col:hover .icon { -webkit-transform: translate3d(0, -10px, 0) rotateZ(360deg); -moz-transform: translate3d(0, -10px, 0) rotateZ(360deg); -ms-transform: translate3d(0, -10px, 0) rotateZ(360deg); -o-transform: translate3d(0, -10px, 0) rotateZ(360deg); transform: translate3d(0, -10px, 0) rotateZ(360deg); }



.banad { overflow: hidden; }

.banad .img { display: block; width: 100%; }



.join-fwzc { padding: 115px 0 0.1px; background-color: #fff; }

.join-fwzc .img { display: block; margin: 70px auto 0; max-width: 100%; }

.join-fwzc .item { position: absolute; top: 0; text-align: center; }

.join-fwzc .item .con { padding: 15px 40px; background-color: #fff; border-radius: 8px; box-shadow: 0 0 13px 0 rgba(4, 0, 0, 0.1); }

.join-fwzc .item .txt { font-weight: lighter; font-size: 18px; line-height: 26px; color: #333; }

.join-fwzc .item:hover .con { background-color: #ae0e16; box-shadow: 0 0 6px 0 rgba(174, 14, 22, 0.3); -webkit-transform: translate3d(0, -6px, 0); -moz-transform: translate3d(0, -6px, 0); -ms-transform: translate3d(0, -6px, 0); -o-transform: translate3d(0, -6px, 0); transform: translate3d(0, -6px, 0); }

.join-fwzc .item:hover .txt { color: #fff; }



.join-hzhb { padding: 70px 0 75px; background-color: #fff; }

.join-hzhb .swiper-container { margin-top: 45px; background-color: #fff; border: 1px solid #e5e5e5; }

.join-hzhb .swiper-slide { width: 20%; }

.join-hzhb .imgwr { position: relative; padding-bottom: 70.83%; height: 0; border: 1px solid #e5e5e5; overflow: hidden; }

.join-hzhb .imgwr .img { position: absolute; top: 0; left: 0; right: 0; margin: 0 auto; max-width: 80%; max-height: 80%; }

.join-hzhb .imgwr:hover { border-color: #ae0e16; }

.join-hzhb .imgwr:hover .img { -webkit-transform: scale(0.94); -moz-transform: scale(0.94); -ms-transform: scale(0.94); -o-transform: scale(0.94); transform: scale(0.94); }



.join-zslc { position: relative; padding: 65px 0 140px; color: #fff; background-color: #a80d15; }

.join-zslc .comwrap { z-index: 2; }

.join-zslc .title .txt { font-weight: bold; font-size: 40px; text-align: center; }

.join-zslc .title .stxt { margin-top: 10px; font-size: 18px; }

.join-zslc .list { font-size: 0; text-align: center; background: center 120px no-repeat; }

.join-zslc .list .col { margin-top: 65px; width: 20%; vertical-align: top; }

.join-zslc .list .col-m { display: none; }

.join-zslc .col .imgbg { margin: 0 auto; padding: 0.1px; width: 66.66%; background-color: #860108; border-radius: 100%; }

.join-zslc .col .imgin { margin: 6px; }

.join-zslc .col .imgwr { position: relative; padding-bottom: 100%; height: 0; border-radius: 100%; box-sizing: border-box; overflow: hidden; }

.join-zslc .col .img { display: block; width: 100%; }

.join-zslc .col .conwr { position: relative; margin-top: 22px; }

.join-zslc .col .num { position: absolute; bottom: 100%; right: 100%; margin-right: 20px; font-size: 32px; }

.join-zslc .col .icon { position: absolute; top: 100%; left: 100%; margin: -8px 0 0 -4px; width: 13px; height: 12px; background: url(../img/icon-jlc.png) 0 0 no-repeat; }

.join-zslc .col .con { font-size: 16px; text-align: center; }

.join-zslc .bg { position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; background: center bottom no-repeat; }



.join-mdzs { padding: 40px 0; }

.join-mdzs .swiper-container { margin-top: 55px; }

.join-mdzs .swiper-slide { width: 33.33%; }

.join-mdzs .imgwr { position: relative; padding-bottom: 78.94%; height: 0; overflow: hidden; }

.join-mdzs .imgwr .img { display: block; width: 100%; }

.join-mdzs .swiper-pagination { position: static; margin-top: 30px; }

.join-mdzs .swiper-pagination-bullet { width: 10px; height: 10px; background: #a8a8a8; opacity: 1; filter: alpha(opacity=100); }

.join-mdzs .swiper-pagination-bullet-active { background: #ae0e16; }

.join-mdzs .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 8px; }



.join-pxzs { padding: 75px 0 55px; background-color: #fff; }

.join-pxzs .swiper-container { margin-top: 55px; font-size: 0; }

.join-pxzs .col { margin-left: 1.66%; }

.join-pxzs .col .imgwr { position: relative; height: 0; overflow: hidden; }

.join-pxzs .col .img { display: block; width: 100%; }

.join-pxzs .col-0 { margin-left: 0; width: 45%; }

.join-pxzs .col-0 .imgwr { padding-bottom: 103.7%; }

.join-pxzs .col-1, .join-pxzs .col-2 { width: 25.83%; }

.join-pxzs .col-1 .imgwr, .join-pxzs .col-2 .imgwr { padding-bottom: 89.35%; }

.join-pxzs .col-3 { margin-top: 1.66%; width: 53.33%; }

.join-pxzs .col-3 .imgwr { padding-bottom: 41%; }

.join-pxzs .btn { position: absolute; top: 50%; z-index: 2; margin-top: -25px; padding: 11px 16px; background-color: #ae0e16; border-radius: 100%; opacity: 0.6; filter: alpha(opacity=60); }

.join-pxzs .btn:hover { opacity: 0.9; filter: alpha(opacity=90); cursor: pointer; }

.join-pxzs .btn .icon { display: block; width: 14px; height: 24px; background: 0 0 no-repeat; }

.join-pxzs .prev { left: -60px; }

.join-pxzs .prev .icon { background-image: url(../img/icon_btn_l_w.png); }

.join-pxzs .next { right: -60px; }

.join-pxzs .next .icon { background-image: url(../img/icon_btn_r_w.png); }



//.join-fb { position: fixed; bottom: 0; left: 0; z-index: 7; width: 100%; padding: 40px 0 30px; }

.join-fb { position: relative; z-index: 7; width: 100%; padding: 40px 0 30px; }

.join-fb .bg { position: absolute; top: 0; left: 0; z-index: 1; width: 100%; height: 100%; overflow: hidden; }

.join-fb .bg .img { display: block; width: 100%; }

.join-fb .comwrap { z-index: 7; color: #fff; }

.join-fb .conwr { width: 25.83%; }

.join-fb .conwr .tit { font-weight: lighter; font-size: 34px; }

.join-fb .conwr .txt { font-weight: bold; }

.join-fb .conwr .con { margin-top: 10px; font-size: 16px; opacity: 0.5; filter: alpha(opacity=50); }

.join-fb .list { position: relative; width: 66.66%; font-size: 0; }

.join-fb .list .row-hide { display: none; }

.join-fb .list .row { margin-left: 2.5%; width: 22.5%; }

.join-fb .list .tit { position: relative; z-index: 1; font-size: 16px; }

.join-fb .list .inbox { position: relative; margin-top: 12px; background-color: #fff; border-radius: 4px; }

.join-fb .list .txt { position: absolute; top: 0; left: 10%; font-size: 14px; line-height: 50px; color: #adadad; }

.join-fb .list .intxt { display: block; position: relative; z-index: 2; padding: 0 10%; width: 80%; height: 50px; line-height: 50px; background: none; border-radius: 4px; }

.join-fb .list .intxt-on { background-color: #fff; }

.join-fb .list .citycb { display: none; position: absolute; bottom: 55px; left: 2.5%; z-index: 7; padding: 0.1px; width: 45%; font-size: 0; color: #666; background-color: #fff; border-radius: 4px; }

.join-fb .list .col { position: relative; margin: 10px 2%; width: 46%; vertical-align: top; }

.join-fb .list .ctxt { padding: 0 16px; font-size: 16px; line-height: 36px; border: 1px solid #eee; border-radius: 2px; cursor: pointer; }

.join-fb .list .cinbox { position: absolute; bottom: 94%; left: 0; z-index: 7; padding: 10px 0; width: 100%; max-height: 150px; background-color: #fff; text-align: center; overflow-y: scroll; overflow: scroll\9; opacity: 0; filter: alpha(opacity=0); visibility: hidden; }

.join-fb .list .cinbox-on { bottom: 100%; opacity: 1; filter: alpha(opacity=100); visibility: visible; }

.join-fb .list .crow { padding: 0 10px; font-size: 14px; line-height: 30px; }

.join-fb .list .crow:hover { color: #fff; background-color: #ae0e16; cursor: pointer; }

.join-fb .list .btn { display: block; margin-top: 33px; padding: 0; width: 100%; font-size: 18px; line-height: 50px; text-align: center; color: #fff; background-color: #ae0e16; }

.join-fb .list .btn:hover { background-color: #ff0000; cursor: pointer; }

.fdbox-hide { bottom: -153px; }

.join-fb .close { display: none; position: absolute; top: 0; right: 0; margin-top: -27px; width: 27px; height: 27px; background: url(../img/icon_close.png) center no-repeat; }

.join-fb .close:hover { cursor: pointer; -webkit-transform: rotateZ(180deg); -moz-transform: rotateZ(180deg); -ms-transform: rotateZ(180deg); -o-transform: rotateZ(180deg); transform: rotateZ(180deg); }

.join-fb .open { position: absolute; bottom: 97%; right: 0; padding: 0 14px; font-size: 14px; line-height: 34px; color: #fff; background-color: #ae0e16; opacity: 0;

filter: alpha(opacity=0); visibility: hidden; }

.join-fb .open-on { bottom: 100%; opacity: 1; filter: alpha(opacity=100); visibility: visible; }

.join-fb .open:hover { background-color: #ff0000; cursor: pointer; }



/*专卖店*/

.imglist { margin: 10px auto 40px; }

.imglist .list { font-size: 0; }

.imglist .list .col { margin: 30px 1% 0; width: 31.33%; vertical-align: top; cursor: pointer; }

.imglist .col .imgwr { position: relative; padding-bottom: 62%; height: 0; overflow: hidden; }

.imglist .col .imgwr-vm { border: 1px solid #eee; }

.imglist .col .img { display: block; width: 100%; }

.imglist .col .imgwr-vm .img { position: absolute; top: 0; left: 0; right: 0; margin: 0 auto; width: auto; max-width: 90%; max-height: 90%; }

.imglist .col .tit { margin-top: 16px; font-size: 16px; text-align: center; color: #515151; }

.imglist .col:hover .img { -webkit-transform: scale(1.03); -moz-transform: scale(1.03); -ms-transform: scale(1.03); -o-transform: scale(1.03); transform: scale(1.03); }

.imglist .col:hover .tit { color: #000636; }



/*新闻*/

.artlist { margin: 35px 0; background-color: #fff; }

.artlist .row { position: relative; padding: 40px 0; font-size: 0; border-bottom: 1px solid #e3e3e3; }

.artlist .row .wrap { display: block; position: relative; z-index: 2; padding-left: 130px; }

.artlist .row .time { position: absolute; top: 50%; left: 0; margin-top: -49px; width: 90px; font-family: arial; text-align: center; color: #ababab; }

.artlist .row .day { font-size: 44px; }

.artlist .row .line { margin-top: 15px; position: relative; width: 100%; height: 1px; background-color: #e3e3e3; }

.artlist .row .line-h { position: absolute; top: 0; left: 0; width: 0; height: 1px; background-color: #ae0e16; }

.artlist .row .ym { margin-top: 18px; font-size: 12px; }

.artlist .row .imgwr { position: relative; width: 27.1%; height: 165px; overflow: hidden; }

.artlist .row .img { position: absolute; top: 0; left: 0; right: 0; margin: 0 auto; max-width: 100%; max-height: 100%; }

.artlist .row .conwr { margin-left: 3.7%; width: 69.16%; }

.artlist .row .tit { font-weight: bold; font-size: 20px; color: #383838; }

.artlist .row .desc { margin-top: 20px; max-height: 60px; font-size: 14px; line-height: 30px; color: #7e7e7e; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

.artlist .row .info { margin-top: 18px; }

.artlist .row .icon { margin-right: 6px; width: 16px; height: 11px; background: url(../img/icon-eye.png) 0 0 no-repeat; }

.artlist .row .txt { font-size: 12px; color: #bbb; }

.artlist .row .mask { position: absolute; top: 0; left: 50%; z-index: 1; margin-left: -1000px; width: 2000px; height: 100%; background-color: #e3e3e3; opacity: 0; filter: alpha(opacity=0); -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: center; -moz-transform-origin: center; -ms-transform-origin: center; -o-transform-origin: center; transform-origin: center; }

.artlist .row:hover .time { color: #ae0e16; }

.artlist .row:hover .line-h { width: 100%; }

.artlist .row:hover .mask { opacity: 1; filter: alpha(opacity=100); -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); }



.container .content { margin-right: 33.125%; padding: 0.1px 0; min-height: 458px; }

.container .sidebar { position: absolute; top: 0; right: 2.5%; padding: 0.1px 0; width: 24.0625%; }

.container .sidebar .ttit { margin: 30px 0 10px; font-weight: bold; font-size: 20px; color: #454545; }

.container .sidebar .row { position: relative; line-height: 50px; }

.container .sidebar .row .icon { position: absolute; top: 0; left: 0; font-size: 30px; color: #454545; opacity: 0.2; filter: alpha(opacity=20); }

.container .sidebar .row .tit { margin-left: 22px; font-size: 15px; }

.container .sidebar .row:hover .tit { color: #000636; }

.artcon { margin: 30px 0 60px; }

.artcon .title { font-weight: bold; font-size: 22px; color: #363636; text-align: center; }

.artcon .info { margin-top: 20px; padding-bottom: 10px; font-size: 0; color: #939393; text-align: center; border-bottom: 1px solid #eee; }

.artcon .info .txt { margin: 0 6px; font-size: 13px; }

.artcon .body { margin-top: 30px; font-size: 16px; line-height: 2; }

.artcon .body p { margin: 14px 0; }



.pagelink { position: relative; margin-top: 30px; padding: 20px 140px 0 0; font-size: 15px; line-height: 30px; color: #939393; border-top: 1px solid #eee; }

.pagelink a { color: #939393; }

.pagelink a:hover { color: #000636; }

#bdshareNC { position: absolute; right: 0; bottom: 10px; width: 98px; height: 33px; font-size: 0; text-align: center; border: 1px solid #939393; }

#bdshareNC a { position: absolute; top: 0; left: 0; z-index: 3; margin: 0; padding: 0; width: 100%; height: 100%; background: none; }

#bdshareNC .icon { width: 16px; height: 16px; background: url(../img/icon-shareb.png) 0 0 no-repeat; }

#bdshareNC .txt { margin-left: 10px; font-size: 14px; color: #939393; }

#bdshareNC:hover { border-color: #000636; }

#bdshareNC:hover .txt { color: #000636; }



/*联系*/

.contact { margin-bottom: 50px; font-size: 0; }

.contact .item { margin-top: 46px; width: 46.66%; }

.contact .item-1 { margin-left: 6.66%; }

.contact .item .tit { font-weight: bold; font-size: 22px; color: #212121; }

.contact .item .con { margin-top: 26px; font-weight: lighter; font-size: 16px; line-height: 30px; }

.contact .map { position: relative; margin: 46px 0 0 5%; width: 48%; height: 300px; font-size: 14px; }

.contact .map .box { position: absolute; top: 0; left: 0; z-index: 1; width: 100%; height: 100%; }

.contact .map .link { position: absolute; left: 0; bottom: 0; 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; }



.feedback { margin-bottom: 55px; padding-top: 30px; border-top: 1px solid #d3d3d3; }

.feedback .list { margin: 0 12px; font-size: 0; }

.feedback .row { position: relative; margin-top: 30px; width: 30.78%; vertical-align: top; }

.feedback .row-hide { display: none; }

.feedback .marl { margin-left: 3.83%; }

.feedback .row-2 { display: block; width: 100%; }

.feedback .row .txt { position: absolute; top: 0; left: 7.2%; z-index: 1; font-size: 14px; color: #757575; line-height: 54px; }

.feedback .row-2 .txt { left: 2.4%; }

.feedback .row .star { margin-left: 5px; font-style: normal; color: #ff0000; }

.feedback .row .inbox { position: relative; z-index: 2; border: 1px solid #d1d1d1; }

.feedback .row .intxt { display: block; padding: 0 7.2%; width: 85.6%; height: 52px; line-height: 52px; background: none; }

.feedback .row .intxt-2 { padding: 11px 2.4%; width: 95.2%; min-width: 95.2%; max-width: 95.2%; height: 120px; line-height: 30px; }

.feedback .row .intxt-3 { display: inline-block; margin-right: 6px; width: 35.6%; }

.feedback .row .intxt-on { background-color: #f7f7f7; }

.feedback .row .img { display: none; }

.feedback .row .btn { display: block; margin-top: 7px; width: 145px; font-size: 14px; line-height: 35px; text-align: center; color: #232323; background: none; border: 1px solid #232323; }

.feedback .row-2 .btn { margin-top: 0; }

.feedback .row .btn:hover { color: #fff; background-color: #ae0e16; border-color: #ae0e16; cursor: pointer; }



@media screen and (max-width: 640px) {

  body { min-width: 0; padding: 50px 0; }

  .header-top { display: none; }

  .header, .nav { position: fixed; top: 0; left: 0; padding: 0; width: 100%; box-shadow: 1px 0 3px rgba(0, 0, 0, 0.1); }

  .header .comwrap { margin: 0; padding: 0; width: 100%; }

  .header .logo { margin-left: 3%; padding: 18px 0; }

  .header .logo .img { height: 14px; }

  .header .logo .img-m { height: 30px; }

  .header .btn { display: block; margin: 16px 3% 0 0; cursor: pointer; }

  .header .btn .line { display: block; margin-bottom: 6px; width: 22px; height: 2px; background-color: #333; }

  .header .btn-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); }

  .header .btn-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); }

  .header .btn-on .line-m { opacity: 0; filter: alpha(opacity=0); }

  .header .btn-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 { top: 50px; z-index: 8; width: 100%; height: calc(100% - 100px); background-color: rgba(0, 0, 0, 0.8); opacity: 0; filter: alpha(opacity=0); visibility: hidden; }

  .nav .list { position: absolute; right: 0; top: 0; width: 60%; height: 100%; background-color: #ae0e16; overflow-x: hidden; overflow-y: scroll; -webkit-transform: translate3d(100%, 0, 0); -moz-transform: translate3d(100%, 0, 0); -ms-transform: translate3d(100%, 0, 0); -o-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); }

  .nav .list .col:before { display: none; }

  .nav .list .col { display: block; margin-left: 0; border-top: 1px solid rgba(255, 255, 255, 0.2); }

  .nav .list .col-h { border-top: none; }

  .nav .list .col-lan { display: block; }

  .nav .col .link { padding: 0 10px; font-size: 15px; line-height: 50px; color: #fff; }

  .nav .col .link:hover, .nav .cur .link { color: #fff; background-color: #8c0910; }

  .nav .col .son { display: none; position: static; margin-left: 0; padding: 10px 0; width: auto; background-color: #8c0910; border: none; border-top: 1px solid rgba(255, 255, 255, 0.1); border-radius: 0; opacity: 1; filter: alpha(opacity=100); visibility: visible; }

  .nav .col .slink { padding: 0 20px; color: #eee; text-align: left; }

  .nav-on { opacity: 1; filter: alpha(opacity=100); visibility: visible; }

  .nav-on .list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

  .footer .flink { margin-bottom: 10px; padding: 10px 0; }

  .footer .flink .txt { margin-right: 2px; font-size: 13px; }

  .footer .info { float: none; margin-bottom: 10px; text-align: center; }

  .footer .info .txt { margin-top: 6px; font-size: 12px; }

  .footer .info .tel { font-size: 18px; }

  .footer .info .btn { margin-top: 10px; width: 120px; font-size: 12px; line-height: 30px; }

  .footer .info .ewm { margin-top: 10px; }

  .footer .menu, .floatright { display: none; }

  .copyright { padding: 10px 0; font-size: 12px; line-height: 18px; text-align: center; }

  .copyright .con { display: none; }

  .copyright .con-m { display: block; }

  .mFoot-nav { display: block; }



  .feedb-fixed { bottom: 50px; }

  .feedb-fixed .wrap { padding: 10px 0; }

  .feedb-fixed .btnwr { top: 0; bottom: auto; right: 0; -webkit-transform: scale(0.8); -moz-transform: scale(0.8); -ms-transform: scale(0.8); -o-transform: scale(0.8); transform: scale(0.8); }

  .feedb-fixed-hide .btnwr { top: auto; bottom: 0; }

  .feedb-fixed .conwr, .feedb-fixed .box { float: none; width: auto; }

  .feedb-fixed .conwr .txt { font-size: 14px; }

  .feedb-fixed .list .col { margin: 4% 0 0; width: 48%; }

  .feedb-fixed .list .col:nth-child(2) { margin-left: 4%; }

  .feedb-fixed .list .col-2, .feedb-fixed .list .col-4 { margin-left: 0; width: 100%; }

  .feedb-fixed .list .txt { left: 5%; line-height: 34px; }

  .feedb-fixed .list .intxt, .feedb-fixed .list .inbtn { height: 34px; min-height: 34px; max-height: 34px; line-height: 34px; }

  .feedb-fixed .list .col-2 .intxt { padding: 0 2.5%; width: 95%; max-width: 95%; min-width: 95%; }

  .feedb-fixed .list .inbtn { font-size: 14px; }



  //.banner .img { margin-left: -25%; width: 150%; }
  .banner .img,
  .banner-tid4 { display: none; }
  .banner .img-m { display: block; }

  .banner .txt { font-size: 18px; }

  .menut .list { text-align: left; }

  .menut .list .col { margin: 0; padding: 0; width: 33.33%; }

  .menut .list .col:nth-child(3n+1)::before { display: none; }

  .menut .list .link { padding: 0 5px; font-size: 14px; line-height: 34px; text-align: center; }

  .menut .list .link:before { left: 25%; width: 50%; }

  .pagelist { margin: 20px auto 0; }

  .pagelist a, .pagelist b { margin: 5px 3px 0; }

  .swiperpf .swiper-container { top: 5%; width: 94%; height: 90%; }

  .swiperpf .tit { top: 0; bottom: auto; font-size: 14px; }

  .swiperpf .close { top: auto; bottom: 0; width: 40px; height: 40px; }

  .swiperpf .btn { width: 30px; opacity: 0.8; filter: alpha(opacity=80); }

  .swiperpf .prev { left: 3%; }

  .swiperpf .next { right: 3%; }



  .about-jj .conwr { float: none; padding: 30px 0; width: auto; }

  .about-jj .conwr .tit { font-size: 18px; text-align: center; }

  .about-jj .conwr .con { font-weight: normal; line-height: 24px; }

  .about-jj .conwr .col { margin-top: 20px; padding-right: 10%; width: 40%; text-align: center; }

  .about-jj .conwr .col-0 { margin-left: 10%; padding-right: 0; width: 40%; }

  .about-jj .conwr .col .tit { font-size: 20px; }

  .about-jj .conwr .col .con { font-weight: normal; }

  .about-jj .conwr .txt { margin-left: 2px; font-size: 12px; }

  .about-jj .imgwr { display: none; position: static; width: auto; }

  .about-jj .movwr, .about-jj .movwr .imgwr { display: block; }

  .about-pp { padding: 10px 0; }

  .about-pp .list .row { padding: 20px 0; }

  .about-pp .row .imgb { position: absolute; top: 10px; left: 0; width: 50px; }

  .about-pp .row .conwr { display: block; margin-left: 65px; width: auto; }

  .about-pp .row .stit { font-size: 18px; }

  .about-pp .row .tit { font-size: 18px; }

  .about-pp .row .con { margin-top: 8px; font-weight: normal; line-height: 22px; }

  .about-pp .line { left: 25px; }

  .about-zc { padding: 30px 0; }

  .about-tit .txt { font-size: 20px; }

  .about-tit .stxt { margin-top: 3px; font-size: 16px; }

  .about-zc .main { margin-top: 20px; text-align: center; }

  .about-zc .imgwr { display: block; width: auto; }

  .about-zc .imgwr .img { max-width: 60%; }

  .about-zc .imgwr .txt { margin-top: 1em; font-size: 14px; }

  .about-zc .conwr { margin: 30px 0 0; width: auto; font-weight: normal; line-height: 25px; }

  .about-ky { padding-bottom: 20px; }

  .about-ky .img { margin-left: -25%; width: 150%; }

  .about-ky .conwr { margin-top: -20%; padding: 20px 5%; }

  .about-ky .conwr .con { margin-top: 10px; font-weight: normal; line-height: 24px; }

  .about-lc { padding: 20px 0 30px; }

  .about-lc .swiper-container { margin-top: 20px; }

  .about-lc .swiper-slide { margin-right: 0; width: 100%; }

  .about-lc .conwr { font-weight: normal; line-height: 24px; }

  .about-lc .year { display: none; }

  .about-lc .year-m { display: block; margin-top: 20px; }

  .about-ry { padding: 30px 0; }

  .about-ry .about-tit, .about-ry .imgbox { float: none; padding-top: 0; width: auto; text-align: center; }

  .about-ry .imgbox { margin-top: 20px; }

  .about-ry .conwr { margin-top: 0; -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); }

  .about-ry .conwr .tit { font-size: 14px; line-height: 20px; }

  .about-ry .btnwr { display: none; }

  .about-ry .bg { background: #f5f2ed!important; }

  .about-hj { padding: 30px 0; font-size: 14px; line-height: 24px; background-size: auto 100%; }



  .prolist { padding: 10px 0 30px; }

  .prolist .list .col, .imglist .list .col { margin: 20px 0 0; width: 48%; }

  .prolist .list .col:nth-child(2n), .imglist .list .col:nth-child(2n) { margin-left: 4%; }

  .prolist .col .conwr { padding: 8px; }

  .prolist .col .tit { font-size: 15px; }

  .prolist .col .stit { margin-top: 2px; height: 17px; font-weight: normal; font-size: 13px; }

  .prolist .col .icon { display: none; }

  .procon-info { margin: 30px auto; }

  .procon-info .imgbox, .procon-info .conbox { float: none; width: auto; }

  .procon-info .imgslide .swiper-slide { width: 25%; }

  .procon-info .conbox .tit { margin-top: 20px; font-weight: bold; font-size: 20px; text-align: center; }
  .procon-info .conbox .txt { text-align: center; }

  .procon-info .conbox .con { margin-top: 10px; font-weight: normal; line-height: 22px; }

  .procon-info .conbox .row { margin: 8px 0; min-height: 20px; line-height: 20px; }

  .procon-info .conbox .btnwr { margin-top: 20px; text-align: center; }

  .procon-info .conbox .btn { float: none; margin: 0 10px; width: 118px; height: 32px; line-height: 32px; }

  .procon-main { margin-bottom: 30px; padding-top: 25px; }

  .procon-main .item { display: none; }

  .procon-main .item-m { display: block; }

  .procon-more .ttit { font-size: 18px; }

  .procon-more .list .col-4 { display: inline-block; }



  .join-tit .txt { padding: 8px 15px; width: 80%; max-width: 525px; font-size: 20px; line-height: normal; background-size: 100% 100%; box-sizing: border-box; }

  .join-tit .txt { padding: 3px 1em; max-width: 50%; font-size: 15px; color: #fff; background: #8c0910; border-radius: 40px; }

  .join-jmzg, .join-fwzc, .join-hzhb, .join-zslc, .join-mdzs, .join-pxzs, .join-fb { padding: 30px 0; }

  .join-hzhb, .join-mdzs, .join-pxzs { background-color: #000; }

  .join-pxzs { padding-bottom: 60px; }

  .join-jmzg .list { padding-top: 0; }

  .join-jmzg .list .col { margin-top: 20px; width: 40%; }

  .join-jmzg .col .icon { height: 48px; }

  .join-jmzg .col .txt { margin-top: 10px; font-weight: normal; font-size: 14px; line-height: 22px; }

  .join-jmzg .col .line { top: 10px; height: 65px; }

  .join-jmzg .col-3 .line { display: none; }

  .banad .img { margin-left: -25%; width: 150%; }

  .join-fwzc .img { margin-top: 20px; }

  .join-fwzc .wrap { font-size: 0; }

  .join-fwzc .item { position: static; display: inline-block; *display: inline; *zoom: 1; width: 48%; margin-top: 10px!important; }

  .join-fwzc .item:nth-child(2n) { margin-left: 4%; }

  .join-fwzc .item:last-child { width: 100%; }

  .join-fwzc .item .con { padding: 10px 3%; width: 94%; }

  .join-fwzc .item .txt { font-weight: normal; font-size: 14px; line-height: 22px; }

  .join-hzhb .swiper-container { margin-top: 20px; }

  .join-zslc .title .txt { font-size: 20px; }

  .join-zslc .title .stxt { font-size: 16px; }

  .join-zslc .list { background: none!important; }

  .join-zslc .list .row-2 { display: none; }

  .join-zslc .list .col-m { display: inline-block; }

  .join-zslc .list .col { margin-top: 20px; width: 33.33%; }

  .join-zslc .col .imgbg { width: 80%; }

  .join-zslc .col .imgin { margin: 4px; }

  .join-zslc .col .conwr { margin-top: 10px; }

  .join-zslc .col .num { display: inline-block; *display: inline; *zoom: 1; position: relative; top: 0; right: 0; margin: 0; font-size: 20px; }

  .join-zslc .col .icon { top: auto; bottom: 0; margin: 0; }

  .join-zslc .col .con { margin: 6px 10px 0; font-size: 14px; }

  .join-zslc .bg { background-size: 100% auto; }

  .join-mdzs .swiper-container { margin-top: 20px; }

  .join-mdzs .swiper-pagination { margin-top: 10px; }

  .join-mdzs .swiper-pagination-bullet { background-color: #eee; }
  .join-mdzs .swiper-pagination-bullet-active { background: #ae0e16; }

  .join-mdzs .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 4px; }

  .join-pxzs .swiper-container { margin-top: 20px; }

  .join-fb .conwr, .join-fb .list { float: none; width: auto; }

  .join-fb .conwr .tit { font-size: 20px; text-align: center; }

  .join-fb .conwr .con { margin-top: 4px; text-align: center; }

  .join-fb .list { padding-top: 10px; }

  .join-fb .list .row { margin: 10px 0 0; width: 100%; }

  .join-fb .list .tit { font-size: 14px; }

  .join-fb .list .inbox { margin-top: 5px; }

  .join-fb .list .txt { left: 5%; line-height: 40px; }

  .join-fb .list .intxt { padding: 0 5%; width: 90%; height: 40px; line-height: 40px; }

  .join-fb .list .btn { margin-top: 5px; font-size: 14px; line-height: 40px; }

  .join-fb .list .citycb { top: 84px; left: 0; bottom: auto; width: 100%; }

  .join-fb .list .ctxt { font-size: 14px; }

  .join-fb { background-color: #000; }
  .join-fb .list { margin: 0 4%; }
  .join-fb .bg { display: none; }



  .imglist { margin-bottom: 30px; }

  .imglist .col .tit { margin-top: 8px; font-size: 14px; }



  .artlist { margin: 25px auto; }

  .artlist .row { padding: 15px 0; }

  .artlist .row .wrap { padding-left: 75px; }

  .artlist .row .time { margin-top: -30px; width: 60px; }

  .artlist .row .day { font-size: 24px; }

  .artlist .row .line { margin-top: 8px; }

  .artlist .row .ym { margin-top: 10px; }

  .artlist .row .imgwr { display: none; }

  .artlist .row .conwr { margin-left: 0; width: 100%; }

  .artlist .row .tit { font-size: 15px; }

  .artlist .row .desc { margin-top: 10px; height: 46px; font-size: 13px; line-height: 23px; }

  .artlist .row .info { margin-top: 10px; }

  .artcon { margin-bottom: 30px; }

  .artcon .title { font-size: 18px; }

  .artcon .info { margin-top: 12px; }

  .artcon .info .txt { margin: 0 3px; font-size: 12px; }

  .artcon .body { margin-top: 15px; font-size: 14px; line-height: 1.7; }

  .pagelink { margin-top: 25px; padding: 14px 0 0; font-size: 14px; line-height: 24px; }

  #bdshareNC { display: none; }



  .container .content { margin-right: 0; min-height: auto; }

  .container .sidebar { position: static; margin-bottom: 30px; width: auto; }

  .container .sidebar .ttit { margin-top: 0; font-size: 16px; }

  .container .sidebar .row { line-height: 30px; }

  .container .sidebar .row .tit { font-size: 14px; }



  .contact { margin-bottom: 30px; }

  .contact .item, .contact .map { display: block; margin: 30px 0 0; width: auto; }

  .contact .item .tit { font-size: 18px; text-align: center; }

  .contact .item .con { margin-top: 12px; font-weight: normal; font-size: 14px; line-height: 24px; }

  .contact .map { margin: 20px 0 0; padding-bottom: 60%; height: auto; }

  .feedback { margin-bottom: 30px; padding-top: 20px; }

  .feedback .list { margin: 0; }

  .feedback .row { margin: 10px 0 0; width: 100%; }

  .feedback .row .txt { left: 5%; line-height: 36px; }

  .feedback .row .intxt { padding: 0 5%; width: 90%; height: 34px; line-height: 34px; }

  .feedback .row .intxt-2 { padding: 6px 5%; max-width: 90%; min-width: 90%; height: 120px; }

  .feedback .row .btn { margin: 0 auto; }

}

/*动画*/

.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;

}*/

@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; } }