/*
|          (0 0)
+=====oOO====(_)=========+
|   Powered By AnXin     |
|   Tel: 0572-5220701    |
|   Creation:2022.12.09  |
+=================oOO====+
|          |__|__|
|           || ||
|          ooO Ooo
*/
body,button,dd,dl,dt,fieldset,figure,form,h1,h2,h3,h4,h5,h6,hr,input,legend,li,ol,p,s,td,textarea,th,ul{margin:0;padding:0;list-style:none;font-family:Microsoft YaHei,sans-serif;font-weight:400;}body,html{position:relative;}h1,h2,h3,h4,h5,h6{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;text-transform:capitalize}button,input,select,textarea{font-size:100%;outline:0}a{color:#369;text-decoration:none}.clearfix:after{content:"\0020";display:block;height:0;clear:both;font-size:0;visibility:hidden}.clearfix{zoom:1}.clear{clear:both;font-size:1px;width:1px;height:0;visibility:hidden;line-height:0}.fl{float:left}.fl,.fr{display:inline}.fr{float:right}em,i{font-style:normal}.none{display:none}.block{display:block}.inline{display:inline-block!important;margin-right:10px}img{border:0;object-fit:cover}table{border-collapse:collapse;border:0;border-collapse: collapse;}::selection{background:#ddd;color:#111}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background-color:rgba(50,50,50,.25);border:2px solid transparent;border-radius:0px;background-clip:padding-box}::-webkit-scrollbar-thumb:hover{background-color:rgba(50, 50, 50, 0.5)}::-webkit-scrollbar-track{background-color:rgba(50,50,50,.05)}*{box-sizing:border-box}input,textarea{border:0}input::placeholder,textarea::placeholder{opacity:.5}input:focus{border:0;outline:0;box-shadow:0}.tipMain{position:fixed;bottom:0;left:0;z-index:9999;width:100%;border-top:1px solid #ccc;background:#fff;font-size:13px;line-height:40px}.tipMain,.tipMain .close{height:40px;text-align:center}.tipMain .close{position:absolute;top:0;right:10px;width:40px;color:red;font-weight:400;font-size:18px;font-family:Arial,Helvetica,sans-serif;cursor:pointer}
/*超出的文字省略，要定义宽度*/
span.spanleft{ overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: block }
a,a:hover, :after, :before, .iconfont, .images, .images img, .list-li, .list-txt, .list-txt .name, .mobilemenu b, #header, #footer *, .wrapper, #banner, #banner img,.arrow { -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
/*页面*/
* { font-size: 14px; font-weight: 400; box-sizing: border-box; }
body { background-color: #fff; overflow-x: hidden;}
.wrapper { margin: 0 auto; position: relative; }
.text { padding: 0; }
.text, .text * { color: #666; font-size: 14px; line-height: 2; word-wrap: break-word; }
.text p { margin-bottom: 20px; text-indent: 2em; }
.text p:last-child { margin-bottom: 0; }
.text p img{display: block;width: 100%;}
.txt-info { overflow: hidden; display: -webkit-box !important; -webkit-box-orient: vertical; white-space: normal !important; word-wrap: normal !important; }/*-webkit-line-clamp: 8;*/
.txt-info * { -webkit-box-orient: horizontal; width: auto; display: inline; padding: 0; margin: 0; white-space: normal !important; word-wrap: normal !important; background: none !important; text-indent: 0 !important; font-family: sans-serif !important;word-break:break-all !important; }
.txt-info img { display: none !important; opacity: 0; }
.place,.place a{display: flex; flex-flow: row wrap; align-items: center;}
.place{padding-top: 12px; padding-bottom: 12px; color: #000;}
.place a{color: #666; line-height: 2;}
.place a:after{content:""; width: 4px; height: 4px; border-right: 1px solid #666; border-top: 1px solid #666; pointer-events: auto; transform: rotate(45deg); margin-left: 10px; margin-right: 10px;}
.place a:hover{color: #000;}
.arrow{position:relative; z-index: 2; width: 10px; height: 10px;}
.arrow:before,.arrow:after{content: ""; position: absolute; display: block;}
.arrow:before { width: 6px; height: 6px; border-right: 2px solid #999; border-top: 2px solid #999; pointer-events: auto; left: 50%; top: 50%; transform: translate(-50%, -50%) rotate(45deg);}
.arrow:after{width: 12px; height: 0; border-top: 2px solid #999; top: 50%; left: 50%; margin-top: -1px; margin-left: -9px;}
.arrow.arrow-white:before{border-right-color: #fff; border-top-color: #fff;}
.arrow.arrow-white:after{border-top-color: #fff;}
.select { position: relative; width: 100%; height: 100%;}
.select:after { content: ""; display: block; width: 6px; height: 6px; border-right: 1.5px solid #006FE0; border-bottom: 1.5px solid #006FE0; -webkit-transform: translateY(-50%) rotate(45deg); transform: translateY(-50%) rotate(45deg); pointer-events: auto; position: absolute; z-index: 1; right: 0px; top: 10px; }
.select .placeholder,.select ul li a{width: 100%; height: 100%; display: flex; align-items: center;font-size: 18px; font-weight: 600; color:#333;}
.select .placeholder img,.select ul li a img{margin-right: 6px;}
.select .placeholder {position: absolute; z-index: 10; left: 0; top: 0;  padding-right:21px; cursor: pointer; text-transform: capitalize;}
.select.is-open ul { display: block;}
.select.is-open:after {transform:rotate(225deg); top:12px; }
.select ul { display: none; background-color: #fff; position: absolute; z-index: 100; overflow: hidden; width: 100%; top: 100%;left: 0;margin-top:16px; margin-left: -16px; padding: 8px 16px; width: 100px; max-height: 300px; overflow-x: hidden; overflow-y: auto;border-top:0;}
.select ul li { display: block; float: none !important; width: 100% !important; margin: 0; cursor: pointer; }
/*******************************
  -------[=表单-------
********************************/
.form{overflow: hidden;}
.form form{margin-right: -20px;}
.form form:after{content:""; display: table; clear:both;}
.form .form-group { margin-bottom: 20px; display: flex; align-items: center; float: left; }
.form .form-group.sm{width:calc(33.33% - 20px); margin-right: 20px;}
.form .form-group.lg{width: 100%; margin-right:0;}
.ax-input,.ax-radio-group,.ax-checkbox-group,.prefix,.unit{line-height: 24px; padding: 8px 16px;box-sizing: border-box; }
.ax-radio-group .ax-input,.ax-radio-group .prefix,.ax-radio-group .unit{padding-top: 0; padding-bottom: 0;}
.form .label { font-size: 14px; color: #666; margin-right: 7px; white-space: nowrap;}
.form .input-group {flex:1; display: flex; background: #fff; border-bottom: 1px solid #ECECEC; }
.form .input-group .ax-input { background: none; border: 0; color: #333;  flex: 1; font-size: 14px;}
.form .input-group .ax-input.date { background: url(../images/date.svg) right center no-repeat; background-size: 40px 20px; padding-left: 10px; padding-right:25px; }
.form .input-group .ax-input::placeholder {color:#333;opacity: 0.4;}
.form .input-group .ax-textarea { height: auto; }
.form .input-group .prefix,.form .input-group .unit { color: #666; white-space: nowrap; padding-left: 5px; padding-right: 5px;}
.prefix+.ax-input{max-width: 60px !important; flex:none; padding-left: 5px; padding-right: 5px;}
.ax-input+.unit{max-width: 60px; flex:none; padding-left: 5px; padding-right: 5px;}
.form .form-group.button-group{width: 100%; justify-content: center;}
.ax-button { width: 100px; height: 40px; background: none; border-radius: 0px; display: flex; justify-content: center; align-items: center; font-size: 14px; color: #999; border: 1px solid #DEDEDE; cursor: pointer; }
.ax-button:hover { background: #999; color: #fff; }
/*更多*/
.more { position: relative; width: 70px; height: 28px; display: flex; }
.more a { position: relative; display: flex; align-content: center; align-items: center;}
.more a:after { content: ""; display: block; position: absolute; z-index: 1; margin-bottom: -5px; width: 0; height: 1px; background: #333; left: 0; bottom: 0;}
.more span { position: relative; z-index: 2; font-size: 14px; font-weight: 400; color: #333; text-transform: uppercase; display: block; text-align: center; }
.more .arrow {width: 5px; height: 5px; margin-left: 4px;}
.more .arrow:before {width: 4px; height: 4px;}
.more .arrow:after {display:none;}
.more a:hover span {color:#000;}
.more a:hover .arrow:before {margin-left: 5px;}
.more a:hover:after {width: 100%;}

/*******************************
  -------[=返回顶部-------
********************************/
.toTop { position: fixed; z-index: 9; bottom: 10px; right: 10px; width: 50px; height: 50px; border-radius: 50%; text-align: center; line-height: 50px; padding: 0; background-color: #222; cursor: pointer; display: none; opacity: 0.7 !important; }
.toTop:before { content: ""; margin-top: 22px; margin-left: 18px; display: block; width: 10px; height: 10px; border-right: 2px solid #fff; border-top: 2px solid #fff; pointer-events: auto; transform: rotate(-45deg); }
.toTop:hover { background: #333; opacity: 1 !important }
.toTop:active { background: #000; -webkit-transform: scale(.9); -moz-transform: scale(.9); -ms-transform: scale(.9); -o-transform: scale(.9); transform: scale(.9); }
/*******************************
  -------[=图片切换-------
********************************/
.swiper-container{width: 100%; height: 100%;}
.swiper-container img { display: block; width: 100%; height: 100%; }
.swiper-btn {position: absolute; z-index: 100; top: 50%; transform: translateY(-50%); display: block; width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; cursor: pointer; border-radius: 50%; background-color: #F7F7F7;}
.swiper-btn .arrow{border-right-color: #C3C3C3; border-top-color: #C3C3C3;}
.swiper-btn.swiper-button-disabled {cursor: not-allowed; }
.swiper-btn.next {right: 0;}
.swiper-btn.prev {left: 0;}
.swiper-btn.prev .arrow {transform: rotate(180deg);}
.swiper-btn .arrow:after{display:none}
.swiper-tool{width: 100%; display: flex; justify-content: center; margin-top: 34px; margin-bottom: 40px;}
.swiper-tool .swiper-btn{position: relative; margin: 0 11px; transform: translateY(0);}
/*******************************
  -------[=列表-------
********************************/
.images { overflow: hidden; position: relative; z-index: 1; width: 100%; height: 0; padding: 0px; margin: 0; }
.images img { width: 100%; height: 100%; object-fit: cover; position: absolute; z-index: 1; left: 0; top: 0; }
.list {position: relative; z-index: 1; }
.list .list-ul:after { content: ""; display: table; clear: both; }
.list .list-li { float: left;position: relative;}
.list .list-li .images { padding-top: 100%; }
.list-txt { box-sizing: border-box; position: relative; z-index: 1; display: flex; flex-flow: row wrap; padding-top: 20px;}
.list-txt .name {font-size: 16px; font-weight: 600; height: 22px; line-height: 22px; color: #333; overflow: hidden;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; flex:1; transition: all 0.36s ease;}
.list-txt .txt-info {-webkit-line-clamp: 1; margin-bottom: 20px;width: 100%;}
.list-txt .txt-info, .list .list-txt .txt-info * { font-size: 12px; color: #999; line-height: 1.8;}
.list-txt .address{width:100%;margin-top: 12px; color: #999;}
.list .list-li:hover .images img,.list .swiper-slide:hover .images img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
.list .list-li:hover .list-txt .name,.list .swiper-slide:hover .list-txt .name{color: #000; letter-spacing: 2px;}
.list.center .list-txt .name{text-align: center;}
.text + .list{margin-top: 40px;}
/*******************************
  -------[=页码-------
********************************/
.main-page {position:relative; z-index: 1; width: 100%; padding: 0; margin: 0; text-transform: capitalize; display: flex; justify-content:flex-start; align-items: center; margin-top: 60px; margin-bottom: 60px;}
.main-page a{ padding: 6px 12px;background: #FFFFFF; border: 1px solid #EEEEEE; color: #333; margin-right: 10px; border-radius: 3px;}
.main-page a.disabled{ border: 0; cursor: not-allowed;}
.main-page a.disabled:hover{background-color: #fff; color: #333;}
.main-page a.active,.main-page a:hover{background-color: #000; border-color: #000; color: #fff;}
/*******************************
  -------[=页面底部------
********************************/
#footer{background-color: #F7F7F7; padding-top: 80px; margin-top: 40px;}
.footer{display: flex; justify-content: space-between; align-items: flex-start; padding-bottom: 60px;}
.footer p,.footer a{color: #999; line-height: 20px; margin-bottom: 14px;}
.footer a:hover{color: #333}
.footer .left{width: 440px;}
.footer .left .t{font-size: 18px;color: #000; margin-bottom: 32px;}
.footer .left .txt p{color: #999; line-height: 28px;}
.footer .left .copyright{margin-top: 40px;}
.footer .right{flex:1;}
.footer .right .form-group{border-bottom: 1px solid #DEDEDE;}
.footer .right .form .input-group{background: none;}
.footer .right .form-group.button-group{border: 0; justify-content: flex-start;}
.footer .right .form .label{color: #999;}

#footer .record,#footer .record a{display:flex; flex-direction: column;}
#footer .record a{flex-direction: row;}
#footer .record img{margin:0 8px 0 0;}

@media screen and (max-width: 1024px){

}
@media screen and (max-width: 700px){

}
/*******************************
  -------[=页面------
********************************/
header {position: relative; z-index: 2;}
header, #header { width: 100%; background-color: #fff; }
#header .wrapper,#nav .wrapper,.nav, .nav .nav-ul, .nav .mainlevel, .nav .mainlevel a{ height: 100%; }
#header .wrapper, .nav .nav-ul { display: flex; justify-content: space-between; align-items: center; }
#body{position: relative; width: 100%; height: 100%; display: flex;}
#header {height: 100%; background-color: #fff;box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.05); position: fixed; left: 0; top: 0; z-index: 10;}
#header .wrapper{width:100%; height: 100%; display: flex; flex-direction: column; justify-content: flex-start; align-items: center; padding: 0 !important;}

#logo { width: 66%; height: 45px; margin-top: 4vh; margin-bottom: 8vh;}
.logo,.logo a{width: 100%; height: 100%; display: flex; align-items: center; justify-content: space-between; }
.logo a{background: url(../images/logo.svg) center center no-repeat; background-size: contain;}

#nav,.nav .mainlevel{width: 100%;}
#nav {display: flex; align-items: center; }
#nav .nav{flex:1; position: relative; z-index: 2;}
.nav .nav-ul { justify-content: flex-start; flex-direction: column;}
.nav .mainlevel {position: relative; z-index: 10; display: flex; justify-content: flex-start; padding-left: 26%; margin-bottom: 2.9vh;}
.nav .mainlevel .mainlevel-a {text-decoration: none; width: 100%; display: flex; justify-content: flex-star; position: relative; z-index: 2; text-transform: capitalize; }
.nav .mainlevel:after,.nav .mainlevel:before{content: ""; z-index: 1; position: absolute; display: block;}
.nav .mainlevel:after { width: 1px; height: 12px;right: 0; top: 50%; transform: translate(0px, -50%);background:#000; opacity: 0;}
.nav .mainlevel:last-child:after{display: none;}
.nav .mainlevel:before{width: 0; height: 1px; background-color: #000; left: 0; top: 50%; transform: translateY(-50%);}
.nav .mainlevel .mainlevel-a span { position: relative; z-index: 2; font-size: 14px; font-weight: 400;white-space: nowrap; color:#7f7f7f; text-transform: capitalize;}
.nav .mainlevel.active .mainlevel-a span, .nav .mainlevel .mainlevel-a:hover span,.nav .mainlevel:hover span,.nav .mainlevel.active.cuf, .mainlevel-a:hover span {color:#000;}
.nav .mainlevel.active:hover .mainlevel-a span {color:#000;}
.nav .mainlevel.active:before, .nav .mainlevel:hover:before,.nav .mainlevel.active.cuf:hover:before{width: 10%;}
.nav .mainlevel.active.cuf .mainlevel-a span {color:#000}
.nav .mainlevel.active.cuf:hover .mainlevel-a span {color:#7f7f7f;}
.nav .mainlevel.active.cuf:before {width: 0;}
.nav .mainlevel ul {position:absolute;z-index: 999;text-align:center;transition:all 0.3s; opacity: 0; visibility: hidden;}
.nav .mainlevel ul:before,.nav .mainlevel ul:after{content:""; display: block;position: fixed; z-index: 3; }
.nav .mainlevel ul:before{z-index: 11; width: 10px; margin-left: -10px; height:100%; box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.05); top: 0;}
.nav .mainlevel ul:after{top: 0; width: 0; height: 100%; background-color: #fff;box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.05);}
.nav .mainlevel .sub-mainlevel {position: relative; z-index: 10; margin-top: -2.9vh;}
.nav .mainlevel .sub-mainlevel .sub-mainlevel-a{font-size:14px; display: block; text-align: left; color:#7f7f7f; border-bottom: 1px solid #ECECEC; padding-left: 40px; padding-top: 17px; padding-bottom: 17px;}
.nav .mainlevel .sub-mainlevel .sub-mainlevel-a.active,.nav .mainlevel .sub-mainlevel .sub-mainlevel-a:hover{color: #000;}
.nav .mainlevel:hover ul {opacity:1;  visibility:visible }
#header #tel{position: absolute; left: 17%; bottom: 12%; width: 70%; display: flex; align-items: flex-start;}
#header #tel img{display: block; width: 10px; height: 10px; margin-top: 5px;}
#header #tel .txt{display: flex; position: relative; flex-direction: column; font-size: 18px; color: #000; line-height: 25px; padding-left: 39px;}
#header #tel .txt span{font-size: 12px; color: #999; line-height: 17px; margin-top: 6px;}
#header #tel .txt:before{content:""; display: block; position: absolute; left: 19px; top:0; width: 1px; height: 20px; background-color: #ECECEC;}

#header {width:300px;}
.nav .mainlevel ul,.nav .mainlevel ul:after,.nav .mainlevel ul:before{left:300px;}
#main{width: calc(100% - 300px); margin-left: 300px; position: relative; z-index: 0;}
.nav .mainlevel ul,.nav .mainlevel:hover ul:after{width: 180px;}

.ssg-title { position: relative; width: 100%; display: flex; flex-direction: column; padding-top: 80px; padding-bottom: 50px;}
.ssg-title .chs,.ssg-title .en{white-space: nowrap;}
.ssg-title .chs{font-size: 26px; line-height: 36px; color: #000;}
.ssg-title .en{font-size: 14px; font-weight: 600; line-height: 20px; color: #999; text-transform: capitalize;}
.ssg-title .more{position: absolute; right: 12px; top: 50%; width: auto;}
.ssg-title.center{align-items: center;}

.list + .ssg-title{padding-top: 30px;}
#banner{width: 100%;height: 360px; overflow: hidden; position: relative; z-index: 1; background-color: #000000;}
#banner img{width:100%; height: 100%; display:block; position: absolute; z-index: 1; left: 0; top:0;}
.play-btn {position: absolute;z-index: 4;left: 50%; top: 50%;width: 40px;  height: 40px; margin-top: -20px; margin-left: -20px; border-radius: 50%; display: flex;  justify-content: center;  align-items: center;  cursor: pointer; background: rgba(0, 0, 0, 0.5);}
.play-btn:after {  content: "";  display: block; width: 14px; height: 15px; background: url(../images/play-btn.png) no-repeat; }
.spl-header{transform:translateY(0)}
.spl-theme{display:none !important; opacity: 0;}
.spl-header div{opacity: 1;}
#spotlight.white .spl-footer, #spotlight.white .spl-header{background-color: rgba(0, 0, 0, 0.05);}
.spl-pane video{width: 100%; height: auto; max-width: 1280px;}
.stars{display: flex; justify-content: flex-end;}
.stars img{display: block; width: 17px; height: 16px; margin-left: 8px;}
/*礼仪体验*/
.list.photo-list.two .list-li{ overflow: hidden;}
.list.photo-list.two .list-li.swiper-slide{margin-right: 0; margin-bottom: 0; overflow: hidden;}
.list.photo-list.two.experience .images{padding-top: 53%;opacity: 0; transition: all 0.36s ease;}
.experience .list-txt{transition: all 0.36s ease; position: absolute; z-index: 10; width: 100%; height: 100%; left: 0; top: 0; flex-direction: column;justify-content: center; padding: 0 9%; }
.experience .list-txt .name{flex:none; display: flex; -webkit-box-orient:horizontal; height: auto; flex-direction: column; position: relative;}
.experience .list-txt .name span{font-size: 14px; font-weight: 600; color: #999; text-transform: capitalize;}
.experience .list-txt .name:before,.experience .list-txt .name:after{content:""; position: absolute;}
.experience .list-txt .name:before{ display: block; width: 6px; height: 8px;background-color: #fff;clip-path: polygon(0 0, 100% 50%, 0 100%);  right: 20px; opacity: 0; top:8px; transition: all 0.5s ease 0.4s;}
.experience .list-txt .name:after{width: 0; height: 1px;background: rgba(255, 255, 255, 0.1); left: 0; bottom: 0;}
.experience .list-txt .txt-info{-webkit-line-clamp: 2; margin-top: 40px; margin-bottom: 60px;}
.experience .list-txt .more{font-size: 16px; font-weight: 500; color: #666;}
.list.photo-list.two.experience .list-li:hover{background-color: #000;}
.list.photo-list.two.experience .list-li:hover .images{opacity: 1;transform: scale(1.1);}
.list.photo-list.two.experience .list-li:hover .images img{opacity: 0.5;}
.list.photo-list.two.experience .list-li:hover .list-txt{top: 25%;}
.list.photo-list.two.experience .list-li:hover .list-txt .name{color: #fff; padding-bottom: 19px;}
.list.photo-list.two.experience .list-li:hover .list-txt .name span{display: none;}
.list.photo-list.two.experience .list-li:hover .list-txt .name:before{right: 0; opacity: 1;}
.list.photo-list.two.experience .list-li:hover .list-txt .name:after{width: 100%;}
.list.photo-list.two.experience .list-li:hover .list-txt .txt-info,.list.photo-list.two.experience .list-li:hover .list-txt .txt-info *{color: #fff;}
/*图片列表*/
.list.photo-list.two .list-ul{margin-right: -4.2%; margin-bottom: -4.2%;}
.list.photo-list.two .list-li{width:45.8%; margin-right: 4.2%; margin-bottom: 4.2%;}
.list.photo-list.two .images{padding-top: 55.2%;}
.list.photo-list.three .list-ul{margin-right: -3.5%; margin-bottom: -3.5%;}
.list.photo-list.three .list-li{width:29.83%; margin-right:3.5%; margin-bottom: 3.5%;}
.list.photo-list.three .images{padding-top: 63.6%;}
.list.photo-list.three.sm .images{padding-top: 56.8%;}
.list.photo-list.four .list-ul{margin-right: -1.4%; margin-bottom: -1.4%;}
.list.photo-list.four .list-li{width:23.6%; margin-right:1.4%; margin-bottom: 1.4%;}
.list.photo-list.four .images{padding-top: 65.6%;}

.list.border .list-li:after{content:"";display:block; position:absolute; width: 0; height: 1px; background-color: #ececec; left: 50%; bottom: 0;}
.list.border .list-li{margin-bottom: -20px;}
.list.border .list-txt{padding-bottom: 20px;}
.list.border .list-li:hover:after{width: 100%; left: 0;}
/*关于*/
.about .list.photo-list.four .list-ul{margin-bottom: 0px;}
/*荣誉*/
.list.photo-list.four.honor-list .images{background-color: #fff;outline: 1px solid #ECECEC;outline-offset: -1px;  padding-top: 64.71%;}
.list.photo-list.four.honor-list .images img{object-fit: contain; width: 96%; height: 96%; margin: 2%;}
/*资讯*/
.news-list .list-txt .name{width: 100%; flex:none;}
.news-list .list-txt .txt-info{-webkit-line-clamp: 2; margin-top: 10px; margin-bottom: 20px;}
.news-list .list-txt .txt-info,.news-list .list-txt .txt-info *{font-size: 14px; line-height: 28px; color: #666;}
.news-list .list-txt .date{width:100%;font-size: 16px; font-weight: 500;line-height: 22px; color: #333; transition:all 0.36s ease; opacity: 0; border-top: 1px solid #ECECEC; padding-top: 20px;transform: translateY(-10px); display: flex; align-items: center; justify-content: space-between; visibility: hidden;}
.news-list .list-txt .date:after{content:""; display: block; width: 6px; height: 8px;background-color: #000;clip-path: polygon(0 0, 100% 50%, 0 100%);}
.news-list .list-li:hover .list-txt .date,.news-list .swiper-slide:hover .list-txt .date{opacity: 1;transform: translateY(0px); visibility: visible;}

/*联系*/
.contact-info{display:flex; flex-flow: row wrap; margin-top: 100px;}
.contact-info .item,.contact-info .item .txt{display:flex;}
.contact-info .item{width:25%; position: relative; padding-left: 60px; margin-bottom: 70px;}
.contact-info .item img{display: block; width: auto; height: auto; position: absolute; left: 0; top: 0;}
.contact-info .item .txt{flex-direction: column; padding-left: 8px;}
.contact-info .item .txt .p1{font-size: 20px; font-weight: 400; color: #333; line-height: 28px;}
.contact-info .item .txt .p2{font-size: 16px; font-weight: 400; color: #333; line-height: 22px; margin-top: 14px;}

.map{height: 500px; margin-top: 40px;}
.map #gaodi-map { width: 100%; height: 100%; z-index: 1; }
.map .icon { background: url(../images/map-icon.png) no-repeat; }
.map .icon-cir { width: 63px; height: 67px; }
.map .icon-cir-red { background-position: 0 0; }
.map .amap-info { width: 450px; }
.map .amap-info-content{ padding: 20px 28px 20px 20px; }
.mapInfo{width:100%;}
.map .amap-info-content h5,.mapInfo h6 { font-size: 18px; line-height: 20px; color: #333; font-weight: 600; margin-bottom: 10px; }
.map .amap-info-content div,.mapInfo p { font-size: 14px; line-height: 1.6em; color: #666 }
.amap-icon{background:url(../images/amap-icon.png) center center no-repeat; width: 35px !important; height: 35px !important; transform: translate(-10px,0);}
.amap-icon img{display: none !important; opacity: 0 !important;}
@media screen and (max-width: 800px){
    .map{height:50vh}
    .map .amap-info-content{width: 80vw}    
}
@media screen and (max-width: 600px) {
    .map .amap-info { width: 80vw; }
}
/*详细页*/
.pop-wrapper{width: 1200px; height: 675px;}
#detailed{width: 100vw; height: 100vh; overflow: hidden; background: #FFFFFF; display: flex; flex-direction: column;}
#detailed .header{width: 100%; height: 55px; background-color: #fff; border-bottom: solid 1px rgba(0, 0, 0, 0.06);display: flex; align-items: center; font-size: 16px; font-weight: 500; color: rgba(0, 0, 0, 0.85); padding-left: 24px; position: sticky; top: 0; z-index: 2;}
#detailed .body{height: calc(100vh - 90px);}
#detailed .body .detailed-txt{width: 99%; height: 100%; margin-right:1%;padding: 0 24px; margin-top: 25px; overflow-x: hidden; overflow-y: auto;}
#detailed .body .detailed-txt::-webkit-scrollbar {width:8px;height:8px}
#detailed .body .detailed-txt::-webkit-scrollbar-thumb {background: rgba(0, 0, 0, 0.2);border:2px solid transparent;border-radius:2px;background-clip:padding-box}
#detailed .body .detailed-txt::-webkit-scrollbar-thumb:hover {background:rgba(0, 0, 0, 0.2);}

.detailed-header{padding:24px 32px 32px;background-color: #f7f7f7; margin-bottom: 32px;}
.detailed-header .h1,.detailed-header .date{text-align: center;}
.detailed-header .h1{margin-top: 24px; margin-bottom: 12px; font-size: 24px; font-weight: 600; color: #333; line-height: 34px;}
.detailed-header .date{ margin-top: 15px; margin-bottom: 16px; font-size: 14px; font-weight: 600; color: #666; line-height: 20px;}
.detailed-header .txt-info,.detailed-header .txt-info *{line-height: 26px; color: #999; text-align: center;}
.detailed-txt .text img,.detailed-txt .text p img{max-width: 100%; margin: 24px auto; width: auto; display: block;}

@media screen and (max-width: 1280px) {  
  .pop-wrapper{width: 900px; height: 510px;}
  #detailed .body .detailed-txt{padding:0 16px;}
}
@media screen and (max-width: 900px) {  
  .pop-wrapper{width: 100%; height: 80%;}
}
@media screen and (max-width: 800px) {  
  #detailed .body .detailed-txt{margin-top: 16px;}
  #detailed .body{height: calc(100vh - 71px);}
}
.table td{padding:12px; border: solid 1px #ececec; background-color: #fff; font-size: 16px; color: #333;}
.table td img{display: block; margin: 12px 0;}
.table .col1{width: 120px;}
.table .col2{width: 150px;}
.table tr.firstRow{position: sticky; top: 0px; flex-direction: row;}
/*******************************
  -------[=首页------
********************************/
#index-section1{z-index: 0; position: relative; height: 100vh;}
#index-section1 img{display:block;}
#index-section1 .bg{width: 100%; height: 100%;}
#index-section1 .video{width: 100%; height: 100%;}
#index-section1 .video video{width: 100%; height: 100%; object-fit: cover;}
#index-section1 .banner{position: absolute; left: 50%; top: 40%; z-index: 20; width: 450px; height: 180px; margin-left: -225px; margin-top: -90px; opacity:0;transition:all .4s;}
#index-section1 .ani-slide .banner{ top: 30%;  opacity:1; }
#index-section1 .swiper-pagination {bottom: 34px; height: 2px; display: flex; align-items: center; justify-content: center;}
#index-section1 .swiper-pagination-bullet { opacity: 1; position: relative; width: 40px; height: 2px; border-radius: 0; margin: 0 5px !important; background:rgba(255, 255, 255, 0.3); transition: background-color .3s ease; }
#index-section1 .swiper-pagination-bullet::before { display: block; content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background:#fff; transform: scaleX(0); transform-origin: 0 0; }
#index-section1 .swiper-pagination-bullet.swiper-pagination-bullet-active::before { animation: sliderPagination 5s linear forwards; }
#index-section1 .swiper-pagination-bullet:hover { background: rgba(255, 255, 255, 1) }
@keyframes sliderPagination {100% {transform: scaleX(1);opacity: 1;}}
.swiper-pagination.ssg-pagination{position: relative; padding-top: 39px;}
.swiper-pagination.ssg-pagination .swiper-pagination-bullet{width: 18px; height: 18px; padding: 5px; border-radius: 50%; border: solid 2px #fff; margin: 0 5px; position: relative; background: #fff; opacity: 1;}
.swiper-pagination.ssg-pagination .swiper-pagination-bullet:before{content:""; display: block; width: 4px; height: 4px; border-radius: 50%; background-color: #666;}
.swiper-pagination.ssg-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{border-color: #333;}
.swiper-pagination.ssg-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before{background-color: #333;}
.index-eat .list-txt .name,.index-courses .list-txt .name{text-align: center;}
/*******************************
  -------[=自适应------
********************************/
.wrapper {width: 88%;}
#main .wrapper{overflow: hidden;}

@media screen and (max-width: 1640px) {
}

@media screen and (max-width: 1440px) {
  .wrapper {width: 100%; padding-left: 24px; padding-right: 24px;}
  .ssg-title{padding-top:40px; padding-bottom: 20px;}
  .ssg-title .chs{font-size: 24px;}
  #header {width:240px;}
  #logo{width: 80%;}
  #header #tel{flex-direction: column; width: 80%; left: 10%;}
  #header #tel img{margin-top: 0; margin-bottom: 9px;}
  #header #tel .txt{padding-left: 0;}
  #header #tel .txt:before{position: relative; width: 45%; height: 1px; margin-bottom: 8px;left: 0;}
  .nav .mainlevel ul,.nav .mainlevel ul:after,.nav .mainlevel ul:before{left:240px;}
  #main{width: calc(100% - 240px); margin-left: 240px;}
}

@media screen and (max-width: 1336px) {  
  .list .list-ul,.list.photo-list.two .list-ul,.list.photo-list.three .list-ul,.list.photo-list.four .list-ul{margin-right: -16px; margin-bottom: -16px;}
  .list .list-li,.list.photo-list.two .list-li,.list.photo-list.three .list-li,.list.photo-list.four .list-li{margin-right: 16px; margin-bottom: 16px;}
  .list.photo-list.two .list-li{width:calc(50% - 16px);}
  .list.photo-list.three .list-li{width:calc(33.33% - 16px);}
  .list.photo-list.four .list-li{width:calc(25% - 16px);}

}
@media screen and (max-width: 1280px) {  
  .wrapper {padding-left: 16px; padding-right: 16px;}
  #header {width:180px;}
  .nav .mainlevel ul,.nav .mainlevel ul:after,.nav .mainlevel ul:before{left:180px;}
  #main{width: calc(100% - 180px); margin-left: 180px;}
  .nav .mainlevel ul,.nav .mainlevel:hover ul:after{width: 120px;}
  .nav .mainlevel .sub-mainlevel .sub-mainlevel-a{padding:12px 0 12px 0; text-align: center;}
  #footer{padding-top: 40px;}
  .footer .left{width: 360px;}
  .footer .right .form-group{margin-bottom: 0;}
  .footer .right .form-group.button-group{margin-top: 16px;}
  
}

@media screen and (max-width: 1024px) {  
  .form .form-group.sm{width: 100%; margin-right: 0;}
  #footer{padding-top: 24px;}
  .list.photo-list.two.experience .list-ul{margin-right: 0;}
  .list.photo-list.two.experience .list-li{width: 100%; margin-right: 0;}
}

@media screen and (max-width: 900px) {
  .body-overlay { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 1; width: 100%; height: 100%; display: none; background: rgba(0,0,0,0.2); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
  .mobilemenu { width: 40px; height: 40px; padding: 12px 0 0 8px; border-radius: 0 0 50% 0; background: rgba(255,255,255,0.6); position: fixed; z-index: 1001; left: 0px; top: 0px; display: none; cursor: pointer; }
  .mobilemenu b { width: 20px; height: 2px; background-color: #666; display: block; margin-bottom: 5px; }
  .mobilemenu b:nth-child(2) { width: 14px; }
  .mobilemenu.close { border: 0; }
  .mobilemenu.close b { position: absolute; width: 25px; top: 19px;background-color:#2C4B6A;}
  .mobilemenu.close b:nth-child(2) { display: none; }
  .mobilemenu.close b:nth-child(1), .top .close b:nth-child(1) { -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
  .mobilemenu.close b:nth-child(3), .top .close b:nth-child(2) { -webkit-transform: rotate(-45deg); -o-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }
  .nav .mainlevel a:before,.nav .mainlevel:after, .nav .mainlevel ul:before, .nav .mainlevel ul li a:after { display: none; opacity: 0 }
  .mobilemenu { display: inline-block; }
  .mobilemenu.hide { display: none; }
  
  #header{ position: fixed;left: -100%; transform: translateX(0%); width: 80%; height: 100%; right: auto; top: 0px; padding: 0; margin: 0; background:#fff; z-index: 101; overflow-x: hidden; overflow-y: auto; box-shadow: 5px 10px 17px rgba(0, 0, 0, 0.25); }
  #logo,#header #tel{width: calc(100% - 32px);}
  #header #tel{left:0; bottom:0;margin-left: 16px; margin-bottom: 16px; position: relative;}
  #logo{margin-top: 60px; margin-bottom: 32px;}
  .nav .mainlevel:before,.nav .mainlevel ul:after{display: none; opacity: 0;}
  #nav{height: calc(100vh - 260px); margin-bottom: 24px;}
  #nav .nav {width: 100%; height: 100%; overflow-y: auto; }
  #nav .nav .mainlevel { width: 100%; padding-left: 0; border-bottom: solid 1px rgba(0,0,0,0.1); display: block; margin: 0; height: auto; }
  .nav .mainlevel .mainlevel-a:after { content: ""; position: absolute; right: 16px; width: 8px; height: 8px; border-top: solid 1px rgba(0,0,0,0.2); border-right: solid 1px rgba(0,0,0,0.2); transform: rotate(45deg) }
  #nav .nav .mainlevel.active .mainlevel-a:after{border-top-color:#666; border-right-color:#666;transform: rotate(135deg)}
  .nav .mainlevel .mainlevel-a span,.nav .mainlevel.active.cuf .mainlevel-a:hover span{color:#7f7f7f;}
  .nav .mainlevel.active .mainlevel-a span, .nav .mainlevel .mainlevel-a:hover span, .nav .mainlevel:hover span{ color: #000;}
  .nav .mainlevel-a {opacity: 1; }
  header.dark .nav .mainlevel .mainlevel-a span, header.dark .nav .mainlevel.active.cuf .mainlevel-a span, header.dark .lang-chs, header.dark .lang-en{color: #333;}  
  .nav .mainlevel.sub:after{display: none;}
  .nav .mainlevel ul { position:relative;top:0px;width:100%;left:0;background-color:#fff;font-size:0;transition:all 0.3s;opacity: 1;	visibility:inherit;border-top:1px solid #e7e9ec; display: none; padding: 16px;}
  .nav .mainlevel ul li { float: none; width: 100%; }
  .nav .mainlevel ul li ul { transform: scale(1); }
  .nav .mainlevel.active ul{display:flex;}
  .nav .mainlevel .mainlevel-a { height: 50px; line-height: 50px; width: 100%; padding: 0;margin: 0; display: flex; align-items: center; justify-content: flex-start; padding-left: 16px;}
  .nav .mainlevel .mainlevel-a.active:after{transform: rotate(135deg)}
  .nav .mainlevel .sub-mainlevel{padding:0; margin: 0; flex-direction: column; width: 100%;}
  .nav .mainlevel .sub-mainlevel .sub-mainlevel-a{width: 100%; height: auto; padding:12px 16px; text-align: left;}
  .nav .mainlevel .sub-mainlevel .sub-mainlevel-a:last-child{border-bottom: 0;}
  #main{width: 100%; margin-left: 0;}
  #banner{height: 15vh;}
  .list.photo-list.four .list-li{width:calc(33.33% - 16px);}
  
}

@media screen and (max-width: 800px) {
  .list-txt {padding-top: 12px; padding-bottom: 12px;}
  .list-txt .name{font-size: 14px;}
  .list.center .list-li{margin-bottom: 0 !important;}
  .ssg-title{padding-top: 16px; padding-bottom: 16px;}
  .ssg-title .chs{font-size: 18px;}
  .ssg-title .en{font-size: 12px;}
  .ssg-title .more{top: 40px;}
  .text + .list{margin-top: 16px;}
  .swiper-pagination.ssg-pagination{padding-top: 16px;}
  .news-list .list-txt .date{opacity: 1; visibility: visible;}
  .experience .list-txt .name{font-size: 18px;}
  .experience .list-txt .name span{margin-top: 12px; font-size: 14px;}
  .experience .list-txt .txt-info{margin-top: 12px; margin-bottom: 24px;}
  .experience .list-txt{padding: 0 16px;}
  /* .list.photo-list.two.experience .images{opacity: 1;}
  .experience .list-txt .name,.experience .list-txt .name span,.experience .list-txt .txt-info,.experience .list-txt .txt-info *,.experience .list-txt .more{color:#fff} */
  .list.photo-list.two.experience .list-li:hover .list-txt .more{opacity: 0;}
  .list.photo-list.three.news-list .list-li{width: calc(50% - 16px);}
  .detailed-header{padding:12px 16px 16px}
  .detailed-header .h1{font-size: 20px; margin-top: 16px; margin-bottom: 8px;}
  #footer{margin-top: 16px; padding-top: 16px;}
  .footer p, .footer a{margin-bottom: 7px;}
  .footer{flex-direction:column; padding-bottom: 0px;}
  .footer .left{order:2; width: 100%; margin-top: 24px;}
  .footer .left .t{margin-bottom: 12px;}
  .footer .left .copyright{margin-top: 24px; border-top: 1px solid #DEDEDE; padding-top: 24px;}
  .footer .left .copyright p{text-align: center;}
  #footer .record, #footer .record a{justify-content: center;}
}

@media screen and (max-width: 700px) {
  .list.photo-list.three .list-li,.list.photo-list.four .list-li{width:calc(50% - 16px);}
  .table tr{display:flex; flex-direction: column; margin-bottom: 16px;}
  .table td{margin-top: -1px;}
  .table .col1,.table .col2{width: 100%;}
  .table td img{width: 100%;}
  .table tr.firstRow .col1,.table tr.firstRow .col2,.table tr.firstRow .col3{width: 33.33%;}
}

@media screen and (max-width: 600px) {
}

@media screen and (max-width: 480px) {
  .list.photo-list.two.experience .images{padding-top: 80%;}
}

.flex{display:flex; align-items: center; justify-content: space-between;}
.flex .flex-item{flex:1;}
.flex .flex-item img{padding: 0 2%;}