.modal {
  font-family: '方正清刻本悦宋简体';
  width: 1020px;
  height: 590px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -510px;
  margin-top: -295px;
  overflow: hidden;
  background-color: #fff;
  z-index: 454545;
}
.modal .img{
  width: 510px;
}
.modal .img img{
  width: 510px;
}
.modal .text{
  width: 510px;
  box-sizing: border-box;
  padding: 20px;
}
.modal .full-img{
  width: 100%;
  height: 100%;
}
.modal .exit{
  cursor:pointer;
  position: absolute;
  top: 10px;
  right: -40px;
  width: 96px;
}
.modal .text .exit{
  text-align: right;
  cursor:pointer;
}
.modal .text .exit img{
  width: 40px;
  height: 40px;
}
.modal .text h1{
  font-size: 36px;
  margin-top: 20px;
  margin-bottom: 40px;
  font-weight: 200;
}
.modal .text h3{
  font-weight: 200;
  font-size: 16px;
}
.modal .text p{
  margin-top: 50px;
  font-size: 16px;
  line-height: 28px;
}
.modal .text .voice{
  position: absolute;
  bottom: 30px;
  right: 0px;
}

/* ////////////////////////// */
*{
  padding: 0;
  margin: 0;
}
/* 配置logo的显示位置*/
.logo {
  position: absolute;
  top: 50px;
  left: 20px;
  z-index: 9999;
}

.logo img {
  width: 150px;
  height:  auto;
}

/* 配置回到首页按钮 */
/* 配置导航栏按钮样式 */
#menu {
  width: 196px;
  height: 100%;
  background-color: #e95412;
  text-align: center;
  margin: 0;
  padding: 0;
  position: fixed;
  right: 0px;
  top: 0px;
  list-style-type: none;
  z-index: 999;
  opacity: 0.6;
}
#menu ul {
  padding: 0px;
  margin: 0px;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -336px;
}
#menu li {
  width: 196px;
  list-style: none;
  margin:  0px;
  font-size: 14px;
}
#menu a {
  height: 85px;
  padding-top: 20px;
  width: inherit;
  display: block;
  color: #fff;
  text-decoration: none;
}
#menu a span{
  display: block;
  font-family: '方正清刻本悦宋简体';
   /* font-family: zh-cn,PingFang SC,Helvetica Neue,Helvetica,STHeitiSC-Light,Arial,sans-serif; */
  font-size: 20px;
}

#menu a span.info {
  font-size: 14px;
}

#menu a span.icon{
  padding: 4px 0px;
  height: 6px;
}
#menu .active a {
  color: #fff;
  background-color: #b72c0e;
}
#menu .active a span.icon {
  padding: 6px 0px;
  height: 12px;
  background-image: url(../images/menu_icon.png);
  background-repeat: no-repeat;
  background-position: 28px 4px;
}
/* 控制菜单显示的按钮*/
.show_menu {
  position: fixed;
  width: 159px;
  height: 50px;
  right: 0px;
  top: 50%;
  z-index: 99;
  background-color: #e95412;
  margin-top: -306px;
}
.show_menu .icon {
  overflow: hidden;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  padding: 16px 0px 0px 16px;
  background-repeat: no-repeat;
  background-color: #742a09;
  overflow: hidden;
}
.show_menu .icon:hover img{
  width: 50px;
  height: 50px;
  transition: all 0.5s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transform: rotateZ(360deg);
  -webkit-transform: rotateZ(360deg); /* Safari 和 Chrome */
  -moz-transform: rotateZ(360deg);  /* Firefox */
}
.show_menu .info {
  font-family: '方正清刻本悦宋简体';
  font-size: 20px;
  width: 100px;
  color: #fff;
  line-height: 50px;
  text-align: center;
}
/* 页面指示 */
.right#fp-nav {
  right: 60px;
  top: 70%;
}
.right#fp-nav li.tohome {
  position: absolute;
  right: -5px;
  bottom: -50px;
  width: 26px;
  height: 26px;
  border-radius: 3px;
  background-color: #bd440f;
  overflow: hidden;
  cursor: pointer;
}

.right#fp-nav li.tohome div a{
  border: none;
}
.right#fp-nav li.tohome div a.active{
  border: none;
}
.right#fp-nav li.tohome div {
  padding: 3px 0px 0px 5px;
}
.right#fp-nav li.tohome div img {
  width: 16px;
  height: 12px
}
.right#fp-nav li {
  width: 20px;
  margin-top: 18px;
  height: 20px;
}
.right#fp-nav li a {
  height: 14px;
  width: 14px;
  border-radius: 18px;
  border: 2px rgba(0,0,0,0) solid;
}
.right#fp-nav li a span {
  border: 2px rgba(0,0,0,0) solid;
  width: 6px;
  height: 6px;
  display: block;
  border-radius: 6px;
  background-color: #fff;
}
.right#fp-nav li a.active {
  border: 2px #fff solid;
}
.right#fp-nav li a.active span{
  background-color: #fff;
}
/* 配置主显示区域的样式 */
.section {
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
  font-family: '方正清刻本悦宋简体';
}
.section.home {
  overflow: hidden;
}
.section.home .home_bg img.left{
  left: -50px;
}
.section.home .home_bg img.right{
  left: 0px;
}
.section.home .home_bg{
  max-width: 1920px;
  width: inherit;
  height: inherit;
  overflow: hidden;
}
.section.home .home_bg img{
  position: relative;   
  transition:all 1s ease-out 0s;
  width: 100%;  
  transform: scale(1.20,1.20);
}
.section.home .user{
  max-width: 1900px;
  width: inherit;
  position: absolute;
  z-index: 999;
}
.section.home .user .left {
  width: 50%;
  overflow: hidden;
}
.section.home .user .left img:hover {  
  -webkit-transform: scale(1.10);   
  transition:all 1s ease-out 0s;  
}
.section.home .user .left img {  
  -webkit-transform: scale(1);   
  transition:all 1s ease-out 0s;  
  width: 100%;
}
.section.home .user .right{
  overflow: hidden;
  width: 50%;
}
.section.home .user .right img:hover { 
  -webkit-transform: scale(1.10);   
  transition:all 1s ease-out 0s; 
}
.section.home .user .right img{  
  -webkit-transform: scale(1);   
  transition:all 1s ease-out 0s;  
  width: 100%;
}
.section.home .text .bottom a{
  cursor:pointer;
  display: block;
  margin: 0px auto;
  width: 19px;
  height: 19px;
  text-align: center;
}
.section.home .text .bottom img{
  width: 19px;
  height: 19px;
}
.section.home .text .text3 {
  margin-top: 80px;
}
.section.home .text .text4 {
  margin-top: 30px;
}
.section.home .text .bottom{
  margin: 50px auto 0px;
  width: 41px;
  height: 45px;
  position: relative;
  z-index: 99999;
  text-align: center;
}
.section.home .text{
  max-width: 1900px;
  width: inherit;
  position: absolute;
  z-index: 22;
  text-align: center;
  top: 20%;
}

img{
  width: 40%;
}

.section.information {
}

.section.information .information_bg{
  max-width: 1900px;
  width: inherit;
  height: inherit;
  overflow: hidden;
  z-index: 11;
}
.section.information .text{
  width: 1330px;
  height: 490px;
  top: 50%;
  margin-top: -245px;
  left: 50%;
  margin-left: -665px;
  position: absolute;
  font-size: 15px;
}
.section.information .text .left{
  text-align: center;
  color: #fff100;
  width: 580px;
  padding-top: 82px;
}
.section.information .text .left h1{
  font-size: 72px;
  line-height: 90px;
}
.section.information .text .left h2{
  font-size: 22px;
}
.section.information .text .left h3{
  margin-bottom: 60px;
  line-height: 30px;
  font-size: 24px;
}
.section.information .text .left h4{
  font-size: 14px;
  line-height: 20px;
}
.section.information .text .right{
  text-align: left;
  color: #fff;
  line-height: 56px;
  width: 580px;
  font-size: 26px;
}
.section.information .text .right .date{
  margin-top: 58px;
}
.section.information .information_bg img{
  width: 100%;
}

.section.highlights {
}

.section.highlights .highlights_bg{
  position: absolute;
  top: 0px;
  max-width: 1900px;
  width: inherit;
  height: inherit;
  overflow: hidden;
}
.section.highlights .highlights_bg img{
  width: 100%;
}

.section.highlights .img{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -284px;
  margin-left: -641px;
  width: 1282px;
  height: 728px;
  overflow: hidden;
  z-index: 1232;
}

.section.highlights .img img{
  width: 80%;
  height: 80%;
}

.section.galleryview {
}
.section.galleryview .img{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -550px;
  margin-top: -312px;
  width: 1100px;
  height: 624px;
  
}
.section.galleryview .img img{
  width: 100%;
  height: 100%;
}
.section.galleryview .galleryview_bg{
  max-width: 1900px;
  width: inherit;
  height: inherit;
  overflow: hidden;
}
.section.galleryview .galleryview_bg img{
  width: 100%;
}

.section.education {
}

.section.education .education_bg{
  max-width: 1900px;
  width: inherit;
  height: inherit;
  overflow: hidden;
}
.section.education .education_bg img{
  width: 100%;
}
.section.education .text{
  font-weight: 200;
  position: absolute;
  text-align: left;
  height: 540px;
  top: 50%;
  margin-top: -190px;
  left: 50%;
  margin-left: -600px;
  color: #fff;
  width: 1316px;
}
.section.education .text h1{
  font-size: 24px;
}
.section.education .text h2{
  font-size: 20px;
  line-height: 46px;
}

.section.visitguide {
}

.section.visitguide .visitguide_bg{
  max-width: 1900px;
  width: inherit;
  height: inherit;
  overflow: hidden;
}
.section.visitguide .visitguide_bg img{
  width: 100%;
}
.section.visitguide .text{
  font-weight: 200;
  position: absolute;
  text-align: left;
  height: 540px;
  top: 50%;
  margin-top: -190px;
  left: 50%;
  margin-left: -500px;
  color: #fff;
  width: 1300px;
}
.section.visitguide .text h1{
  font-size: 24px;
}
.section.visitguide .text h2{
  font-size: 20px;
  line-height: 46px;
}
.section.visitguide .text h1.date{
  margin-top: 46px;
}
