.about_new{
	padding: 60px 0;
	background-color: #f6f6f6;
}
.about_1{
	width: 1200px;
	margin: 0 auto;
}
.about1_top{
	text-align: center;
}
.about1_top h3{
    font-size: 28px;
    color: #333;
    line-height: 35px;
    margin: 15px 0;
    font-weight: normal;
}
.about1_top p{
    font-size: 16px;
    color: #666;
}
.about1_ul{
	width: 1240px;
	margin: 0 auto;
	padding-top: 40px;
}
.about1_ul ul li{
	width: 285px;
	height: 300px;
	float: left;
	margin-left: 20px;
	text-align: center;
	transition: .6s;
	cursor: pointer;
}
.about1_ul ul li:hover{
	box-shadow: 4px 5px 6px 0px #bdabab;
}
.about1_ul ul li.li_a{
	background-color: #FFD6CC;
}
.about1_ul ul li.li_b{
	background-color: #DDF2F4;
}
.about1_ul ul li.li_c{
	background-color: #EBF3DA;
}
.about1_ul ul li.li_d{
	background-color: #D5ECF9;
}
.about1_ul ul li i{
	display: block;
  margin: 20px auto;
}
.about1_ul ul li.li_a i{
	width: 36px;
	height: 46px;
	background: url(../images/sprite2.png) no-repeat 0 0;
}
.about1_ul ul li.li_b i{
	width: 42px;
	height: 46px;
	background: url(../images/sprite2.png) no-repeat -38px 0;
}
.about1_ul ul li.li_c i{
	width: 40px;
	height: 46px;
	background: url(../images/sprite2.png) no-repeat -83px 0;
}
.about1_ul ul li.li_d i{
	width: 40px;
	height: 46px;
	background: url(../images/sprite2.png) no-repeat -127px 0;
}
.about1_ul ul li h4{
	font-size: 18px;
	padding-bottom: 20px;
}
.about1_ul ul li p{
	padding-bottom: 10px;
	font-size: 14px;
}
.week-caseh3{
	padding: 20px 0;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
}
/*方案*/
.fanganbox{
	width: 1200px;
	margin: 0 auto;
}
.fanganbox .fangantop{
	padding-top: 30px;
	color: #0088CC;
	padding-bottom: 20px;
	font-size: 24px;
	position: relative;
	
}
.fanganbox .fangantop h3{
	line-height: 40px;
	border-bottom: 1px solid #0088CC;
}
.fanganbox .fangantop i{
	display: block;
	height: 20px;
	width: 8px;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	background-color: #0088CC;
}
.fanganbox .fangantxta h3{
	font-size: 20px;
	padding-bottom: 10px;
	font-weight: normal;
}
.fanganbox .fangantxta p{
	padding-bottom: 15px;
	text-indent: 2em;
	font-size: 16px;
	line-height: 30px;
}
.fanganbox .fangantxta p span{
	color: #0088CC;
}
.fanganbox .fangantxta img{
	max-width: 100%;
	display: block;
	margin: 15px auto;
}
.fanganbox .fangantxtb ul{
	padding-bottom: 30px;
}
.fanganbox .fangantxtb ul li p{
	color: #0088CC;
	font-size: 16px;
	line-height: 30px;
	padding-bottom: 8px;
}
.fanganbox .fangantxtb ul li p:before{
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	
	background: #0088CC;
	float: left;
	margin: 12px 12px 12px 0;
}
.fanganbox .fangantxtb ul li span{
	display: block;
	color: #666;
	font-size: 14px;
	padding-left: 20px;
	padding-bottom: 15px;
	line-height: 26px;
}
.fanganbox .fangantxtb ul h3{
	padding-bottom: 15px;
	font-size: 20px;
	font-weight: normal;
}
.toutiao_con{
	background-color: #f6f6f6;
}
.tt_mid{
	width: 1200px;
	background-color: #fff;
	height: auto;
	margin: 0 auto;
}
.tt_link{
	width: 1160px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 40px;
	border-bottom: 1px solid #f2f2f2;
}
.tt_link a{
	font-size: 16px;
	color: #0088CC;
}
.tt_con{
	padding: 20px;
}
.tt_con h3{
	font-size: 36px;
	color: #0088CC;
	text-align: center;
}
.tt_con .tt_time{
	text-align: center;
	color: #666;
	font-size: 16px;
}
.tt_con .tt_time span{
	display: inline-block;
	padding: 14px;
}
.tt_con .tt_time img{
	width: 100%;
	height: 4px;
	padding-top: 6px;
}
.tt_text{
	padding-top: 20px;
	font-size: 16px;
	text-indent: 2em;
	line-height: 26px;
}
.tt_text p{
	padding-bottom: 14px;
}
.tt_text img{
	max-width: 100%;
	margin-bottom: 14px;
}