body{
	background-color: #f3f3f3;
}
header{
	height: 72px;
	width: 100%;
	line-height: 72px;
	box-sizing: border-box;
	position: fixed;
	z-index: 66;
	background-color: #fff;
}
.logo{
	padding-top: 4px;
	
}
.nav_box{
	overflow: hidden;
	height: 100%;
}
.nav{
	overflow: hidden;
	height: 100%;
	position: relative;
}
.nav li{
	 float: left;
}
.nav li a{
	font: 16px/68px "Microsoft Yahei";
	color: #575757;
	display: inline-block;
	margin: 0 32px;
	box-sizing: content-box;
}
#run{
	height: 2px;
	width: 76px;
	background-color: #FF7426;
	position: absolute;
	bottom: 0;
	left: 124px;
}
#run1{
	height: 2px;
	width: 100px;
	background-color: #FF7426;
	position: absolute;
	bottom: 0;
	left: 252px;
}
#run2{
	height: 2px;
	width: 100px;
	background-color: #FF7426;
	position: absolute;
	bottom: 0;
	left: 412px;
}
#run3{
	height: 2px;
	width: 78px;
	background-color: #FF7426;
	position: absolute;
	bottom: 0;
	left: 568px;
}
.active{
	display: block;
	}
.nav_header{
	background: rgba(255, 255, 255,1);
	position: fixed;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 72px;
	transition: all .3s;
	z-index: 9999;
	box-shadow: 0 1px 3px 2px rgba(231, 231, 231, 1);
	
}
.nav li .bg{
	color: #ff7426;
}	

section{
	padding-top: 72px;
	overflow: hidden;
}
.banner{
	background: url(../image/nali_banner.png) no-repeat center;
	background-size: cover;
	width: 100%;
	height: 270px;
}
.banner2{
	background: url(../image/fangan_banner.png) no-repeat center;
	background-size: cover;
	width: 100%;
	height: 270px;
}
.banner3{
	background: url(../image/zixun_banner.png) no-repeat center;
	background-size: cover;
	width: 100%;
	height: 270px;
}
.banner4{
	background: url(../image/guanyu_banner.png) no-repeat center;
	background-size: cover;
	width: 100%;
	height: 270px;
}
.cla_top{
	height: 142px;
	position: relative;
	text-align: center;
	padding-top: 42px;
    box-sizing: border-box;
}
.cla_top img{
	vertical-align: top;
}
.cla_top span{
	padding: 0 10px 0 10px;
	font-size: 28px;
	color:#262525;
	display: inline-block;
}
.cla_top p{
	padding-top: 24px;
	font-size: 14px;
	color:#737373;
}
.line{
	width: 66px;
	height: 2px;
	background-color: #ff7426;
	margin: 0 auto;
	margin-top: 22px;
}

.case_list{
	padding-top: 40px;
	overflow: hidden;
}
.case_list_ul{
	overflow: hidden;
}
.case_list li{
	width: 25%;
	float: left;
	padding-bottom: 22px;
	overflow: hidden;
	cursor:pointer;
}
.case_list_ul_img{
	width: 286px;
	position: relative;
}
.case_list_ul_img img{
	width: 286px;
	height: 236px;
}
.case_list_ul_img .img_sha{
	width: 286px;
	height: 236px;
	position: absolute;
	background: rgba(0,0,0,0.5);
	height: 0;
	bottom: 0;
}
.case_list_ul_img .img_sha0{
	height: 0;
	bottom:0;
}
.case_list_ul_img .img_sha1{
	height: 100%;
	width: 0;
	left:0;
}
.case_list_ul_img .img_sha2{
	height: 100%;
	width: 0;
	right:0;
}
.case_list_ul_img .img_sha3{
	height: 0;
	top:0;
}
.case_list_ul_img .img_sha4{
	height: 0;
	bottom:0;
}
.case_list_ul_img .img_sha5{
	height: 100%;
	width: 0;
	left:0;
}
.case_list_ul_img .img_sha6{
	height: 100%;
	width: 0;
	right:0;
}
.case_list_ul_img .img_sha7{
	height: 0;
	top:0;
}
.case_list_ul li:hover .img_sha{
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.case_list_ul_img img:nth-child(1){
	width: 94px;
	height: 94px;
	position: absolute;
	top: 66px;
	left: 50%;
	margin-left: -47px;
	z-index: 55;
	border-radius: 10px;
}
.case_list_ul_info{
	background-color: #fff;
	height: 100%;
	width: 286px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	padding:14px 16px 26px 16px;
	box-sizing: border-box;

}
.case_list_ul_info span{
	font-size: 14px;
	color: #737373;
	display: block;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	border-bottom: 1px dashed #d8d8d8;
}
.anli_list{
	height: 82px;
	text-align: center;
	overflow: hidden;
	position: relative;
	padding-top: 20px;
}
.anli_list ul{
	position: absolute;
	width: 100%;
	overflow: hidden;
	left: 50%;
	margin-left: -251px;
}
.anli_list li{
	float: left;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #e9e9e9;
	margin-left: 5px;
	border-radius: 6px;
	background-color: #fff;
	color: #808080;
	cursor: pointer;
	font-size: 14px;
}
.anli_list li a{
	display: inline-block;
	width: 100%;
}
.anli_list li.current{
	background: #ff7426;
	color: #fff;
}

.anli_list li .li_click{
	display: inline-block;
	background-color: #ff7426;
	color: #fff;
}



.fn_list{
	margin: 66px auto 40px;
	overflow: hidden;
}
.fn_list ul li{
	float: left;
	width: 290px;
	height: 182px;
	background-color: #fff;
	margin-right: 13px;
	text-align: center;
	border: 1px solid #ededed;
	box-sizing: border-box;
	border-bottom: 2px solid #d0d0d0;
	margin-bottom: 15px;
}
.fn_list ul li img{
	position: relative;
	width: 133px;
	height: 133px;
}
.fn_list ul li:hover img{
    
   	animation: fls 0.5s;
	-webkit-animation: fls 0.5s;
}
@keyframes fls{
	0%{bottom:0px;}
	50%{bottom:10px;}
	100%{bottom:0px;}
}
@-moz-keyframes fls{
	0%{bottom:0px;}
	50%{bottom:10px;}
	100%{bottom:0px;}
}
@-ms-keyframes fls{
	0%{bottom:0px;}
	50%{bottom:10px;}
	100%{bottom:0px;}
}
@-webkit-keyframes fls{
	0%{bottom:0px;}
	50%{bottom:10px;}
	100%{bottom:0px;}
}
.fn_list ul li span{
	display: block;
	font-size: 18px;
	color: #545454;
}

.place{
	height: 56px;
	line-height: 56px;
	border-bottom: 1px solid #ececec;
}
.place img{
	vertical-align: middle;
	margin-top: -4px;
}
.place a{
	font-size: 14px;
	color: #757575;
}
.news_info{
	height: 100%;
}
.news_info_top{
	text-align: center;
	height: 98px;
}
.news_info_top span{
	font-size: 18px;
	color: #282828;
	font-weight: bold;
	display: block;
	padding: 26px 0 16px 0 ;
}
.news_info_top i{
	font-style: normal;
	color: #959595;
	font-size: 14px;
}
.news_info_source{
	
	height: 50px;
	line-height: 50px;
	border-top: 1px dashed #ececec;
	border-bottom: 1px dashed #ececec;
}
.news_info_source i{
	font-style: normal;
	font-size: 12px;
	color: #2e2e2e;
	float: left;
}
.bdsharebuttonbox{
	float: right;
	
	padding-top: 10px;
	
}
.news_info_article{
	padding-bottom: 72px;
	padding-top: 30px;
}
.news_info_article p{
	font-size: 14px;
	color: #747474;
	line-height: 26px;
	text-indent: 28px;
}
.next_prve{
	height: 74px;
	line-height: 74px;
	border-top: 1px dashed #ececec;
}
.next_prve a{
	font-size: 12px;
	color: #4c4c4c;
}
.next_prve a:nth-child(1){
	float: left;
}
.next_prve a:nth-child(2){
	float: right;
}

.message{
	box-sizing: border-box;
	overflow: hidden;
}
.message ul{
	overflow: hidden;
	margin-bottom: 90px;
}
.message .tabs>li{
	width: 386px;
	height: 42px;
	line-height: 42px;
	font-size: 18px;
	color: #494949;
	border: 1px solid #939393;
	border-radius: 25px;
	float: left;
	margin-right: 18px;
	padding-left: 16px;
	box-sizing: border-box;
	cursor: pointer;
}
.message li.li_active{
	background-color: #ff7426;
	border: 1px solid #ff7426;
}
.message li .a_active{
	color: #fff;
}
.message li:nth-last-child(1){	
	margin-right: 0;
}
.message li a{
	color: #494949;
	font-size: 18px;
}
.message li img{
	float: right;
	margin: 10px 18px 0 0;
}
.message_info{
	overflow: hidden;
}
.message_info img{
	float: left;
	padding-right: 12px;
}
.info_img img{
    width: 186px;
    height: 124px;
}
.message_info_top i{
	color:#818181;
	font-size: 18px;
	font-style: normal;
	padding-right: 44px;
	float: left;
}
.message_info_top i.i_hover{
	color: #ff7426;
}
.message_info_top span a{
	display: inline-block;
	font-size: 18px;
	color: #2f2f2f;
}
.message_info_top span a.a_color{
	color:#ff7426;
}
.message_info_con{
	padding-top: 30px;
	padding-left: 140px;
}
.message_info_con p{
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	margin-bottom: 36px;
	cursor: pointer;
overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
.message_info_con a{
	font-size: 14px;
	color: #818181;
}
.info_img{
	width: 186px;
	height: 124px;
	overflow: hidden;
	float: left;
    margin-right: 16px;
}
.info_img img:hover{
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    transform: scale(1.25);
    -ms-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
}
.trouble_info{
	position: relative;
}

.trouble_info img{
	vertical-align: text-top;
}
.trouble_info i{
	font-size: 18px;
	font-weight: bold;
	color:#535353;
	font-style: normal;
	padding-left: 10px;
}
.trouble_info i.hover_i{
	color: #ff7426;
}
.trouble_info_box{
	width: 1064px;
	height: 144px;
	background: url(../image/zixun_bg.png) no-repeat;
	background-size: 1064px 144px;
	padding: 30px 26px 0 46px;
	box-sizing: border-box;
	position: absolute;
	top: -32px;
	left: 140px;
} 
.trouble_info_box span a{
	font-size: 18px;
	font-weight: bold;
	color: #535353;
}
.trouble_info_box .span_click{
	color: #ff7426;
}
.trouble_info_box p{
	font-size: 14px;
	color: #626262;
	padding-top: 16px;
	line-height: 24px;
	cursor: pointer;
}


.details_left{
	width: 356px;
	background-color: #fff;
	height: 100%;
	overflow: hidden;
	display: inline-block;
	margin-top: 26px;
	box-shadow: 0px 10px 36px 0px #ddd;
	-ms-box-shadow: 0px 10px 36px 0px #ddd;
	-webkit-box-shadow: 0px 10px 36px 0px #ddd;
	-moz-box-shadow: 0px 10px 36px 0px #ddd;
	-o-box-shadow: 0px 10px 36px 0px #ddd;
}
.details_left_box1{
	padding: 66px 40px 56px 36px;
}
.details_left_box1 span{
	font-size: 28px;
	color: #000;
}
.details_left_box1 p{
	font-size: 14px;
	color: #767575;
	line-height: 26px;
	padding-top: 36px;
}
.details_left_box2{
	height: 58px;
	margin:0 22px 0 34px;
	border:1px solid #eae7e7;
	
}
.details_left_box2 a:nth-child(1){
	border-right: 1px solid #eae7e7;
	overflow: hidden;
	display: inline-block;
	padding: 16px 42px 16px 40px;
}
.details_left_box2 a:nth-child(2){
	border-right: 1px solid #eae7e7;
	overflow: hidden;
	display: inline-block;
	padding: 16px;
}
.details_left_box2 a:nth-child(3){
	overflow: hidden;
	display: inline-block;
	padding: 16px 42px 16px 40px;
}
.details_left_box3{
	margin: 40px 28px 30px 30px;
	height: 66px;
	line-height: 66px;
	overflow: hidden;
	border-top: 1px solid #eae7e7;
	border-bottom: 1px solid #eae7e7;
}
.details_left_box3>span{
	background-color:#f4f4f4 ;
	padding: 6px 14px;
	margin-right: 12px;
	font-size: 14px;
	color:#8d8d8d;
	overflow: hidden;
	border-radius: 5px;
}
.details_left_box3 span:nth-child(3){
	margin-right: 0;
}
.details_left_box4{
	padding: 0 34px 0 26px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding-bottom: 46px;
}
.details_left_box4 span a{
	font-size: 18px;
	color: #8d8d8d;
	height: 62px;
}
.recommend{
	padding-top: 22px;
}
.recommend span{
	font-size: 18px;
	color: #8d8d8d;
	height: 62px;
	line-height: 62px;
	background-color: #fff;
	text-align: center;
	width: 292px;
	display: inline-block;
	border: 1px solid #f1f1f1;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
    box-shadow: 0 5px 8px #eee;
    box-shadow: 0px 5px 8px #eee;
	-ms-box-shadow: 0px 5px 8px #eee;
	-webkit-box-shadow: 0px 5px 8px #eee;
	-moz-box-shadow: 0px 5px 8px #eee;
	-o-box-shadow: 0px 5px 8px #eee;
}
.case_list_ul_img1{
	width: 292px;
	position: relative;
	overflow: hidden;
}
.case_list_ul_img1 img{
	width: 292px;
	height: 180px;
}
.case_list_ul_img1 .img_sha{
	width: 292px;
	height: 180px;
	position: absolute;
	background: rgba(0,0,0,0.5);
	height: 0;
	bottom: 0;
}
.case_list_ul_img1 .img_sha0{
	height: 0;
	bottom:0;
}
.case_list_ul_img1 .img_sha1{
	height: 100%;
	width: 0;
	left:0;
}
.recommend:hover .img_sha{
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.recommend:hover img:nth-child(2){
   	-webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
	transform: scale(1.2);
	-ms-transform:scale(1.2); 	
	-moz-transform:scale(1.2); 	
	-webkit-transform:scale(1.2); 
	-o-transform:scale(1.2); 	
}
.case_list_ul_img1 img:nth-child(1){
	width: 70px;
	height: 70px;
	position: absolute;
	top: 52px;
	left: 50%;
	margin-left: -35px;
	z-index: 66;
	border-radius: 16px;
}
.details_rigth{
	float: right;
    margin-top: 27px;
    margin-left: 10px;
}
.details_rigth img{
	width: 825px;
}

.company_info{
	
	overflow: hidden;
}
.company_info_left{
	width: 698px;
	padding-right: 50px;
	box-sizing: border-box;
	border-right: 1px solid #eaeaea;
}
.company_info_name{
	
}
.company_info_name span{
	font-size: 28px;
	color: #ff7426;
}
.company_info_name i{
	font-size: 12px;
	color: #7f7e7e;
	font-style: normal;
	display: block;
	padding-top: 8px;
}
.company_info_name p{
	padding-top: 30px;
	font-size: 14px;
	color: #626262;
	line-height: 26px;
}
.company_info_img{
	height: 310px;
	overflow: hidden;
	padding-top: 62px;
}
.company_info_img_box{
	float: left;
}
.company_info_img_box2{
	float: left;
	height: 154px;
	width: 228px;
	overflow: hidden;
	margin-bottom: 4px;
	box-sizing: border-box;
}
.company_info_img_box img{
	width: 412px;
	height: 310px;
}
.company_info_img_box{
	width: 412px;
	overflow: hidden;
	   margin-right: 5px;
	   box-sizing: border-box;
}
.company_info_img_box img:hover{
	transform: scale(1.1);
	webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
.company_info_img_box2{
	width: 228px;
	overflow: hidden;
}
.company_info_img_box2 img{
	
}
.company_info_img_box2 img:hover{
	transform: scale(1.1);
	webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
.company_info_right{
	width: 500px;
	padding-left: 60px;
	box-sizing: border-box;
}
.company_info_right_box{
	width: 439px;

	overflow: hidden;
	margin-top: 16px;
	box-sizing: border-box;
}
.company_info_right_box img{
	width: 439px;

}
.company_info_right_box img:hover{
		transform: scale(1.1);
	webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
.number{
	padding: 66px 0 34px 0;
	overflow: hidden;
}
.num_box{
	width: 256px;
	height: 136px;
	text-align: center;
	border: 1px solid #e3e3e3;
	margin-right: 56px;
	float: left;
	position: relative;
}
.num_box:nth-last-child(1){
	margin-right: 0;
}
.num_box span{
	margin-top: 20px;
	font-size: 70px;
	color: #818181;
	font-family: Impact;
	display: inline-block;
}
.num_box i{
	font-size: 32px;
	color: #818181;
	font-style: normal;
	position: absolute;
	top: 16px;
}
.num_box p{
	padding-top: 6px;
	font-size: 14px;
	color: #454545;
}

.partner{
	height: 764px;
	background-color: #f3f3f3;
	overflow: hidden;
}
.par_top{
	height: 162px;
	position: relative;
	text-align: center;
	padding-top: 76px;
    box-sizing: border-box;
}
.par_top img{
	vertical-align: top;
}
.par_top span{
	padding: 0 10px 0 10px;
	font-size: 32px;
	color:#eeebe9;
	display: inline-block;
	font-weight: bold;
}
.par_top p{
	padding-top: 20px;
	font-size: 16px;
	color:#6b6a6a;
}

.par_imgs{
	overflow: hidden;
	padding-top: 44px;
	overflow: hidden;
}
.par_imgs li{
	float: left;
}
.par_imgs ul{
	overflow: hidden;
	background-color: #fff;
	width: 1190px;
	overflow: hidden;
}
.tabs li a{
	overflow: hidden;
}
.tabs li a img{
	
}
.par_imgs img{
	float: left;
	padding:0;
	margin: 0;
	height: 170px;
	width: 170px;
}
.par_imgs_cen{
	float: left;
	height: 156px;
	width: 492px;
	background-color: #fff;
	margin: 6px 8px;
	box-sizing: border-box;
	z-index: 66;
	position: relative;
	box-sizing: border-box;
}
.par_imgs .hover_li{
	animation: par 1s;
	box-shadow: 0 0 16px  #CCCCCC inset;	
}

.par_imgs li:nth-child(10){
	border: 1px solid #B8B8B8;
}
.par_imgs_cen img{
	width: 22px;
	height: 22px;
}
.par_imgs_cen img:nth-child(4){
	width: 60px;
	height: 60px;
	float: right;
	margin-top: -26px;
	margin-right: 30px;
}
.par_imgs_cen p{
	text-align: left;
	padding:22px 22px 16px 26px;
	font-size: 14px;
	color: #525252;
	line-height: 24px;
}
.par_imgs_cen span{
	font-size: 14px;
	color: #222124;
    padding-left: 26px;
}


.new-mes-info{
	padding-top: 50px;
}
.new-mes-info input{
	height: 50px;
	width: 100%;
	border: 1px solid #e2e2e2;
	margin-bottom: 20px;
	outline: none;
	font-size: 18px;
	padding-left: 20px;
	color:#858484;
	box-sizing: border-box;
}
.new-mes-info input::placeholder,textarea::placeholder{
	font-size: 18px;
	color:#858484;
}
.new-mes-info textarea{
	width: 100%;
	height: 186px;
	line-height: 50px;
	border: 1px solid #e2e2e2;
	outline: none;
	font-size: 18px;
	padding-left: 20px;
	color:#858484;
	resize: none;
	box-sizing: border-box;	
}
.new-mes-info button{
	height: 50px;
	width: 100%;
	color: #fff;
	background-color: #ff7426;
	text-align: center;
	font-size: 18px;
	margin: 28px 0 30px 0;
	outline: none;
	cursor: pointer;
}


footer{height: 744px;background: url(../image/beijing36.png) no-repeat top;}
.footer_tit{height: 175px;text-align: center;line-height: 175px;}
.footer_tit span{font-size: 26px;color: #ffffff;}
.footer_tit p{font-size: 31px;color: #ffffff;display: inline;}
.footer_main_top{height: 120px;background: url(../image/beijing39.png)no-repeat 0 100%;}
.footer_main{height: 493px;}
.ft_mn_topul li:hover i{animation: flipInX 1s;}
.ft_mn_topul li{width: 375px;height: 120px;float: left;color: #cccccc;position: relative;}


.ft_mn_topul li{
	    background-color: rgba(0,0, 0, 0)!important;
}


.ft_mn_topli1 div{width: 215px;height: 44px;position:absolute;top:50%;left: 50%;margin-top: -22px;margin-left: -107.5px;}
.ft_mn_topli1 span{text-align: left;}
.ft_mn_topli1 span p{font-size: 13px;}
.ft_mn_topli1 span a{font-size: 16px;margin-top: 5px;display: inline-block;color: #cccccc;}
.ft_mn_topli1 i{width: 37px;height: 40px;background: url(../image/beijing37.png)no-repeat;float: left;margin-right: 40px;}
.ft_mn_topli1 .ft_mn_topli{width: 50px;height: 38px;background: url(../image/beijing38.png)no-repeat;}
.ft_mn_topli1 .ft_mn_topli2{width: 50px;height: 38px;background: url(../image/beijing50.png)no-repeat;}
.ft_mn_topli01{background: url(../image/beijing40.png)no-repeat 100% 50%;}
.ft_mn_topli2{background: url(../image/beijing40.png)no-repeat 100% 50%;}
.footer_main_bom{height: 373px;padding-top: 34px;clear: both;}
.ft_mn_bomlf{width: 645px;float: left;background: url(../image/beijing41.png)no-repeat 100% 0%;}

.ft_mn_bomlf{
	    background-color: rgba(0,0, 0, 0)!important;
}


.ft_mn_bomlf ul h6{font-size: 15px;color: #ffffff;margin-bottom: 30px;}
.ft_mn_bomlf ul li{margin-bottom: 15px;}
.ft_mn_bomlf ul a:hover{color: #ffffff;}
.ft_mn_bomlf ul a{font-size: 13px;color: #cccccc;}
.ft_mn_bomlf ul{height: 100%;width: 70px;float: left;margin-right: 55px;}
.ft_mn_bomrt{float: right;}

.ft_mn_bomrttop{color: #cccccc;font-size: 13px;}
.ft_mn_bomrttop span{color:#ff6600;font-size: 24px;}
.ft_mn_bomrtp1{margin-bottom: 20px;}
.ft_mn_bomrttop i{width: 18px;height: 18px;margin-right: 12px;display: inline-block;
    vertical-align: middle;}
.ft_mn_bomrttl{background: url(../image/beijing43.png)no-repeat ;}
.ft_mn_bomrtem{background: url(../image/beijing44.png)no-repeat;}
.ft_mn_bomrtdw{background: url(../image/beijing45.png)no-repeat;}
.ft_mn_bomrtbom{background: url(../image/beijing42.png)no-repeat 0 0;height: 155px;}
.ft_mn_bomrtboml{float: left;margin-top: 28px;margin-left: 35px;}
.ft_mnxa:hover{border: 1px solid #008bd2;color: #ffffff;}
.ft_mnxa{width: 155px;height: 35px;border: 1px solid #008bd2;line-height: 35px;color: #ffffff;}
.ft_mnxsp{font-size: 13px;}
.item_center .item_more{
    position: relative;
    border-radius: 20px;
    display: block;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    z-index: 9;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}
.ft_mnxa {
    width: 155px;
    height: 35px;
    border: 1px solid #008bd2;
    line-height: 35px;
    color: #ffffff;
}
.item_center .item_more:hover .item_i {
    width: 100%;
}
.item_center .item_more:hover .item_i {
    width: 100%;
}
.item_center .item_more .item_i {
    display: block;
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -99;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.ft_mnxi {
    background: #008bd2;
}
.ft_mnxi{background: #008bd2;}
.ft_mnx{margin-bottom: 28px;}
.item_more .ft_mnxm{width: 16px;height: 16px;background: url(../image/beijing46.png)no-repeat;margin-right: 15px;margin-bottom: 3px;display: inline-block;vertical-align: middle;}
.ft_mnja:hover{border: 1px solid #ff6600;color: #ffffff;}
.ft_mnja{width: 155px;height: 35px;border: 1px solid #ff6600;line-height: 35px;color: #ffffff;}
.ft_mnjsp{font-size: 13px;}
.ft_mnji{background: #ff6600;}
.item_more .ft_mnjs{width: 16px;height: 16px;background: url(../image/beijing47.png)no-repeat;margin-right: 15px;margin-bottom: 3px;display: inline-block;vertical-align: middle;}
.ft_mn_bomrtbomr{width: 111px;height: 138px;float: right;font-size: 13px;text-align: center;color: #cccccc;margin-top: 20px;margin-right: 45px;}
.ft_mn_bomrtbomr i{width: 111px;height: 111px;margin-bottom: 5px;display:inline-block;}
.ft_mn_bomrtbomr i img{
	width: 100%;
}
.ft_di{height: 77px;background: url(../image/beijing49.png)no-repeat;text-align: center;}
.ft_di span{color: #ffffff;font-size: 13px;margin-right: 60px;height: 77px;line-height: 77px;display: inline-block;}
.tel_pic1 {
    color: #575757;
    font-size: 16px;
}
.ft_mn_bomrtbomr i{width: 111px;height: 111px;margin-bottom: 5px;display:inline-block;}