/* CSS Document */
html{background:url(img/bg.gif) repeat-x ;}
body{margin:0px;padding:0px;text-align:center;font-size:14px;color:#333333; line-height:20px;}
#max{margin:0px auto;text-align:left;width:1000px; }
a { text-decoration:none; color:#000000;}
#bigg{margin:0px auto;text-align:left; }
img{border:none;vertical-align:top;}
form{margin:0px;padding:0px;}
input{margin:0px;padding:0px;}
.myInput input{margin:0px;padding:0px;height:40px;line-height:40px;border:solid 1px #dbdbdb;font-size:14px;border-top:solid 3px #dbdbdb;background:#FCFCFC; width:200px;}
#kuang{ border: 1px solid #cecece;}
#inputSrc{float:left;margin:0px;margin-top:6px;border:solid 1px #9F9F9F;width:393px;padding:0px;height:23px;line-height:23px;}
.wt a { color:#000;}

 /*轮播图*/
.swiper-container img{width: 100%;}
.index-banner-mobile{display: none;}
.index-banner span{
    width: 10px;
    height: 10px;
    background-color: #fff;
    opacity: 1;
}
.index-banner span.swiper-pagination-bullet-active{
    background-color: #4aa2ec;
}



#bg a { color:#fff;}
#bg:hover { background:#ff951f; }
#er:hover { background:#ff951f; }
table{margin:0px;padding:0px;}
tr{margin:0px;padding:0px;}
td{margin:0px;padding:0px;}

.left{float:left;}
.right{float:right;}
.clear{clear:both;font-size:0px;height:0px;}
.clearLeft{clear:left;font-size:0px;height:0px;}

.hong{color:#FF0000;}

.blue a{color:#3c506e;text-decoration:none;}
.green a{color:#00a234;text-decoration:none;}

.white a{color:#FFFFFF;text-decoration:none;}

.red a{color:#ae2424;text-decoration:none;}

.black a{color:#000;text-decoration:none;}
.black a:hover{ color:#00a7ff;}
.bannerOne{width:83px;height:23px;line-height:23px;background:url(img/bg1.gif) no-repeat;text-align:center;}

.gray a{color:#61665d;text-decoration:none;}
.orange a{color:#ff5900;text-decoration:none;}

.black2 a{color:#000000;text-decoration:none;}
.black2 a:hover{ color:#00a7ff;}

.banner a:link{color:#61665d;text-decoration:none;}
.banner a:visited{color:#61665d;text-decoration:none;}
.banner a:hover{color:#FFFFFF;text-decoration:none;}


.classBox{border:solid 1px #CBDDEE;border-radius:4px;}
.classBox .head{height:28px;background:url(img/bg5.gif) repeat-x;border-bottom:solid 1px #CBDDEE;}
.classBox .dot{margin-top:7px;width:12px;}
.classBox .className{height:28px;line-height:28px;font-size:14px;font-weight:bold;}
.classBox .more{height:28px;line-height:28px;}
.classBox .body{height:170px;padding:8px 8px 8px 8px;}

#news  a{ color:#000;}
#news a:hover { color:#00a7ff;}
.qq{   
/*
用到的知识点：
expression 表达式和星花 只有 IE支持
*/

    top:100px;
	*top:100px;
 	top:expression(documentElement.scrollTop + 100 + "px"); /* */
	left:0px;
	position:fixed;
 	*position:absolute;  /*  星花只有IE支持*/
 }
  div#MainPromotionBanner{
	width:100%;
	height: 600px;	
	background:#CCC;
}
#MainPromotionBanner #SlidePlayer {
	position:relative;
	margin: 0 auto;
}
#MainPromotionBanner .Slides{
	padding: 0;
	margin: 0;
	list-style: none;
	width:100%;
	height: 600px;	
	overflow: hidden;
}
#MainPromotionBanner .Slides li {
	float: left;
	width: 100%;
	height: 600px;	
}

#MainPromotionBanner .Slides img{
	border:0;
	display: block;
	width: 100%;
	height: 600px;	
}

#MainPromotionBanner .SlideTriggers{
	margin: 0;
	padding: 0;
	list-style: none; 
	position: absolute; 
	top: 565px; 
	right: 0px;
	z-index: 10;
	height: 25px;	
}
#MainPromotionBanner .SlideTriggers li{
	float: left;
	display: inline;
	color: #74a8ed;
	text-align: center;
	line-height:16px;
	width: 16px;
	height: 16px;
	font-family: Arial;
	font-size: .9em;
	cursor: pointer;
	overflow: hidden; 
	margin:3px 6px;
	background: url(img/slide_trigger.gif) no-repeat center center;
}
#MainPromotionBanner .SlideTriggers li.Current{ 
	color:#fff; 
	background: url(img/slide_trigger_c.gif) no-repeat center center;
	border:0; 
	font-weight:bold;
	font-size: 1.4em;
	line-height: 21px;
	height: 21px;
	width: 21px;
	margin:0 6px; 
}