body {
  font-size: 18px;
  line-height: 30px;
  color: #333;
  background: #f0f2f5;
}

* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #1A1A1A;
}

a:hover {
  text-decoration: none;
  color: #F1CE79;
}

ul,
ol {
  list-style: none;
}

img {
  border: 0;
}

.clear {
  clear: both;
}

.allcontainer.index {
  /* background: rgba(109, 109, 109, 0.4); */
  background-image: url('../image/main-foot.png');
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.contaioner-main-item{
  width: 1200px;
  /* background-color: #fff; */
  margin: 64px auto 0;
  height: 148px;
}

.contaioner-main-item.pub{
  width: 100%;
  margin-top: 25px;
  padding-top: 95px;
  box-sizing: border-box;
}
.pub-content {
  width: 1200px;
  height: 507px;
  border-radius: 0px 0px 10px 10px;
  border: 3px solid rgba(255, 82, 42, 0.85);
  /* opacity: 0.61; */
  margin: 80px auto 0;
  position: relative;
  padding: 50px 40px;
  overflow: hidden;
  box-sizing: border-box;
}
.pub-content-bg{
  background: linear-gradient(180deg, rgba(255, 91, 91, 0.84) 0%, rgba(255, 85, 0, 0.82) 100%);
  width: 1200px;
  left: 0;
  top: 0;
  height: 507px;
  position: absolute;
  opacity: 0.61;
  z-index: 1;
}
.pub-content-item{
  width: 540px;
  
  overflow: hidden;
  position: relative;
  z-index: 2;
  border-bottom: 1px solid #FF544B ;
  padding-bottom: 27px;
  float: left;
  margin-bottom: 26px;
  margin-right: 30px;
}
.pub-content-item:nth-child(2n) {
  margin-right: 0;
}

.pub-content-item .item-title{
  font-weight: 500;
  font-size: 18px;
  height: 60px;
  color: #FFFFFF;
}
.pub-content-item .item-time {
  font-weight: 500;
  font-size: 14px;
  color: #FF8D63;
}
.pub-more{
  /* width: 100%; */
  text-align: center;
  /* display: inline-block; */
  width: 221px;
  height: 52px;
  background: #FF482F;
  border-radius: 5px;
  margin: 20px auto;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 52px;
  position: relative;
  z-index: 2;
}
.main-item-title {
  width: 100%;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.main-item-title.first {
  background-image: url('../image/title-1.png');
}

.main-item-title.second {
  background-image: url('../image/title-3.png');
  /* -t: 60px; */
}

.main-item-title.third {
  background-image: url('../image/title-4.png');
}

.main-item-title.fourth {
  background-image: url('../image/title-5.png');
}

.main-item-title.fqkx {
  background-image: url('../image/title-2.png');
  margin-top: 80px
}

.main-item-tab{
  margin: 40px auto;
  text-align: center;

}
.main-contain-fqkx{
  position: relative;
  width: 1200px;
  margin: 0 auto 160px;
}

.main-item-tab .tab-item {
  width: 195px;
  height: 60px;
  background: #fff;
  border-radius: 35px;
  display: inline-block;
  font-size: 24px;
  color: #E71F1C;
  outline: 1px solid #E71F1C;
  text-align: center;
  line-height: 60px;
  margin: 0 20px;
  cursor: pointer;
  /* float: left; */
  /* color: #FFFFFF; */
}

.main-item-tab .tab-item.active{
  width: 195px;
  height: 60px;
  background: #E71F1C;
  border-radius: 35px;
  display: inline-block;
  font-size: 24px;
  color: #fff;
  /* outline: 1px solid #E71F1C; */
  text-align: center;
  line-height: 60px;
  /* float: left; */
  /* color: #FFFFFF; */
}

.main-item-content {
  width: 585px;
  height: 423px;
  padding: 20px;
  box-sizing: border-box;
  border: 2px solid #FFC226;
  margin-top: 15px;
    margin-right: 15px;
  float: left;
  text-align: center;
  background-color: #fff;
}

.main-item-content img{
  width: 100%;
  height: 307px;
  object-fit: cover;
} 

.main-item-content dt {
  margin-top: 26px;
  font-size: 22px;
}

.main-publich-content {

  width: 100%;
}

.main-foot {
  width: 100%;
  height: 821px; 
  /* background-image: url('../image/main-foot.png'); */
  background-size: 100%;
  position: relative;
}
.foot-info{
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translate(-50%);
}
.foot-info-concat{
  color: #fff;
  font-size: 26px;
  text-align: center;
  /* font-weight: 600; */
}
.foot-hr{
  /* color: #fff; */
  /* font-size: 26px; */
  width: 570px;
  height: 2px;
  /* border: 1px solid; */
  background: linear-gradient(227deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  backdrop-filter: blur(5px);
  margin: 30px auto;
  clear: both;
}
.foot-info-concat span {
  color: #FFE9B8;
  margin-right: 15px;
  font-weight: 100;
}
.foot-info-author{
  color: #FFFFFF;
  font-size: 20px;
  text-align: center;
}


.allcontainer img {
  max-width: 100%;
}

.m_banner {
  display: none;
}

.line_h {
  display: none;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.banner {
  width: 100%;
  height: 828px;
  padding-top: 179px;
  padding-left: 380px;
  box-sizing: border-box;
  /* background-size: contain; */
  background: url('../image/main-bg.png') no-repeat;
  background-size: 100% 100%;
  /* text-align: center; */
}

.banner-title {
  width: 545px;
  height: 412px;
  /* margin: 0 auto; */
  background: url('../image/main-title.png') no-repeat center;
  background-size: 100% 100%;
}

.banner-views {
  color: #F3CC8F;
  font-size: 28px;
  margin-top: 30px;
  font-size: 28px;
  margin-top: 30px;
  position: absolute;
  top: 689px;
  left: 52%;
  width: 1200px;
  transform: translate(-50%);
}

.banner-views img{
  width: 30px;
  height: 24px;
  margin-right: 14px;
}

.top-nav-wrap{
  width: 100%;
  height: 70px;
  background-color: #B30808;
}
.top-nav {
  text-align: center;
  width: 1200px;
  margin: 0  auto;
}
.top-nav li{
  display: inline-block;
  margin-right: 202px;
  line-height: 70px;
}
.top-nav li a{
  color: #fff;
}
.top-nav li a:hover{
  color: #F3CC8F;
}
.top-nav li:nth-last-of-type(1) {
  margin-right: 0;
}


.banner_txt {
  padding-top: 100px;
  width: 1200px;
  margin: 0 auto;
  color: #9DAEE9;
  font-size: 20px;
}

.banner_txt i {
  font-style: normal;
  color: #F2E5AE;
}

.banner_menu_1 {
  width: 100%;
  height: 56px;
  line-height: 56px;
  background: linear-gradient(0deg, #073A90, #0C4DBA);
  color: #fff;
  overflow: hidden;
}

.banner_menu_1 a {
  color: #fff;
  text-align: center;
  padding: 0 48px;
}

.banner_menu {
  margin: 0 auto;
  width: 1200px;
  text-align: center;
}

.banner_menu_2 {
  width: 100%;
  height: 62px;
  line-height: 62px;
  background: #1251BB;
  color: #fff;
  overflow: hidden;
  margin-bottom: 35px;
}

.banner_menu_2 a {
  color: #fff;
  text-align: center;
  padding: 0 15px;
}


.container {
  width: 1200px;
  margin: 60px auto 30px auto;
}


.icon_0,
.icon_2 {
  color: #B30808;
  font-size: 24px;
  height: 40px;
  line-height: 26px;
  text-align: center;
  font-weight: 600;
  /* padding-left: 60px; */
  margin: 0 auto 25px auto;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 1140px;
}

/* .icon_0:nth-of-type(1) {
  background-image: url('../image/title-jrzx.png');
}
.icon_0:nth-of-type(2) {
  background-image: url('../image/title-ccmx.png');
}
.icon_0:nth-of-type(3) {
  background-image: url('../image/title-tsbx.png');
}.icon_0:nth-of-type(4) {
  background-image: url('../image/title-gjts.png');
}.icon_0:nth-of-type(5) {
  background-image: url('../image/title-zyxx.png');
}.icon_0:nth-of-type(6) {
  background-image: url('../image/title-zsdt.png');
} */
.shool-video-wrap {
  width: 100%;
  margin-bottom: 30px;
}

.video-main {
  width: 70%;
  margin: 0 auto;
  height: 420px;
  background-color: #5b85cb;
  position: relative;
  border-radius: 10px;
}

.video-main video {
  height: 100%
}

.video-listent-btn img {
  width: 200px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.video-view-btn img {
  width: 167px;
  margin-left: 15%;
  margin-top: 10px;
}

.icon_0 .text {
  background: unset;
}

.nav_0 dl {
  float: left;
  width: 381px;
  height: 268px;
  background: linear-gradient(0deg, #B89125, #F7DC91);
  display: block;
  padding: 3px;
  border-radius: 2px;
  margin: 0 18px 35px 0;
}

.nav_0 dl:nth-child(3n) {
  margin: 0 0 35px 0;
}

.nav_0 dl img {
  width: 381px;
  height: 210px;
  display: block;
}

.nav_0 dl dt {
  height: 58px;
  background: linear-gradient(180deg, #57A4EE 0%, #155CC8 100%);
  border-radius: 0px 0px 2px 2px;
  text-align: center;
  color: #fff;
  line-height: 58px;
  font-size: 20px;
}

.nav_0 dl a:hover dt {
  color: #C69C28;
}



.nav_1 {
  margin-bottom: 30px;
}

.nav_1 dl {
  float: left;
  width: 377px;
  /* height: 72px; */
  background: linear-gradient(180deg, rgba(255, 91, 91, 0.84) 0%, rgba(255, 85, 0, 0.82) 100%);
  border-radius: 4px;
  padding: 5px;
  margin: 0 18px 35px 0;
}

.nav_1 dl:nth-child(3n) {
  margin: 0 0 35px 0;
}

.nav_1 dl a {
  
  display: block;
  width: 371px;
  /* height: 66px; */
  border-radius: 4px;
  padding: 3px;
}

.nav_1 dl dt {
  background: #B30808;
  /* height: 66px; */
  text-align: center;
  padding: 10px 0;
  color: #fff;
  font-size: 18px;
}

.nav_1 dl a:hover dt {
  color: #C69C28;
}



.adbox_1 {
  margin-bottom: 40px;
}

.nav_2 {
  background: rgba(243, 248, 255, 0.2);
  padding: 40px 30px;
}

.nav_2.qwfb {
  margin-bottom: 20px;
}

.icon_2 {
  width: 100%;
  background: url('../image/title-bg.png');
  background-size: 100%;
  height: 34px;
  margin: 0 auto 30px auto;
}

.txtMarquee-top {
  position: relative;
}

.txtMarquee-top .bd {
  padding: 15px;
}

.txtMarquee-top .infoList li {
  border-bottom: 1px dashed #425596;
  line-height: 84px;
}

.txtMarquee-top .infoList li .date {
  color: #7A8AC2;
  float: right;
}

.txtMarquee-top .infoList a {
  color: #fff;
}

.qwfb-wrap {
  position: relative;
}

.qwfb-wrap .bd {
  padding: 15px;
}

.qwfb-wrap .infoList li {
  border-bottom: 1px dashed #425596;
  line-height: 84px;
}

.qwfb-wrap .infoList li .date {
  color: #7A8AC2;
  float: right;
}

.qwfb-wrap .infoList a {
  color: #fff;
}

.icon_00 {
  font-size: 32px;
  line-height: 30px;
  margin-bottom: 30px;
  text-align: center;
  color: #B36E1E;
  font-weight: bold;
}

.nav_00 {
  background: #EEE4D9;
  border-radius: 4px;
  margin-bottom: 35px;
  padding: 20px;
  height: 54px;
  line-height: 54px;
  overflow: hidden;
}

.nav_00 .nav_icon {
  color: #FDD86E;
  background: url(../image/icon-report.png);
  background-size: 100% 100%;
  width: 118px;
  height: 54px;
  /* padding: 0 20px 0 30px; */
  float: left;
}

.nav_00 .nav_txt {
  height: 54px;
  overflow: hidden;
  padding-left: 20px;
}


.icon_3 {
  height: 30px;
  line-height: 30px;
  margin: 0 auto 20px auto;
  color: #FDD86E;
  font-weight: 600;
  text-align: center;
  font-size: 24px;
}

.icon_3::after {
  width: 100%;
  height: 20px;
  display: block;
  margin-top: 5px;
  content: '';
  position: relative;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.nav_3 {
  height: 338px;
  border-radius: 4px;
  margin-top: 40px;
  overflow: hidden;
  margin-bottom: 40px;
}

.nav_3left {
  width: 504px;
  height: 283px;
  float: left;
  padding: 25px 0 0 25px;
}

.nav_3left img {
  width: 504px;
  height: 283px;
}

.nav_3right {
  float: right;
  width: 600px;
  padding: 25px 40px 0 0;
}

.nav_3right .nav3_icon {
  height: 50px;
  line-height: 24px;
  font-weight: 600;
    font-size: 28px;
    color: #383838;
  font-size: 22px;
}

.nav_3right .nav3_txt {
  color: #2C2C2C;
  font-size: 16px;
  line-height: 35px;
  height: 200px;
}

.nav3_more {
  color: #FDD86E;
  float: right;
}

.nav3_more em {
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
}

.nav3_more a {
  color: #CEA63E;
  position: relative;
}

.nav3_more a::after {
  content: '';
  position: absolute;
  background-image: url('../image/icon-look.png');
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  top: 3px;
  left: -25px;
  width: 20px;
  height: 20px;
  /* background-color: #0067ad; */
}

.focusBox1 {
  margin-bottom: 20px;
  /* padding-left: 30px; */
  box-sizing: border-box;
}

.focusBox1 .swiper-button-next {
  position: absolute;
  width: 25px;
  height: 40px;
  border-radius: 8px 0px 0px 8px;
  z-index: 10;
  cursor: pointer;
  background: #302709 url('../image/right.png') no-repeat center;
  right: 0;
}

.focusBox1 .swiper-button-prev {
  position: absolute;
  width: 25px;
  height: 40px;
  border-radius: 0px 8px 8px 0px;
  z-index: 10;
  cursor: pointer;
  background: #302709 url('../image/left.png') no-repeat center;
  left: 0;
}

.nav_sp {
  margin-bottom: 40px;
  /* padding: 50px 100px; */
  width: 1200px;
  height: 600px;
  overflow: hidden;
  border-radius: 12px;
  border: 10px solid rgba(255, 86, 28, 0.46);
}

.nav_sp video {
  height: 100%;
}


.nav_about {
  height: 675px;
  margin-top: 40px;
  /* background-color: #0067ad; */
  border-radius: 4px;
  /* background: url('../image/shool-detail.png') right no-repeat; */
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
}

.shocool-address{
  text-align: center;
  font-size: 22px;
}

.school-guide {

  width: 376px;
  height: 80px;
  background: linear-gradient(116deg, #FF7B39 0%, #E61A1A 100%);
  border-radius: 45px;
  margin: 52px auto;
  line-height: 80px;
  text-align: center;
  font-size: 26px;
  color: #FFFFFF;
}

.school-guide img{
  width: 23px;
  height: 29px;
  vertical-align: sub;
  margin-right: 10px;
}

.nav_mapbox {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 25px 0 0 25px;
}

#container {
  height: 100%;
}

.nav_mass {
  float: right;
  width: 420px;
  padding: 25px 25px 0 0;
  font-size: 20px;
  color: #846C15;
  overflow: hidden;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 20px;
}

.nav_mass span {
  float: left;
  display: block;
  background: url('../image/list-06.png') left 2px no-repeat;
  padding: 0 15px 5px 25px;
  font-size: 16px;
  color: #2C2C2C;
}


.nav_tel {
  float: right;
  width: 420px;
  padding: 0 25px 0 0;
  font-size: 20px;
  color: #846C15;
  overflow: hidden;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 20px;
}

.nav_tel span {
  float: left;
  display: block;
  background: url('../image/list-07.png') left 3px no-repeat;
  padding: 0 15px 5px 25px;
  font-size: 16px;
  color: #2C2C2C;
}

.nav_eww {
  position: absolute;
  right: 270px;
  text-align: center;
  color: #A1A1A1;
  top: 120px;
}

.nav_eww img {
  width: 164px;
  height: 164px;
  display: block;
}

.return {
  position: fixed;
  right: 0;
  bottom: 15%;
  overflow: hidden;
  width: 60px;
  height: 60px;
  background-size: 100%;
}

.address-more {
  color: #0067ad;
  right: 40px;
  bottom: 20px;
  position: absolute;
}

.address-more a {
  color: #0067ad;
}

.address-more em {
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
}


.shcool-info{
  width: 1200px;
  height: 510px;
  background: linear-gradient(135deg, #DD423D 0%, #A10C0B 100%);
  border-radius: 24px;
  padding: 40px;
  margin-bottom: 40px;
  box-sizing: border-box;
}

.shcool-info .shcool-info-code{
  width: 428px;
  height: 429px;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  float: left;
}

.shcool-info .shcool-info-code img{
  width: 100%;
}

.shcool-info .shcool-info-other{
  width: 540px;
  margin-left: 148px;
  float: left;
  /* background-color: #0067ad; */
}

.shcool-info-other h2 {
  margin-top: 32px;
  font-weight: 500;
  font-size: 34px;
  color: #FFFFFF;
  line-height: 59px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  background-image: linear-gradient(180deg, #FFFFFF 0%, #FFD49C 100%);
}

.shcool-info-other p {
  margin-top: 35px;
  font-size: 24px;
  color: #FFEBAC;
}

.shcool-info-other .look-detail {
  width: 180px;
  height: 48px;
  background: linear-gradient(140deg, #FFB43B 0%, #FF9D33 100%);
  border-radius: 8px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  font-size: 22px;
  margin-top: 20px;
}
.luckWrap {
  width: 690px;
  height: 690px;
  position: relative;
  background-image: url('../image/area-bg.png');
  background-size: 100% 100%;
  margin: 30px auto;
}
.main-contain-fqkx::after{
  top: 60px;
  left: 0;
  z-index: -1;
  content: '';
  position: absolute;
  width: 1200px;
  height: 800px;
  background: linear-gradient(135deg, #DD423D 0%, #A10C0B 100%);
  border-radius: 31px;
  outline: 6px solid #FF934C;
}
.luckBg {
  /* background: #ffcf49; */
  width: 500px;
  height: 500px;
  border-radius: 50%;
  margin: 0 auto;
  padding: 5px;
  position: absolute;
  top: 50%;
  font-size: 20px;
  color: #FFE1AD;
  left: 50%;
  transform: translate(-50%, -50%);
}

.luckWhellBg,
.luckWhellBgMain {
  /* background: #fff; */
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}

.rotateStyle {
  -webkit-transition: transform 1000ms ease-in-out;
  transition: transform 1000ms ease-in-out;
}

.luckWhellSector {
  position: absolute;
  top: 0;
  right: 0;
  transform-origin: 0% 100%;
  /* border: 1px solid #facd89; */
  border-right: 0;
  border-top: 0;
  box-sizing: border-box;
}

.luckWhellSector:nth-child(2n) {
  position: absolute;
  /* background: #fff3d8; */
}

.wheel-main {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.prize-list {
  width: 100%;
  height: 100%;
  position: relative;

}

.prize-item {
  position: absolute;
  left: 50%;
  height: 50%;
  padding-top: 15px;
  box-sizing: border-box;
  text-align: center;
  transform-origin: 50% 100%;
  color: #FFE1AD;;
}

.prize_point {
  position: absolute;
  left: 50%;
  background: #ff3a60;
  width: 4rem;
  height: 4rem;
  top: 50%;
  margin-left: -2rem;
  margin-top: -2rem;
  border-radius: 50%;
}

.prize_point::after {
  position: absolute;
  left: 50%;
  top: -1.5rem;
  width: 0;
  height: 0;
  margin-left: -1rem;
  border: 1rem solid;
  border-color: transparent transparent #ff3a60;
  content: '';
}

.nav-crumbs{
  width: 1200px;
  margin: 30px auto; 
  font-size: 16px;
}

.crumbs-content a:last-of-type(1) {
  color: #B30808;
}

.content-item-title {
  background: url('../image/title-bg.png');
  background-size: 100%;
  height: 128px;
  width: 100%;
  line-height: 138px;
  margin: 0 auto 20px auto;
  color: #FFEBAC;
  font-weight: 600;
  text-align: center;
  font-size: 24px;
}
.title-icon1{
  width: 20px;
}
.title-icon2{
  width: 40px;
}
.other-footer{
  height: 100%;
  height: 201px;
  position: relative;
  background-image: url('../image/other-foot-bg.png');
  background-size: 100% 100%;
}
