/* banner */
.banner{
  width: 100%;
  /* height: 550px !important; */
  overflow: hidden;
}
.banner img{
 width: 100%;
}
.bannerstyle{
  position: absolute;
  top: 50%;
  color: #999;
  background-image: none !important;
}
.bannerstyle:hover{
  color: #999;
}
.bannerstyle:focus{
  color: #999;
}
/* 团队介绍 */
/* 标题 */
/* pc */
.title-header{
  padding: 120px 0 80px;
  text-align: center;
}
.title-header .title{
  font-size: 32px;
  line-height: inherit;
}
.title-header .subtitle{
  margin-top: 10px;
  color: #999;
  font-size: 15px;
}
/* 其他 */
.mtitle-header .mtitle{
  padding: 40px 0 6px;
  font-size: 18px;
  text-align: center;
}
.mtitle-header .msubtitle{
  padding: 0 0 16px;
  color: #B7B7B7;
  text-align: center;
  width: 84%;
  margin: 0px auto 0px auto;
  line-height: 18px;
  font-size: 14px;
  font-family: HELVETICANEUELTPRO-THEX, Arial, "微软雅黑";
}
/* 团队列表 */
.team{
  width: 100%;
  position: relative;
}
.team .teamcon .teamtitle{
  text-align: center;
}
.team .teamcon .teamtitle p{
  text-align: left;
  position: relative;
  left: 50%;
  margin-left: -8%;
}
.team .teamcon .teamtitle .h1{
  display: inline-block;
  color: #333;
  font-size: 32px;
  line-height: 32px;
  height: 32px
}
.team .teamcon .teamtitle .h2{
  display: inline-block;
  margin-left: 20px;
  font-size: 14px;
  color: #999;
  width: 500px;
  height: 14px;
  overflow: hidden;
  margin-bottom: 0;
  /*
	溢出隐藏
	*/
	overflow: hidden;
	/*
	显示省略号
	*/
	text-overflow: ellipsis;
	/*
	不换行
	*/
	white-space: nowrap;
}
.team .teamcon .teamconter{
  margin-top: 30px;
  padding: 80px 200px 200px 200px;
  color: #777;
  line-height: 26px;
  visibility: visible;
  background-color: #f6f6f6;
  font-family: HELVETICANEUELTPRO-THEX, Arial, "微软雅黑";
}
.team .teamcon .teamconter p{
  width: 500px;
  position: absolute;
  left: 50%;
  margin-left: -140px;
  overflow-y : auto;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  padding-right: 10px;
}
.team .teamcon .teamconter p::-webkit-scrollbar {/*滚动条整体样式*/

        width: 5px;     /*高宽分别对应横竖滚动条的尺寸*/

        height: 1px;

    }

.team .teamcon .teamconter p::-webkit-scrollbar-thumb {/*滚动条里面小方块*/

        border-radius: 5px;

         -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);

        background: #535353;

    }

.team .teamcon .teamconter p::-webkit-scrollbar-track {/*滚动条里面轨道*/

        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);

        border-radius: 5px;

       background: #EDEDED;

}
.team .teamcon .teamimg{
  position: absolute;
  top: 0px;
  left: 10%;
  z-index: 3;
  width: 300px;
  height: 300px;
  border-radius: 50%;
}
.team .teamli{
  width: 100%;
  padding: 0;
}
.team .teamli li{
  width: 25%;
  height: 210px;
  float: left;
  text-align: center;
  overflow: hidden;
}
.team .teamli li .nameimg{
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 20px;
  width: 75px;
  height: 75px;
  border-radius: 50%;
}
.team .teamli li .name{
  padding: 0 40px;
}
.team .teamli li .name .p1{
  margin-top: 14px;
  height: 18px;
  color: #444;
  font-size: 14px;
  line-height: 18px;
}
.team .teamli li .name .p2{
  font-size: 14px;
  color: #999;
  font-family: HELVETICANEUELTPRO-THEX, Arial, "微软雅黑";
  text-align: left;
  text-indent: 28px;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 30px;
}
.teamactive{
  border-top: 2px solid #333;
  box-sizing: border-box;
  /* transition: all .2s ease-in-out; */
}
/* 其他 */
.mteam{
  width: 100%;
}
.mteam ul{
  margin: 0;
  padding: 0;
}
.mteam li{
  padding: 5% 0;
  border-bottom: #e4e4e4 1px dotted;
}
.mteam .mteamcon .mteamimg{
  width: 80px;
  height: 80px;
  margin: 0 0 6% 5%;
  border-radius: 50px;
  overflow: hidden;
  float: left;
}
.mteam .mteamcon .mteamconter{
  width: auto;
  text-align: left;
  margin-left: 100px;
  padding: 0 5%;
  font-size: 13px;
}
.mteam .mteamcon .mteamconter .h1{
  color: #333;
  font-size: 16px;
}
.mteam .mteamcon .mteamconter .h2{
  font-size: 12px;
  color: #898989;
  margin-top: 2px;
  line-height: 20px;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.mteam .mteamcon2 .mteamimg{
  width: 80px;
  height: 80px;
  margin: 0 5% 6% 0;
  border-radius: 50px;
  overflow: hidden;
  float: right;
}
.mteam .mteamcon2 .mteamconter{
  width: auto;
  text-align: left;
  margin-right: 100px;
  padding: 0 5%;
  font-size: 13px;
}
.mteam .mteamcon2 .mteamconter .h1{
  color: #333;
  font-size: 16px;
}
.mteam .mteamcon2 .mteamconter .h2{
  font-size: 12px;
  color: #898989;
  margin-top: 2px;
  line-height: 20px;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
/* 文博精品 */
/* pc */
.jingpin{
  height: 730px;
}
.jingpin ul{
  padding: 0 5%;
  margin: 0;
}
.jingpin ul li{
  margin-right: 1%;
  margin-bottom: 2%;
  width: 32.333%;
  height: auto;
  overflow: hidden;
  position: relative;
  float: left;
}
.jingpin ul li .tu .imgbgc{
  width: 100%;
  height: auto;
  transition: all .3s ease-out 0s;
  transform: scale(1);
}
.jingpin ul li .tu .imgtu{
  width: 70%;
  height: auto;
  transition: all .3s ease-out 0s;
  transform: scale(1);
  position: absolute;
  left: 50%;
  margin-left: -35%;
  top: 6%;
}
.jingpin ul li:hover .tu img{
  transform: scale(1.1) !important;
}
.jingpin ul li .tu .but{
  text-align: center;
  width: 30%;
  border-radius: 3px;
  padding: 1.2% 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15%;
  margin-top: -8%;
  background: rgba(255, 255, 255, 1);
  /* display: none; */
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.4);
}
.jingpin ul li:hover .tu .but{
  opacity: 1 !important;
} 
.jingpin ul li .tu .but button{
  line-height: 30px;
  width: 90%;
  font-size: 12px;
  border-radius: 3px;
  color: #fff;
  background-color: #009CFF;
  border: 1px solid #009CFF;
  transition: all .3s ease-out 0s;
}
.jingpin ul li .tu .but button:hover{
  opacity: 0.8;
}
.jingpin ul li .tu .but .butgreen{
  background-color: #fff;
  border: 1px solid #02c63c;
  color: #02c63c;
  transition: all .3s ease-out 0s;
}
.jingpin ul li .tu .but .butgreen:hover{
  background-color: #02c63c;
  border: 1px solid #02c63c;
  color: #fff;
  transition: all .3s ease-out 0s;
}
.jingpin ul li .conter{
  text-align: center;
}
.jingpin ul li .conter p{
  margin-top: 4px;
  color: #505050;
  font-size: 18px;
  line-height: 30px;
  transition: all .3s ease-out 0s;
}
.jingpin ul li .conter .contitle{
  color: #b1b1b1;
  font-size: 12px;
  line-height: 10px;
  margin-top: 4px;
}
/* 其他 */
.mjingpin{
  width: 100%;
}
.mjingpin ul{
  padding: 0 2%;
  margin: 0;
}
.mjingpin ul li{
  margin-right: 1%;
  margin-bottom: 2%;
  height: auto;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.mjingpin ul li .tu .imgbgc{
  width: 100%;
  height: auto;
  transition: all .3s ease-out 0s;
  transform: scale(1);
}
.mjingpin ul li .tu .imgtu{
  width: 70%;
  height: auto;
  transition: all .3s ease-out 0s;
  transform: scale(1);
  position: absolute;
  left: 50%;
  margin-left: -35%;
  top: 5%;
}
.mjingpin ul li .conter p{
  margin-top: 4px;
  color: #505050;
  font-size: 18px;
  line-height: 30px;
  transition: all .3s ease-out 0s;
}
.mjingpin ul li .conter .contitle{
  color: #b1b1b1;
  font-size: 12px;
  line-height: 10px;
  margin-top: 4px;
}
/* 推荐博物馆 */
/* pc */
.museum{
  /*padding: 0 5%;*/
  margin: 0;
  position: relative;
  height: 500px;
  margin:auto;
}
.museum .carousel-inner{
	width: 1170px;
	margin:auto;
}
.museum .item{
  width: 100%;
  padding: 0 2%;
}
.museum .conterimg{
  width: 55%;
  float: left;
  margin-left: 2.5%;
}
.museum .conterimg img{
  width: 85%;
}
.museum .conter{
  width: 40%;
  float: left;
}
.museum .conter .h1{
  font-size: 24px;
  color: #666;
}
.museum .conter .h2{
  color: #a6a6a6;
  margin-top: 4px;
  font-size: 12px;
}
.museum .conter .con{
  color: #777;
  line-height: 28px;
  text-indent: 28px;
  margin-top: 28px;
  font-size: 14px;
  height: 200px;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
.museum .conter .but a{
  padding: 10px 40px;
  background: #666;
  color: rgb(255, 255, 255);
  text-decoration: underline;
  margin: 40px 0 0;
  display: inline-block;
}
.museum .ol{
  position: absolute;
  bottom: -85px;
}
.museum .ol li{
  background-color: #ddd;
}
.museum .a{
  width: 30px;
  height: 30px;
  
  background-color: #000;
  border-radius: 15px;
}
.glyphicon{
  line-height: 30px !important;
  top: 0;
}
/* 其他 */
.mmuseum{
  padding: 0 5%;
  margin: 0;
  position: relative;
}
.mmuseum .item{
  width: 100%;
  padding: 40px 0;
  border-bottom: 1px solid #eee;
}
.mmuseum .conterimg{
  width: 100%;
}
.mmuseum .conterimg img{
  width: 100%;
}
.mmuseum .conter{
  width: 100%;
}
.mmuseum .conter .h1{
  font-size: 16px;
  color: #777;
  font-weight: bold
}
.mmuseum .conter .h2{
  color: #a6a6a6;
  margin-top: 4px;
  font-size: 12px;
}
.mmuseum .conter .con{
  color: #777;
 line-height: 26px;
  margin-top: 24px;
  font-size: 12px;
  /*height: 200px;*/
  overflow: hidden;
  text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 7;
 -webkit-box-orient: vertical;
}
.mmuseum .conter .but a{
  padding: 10px 40px;
  background: #666;
  color: rgb(255, 255, 255);
  text-decoration: underline;
  margin: 40px 0 0;
  display: inline-block;
}
/* 平台服务流程 */
.process{
  width: 100%;
  background-image: url(../images/probgc.jpg);
  background-size: cover;
  padding-bottom: 50px;
  text-align: center;
}
.process .proimg img{
	width: 1170px;
}
.mprocess{
  width: 100%;
  background-image: url(../images/probgc.jpg);
  background-size: cover;
  padding-bottom: 50px;
  text-align: center;
}
.mprocess .mproimg img{
  width: 100%;
}
/* 关于我们 */
.about{
  padding: 0 5%;
  margin: 0;
  position: relative;
  background-color: #f8f8f8;
}
.about .conter{
  width: 30%;
  font-family: HELVETICANEUELTPRO-THEX, Arial, "微软雅黑";
  text-align: left;
  float: left;
  padding: 100px 0 20px;
  margin-left: 5%;
  margin-top: 100px;
}
.about .conter .h1{
  font-size: 26px;
  color: #555;
}
.about .conter .h2{
  margin: 5px 0;
  color: #999;
  font-size: 14px;
}
.about .conter .h3{
  line-height: 26px;
  color: #999;
}
.about .conter .con{
  font-size: 14px;
  color: #777;
  line-height: 26px;
}
.about .conter .aba a{
  display: inline-block;
  padding: 7px 50px;
  border: 1px solid #e1e1e1;
  background: #f8f8f8;
  text-align: center;
  text-transform: Uppercase;
  transition: all .3s linear;
  margin-top: 40px;
  font-size: 14px;
  line-height: 26px;
  color: #898989 !important;
}
.about .aboutimg{
  width: 60%;
  float: left;
  margin-left: 5%;
  /*padding-top: 30px;*/
  overflow: hidden;
  position: relative;
}
.about .aboutimg .abubgc{
  width: 100%;
  height: 800px;
  /*margin-left: -25%;*/
}
.about .aboutimg .abu1{
  width: 33%;
  position: absolute;
  top:215px; 
  left: 10px;
}
.about .aboutimg .abu1:hover .title{
  display: block;
}
.about .aboutimg .abu1 img{
  width: 100%;
}
.about .aboutimg .abu1 .title{
  width: 100%;
  float: left;
  font-size: 14px;
  display: none;
}
.about .aboutimg .abu1 .title p{
  text-align:center;
  height: 14px;
  font-weight: bold;
  color: #333;
}
.about .aboutimg .abu2{
  width: 33%;
  position: absolute;
  top:60px; 
  right: 0;
}
.about .aboutimg .abu2:hover .title{
  display: block;
}
.about .aboutimg .abu2 img{
  width: 100%;
}
.about .aboutimg .abu2 .title{
  float: left;
  width: 100%;
  font-size: 14px;
   display: none;
}
.about .aboutimg .abu2 .title p{
  text-align:center;
  height: 14px;
  font-weight: bold;
  color: #333;
}
.about .aboutimg .abu3{
  width: 33%;
  position: absolute;
  top:380px; 
  right: 60px;
}
.about .aboutimg .abu3:hover .title{
  display: block;
}

.about .aboutimg .abu3 img{
  width: 100%;
}
.about .aboutimg .abu3 .title{
  float: left;
  width: 100%;
  font-size: 14px;
   display: none;
}
.about .aboutimg .abu3 .title p{
  text-align:center;
  height: 14px;
  font-weight: bold;
  color: #333;
}
/* 其他 */
.mabout{
  padding: 0 5%;
  margin: 0;
  position: relative;
  background-color: #f8f8f8;
}
.mabout .conter{
  width: 100%;
  font-family: HELVETICANEUELTPRO-THEX, Arial, "微软雅黑";
  text-align: left;
  padding: 50px 0 20px;
}
.mabout .conter .h1{
  font-size: 16px;
  color: #252525;
}
.mabout .conter .h2{
  color: #B7B7B7;
  line-height: 18px;
  font-size: 14px;
  font-family: HELVETICANEUELTPRO-THEX, Arial, "微软雅黑";
}
.mabout .conter .h3{
  line-height: 26px;
  color: #999;
}
.mabout .conter .con{
  line-height: 24px;
  text-align: left;
  font-size: 13px;
  color: #7c7c7c;
}
.mabout .conter .aba a{
  display: inline-block;
  padding: 7px 19px;
  min-width: 50%;
  border: 1px solid #e1e1e1;
  text-align: center;
  color: #7c7c7c;
  line-height: 24px;
}
.mabout .aboutimg{
  width: 100%;
  padding-bottom: 30px;
  overflow: hidden;
}
.mabout .aboutimg img{
  width: 100%;
}
/* 博物云展 */
.yunzhan{
  width: 100%;
  text-align: center;
  padding-bottom: 70px;
}
.yunzhan img{
  max-width: 1170px;
}
.myunzhan{
  width: 100%;
  text-align: center;
  padding-bottom: 70px;
}
.myunzhan img{
  width: 100%;
}
/* 云展咨询 */
.zixunbgc{
  background-color: #f8f8f8;
  font-family: HELVETICANEUELTPRO-THEX, Arial, "微软雅黑";
}
/* pc */
.zixun{
  padding: 0 5%;
  margin: 0;
  position: relative;
}
.zixun ul{
  margin: 0;
  padding: 0;
} 
.zixun ul li{
  width: 33.3%;
  overflow: hidden;
  float: left;
  padding: 2%
} 
.zixun ul li div{
  float: left;
}
.zixun ul li .time{
  width: 20%;
  margin-right: 10%;
  text-align: right;
}
.zixun ul li .time .h1{
  color: #4a4a4a;
  font-size: 24px;
  font-family: HELVETICANEUELTPRO-THEX, Arial;
}
.zixun ul li .time .title{
  color: #bdbdbd;
  font-size: 14px;
  margin-top: -10px;
}
.zixun ul li .con{
  width: 70%;
}
.zixun ul li .con .h2{
  color: #464646;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  line-height: 20px;
}
.zixun ul li .con .conter{
  margin-top: 22px;
  width: auto;
  height: 46px;
  text-align: left;
  font-size: 14px;
  line-height: 23px;
  overflow: hidden;
  color: #999;
}
.zixun ul li:hover{
   box-shadow: 3px 3px 5px grey;
}
/* 其他 */
.mzixun{
  padding: 0 5%;
  margin: 0;
  position: relative;
}
.mzixun ul{
  margin: 0;
  padding: 0;
} 
.mzixun ul li{
  width: 100%;
  overflow: hidden;
  padding: 2%;
  border-bottom: 1px solid #eee;
} 
.mzixun ul li .con .h2{
  font-size: 14px;
  color: #333;
  transition: all .3s linear;
}
.mzixun ul li .con .title{
  font-size: 10px;
  color: #ADADAD;
}
.mzixun ul li .con .conter{
  margin-top: 22px;
  /*height: 46px;*/
  text-align: left;
  font-size: 12px;
  line-height: 23px;
  overflow: hidden;
  color: #999;
}
