﻿
/* 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:"PingFang SC","阿里巴巴普惠体 2.0 55 Regular","Microsoft Yahei",微软雅黑,黑体,Arial,Helvetica,sans-serif; color:#000; background:#fff; height:100%; padding-top: 80px; box-sizing:border-box }
@font-face {
  font-family: "阿里巴巴普惠体 2.0 55 Regular";
  font-weight: 400;
  src: url("../font/mYVl1yAaJlxc.woff2") format("woff2"),
  url("../font/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:#c19743; color:#fff }
::-moz-selection { background-color:#c19743; color:#fff }

/* link */
a { color:#000; 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, a:hover .color8e8e8e { color:#0e357f }

a.a01, a .a01 { color:#c19743 }
a.a01:hover, a:hover .a01 { color:#0e357f }


/* 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 }

.cursor_pointer { cursor: pointer }

/* form */
label { cursor:pointer }
label:hover { text-decoration:underline }
input, select, textarea { vertical-align:middle; color:#502c1e; 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; border: 1px solid; padding: 10px }
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_05 { filter:alpha(opacity=5); -moz-opacity:0.05; -khtml-opacity:0.05; opacity:0.05 }
.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 }

h1, .h1 { font-size: 38px; line-height:1.1em }
h2, .h2 { font-size: 36px; line-height:1.1em }
h3, .h3 { font-size: 28px; line-height:1.1em }
h4, .h4 { font-size: 22px; line-height:1.1em }
h5, .h5 { font-size: 18px; line-height:1.1em }
h6, .h6 { font-size: 16px }

.fontSize12 { font-size:12px }

.text_justify { text-align: justify }

/*-------------------颜色--------------------*/
.colorfff, .colorfff a, a.colorfff { color: #fff }
.color000, .color000 a, a.color000 { color: #000 }
.color8e8e8e { color: #8e8e8e }
.colorc19743 { color: #c19743 }
.colora71f24 { color: #a71f24 }
.color3071c7 { color: #3071c7 }
.colorc54227 { color: #c54227 }
.color0e357f { color: #0e357f }
.colord02a14 { color: #d02a14 }

.bgfff { background: #fff }
.bg000 { background: #000 }
.bgfafafa { background: #fafafa }
.bgf4f4f4 { background: #f4f4f4 }
.bgf8f8f8 { background: #f8f8f8 }
.bgc19743 { background: #c19743 }

/*-----------------间距---------------------*/ 
.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 }

/*-------------------宽度、高度--------------------*/
.width10 { width:10% }
.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% }
.width65 { width:65% }
.width70 { width:70% }
.width75 { width:75% }
.width80 { width:80% }
.width90 { width:90% }
.width96 { width:96% }
.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 }
.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-f4f4f4 { width:100%; height:1px; line-height:1px; font-size:0; background:#f4f4f4; border:0 none }
.line-dfdfdf { width:100%; height:1px; line-height:1px; font-size:0; background:#dfdfdf; border:0 none }
.border-f4f4f4 { border: 1px solid #f4f4f4; box-sizing: border-box }
.line-colours { display:block; width:100%; border: 0; border-top: 5px solid; border-image: linear-gradient(to right, #16317c, #4d2465,#82214e,#b13731,#ba4e26,#c67f12,#ca8c0c) 1 } 


/*-------------------按钮-------------------*/ 
.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-m, a.button-m, input.button-m { padding: 10px 30px; line-height:1em }
.button-l, a.button-l, input.button-l { padding: 20px 60px; line-height:1em }
.button-xl, a.button-xl, input.button-xl { width: 100%; text-align: center; padding: 15px 0 }

.button-gray, a.button-gray, input.button-gray { background: #f4f4f4; color: rgba(0,0,0,0.6) }
.button-gray:hover, a:hover.button-gray, input.button-gray:hover { background: #0e357f; color:#fff }
.button-gray:hover .com-more, a:hover.button-gray .com-more, input.button-gray:hover .com-more { color:#fff }
.button-gray:hover .com-more .iconfont, a:hover.button-gray .com-more .iconfont, input.button-gray:hover .com-more .iconfont { border: 1px solid #fff }
.button-gray:active, a:active.button-gray, input.button-gray:active { background: #0e357f; color:#fff }

.button-yellow, a.button-yellow, input.button-yellow { background: #c19743; color: #fff; border: 1px solid #c19743 }
.button-yellow:hover, a:hover.button-yellow, input.button-yellow:hover { background: #f9f4ec; color:#c19743 }

.button-yellow-l, a.button-yellow-l, input.button-yellow-l { background: transparent; color: #c19743; border: 1px solid #c19743 }
.button-yellow-l:hover, a:hover.button-yellow-l, input.button-yellow-l:hover { background: #c19743; color:#fff }

.button-fff-l, a.button-fff-l, input.button-fff-l { background: transparent; color: #fff; border: 1px solid #fff }
.button-fff-l:hover, a:hover.button-fff-l, input.button-fff-l:hover { background: #fff; color:#c19743 }

.com-more, .com-more-fff, .com-more-blue { display: inline-block; height: 24px; line-height: 24px; transition:0.3s; -webkit-transition: 0.3s; font-size: 12px }
.com-more { color: rgba(0,0,0,0.6) }
.com-more .iconfont, .com-more-fff .iconfont, .com-more-blue .iconfont { width: 20px; text-align: center; height: 20px; vertical-align: revert; font-size: 10px !important; border-top-left-radius: 50%; border-top-right-radius: 50%; border-bottom-left-radius: 50%; margin-left: 5px }
.com-more .iconfont { border: 1px solid rgba(0,0,0,0.3) }
.com-more:hover, a:hover .com-more { color: #0e357f }
.com-more:hover .iconfont, a:hover .com-more .iconfont { background: #0e357f; border: 1px solid #0e357f; color: #fff } 
.com-more-fff { color: #fff }
.com-more-fff .iconfont { border: 1px solid #fff }
.com-more-fff:hover { color: rgba(255,255,255,0.6) }
.com-more-fff:hover .iconfont { background: #fff; border: 1px solid #fff; color: #0e357f } 
.com-more-blue { color: #0e357f }
.com-more-blue .iconfont { border: 1px solid #0e357f }
.com-more-blue:hover { color: #000 }
.com-more-blue:hover .iconfont { background: #000; border: 1px solid #000; color: #fff } 

/*-------------------通用-------------------*/ 
.com-rows_1 { display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis }
.com-rows_2 { height:2.95em; line-height:1.5em; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical/*最多显示2行，超出省略号*/ }
.com-rows_max2 { max-height:2.95em; line-height:1.5em; 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 }

.imgcover { object-fit: cover }

.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; box-sizing: border-box; transition:0.3s; -webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s }
.com-link:hover { box-shadow: 0 0 10px rgba(0,0,0,0.1) }

.block-padding { padding-top: calc(8vh); padding-bottom: calc(8vh) }
.block-padding-t { padding-top: calc(8vh) }
.block-padding-b { padding-bottom: calc(8vh) }
.block-padding-t40 { padding-top: calc(8vh - 20px) }
.block-padding-b40 { padding-bottom: calc(8vh - 20px) }
.block-padding-t45 { padding-top: calc(8vh - 15px) }
.block-padding-b45 { padding-bottom: calc(8vh - 15px) }
.block-padding-t50 { padding-top: calc(8vh - 10px) }
.block-padding-b50 { padding-bottom: calc(8vh - 10px) }

.card-padding { padding:30px; box-sizing: border-box }

/*-------------------头部-------------------*/
.headbox { width: 100%; height:80px; position: fixed; top: 0; left: 0; z-index: 1000; background: #fff; box-sizing: border-box; box-shadow: 0 0 10px rgba(0,0,0,.1); }
.logo { width: auto; height: 40px; margin: 20px 0 20px 30px }
.head-wechat { height: 80px; line-height: 80px; background: #c19743 }
.head-wechat .iconfont { line-height: 80px }
.WeChat-ewm { width: 130px; height: 80px; line-height: 80px; text-align: center; color: #fff }
.WeChat-img { width: 130px; height:auto; position: absolute; right: 0 } 
.nav { margin-right: 1.2vw }
.nav .menuLi { float:left; display:block; position:relative }
.nav .menuLi .mainmenu { display:block; height:80px; line-height:80px; padding-left: 1.2vw; padding-right: 1.2vw; position:relative; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; color: #000; -moz-transition: 0.3s; -o-transition: 0.3s; -webkit-transition: 0.3s; transition: 0.3s }
.nav .menuLi .mainmenu:hover, .nav .menuLi .mainmenu.menuLiBnameover, .nav .menuLi .mainmenu.menuLipitchon { color: #c19743 }
.nav .menuLi .mainmenu.menuLipitchon::after { content: ""; width: calc(100% - 2.4vw); height: 5px; position: absolute; left: 1.2vw; bottom: 0; background: #c19743 }
.menuListBox { width: auto; text-align: left; line-height:30px; position:absolute; top:80px; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); background: rgb(193, 151, 67, 0.8); display:none }
.menuListBox a { position: relative; display: inline-block; white-space:nowrap; padding: 0 20px; font-size: 12px; line-height:30px; color: #fff; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; white-space:nowrap }
.menuListBox a:hover { filter:alpha(opacity=80); -moz-opacity:0.8; -khtml-opacity:0.8; opacity:0.8 }
.menuListBox a:first-of-type { margin-top: 10px }
.menuListBox a:last-of-type { margin-bottom: 10px }
.menuListBox a:before { background-color: rgba(255,255,255,0.8); content: ''; position: absolute; left: 10px; top: 15px; width: 5px; height: 1px;  transition: -webkit-transform .2s ease; transition: transform .2s ease; -webkit-transform-origin: right; transform-origin: right; -webkit-transform: scaleX(0); transform: scaleX(0) }
.menuListBox a:hover:before { -webkit-transform: scaleX(1); transform: scaleX(1); -webkit-transform-origin: left; transform-origin: left }


/*-------------------底部-------------------*/
.footbox { background: #f2f2f2 }
.foot-logo { width: auto; height: 40px }
.foot-link li { float: right; margin-left: 30px }
.foot-link li a { display: block; font-size: 12px }
.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-hotline { width: 240px; padding: 20px; box-sizing: border-box; background: #fff; color: #d0973d; word-break: break-all; position: absolute; left: 0; z-index: 999; opacity: 0 }

/*-------------------内页通用-------------------*/
.insidekv-slogan { bottom: 22% }

/*-------------------首页-------------------*/
.indexvideo-shade { background: rgba(0,0,0,0.25) }
.indexvideobox.play .indexvideo-shade { display: none }
.indexvideo-play { height: 28px; line-height: 28px; top: 60%; transition: all 0.3s }
.indexvideo-play:hover { opacity: 0.6 }
.indexvideo-play h5 { line-height: 28px }
.indexvideobox.play .indexvideo-play { top: auto; bottom: 30px }

.indexkwicks .kwicks { height: 240px }
.indexkwicks .kwicks li { height: 100% }
.indexkwicks .kwicks li:nth-of-type(1) { background: url(../image/k-img01.jpg) center center no-repeat; background-size: auto 100% }
.indexkwicks .kwicks li:nth-of-type(2) { background: url(../image/k-img02.jpg) center center no-repeat; background-size: auto 100% }
.indexkwicks .kwicks li:nth-of-type(3) { background: url(../image/k-img03.jpg) center center no-repeat; background-size: auto 100% }
.indexkwicks .kwicks li:nth-of-type(4) { background: url(../image/k-img04.jpg) center center no-repeat; background-size: auto 100% }
.indexkwicks-con { width: 100%; padding: 30px 30px 0; box-sizing: border-box; position: absolute; bottom: 0; left: 0; z-index: 3 }
.indexkwicks-txt, .indexkwicks-more { overflow: hidden; height: 0; opacity: 0 }
.indexkwicks .kwicks li::before { content: ""; display:block; width:100%; border: 0; border-top: 5px solid; border-image: linear-gradient(to right, #16317c, #4d2465,#82214e,#b13731,#ba4e26,#c67f12,#ca8c0c) 1; position: absolute; bottom: 0; left: 0; z-index: 4; opacity: 0; transition: all 0.3s } 
.indexkwicks .kwicks li::after { content: ""; width: 100%; height: 100%; background: rgba(5,29,73,0.75); position: absolute; top: 0; left: 0; z-index: 2; opacity: 0; transition: all 0.3s }
.indexkwicks .kwicks li.kwicks-expanded::before, .indexkwicks .kwicks li.kwicks-expanded::after { opacity: 1 }
.indexkwicks .kwicks li.kwicks-expanded .indexkwicks-txt, .indexkwicks .kwicks li.kwicks-expanded .indexkwicks-more { animation: up01 0.7s forwards; -webkit-animation: up01 0.7s forwards; animation-delay: 0.3s; -webkit-animation-delay: 0.3s }
@keyframes up01
{
  0% {
    height: 0; opacity: 0
  }
  100% {
    height: auto; opacity: 1; margin-bottom: 20px
  }
}

@-webkit-keyframes up01
{
  0% {
    height: 0; opacity: 0
  }
  100% {
    height: auto; opacity: 1; margin-bottom: 20px
  }
}

.indexnews { border-top: 1px solid #e5e5e5; padding: 15px 0 }
.indexnews dl { padding-right: 8em }
.indexnews dd { width: 8em; text-align: right; margin-right: -8em }

.index-con02 img { width: 100%; height: 100%; object-fit: cover }

/*-------------------商旅探索-------------------*/
.bi-list>div { margin-top: 6vh }
.bi-list>div:nth-of-type(odd) .area_45, .bi-list>div:nth-of-type(even)>div.area_50 { float: right }

.classify-tabs-box { overflow-y: hidden; overflow-x: auto; padding-bottom: 10px }
.classify-tabs { min-width: 100%; white-space: nowrap; display: inline-block }
.classify-tabs a { display: inline-block; border: 1px solid #e7e7e7; padding: 10px 20px; box-sizing: border-box; margin-right: 20px }
.classify-tabs a:hover { background: #f9f4ec }
.classify-tabs a.cur { border: 1px solid #c19743; color: #c19743; background: #f9f4ec }
::-webkit-scrollbar {
width:6px;
height:6px;
background:rgba(0,0,0,.1)
}
::-webkit-scrollbar-thumb {
border-radius:10px;
background:rgba(0,0,0,.2)
}
::-webkit-scrollbar-thumb:window-inactive {
background:rgba(0,0,0,.1)
}
::-webkit-scrollbar-thumb:vertical:hover {
background-color:rgba(0,0,0,.3)
}
::-webkit-scrollbar-thumb:vertical:active {
background-color:rgba(0,0,0,.7)
}

.logo-hotel { width: 200px; height: auto }

.com-swiper .swiper-pagination > .swiper-pagination-bullets, .com-swiper .swiper-pagination-bullets.swiper-pagination-horizontal { width: auto; left: auto; right: 20px; bottom: 20px }
.com-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 }
.com-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active, .com-swiper .swiper-pagination-bullet:hover { background: #c19743; opacity: 1 }

.hd-nav { border-bottom: 1px solid #e7e7e7 }
.hd-nav-tabs a { display: inline-block; padding: 20px 15px 20px 0; margin-right: 15px; position: relative }
.hd-nav-tabs a.cur, .hd-nav-tabs a:hover { color: #c19743 }
.hd-nav-tabs a.cur::before { content: ""; width: 20px; height: 3px; border-radius: 2px; background: #c19743; position: absolute; bottom: 0; left: 50%; margin-left: -18px }
.hd-nav-tabs a::after { content: ""; width: 1px; height: 12px; background: #000; position: absolute; top: 25px; right: -1px }
.hd-nav-tabs a:last-of-type::after { display: none }

.hd-maincon { background: url(../image/hd-maincon-bg.png) top right no-repeat; background-size: 25% auto }

.hd-iconlist { display: flex; justify-content: space-evenly; flex-wrap: wrap }
.hd-iconlist li { min-width: 150px; margin-bottom: 20px }
.hd-iconlist li img { width: 40px; height: auto; margin-bottom: 5px }

.address-box { padding: 20px 20px 20px 40px; box-sizing: border-box; position: relative }
.address-box::before { font-family: "iconfont" !important; content: "\e640"; font-size: 24px; color: #c19743; position: absolute; top: 18px; left: 15px }
.address-box dl { padding-right: 6em }
.address-box dd { width: 6em; margin-right: -6em }

.shade { width: 100%; height: 100%; background: rgba(0,0,0,0.3); position: absolute; left: 0; top: 0; z-index: 2 }

.sub-nav { overflow-y: hidden; overflow-x: auto }
.sub-nav-tabs a { display: inline-block; padding: 10px 15px; box-sizing: border-box; color: #999; position: relative }
.sub-nav-tabs a.cur { color: #000; font-weight: bold; font-size: 16px }
.sub-nav-tabs a:hover { color: #000 }
.sub-nav-tabs a.cur::before { content: ""; width: 20px; height: 3px; border-radius: 2px; background: #c19743; position: absolute; bottom: 0; left: 50%; margin-left: -10px }

.intro-txt>div { height: auto; min-height: 42px; line-height: 21px }
.intro-txt { height: auto; transition: all 0.3s; overflow:visible }
.intro-txt.up { height: 42px; overflow:hidden; position: relative }
.intro-txt.up::before { font-family: "iconfont" !important; content: "\e64f"; position: absolute; right: 0; bottom: 0; background: #fff; padding-left: 10px; box-sizing: border-box } 
.bgfafafa .intro-txt.up::before { background: #fafafa }
.txt-show, .txt-show a { height: 21px; line-height: 21px }

.repast-swiper img { display: block; width: 100%; height: 100%; object-fit: cover }
.repast-swiper .mainswiper { width: 66%; margin-left: 0 }
.repast-swiper .thumbnailswiper { width: 34%; padding-left: 20px; box-sizing: border-box; height: 100%; position: absolute; right: 0; top: 0 }
.repast-swiper .thumbnailswiper .swiper-slide { height: calc(33.33% - 13.33px) !important; opacity: 0.4 }
.repast-swiper .thumbnailswiper .swiper-slide-thumb-active { opacity: 1 }
.repast-swiper .swiper-button-prev:after, .repast-swiper .swiper-button-next:after { font-size: 14px }
.repast-swiper .swiper-button-prev, .repast-swiper .swiper-button-next { width: 30px; height: 30px; line-height: 30px; color: #fff; border: 1px solid #fff; border-radius:50% }
.repast-swiper .swiper-button-prev:hover, .repast-swiper .swiper-button-next:hover { border: 1px solid rgba(0,0,0,0.5); background: rgba(0,0,0,0.5) }

.commerce-swiper .swiper { width: 67%; margin-left: 33% }
.commerce-swiper .swiper-pagination { width: 33% !important; height: 100%; position: absolute; top: 0 }
.commerce-swiper .swiper-pagination-bullet { display: block; width: 100%; text-align: left; height: 33.33%; margin: 0!important; background: #fff; color: #000; border-radius: 0; opacity: 1; border-bottom: 1px solid rgba(0,0,0,.2); box-sizing: border-box; position: relative }
.commerce-swiper .swiper-pagination-bullet:last-of-type { border-bottom: 0 }
.commerce-swiper .swiper-pagination-bullet p { display: inline-block; line-height: 24px; padding: 0 30px; box-sizing: border-box; font-size: 16px }
.commerce-swiper .swiper-pagination-bullet .iconfont { float: left; font-size: 24px; line-height: 24px; margin-right: 5px }
.commerce-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active { background-image: linear-gradient(45deg, #762951,#144085,#1c7cbd); color: #fff }
.commerce-swiper .swiper-slide::before { content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: rgba(0,0,0,.2) }
.commerce-swiper .swiper-slide .area_60 { padding: 4vw; box-sizing: border-box }

.fd-txtbox { padding: 30px 20px 30px 30px; box-sizing: border-box }
.fd-txt { height: 105px; overflow-x: hidden; overflow-y: auto; padding-right: 10px; box-sizing: border-box }

.schedule-box { background: url(../image/schedule-bg.jpg) #000 top right no-repeat; background-size: cover }
.schedule { max-width: 80%; margin-left: auto; margin-right: auto }

.order-input { display: flex; justify-content: space-between }
.order-input input { width: calc(50% - 95px) }
.order-input input:focus { border: 1px solid #c19743 }
.order-radio { width: 150px; text-align: right; height: 40px; line-height: 40px }
.order-radio label:first-of-type { margin-right: 10px }
.order-radio input[type="radio"] { width: 16px; height: 16px; border-radius: 50%; border: 1px solid #8e8e8e; padding: 0; position: relative}
.order-radio input[type="radio"]::before { content: ""; display: block; width: 10px; height: 10px; border-radius: 50%; position: absolute; top: 2px; left: 2px }
.order-radio input[type="radio"]:checked { border: 1px solid #c19743 }
.order-radio input[type="radio"]:checked::before { background: #c19743 }

.fd-else { display: flex; justify-content: space-between }
.fd-else>div { display: inline-block }


.commercehover{
  overflow: hidden;
}
.commercebottombox{
  background-image: linear-gradient(45deg, #762951,#144085,#1c7cbd);
  color: #fff;
  height: 100%;
  top: 100%;
  padding: 20px;
  z-index: 3;
  overflow-y: auto;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.commercehover:hover .commercebottombox{
  top: 0;
}

























/*-------------------媒体中心-------------------*/
.news-datebox { padding-left: 120px }
.news-datebox dt { width: 100px; margin-left: -120px }
.news-date { width: 100%; height: 90px; text-align: center; border: 1px solid #f4f4f4; padding: 15px 0 0; box-sizing: border-box; border-radius: 10px; background: #fff; color: #8e8e8e }
a:hover .news-date, .news-date.frist { color: #0e357f }

.news-list .news-datebox { padding-top: 30px; padding-bottom: 30px; border-top: 1px solid #f4f4f4 }
.news-list a:first-of-type .news-datebox { padding-top: 0; border-top: 0 }
.news-list a:last-of-type .news-datebox { border-top: 0 }
.news-list .news-datebox dd div { float: left }
.news-list .news-datebox dd div:nth-of-type(1) { width: 160px }
.news-list .news-datebox dd div:nth-of-type(2) { width: calc(100% - 220px); padding-left: 20px; box-sizing: border-box }
.news-list .news-datebox dd div:nth-of-type(3) { width: 60px }

.nd-con img { max-width: 100% }

.share-mask { width: 100%; height: 100%; 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 }

.meeting-list>div { margin-top: 6vh }
.meeting-list>div:nth-of-type(odd) .area_45 { right: 0 }
.meeting-list>div:nth-of-type(even) .area_50 { float: right }

/*-------------------待客之道-------------------*/
.hospitalitykwicks .kwicks { height: 340px }
.hospitalitykwicks .kwicks li { height: 100%; border-radius: 5px; overflow: hidden }
.hospitalitykwicks .kwicks li:nth-of-type(1) { background: url(../image/hk-img01.jpg) center center no-repeat; background-size: auto 100% }
.hospitalitykwicks .kwicks li:nth-of-type(2) { background: url(../image/hk-img02.jpg) center center no-repeat; background-size: auto 100% }
.hospitalitykwicks .kwicks li:nth-of-type(3) { background: url(../image/hk-img03.jpg) center center no-repeat; background-size: auto 100% }
.hospitalitykwicks .kwicks li:nth-of-type(4) { background: url(../image/hk-img04.jpg) center center no-repeat; background-size: auto 100% }
.hospitalitykwicks .kwicks li:nth-of-type(5) { background: url(../image/hk-img05.jpg) center center no-repeat; background-size: auto 100% }
.hospitalitykwicks-con { width: 100%; text-align: center; padding: 30px 30px 20px; box-sizing: border-box; position: absolute; bottom: 0; left: 0; z-index: 3 }
.hospitalitykwicks-txt, .hospitalitykwicks-more { overflow: hidden; height: 0; opacity: 0 }
.hospitalitykwicks .kwicks li::after { content: ""; width: 100%; height: 100%; background: rgba(0,0,0,0.25); position: absolute; top: 0; left: 0; z-index: 2; opacity: 0; transition: all 0.3s }
.hospitalitykwicks .kwicks li.kwicks-expanded .hospitalitykwicks-con { text-align: left }
.hospitalitykwicks .kwicks li.kwicks-expanded::after { opacity: 1 }
.hospitalitykwicks .kwicks li.kwicks-expanded .hospitalitykwicks-txt { animation: up02 0.7s forwards; -webkit-animation: up02 0.7s forwards; animation-delay: 0.3s; -webkit-animation-delay: 0.3s }
.hospitalitykwicks .kwicks li.kwicks-expanded .hospitalitykwicks-more { animation: up03 0.7s forwards; -webkit-animation: up03 0.7s forwards; animation-delay: 0.3s; -webkit-animation-delay: 0.3s }
@keyframes up02
{
  0% {
    height: 0; opacity: 0
  }
  100% {
    height: 160px; opacity: 1 
  }
}

@-webkit-keyframes up02
{
  0% {
    height: 0; opacity: 0
  }
  100% {
    height: 160px; opacity: 1 
  }
}
@keyframes up03
{
  0% {
    height: 0; opacity: 0
  }
  100% {
    height: auto; opacity: 1 
  }
}

@-webkit-keyframes up03
{
  0% {
    height: 0; opacity: 0
  }
  100% {
    height: auto; opacity: 1 
  }
}


/*-------------------商业发展-------------------*/
.consult-box { background-image: linear-gradient(45deg, #762951,#144085,#1c7cbd) }
.consult-input { display: flex; justify-content: space-between }
.consult-input input { width: calc(33.33% - 13px); border: 1px solid #fff; background: transparent }
.consult-box textarea { width: 100%; border: 1px solid #fff; background: transparent; margin-top: 20px }
.consult-input input::placeholder, .consult-box textarea::placeholder { color: rgba(255,255,255,0.6) }
.consult-input input:focus, .consult-box textarea:focus { border: 1px solid #c19743 }

/*-------------------人力资源-------------------*/
.HR-swiper { padding-top: 130px; overflow: hidden }
.HR-swiper .swiper-pagination { height: 100px; position: absolute; top: 0; bottom: auto; margin-left: -10px; margin-right: -10px;padding-top: 10px; }
.HR-swiper .swiper-pagination-bullet { display: block; float: left; width: calc(33.33% - 20px); height: 100px; margin: 0 10px!important; background: #fff; color: #c19743; border-radius: 0; opacity: 1; box-sizing: border-box; position: relative }
.HR-swiper .swiper-pagination-bullet .iconfont { font-size: 30px; line-height: 24px }
.HR-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  transition: all 0.5s;
  background: url(../image/1.png) center center no-repeat;
  color: #fff;
  background-size: cover;
  transform: translate(0px, -10px);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.HR-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active::before { content: ""; display:block; width:100%; border: 0; border-top: 5px solid; border-image: linear-gradient(to right, #16317c, #4d2465,#82214e,#b13731,#ba4e26,#c67f12,#ca8c0c) 1; position: absolute; bottom: 0; left: 0; z-index: 4 } 

/*-------------------成长在保利-------------------*/
.object_cover{
  object-fit: cover;
}
.aboutindex_jianbian{
  position: relative;
  background: #fff;
}
.aboutindex_jianbian::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0; 
  top: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0;
  transition: all 0.3s;
  background: -webkit-linear-gradient(right top, #b65d23, #903042,#542a61,#292f74);
background: -o-linear-gradient(bottom left, #b65d23, #903042,#542a61,#292f74); 
background: -moz-linear-gradient(bottom left, #b65d23, #903042,#542a61,#292f74); 
background: linear-gradient(to bottom left, #b65d23, #903042,#542a61,#292f74); 
}

.aboutindex_jianbian:hover::before {
 opacity: 1;
}

.aboutindex_jianbian:hover h6, .aboutindex_jianbian:hover h4, .aboutindex_jianbian:hover p, .aboutindex_jianbian:hover span{color: #fff;}
.aboutindex_jianbian .com-rows_6 { height:12em; line-height:2em; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:5; -webkit-box-orient:vertical }
.height18em{
  height: 18em;
}
/*-------------------职位申请-------------------*/


.top0{
  top: 0;
}
#cboxClose {
  position: absolute;
  top: -12px;
  right: -12px;
  border-radius: 50%;
  display: block;
  background-color: #c19743;
  border: 2px solid #fff;
  padding: 7px 5px 3px 5px;
}
.minwidth{
 width: 500px;
}
.message{
  z-index: 33334;
  display: none;
  position: fixed !important;
}
.flexcenter{
  display: flex;
  justify-content: space-around;
}
.width7em{
  width: 7em;
}
.jobinput{
  width: calc(100% - 7em);
}
.biginput{
  text-align: center; padding-top: 50px; padding-bottom: 50px;box-sizing: border-box;
  border: 1px solid #e2dcdc;
}
.biginput a{
  color: #c19743;
  border: 1px solid #c19743;
}
input[type="text"], input[type="password"], select {
  height: 40px;
  line-height: 40px;
  border: 1px solid #e2dcdc;
  padding: 0 10px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
input[type="text"]:focus, input[type="password"]:focus {
  border: 1px solid #005ead;
}
.tankuang{
  width: 100%;
  background: #0000009e;
  z-index: 33333;
  display: none;
}
.jobbox-list .jobbox:last-of-type { 
  border-bottom: 0;
  padding-bottom: 0
}
.jobbox{
  border-bottom: 1px solid rgba(0, 0, 0, 0.074);
  padding-bottom: 20px;
}
.jobleftbox{
  width: 10em;
  line-height: 36px;
  margin-top: 20px;
}
.jobrightbox{
   width: calc(100% - 10em);
}
.jobrightbox { transition: all 0.2s; overflow: hidden }
.jobrightbox .xuanzhaunicon { top: 30px; transition: all 0.2s; transform: rotate(90deg) }
.jobrightbox h6 { display: inline-block; height: 36px; line-height: 36px; padding: 0 20px; margin-right: 20px; margin-top: 20px; box-sizing: border-box; border: 1px solid #dddddd; box-sizing: border-box;}
.jobbuttonstye2, .jobbuttonstye3 {
    border: 1px solid #c19743 !important;
    color: #c19743;
    background: #f9f4ec;
}
.jobdatalist .joblist:last-of-type { 
  border-bottom: 0;
}
.joblist{
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 20px;
  cursor: pointer;
}
.joblist p{
  color: #7f7f7f;
}
.joblist .listbutton{
  padding: 8px 20px;
  background: transparent;
  color: #c19743;
  border: 1px solid #c19743;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.joblist:hover{
  color: #c19743;
}
.joblist:hover .bianse p{
  color: #c19743;
}
.joblist:hover .listbutton{
  background: #c19743;
  color: #fff;
}
.item{
	display:none;
  background-color: #f4f4f4;
  padding: 30px;
}
.text_border:after {
  content: "";
  width: calc(35px);
  height: 5px;
  position: absolute;
  left: 0px;
  bottom: -8px;
  background: #9d2140;
}
.color7f7f7f{
  color: #7f7f7f;
}
.shenqing{
  background: #c19743;
    padding: 10px 40px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
}
.bianse .iconfont{
  left: -20px;
  top: 3px;
}
.contactitem{
  display: none;
  padding: 20px;
  background-color: #0e357f;
  text-align: left;
  color: #fff;
}
.width3em{
  width: 3em;
}
.itemwidth{
  width: calc(100% - 3em);
}

.bgbuildbutton {
  color: #fff;
  background: #c19743;
}
.buildbutton {
  display: inline-block;
  cursor: pointer;
  margin-right: 15px;
  transition: all 0.2s;
}
.buildbutton h6 {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 40px;
  padding-right: 40px;
}

/*-------------------联系我们-------------------*/
.bgf5f5f5{
  background-color: #f5f5f5;
}


.divclick {
  color: #c19743;
  border: 1px solid #c19743;
  transition: all 0.3s;
  cursor: pointer;
}
.divclick:hover {
  background: #c19743;
  color: #fff;
}
.hoverewm{
  cursor: pointer;
}
.ewmbox{
  opacity: 0;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
}
.hoverewm:hover .ewmbox{
  opacity: 1;
}
.minheight400{
  min-height: 400px;
}
/*-------------------响应式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 }

.paddingtop40 { padding-top: 30px }
.paddingbottom40 { padding-bottom: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 }

.paddingtop40 { padding-top: 30px }
.paddingbottom40 { padding-bottom:30px }

.card-padding { padding:20px }

.logo { width: auto; height: 30px; margin: 25px 0 25px 20px }
.nav { margin-right: 0.8vw }
.nav .menuLi .mainmenu { padding-left: 0.8vw; padding-right: 0.8vw }
.nav .menuLi .mainmenu.menuLipitchon::after { width: calc(100% - 1.6vw); left: 0.8vw }
.WeChat-ewm { width: 110px }

}
