a{
    text-decoration: none;
}
/* CSS Document */
.banner-bottom{
	position: absolute;
    width: inherit;
	bottom:0;
	background-color: rgb(0,0,0,.3);
}
.explain{
	display: flex;
	justify-content: space-between;
	padding:10px 0;
	padding-left: 8%;
	padding-right:8%;
	margin: 0 auto;
    max-width: 70em;
}
.submit{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.icon{

}
.submit span{
	color:#fff;
	font-size:0.9em;
}
/*我们的服务*/
.advantage{
	background-color: rgba(0, 0, 0, 0.75);
    height: 465px;
    margin-top: -60px;
    padding: 60px 0;
}
.serve ul li{
	list-style: none;
}
.serve_img{
    width: inherit;
	margin-top:60px;
}
/*标题*/
.title{
	text-align: center;
}
.ad,.ad_e{
	color:#ffffff!important
}
.title h1{
	color:#2c3e50;
	margin-top:60px!important;
	margin-bottom:0!important;
	line-height: 70px;
	margin-bottom: 16px;
}
.title p{
	color:#2c3e50;
	font-size:16px;
	margin-top:0;
}
/*图片*/
.serve-mg{
    padding-bottom:60px;
    background-color: #eff3f5!important;
}

.Service_type{
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
    max-width: 70em;
	margin-top:40px;
	padding-left:0!important;
}
.img_bg{
	width:100%;
	border-style: solid;
  	border-width: 20px 20px 10px 20px;
  	border-color: transparent;
	transition: all 1s;
}
.img_bg:hover{
	border-color: #fff;
    box-shadow: 0px 0px 19px 0px rgba(204, 204,204, 0.6); 
	
}
.iInspir-cover{
	width:100%;
	height:auto;
    border-color: transparent;
	transition: all 1s;
}
.img_bg:hover .iInspir-cover{
    background-color: #fff;
}
.pos{
	position: relative;
}
.img_box{
	padding:-20px;
}
.info{
	text-align: left;
	position: relative;
    z-index: 2;
    padding: 5px 0 10px 0;
}
.info h4{
	margin:0!important;
    color:#34495e!important;
}
.info p{
	margin-top:0!important;
    font-size:15px!important;
    color:#9aabb8!important;
}
/*文字*/
.over{
	display: block;
    width: 100%;
    height:auto;
    overflow: hidden;
}
/*案例中心*/	.case_show {
				list-style-type: none;

			}

			.no-js .case_show {
				display: block;
			}

			.elastislide-carousel ul li {
				min-width: 20px;
			}
			.elastislide-horizontal {
				padding: 10px 9px;
			}

			.elastislide-vertical {
				padding: 40px 10px;
			}

			.elastislide-carousel {
				overflow: hidden;
				position: relative;
			}

			.elastislide-carousel ul {
				position: relative;
				display: block;
				list-style-type: none;
				padding: 0;
				margin: 0;
				-webkit-backface-visibility: hidden;
				-webkit-transform: translateX(0px);
				-moz-transform: translateX(0px);
				-ms-transform: translateX(0px);
				-o-transform: translateX(0px);
				transform: translateX(0px);
			}

			.elastislide-horizontal ul {
				white-space: nowrap;
			}

			.elastislide-carousel ul li {
				margin: 0;
				-webkit-backface-visibility: hidden;
			}

			.elastislide-horizontal ul li {
				height: 100%;
				display: inline-block;
			}

			.elastislide-vertical ul li {
				display: block;
			}

			.elastislide-carousel ul li a {
				display: inline-block;
				width: 100%;
			}

			.elastislide-carousel ul li a img {
				display: block;
				border: 2px solid white;
				max-width: 90%;
			}

			.elastislide-wrapper nav span {
				position: absolute;
				background:  url(img/nav.png) no-repeat 4px 3px;
				width: 23px;
				height: 23px;
				border-radius: 50%;
				text-indent: -9000px;
				cursor: pointer;
				opacity: 0.8;
			}

			.elastislide-wrapper nav span:hover {
				opacity: 1.0
			}

			.elastislide-horizontal nav span {
				top: 50%;
				left: -64.5em;
				margin-top: -220px;
			}

			.elastislide-vertical nav span {
				top: 10px;
				left: 50%;
				margin-left: -11px;
				background-position: -17px 5px;
			}
/*右*/
			.elastislide-horizontal nav span.elastislide-next {
				right: -30px;
				left: auto;
				background-position: 4px -17px;
			}

			.elastislide-vertical nav span.elastislide-next {
				bottom: 10px;
				top: auto;
				background-position: -17px -18px;
			}
			/*c*/

			.case .elastislide-wrapper:after {
				right: 20px;
				left: auto;
				-webkit-transform: rotate(3deg);
				-moz-transform: rotate(3deg);
				-ms-transform: rotate(3deg);
				-o-transform: rotate(3deg);
				transform: rotate(3deg);
			}
			/*d*/
			.case_show a {
				color: #555;
				text-decoration: none;
			}


			.banner {
				max-width: 65em;
				padding: 0 10px;
				margin: 0 auto;
			}
			.lt-ie8 .case_show {
				display: none;
			}
.case-z{
    position: relative;
    
}
.case-z img{ 
    transition: opacity 1s;
    -moz-transition: opacity 1s;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    -ms-transition: opacity 1s;
}
.case-z:hover img{
    filter:alpha(Opacity=50);-moz-opacity:0.5;opacity: 0.5; 
}
.case-img{
    position:absolute;
    bottom:1em;
    max-width:90%;
    left:0px;
    color:#fff;
    padding-left:30px;
    font-family: "Open Sans", "Arial", sans-serif;
    font-weight: 600;
    font-size:20px;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}
.case-z:hover .case-img{
    
}
/*更过案例*/
.more_case{
	width:160px;
	height:40px;
	line-height:40px;
	color:#1386fa;
	border:1px solid #1386fa;
	margin:60px auto;
	border-radius: 2.4em;
	text-align: center;
    transition: background-color 0.6s;
}
.more_case a{
	text-decoration: none;
	color:#1386fa;
	font-size:16px;
    transition: color 0.6s;
}
.more_case:hover{
    background-color: #1386fa;
    color:#fff;
}
.more_case:hover a{
    color:#fff;
}
/*优势*/
.ad_bg{
	background:url(img/ad_bg.png) no-repeat;
	background-size: 100% 100%; 
  	background-position: center center;
	background-attachment: fixed;
	height: 405px;
}
.ad_content{
	padding:10px 0;
	margin: 0 auto;
    max-width: 70em;
}
.ad_type{
	display: flex;
	justify-content: space-between;
}
.ad_type li{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	width:22%;
}
.ad_icon{
	width:50%;
}
.ad_type li span{
	color:#fff;
	font-size:16px;
	line-height: 32px;
}
/*页脚*/
ul.plain{
	padding-left: 0;
    list-style-type: none;
	line-height: 36px;
}
.column.last{
	width: 120px;
}
strong{
	color:#222;
}
.case-show {
	background: rgba(0, 0, 0, 0.04);
	padding: 7em 0;
}

#wrapper {
	width: 70em;
	margin: 0 auto;
}

.rslides {
	margin: 0 auto 40px;
}

.rslides_tabs {
	list-style: none;
	padding: 0;
	background: rgba(0, 0, 0, .25);
	box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
	-moz-box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
	-webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
	font-size: 18px;
	list-style: none;
	margin: 0 auto 50px;
	max-width: 540px;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}

.rslides_tabs li {
	display: inline;
	float: none;
	margin-right: 1px;
}

.rslides_tabs a {
	width: auto;
	line-height: 20px;
	padding: 9px 20px;
	height: auto;
	background: transparent;
	display: inline;
}

.rslides_tabs li:first-child {
	margin-left: 0;
}

.rslides_tabs .rslides_here a {
	background: rgba(255, 255, 255, .1);
	color: #fff;
	font-weight: bold;
}

.callbacks_container {
	margin-bottom: 50px;
	position: relative;
	float: left;
	width: 100%;
}

.callbacks {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.callbacks li {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}

.callbacks img {
	display: block;
	position: relative;
	z-index: 1;
	height: auto;
	width: 100%;
	border: 0;
}

.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	background: #000;
	background: rgba(0, 0, 0, .8);
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
}

.callbacks_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 52%;
	left: 0;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 61px;
	width: 38px;
	background: transparent url("img/themes/themes.gif") no-repeat left top;
	margin-top: -45px;
}

.callbacks_nav:active {
	opacity: 1.0;
}

.callbacks_nav.next {
	left: auto;
	background-position: right top;
	right: 0;
}

.clearfix {
	clear: both;
}

.section-title {
	color: #5a5a5a;
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 400;
}

.p_um {
	background-color: #fff;
	padding: 4em 0;
}

.sum_content {
	width: 70em;
	color: #2c2d33;
	margin: 0 auto;
}

.sum_content h3 {
	text-transform: uppercase;
	font-family: inherit;
	font-weight: 500;
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

.sum_content p {
	text-align: justify;
	margin-bottom: 1.5em;
	font-size: 16px;
	font-family: "Open Sans", "Arial", sans-serif;
	line-height: 1.5;
	font-weight: normal;
}