﻿* {
  margin: 0;
  padding: 0;
  text-decoration:blink;
}

body {
  /*	width: 100%;*/
  background: url("../images/39. Prelude.jpg") no-repeat top center;
  background-size: cover;
  /*保持图像的纵横比并将图像缩放成将完全覆盖背景定位区域的最小大小。*/
  background-attachment: fixed;
  /*背景图片不会随着页面的滚动而滚动。*/
}

/* 浏览器滚动条模块 */
body::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 10px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 10px;
}

body::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(8, 8, 8, 0.2);
  background: linear-gradient(#ff0097, #ff0097);
}

body::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.1);
}

/* 浏览器滚动条模块 */

header {
  width: 1000px;
  height: 30px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
  margin-bottom: 80px;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0px 0px 4px 5px rgba(255, 255, 255, 0.5);
  box-shadow: 0px 0px 4px 5px rgba(255, 255, 255, 0.5);

    overflow: hidden;
}

header:hover {
  transition: all 0.5s;
  /*过度*/
  box-shadow: 0px 0px 2px 2px rgba(255, 51, 153, 1);
  -webkit-box-shadow: 0px 0px 2px 2px rgba(255, 51, 153, 1);
}

header a {
  width: 1000px;
  height: 30px;
  margin: 0 auto;
  display: inline-block;
  text-align: center;
  color: #000000;
  line-height: 30px;
  text-decoration: none;
  font-weight: bolder;
  font-size: 12px;

  /*滚动公告*/

  /* white-space: nowrap;
  animation: 30s wordsLoop linear infinite normal;
}

@keyframes wordsLoop {

    0% {

        transform: translateX(80%);

        -webkit-transform: translateX(80%);

    }

    100% {

        transform: translateX(-80%);

        -webkit-transform: translateX(-80%);

    }

}

@-webkit-keyframes wordsLoop {

    0% {

        transform: translateX(100%);

        -webkit-transform: translateX(100%);

    }

    100% {

        transform: translateX(-100%);

        -webkit-transform: translateX(-100%);

    } */

}


header a:hover {
  color: #f04494;
  text-decoration: none;
}

.logo {
  width: 1000px;
  height: 200px;
  margin: 0px auto 50px auto;
}

.logo img {
  width: 300px;
  height: 200px;
  margin: auto;
  display: block;
}

section {
  width: 1000px;
  margin: 50px auto 0 auto;
}


.mengxin-icon {
  width: 800px;
  height: 300px;
  margin: 50px auto;
  /*  background-color: rgba(0,255,251,0.40);*/
}

.mengxin-icon ul li {
  width: 100px;
  height: 100px;
  position: relative;
  float: left;
}

.mengxin-icon ul li a {
  width: 100px;
  height: 100px;
  position: relative;
  text-decoration:blink;
}

.mengxin-icon ul li a img {
  width: 50px;
  height: 50px;
  margin: 10px auto;
  border-radius: 10px;
  display: block;
  transition: all 0.4s;
}

.mengxin-icon ul li a:hover img {

  width: 60px;
  height: 60px;
  margin: 5px auto;
}

.mengxin-icon ul li a h2 {
  width: 100px;
  height: 25px;
  color: #000000;
  font-size: 10px;
  text-align: center;
  line-height: 25px;
  margin: 0;
  transition: all 0.8s;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mengxin-icon ul li a:hover h2 {
  color: #fff;
}




.mengxin-nav-box {
    width: 1000px;
    margin: 50px auto 0px auto;
}

.navigation {
	position: relative;
	/*border-bottom: 2px solid #ADADAD;*/
	/*background-color: #fff;*/
	border-radius: 10px;}

.navigation h2 {
  height: 40px;
  line-height: 40px;
  text-indent: 10px;
  margin-bottom: 0px;

}

.tab_nav {
	height: 30px;
	border-radius: 12px;
  background-color: #E9E7EF;
	padding-left: 2px;
	padding-right: 2px;
	position: absolute;
	left: 16%;
	top: 50%;
	transform: translate(-0%,-50%);
}

.tab_nav li {
    width: 80px;
    height: 24px;
    float: left;
    border-radius: 10px;
    /*background-color: rgba(247, 0, 255, 0.9);*/
    margin-top: 3px;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    margin-left: 2px;
    margin-right: 2px;
    transition: all 1s;
    line-height: 26px;
}
.tab_nav li:hover {
    background-color: rgba(255, 255, 255, 1);
    cursor: pointer;
    color: #F803E0;
}
.tabNav_active {
  transition: all 1s;
    color: #F803E0;
	background-color: rgba(255, 255, 255, 1);

  
}
.tab_box {
  position: relative;
}
.tab_box div {
  
  width: 100%;
  height: 100%;
  position: absolute;/*绝对定位*/
  top: 0;
  left: 0;
  visibility: hidden;/*元素不可见*/
  opacity: 0;/*不透明级别*/
  transition: all 0.4s ease-in;
}

.tabBox_active {
  visibility: visible !important;
  opacity: 1 !important;
}

.navigation-boxs {
  width: 1000px;
  height: 330px; /*加60像素*/
  border-radius: 10px;
  background-color: rgba(255, 255, 255, .8);
  /*border-top: 2px solid #adadad;*/
  padding: 20px 0px 20px 10px;
}

.navigation-boxs li {
  margin: 0 4px 10px 0;
  float: left
}

.navigation-boxs li a {
  width: 160px;
  height: 50px;
  display: block;
  position: relative;
  border-radius: 10px;
  background-color: white;
  transition: all .6s;
  /*  超出部分隐藏*/
  overflow: hidden;
}

.navigation-boxs li a:hover {

  box-shadow: 0px 0px 2px 2px rgba(255, 51, 153, 1);
  -webkit-box-shadow: 0px 0px 2px 2px rgba(255, 51, 153, 1);
}

.navigation-boxs li a img {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  transition: all 0.4s;
  position: absolute;
  left: 15px;
  top: 10px;
}

.navigation-boxs li a:hover img {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  position: absolute;
  left: 10px;
  top: 5px;
}

.navigation-boxs li a h4 {
  width: 110px;
  height: 20px;
  line-height: 20px;
  color: #000;
  text-align: left;
  margin: 0;
  transition: all 0.2s;

  position: absolute;
  left: 60px;
  top: 15px;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.navigation-boxs li a:hover h4 {
  color: #ff3399;
  position: absolute;
  left: 60px;
  top: 2px;
}

.navigation-boxs li a p {
  /*	display: none;*/
  width: 100px;
  height: 23px;
  color: #000;
  text-align: left;
  font-size: 0px;
  line-height: 12px;
  margin: 0;
  position: absolute;
  left: 60px;
  top: 60px;

  transition: all 0.4s;

}

.navigation-boxs li a:hover p {

  font-size: 8px;
  position: absolute;
  left: 60px;
  top: 22px;

  /*  超出部分隐藏*/
  overflow: hidden;
  /*	文字用省略号代替超出的部分*/
  text-overflow: ellipsis;
  /*	弹性伸缩盒子模型显示*/
  display: -webkit-box;
  /*	限制在一个块元素显示的文本的行数*/
  -webkit-line-clamp: 2;
  /*	设置或检索伸缩盒对象的子元素的排列方式*/
  -webkit-box-orient: vertical;
  font-weight: bolder;
}



footer {
  width: 1000px;
  margin-top: 70px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
  background-color: rgba(255, 255, 255, 0.3);
  height: 35px;
  border-radius: 13px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 2px 2pt rgba(255, 255, 255, 0.5);
  box-shadow: 0px 0px 2px 2pt rgba(255, 255, 255, 0.5);
}

footer:hover {
  transition: all .5s;
  /*过度*/
  -webkit-box-shadow: 0px 0px 2px 2pt rgba(240, 68, 148, 1);
  box-shadow: 0px 0px 2px 2pt rgba(240, 68, 148, 1);
}

footer a {
  text-align: center;
  text-decoration: none;
  color: rgba(0, 0, 0, 1);
  font-weight: bolder;
  font-size: 15px;
  line-height: 35px;
  margin: 0 20px;
}

footer a:link {
  text-decoration: none;
}

footer a:hover {
  transition: all .5s;
  /*过度*/
  color: #f04494;
  text-decoration: none;
}


/* .mengxin-box {
  background:orange;
} */

@media screen and (min-height:1310px){
	.mengxin-box{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);

		/* background:orange; */
	}

footer {
  position: fixed;
  left: 50%;
  top: 100%;
  margin-left: -500px;
  margin-top: -45px;
}
}