﻿html,body{
	background:#f7f7f7;
	
	//background-image:url(../img/素材/33579257.jpg);background-size:100% 100%;
	//background-image:url(../img/素材/198848.png);background-size:100% 100%;
	background-repeat:no-repeat;
	background-attachment:fixed;
	overflow-x:hidden;
}

.Menu{
	width:1000px;
	margin:auto;
	border:0px solid #000;
	height:48px;	
}
.Menu ul{
}
.Menu li{
	float:left;
	list-style:none;
	margin-right:5px;
	border:0px solid #fff;
	width:80px;
	text-align:center;
	line-height:60px;
	height:60px;
	cursor:pointer;
	
}
.Menu li:hover{
	background-color: rgba(0,0,0,0.1)
}
.TransparencyMenu0{
	position:fixed;
	width:100%;
	height:60px;
	background-color: rgba(255,255,255,0);/* IE9、标准浏览器、IE6和部分IE7内核的浏览器(如QQ浏览器)会读懂 */	
	

}
.TransparencyMenu{
	position:fixed;
	width:100%;
	height:60px;
	background-color: rgba(255,255,255,0.5);/* IE9、标准浏览器、IE6和部分IE7内核的浏览器(如QQ浏览器)会读懂 */	
	
	outline:none;border-color:rgba(100,100,100,.75);
	box-shadow:0 0 8px rgba(100,100,100,.8);
	-moz-box-shadow:0 0 8px rgba(100,100,100,.5);
	-webkit-box-shadow:0 0 8px rgba(100,100,100,3);
}
.TransparencyMenu div{
	color:#fff;
	color:#666
}
.TransparencyMenu0 div{
	color:#fff;
}



@media \0screen\,screen\9 {/* 只支持IE6、7、8 */
  .TransparencyMenu0{
    background-color:#000000;
    filter:Alpha(opacity=50);
    position:static; /* IE6、7、8只能设置position:static(默认属性) ，否则会导致子元素继承Alpha值 */
    *zoom:1; /* 激活IE6、7的haslayout属性，让它读懂Alpha */
  }
  .TransparencyMenu0 div{
    position: relative;/* 设置子元素为相对定位，可让子元素不继承Alpha值 */
  }
  
  .TransparencyMenu{
    background-color:#000000;
    filter:Alpha(opacity=50);
    position:static; /* IE6、7、8只能设置position:static(默认属性) ，否则会导致子元素继承Alpha值 */
    *zoom:1; /* 激活IE6、7的haslayout属性，让它读懂Alpha */
  }
  .TransparencyMenu div{
    position: relative;/* 设置子元素为相对定位，可让子元素不继承Alpha值 */
  }  
}



#logo,#bottomlogo{
	margin-top:5px;
	background:url(../img/xsjlogo_white_mini.png);
	width:80px;
	height:48px;
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
}
#logo a{
	width:100%;
	height:100%;
	display:block;	
}

#bigloginbt:hover{
	border:1px solid #C00;
}
#bigregbt:hover{
	border:1px solid #C00;
}
#bigregbt,#bigloginbt{
	width:200px;
	height:40px;
	line-height:40px;
	border-radius:5px;
	font-size:18px;
	border:1px solid #fff;
	color:#fff;
	text-align:center;
	margin:auto;
	cursor:pointer;
}
.bigtitle{
	font-size:48px;
	text-align:center;
	height:500px;
	padding-top:180px;

}
#tools div{
	width:180px;
	margin:10px;
	text-align:center;	
}
#tools{
	width:600px;
	margin:auto;
	height:100px;

}

.formmsg{
	height:22px;
	color:#f00;
	width:100%;
}

.popover-content{
	color:#C00;
}
.page{
	height:500px;
	width:1000px;
	margin:auto;
}
#bottommenu li{
	list-style:none;
	line-height:25px;
	background-repeat:no-repeat;
}

.jtico_{
	color:#fff;
	cursor:pointer;
}

#client ul{
	width:70%;
	margin:auto;

}
#client li{
	float:left;
	list-style:none;
	margin:20px;
	width:160px;
	height:90px;
	border-bottom:5px solid #666;
	border-right:5px solid #666;	
	background:#fff;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
}
.body{
	width:800px;
	margin:auto;
	padding:1rem;
}

#menubg{
	height:60px;
	background:rgb(110, 175, 193);
	width:100%;
}

.dropdown-menu li{
	height:30px;
	width:100%;
	float:left;
	text-align:left;
}

#demosurveylist ul{
	margin:0px;
	padding:0px;
	list-style:none;	
}




#demosurveylist li{
	list-style:none;
	width:220px;	
	height:60px;
	line-height:60px;
	float:left;
	margin:30px;

	text-align:center;
}
#demosurveylist a{
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
	border-radius:0px 0px 10px 0px;
	padding-left:10px;
	display:block;
	color:#fff;
	width:100%;
	height:100%;
}
#demosurveylist a:hover{
	background:#de8650;
	padding-left:10px;
	display:block;
	color:#fff;
	width:100%;
	height:100%;
}
#bottommenu a{
	color:#fff;
	cursor:pointer;	
}

#SurveyList
{
	width:900px;
	margin:auto;
}

#SurveyList li
{
	list-style:none;
	margin-bottom:20px;
	color:#ddd;
	width:300px;
	float:left;
}
#SurveyList a
{
	color:#fff;
}




 @keyframes boxmove {
      25% {transform: translateY(-45px);opacity: 1}
      50%{transform: translateY(-90);opacity: 1}
      75% {transform: translateY(-135px);opacity: 0.8}
      100% {transform: translateY(-180px); opacity: 0}		 
     }

.BoxMove_Up{		 
		 animation: boxmove 1.8s linear;
		 position: absolute;
		 
		 top: 300px;
		 width: 80%;
		 left: 10%;
		 z-index: 99998;
		  
		 text-align: center;
		 color: aliceblue;
		 border-radius: 5px;
		animation-duration: 5s;	
		animation-fill-mode: forwards;	
		animation-delay: 0s;
     }



.MsgBar_Show {
	display: block;
	position:fixed;
	top: 0.5rem;
	width: 50%;
	padding:10px;
	left: 25%;
	border-radius: 1rem;
	
	text-align: center;
	
	background: #80d3d5;
	opacity: 0;
	-webkit-animation-name: MsgBar_Hide;
	animation-name: MsgBar_Hide;
	-webkit-animation-duration: 4s;
	animation-duration: 4s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-delay: 0s;  /**延迟动画**/
	animation-delay: 0s;
	color: #ffd7c0;
	z-index: 99999;
}
.MsgBar_Hide {
	display: none;
}
 @-webkit-keyframes MsgBar_Hide {
 0% {
 opacity: 0
}
 25% {
 opacity: 1
}
 50% {
 opacity: 1
}
 50% {
 opacity: 0.5
}
 75% {
 opacity: 0.75
}
 100% {
 opacity: 0
}
}
 @keyframes MsgBar_Hide {
 0% {
 opacity: 0
}
 25% {
 opacity: 1
}
 50% {
 opacity: 1
}
 75% {
 opacity: 0.75
}
 100% {
 opacity: 0
}
}
