@charset "utf-8";
/* CSS Document */
* { margin:0; padding:0 }
*:focus {outline: none }
html { width:100%; height:100%; font-size:62.5%; /* 10÷16=62.5% */ }
body { font-size:14px; font-size:1.4rem; line-height:1.5em; font-weight:400; font-family:"阿里巴巴普惠体 2.0 55 Regular","PingFang SC","Microsoft Yahei",微软雅黑,黑体,Arial,Helvetica,sans-serif; color:#54403e; background:#fff; height:100% }
@font-face {
  font-family: "阿里巴巴普惠体 2.0 55 Regular";
  font-weight: 400;
  src: url("https://at.alicdn.com/wf/webfont/eX4l3wCsjX5V/mYVl1yAaJlxc.woff2") format("woff2"),
  url("https://at.alicdn.com/wf/webfont/eX4l3wCsjX5V/968W13xfIkTx.woff") format("woff");
  font-display: swap;
}
em, q, cite, address { font-weight:400; font-style:normal }
h1, h2, h3, h4, h5, h6 { font-weight:400 }
address { display:inline }
img { border:none }
li { list-style:none }
q { quotes:none }
strong { font-weight:bold }
table { border-collapse:collapse }
th { text-align:left; font-weight:400 }
small { -webkit-text-size-adjust:none; font-size:10px }
i { font-style:normal } 

::selection { background-color:#da251d; color:#fff }
::-moz-selection { background-color:#da251d; color:#fff }

/* link */
a { color:#54403e; outline-style:none; text-decoration:none; cursor:pointer; transition:0.2s; -webkit-transition: 0.2s; -moz-transition: 0.2s; -o-transition: 0.2s }
a:hover { color:#da251d }


/* clear float */
.cf { zoom:1 } /* for IE */
.cf:after { content:"."; display: block; clear:both; font-size:0; height:0; visibility:hidden; overflow:hidden } /* for other */
/* end of clear float */

/* float */
.fleft { float:left!important }
.fright { float:right!important }
.fnone { float:none!important }
/* text-align */
.tleft { text-align:left }
.tright { text-align:right }
.tcenter { text-align:center }
/* display */
.dis { display:block }
.undis { display:none }
.disinline { display:inline }
.disinblock { display:inline-block }


/* form */
label { cursor:pointer }
label:hover { text-decoration:underline }
input, select, textarea { vertical-align:middle; color:#54403e; font-family:"阿里巴巴普惠体 2.0 55 Regular","PingFang SC","Microsoft Yahei",微软雅黑,黑体,Arial,Helvetica,sans-serif; transition-duration:0.2s; -webkit-transition-duration: 0.2s; -moz-transition-duration: 0.2s; -o-transition-duration: 0.2s; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; -moz-border-radius:0; -webkit-border-radius:0; border-radius:0; appearance:none; -moz-appearance:none; -webkit-appearance:none }
input[type="text"], input[type="password"], select { appearance:none; -moz-appearance:none; -webkit-appearance:none }
input::placeholder { color: rgba(0,0,0,0.3) }

/*-------------------结构-------------------*/
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, time { display:block }

.cd-main-content { width:100%; margin:0 auto; overflow: hidden }

.container { margin-right:auto; margin-left:auto }
.container:before, .container:after { content:" "; display:table }
.container:after { clear: both }

/*-------------------定位-------------------*/
.positionRelative { position: relative }
.positionAbsolute { position: absolute } 
.positionStatic { position:static!important; top: 0!important; margin-top: 0!important }

.poabsolute-wh50 { position:absolute; top:50%; left:50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%) }
.poabsolute-w50 { position:absolute; left:50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%) }
.poabsolute-h50 { position:absolute; top:50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%) }
.poabsolute-t { position:absolute; top:0 }
.poabsolute-b { position:absolute; bottom:0 }

.left0 { left:0!important }
.right0 { right:0!important }

.zindex2 { z-index:2 }
.zindex3 { z-index:3 }

.overhidden { overflow:hidden }

/*-------------------通用圆角-------------------*/
.border-radius5 { -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px }
.border-radius50 { -moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50% }

/*-------------------透明度-------------------*/
.opacity0_1 { filter:alpha(opacity=10); -moz-opacity:0.1; -khtml-opacity:0.1; opacity:0.1 }
.opacity0_2 { filter:alpha(opacity=20); -moz-opacity:0.2; -khtml-opacity:0.2; opacity:0.2 }
.opacity0_5 { filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity:0.5; opacity:0.5 }
.opacity0_6 { filter:alpha(opacity=60); -moz-opacity:0.6; -khtml-opacity:0.6; opacity:0.6 }
.opacity0_7 { filter:alpha(opacity=70); -moz-opacity:0.7; -khtml-opacity:0.7; opacity:0.7 }
.opacity0_8 { filter:alpha(opacity=80); -moz-opacity:0.8; -khtml-opacity:0.8; opacity:0.8 }

/*-------------------字体颜色、样式、字体间距-------------------*/
.iconfont { line-height: 1em }
.fa-0_8x { font-size: 0.8em!important }
.fa-1x { font-size: 1em!important }
.fa-1_2x { font-size: 1.2em!important }
.fa-1_6x { font-size: 1.6em!important }
.fa-2x { font-size: 2em!important }
.fa-3x { font-size: 3em!important }
.fa-4x { font-size: 4em!important }

.font-bold { font-weight: 800 }
.font-thin { font-weight: 300 }

.bigtitle { font-size: 58px; line-height:1.1em }

h1, .h1 { font-size: 46px; line-height:1.1em }
h2, .h2 { font-size: 38px; line-height:1.1em }
h3, .h3 { font-size: 26px; line-height:1.1em }
h4, .h4 { font-size: 24px; line-height:1.1em }
h5, .h5 { font-size: 22px; line-height:1.1em }
h6, .h6 { font-size: 16px }

.fontSize12 { font-size:12px }

.title-font { font-family:"FZCuJinLJW","PingFang SC","Microsoft Yahei",微软雅黑,黑体,Arial,Helvetica,sans-serif }
@font-face {
  font-family: "FZCuJinLJW";
  font-weight: 400;
  src: url("/font/FZCuJinLJW.TTF") format("truetype"),
  url("/font/FZCuJinLJW.woff") format("woff");
  font-display: swap;
}

/*-------------------颜色--------------------*/
.colorfff, .colorfff a, a.colorfff { color: #fff }
.color000, .color000 a, a.color000 { color: #000 }
.color0a0204 { color: #0a0204 }
.colorda251d { color: #da251d }
.colorf5e7be { color: #f5e7be }
.color967317 { color: #967317 }

.bgfff { background: #fff }
.bg000 { background: #000 }
.bgfffbf8 { background: #fffbf8 }
.bgbba27d { background: #bba27d }
.bgf3f3f3 { background: #f3f3f3 }
.bgb3121f { background: #b3121f }

/*-----------------间距---------------------*/ 
.line-height1em { line-height:1em }
.line-height1_1em { line-height:1.1em }
.line-height1_3em { line-height:1.3em }
.line-height1_5em { line-height:1.5em }
.line-height1_6em { line-height:1.6em }
.line-height1_8em { line-height:1.8em }
.line-height2em { line-height:2em }

/*-------------------宽度、高度--------------------*/
.width20 { width:20% }
.width25 { width:25% }
.width30 { width:30% }
.width33 { width:33.33% }
.width40 { width:40% }
.width45 { width:45% }
.width48 { width:48% }
.width50 { width:50% }
.width60 { width:60% }
.width70 { width:70% }
.width75 { width:75% }
.width80 { width:80% }
.width90 { width:90% }
.width100 { width:100% }

.height50 { height: 50% }
.height100 { height: 100% }

.imgw20 { display:block; max-width:20%; height:auto }
.imgw30 { display:block; max-width:30%; height:auto }
.imgw40 { display:block; max-width:40%; height:auto }
.imgw50 { display:block; max-width:50%; height:auto }
.imgw60 { display:block; max-width:60%; height:auto }
.imgw90 { display:block; max-width:90%; height:auto }
.imgw100 { display:block; max-width:100%; height:auto }

.infinite-height { margin-bottom: -3000px; padding-bottom: 3000px }

/*-------------------区块-------------------*/
.area_100 { float:left; width:100% }
.area_90 { float:left; width:90% }
.area_80 { float:left; width:80% }
.area_75 { float:left; width:75% }
.area_70 { float:left; width:70% }
.area_66 { float:left; width:66.66% }
.area_65 { float:left; width:65% }
.area_60 { float:left; width:60% }
.area_55 { float:left; width:55% }
.area_50 { float:left; width:50% }
.area_48 { float:left; width:48% }
.area_45 { float:left; width:45% }
.area_40 { float:left; width:40% }
.area_35 { float:left; width:35% }
.area_33 { float:left; width:33.33% }
.area_30 { float:left; width:30% }
.area_25, .area_25_50 { float:left; width:25% }
.area_20 { float:left; width:20% }
.area_10 { float:left; width:10% }

.box-sizing { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }

.margintop5 { margin-top:5px }
.margintop10 { margin-top:10px }
.margintop15 { margin-top:15px }
.margintop20 { margin-top:20px }
.margintop30 { margin-top:30px }
.margintop40 { margin-top:40px }
.margintop50 { margin-top:50px }

.marginbottom5 { margin-bottom:5px }
.marginbottom10 { margin-bottom:10px }
.marginbottom15 { margin-bottom:15px }
.marginbottom20 { margin-bottom:20px }
.marginbottom30 { margin-bottom:30px }
.marginbottom40 { margin-bottom:40px }
.marginbottom50 { margin-bottom:50px }

.marginleft5 { margin-left:5px }
.marginleft10 { margin-left:10px }
.marginleft20 { margin-left:20px }
.marginleft30 { margin-left:30px }
.marginleft40 { margin-left:40px }
.marginleft50 { margin-left:50px }

.marginright5 { margin-right:5px }
.marginright10 { margin-right:10px }
.marginright20 { margin-right:20px }
.marginright30 { margin-right:30px }
.marginright40 { margin-right:40px }
.marginright50 { margin-right:50px }

.marginauto { margin-left:auto; margin-right:auto }

.paddingtop0 { padding-top:0!important }
.paddingtop5 { padding-top:5px }
.paddingtop10 { padding-top:10px }
.paddingtop15 { padding-top:15px }
.paddingtop20 { padding-top:20px }
.paddingtop30 { padding-top:30px }
.paddingtop40 { padding-top:40px }
.paddingtop50 { padding-top:50px }
.paddingtop60 { padding-top:60px }
.paddingtop80 { padding-top:80px }

.paddingbottom0 { padding-bottom:0!important }
.paddingbottom5 { padding-bottom:5px }
.paddingbottom10 { padding-bottom:10px }
.paddingbottom15 { padding-bottom:15px }
.paddingbottom20 { padding-bottom:20px }
.paddingbottom30 { padding-bottom:30px }
.paddingbottom40 { padding-bottom:40px }
.paddingbottom50 { padding-bottom:50px }
.paddingbottom60 { padding-bottom:60px }
.paddingbottom80 { padding-bottom:80px }

.paddingleft0 { padding-left:0!important }
.paddingleft5 { padding-left:5px }
.paddingleft10 { padding-left:10px }
.paddingleft15 { padding-left:15px }
.paddingleft20 { padding-left:20px }
.paddingleft30 { padding-left:30px }
.paddingleft40 { padding-left:40px }
.paddingleft50 { padding-left:50px }

.paddingright0 { padding-right:0!important }
.paddingright5 { padding-right:5px }
.paddingright10 { padding-right:10px }
.paddingright15 { padding-right:15px }
.paddingright20 { padding-right:20px }
.paddingright30 { padding-right:30px }
.paddingright40 { padding-right:40px }
.paddingright50 { padding-right:50px }

.padding5 { padding:5px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }
.padding10 { padding:10px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }
.padding15 { padding:15px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }
.padding20 { padding:20px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }
.padding25 { padding:25px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }
.padding30 { padding:30px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }
.padding40 { padding:40px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }

.row5 { margin-left: -5px; margin-right: -5px }
.row10 { margin-left: -10px; margin-right: -10px }
.row15 { margin-left: -15px; margin-right: -15px }
.row20 { margin-left: -20px; margin-right: -20px }

.mo_dis { display: none }
.mo_undis { display:block }

/*-----------------线条---------------------*/ 
.line-fff { width:100%; height:1px; line-height:1px; font-size:0; background:#fff; border:0 none }
.line-000 { width:100%; height:1px; line-height:1px; font-size:0; background:#000; border:0 none }

/*-------------------按钮-------------------*/ 
.button, a.button, input.button { text-decoration: none; text-align: center; display: inline-block; appearance: none; cursor: pointer; border: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition-property: all; transition-property: all; transition:0.2s; -webkit-transition: 0.2s; -moz-transition: 0.2s; -o-transition: 0.2s }

.button-l, a.button-l, input.button-l { width: 100%; height: 40px; line-height: 40px; border-radius: 5px } 
.button-xl, a.button-xl, input.button-xl { width: 65%; text-align: center; padding: 20px 10px 10px; box-sizing: border-box; font-size: 18px; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; overflow: hidden }
.button-xl img { width: 120%; margin-left: -20% }

.button-red, a.button-red, input.button-red { background: #da251d; color:#f4e7bd }
.button-red:hover, a:hover.button-red, input.button-red:hover { background: #b8193f; color:#fff }
.button-red:active, a:active.button-red, input.button-red:active { background: #b8193f; color:#fff }

.com-more, .com-more-fff, .com-more-yellow { display: inline-block; height: 30px; line-height: 28px; padding: 0 10px; box-sizing: border-box; border-radius: 3px; position: relative; transition:0.3s; -webkit-transition: 0.3s }
.com-more { border:1px solid #b9b8b8; color: #b9b8b8 }
.com-more-fff { border:1px solid #fff; color: #fff }
.com-more-yellow { border:1px solid #f4e6bd; color: #f4e6bd }
.com-more .iconfont, .com-more-fff .iconfont, .com-more-yellow .iconfont { line-height: 30px }
.com-more:hover, a:hover .com-more, .com-more-fff:hover, a:hover .com-more-fff, .com-more-yellow:hover, a:hover .com-more-yellow { border:1px solid #da251d; color: #fff }
.com-more::before, .com-more-fff::before, .com-more-yellow::before { content: ""; height: 100%; width: 0; background: #da251d; position: absolute; left: 0; right: 0; z-index: -1; transition:0.3s; -webkit-transition: 0.3s }
a.com-more:hover::before, a:hover .com-more::before, a.com-more-fff:hover::before, a:hover .com-more-fff::before, a.com-more-yellow:hover::before, a:hover .com-more-yellow::before { width: 100% }

/*-------------------通用-------------------*/ 
.com-rows_1 { display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis }
.com-rows_2 { height:2.75em; line-height:1.4em; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical/*最多显示2行，，，，，凌驾省略号*/ }
.com-rows_max2 { max-height:2.75em; line-height:1.4em; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical/*最多显示2行，，，，，凌驾省略号*/ }
.com-rows_3 { height:4.45em; line-height:1.5em; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical }
.com-rows_max3 { max-height:4.45em; line-height:1.5em; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical }
.com-rows_4 { height:5.55em; line-height:1.4em; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:4; -webkit-box-orient:vertical }
.com-rows_max4 { max-height:5.55em; line-height:1.4em; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:4; -webkit-box-orient:vertical }
.com-rows_5 { height:6.95em; line-height:1.4em; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:5; -webkit-box-orient:vertical }
.com-rows_6 { height:8.35em; line-height:1.4em; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:6; -webkit-box-orient:vertical }

.zoomimg { -moz-transition: 0.3s; -o-transition: 0.3s; -webkit-transition: 0.3s; transition: 0.3s }
a:hover .zoomimg, .zoomimg:hover { transform: scale(1.1); -ms-transform: scale(1.1); -webkit-transform: scale(1.1); -o-transform: scale(1.1); -moz-transform: scale(1.1) }

.com-link { display: block; overflow: hidden; border-radius: 5px; border: 1px solid transparent; box-sizing: border-box; transition:0.3s; -webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s }
.com-link:hover { border: 1px solid #a18787 }
.com-link:hover .color0a0204 { color: #da251d }

.block-padding { padding-top: calc(10vh); padding-bottom: calc(10vh) }
.block-padding-t { padding-top: calc(10vh) }
.block-padding-b { padding-bottom: calc(10vh) }
.block-padding-t45 { padding-top: calc(10vh - 15px) }
.block-padding-b45 { padding-bottom: calc(10vh - 15px) }
.block-padding-t40 { padding-top: calc(10vh - 20px) }
.block-padding-b40 { padding-bottom: calc(10vh - 20px) }
.block-padding-t80 { padding-top: calc(10vh + 20px) }

.card-padding { padding:40px; box-sizing: border-box }

/*-------------------头部-------------------*/
.headbox { width: 100%; height:110px; position: fixed; z-index: 1000; border-bottom: 1px solid rgba(255,255,255,0.3); box-sizing:border-box }

.headbox, .logo, .nav .menuLi .mainmenu { -moz-transition: 0.3s; -o-transition: 0.3s; -webkit-transition: 0.3s; transition: 0.3s }
.logo { width: 115px; height: 40px; background: url(/images/logo-w.png) 0 0 no-repeat; background-size: 100% 100%; position: absolute; left: 50%; margin-left: -58px; top: 20px; z-index: 1000 }

.nav { width: 70%; max-width: 1000px; margin: auto }
.nav ul { display: flex; margin: 65px auto 0; justify-content: space-between }
.nav .menuLi { display: inline-block }
.nav .menuLi .mainmenu { display:block; height:45px; line-height:45px; position:relative; color: #fff }
.nav .menuLi .mainmenu:hover, .nav .menuLi .mainmenu.menuLiBnameover, .nav .menuLi .mainmenu.menuLipitchon { color: rgba(255,255,255,0.6) }
.menuListBox { width: 100%; background: #f8f8f8; position: absolute; top: 110px; left: 0; display:none }
.menuListBox-con { width: 70%; max-width: 1000px; margin: 40px auto; min-height: 252px }
.submenuList a { display: inline-block; line-height: 40px }
.submenuList a:hover { color: #da251d }
.submenu-line { width: 750px }

.headicon, .headprice { position: absolute; color: #fff; top: 20px }
.headicon:hover, .headprice:hover { color: rgba(255,255,255,0.6) }
.headicon-tel { left: 20px }
.headicon-tel-num { position: absolute; top: -2px; left: 0; width: 190px; padding-left: 22px; display: none }
.headicon-map { right: 96px }
.headicon-search { right: 126px }
.headprice { right: 20px }

.headbox.current, .inside-page .headbox { background: #fff; border-bottom: 1px solid rgba(84,64,62,0.3) }
.headbox.current .mainmenu, .inside-page .headbox .mainmenu { color: #54403e }
.headbox.current .nav .menuLi .mainmenu:hover, .headbox.current .nav .menuLi .mainmenu.menuLiBnameover, .headbox.current .nav .menuLi .mainmenu.menuLipitchon, .inside-page .nav .menuLi .mainmenu:hover, .inside-page .nav .menuLi .mainmenu.menuLiBnameover, .inside-page .nav .menuLi .mainmenu.menuLipitchon { color: #da251d; font-weight: 800 }
.headbox.current .logo, .inside-page .logo { background: url(/images/logo.png) 0 0 no-repeat; background-size: 100% 100% }
.headbox.current .headicon, .inside-page .headbox .headicon, .headbox.current .headprice, .inside-page .headprice { color: #54403e }
.headbox.current .headicon:hover, .inside-page .headbox .headicon:hover, .headbox.current .headprice:hover, .inside-page .headprice:hover { color: #da251d }

.headspace { height: 110px }

/*-------------------底部-------------------*/
.footbox { background: #f3f3f3  }
.foot-link { display: flex; justify-content: space-between }
.foot-link li a { display: block; font-size: 12px; margin-bottom: 10px }
.foot-link-a a { display: inline-block; margin-right: 20px }

.gototop { display:block; width:40px; height:40px; text-align: center; line-height: 40px; background: rgba(84,64,62,0.2); position:fixed; right:10px; bottom:10px; z-index:1001; transition-duration:0.3s; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; display:none }
.gototop:hover { background: rgba(84,64,62,1) }
.gototop .iconfont { font-size: 16px; line-height: 40px; color: #fff }

.foot-wechat { position: relative; z-index:999 }
.wechat_ewm { position: absolute; right: -65px; width:300px; filter:alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0 }
.wechat_ewm img { display: block; width: 100%; height: auto }

.foot-hotline { padding: 20px; box-sizing: border-box; background: #fff; color: #da251d; word-break: break-all; position: absolute; left: 0; z-index: 999; opacity: 0 }

/*-------------------内页通用-------------------*/
.inside-slogan { width: 28% }

/*-------------------首页-------------------*/
.scroll { width: 100px; height: auto; z-index: 100; pointer-events: none; position: fixed; bottom: 10px; left: 50%; margin-left: -50px; color: #fff }
.scroll p { font-size: 12px; margin-top: 2px }
.scroll .bar { display: block; position: absolute; width: 2px; height: 5px; top: 6px; left: 50%; margin-left: -1px; background-color: rgba(255, 255, 255, 0.5); border-radius: 2px; overflow: hidden }
.scroll .bar:after { display: block; width: 100%; height: 100%; content: ''; position: absolute; top: 0; left: 0; background-color: #fff; -webkit-animation-name: suggest; animation-name: suggest; -webkit-animation-duration: 1.2s; animation-duration: 1.2s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: cubic-bezier(0.6, 0, 0.2, 1); animation-timing-function: cubic-bezier(0.6, 0, 0.2, 1) }
@-webkit-keyframes suggest {
	0% {
		-webkit-transform: scale(1, 0);
		transform: scale(1, 0);
		-webkit-transform-origin: 50% 0;
		transform-origin: 50% 0
	}

	49.9% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		-webkit-transform-origin: 50% 0;
		transform-origin: 50% 0
	}

	50% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		-webkit-transform-origin: 50% 100%;
		transform-origin: 50% 100%
	}

	100% {
		-webkit-transform: scale(1, 0);
		transform: scale(1, 0);
		-webkit-transform-origin: 50% 100%;
		transform-origin: 50% 100%
	}
}
@keyframes suggest {
	0% {
		-webkit-transform: scale(1, 0);
		transform: scale(1, 0);
		-webkit-transform-origin: 50% 0;
		transform-origin: 50% 0
	}

	49.9% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		-webkit-transform-origin: 50% 0;
		transform-origin: 50% 0
	}

	50% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		-webkit-transform-origin: 50% 100%;
		transform-origin: 50% 100%
	}

	100% {
		-webkit-transform: scale(1, 0);
		transform: scale(1, 0);
		-webkit-transform-origin: 50% 100%;
		transform-origin: 50% 100%
	}
}

.index-swiper { max-height: 100vh; overflow: hidden }
.index-swiper .swiper-pagination > .swiper-pagination-bullets, .index-swiper .swiper-pagination-bullets.swiper-pagination-horizontal { width: auto; left: auto; right: 30px }
.index-swiper .swiper-pagination-bullet { width: 24px; height: 24px; line-height: 24px; opacity: 0.6; font-size: 12px; color: #fff; background: transparent; transition: all 0.3s }
.index-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active, .index-swiper .swiper-pagination-bullet:hover { background: url(/images/swiper-icon.png) center center no-repeat; background-size: 100% 100%; opacity: 1 }
.index-swiper .swiper-button-prev:after, .index-swiper .swiper-button-next:after { font-size: 14px }
.index-swiper .swiper-button-prev, .index-swiper .swiper-button-next { width: 30px; height: 30px; line-height: 30px; color: #fff; border: 1px solid #fff; border-radius:50% }
.index-swiper .swiper-button-prev:hover, .index-swiper .swiper-button-next:hover { border: 1px solid rgba(0,0,0,0.5); background: rgba(0,0,0,0.5) }
.index-swiper .swiper-button-prev { left: 30px }
.index-swiper .swiper-button-next { right: 30px }
.index-swiper .swiper-slide img { width:100%; height:auto; min-height:100%; transition:1s linear 2s; transform:scale(1.1,1.1) }
.index-swiper .swiper-slide-active img,.swiper-slide-duplicate-active img{ transition:6s linear; transform:scale(1,1) }	
		
		
.show-swiper { padding-top: 60px; position: relative }
.show-swiper .main-swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal { top: 20px; bottom: auto }
.show-swiper .main-swiper-pagination .swiper-pagination-bullet { width: auto; height: 24px; line-height: 24px; opacity: 1; color: #d2d2d2; background: transparent; padding: 0 5px; position: relative; transition: all 0.3s }
.show-swiper .main-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .show-swiper .main-swiper-pagination .swiper-pagination-bullet:hover { font-weight: bold; opacity: 1; color: #54403e }
.show-swiper .main-swiper-pagination .swiper-pagination-bullet::before { content: ''; width: 2px; height: 2px; position: absolute; top: 11px; right: -5px; background: #d2d2d2 }
.show-swiper .main-swiper-pagination .swiper-pagination-bullet:last-of-type::before { display: none }
.show-mainimg { width: 62vw }

.main-swiper-sublist a.com-link { width: calc(20% - 20px); float: left; margin: 0 10px }

.index-guyun { width: 28%; left: 0 }

.index-que .que-bg { width: 100%; bottom: 0 }
.index-que .que-slogan { width: 48% }
.index-que .que-more { width: 68% }

/*-------------------甄选之礼-------------------*/
.select-list-box { line-height: 22px }
.select-list { display: inline-block; float: left; margin-right: 30px; position: relative }
.select-list::before { font-family: "iconfont" !important; content: "\eb6d"; font-size: 12px; line-height: 22px; position: absolute; top: 0; right: 0; pointer-events: none }
.select-list select { border: 0; padding-right: 20px; box-sizing: border-box }
.search-form input { width: 100%; box-sizing: border-box; padding: 5px 30px 5px 0; line-height: 20px; background: transparent; border: 0; border-bottom: 1px solid transparent }
.search-form .search-icon { width: 30px; text-align: center; height: 30px; line-height: 30px; position: absolute; right: 0; top: 0; z-index: 2 }
.search-form .search-icon .iconfont { font-size: 16px; line-height: 30px }
.search-form input:focus { border-bottom: 1px solid #da251d }

.com-list-imgbox, .com-list-imgbox, .line-brown { transition: all 0.3s }
.com-list { border-radius: 5px; border: 1px solid transparent }
.com-list-imgbox { border-radius: 5px; border: 1px solid #eaeaea }
.line-brown { left: 0; opacity: 0 }
.com-list:hover { border: 1px solid #a18787 }
.com-list:hover .color0a0204 { color: #da251d }
.com-list:hover .com-list-imgbox { border: 1px solid transparent }
.com-list:hover .line-brown { opacity: 1 }

.pd-introtop { min-height: 500px }
.pd-imgbox { border-bottom: 10px solid #f3f3f3 }
.pd-imgbox:last-of-type { border-bottom: 0 }
.pd-intro { font-size: 18px; line-height: 1.6 }

.set-imgbg { background-position: left bottom; background-repeat: no-repeat }


.share-mask { width: calc(100vw); height: calc(100vh); background: rgba(0,0,0,0.8); position: fixed; top: 0; left: 0; z-index: 9999; cursor: pointer; display: none }
.share-mask img { border: 8px solid #fff }

/*-------------------产品浏览-------------------*/
.upload-logo { width: 55%; margin-bottom: 20px }
.upload-txt { max-width: 90% }

/*-------------------关于pa真人游戏-------------------*/
.intro-kv .laomiao-img { width: 60%; margin-right: 5% }
.intro-slogan { width: 25% }
.intro-slogan .logo-w { width: 45%; min-width: 150px }

/* .intro-txt { height: auto; overflow:visible; text-overflow:inherit }
.intro-txt.up { overflow:hidden; text-overflow:ellipsis; position: relative }
.intro-txt.up::before { font-family: "iconfont" !important; content: "\e64f"; position: absolute; right: 0; bottom: 0 } */
.intro-awards { background: url(/images/about/intro-img01.png) 0 0 no-repeat; background-size: 100% 100% }

.intro-sm { top: 15% } 

.atitle-line { width: 40% }
.atitle-line img { width: 200% }

.timeline { position: relative }
.timeline .icon-map { font-size: 20px; position: absolute; top: 0; left: calc(50% + 4px); color: #c9c9ca }
.timeline::before { content: ""; width: 1px; height: calc(100% - 60px); background: #e9e9ea; position: absolute; top: 60px; left: 50% }
.timeline::after { content: ""; width: 1px; height: 44px; background: #e9e9ea; position: absolute; top: 16px; left: calc(50% + 14px) }
.timeline h3 { font-size: 30px }
.timeline div.area_50 { position: relative }
.timeline div.area_50::before { content: ""; width: 11px; height: 11px; border-radius: 50%; background: #d7000f; position: absolute; top: 0 }
.timeline .timeline-item { min-height: 160px }
.timeline .timeline-item:first-of-type { padding-top: 60px }
.timeline .timeline-item:first-of-type .area_50 { width: calc(50% + 15px); background: url(/images/about/timeline-line.png) #fff top right no-repeat; background-size: 15px 100% }
.timeline .timeline-item:first-of-type .area_50::before { right: -5px!important }
.timeline .timeline-item:nth-of-type(odd) { text-align: right }
.timeline .timeline-item:nth-of-type(odd) div.area_50 { padding-right: 5%; box-sizing: border-box }
.timeline .timeline-item:nth-of-type(odd) div.area_50::before { right: -6px }
.timeline .timeline-item:nth-of-type(odd) img { float: right }
.timeline .timeline-item:nth-of-type(even) div.area_50 { float: right; padding-left: 5%; box-sizing: border-box }
.timeline .timeline-item:nth-of-type(even) div.area_50::before { left: -5px }


/*-------------------最新资讯-------------------*/
.news-list .com-link { border: 1px solid #f5f5f5 }
.news-list .com-link:hover { border: 1px solid #a18787; box-shadow: 0 5px 10px rgba(0,0,0,0.1); color: #54403e }
.nd-line1 { width: 150% }
.nd-line2 { width: 1000px }
.nd-con img { max-width: 100% }
.nd-recommend { border: 1px solid #f5f5f5; box-sizing: border-box; border-top: 0 }
.nd-recommend::before { content: ""; width: 2px; height: 12px; background: #fff; position: absolute; top: 0; right: -1px }
.nd-recommend a { display: block; border-bottom: 1px solid #f5f5f5; padding: 30px 0; box-sizing: border-box }
.nd-recommend a:last-of-type { border-bottom: 0 }

/*-------------------售后效劳-------------------*/
.after-select { position: relative }
.after-select::before { font-family: "iconfont" !important; content: "\eb6d"; font-size: 12px; line-height: 50px; position: absolute; top: 0; right: 10px; pointer-events: none }
.after-select select { width: 100%; height: 40px; line-height: 40px; border: 1px solid #eaeaea; border-radius: 5px; padding: 0 10px; box-sizing: border-box }
.after-list dl { padding-left: 3em }
.after-list dt { width: 3em; margin-left: -3em }
.after-list dd { word-break: break-all }
.online-ewm { width: 25%; min-width: 100px; border: 5px solid #ebebeb; box-sizing: border-box }
.online-logo { width: 15% }
/* .vip-list { display: flex; justify-content: space-between; flex-wrap: wrap } */
.vip-list li { width: 20%; display: inline-block; margin-bottom: 40px; position: relative }
.vip-list .iconfont { display: inline-block; font-size: 40px; padding: 30px; box-sizing: border-box; border: 1px solid #54403e; border-radius: 50% }
.vip-list .black { opacity: 0.5 }
.vip-list .lable { width: 100px; padding: 2px 0; color: #fff; position: absolute; top: 82px; left: 50%; transform: translateX(-50%); border-radius: 3px; background-image: linear-gradient(to right, #f4d9ab, #e4c89c) }
.vip-list .lable .iconfont { font-size: 14px; padding: 0; border: 0; }
.vipewm-list { display: flex; justify-content: space-evenly }
.vipewm-list li { display: inline-block }
.vip-ewm { width: 180px; border: 8px solid #ebebeb; box-sizing: border-box }

.structure-left-right { height: calc(100vh - 110px); min-height: 450px }
.structure-left { width: 58%; height: 100%; overflow: hidden }
.structure-left .line { height: 100%; top: 0; right: 0 }
.structure-right { width: 42%; height: 100%; background: #fffbf8; overflow: hidden }
.structure-right .area_60 { min-width: 300px }
.structure-right .line-gray { width: 1160px }
.structure-right .num { font-size: 40px; line-height: 1.1em; font-style: italic } 

.joinkv { background: url(/images/aftersales/joinkv2.jpg?v=1) center center no-repeat; background-size: cover }
.contactkv { background: url(/images/aftersales/contactkv.jpg) center center no-repeat; background-size: cover }

.glod-table td, .glod-table th { padding: 10px; border: 1px solid #f0f0f0 }
.glod-table th { font-weight: bold; background: #f3f3f3 }

/*-------------------响应式css-------------------*/
@media ( min-width:1600px ) {
.container { width:1500px }

}

@media ( min-width:1260px ) and ( max-width:1599px ) {
.container { width:1160px }
}

@media ( min-width:1000px ) and ( max-width:1259px ) {
.container { width:960px }

.bigtitle { font-size: 54px }
h1, .h1 { font-size: 44px }
h2, .h2 { font-size: 34px }
h3, .h3 { font-size: 24px }
h4, .h4 { font-size: 22px }
h5, .h5 { font-size: 20px }

.paddingtop40 { padding-top: 30px }
.paddingbottom40 { padding-bottom:30px }

.card-padding { padding:30px }

}


@media ( min-width:801px ) and ( max-width:999px ) {	
.container { width: 90%; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }

.bigtitle { font-size: 54px }
h1, .h1 { font-size: 44px }
h2, .h2 { font-size: 32px }
h3, .h3 { font-size: 22px }
h4, .h4 { font-size: 20px }
h5, .h5 { font-size: 18px }

.paddingtop40 { padding-top: 30px }
.paddingbottom40 { padding-bottom:30px }

.card-padding { padding:20px }

}
<!--耗时1775406923.2547秒-->