
/*
///////////////top
*/	
.headBox{clear:both;position: relative;z-index: 999;}
.headBox1{
	clear: both;
	background: #f2f2f2;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}

.headBox2{
	position: relative;
	width: 100%;
	height: 30px;
	background: rgba(255,255,255,0.5);
}

/*导航*/
.menuBox{position: relative;right:-25px;z-index: 9}
.menuDl dd{
	display: inline;
	float:left;
	position: relative; margin-left:0px;
}
.menuDl dd .a1{
	display: block;
	height:40px;
	overflow: hidden;
	line-height: 40px;
	color: #333333;
	font-size: 22px;
	width:150px; text-align:center;background: url(../images/navfg.jpg) no-repeat left bottom;

}
.menuDl dd.hover .a1{color: #fff}
.menuDl dd .div_a{
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 99;
	background:rgba(230,230,230,0.8);
	display: none;
}
.menuDl dd .div_a a{
	display: block;
	height: 35px;
	overflow: hidden;
	text-align: center;
	line-height: 35px;
	text-align: center;
	color: #333333;
	font-size: 14px;
}
.menuDl dd .div_a a.hover{background: #fff}
.menuDl dd .div_a a:hover{background: #fff}
.seachBox{
	background: url(../images/seachicon.png) no-repeat right center;
	width: 30px;
	height: 110px;
	cursor: pointer;
}

a.a1 .sf-sub-indicator {
    position: absolute;
    width: 9px;
    height: 5px;
    background: url(../images/indicator1.png) no-repeat 0 0;
    left: 50%;
    bottom: 3px;
    margin-left: -5px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
}

.nav-collapse_ .nav > li.active > a:hover {
  background:url("../images/bg-content.jpg") repeat scroll 50% 50% transparent;
  color: #ffffff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.menuDl dd.hover .a1on{}

.footer{
	width: 100%;
	height: 252px;
	min-width: 1200px;
	background: url(../images/bg10.png) no-repeat center #f6f6f6;
	background-size: cover;
}
.footers{
	width: 1200px;
	height: auto;
	margin: auto;
	padding-top: 50px;
}
.footlogo{
	width: 260px;
	height: auto;
	margin-right: 100px; padding-top:10px;
}
.footlogo img{
	width: 150px;
	height: auto;
}
.footcon{
	width: 600px;
	height: auto;
}
.footcon h2,.footcon h2 a{
	font-size: 16px;
	color: #fff;
	line-height: 20px;
}
.footwx img{
	max-height: 150px;
}
.footwx{

 padding-top:20px;
}
.footwx h2,.footwx h2 a{
	font-size: 18px;
	color: #fff;
	line-height: 36px;
}
.fl {
    float: left;
}


.xinwen{
	width: 100%;
	overflow: hidden;
	background: #fafaff;
}
.xw{
	overflow: hidden;
	margin: 0 auto 0px;
}
.xw_ul{
	width: 1200px;
	height: 350px;
	margin: 0px auto 0;
}
.xw_ul>li{
	float: left;
	width: 575px;
	height: 340px;
	margin-left: 45px;
}
.xw_ul>li:first-child{
	margin-left: 0;
}
.xw_top{
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #fff;
	overflow: hidden;
	border-radius: 10px 10px 0px 0px;
}
.xw_ul>li:nth-child(1)>.xw_top{
	background-image: linear-gradient(90deg,
			rgba(36, 88, 235, 1) 0%, 
			rgba(2, 106, 214, 1) 100%);
}
.xw_ul>li:nth-child(2)>.xw_top{
	background-image: linear-gradient(-90deg, 
			rgba(255, 138, 102, 1) 0%, 
			rgba(255, 94, 90, 1) 100%);
}
.xw_ul>li:nth-child(3)>.xw_top{
	background-image: linear-gradient(90deg, 
			rgba(255, 94, 98, 1) 0%, 
			rgba(128, 103, 121, 1) 0%, 
			rgba(0, 111, 143, 1) 0%, 
			rgba(0, 167, 114, 1) 100%);
}
.xw_top>p:nth-child(1){
	float: left;
	font-size: 16px;
	margin-left: 25px;
}
.xw_top>p:nth-child(2){
	float: right;
	font-size: 14px;
	margin-right: 25px;
}
.xw_top>p:nth-child(2) span{
	opacity: 0.5;
	color: #fff;
	float: left;
	margin-right: 5px;
}
.xw_top>p:nth-child(2) i{
	float: left;
	margin-top:21px;
	margin-right: 5px;
}
.xw_top>p:nth-child(2) span{
	opacity: 0.5;
	color: #fff;
	margin-right: 5px;
}
.xw_bot{
	width: 575px;
		height: 290px;
		overflow: hidden;
		background-color: rgba(255, 255, 255, 1);
		box-shadow: 0px 3px 7px 0px 
			rgba(153, 153, 153, 0.2);
		border-radius: 0px 0px 10px 10px;
}
.xw_bot li{
	width: 520px;
	margin: 0 auto;
	overflow: hidden;
	padding: 12px 0 15px;
	border-bottom: 1px solid rgba(153,153,153,.3);
}
.xw_bot li:first-child{
	margin-top: 5px;
}
.xw_bot li:last-child{
	border-bottom: none;
}
.xw_bot li a{
	font-size: 18px;
	color: #666;
}
.xw_bot li p:nth-child(1){
	overflow: hidden;
	        text-overflow: ellipsis;
	        white-space: nowrap;
}
.xw_bot li a:hover{
	color: #06f;
}
.xw_bot li p:nth-child(2){
	font-size: 12px;
	color: #999;
	margin-top: 5px;
}
.xw_bot li p:nth-child(2) span{
	margin-left: 10px;
}





.xw_bot2{
	width: 575px;
		height: 290px;
		overflow: hidden;
		background-color: rgba(255, 255, 255, 1);
		box-shadow: 0px 3px 7px 0px 
			rgba(153, 153, 153, 0.2);
		border-radius: 0px 0px 10px 10px;
}
.xw_bot2 li{
	width: 520px;
	margin: 0 auto;
	padding: 20px 0 20px;
	border-bottom: 1px solid rgba(153,153,153,.3);
}
.xw_bot2 li:first-child{
	margin-top: 5px;
}
.xw_bot2 li:last-child{
	border-bottom: none;
}
.xw_bot2 li a{
	font-size: 18px;
	color: #666;
}
.xw_bot2 li p:nth-child(1){

}
.xw_bot2 li a:hover{
	color: #06f;
}
.xw_bot2 li p:nth-child(2){
	font-size: 12px;
	color: #999;
	margin-top: 5px;
}
.xw_bot2 li p:nth-child(2) span{
	margin-left: 10px;
}



            