.hide{display:none}
.wrap {
  position: relative;
  width: 100%;
  min-width: 1200px;
  height: auto;
}
.zixun{
position: relative;
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.zixun2{
position: relative;
    width: 800px;
    height: auto;
    float: left;
}

.layout {
  position: relative;
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.layout:after {
  display: block;
  content: '';
  height: 0;
  line-height: 0;
  visibility: hidden;
  clear: both;
}
/*公共样式结束*/
.margin-top {
  margin-top: 50px;
}
.tab-box {
  margin-top: 20px;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tab-box2 {
  margin-top: 20px;
 justify-content: center;
  display: flex;
  align-items: center;
}
.tab-box .tab {
  margin: 0 1px;
  width: 160px;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  color: #a0a0a0;
  background-color: #f3f3f3;
}
.tab-box .tab:hover {
  cursor: pointer;
}
.tab-box .tab-1 {
  border-radius: 25px 0 0 25px;
}
.tab-box .tab-2 {
  border-radius: 0 25px 25px 0;
}
.tab-box .active {
  color: #FFFFFF;
  background-color: #ff8a00;
}

.tab-box2 .tab {
  margin: 0 1px;
  width: 160px;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  color: #a0a0a0;
  background-color: #f3f3f3;
}
.tab-box2 .tab:hover {
  cursor: pointer;
}
.tab-box2 .tab-1 {
  border-radius: 25px 0 0 25px;
}
.tab-box2 .tab-2 {
  border-radius: 0 25px 25px 0;
}
.tab-box2 .active {
  color: #FFFFFF;
  background-color: #ff8a00;
}
.tab-cont .cont {
  display: none;
  /*width: 100%;
		height: 100%
		overflow:hidden;*/
}
.h2 {
  position: relative;
  margin-top: 50px;
  padding: 5px 0;
  font-size: 58px;
  font-weight: 500;
  line-height: 82px;
  color: #ff8a00;
  text-align: center;
  border-bottom: 1px solid #cccccc;
}

.h8 {
  position: relative;
 
  padding: 5px 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 82px;
  color: #090909;
  text-align: center;
  border-bottom: 1px solid #cccccc;
}
.h2::before {
  position: absolute;
  bottom: -3px;
  left: 50%;
  z-index: 9;
  display: block;
  content: '';
  width: 60px;
  height: 5px;
  background-color: #cccccc;
}
.h2::after {
  position: absolute;
  bottom: -3px;
  right: 50%;
  z-index: 9;
  display: block;
  content: '';
  width: 60px;
  height: 5px;
  background-color: #ff8a00;
}
.h3 {
  padding-bottom: 25px;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  color: #333333;
  line-height: 60px;
}

.ythh3 {
    font-size: 25px;
    /* font-weight: bold; */
    text-align: center;
    color: #464545;
    line-height: 50px;
}
/*顶部*/
.layout-header {
  padding-top: 33px;
  height: 96px;
}
.layout-header .logo {
  float: left;
  width: 290px;
  height: 46px;
}
.layout-header .welcome {
  float: left;
  font-size: 20px;
  line-height: 46px;
  color: #999999;
}
.layout-header .welcome span {
  margin-left: 20px;
}
.layout-header .welcome .line {
  position: relative;
  padding-right: 20px;
}
.layout-header .welcome .line::after {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 9;
  margin-top: -9px;
  display: block;
  content: '';
  width: 2px;
  height: 18px;
  background-color: #e0e0e0;
}
.layout-header .mobile {
  float: right;
  font-size: 24px;
  font-weight: block;
  line-height: 46px;
  color: 333333;
}
.layout-header .tel {
  float: right;
  margin-right: 12px;
  width: 90px;
  height: 46px;
}
.wrap-swiper {
  height: 798px;
  width: 1200px;
  margin:0 auto;
  top:20px;
}

.wrap-swiperyt {
  height: 490px;
  width: 1200px;
  margin:0 auto;
  top:20px;
}
.swiperyt-img {
  width: 100%;
  height: 490px;
}
.swiperyt-img .swiper-slide {
  position: relative;
  width: 100%;
  height: 490px;
}


.swiper-img {
  width: 100%;
}
.swiper-img .swiper-slide {
  position: relative;
  width: 100%;
  height: 798px;
}
/*导航*/
.wrap-nav {
  height: 64px;
  background-color: #ff8a00;
}
.layout-nav {
  height: 64px;
}
.layout-nav .nav {
  position: relative;
  width: 120px;
}
.layout-nav .nav:hover .hide-box {
  display: block;
}
.layout-nav .nav .hide-box {
  position: absolute;
  left: 0;
  top: 63px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: auto;
  background: #FFFFFF;
  border-top: 1px solid #ff8a00;
}
.layout-nav .nav .hide-box a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #090909;
  background: url(../image/border.png) center bottom no-repeat;
}
.layout-nav .link-nav {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 17px;
  line-height: 64px;
  color: white;
  text-align: center;
}
/*地图*/
.wrap-map {
  margin-top: 10px;
  height: 600px;
}
/*提交*/
.layou-form {
  padding: 42px 0;
}
.layou-form .input-box {
  margin-right: 30px;
  width: 438px;
  height: 68px;
  padding: 15px 9px;
  border: 1px solid #e0e0e0;
}
.layou-form .input-box .input {
  display: block;
  width: 100%;
  height: 36px;
  font-size: 20px;
  line-height: 36px;
  color: #999999;
}
.layou-form .submit {
  width: 260px;
  height: 68px;
  padding: 10px 0;
  font-size: 28px;
  line-height: 48px;
  text-align: center;
  color: #FFFFFF;
  background-color: #ff8a00;
}
/*footer*/
.wrap-footer {
  padding: 24px 0;
  background: #ff8a00;
}
.layout-footer {
  padding: 40px 0 60px;
}
.layout-footer .qrcode {
  float: left;
  margin-right: 20px;
}
.layout-footer .qrcode .img {
  width: 158px;
  height: 158px;
}
.layout-footer .qrcode .text {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  color: #FFFFFF;
}
.layout-footer .desc {
    float: left;
    margin-left: 10px;
    padding-top: 10px;
    width: 460px;
    height: auto;
    font-size: 18px;
    line-height: 34px;
    color: #FFFFFF;
}
/*关于我们*/
.video-box {
  margin-top: 5px;
  width: 100%;
  height: 800px;
}
.video-box .video {
  width: 100%;
  height: 100%;
}
.layout-desc .about {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.layout-desc .about .img {
  float: left;
  width: 380px;
  height: 360px;
}
.layout-desc .about .text {
  float: right;
  width: 800px;
  height: auto;
}
.layout-desc .indent {
  margin-top: 10px;
  font-size: 24px;
  line-height: 48px;
  color: #090909;
  text-indent: 2em;
}
/*班型*/
.type-box {
  width: 100%;
  height: 740px;
}
.type-box .type {
  width: 100%;
  height: 100%;
}
.service-tab .tab {
  width: 138px;
  height: 138px;
  padding: 9px;
  border-radius: 50%;
  background-color: #999999;
}
.service-tab .tab .text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  color: #FFFFFF;
  border: 1px dashed #FFFFFF;
  border-radius: 50%;
}
.service-tab .active {
  background-color: #ff8a00;
}
.service-box {
     margin-top: 50px;
    width: 100%;
    height: 540px;
}
.service-box .service {
  display: none;
  width: 100%;
  height: 100%;
}
.service-box .tu {
  width: 780px;
  height: 520px;
  position:absolute;
}
.service-box .wenzi {
width: 600px;
    height: 340px;
    position:absolute;
    left: 600px;
    top:450px;
     
}

.service-box .wenzi-bt {
width: 500px;
    height: 40px;
    position: absolute;
    left: 650px;
    top: 480px;
    font-size: 32px;
     
}

.service-box .wenzi-wen {
width: 500px;
    height: 230px;
    position: absolute;
    left: 660px;
    top: 540px;
    font-size: 24px;
    color: #6d6c6c;
   
     
}
.good-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.good-box .item {
  position: relative;
  margin-bottom: 30px;
  width: 380px;
  height: 300px;
}
.good-box .item .title {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
  width: 100%;
  height: 72px;
  font-size: 30px;
  font-weight: normal;
  line-height: 72px;
  text-align: center;
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.5);
}
.good-box .item .desc {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
  /*display: flex;
			flex-direction: column;
			justify-content: center;*/
  display: none;
  width: 100%;
  height: 100%;
  padding: 15px;
  overflow: hidden;
  font-size: 14px;
  line-height: 22px;
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.6);
}
.good-box .item .desc .half {
  margin-top: 150px;
  transform: translateY(-50%);
}
.good-box .item:hover .desc {
  display: block;
}
.good-box .item:hover .title {
  display: none;
}
.swiper-target {
  width: 100%;
  height: auto;
}
.swiper-target .swiper-slide {
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-target {
  padding-bottom: 50px;
}
/*辉煌战绩*/
.getmore {
  margin: 20px auto 15px;
  width: 240px;
  height: 48px;
  font-size: 18px;
  line-height: 48px;
  text-align: center;
  color: #FFFFFF;
  border-radius: 24px;
  background-color: #ff8a00;
}
.success-box {
  width: 100%;
  height: auto;
}
.success-box .success {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.success-box .item {
  margin-bottom: 30px;
  width: 24%;
  height: 533px;
}

/* 如果最后一行是3个元素 */
.success-box .item:last-child:nth-child(4n - 1) {
    margin-right: calc(24% + 4% / 3);
}
/* 如果最后一行是2个元素 */
.success-box .item:last-child:nth-child(4n - 2) {
    margin-right: calc(48% + 8% / 3);
}


.success-box .itemzp {
  margin-bottom: 30px;
  width: 24%;
  height: 433px;
}

.success-box .itemhj {
  margin-bottom: 30px;
  width: 24%;
  height: 212px;
}

/* 如果最后一行是3个元素 */
.success-box .itemzp:last-child:nth-child(4n - 1) {
    margin-right: calc(24% + 4% / 3);
}
/* 如果最后一行是2个元素 */
.success-box .itemzp:last-child:nth-child(4n - 2) {
    margin-right: calc(48% + 8% / 3);
}

/* 如果最后一行是3个元素 */
.success-box .itemhj:last-child:nth-child(4n - 1) {
    margin-right: calc(24% + 4% / 3);
}
/* 如果最后一行是2个元素 */
.success-box .itemhj:last-child:nth-child(4n - 2) {
    margin-right: calc(48% + 8% / 3);
}

/*艺考资讯*/

.zixuny {
  position: relative;
  width: 350px;
  height: auto;
  float: right;
}
.h4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
.h4 .text {
  position: relative;
  padding-left: 20px;
  font-size: 30px;
  line-height: 32px;
  color: #090909;
}
.h4 .text::before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  display: block;
  content: '';
  width: 2px;
  height: 32px;
  background-color: #ff8a00;
}
.h4 .more {
  font-size: 24rpx;
  line-height: 32px;
  color: #999999;
}
.news-box .img {
  float: left;
  margin-top: 15px;
  width: 510px;
  height: 292px;
}
.news-box .img .swiper-news {
  width: 100%;
  height: 100%;
}
.news-box .new .link {
  position: relative;
  display: block;
  display: flex;
  padding: 18px 0 15px 15px;
  font-size: 20px;
  line-height: 30px;
  color: #090909;
  border-bottom: 1px dotted #cccccc;
}
.news-box .new .link::before {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 9;
  transform: translateY(-50%);
  display: block;
  color: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #090909;
  width: auto;
}
.news-box .new .link:hover .text {
  color: red;
}
.news-box .new .link .text {
  flex: 1;
  padding-right: 40px;
  color: #090909;
}
.news-box .new .link .date {
  color: #ff8a00;
}
.news-box .new-1 {
  float: right;
  width: 510px;
}
.news-box .new-half {
  /* width: 575px; */
  width: 395px;
}
.news-box-2 {
  /* margin-top: 40px; */
  display: flex;
  justify-content: space-between;
}
.teacher-box .teacher {
  width: 100%;
  height: auto;
  display: none;
}
.teacher-box .teacher:nth-child(1) {
  display: block;
}
.teacher-box .teacher .item {
  position: relative;
  float: left;
  display: block;
  margin-right: 15px;
  margin-bottom: 15px;
  width: 228px;
  height: 288px;
}
.teacher-box .teacher .item:hover .name {
  display: block;
}
.teacher-box .teacher .item .name {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
  display: none;
  width: 100%;
  height: 56px;
  font-size: 28px;
  line-height: 56px;
  text-align: center;
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.6);
}

.teacher-box .teacher .item:nth-child(5n) {
  margin-right: 0;
}
.teacher-box .teacher .item-2:nth-child(5n) {
  margin-right: 0;
}
.teacher-box .teacher .item-3:nth-child(5n) {
 margin-right: 15px;
}
.teacher-box .teacher .item-2 {
  width: 228px;
  height: 304px;
}

.teacher-box .teacher .item-3 {
  width: 23%;
  height: 190px;
}

/* 如果最后一行是3个元素 */
.teacher-box .teacher .item-3:last-child:nth-child(4n - 1) {
    margin-right: calc(24% + 4% / 3);
}
/* 如果最后一行是2个元素 */
.teacher-box .teacher .item-3:last-child:nth-child(4n - 2) {
    margin-right: calc(48% + 8% / 3);
}


.meet-box {
  height: 490px;
}
.disciple-box {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.disciple-box .item {
  float: left;
  margin-right: 12px;
}
.disciple-box .item:nth-child(5n) {
  margin-right: 0;
}
.disciple-box .item .img {
  width: 230px;
  height: 230px;
}
.disciple-box .item .name {
  margin-top: 18px;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  color: #333333;
}
.disciple-box .item .scholl {
  margin-top: 12px;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  color: #333333;
}
.layout-info {
  position: relative;
  height: 740px;
  background-color: #005fae;
}
.layout-info .text-box {
  position: absolute;
  right: 65px;
  top: 60px;
  z-index: 9;
  width: 620px;
  height: auto;
}

.text-box {
  margin-top:30px;
 
  height: auto;
}


.name {
  font-size: 38px;
  font-weight: 600;
  line-height: 56px;
  color: #999;
  text-align: center;
}
.plac {
  font-size: 28px;
  font-weight: 500;
  line-height: 48px;
  color: #f48819;
  text-align: center;
}
.layout-info .text-box .name {
  font-size: 38px;
  font-weight: 600;
  line-height: 56px;
  color: #FFFFFF;
  text-align: center;
}
.layout-info .text-box .plac {
  font-size: 28px;
  font-weight: 500;
  line-height: 48px;
  color: #f48819;
  text-align: center;
}
.layout-info .text-box .indent {
  margin-top: 25px;
  font-size: 22px;
  line-height: 42px;
  color: #FFFFFF;
  text-indent: 2em;
}
.ambient-box {
  display: none;
}
.ambient-box .pic {
  float: left;
  width: 648px;
  height: 415px;
}
.ambient-box .image {
  float: right;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 525px;
  height: 415px;
}
.ambient-box .image .item {
  float: left;
  width: 250px;
  height: 200px;
}
.ambient-box .image .item:hover {
  border: 5px solid #ff8a00;
}
.ambient-box .image .active {
  border: 5px solid #ff8a00;
}
.wrap-meantime {
  height: 500px;

}
.layout-meantime {
  height: 500px;
  overflow: hidden;
}
.layout-meantime .title {
  margin-top: 275px;
  padding: 10px 0;
  font-size: 46px;
  font-weight: bold;
  line-height: 58px;
  text-align: center;
  color: #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
}
.layout-meantime .text {
  padding: 10px 0;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  color: #FFFFFF;
}
.layout-meantime .tage-box {
  margin-top: 110px;
  display: flex;
  justify-content: center;
}
.layout-meantime .tage-box .tage {
  margin: 0 62px;
  width: 118px;
  height: 46px;
  font-size: 24px;
  line-height: 46px;
  text-align: center;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 8px;
}
.scale-box {
  margin: 30px auto 60px;
  width: 1200px;
  height: auto;
  display: flex;
  justify-content: space-between;
}
.scale-box .item {
  width: 1200px;
  height: auto;
}
.scale-box .item .up {
  width: 100%;
  height: 60px;
  font-size: 44px;
  line-height: 60px;
  text-align: center;
  color: #FFFFFF;
  background-color: #bf2b20;
}
.scale-box .item .down {
  width: 100%;
  height: 38px;
  font-size: 18px;
  line-height: 38px;
  text-align: center;
  color: #FFFFFF;
  background-color: #ff8a00;
}
.layout-select .select-img {
  width: 100%;
  height: 590px;
  background-color: red;
}
.hot-box {
  margin: 10px 0;
  display: flex;
  justify-content: space-between;
}
.hot-box .item {
  width: 262px;
  height: auto;
  border-radius: 6px;
  border: 1px solid #e5e5e5;
}
.hot-box .item:hover {
  transform: scale(1.05, 1.05);
}
.hot-box .item .title {
  width: 100%;
  height: 68px;
  font-size: 24px;
  line-height: 68px;
  text-align: center;
  color: #666666;
  background-color: #ececec;
}
.hot-box .item .img {
  width: 100%;
  height: 398px;
}
.hot-box .item .tage {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;

}
.hot-box .item .tage .it {
  margin: 4px 9px;
  width: 102px;
  height: 42px;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #e5e5e5;
  border-radius: 8px;
  border: 1px solid #e5e5e5;
  background-color: #ff8a00;
}
.hot-box .item .tage .it:hover {
  background-color: #FFFFFF;
}
.wrap-result {
  background-color: #fafafa;
}
.result-text {
  position: relative;
  width: 100%;
  height: 350px;
  overflow: hidden;
}
.result-text .nian {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.result-text .title-1 {
  position: relative;
  margin-top: 42px;
  font-size: 44px;
  line-height: 60px;
  text-align: center;
  color: #FFFFFF;
}
.result-text .title-1::before {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 9;
  display: block;
  content: '';
  width: 480px;
  height: 1px;
  background-color: #FFFFFF;
}
.result-text .title-1::after {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 9;
  display: block;
  content: '';
  width: 480px;
  height: 1px;
  background-color: #FFFFFF;
}
.result-text .title-2 {
  position: relative;
  padding-bottom: 16px;
  font-size: 44px;
  line-height: 60px;
  text-align: center;
  color: #FFFFFF;
}
.result-text .title-2::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 9;
  display: block;
  margin-left: -25px;
  content: '';
  width: 50px;
  height: 3px;
  background-color: #ff8a00;
}
.result-text .title-3 {
  margin-top: 10px;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  color: #FFFFFF;
}
.result-name {
  margin: 20px auto;
}
.result-name .item {
  position: relative;
  float: left;
  margin-right: 12px;
  width: 230px;
  height: 280px;
}
.result-name .item:last-child {
  margin-right: 0;
}
.result-name .item .desc {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
  width: 100%;
  height: 58px;
  background-color: rgba(0, 0, 0, 0.5);
}
.result-name .item .desc .name {
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  color: #FFFFFF;
}
.result-name .item .desc .shao {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #ee8309;
}
.swiper-result {
  margin-top: 20px;
  padding-bottom: 40px;
}
.swiper-result .swiper-slide {
  position: relative;
  height: 300px;
}
.swiper-result .swiper-slide .desc {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
  width: 100%;
  height: 58px;
  background-color: rgba(0, 0, 0, 0.5);
}
.swiper-result .swiper-slide .desc .name {
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  color: #FFFFFF;
}
.swiper-result .swiper-slide .desc .shao {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #ee8309;
}

.layout-index {
  padding: 38px 0 46px;
}
.layout-index .banxing {
  float: left;
  width: 160px;
  height: 518px;
  border-radius: 8px;
  background-color: #f3f3f3;
}
.layout-index .banxing .item {
  position: relative;
  width: 100%;
  height: 74px;
  font-size: 16px;
  line-height: 74px;
  color: #333333;
  text-align: center;
  background: url(../image/xing.png) bottom center no-repeat;
}
.layout-index .banxing .item:last-child {
  background: none;
  border-radius: 0 0 8px 8px;
}
.layout-index .banxing .item .icon {
  position: absolute;
  left: 18px;
  top: 26px;
  z-index: 9;
}
.layout-index .banxing .item .hide-box {
  position: absolute;
  left: 159px;
  top: 0;
  z-index: 90;
  display: none;
  width: 1041px;
  /* height: 518px; */
  height: auto;
  padding: 30px 25px;
  font-size: 14px;
  line-height: 26px;
  color: #131313;
  text-align: left;
  background-color: #FFFFFF;
}
.layout-index .banxing .item .hide-box-2 {
  top: -74px;
}
.hide-box table tbody td{
  font-size: 16px;
    padding: 10px 10px;
    color: #989898;
    line-height: 30px;
}
.layout-index .banxing .item .hide-box-3 {
  top: -148px;
}
.layout-index .banxing .item .hide-box-4 {
  top: -222px;
}
.layout-index .banxing .item .hide-box-5 {
  top: -296px;
}
.layout-index .banxing .item .hide-box-6 {
  top: -370px;
}
.layout-index .banxing .item .hide-box-7 {
  top: -444px;
}
.layout-index .banxing .hot {
  color: #FFFFFF;
  background: #ff8a00;
  border-radius: 8px 8px 0 0;
}
.layout-index .banxing .hover:hover {
  cursor: pointer;
  background: #FFFFFF;
}
.hide-box table tbody .item-title{
  font-weight: 700;
  text-align: center;
  width: 15%;
  font-size: 20px;
  color: #5f5f5f;
}
.layout-index .banxing .hover:hover .hide-box {
  display: block;
}
.layout-index .swiper-box {
  float: right;
  width: 1024px;
  height: 518px;
}
.layout-index .swiper-box .swiper-container {
  width: 100%;
  height: 518px;
}
.layout-index .swiper-box .swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
}
.wrap-policy {

}
.policy-box {
  width: 100%;
  height: 500px;
  overflow: hidden;
}
.policy-box .policy-li {
  margin-top: 50px;
  font-size: 20px;
  line-height: 34px;
  color: #FFFFFF;
}
.policy-target {
  position: relative;
  display: inline-block;
  margin-top: 60px;
  padding-bottom: 25px;
  border-bottom: 2px solid #b2b2b2;
}
.policy-target::after {
  position: absolute;
  left: 0;
  bottom: -2px;
  z-index: 9;
  display: block;
  content: '';
  width: 50%;
  height: 2px;
  background-color: #ff8a00;
}
.policy-target .target-1 {
  font-size: 30px;
  font-weight: 500;
  line-height: 52px;
  color: #FFFFFF;
}
.policy-target .target-2 {
  font-size: 24px;
  line-height: 38px;
  color: #FFFFFF;
}
.policy-text {
  margin-top: 175px;
}
.policy-text .text-1 {
  font-size: 48px;
  font-weight: bold;
  line-height: 62px;
  color: #ff8a00;
}
.policy-text .text-2 {
  font-size: 46px;
  line-height: 60px;
  color: #ff8a00;
}
.wrap-good {
  background-color: #fafafa;
}
.swiper-good {
  display: none;
  width: 100%;
  height: 380px;
}
.swiper-good:nth-child(1) {
  display: block;
}
.swiper-select {
  width: 100%;
  height: 330px;
}
.swiper-select .swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.85);
}
.swiper-select .swiper-slide-active,
.swiper-select .swiper-slide-duplicate-active {
  transform: scale(1);
}
.direction {
  width: 1200px;
  margin: 0 auto;
  margin-top: 38px;
}
.direction.juzhong{margin: 0 auto;
 
}
.direction .ultop li {
  width: 103px;
  height: 103px;
  background: url(../image/bj2.png);
  background-size: 100% 100%;
  background-position: center;
  font-size: 17px;
  color: white;
  line-height: 103px;
  text-align: center;
  float: left;
  margin-right: 18px;
  letter-spacing: 1px;
  cursor: pointer;
}
.direction .ultop li.active {
  background: url(../image/bj1.png);
}
.direction .ulbottom {
  width: 100%;
  margin-top: 56px;
  position: relative;
}
.direction .ulbottom .imgbox {
  float: left;
  width: 570px;
  height: 900px;
  overflow: hidden;
}
.direction .ulbottom .text {
  width: 850px;
  height: auto;
  background: rgba(228, 228, 228, 0.5);
  position: absolute;
  right: 0;
  z-index: 99;
}
.direction .ulbottom .text .div {
  height: 180px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-bottom: 1px solid black;
  display: flex;
  align-items: center;
}
.direction .ulbottom .text .div .p1 {
  width: 164px;
  height: 37px;
  background: #b27d46;
  text-align: center;
  color: white;
  line-height: 37px;
  font-size: 21px;
  float: left;
  position: relative;
  left: 18px;
}
.direction .ulbottom .text .div .p2 {
    width: 600px;
    float: right;
    font-size: 16px;
    letter-spacing: 1px;
    text-indent: 28px;
    text-align: justify;
    margin-right: 10px;
    margin-left: 60px;
}
.direction .ulbottom .text .div .p2 span {
  display: block;
  line-height: 30px;
}
.layout-process {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.layout-process .item {
  margin: 0 6px;
  width: 110px;
  height: 140px;
  box-shadow: 2px 3px 5px #f0f0f0;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.layout-process .item .icon {
  width: 48px;
  height: 40px;
}
.layout-process .item .text {
  margin-top: 6px;
  font-size: 18px;
  line-height: 28px;
  color: #333333;
  text-align: center;
}
.layout-process .item .letter {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  color: #999999;
  text-align: center;
}
.lb_gl {
  margin-bottom: 30px;
  background: url(https://www.gxmld.com/static/image/bg_3d.png);
  background-size: 100% 100%;
  height: 458px;
}
.container {
  width: 1024px;
  margin: 0 auto;
  position: relative;
}
.pictureSlider {
   display: none;
  height: 518px;
  margin-bottom: 24px;
}
.poster-item {
  position: relative;
  background: white;
  height: 426px;
  width: 306px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  cursor: default;
  overflow: hidden;
}
.poster-item .img1 {
  width: 100%;
  height: 100%;
}
.poster-item p {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 58px;
  font-size: 28px;
  line-height: 58px;
  text-align: center;
  background: rgba(255, 255, 255, 0.7);
}

.xyz-news{
  margin: 0 auto;
  display: flex;
}
.xyz-clear{
  display: flex;
  flex-direction: column;
}
.xyz-h4{
  width: 510px;
}
.xyz-grow{
  flex-grow: 1;
  width: 600px;
}

.xyz-entoll{
  display: flex;
  justify-content: center;
  align-items: center;
}

.layout-form {
    padding: 40px 20px;
  
}
.layout-form .logo {
 margin: 0 auto;
    width: 800px;
    height: 100px;
}
.layout-form .title {
  padding: 20px 0;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #676262;
}
.layout-form .input-group {
  
    position: relative;
    width: 800px;
    height: 60px;
    border-radius: 20px;
    overflow: hidden;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    border:solid 1px #000;
        margin: 20px auto;
}
.layout-form .input-group .icon {
margin: 0 10px;
    width: 20px;
    height: 20px;
}
.layout-form .input-group .input {
 flex: 1;
    margin-right: 60px;
    height: 60px;
    font-size: 14px;
    line-height: 1;
    color: #333333;
 
}
.layout-form .btn {

    width: 800px;
    height: 60px;
    font-size: 30px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    background-color: #ff8a00;
        margin: 30px auto;
}

/*分页样式*/
.pglist {
	padding: 30px 0 30px;
	float: left;
	width: 100%;
	text-align: center;
}
.pglist a {
	color: #666;
	padding: 0 14px;
	margin: 0 3px;
font-/weight: bold;
	background: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.pglist * {
	display: inline-block;
	_zoom: 1;
	_display: inline;
	vertical-align: middle;
	line-height: 30px;
	padding-bottom: 1px;
}
.pglist a:hover, .pglist .hover {
	display: inline-block;
	color: #fff;
	background: #b78820;
	border-color: #b78820;
}

.teacher-box{width:1200px;
    height: :580px;
    overflow: hidden;
}

.newsca {
	background: #fff;
	padding: 45px 0;
	margin-right: 350px;
	float: left;
}
.newscabtr {
	width: 162px;
	height: 47px;
	border: 1px solid #CCCCCC;
}
.newscabtr a {
	display: block;
	color: #858585;
	font-size: 14px;
	padding: 0 15px;
	width: 162px;
	height: 47px;
	line-height: 47px;
	background: url("https://www.gxmld.com/static/images/xxdjt.png") no-repeat 90% 50%;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}
.newscabtr a:hover {
	color: #fff;
	background: url(https://www.gxmld.com/static/images/xxdjt2.png) no-repeat 90% 50% #2449A4;
}
.newscabtl {
	font-size: 30px;
	color: #000;
	font-weight: bold;
	height: 47px;
	line-height: 47px;
}
.newscanr {
	margin-top: 45px;
}
.newscanr ul li {
	width: 100%;
	height: 166px;
	margin-bottom: 20px;
}
.newscanr ul li a {
	width: 100%;
	height: 166px;
	background: #FFFFFF;
	padding: 13px 20px;
	display: block;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}
.newscanr ul li a:hover .newscanrnbt {
	color: #2449A4;
}
.newscanr ul li a:hover {
	background: #F9F9F9;
}
.newscanr ul li a:hover .newscanrt img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
}
.newscanrt {
	height: 138px;
	width: 200px;
	overflow: hidden;
float: left;
}
.newscanrt img {
	width: 100%;
	transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-moz-transform: scale(1);
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}
.newscanrn {
	width: 525px;
	height: 138px;
	margin-left: 35px;
	float: left;
}
.newscanrnbt {
	font-size: 18px;
	color: #000;
	font-weight: bold;
	margin-top: 15px;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}
.newscanrnxt {
	font-size: 14px;
	color: #ababab;
}
.newscanrnnr {
	font-size: 14px;
	color: #666666;
	margin-top: 10px;
}
.newscb {
	padding: 45px 0;
}
.newscbnr ul li {
	width: 385px;
	height: 269px;
	border: 1px solid #CCCCCC;
	margin-right: 22px;
	float: left;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}
.newscbnr ul li:hover {
	border: 1px solid #2449A4;
}
.newscbnr ul li:hover .newscbnrbt {
	color: #2449A4;
}
.newscbnr ul li a {
	width: 385px;
	height: 269px;
	display: block;
	padding: 46px 25px 0 25px;
}
.newscbnr ul li a span {
	display: block;
}
.newscbnrmd {
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #ADADAD;
	font-size: 22px;
	color: #ADADAD;
	font-family: 宋体;
	float: right;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}
.newscbnrbt {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}
.newscbnr ul li:hover .newscbnrmd {
	width: 60px;
	color: #fff;
	background: #2449A4;
	border: 1px solid #2449A4;
}
.newscbnrnr {
	font-size: 14px;
	color: #666;
	margin-top: 20px;
}
.newscbnrrq {
	font-size: 14px;
	color: #ababab;
	margin-top: 20px;
}
.newscbnr {
	margin-top: 30px;
}
.newshowbox {
	width: 835px;
	padding: 0px 0 30px 0;
	float: left;
}
.newshowbox_r {
	width: 306px;
	float: right;
	margin: 0 0 50px 0;
}
.newshow_name {
	font-size: 28px;
	color: #333333;
	font-weight: bold;
	line-height: 48px;
}
.newshow_zx div {
	float: left;
	font-size: 14px;
	color: #999999;
}
.newshow_ctrl a {
	color: #999999;
	font-weight: 600;
	margin-right: 10px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.newshow_ctrl a:hover {
	color: #333;
}
.newshow_follow {
	margin-right: 20px;
}
.newshow_fx .bdsharebuttonbox a {
	margin: 0 6px 0 0;
}
.newshow_fx {
	margin-left: 30px;
}
.newshow_zx {
	margin-top: 20px;
}
.newshow_title {
	padding-bottom: 16px;
}
.newshow_zx .newshow_back {
	float: right;
}
.newshow_back a {
	color: #999999;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.newshow_back a:hover {
	color: #333333;
}
.newshow_cont {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-top: 24px;
}
.newshow_cont p {
	margin-bottom: 20px;
	text-indent: 2em;
}
.newshow_cont p img {
	margin-left: -2em;
}
.newshow_cont h3 {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 15px;
	color: #333;
}
.newshow_cont h4 {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 15px;
	color: #333;
}
/**/
.newshow_aboutsearch {
	font-size: 14px;
	color: #333;
	font-weight: bold;
}
.newshow_aboutsearch a {
	color: #333333;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.newshow_aboutsearch a:hover {
	color: #666666;
}
.newshow_pjs {
	float: left;
	margin-top: 20px;
	font-size: 14px;
	color: #333333;
	line-height: 28px;
}
.newshow_p a {
	color: #333333;
	padding-bottom: 2px;
	border-bottom: 1px solid #666666;
}
.newshow_p {
	float: left;
}
.newshow_pjs_fx {
	float: right;
}
.newshow_bottom {
	margin-top: 14px;
}
.newshow_back {
	float: right;
	font-size: 14px;
	margin-top: 25px;
}
.newshowbox_r_b {
	padding: 0 20px;
	margin-top: 32px;
	width: 306px;
	/*height: 343px;*/
	padding-bottom: 25px;
	border: 7px solid #F3F3F3;
}
.show_prev_title {
	font-size: 20px;
	color: #555555;
	font-weight: 600;
	margin-top: 30px;
}
.show_prev_time {
	font-size: 12px;
	color: #555555;
	margin-top: 5px;
}
.show_prev_name {
	font-size: 16px;
	color: #555555;
	line-height: 30px;
}
.newshowbox_r_b_prev {
	border-bottom: 1px solid #ECECEC;
	padding-bottom: 26px;
}
.sidebar {
    position: relative;
    float: right;
    margin-left: -330px;
    width: 330px;
    margin-top:20px ;
}
.widget {
    clear: both;
    margin-bottom: 10px;
    border-radius: 5PX;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1)
}
.widget h3 {
    position: relative;
    margin: 0;
    padding: 11px 15px 10px;
    border-bottom: 1px solid #eaeaea;
    background-color: #ff8a00;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
}
}

.widget h3 .btn {
    position: absolute;
    top: 5px;
    right: 10px;
    padding: 2px 7px 1px;
    font-weight: 400
}

.d_postlist .text {
    display: block;
    margin-top: -4px
}

.d_postlist .thumbnail {
    float: left;
    margin-left: -90px
}

.d_postlist .thumbnail img {
    width: 80px;
    height: 55px
}

.d_postlist .muted {
    margin-right: 20px;
    font-size: 12px
}

.d_postlist .nopic li a {
    padding: 8px 15px
}

.d_postlist .nopic .text {
    margin-top: 0
}
.d_postlist li a {
    position: relative;
    display: block;
    overflow: hidden;
    margin-left: -3px;
    padding: 10px 10px 10px 10px;
    border-bottom: solid 1px #eee;
    border-left: 3px solid transparent;
    font-size: 14px
}