.banner {
	width: 100%;
	min-width: 1200px;
    height: 470px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.banner li {
	display: list-item;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	background-color: #f5f5f5;
}
.banner li a {
	display: block;
	width: 100%;
	height: 100%;
}
.banner li a img{
	display: block;
	width: 100%;
	height: auto;
}
.banner-wrap{
	position: absolute;
	height: 5px;
	bottom: 30px;
	margin-left: -600px;
	left: 50%;
}
.banner .btn {
	height: 7px;
	position: absolute;
	left: 50%;
	width: 960px;
	margin-left: -400px;
	bottom: 0;
	z-index: 10;
	text-align: center;
	height: 5px;
}
.banner .btn span {
	display: inline-block;
	width: 40px;
	height: 6px;
	background: #fff;
	cursor: pointer;
	margin: 0 5px;
	opacity: 0.5;
	line-height: 5px;
	filter: alpha(opacity=90);
}
.banner .btn span.on {
	opacity: 1;
	filter: alpha(opacity=100);
}
.banner-prev, .banner-next {
    /*display: none;*/
    position: absolute;
    top: -180px;
    width: 50px;
    height: 100px;
    margin-top: -50px;
    background: url(../images/prev.png) no-repeat center center transparent;
    cursor: pointer;
    z-index: 13;
}
.banner-prev:hover, .banner-next:hover{
	background-color: rgba(255,255,255,0.2);
}
.banner-next {
    right: -50px;
    background-position: 100% 0;
    background: url(../images/next.png) no-repeat center center transparent;
}
.banner-prev {
	left: -50px;
}
/* quick */
.quick{
	padding: 20px 0;
	background: #f5f5f5;
	color: #fff;
	font-size: 15px;
}
.gdt{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.gdt-wrap{
	width: 1260px;
}
	.gdt .gdt-b{
		position: relative;
		float: left;
		width: 104px;
		height: 104px;
		/*margin-right: 60px;*/
		border-radius: 52px;
		background: #484848;
		overflow: hidden;
		z-index: 2;
	}
	.gdt .gdt-b.on{
		width: 708px;
		background: #ea0606;
	}
	.gdt-head{
		width: 104px;
		height: 104px;
		text-align: center;
		border-radius: 52px;
		padding-top: 64px;
		cursor: pointer;
		position: relative;
		z-index: 2;
		background-color: transparent;
	}
	.gdt-head:hover{
		background-color: #c5261c;
	}
	.icon.quick-a{ background-position: 0 -44px; }
	.icon.quick-b{ background-position: -104px -44px; }
	.icon.quick-c{ background-position: -208px -44px; }
	.icon.quick-d{ background-position: -312px -44px; }
	.gdt-body{
		position: absolute;
		width: 100%;
		height: 100%;
		padding-left: 104px;
		top: 0;
		left: 0;
	}
	.gdt .line{
		float: left;
		width: 60px;
		height: 104px;
	}
		.gdt .line.line1{
			background: url(../images/line1.png) no-repeat center center;
		}
		.gdt .line.line2{
			background: url(../images/line2.png) no-repeat center center;
		}
.ask-b{
	padding: 8px;
}
.ask-b .ask-list{
	width: 80%;
}
	.ask-b .ask-list li{
		width: 50%;
		float: left;
		font-size: 12px;
		line-height: 20px;
		margin: 5px 0;
		list-style: disc inside;
	}
	.ask-b .button.ask-btn{
		width: 15%;
		height: 40px;
		line-height: 40px;
		padding: 0;
		text-align: center;
		margin-top: 30px;
		margin-right: 5%;
	}
.kf-b{
	overflow: hidden;
	padding-top: 14px;
}
.kf-b .button{
	margin-right: 14px;
	margin-bottom: 10px;
}
.kf-b .button img{
	vertical-align: -5px;
	margin-right: 8px;
}
/* form-inline */
.form-quick{
	padding-top: 18px;
}
	.form-quick .form-group{
		height: 30px;
		clear: both;
		margin-bottom: 10px;
	}
		.form-quick .form-group .input-group{
			float: left;
			height: 100%;
			margin-right: 20px;
		}
		.form-quick .form-group .input-group.long{
			/*width: 60%;*/
		}
		.form-quick .form-group .input-group .input-label{
			font-size: 12px;
			line-height: 30px;
		}
		.form-quick .form-group .input-group .form-control{
			width: 100px;
			height: 100%;
			background: #fff;
			padding: 0 8px;
			font-size: 12px;
			line-height: 28px;
			border: 1px solid #e5e5e5;
			border-radius: 4px;
			transition: all .2s ease-in-out;
			-webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			-o-transition: all .2s ease-in-out;
		}
			.form-quick .form-group .input-group .form-control:focus{
				border-color: #c5261c;
			}
		.form-quick .form-group .input-group .form-control.short{
			width: 60px;
		}

		.form-quick .form-group .input-group .form-control.long{
			width: 170px;
		}
		.form-quick .form-group .input-group .form-control.superlong{
			width: 270px;
		}
		.form-quick .ml10{ margin-left: 10px; }
		.form-quick .form-bottom{
			padding-top: 10px;
			line-height: 34px;
		}

/*.row*/
.row{
	padding-top: 40px;
}
.row-title{
	/*width: 100%;*/
	margin: 0 auto;
	line-height: 1em;
	text-align: center;
	margin-bottom: 30px;
}
	.row-title h1{
		font-size: 36px;
		height: 26px;
		margin-bottom: 4px;
		color: #666;
		font-family: engra;
	}
	.row-title h2{
		font-size: 22px;
		height: 22px;
		margin-bottom: 8px;
		color: #333;
	}
	.row-title .deco{
		width: 70px;
		height: 2px;
		background: #c5261c;
		margin: 0 auto;
	}
.row-title.white-title{
	color: #fff;
}
	.row-title.white-title h2,.row-title.white-title h1{
		color: #fff;
	}
	.row-title.white-title .deco{
		background: #fff;
	}
.row-title.left-title{
	text-align: left;
}
	.row-title.left-title .deco{
		margin: 0;
	}
.row-body{
	overflow: hidden;
}
/* 服务内容 */
.serv{

}
.serv-m{
	
}
.serv-m .b{
	position: relative;
	display: block;
	float: left;
	width: 238.8px;
	height: 240px;
	overflow: hidden;
}
.serv-m .b .bg{
	position: absolute;
	top: 100%;
	width: 100%;
	height: 100%;
	transition: top .3s;
	z-index: 1;
	background: #ea0606;
}
	.serv-m .b .bg img{ 
		width: 100%;
		height: 100%;
		opacity: 0.3;
		filter: opacity(30);
	}
.serv-m .b .icon{
	position: absolute;
	top: 26px;
	left: 85.4px;
	width: 68px;
	height: 68px;
	margin-bottom: 22px;
	z-index: 2;
	border-bottom: 2px solid #484848;
}
.serv-m .b:hover .icon{
	border-bottom-color: #fff;
}
.icon_enter_a{ background-position: 0 -147px; }
.serv-m .b:hover .icon_enter_a{ background-position: 0 -215px; }
.icon_enter_b{ background-position: -68px -147px; }
.serv-m .b:hover .icon_enter_b{ background-position: -68px -215px; }
.icon_enter_c{ background-position: -136px -147px; }
.serv-m .b:hover .icon_enter_c{ background-position: -136px -215px; }
.icon_enter_d{ background-position: -204px -147px; }
.serv-m .b:hover .icon_enter_d{ background-position: -204px -215px; }
.icon_enter_e{ background-position: -272px -147px; }
.serv-m .b:hover .icon_enter_e{ background-position: -272px -215px; }

.serv-m .b .b_title{
	position: absolute;
	width: 206px;
	left: 16.4px;
	top: 116px;
	margin-bottom: 20px;
	color: #737373;
	font-size: 18px;
	/*! font-weight: bold; */
	text-align: center;
	z-index: 2;
	color: #333;
}
.serv-m .b .info{
	position:absolute;
	top: 152px;
	left: 16.4px;
	width: 206px;
	color: #666;
	padding:0 18px;
	text-align: center;
	margin: 0 auto;
	z-index: 2;
	height: 60px;
	overflow: hidden;
	line-height: 20px;
	font-size: 12px;
}
.serv-m .b:hover .bg{
	top: 0;
}
.serv-m .b:hover .b_title,.serv-m .b:hover .info{
	color: #fff;
}
/* 优势 */
.youshi{
	padding: 40px 0;
	background: url(../images/index/ys-bg.jpg) repeat;
}
	.youshi-m {
		overflow: hidden;
	}
	.ys-h{
		width: 1037px;
		height: 151px;
		background: url(../images/index/ys-h-bg.png) no-repeat center center;
		padding: 52px 315px 0 48px;
		text-align: center;
		font-size: 30px;
		line-height: 76px;
		font-weight: bold;
		color: #fff;
	}
	.youshi .b{
		position: relative;
		margin-top: 50px;
	}
	.youshi .b .content{
		max-width: 800px;
	}
		.youshi .b .content .c-h{
			width: 100%;
			height: 58px;
			line-height: 58px;
			font-size: 20px;
			font-weight: bold;
			color: #ea0606;
		}
			.youshi .b .content .c-h .num{
				width: 58px;
				height: 58px;
				border-radius: 50%;
				margin-right: 20px;
				box-shadow: 3px 3px 0 #a10a00;
				color: #fff;
				text-align: center;
				background: #ea0606;
				font-size: 30px;
			}
		.youshi .b .content .c-b ul{
			padding-left: 80px;
		}
		.youshi .b .content .c-b li{
			padding-left: 30px;
			font-size: 14px;
			line-height: 20px;
			padding: 6px 0 6px 30px;
			color: #333;
			background: url(../images/index/ys-li-bg.png) no-repeat left center;
		}
	.youshi .b .img{
		width: 262px;
		height: 262px;
		position: relative;
	}
		.youshi .b .img .deco{
			width: 100%;
			height: 100%;
			background: url(../images/index/ys-img-deco.png) no-repeat center center;
			transition: all 0.6s ease-in-out;
		}
		.youshi .b .img.fl .deco{
			transform: rotate(180deg);
		}
		.youshi .b .img:hover .deco{
			transform: rotate(-360deg);
		}
		.youshi .b .img.fl:hover .deco{
			transform: rotate(-180deg);
		}
		.youshi .b .img .img-b{
			position: absolute;
			top: 23px;
			left: 23px;
			width: 214px;
			height: 214px;
			border-radius: 50%;
			overflow: hidden;
			background-repeat: no-repeat;
			background-position: center center;
			background-size:  100% 100%;
		}
	.youshi .b:before{
		position: absolute;
		display: block;
		content:'';
	}
		.youshi .b.ys-a:before{
			bottom: -150px;
			right: 320px;
			width: 573px;
			height: 227px;
			background: url(../images/index/ysb-deco/a.png) no-repeat center center;
		}
		.youshi .b.ys-b:before{
			bottom: -120px;
			right: 280px;
			width: 654px;
			height: 151px;
			background: url(../images/index/ysb-deco/b.png) no-repeat center center;
		}
		.youshi .b.ys-c:before{
			bottom: -160px;
			right: 140px;
			width: 189px;
			height: 166px;
			background: url(../images/index/ysb-deco/c.png) no-repeat center center;
		}
		.youshi .b.ys-d:before{
			top: -70px;
			left: 80px;
			width: 135px;
			height: 84px;
			background: url(../images/index/ysb-deco/d.png) no-repeat center center;
		}
		.youshi .b.ys-e:before{
			top: -100px;
			right: 380px;
			width: 515px;
			height: 142px;
			background: url(../images/index/ysb-deco/e.png) no-repeat center center;
		}
/* 贴心承诺 */
.serv-m.cn-m .b{
	width: 200px;
	height: 200px;
	background: transparent;
}
.serv-m.cn-m .b:hover{
	background: #f5f5f5;
}
.serv-m.cn-m .b .b_title{
	font-size: 20px;
	top: 100px;
	left: 0;
	width: 100%;
}
.serv-m.cn-m .b .info{
	font-size: 14px;
	text-align: center;
	line-height: 20px;
	top: 132px;
	left: 0;
	width: 100%;
}
.serv-m.cn-m .b .icon{
	left: 71px;
	width: 58px;
	height: 58px;
	border-bottom: 0;
	border-radius: 8px;
	background-color: transparent;
}
.serv-m.cn-m .b:hover .icon{
	background-color: #ea0606;
}
.icon_cn_a{ background-position: 0 -283px; }
.serv-m.cn-m .b:hover .icon_cn_a{ background-position: 0 -341px; }
.icon_cn_b{ background-position: -58px -283px; }
.serv-m.cn-m .b:hover .icon_cn_b{ background-position: -58px -341px; }
.icon_cn_c{ background-position: -116px -283px; }
.serv-m.cn-m .b:hover .icon_cn_c{ background-position: -116px -341px; }
.icon_cn_d{ background-position: -174px -283px; }
.serv-m.cn-m .b:hover .icon_cn_d{ background-position: -174px -341px; }
.icon_cn_e{ background-position: -232px -283px; }
.serv-m.cn-m .b:hover .icon_cn_e{ background-position: -232px -341px; }
.icon_cn_f{ background-position: -290px -283px; }
.serv-m.cn-m .b:hover .icon_cn_f{ background-position: -290px -341px; }
.serv-m.cn-m .b:hover .b_title,.serv-m.cn-m .b:hover .info{
	color: #c5261c;
}
/* 流程 */
.lc{
	padding: 70px 0;
	background: url(../images/index/lc-bg.jpg) no-repeat center center;
}
.lc-m {
	width: 100%;
	overflow: hidden;
}
.lc-m ul {
	width: 1278px;
}
.lc-m ul li {
	float: left;
	width: 104px;
	font-size: 16px;
	margin-right: 78px;
	margin-top: 20px;
	text-align: center;
	color: #fff;
	position: relative;
}
.lc-m ul li .num{
	font-size: 24px;
	font-weight: bold;
	opacity: 0.5;
	filter: opacity(50);
	line-height: 34px;
}
.lc-m ul li .icon {
	position: relative;
	width: 104px;
	height: 104px;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	background-color: #fff;
}
.lc-m ul li:hover .icon{ background-color: #c5261c; }
.lc-m ul li.li-a .icon { background-position: -416px 0;}
.lc-m ul li.li-a:hover .icon { background-position: -416px -104px;}
.lc-m ul li.li-b .icon { background-position: -520px 0;}
.lc-m ul li.li-b:hover .icon { background-position: -520px  -104px;}
.lc-m ul li.li-c .icon { background-position: -624px 0;}
.lc-m ul li.li-c:hover .icon { background-position: -624px  -104px;}
.lc-m ul li.li-d .icon { background-position: -728px 0;}
.lc-m ul li.li-d:hover .icon { background-position: -728px  -104px;}
.lc-m ul li.li-e .icon { background-position: -832px 0;}
.lc-m ul li.li-e:hover .icon { background-position: -832px  -104px;}
.lc-m ul li.li-f .icon { background-position: -936px 0;}
.lc-m ul li.li-f:hover .icon { background-position: -936px  -104px;}
.lc-m ul li.li-g .icon { background-position: -1040px 0;}
.lc-m ul li.li-g:hover .icon { background-position: -1040px -104px;}
.lc-m ul li .icon:before{
	content:'';
	display: block;
	background: url(../images/icon.png) no-repeat;
	background-position:  -66px 0;
	width: 78px;
	height: 20px;
	position: absolute;
	left: -78px;
	top: 50%;
	margin-top: -10px;
}
.lc-m ul li.li-a:before{
	display: none;
}
/* 案例展示 */
.case-m{
	width: 1212.5px;
}
.case-m .b{
	float: left;
	width: 230px;
	margin-right: 12.5px;
	background-color: #fff;
	border: 1px solid #bbb;
	box-shadow: 1px 0 0 #bbb;
}
.case-m .b:hover{
	background-color: #c5261c;
}
	.case-m .b .img{
		width: 196px;
		height: 166px;
		margin: 17px;
		border: 1px solid #bbb;
		overflow: hidden;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}
	.case-m .b:hover .img{
		background-size: 110% 110%;
		border-color: #fff;
	}
	.case-m .b .title{
		width: 196px;
		line-height: 20px;
		padding-bottom: 8px;
		height: 28px;
		font-size: 13px;
		color: #333;
		margin: 0 17px;
		border-bottom: 1px solid #bbb;
	}
	.case-m .b:hover .title{
		color: #fff;
		border-color: #ef8686;
	}
	.case-m .b .date{
		width: 196px;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
		color: #666;
		padding: 0 17px;
	}
	.case-m .b:hover .date{
		color: #fff;
	}
/* 关于我们 */
.about{
	padding: 40px 0;
	background: url(../images/index/about-bg.jpg) no-repeat;
}
	.about-m {
		overflow: hidden;
	}
		.about-m .left{
			width: 700px;
		}
	.about .video{
		width: 410px;
	}
		.about .video .name{
			font-size: 15px;
			color: #fff;
			line-height: 30px;
			margin-bottom: 6px;
		}
		.about .video .v-wrap{
			width: 100%;
			height: auto;
		}
/* 相册 */
.xc .tag-btn{
	padding: 0 12px;
	background: #bbb;
	color: #fff;
	font-size: 14px;
	height: 26px;
	line-height: 26px;
}
	.xc .tag-btn:hover,.xc .tag-btn.on{
		background: #c5261c;
	}
.xc .tag-body{
	width: 100%;
	height: 360px;
	position: relative;
}
.xc .tag-body .tag-content{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
}
	.xc .tag-body .tag-content.on{
		display: block;
	}
.slider {
	height: 250px;
	margin: 20px auto;
	overflow: hidden;
	position: relative;
	background: #f5f5f5;
}
.sliderbox {
	position: relative;
}
.sliderbox li a{
	position: relative;
	width: 240px;
	display: block;
	height: 240px;
	overflow: hidden;
	padding: 10px;
}
	.sliderbox li a img{
		width: 100%;
		height: 100%;
	}
	.sliderbox li a .pic-name{
		position: absolute;
		bottom: 10px;
		left: 10px;
		width: 220px;
		height: 60px;
		padding: 10px;
		background: rgba(0,0,0,0.5);
		color: #fff;
		font-size: 14px;
		text-align: center;
		line-height: 20px;
	}
/*必须加这句css,否则向左右，上下滚动时会没有效果*/
.slidernav {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-size: 0;
	*word-spacing: -1px;
}
.slidernav li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	font-size: 14px;
	margin-left: 10px;
	letter-spacing: normal;
	word-spacing: normal;
}
.slidernav li a {
	width: 16px;
	padding: 2px 4px;
	height: 12px;
	background: #fff;
	color: #000;
	text-align: center;
}
.slidernav li.current a {
	background: #3B8DD1;
	color: #fff;
}
@media screen and (-webkit-min-device-antio:0) {
	.slidernav {
		letter-spacing: -5px;
	}
}
.slider .prev, .slider .next {
	position: absolute;
	top: 50%;
	margin-top: -30px;
	cursor: pointer;
	width: 61px;
	height: 61px;
	left: 0;
	background: url(../images/index/ft_icons.png) 0 0 no-repeat;
	text-indent: -9999px;
}
.slider .next {
	right: 0;
	left: auto;
	background-position: 0 -61px;
}
.xc-more{
	width: 130px;
	height: 40px;
	padding: 0;
	line-height: 40px;
	text-align: center;
	margin: 0 auto;
}
/* 合作伙伴 */
.partners .par_title{
	font-size: 20px;
	color: #333;
	margin-bottom: 30px;
}
.partners .par_main{
	width: 100%;
	position: relative;
	height: 114px;
}
.partners .par_control{
	position: absolute;
	top: 25px;
	width: 22px;
	height: 50px;
	background-position: -340px -206px;
	opacity: .6;
	filter: opacity(60);
	cursor: pointer;
	z-index: 888;
}
	.partners .par_control:hover{
		opacity: 1;
		filter: opacity(100);
	}
	.partners .par_control.par_left{ left: 0; }
	.partners .par_control.par_right{ right: 0; 
				transform: rotate(180deg);
				-webkit-transform: rotate(180deg);
				-moz-transform: rotate(180deg);
				-o-transform: rotate(180deg);
				-ms-transform: rotate(180deg);}
.partners .par_main .par_wrap{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}
#rolling_ul{
	position: absolute;
	left: 0;
	width: auto;
	height: 100%;
}
#rolling_ul li{
	float: left;
	width: 114px;
	height: 100%;
	border: 1px solid transparent;
	margin: 0 8px;
}
#rolling_ul li:hover{
	border-color: #0054a5;
}
#rolling_ul li img{
	width: 100%;
	height: 100%;
}
/* 新闻中心 */
.news{
	padding: 50px 0;
	background: url(../images/index/news-bg.jpg) no-repeat center center;
}
.news-m{
	margin-top: 20px;
}
.newsul{
	width: 1240px;
}
.newsul li{
	float: left;
	width: 580px;
	height: 101px;
	padding: 20px 20px 10px 20px;
	margin-right: 40px;
	background: rgba(255,255,255,0.3);
	color: #fff;
}
.newsul li:hover{
	background: rgba(255,255,255,0.4);
}
.newsul li .news-b{
	width: 540px;
	height: 71px;
	padding-left: 20px ;
	padding-right: 20px;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	padding-bottom: 10px;
}
.newsul li .news-b .date{
	width: 60px;
	height: 60px;
	background: #2c2c2c;
	text-align: center;
}
.newsul li .news-b .date .day{
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
}
.newsul li .news-b .date .mon{
	font-size: 13px;
	line-height: 20px;
}
.newsul li .news-b .txt{
	width: 420px;
	height: 60px;
}
.newsul li .news-b .title{
	width: 100%;
	height: 26px;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}
.newsul li .news-b .info{
	width: 100%;
	height: 34px;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
/* 联系 */
.map-wrap{
	width: 620px;
	height: 400px;
}
.con-wrap{
	width: 530px;
	height: auto;
}
.con-wrap .head{
	position: relative;
	background: #c5261c;
	height: 40px;
	width: 100px;
	font-size: 16px;
	padding-left: 20px;
	color: #fff;
	line-height: 40px;
	margin-left: -10px;
}
	.con-wrap .head:before{
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		border-left: 20px solid #c5261c;
		border-bottom: 20px solid transparent;
		border-top: 20px solid transparent;
		top: 0;
		right: -20px;
	}
.con-wrap .con-row{
	margin-top: 20px;
	width: 100%;
}
.con-wrap .con-row .con-h{
	float: left;
	width: 20%;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	color: #c5261c;
}
	.con-wrap .con-row .con-h img{
		margin-right: 10px;
		vertical-align: -4px;
	}
.con-wrap .con-row .con-b{
	float: left;
	width: 80%;
	padding-left: 14px;
	font-size: 14px;
	line-height: 30px;
	color: #666;
}
.con-wrap .con-row .con-b li{
	position: relative;
}
	.con-wrap .con-row .con-b li:before{
		content: '';
		position: absolute;
		width: 6px;
		height: 6px;
		top: 12px;
		left: -12px;
		background: #999;
	}