
.header, .content, .footer{
	width: 100%;
	height: auto;
}
.header{
	height: 1000px;
	/*background-image: url(../images/banner01.jpg);*/
}
.header .top{
	height: 150px;
	background-color: #000a18;
}
.header .top .logo {
	width:30%;
	height: 150px;
	line-height: 150px;
}
.header .top .logo img{
	display: inline-block;
	vertical-align: middle;
}
.header .top .nav{
	width:70%;
	height: 150px;
}
.header .top .nav ul li, .header .top .nav ul li a{
	width: 10%;
 	display: inline-block;	
 	color: white;
 	text-align: center;	
 	height: 150px;
 	line-height: 150px;
 	font-size: 18px;
 	transition: transform .5s;	
 	position: relative;
 }
 .header .top .nav ul li{
	margin-right: 11px;
 }
.header .top .nav ul li .lines {
	position: absolute;
	top: 0;
	left: 68%;
	display: flex;
	width: 10px;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.header .top .nav ul li:last-child:hover .lines{
display: none;
}

.header .top .nav ul li .lines .line {
	width: 4px;
	height: 16px;
	background-color: #113468;
}

.header .top .nav ul li .lines .linetwo {
	width: 4px;
	height: 36px;
	background-color: #ec6517;

}
 .header .top .nav ul li a{
 	width:100%;
 	z-index: 2;
 	transition: all 1s;
 }
 .header .top .nav ul li a .tiao {
    width: 74px;
    height: 4px;
    background-color: #ec6517;
    margin-top: -50px;
    margin-left: 7px;
	display: none;
}
.header .top .nav ul li:hover .tiao{
display: block;
}
.header .top .nav ul li i{
	position: absolute;
	z-index: 1;
	top: 0;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #ec6517;
	transition: height .5s;
}
.header .top .nav ul li a:hover{
	color: #ec6517;
	font-weight: bold;
	transition: all .5s;
	}
.header .top .nav ul li:hover i{
	height: 20px;
	width: 100%;
	transition: height .5s;
	
}
/*.header .top .nav ul li .nav-i{
	height: 60px;
}*/

.content .title{
	width: 420px;
    height: 140px;
    margin: 0 auto;
    margin-top: 105px;
	text-align: center;
    background: url(/templates/main/images/juxing26.png) no-repeat center;
    background-size: 100% 100%;
	padding-top: 30px;
	box-sizing: border-box;
}
  
.content .title .text{
	font-size: 30px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
    font-weight: bold;
    line-height: 1.2;
	z-index: 1;
	margin-bottom: 5px;
	margin-top: -8px;
}
.content .title .fu{
		font-size: 32px;
		font-family: "HelveticaNeueLT";
		color: rgb(204, 204, 204);
		text-transform: uppercase;
		line-height: 1.2;
		display: block;
		transform: scale(1,0.9);
		letter-spacing: 5px;
		font-weight: 300;
}
.content .more{
	width: 100px;
	height: 30px;
	display: block;
	text-align: center;
	-webkit-border-radius: 25px;	
	-moz-border-radius: 25px;
	border-radius: 25px;
	background-color: #fd8300;
	transition: width .5s;	
		font-size: 14px;
		font-family: "Microsoft YaHei";
		color: rgb(255, 255, 255);
		line-height:30px;
		transform: translate(0px, -10px);
		  
}
.mt35{
	margin-top: 35px;
}
.content .more:hover{
	width: 150px;
	transition: width .5s;
	text-decoration: none;
}
/*.content .more span, .content .more i{
	display: inline-block;
	vertical-align: middle;
}
.content .more i{
	width: 0;
	height: 0;
	font-size: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #ccc;
	transition:all .5s;
}
.content .more:hover i{
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 10px solid #E40013;
	transition: border-left-width .5s;
}*/
.content .yin{
	width: 1350px;
}
.content .caidan{
	margin-top: 72px;
	font-size: 0;
	width: 1350px;
}
.content .caidan li{
	padding: 0;
	width: 22%;
	display: inline-block;
	transition: all .5s;
	/* border: 3px solid #EAEAEA; */
	/* margin-right: 4%; */
	text-align: center;
	/* padding: 3.9%; */
	font-size: 16PX;
	width: 430px;
    height: 360px;
	vertical-align: top;
}
.content .caidan li:nth-child(1){
	margin-left: 30px;
}
.content .caidan li:hover{
	box-shadow: -15px 0 26px -20px rgba(61, 146, 240, 0.85), 15px 0 26px -20px rgba(71, 61, 240, 0.85), 0 -15px 26px -20px rgba(156, 61, 240, 0.85), 0 15px 26px -20px rgba(240, 61, 156, 0.85),inset 0 0 0 1px #f7d708;
}
.content .caidan li:last-child{
	margin-right: 0;
}
/* .content .caidan span, .content .caidan a{
	display: block;	
} */
.content .caidan a{
	display: block;
	margin-top: 20px;
}
.content .caidan .xshy{
	margin-top: 34px;
	font-size: 24px;
	font-family: "Microsoft YaHei";
	color: rgb(51, 51, 51);
	display: block;
}
.content .caidan .xsll{
	display: block;
		font-size: 18px;
		font-family: "HelveticaNeueLT";
		color: rgb(204, 204, 204);
		margin-top: 10px;
	}
	.content .caidan .xxss{
			font-size: 14px;
			font-family: "Microsoft YaHei";
			color: rgb(153, 153, 153);
			line-height: 1.714;
			text-align: center;
			width: 239px;
			height: 62px;
			display: block;
			margin: 0 auto;
			margin-top: 23px;
	}
	.content .caidan .xxss span{
display: inline;
	}
/* .content .caidan span:first-child{
	color: #333333;
} */
/* .content .caidan li:hover{
	padding: 4.5% 4%;
	transition: padding .5s;
	border-color: #bc0002;
} */
.content .caidan .icon-img1{
	/* border: 1px solid #bc0002;	 */
	width: 93px;
	height: 73px;
	margin: 0 auto;
	margin-top: 13px;
	/* margin: auto;
	-webkit-border-radius: 50%;	
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-image: url(../images/icon.png);
	background-repeat: no-repeat; */
}
.content .caidan .icon-img2{
	width: 73px;
	height: 73px;
	margin: 0 auto;
}
.content .caidan .icon-img3{
	width: 75px;
	height: 73px;
	margin: 0 auto;
	margin-top: 6px;
}
.content .caidan .icon01{ background: url(/templates/main/images/huiyi.jpg) no-repeat center;background-size: 100% 100%;}
.content .caidan .icon02{ background: url(/templates/main/images/zhanlan.jpg) no-repeat center;background-size: 100% 100%;}
.content .caidan .icon03{ background: url(/templates/main/images/guanggao.jpg) no-repeat center;background-size: 100% 100%;}
.content .caidan .lianjie{}
.content .caidan a{
	/* 这个不用，注释起来 */
	/*width: 0;
	height: 0;
	font-size: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #e40013;*/

	/* 查看更多按钮样式 */
	/* width: 150px;
	height: 40px;
	line-height: 40px;
	margin: auto;
	-webkit-border-radius: 25px;	
	-moz-border-radius: 25px;
	border-radius: 25px;
	background-color: #bc0002;
	color: white;	 */
}

.content .ys{
	/* background-image: url(../images/ys-bg.jpg); */
	height: 650px;
	margin: 0 auto;
	margin-top: 73px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	
}
.content .ys .left{
	position: relative;
	width: 715px;
	background-color:#ec6517;
	height: 100%;
}
.content .ys .left .xsleft{
	background: url(/templates/main/images/gyxs.png) no-repeat center;
	background-size: 100% 100%;
	width: 203px;
	height: 322px;
	padding-left: 43px;
    box-sizing: border-box;
	position: absolute;
	top: 98px;
	right: 22.7%;
}
.content .ys .left .xsleft button{
	cursor: pointer;
}
.content .ys .left .xsleft .pxs{
		font-size: 30px;
		font-family: "Microsoft YaHei";
		color: rgb(255, 255, 255);
		font-weight: bold;
		line-height: 1.2;
		padding-top: 45px;
}
.content .ys .left .xsleft .ax{
		font-size: 33px;
		font-family: "HelveticaNeueLT";
		color: rgb(255, 255, 255);
		text-transform: uppercase;
		line-height: 1.2;
		font-weight: 100;
    margin-top: 14px;
    letter-spacing: 5px;
    transform: scale(1,0.9);	  
}
.content .ys .left .xsleft .ckgd{
		border-radius: 15px;
		background-color: rgb(255, 255, 255);
		width: 100px;
		height: 30px;
		border: 0;
		margin-top: 58px;
		color: #ec6517;
}
.content .ys .left .xsleft .ckgd:hover{
	background-image: linear-gradient( 135deg, #FFF6B7 10%, #F6416C 100%);
	color: white;
}
.content .ys .right{
	width: 1188px;
	background-color:#3e5a84;
	height: 100%;
	position: relative;
}
.content .ys .ritiao{
	width: 82px;
	height: 5px;
	background-color: #ec6517;
	top: 108px;
	left: 70px;
	position: absolute;
}
.content .ys .rixs{
		font-size: 24px;
		font-family: "Microsoft YaHei";
		color: rgb(255, 255, 255);
		font-weight: bold;
		line-height: 1;
		position: absolute;
		left: 5.8%;
		top: 144px;
}
.content .ys .rip1,.rip2{
white-space: wrap;
	font-size: 16px;
	font-family: "Microsoft YaHei";
	color: rgb(255, 255, 255);
	line-height: 1.875;
	text-align: left;
	position: absolute;
	width: 752px;
	font-weight: 100;
}
.content .ys .rip1{
left: 6.2%;
	top: 210px;
}
.content .ys .rip2{
	left: 6.2%;
	top: 402px;
}
.content .clearfix::after{	
	content: "";
	clear: both;
	display: block;
}
.content .ys .centera {
	padding:20px;
	overflow:hidden;
}
.content .ys1 #oranger{
	background-color: #333333;
}
.content .ys1 p a{
	width: 200px;
	height: 106px;
	line-height: 106px;
	display: block;
	border-bottom: 1px solid #5a5a5a;
	color: white;
}
.content .ys1 .hover {
	color: white;	
	background:#3e5a84;
	border-width: 0;
}
.textfuwu {
	font-size: 30px;
	font-family: "Microsoft YaHei";
	color: rgb(255, 255, 255);
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 5px;
	margin-top: -10px;  
  }
  .serpro {
	font-size: 30px;
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	line-height: 1.2;
	text-align: center;
		font-family: "HelveticaNeueLT";
	font-weight: 100;
    transform: scale(1,0.9);
    display: block;
    letter-spacing: 7px;
    width: 405px;
    /* margin-left: -40px;  */
  }
  .content .fwlct{
	width: 1133px;
	height: 260px;
	background: url(/templates/main/images/fwlct.png) no-repeat center;
	background-size: 100% 100%;
	margin: 0 auto;
	margin-top: 103px;
	position: relative;
  }
  .content .fwlct .t1,.t2,.t3,.t4,.t5{
		font-size: 20px;
		font-family: "Microsoft YaHei";
		color: rgb(255, 255, 255);
		line-height: 2;
		position: absolute;
		top: 28%;
  }
.content .fwlct .t6{
	font-size: 20px;
	font-family: "Microsoft YaHei";
	color: rgb(255, 255, 255);
	position: absolute;
    left: 94.6%;
    white-space: nowrap;
    top: 84%;
}
.content .fwlct .t7,.t8,.t9,.t10,.t11{
	font-size: 20px;
	font-family: "Microsoft YaHei";
	color: rgb(255, 255, 255);
	line-height: 2;
	position: absolute;
	bottom: -21%;
}
   .content .jsfuwu ul{
	padding: 0;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 1200px;
	gap: 30px;
  }
  .content .jsfuwu li{
	width: 170px;
	height: 80px;
	border: 1px solid #ccc;
	display: flex;
	justify-content: center; /* 水平居中 */
    align-items: center; /* 垂直居中 */
  }
  .content .jsfuwu li a{
	max-width: 100%;
	max-height: 100%;
  }
  .content .jsfuwu li a img{
	max-width: 100%;
	max-height: 80px;
  }
  
.content .ys1 #tablea {
	/*background:#eee;*/
	width: 1000px;
}
.content .ys1 .tablea .box {
	/*margin:10px;*/
	display:none
}
.content .ys1 .tablea .box{
	background-color: #ec6517;
	width: 100%;
	overflow: hidden;
}
.content .ys1 .tablea .box img{
	display: block;
	float: left;
	/*padding-right: 30px;*/	
}
.content .ys1 .tablea .box .ys-con{
	float: left;
	margin: 50px;
	width: 215px;
}

.jianjie-l,.news-l{
	float: left;
}
.jianjie-l{
	width: 50%;
}
.news-l{
	width: 520px;
} 
.news-r{
	width: 50%;
}
/*.news-r, .jianjie-r{
	width: 500px;
	float: right;
}*/
.news-l .news-img{
	width: 100%;
	/* height: 250px; */
	height: 300px;
	overflow: hidden;
}
.news-l .news-img a,.news-l .news-img img{
height: 140%;
width: 100%;
}
.news-l .news-img img{
	transition: all .5s;
}
.news-l .news-img:hover img{
	transform: scale(1.1);
	transition: all .5s;
}
.news-title{
	color: #333333;
	font-weight: bold;
	margin-bottom: 5px;
}

.news-text{
	color: #aeaeae;
	line-height: 22px;
	text-transform: uppercase;
	height: 44px;
	 display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow : hidden;
  text-overflow: ellipsis;
}

.news-con{
	width: 390px;
	float: right;
}
.news-l ul li{
	border-bottom: 1px solid #f6f6f6;
	padding: 20px 0;
	overflow: hidden;
	position: relative;
}
.news-l ul li i{
	width: 0;
	height: 1px;
	display: block;
	position: absolute;
	bottom: 0px;
	background-color: #E40013;
	z-index: 1;
	transition: width .5s;
}
.news-l ul li:hover .news-con .news-title,
.news-l ul li:hover .news-con .news-text{
	color: #E40013;
}
.news-l ul li:hover i{
	width: 100%;
	transition: width .5s;
}
.news-l ul li:first-child{
	padding-top: 0;
}
.news-time{
	width: 80px;
	float: left;	
}
.news-time p{
	color: #999999;
}
.news-time p:first-child{
	height: 50px;
	line-height: 50px;
	background-color: #ececec;
}
.news-time p:last-child{
	height: 30px;
	line-height: 30px;
	background-color: #f4f4f4;
}


.news-l a:hover .news-title, .news-l a:hover .news-text,
.news-r a:hover .news-title, .news-r a:hover .news-text{
	color: #E40013;
}
.news-r ul li:hover .news-time p{
	color: white;
}
.news-r ul li:hover .news-time p:first-child{
	background-color: #c70011;
}
.news-r ul li:hover .news-time p:last-child{
	background-color: #e40013;
}
.news-r ul li img,.news-r ul li .news-r-con{
	float: left;
}
.news-r ul li{
	border-bottom: 1px dashed #f6f6f6;
	overflow: hidden;
	padding: 20px 0;
}
.news-r ul li:first-child{
	padding-top: 0;
}
.news-r ul li:hover{
	border-bottom-color: #bc0002;
}
.news-r ul li img{
	width: 240px;
	height: 136px;
}
.news-r ul li .news-r-con{
	width: 55%;
	float: right;
}
.content .title-white{
	font-size: 48px;
	color: #d27d7c;
	position: relative;
}
.content .title-white .text{
	color: white;
	font-size: 24px;
	font-weight: bold;
	z-index: 1;
	position: absolute;
	top: 25px;
	width: 100%;
}
.content .more-white{
	width: 30%;
	height: 30px;
	line-height: 30px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;		
}
.content .more-white span, .content .more-white i{
	display: inline-block;
	vertical-align: middle;
}
.content .more-white i{
	width: 0;
	height: 0;
	font-size: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #ccc;
	transition:all .5s;
}
.content .more-white:hover{
	color: white;
}
.content .more-white:hover i{
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 10px solid white;
	transition: border-left-width .5s;
}
.jianjie{
	background: url(/templates/main/images/liucheng.png) no-repeat center;
	height: 745px;	
	background-size: 100% 100%;
}
.jianjie:hover{
	transform: scale(1);
	transition: all .5s;
}
.jianjie .jianjie-img{
	height: 360px;	
	overflow: hidden;
}
.jianjie .jianjie-img img{
	transition: all .5s;
}
.jianjie .jianjie-img:hover img{	
	transform: scale(1.1);
	transition: all .5s;
}
.content .tqzh li{
	float: left;
	width: 220px;
	height: 486px;
	overflow: hidden;
	margin-right: 25px;
	position: relative;
}
.content .tqzh li:last-child{
	margin-right: 0;
}
.content .tqzh li .tqzh-bg{
	width: 100%;
}
.content .tqzh li .tqzh-bg .tqzh-text{
	position: absolute;
	z-index: 2;
	padding: 30px;
}
.content .tqzh li .tqzh-bg .tqzh-text-bg{
	position: absolute;
	top: 0;
	z-index: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 150px solid rgba(288, 0, 19, .7);
	border-right: 600px solid transparent;
}
/*.content .tqzh li .tqzh-bg .tqzh-text-bg:nth-child(even){
	border-top-color: rgba(248, 134, 15, .7);
}*/
.content .tqzh li a,
.content .tqzh li a:hover .tqzh-bg .tqzh-text{
	color: white;
}
.content .tqzh li img{
	transform: scale(1.1);
	transition: all .5s;
}
.content .tqzh li:hover img{
	transform: scale(1);
	transition: all .5s;
}


.content .hzmt{
	overflow:hidden;
}

.content .hzmt li{
	float: left;
	width: 29%;
	height:330px;
	margin-bottom: 30px;
	/*background: #AEAEAE;*/
	margin-right: 5%;
	position: relative;
}
.content .hzmt li:nth-child(3n){
	margin-right:0;
}
.content .hzmt li img{
	max-width: 100%;
}
.content .hzmt .hzmt-a{
	position: absolute;
	top: 0;
	z-index: 1;
	height: 0;
	width: 100%;
	/* padding: 5%; */
	overflow: hidden;
	box-sizing: border-box;
	color: white;		
}
/* .content .hzmt .hzmt-hover{
	height: 330px;
	display: block;
	transition: all .5s;
	background-color: rgba(188, 0, 2, .65);
}	 */
.content .hzmt li:hover .hzmt-a{
	/* display: block;
	height: 330px;
	background-color: rgba(188, 0, 2, .65); */
	transition: all .5s;
	background-color: rgba(0,0,0,0.5);
}	
.content .hzmt li:first-child{
	margin-top:0;
	transition:margin-top .8s;
}

.footer{
	margin: 0 auto;
margin-top: 165PX;
	overflow: hidden;
	height: 600px;
	width: 100%;
	position: relative;
}
.footer .fttop{
	background: url(/templates/main/images/foots.png) no-repeat center;
	background-size: 100% 100%;
	height: 540px;
	width: 100%;
	position: relative;
}
.footer .fttop .xsleft{
	background: url(/templates/main/images/gyxs.png) no-repeat center;
	background-size: 100% 100%;
	width: 203px;
	height: 322px;
	padding-left: 43px;
    box-sizing: border-box;
	position: absolute;
	top: 15%;
	right: 70.4%;
}
.footer .fttop .xsleft button{
	cursor: pointer;
}
.footer .fttop .xsleft .pxs{
		font-size: 30px;
		font-family: "Microsoft YaHei";
		color: rgb(255, 255, 255);
		font-weight: bold;
		line-height: 1.2;
		padding-top: 45px;
}
.footer .fttop .xsleft .ax{
		font-size: 33px;
		font-family: "HelveticaNeueLT";
		color: rgb(255, 255, 255);
		text-transform: uppercase;
		line-height: 1.2;
		font-weight: 100;
    margin-top: 14px;
    letter-spacing: 5px;
    transform: scale(1,0.9);	  
}
.footer .fttop .xsleft .ckgd{
		border-radius: 15px;
		background-color: rgb(255, 255, 255);
		width: 100px;
		height: 30px;
		border: 0;
		margin-top: 58px;
		color: #ec6517;
}
.footer .fttop .xsleft .ckgd:hover{
background-image: linear-gradient( 135deg, #FFF6B7 10%, #F6416C 100%);	
color: white;
}

.footer .fttop ul{
	padding: 0;
	width: 828px;
	height: 305px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
    position: absolute;
    left: 41.5%;
    top: 18.2%;
    gap: 100px;
}
.footer .fttop li{
	list-style: none;
	width: 209px;
	height: 140px;
	text-align: center;
}
.footer .fttop li img{
	display: block;
	margin: 0 auto;
}
.footer .fttop li div{
	margin-top: 15px;
}
.footer .fttop li p{
		font-size: 18px;
		font-family: "Microsoft YaHei";
		color: rgb(255, 255, 255);
		/* text-transform: uppercase; */
		line-height: 1.667;
		text-align: center;
}
.footer .fttop li:nth-child(3) p {
	margin-top: -5px;
}
.footer .fttop li:nth-child(4),.footer .fttop li:nth-child(5) {
    margin-top: -75px;
}
.footer .fttop .ftboom{
	height: 60px;
	background-color: #000a18;
	width: 100%;
	position: absolute;
	bottom: -60px;
	text-align: center;
}
.footer .fttop .ftboom p{
		font-size: 14px;
		font-family: "Microsoft YaHei";
		color: rgb(204, 204, 204);
		text-transform: uppercase;
		line-height: 60px;	
}
/* .footer .foot-logo, .footer .foot-add{
	float: left;
	margin-right: 50px;
}

.footer .foot-logo{
	width: 218px;
	height: 175px;
	overflow: hidden;
}
.footer .foot-add{
	width: 48%;
}
.footer .foot-add ul li{
	float: left;
	width: 40%;
	height: 60px;
}
.footer .foot-add ul li:first-child{
	float: none;
	width: 100%;
}
.footer .foot-add ul li font, .footer .foot-add ul li span{
	display: inline-block;
	vertical-align: middle;
	font-size:16px;
}
.footer .foot-add ul li font{
	width: 30px;
	height: 27px;
	margin-right: 5px;
	background-image: url(../images/foot-icon.png);
}
.footer .foot-add ul li:nth-child(1) font{
	background-position: 0 -228px;
}
.footer .foot-add ul li:nth-child(2) font{
	background-position: -50px -228px;
} */
/* .footer .foot-add ul li:nth-child(3) font{
	background-position: -159px -228px; */
	/*background-position: -105px -228px;*/
/* } */
/* .footer .foot-add ul li:nth-child(4) font{
	background-position: -214px -228px; */
	/*background-position: -159px -228px;*/
/* } */
/* .footer .foot-add ul li:nth-child(5) font{ */
	/*background-position: -214px -228px;*/
/* } */
/* .footer .foot-cp{
	float: right;
	width: 15%;
	border-left: 1px solid #4c4c4c;
	padding-left: 10%;
} */
.index_sida {
	margin: 50px auto;
	text-align: center;
}
.index_sida .text {
    font-size: 30px;
    font-family: "Microsoft YaHei";
    color:#ec6517;
    font-weight: bold;
    line-height: 1.2;
    z-index: 1;
    margin-bottom: 5px;
    margin-top: -8px;
}
.index_sida .sida {
	display: flex;
	justify-content: space-between; /* 两端对齐 */
	align-items: center;           /* 垂直居中（可选，根据需求调整） */
	flex-wrap: wrap;               /* 允许换行 */
}
.index_sida .sida .sida_li {
	background-image: url(../images/sidabj.png);
	height: 100px;
	margin-top: 20px;
}
.index_sida .sida .sida_li .sida_xiao {
	float: left;
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	width: 60px;
	height: 70px;
	line-height: 40px;
    margin-top: 8px;
    margin-left: 19px;
}
.index_sida .sida .sida_li .sida_xiangqing {
	float: left;
	width: 420px;
	height: 65px;
	margin-top: 14px;
    margin-left: 45px;
	line-height: 24px;
	margin-right: 43px;
	text-align: left;
}
.index_sida .sida .sida_li .sida_xiangqing span {
	font-size: 22px;
	font-weight: bold;
	color: #ec6517;
}