﻿/* 
               (0 0)
   +=====oOO====(_)=========+
   |   Powered By Anxin     |
   |   Tel: 0572-5220701    |
   |   Creation:2022.12.13  | 
   +=================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, 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: #999; font-size: 14px; line-height: 2; word-wrap: break-word; }
.text p { margin-bottom: 16px; text-indent: 2em; }
.text p:last-child { margin-bottom: 0; }
.text img { max-width: 100%; margin: 20px auto; display: block; opacity: 1 !important; }
.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; align-items: center;}
.place{line-height: 43px; font-size: 12px; color: #17AC78;}
.place a{color: #666;}
.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{display:flex; flex-flow: row wrap; align-items: flex-start; justify-content: space-between; width: 100%; height: 100%;}
.form .form-group { margin-bottom: 25px; display: flex; align-items: center;border: 1px solid #ECECEC;}
.form .form-group.sm{width: calc((100% - 25px) / 2);}
.form .form-group.lg{width: 100%;}
.form .form-group.tex{flex-direction: column; align-items: flex-start;}
.form .form-group.tex .label{padding-top: 15px; padding-bottom: 15px;}
.form .form-group.tex .input-group{width: 100%;}
.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; padding: 0 15px; white-space: nowrap;}
.form .input-group {flex:1; display: flex; background: #fff; }
.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; border: 0;}
.ax-button { width: 180px; height: 47px; background: none; border-radius: 4px; display: flex; justify-content: center; align-items: center; font-size: 16px; font-weight: 500; color: #214A9A; border: 1px solid #214A9A; cursor: pointer; }
.ax-button:hover { background: #214A9A; color: #fff; }
.ax-radio-group{ color: #666; padding-left: 0; padding-right: 0; }
.ax-radio-group .ax-checkbox span, .ax-radio span { color: #666 }
.ax-radio-group .ax-radio { margin-right: 24px; padding-top: 8px; padding-bottom: 8px; line-height: 24px; }
/* 复选框 & 单选框 */
.ax-checkbox, .ax-radio { display: block; position: relative; margin-top: 0px; margin-bottom: 0px; cursor: pointer; padding-left: 30px; font-weight: 400; min-height: 18px; height: auto!important; line-height: 18px!important; }
input[type=checkbox], input[type=radio] { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; }
.ax-checkbox input, .ax-radio input { position: absolute; ; /*opacity: 0;*/ display: none; }
.ax-checkbox span::before, .ax-radio span::before { content: ''; position: absolute; display: inline-block; height: 16px; width: 16px; left: 0; top: 0px; border: 1px solid #adb5bd; -webkit-transition: all .1s; -o-transition: all .1s; transition: all .1s;pointer-events: none;}
.ax-checkbox span::after, .ax-radio span::after { content: ''; position: absolute; z-index: 2; display: none; width: 4px; height: 8px; left: 6px; top: 3px; border: solid #fff; border-width: 0 2px 2px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); opacity: 0; }
.ax-checkbox span, .ax-radio span { display: inline-block; }
.ax-checkbox input:checked~span:after, .ax-radio input:checked~span:after { display: inline-block; opacity: 1;}
.ax-checkbox:hover span::before, .ax-radio:hover span::before { border-color: #17AC78; }
.ax-checkbox input:disabled + span, .ax-radio input:disabled + span { cursor: not-allowed; }
.ax-checkbox input:disabled + span::before, .ax-checkbox input:disabled + span::after, .ax-radio input:disabled + span::before, .ax-radio input:disabled + span::after { opacity: .4; }
.ax-radio input:checked~span::before { background-color: #17AC78;}
/*更多*/
.more { position: relative; width: 146px; height: 44px; border-radius:22px; overflow: hidden; background:rgb(255,255,255);border:1px solid rgb(236,236,236);}
.more a { position: relative; width: 100%; height: 100%; display: block;}
.more a:after { content: ""; display: block; position: absolute; z-index: 1;width: 100%; height: 100%; background: #214A9A; left: 0; top: 0; transform: translateY(100%);}
.more span { position: relative; z-index: 2; font-size: 14px; font-weight: 400; line-height: 44px; color: #999; text-transform: uppercase; display: block; text-align: center; }
.more a:hover span {color:#fff;}
.more a:hover:after {transform: translateX(0);}

/*******************************
  -------[=返回顶部-------
********************************/
.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: #214A9A; 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%;}
.swiper-btn .arrow{border-right-color: #666; border-top-color: #666;}
.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{ display: flex; justify-content: center;}
.swiper-tool .swiper-btn{position: relative; margin: 0 11px; top: 0; 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 { margin-right: -35px; margin-bottom: -35px;}
.list .list-ul:after { content: ""; display: table; clear: both; }
.list .list-li { float: left;width: calc(33.33% - 35px); margin-right: 35px; margin-bottom: 35px; position: relative; }
.list .list-li .images { padding-top: 100%; }
.list-txt { box-sizing: border-box; position: relative; z-index: 1; text-transform: capitalize;}
.list-txt .name {font-size: 16px; font-weight: 600; color: #333; overflow: hidden;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1;}
.list-txt .txt-info {-webkit-line-clamp: 1; margin-bottom: 20px;}
.list-txt .txt-info, .list .list-txt .txt-info * { font-size: 12px; color: #999; line-height: 1.8;}
.list .list-li: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.border:before,.list.border:after,.list.border .list-li:before,.list.border .list-li:after {content:""; display: block; position: absolute; background-color: #ECECEC; z-index: 1;}
.list.border:before,.list.border:after{background-color: #fff; z-index: 2;}
.list.border:before,.list.border .list-li:before {width: 100%; height: 1px; left: 0; bottom: 0;}
.list.border:after,.list.border .list-li:after {width: 1px; height: 100%; right: 0; top: 0; }

/*******************************
  -------[=页码-------
********************************/
.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;}
.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: #17AC78; border-color: #17AC78; color: #fff;}
/*******************************
  -------[=页面底部------
********************************/
#footer{background-color: #F5F6FB; padding-top: 120px; margin-top: 64px;}
.footer{display: flex; justify-content: space-between; align-items: flex-start; padding-bottom: 100px;}
.footer p,.footer a{color: #999; line-height: 20px; margin-bottom: 9px;}
.footer a:hover{color: #333}
.footer .left{width: 220px;}
.footer .left .t{width: 96px; font-size: 22px; font-weight: 600; color: #333;margin-bottom: 12px;}
.footer .left p{color: #999; line-height: 36px;}
.footer .right{flex:1; display: flex; justify-content: flex-end;}
.footer .right .t,.footer .right a{white-space: nowrap;}
.footer .right .t{font-size: 18px; color: #333; line-height: 22px; margin-bottom: 17px; }
.footer .right .item{display:flex; flex-direction: column; margin-left: 5vw;}
.footer .right .item.qrcode{flex-direction: row;}
.footer .right .item.qrcode .li{width: 120px; margin-left: 30px;}
.footer .right .item.qrcode .li img{width: 120px; height: 120px;}
.footer .right .item.qrcode .li p{width: 100%; text-align: center; margin-top: 5px; font-size: 14px; color: #333;}
#footer .copyright {width: 100%;display:flex; justify-content: space-between;padding-top:24px; padding-bottom: 24px;position:relative;border-top:1px dashed rgba(0, 0, 0, 0.05);}
#footer .copyright p,#footer .copyright a {color:#999;display:flex; align-items: center; }
#footer .copyright a:hover{color:#333}
#footer .record{display:flex; justify-content: center;}
#footer .record a{margin-left: 24px;}
#footer .record img{margin:0 8px;}

@media screen and (max-width: 1024px){
  #footer .copyright{flex-direction: column; align-items: center; padding-top: 12px; padding-bottom: 12px;}
  #footer .copyright p{text-align: center; margin-bottom: 12px;}
  .record{display:flex; flex-direction: column; align-items: center;}
  .record a{margin-bottom: 10px};
}
@media screen and (max-width: 700px){
  #footer .copyright{padding-top: 12px; padding-bottom: 0; margin-bottom: 0;}
  #footer .copyright p,.record p a{text-align: center;}
}
/*******************************
  -------[=页面------
********************************/
header {position: absolute; left: 0; top: 0; z-index: 3;}
header, #header { width: 100%;}
#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; }
#header {height: 100px;}
#logo { width: 148px; height: 42px; overflow: hidden;}
.logo,.logo a{width: 100%; height: 100%; display: flex; align-items: center; justify-content: space-between; }
/* .logo a{background: url(../images/logo.svg) left center no-repeat; background-size: contain;} */

#nav {display: flex; justify-content: space-between; align-items: center; height: 100%;}
#nav .nav{flex:1; position: relative; z-index: 2;}
.nav .nav-ul { justify-content: flex-start;}
.nav .mainlevel {position: relative; z-index: 10; display: flex; justify-content: center;margin-left: 80px; }
.nav .mainlevel:first-child {margin-left: 0px; }
.nav .mainlevel .mainlevel-a {text-decoration: none; width: 100%; display: flex; justify-content: center; align-items: center; 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: #fff; left: 50%; top: 71px;}
.nav .mainlevel .mainlevel-a span { position: relative; z-index: 2; font-size: 16px; font-weight: 400;white-space: nowrap; color:#fff; 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:#fff;}
.nav .mainlevel.active:hover .mainlevel-a span {color: #fff;}
.nav .mainlevel.active:before, .nav .mainlevel:hover:before,.nav .mainlevel.active.cuf:hover:before{width: 100%;left: 0;}
.nav .mainlevel.active.cuf:before {width: 0;left: 50%;}
.nav .mainlevel ul {position:absolute;z-index: 999; top:68px;width:100%;left:0;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: 76%; height:1px; background-color: #f5f5f5; left: 50%; top: 64px; margin-left: -38%; display: none;}
.nav .mainlevel ul:after{left: 0; top: 67px; width: 100%; height: 0px; background-color: #fff;box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);}
.nav .mainlevel .sub-mainlevel {position: relative; z-index: 10; padding-top:15px; padding-bottom:15px; color:#333; white-space: nowrap;}
.nav .mainlevel .sub-mainlevel .sub-mainlevel-a{font-size:14px; color:#333; margin-right:2vw;}
.nav .mainlevel .sub-mainlevel .sub-mainlevel-a.active,.nav .mainlevel .sub-mainlevel .sub-mainlevel-a:hover{color: #17AC78;}
.nav .mainlevel:hover ul {opacity:1;  visibility:visible }
.nav .mainlevel:hover ul:after{height: 50px; }
.nav .mainlevel.sub .arrow{margin-left: 8px;}
.nav .mainlevel.sub .arrow:after{display:none}
.nav .mainlevel.sub .arrow:before{border-width: 1px; transform: translate(-50%, -50%) rotate(135deg);}
.nav .mainlevel.sub.active .arrow:before, .nav .mainlevel.sub:hover .arrow:before,.nav .mainlevel.active.cuf:hover .arrow:before {border-color:#17AC78;}
.nav .mainlevel.sub.active.cuf .arrow:before{border-color:#999;}

/* box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05); */
header.baion{position: fixed; top: 0; z-index: 20;}
header.baion #header{height: 80px; background-color: #fff;box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05); }
header.baion .logo-img{transform:translateX(148px);filter:drop-shadow(#EEC77A -148px 0px 0px);}
header.baion .nav .mainlevel .mainlevel-a:hover span, header.baion .nav .mainlevel:hover span, header.baion .nav .mainlevel.active.cuf, header.baion .mainlevel-a:hover span,header.baion .nav .mainlevel .mainlevel-a span{color: #666;}
header.baion .nav .mainlevel.active .mainlevel-a span{color: #214A9A;}
header.baion .nav .mainlevel:before{background-color: #214A9A;}


header{transform: translateY(0);}
header.transformY{transform: translateY(-100%);}

.yznf-title { position: relative; width: 100%; display: flex; flex-direction: column; padding-top: 112px; padding-bottom: 52px;}
.yznf-title .chs,.yznf-title .en{white-space: nowrap;}
.yznf-title .chs{font-size: 24px; font-weight: 400; line-height: 34px; color: #333;}
.yznf-title .en{font-size: 24px; font-weight: 600; line-height: 34px; color: #E5E5E6; text-transform: capitalize; margin-top: 5px;}
.yznf-title .more{position: absolute; right: 0; top: 55%;}
.yznf-title.center{align-items: center;}
.yznf-title.border .en:after{content:""; display:block; width: 25px; height: 4px; background-color: #E5E5E6;margin-top: 29px;}
.list + .yznf-title{padding-top: 30px;}
#banner{width: 100%;height: 522px; margin: 0 auto; overflow: hidden; padding-top: 162px; position: relative; z-index: 2; }
#banner:after{content:""; display: block; position: absolute; z-index: 0; left: 0; top: 0; width: 100%; height: 342px; background-color: #214A9A;}
#banner img{width:100%; height: 360px;max-width: 1500px; display:block; position: absolute; z-index: 1; left: 50%; top:162px; transform: translateX(-50%); border-radius: 36px 0px 36px 0px;}
#banner .wrapper{height: 100%; padding-top: 162px; display:block; position: absolute; z-index: 2; left: 50%; top:0; transform: translateX(-50%); display: flex; align-items: center; justify-content: center;}
#banner .banner-txt{display: flex; flex-direction: column; align-items: center; justify-content: center; animation: bannertxt .5s linear 1;}
#banner .banner-txt .chs,#banner .banner-txt .en{font-size: 24px; font-weight: 400; line-height: 34px; color: #fff;}
#banner .banner-txt .en{font-weight: 600;opacity: 0.5; margin-top: 5px;}
@keyframes banner{ 0%{opacity:0;} 100%{opacity:1;} }
@keyframes bannertxt{ 0%{margin-top:100px; display: none;} 100%{margin-top:0px; display: block;} }
.play-btn {position: absolute;z-index: 4;left: 50%; top: 50%;width: 50px;  height: 50px; margin-top: -25px; margin-left: -25px; 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: 17px; height: 19px; background: url(../images/play-btn.svg) no-repeat; opacity: 0.5; }
.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;}
/*关于我们*/
#banner.about-banner{height: 600px;max-width: 100%; padding-top: 0;}
#banner.about-banner img{max-width: 100%; height: 100%; top: 0; border-radius: 0;}
#banner.about-banner:after{display: none;}
#banner.about-banner .wrapper{justify-content: flex-start; align-items: flex-start; padding-top: 10%;}
#banner.about-banner .banner-txt{flex-direction: column; align-items: flex-start;}
#banner.about-banner .banner-txt .chs{font-size: 14px; opacity: 0.6;}
#banner.about-banner .banner-txt .en{font-size: 60px; font-weight: 600; line-height: 89px; opacity: 1;}
#banner.about-banner .banner-txt .txt{width: 45%; line-height: 28px; color: #fff; opacity: 0.8;}

.about-num{padding-top: 54px; padding-bottom: 54px; display: flex; border-bottom: 1px solid #ECECEC;}
.about-num .item{flex:1;display: flex; justify-content: center; position: relative;}
.about-num .item:after{content:""; display: block; position: absolute; right: 0; top: 0; width: 1px; height: 100%; background-color: #ECECEC;}
.about-num .item:last-child:after{display: none;}
.about-num .item:first-child{justify-content: flex-start;}
.about-num .item:last-child{ justify-content: flex-end;}
.about-num .item .txt,.about-num .item .txt p{color: #999;}
.about-num .item .txt{display: flex; align-items: flex-start; justify-content: space-between; flex-flow: row wrap;}
.about-num .item .txt p{width: 100%;}
.about-num .item .num{font-size: 46px; font-weight: 600; line-height: 60px; color: #333; margin-top: -8px;}
.about-num .item:nth-child(1) .txt{width: 160px;}
.about-num .item:nth-child(2) .txt{width: 127px;}
.about-num .item:nth-child(3) .txt{width: 94px;}
.about-num .item:nth-child(4) .txt{width: 127px;}
.about-section2{background-color: #F5F5F5; display: flex; padding: 4.8%; align-items: center; margin-top: -22px;}
.about-section2 .left{width: 260px; display: flex; flex-direction: column; align-items: center; margin-right:60px;}
.about-section2 .left .t{width: 90px; font-size: 22px; font-weight: 600;color: #000; margin-bottom: 60px;}
.about-section2 .left .t span{display:flex; font-size: 10px; font-weight: 400;color: #000; text-transform: uppercase;}
.about-section2 .left img{display: block; width: 100%; height: 140px;}
.about-section2 .right{flex:1;}
.about-section3{display:flex;justify-content: space-between; border-bottom: 1px solid #ECECEC; padding-bottom: 120px;}
.about-section3 .item{width: 28%;}
.about-section3 .item .icon{display: flex; align-items: center; justify-content: center; width: 100px; height: 100px; border-radius: 50%; border: 2px solid rgb(236, 236, 236);}
.about-section3 .item .p1{font-size: 18px; line-height: 25px; color: #333; margin-top: 42px; margin-bottom: 22px;}
.about-section3 .item .p2{line-height: 2; color: #999;}
.about-section4 .images{padding-top: 141.36%;}
.about-section4 .swiper-tool{position: relative; padding-top: 30px; padding-bottom: 30px;}
.list+.about-section5{margin-top: 112px;}
.about-section5{width:100%; display: flex; justify-content: space-between; align-items: flex-start;}
.about-section5 .yznf-title{padding-top: 0; width: auto; flex:1;}
.about-section5 .about-section5-img{display: flex; width: 58%; flex-flow: row wrap; justify-content: space-between; align-items: flex-start;}
.about-section5 .about-section5-img img{display: block; margin-bottom: 45px; width: 27.3%; height: auto;}
/*图片列表*/
.list.photo-list .images{padding-top: 73%;}
/*民宿餐饮*/
.restaurant-section1{display: flex; justify-content: space-between;}
.restaurant-section1 .left{padding-right: 50px; flex:1;}
.restaurant-section1 .images{padding-top: 25%; width: 44%;}
/*梨酒*/
.alcohol-list{margin-top: 112px; margin-bottom: 112px;}
.alcohol-list .li{display:flex; border-bottom: 1px solid #ECECEC; padding-top: 60px; padding-bottom: 60px;}
.alcohol-list .li:last-child{border-bottom: 0;}
.alcohol-list .li .images{width: 47%; padding-top: 31%;}
.alcohol-list .li .pro-txt{padding-right: 6%; flex:1; display: flex; flex-direction: column; justify-content: center}
.alcohol-list .li .t{font-size: 28px; color: #333;}
.alcohol-list .li .txt-info{-webkit-line-clamp: 100; margin-top: 9px; margin-bottom: 24px;}
.alcohol-list .li .txt-info,.alcohol-list .li .txt-info *{line-height: 28px; color: #666;}
.alcohol-list .li .buy-qrcode{display: flex; align-items: center; color: #666; margin-top: 32px;}
.alcohol-list .li .buy-qrcode img{width: 110px; height: 110px; margin-right: 28px;}
.alcohol-list .li:nth-child(even) .pro-txt{order:2; padding-right: 0;padding-left: 6%;}
/*产品*/
.pro-txt .infos{display:flex; flex-flow: row wrap;width: 100%;}
.pro-txt .infos .info{display:flex; align-items: center; width: 50%; color: #666; font-weight: 600; margin-bottom: 10px;}
.pro-txt .infos .info span{font-weight: 400;}
.pro-txt .infos .info:last-child{width: 100%;}
/*资讯*/
.news-list{margin-top: 100px;}
.news-list .list-ul{margin-right: 0; margin-bottom: 0;}
.news-list .list-li{width: 50%; margin-right: 0; margin-bottom: 0; padding-right: 7.7%; padding-top: 60px;}
.news-list .list-li:nth-child(even){padding-right:0; padding-left: 7.7%;}
.news-list .list-li .images{padding-top: 36.36%;}
.news-list .list-txt .date{font-size: 30px; font-weight: 600; margin-top: 32px; line-height: 42px; color: #EDEDED; transition:all 0.36s ease; opacity: 0;}
.news-list .list-txt .name{font-size: 22px; font-weight: 500; line-height: 30px; height: 60px; color: #333;-webkit-line-clamp: 2; margin-top: 23px;}
.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-li:hover .list-txt .date{opacity: 1;transform: translateY(-10px);}
.article{padding-top: 60px;}
.article .h1{font-size:30px; font-weight: 500; color:#333; line-height: 1.5; padding-top: 26px; text-align: center;}
.article .date{font-size:14px; font-weight: 400; color:#666; margin-top: 15px; text-align: center; padding-top: 16px; padding-bottom: 16px; margin-bottom: 32px;border-bottom:1px dashed #ECECEC;}
.article-txt,.article-txt *{font-family:Microsoft YaHei,sans-serif ; font-size:16px;line-height: 2.1; color:#666;}
.article-txt img{width: 750px !important; height: auto !important; margin: 16px auto !important; display: block;}
/*预定*/
.reserve{padding-top: 100px;}
/*联系*/
.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;}
.contact-map{ margin-bottom: 120px;}
.contact-map .map #gaodi-map{height: 460px;}
.map #gaodi-map { width: 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 #gaodi-map{height:50vh}
    .map .amap-info-content{width: 80vw}    
}
@media screen and (max-width: 600px) {
    .map .amap-info { width: 80vw; }
}
/*******************************
  -------[=首页------
********************************/
header.index-header #header{height: 157px;}
header.index-header #header .wrapper{flex-direction: column; align-items: center;}
header.index-header #header #logo{margin-top: 34px; margin-bottom: 34px;}
header.index-header #header #nav{width:100%;height:47px;border-top: 1px solid rgba(255, 255, 255, 0.3);}
header.index-header .nav .nav-ul{justify-content: center; align-items: flex-end;}
header.index-header .nav .mainlevel:first-child{margin-left: 0;}
header.index-header .nav .mainlevel:before{top: 0; height: 2px;}
header.index-header .nav .mainlevel .mainlevel-a{align-items: flex-end;}
header.index-header.baion{position: absolute;}
header.index-header.baion #header{background: none;}
header.index-header.transformY{transform:translateY(0)}
header.index-header.baion .logo-img{transform:translateX(0)}

#index-section1{z-index: 1; position: relative; height: 100vh; box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.05);}
#index-section1 .wrapper{position: absolute; z-index: 10;}
#index-section1 img{display:block; width:100%; height: 100%; }
#index-section1 .wrapper{position: absolute; left: 50%; transform: translateX(-50%); z-index: 10; display: flex; justify-content: space-between;}
#index-section1 .swiper-slide .wrapper{top: 55%; height: 27%;opacity:0;transition: all .5s ease 0.2s;}
#index-section1 .swiper-slide .wrapper .index-section1-txt{display: flex; flex-direction: column;}
#index-section1 .swiper-slide .wrapper .index-section1-txt .p1,#index-section1 .swiper-slide .wrapper .index-section1-txt .p2{font-size: 30px; line-height: 42px; color: #fff;}
#index-section1 .swiper-slide .wrapper .index-section1-txt .p2{font-weight: 600; margin-top: 7px;}
#index-section1 .swiper-slide .wrapper .more{ background: rgba(0, 0, 0, 0.3); border: 1px solid rgb(255, 255, 255,0.5); position: absolute; right: 0; bottom: 0;}
#index-section1 .swiper-slide .wrapper .more a span{color: #fff;}
#index-section1 .swiper-slide .wrapper .more a:after{background:rgba(255, 255, 255, 0.1);}
#index-section1 .swiper-slide.ani-slide .wrapper { top: 45%;  opacity:1; }

#index-section1 .wrapper.swiper-tool{height: 100px; bottom: 0; background-color: #fff; align-items: center;}
#index-section1 .wrapper.swiper-tool .left{position: relative; width: 222px; display: flex; align-items: center; justify-content: center; height: 100%; border-right: solid 1px #ECECEC;}
#index-section1 .wrapper.swiper-tool .swiper-pagination{ position:relative;display: flex; padding: 10px;}
#index-section1 .wrapper.swiper-tool .swiper-pagination-bullet{ width:180px; height: 80px; margin-left: 10px; height:auto; background:none; border-radius: 0; opacity: 1;}
#index-section1 .wrapper.swiper-tool .swiper-pagination-bullet img{outline: 2px solid rgba(255, 255, 255, 0);outline-offset: -2px; }
#index-section1 .wrapper.swiper-tool .swiper-pagination-bullet.swiper-pagination-bullet-active img{outline: 2px solid #214A9A}
.index-section2{display:flex;justify-content: space-between; align-items: flex-start; padding-bottom: 94px;}
.index-section2 .yznf-title{padding-top: 100px; padding-bottom: 38px;}
.index-section2 .left{width:66%;}
.index-section2 .left .txt-info{-webkit-line-clamp: 4; margin-bottom: 30px;}
.index-section2 .left .txt-info,.index-section2 .left .txt-info *{line-height: 28px; color: #999;}
.index-section2 .right{padding-top: 128px;}
#index-section3{background:url(../images/index-section3.png) 11% bottom no-repeat #f5f6fb; padding-top: 112px; padding-bottom: 46px;}
.index-section3{display: flex;}
.index-section3 .yznf-title{padding-top: 0;}
.index-section3 .index-section3-swiper{width: 77%; position: relative; padding-bottom: 80px; }
.index-section3 .index-section3-swiper .images{padding-top: 40.26%; width: 61%;}
.index-section3 .index-section3-swiper .pro-txt{width: 39%; background-color: #fff; padding-left: 5.85%; padding-right: 5.85%; padding-top: 82px;}
.index-section3 .index-section3-swiper .pro-txt .p1{font-size: 22px; color: #333; line-height: 31px;}
.index-section3 .index-section3-swiper .pro-txt .p2{font-size: 14px; color: #999; line-height: 30px; margin-top: 9px; padding-bottom: 29px; border-bottom: 1px solid #D8D8D8; margin-bottom: 25px;}
.index-section3 .index-section3-swiper .pro-txt .txt-info{-webkit-line-clamp: 2; margin-bottom: 34px;}
.index-section3 .index-section3-swiper .pro-txt .txt-info,.index-section3 .index-section3-swiper .pro-txt .txt-info *{line-height: 28px; color: #666;}
.index-section3 .index-section3-swiper .swiper-slide{display: flex; flex-flow: row wrap;}
.index-section3 .index-section3-swiper .swiper-tool{position: absolute; width: 100%; height: 80px; left: 0; bottom: 0; display: flex; flex-flow: row wrap;}
.index-section3 .index-section3-swiper .swiper-tool .swiper-pagination{width: 61%; position: relative; display: flex;}
.index-section3 .index-section3-swiper .swiper-tool .swiper-pagination .swiper-pagination-bullet{flex:1; width: auto; height: 100%; display: flex; align-items: center; justify-content: center; color: #666; position: relative; border-radius: 0; opacity: 1; background: none;}
.index-section3 .index-section3-swiper .swiper-tool .swiper-pagination .swiper-pagination-bullet:hover{color: #000;}
.index-section3 .index-section3-swiper .swiper-tool .swiper-pagination .swiper-pagination-bullet:after{content:""; display: block; width: 0; height: 2px; background-color: #214A9A; position: absolute; left: 50%; bottom: 0;}
.index-section3 .index-section3-swiper .swiper-tool .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{color: #214A9A;}
.index-section3 .index-section3-swiper .swiper-tool .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after{width: 100%;left: 0%;}
.index-section3 .index-section3-swiper .swiper-tool .right{width:39%; height: 100%; position: relative; background-color: #fff; display: flex; justify-content: center; align-items: center;}
.index-section4{display:flex; flex-flow: row wrap; justify-content: space-between; border-bottom: 1px solid #ECECEC; padding-bottom: 112px;}
.index-section4 .yznf-title{width: 100%;}
.index-section4 .item{width: 26%;}
.index-section4 .item .icon{display:flex; align-items: center; justify-content: center; width: 104px; height: 104px; border-radius: 50%; background: rgba(33, 74, 154, 0.05);}
.index-section4 .item .p1{padding-top: 42px; padding-bottom: 22px; font-size: 18px; line-height: 25px; color: #333;}
.index-section4 .item .p2{line-height: 28px; color: #999;}
.index-section5{display: flex; flex-flow: row wrap; justify-content: space-between; margin-bottom: 100px;}
.index-section5 .yznf-title{width: 100%;}
.index-section5 .left{width: 46%;}
.index-section5 .left a{display: block;}
.index-section5 .left .date{border-bottom: 2px solid #ECECEC; text-align: right; color: #999; padding-bottom: 18px; font-size: 16px; font-weight: 600;}
.index-section5 .left .t{font-size: 20px; line-height: 28px; color: #333;overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: block; margin-top: 36px; margin-bottom: 12px;}
.index-section5 .left .txt-info{-webkit-line-clamp: 2; margin-bottom: 43px;}
.index-section5 .left .txt-info,.index-section5 .left .txt-info *{line-height: 28px; color: #666;}
.index-section5 .left .images{padding-top: 33%;}
.index-section5 .left .more{width: 100%; border: 0; border-radius: 0; text-align: right; font-size: 16px; font-weight: 600; color: #999; padding-top: 22px; padding-right: 15px; text-transform: uppercase;}
.index-section5 .left a:hover .date{border-bottom-color: #214A9A; color: #214A9A;}
.index-section5 .right{width: 44%; display: flex; flex-direction: column; justify-content: space-between;}
.index-section5 .right a{flex:1; border-bottom: 1px solid #ECECEC; display: flex; width: 100%; align-items: center; justify-content: space-between;}
.index-section5 .right .p{font-size: 16px; line-height: 1.5; color: #666; flex:1;}
.index-section5 .right .date{font-size: 16px; color: #666; font-weight: 600; width: 120px; text-align: right;}
.index-section5 .right a:hover .p{color: #214A9A;}
#index-section6{background: url(../images/index-section6.png) center center no-repeat;background-size: cover; padding-top: 167px; padding-bottom: 167px;}
#index-section6 .wrapper{display:flex; justify-content: space-between; align-items: center;}
#index-section6 .wrapper .t{width: 90px; font-size: 22px; font-weight: 600; color: #fff;}
#index-section6 .wrapper .t span{display: flex; font-size: 10px; color: #fff; text-transform: uppercase;}
#index-section6 .wrapper .about-num{width: 80%; border-top: 0; border-bottom:0;}
#index-section6 .about-num .item .num{color: #fff; font-size: 56px;}
#index-section6 .about-num .item:after{background: rgba(255, 255, 255, 0.1);}
#index-section6 .about-num .item .txt, #index-section6 .about-num .item .txt p{color: rgba(255, 255, 255, 0.5);}
/*******************************
  -------[=自适应------
********************************/
.wrapper {width: 1300px; min-width: 900px; }
.index-header #header .wrapper,#index-section1 .wrapper{width: 1500px;}

@media screen and (max-width: 1540px) {
  .index-header #header .wrapper,#index-section1 .wrapper {width: 100%; padding-left: 16px; padding-right: 16px;}
}
@media screen and (max-width: 1340px) {
  .wrapper {width: 100%; padding-left: 16px; padding-right: 16px;}
}

@media screen and (max-width: 1280px) {  
}
@media screen and (max-width: 1024px) {  
  .form .label{margin-bottom: 12px; width: 100%;}
  .form .form-group { flex-flow: row wrap;}
}

@media screen and (max-width: 900px) {
}

@media screen and (max-width: 800px) {
}

@media screen and (max-width: 700px) {
}

@media screen and (max-width: 600px) {
}

@media screen and (max-width: 480px) {
}