/*
 * 主题色：e84a3e
 * 
 * 
 * 
 * */
html,
body 
{ line-height:180%;  font-family: "Microsoft Yahei"; background:white;}
li {list-style:none;}
.g-nav{
	z-index: 100;
    background-color: #e84a3e;
    overflow-x: auto;
}
.g-nav .m-nav li a{
	color: #fff;
}
.g-nav .m-nav li.active{
	background: #fff;
} 
.g-nav .m-nav li.active a{
	color: #000;
	
}
.g-nav ul ,.g-nav ul li{
	padding: 0;
	margin: 0;
}
.g-nav .m-nav li.active a::before{
		right: 0;
	}
.g-nav {
    position: relative;
    background-position: 0 0;
    background-repeat: repeat-x;
}
.m-nav {
    height: 45px;
    line-height: 45px;
    text-align: center;
}
.m-nav, .m-nav li {
    font-size: 0;
    letter-spacing: -0.307em;
    white-space: nowrap;
}
.m-nav li.first{
	background: none;
}
.m-nav li a {
    padding: 0 30px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: normal;
    word-spacing: normal;
    color: #556165;
}
a, a:hover,a:focus {
    text-decoration: none;
    color: #1a4775;
}
.m-nav li {
    position: relative;
    padding-left: 2px;
    background-position: -91px -55px;
}
.m-nav li, .m-nav li a {
    display: inline-block;
   	height: 45px;
    line-height: 45px;
}
.m-nav li a::before{
	content: "";
    height: 14px;
    width: 1px;
    position: absolute;
    background: #fff;
    right: -1px;
    top: 50%;
    margin-top: -7px;
}
.m-nav li:last-child a::before{
	display: none;
}
.m-nav li i {
    display: none;
    position: absolute;
    left: 50%;
    top: 35px;
    width: 14px;
    height: 8px;
    margin-left: -6px;
    overflow: hidden;
    background-position: 0 -66px;
}
.f-vh{
	visibility: hidden;
}
.m-nav li.active i{
	display: block;
}
.tuoyuan.m-nav li{
	background: #eee;
	border-radius: 50px;
	padding: 0 10px;
	margin: 0 6px;
	line-height: 34px;
	border: 1px solid #ddd;
} 
.tuoyuan.m-nav li a{
	text-shadow: none;
}
.tuoyuan.m-nav li.active{
	background: #e84a3e;
	border: 1px solid #e84a3e;
}
.tuoyuan.m-nav li.active a{

	color: #fff;
}
@media (max-width: 768px) {
	.tuoyuan{
		padding: 0;
	}
	
	.m-nav.tuoyuan li a{
		padding: 0 10px;
	}
}

@media (max-width: 330px) {
	.tuoyuan.m-nav li{
		padding: 0 5px;
	}
}
#myswiper img{
	width: 100%;
}
#myswiper .swiper-slide{
	background-size: cover !important;
    background-position: 30% 30% !important;
}
.swipertxt1,.swipertxt2,.swipertxt3{
	position: absolute;
	transform: translate(0,-50%);
	padding: 0 15px;
	max-width: 100%;
	top: 50%;
	left: 10%;
}
#myswiper h3{
	font-weight: 600;
}
#myswiper .swiper-wrapper{
	height:30vw;
	}
#myswiper .carousel-caption{
}
#myswiper .swipertxt1{
	width: 520px;
	max-width: 80%;
	top:25%;
}
 .swipertxt3{
	width: 640px;
	max-width: 80%;
	color: #fff;
	top:23%;
}
#myswiper .swipertxt2{
	max-width: 80%;
}
.carousel-caption.swipertxt3 h3,.carousel-caption.swipertxt3 p,.carousel-caption.swipertxt2 h3,.carousel-caption.swipertxt2 p{
	color: #333;
	text-shadow: none;

}
.img100 img{
	width: 100%;
}
 .linetit {
 	display: inline-block;
 	/*设置为块级元素会独占一行形成上下居中的效果*/
 	color: #212121;
 	font-size: 18px;
 	margin: 30px 0;
 	text-align: center;
 	position: relative;
 	/*定位横线（当横线的父元素）*/
 }
 
 .linetit:before,
 .linetit:after {
 	content: '';
 	/*CSS伪类用法*/
 	position: absolute;
 	/*定位背景横线的位置*/
 	top: 52%;
 	background: #1e5799;
 	/* Old browsers */
 	background: -webkit-gradient(linear, 0 0, 100% 0, from(#1e5799), color-stop(0.5, #2989d8), to(rgba(119,183,232,0)));
 	background: -webkit-linear-gradient(left, rgba(119,183,232,0) 0%,#1e5799 5%, #2989d8 50%, rgba(119,183,232,0) 100%);
 	background: -moz-linear-gradient(left, rgba(119,183,232,0) 0%,#1e5799 5%, #2989d8 50%, rgba(119,183,232,0) 100%);
 	background: -o-linear-gradient(left, rgba(119,183,232,0) 0%,#1e5799 5%, #2989d8 50%, rgba(119,183,232,0) 100%);
 	background: linear-gradient(left, rgba(119,183,232,0) 0%,#1e5799 5%, #2989d8 50%, rgba(119,183,232,0) 100%);
 	/* FF3.6-15 */
 	/* Chrome10-25,Safari5.1-6 */
 	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='rgba(119,183,232,0)', GradientType=1);
 	/* IE6-9 */
 	/*宽和高做出来的背景横线*/
 	width: 300px;
 	height: 2px;
 }
 .linetit:before {
 	right: 130%;
 	/*调整背景横线的左右距离*/
 	background: -webkit-gradient(linear, 0 0, 100% 0, from(#1e5799), color-stop(0.5, #2989d8), to(rgba(119,183,232,0)));
 	background: -webkit-linear-gradient(right, rgba(119,183,232,0) 0%,#1e5799 5%, #2989d8 50%, rgba(119,183,232,0) 100%);
 	background: -moz-linear-gradient(right, rgba(119,183,232,0) 0%,#1e5799 5%, #2989d8 50%, rgba(119,183,232,0) 100%);
 	background: -o-linear-gradient(right, rgba(119,183,232,0) 0%,#1e5799 5%, #2989d8 50%, rgba(119,183,232,0) 100%);
 	background: linear-gradient(right, rgba(119,183,232,0) 0%,#1e5799 5%, #2989d8 50%, rgba(119,183,232,0) 100%);
 	/* FF3.6-15 */
 	/* Chrome10-25,Safari5.1-6 */
 	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='rgba(119,183,232,0)', GradientType=1);
 }
 
 .linetit:after {
 	left: 130%;
 }
 .olbg{
 	
 }
.olbox {
	margin: 10px auto;
    max-width: 650px;
    border: 1px solid #ddd;
    padding: 38px 100px;
    border-radius: 10px;
}
.olbox ol{
	display: inline-block;
}
.olbox ol li,.media-txt ol li,.df-ul ol li{
	text-align: left;
	list-style-type: disc;
	color: #e84a3e;
}
.media-box{
	font-size: 0;
}
.media-txt,.media-img{
	display: inline-block;
	width: 50%;
	vertical-align: middle;
	margin-top: 30px;
}
.media-txt{
	font-size: 14px;	
}	
.media-txt ol li div,.media-txt ol li p{
	color: #333;
}
.media-img img{
	width: 100%;
}
.ctybox,.olbox{
	text-align: center;	
}
	a {transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; color:#333;text-decoration:none;}
a:hover {text-decoration:none;}
.pagebanner{
	position: relative;
	overflow: hidden;
} 
.pagebanner img{
	width: 100%;
}
.pagetit h3{
	font-size: 3.5em;
}
.pagetit h3 a{
	color: #fff;
}
.pagetit h3 small{
	color: #fff;
	font-size: 50%;	
}	
.pagetit{
	position: absolute;
    top: 10%;
    left: 15%;
}
@media (max-width: 1400px) {
	.pagebanner{
		height: 23vw;
	} 
	.pagebanner img{
		width:auto;
		height: 100%;
	}
	.pagebanner.tuanduib{
		height: 24vw;
	}
	.pagebanner.tuanduib img{
		margin-left: -35%;	
	}
}
@media (max-width: 1200px) {
	.pagebanner{
		height: 30vw;
	} 
}
@media (max-width: 998px) {
	.pagebanner{
		height: 30vw;
	} 
	#myswiper .swiper-wrapper{
		height:45vw;
	}
	
}
@media (max-width: 768px) {
	.pagebanner{
		height: 30vw;
	} 
	#myswiper .swiper-wrapper{
		height:68vw;
	}
	
}
@media (max-width: 468px) {
	.pagebanner{
		height: 50vw;
	} 
	#myswiper .swiper-wrapper{
		height:100vw;
	}
	.container{
		padding-left: 5px !important;	
		padding-right: 5px !important;	
	}
	.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header{
		margin-left: 0;
		margin-right: 0;
	}
	#owl-client .owl-buttons .owl-next{
		right: 0 !important;	
	}
	#owl-client .owl-buttons .owl-prev {
	    left:0 !important;	
	}
}
.index-3-left, .index-3-left + div{
    height: 240px;
    overflow: auto;
}
 .index-3-left + div{
 	overflow: hidden;
 }
 .index-3-left + div img{
 	height: 100%;
 	width: auto;
 }
/* 划过图片放大 */
.img-auto { display:block; overflow:hidden; }
.img-auto img { width:100%; height:auto; margin:0px auto; transition: 600ms; }
.img-auto img:hover { -webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1); }
.tuandui .img-auto{
	width: 100%;
    height: 150px;
}
.i-itme{
	background-color: #f5f8fa;
    border: 1px solid #e4ecf3;
    border-radius: 4px;
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    padding: 22px 0 10px;
}

.i-itme:hover{
	transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    box-shadow: 0 26px 40px -24px rgba(0,36,100,.3);
    -webkit-box-shadow: 0 26px 40px -24px rgba(0,36,100,.3);
    -moz-box-shadow: 0 26px 40px -24px rgba(0,36,100,.3);
}
/* 导航 */

.navbar-default {
background:white;
-moz-box-shadow:0px 3px 3px #888;
-webkit-box-shadow:0px 3px 3px #888;
box-shadow:0px 3px 3px #888;
border:none;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 11111;
    margin: 0;
}
.navbar-default .navbar-nav li{
	padding: 0 30px;
}
.navbar-default .navbar-nav li.oen a:after{
	content: "";
	-webkit-transform:translateX(0) ;
	-moz-transform:translateX(0) ;
	transform:translateX(0) ;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	transition:all .5s;
	border-bottom:5px solid #e84a3e;
	width: 0;
	display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}
.navbar-default .navbar-nav li.oen.active>a:after,.navbar-default .navbar-nav li.oen>a:hover:after{
	width: 100%;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background-color: transparent;
	color: #000;
}

@media (max-width: 768px) {
	
.navbar-default {padding:5px 0px;}
.pagetit h3{
	font-size: 2em;
	color: #fff;
}

}
.carousel-control{
	z-index: 2;
}
   
.navbar-default .navbar-nav>li> a {color:#000; padding: 35px 0px; font-size: 16px;}

/* logo */
a.navbar-brand { max-height: 48px;
    padding: 0px;
    line-height: 68px;
    text-align: left;    margin-top: 10px;}
a.navbar-brand img {display:inline-block;max-width:210px;max-height:48px;margin-left: 15px;}
@media (max-width: 998px) {
a.navbar-brand {margin-left:10px; max-width:180px;line-height: 30px; margin: 0;}
a.navbar-brand img {max-width:180px;max-height:35px;}
}

/* 导航右侧 */
@media (min-width: 768px) {
#navbar {
float:right;
}
}

/*导航用户注册*/
.user-panel { margin:10px 20px 0 0px;  }
.user-panel a,
.user-panel a:visited,
.user-panel a:link{
	color: #198DDD;
	font-size: 14px;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
	border:1px solid #198DDD;
}
.user-panel a:hover{ color:#198DDD;}
.user-panel a.top-login {color:white; background:#198DDD;}
.user-panel a:hover {background:#26c79d; color:white;border:1px solid #26c79d;}
}



@media (min-width: 768px) {
ul.navbar-nav li.oen { height:70px; padding:10px 0px;}
}

.top-nav-right {
  position: absolute;
  top:20px;
  right:0px;
  width:110px;
  margin:0px;
  padding:0px;
}


@media all and (min-width:1024px) and (max-width:1024px){
.top-nav-right {top:5px;}
.user-panel { margin:30px 0px 0px 0px;  }
}

@media all and (min-width:1156px) and (max-width:1280px){
.user-panel { margin:10px 60px 0 0px;  }
}


.top-nav-right ul {margin:0px;padding:0px;}

.top-nav-right ul li { 
float:left; 
width:30px;
line-height:30px;
margin:2px; 
}
.top-nav-right ul li.nav-shopping a { 
position: absolute;
top:0px;
right:0px;display:block; width:30px; height:30px;
}
.shopping-box {margin:0px auto; padding:20px;}
.shopping-box li {margin:10px;}
.caret{
	position: absolute;
    right: 9px;	
    top: 50%;
  
}	

@media (max-width: 980px) {
	.top-nav-right {width:30px;position:relative;
top:0px;
left:5px; z-index:99; font-size:26px; }
.top-nav-right {margin-top:10px;}
.user-panel { margin:10px 0px 0px 0px;  }

.top-nav-right ul li.nav-shopping,
.top-nav-right ul li.glyphicon-search {
display:none;
}
.navbar-toggle {z-index:999;}
.navbar-right {
    float: none !important;
    margin-right: -15px;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: 0px;
}
.navbar-right .two-menu {
    right: auto; 
   left: auto;
	}
	.navbar-collapse.collapse {
	    display: none!important;
	    padding-bottom: 20px;
	}
	.navbar-collapse.collapse.in{
	 	display:block !important;
	}
	.navbar-default .navbar-nav li{
		padding: 0 5px;
	}
	.navbar-nav {
	    float: none;
	    margin: 0;
	}
	.navbar-nav>li {
	    float: none;
	}
	.navbar .nav > li.oen div.two {
	    position: relative;
    	width: 100%;
    	border: none;
    	box-shadow: none;
    	min-width: 10% !important;
	}
	.navbar .nav > li.oen:hover div.two {
	}
	.navbar .nav > li.oen.active div.two {
	    display: block !important;
	}
	.two-menu .navlist{
		display: block !important;
		padding: 0 10px 15px;
	}
	.two-menu .navlist li{
		padding: 5px 0;	
	}	
	.two-menu .navimg {
	    display: none !important;
	}
	.navbar-default .navbar-nav li.oen a:after{
		display: none;
	}
	.navbar-default .navbar-nav>li> a {
	    color: #000;
	    padding: 15px 0px;
	    font-size: 16px;
	    display: inline-block;
	}
	.navbar-default .navbar-nav li {
	    cursor: pointer;
	}
	.caret{
		float: right;
   		margin-top: 23px;
	}
	.caret{
	 top: 0.1em;
	 }
}

#fat-menu {margin-top:3px;}
/*道臻动态*/
.dongtaiimg.meism .swiper-wrapper{
	height: 300px;
	padding-bottom: 20px;
	/*display: block;*/
}
.dongtaiimg.meism .swiper-slide{
	height: 100%;
	width: auto;
	display: inline-block;
	
}
.dongtaiimg.meism .swiper-zoom-container{
	width: -webkit-fill-available;
	display: inline-block;
}
/*幻灯片按钮*/
.carousel-control .glyphicon{
	padding: 30px 12px;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    background: rgba(255,255,255,.5);
}
.carousel-control .glyphicon:hover,.carousel-control:hover .glyphicon{
	background: #e84a3e;
}
.carousel-control .glyphicon-menu-left{
    left: 0%;
}
.carousel-control .glyphicon-menu-right{
    right: 0%;
}
.slidebtn{
	display:none;
}
/* 幻灯文字 */

.carousel-caption {
bottom:10%;
}

#myCarousel .carousel-caption{
	left: 15%;
	top:10%;
	text-align: left;
}

@media (max-width: 998px) {
	.navbar-toggle {
	    display: block;
	}
	.navbar-header {
	    float: none;
	}
}
@media (max-width: 768px) {
	#myCarousel .carousel-inner>.item>img{
		max-width: none;
		height: 36vw;
	}
	
}
.mybtn{
	background:#e84a3e;
	color:#fff;
	border-radius: 0;
}
/*#myCarousel,.banner {margin-top:83px;}*/
#myswiper h3 {margin-bottom:10px;font-size:2.5em;}
#myswiper p {line-height:200%;font-size:1em;}
#myswiper .btn {margin-top:20px; font-size:1.0em;}max-width: none;
    height: 66vw;

@media (max-width: 1280px) {

#myCarousel h3 {font-size:2.0em;}
#myswiper p {line-height:180%;font-size:1.0em;}
}
@media (max-width: 768px) {
/*#myCarousel,.banner {margin-top:69px;}*/
#myswiper h3 {margin-bottom:5px;font-size:1em;}
#myswiper p {font-size:.8em;}x`
#myswiper .btn {display:none;}
}
@media (max-width: 468px) {
/*#myCarousel,.banner {margin-top:62px;}*/
	#myCarousel .carousel-inner>.item>img{
		max-width: none;
		height: 66vw;
	}
}


.modal {top:20%;}

.bs-example-modal-lg-search .row { padding:20px; }

/*服务项目*/
.fuwuxiangmu{
    text-align: center;
}
.fuwuxiangmu .title{
	padding:10px 0px 10px 0px;
}
.fuwuxiangmu .container{
	width: 95%;
}
.fwxm-ul{
	padding: 0;
}
.fuwu-img{
	text-align: center;
}
.fuwu-img img{
	max-width: 100%;
}
.fw-item{
	display: inline-block;
    width: 17%;
    margin:0 1% 20px;
    visibility: hidden;
}
.fw-item a{
	width: 100%;
	display: block;
	height: 69px;
	line-height: 69px;
	color: #fff;
}
.fw-item:first-child{
	background:#ad49a3;
	
}
.fw-item:first-child + li{
	background:#1e80bf;
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
}
.fw-item:first-child + li + li{
	background:#ffa304;
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
}
.fw-item:first-child + li + li + li{
	background:#de5214;
	animation-delay: .6s;
	-webkit-animation-delay: .6s;
}
.fw-item:first-child + li + li + li + li{
	background:#1fbf2b;
	-webkit-animation-delay: .8s;
	animation-delay: .8s;
}
.page-tit{
	padding: 30px 10%;
}
.zhengfu-box {
	max-width: 1000px;
	text-align: center;
	margin: 0 auto;
}

.zf-item {
	width: 49%;
	text-align: center;
	display: inline-block;
	box-sizing: border-box;
	padding: 5px;
}

.zf-item a {
	background: #ddd;
	display: block;
	border-radius: 13px;
	padding: 25px 0;
}

.zf-item a h6 {
	font-size: 14px;
	margin: 0;
	padding-top: 15px;
	color: #666;
}
.xiangmu.tab-content{
	position: relative;
}
.xiangmu .tuoyuan{
	position: absolute;
	width: 100%;
	z-index: 1;
	top: 50px;
}
.xiangmu .tuoyuan.m-nav li a::before{
	display: none;
}
.xiangmu .page-tit{
	padding-top:110px;
}
.job-item{
    box-shadow: 0 26px 40px -24px rgba(150, 150, 152, 0.5);
    -webkit-box-shadow: 0 26px 40px -24px rgba(150, 150, 152, 0.5);
    -moz-box-shadow: 0 26px 40px -24px rgba(0,36,100,.5);
    margin-bottom: 72px;	
    padding: 20px;
    border: 1px solid #e8e8e8;
}	
.job-header{
    color: #b5b2b2;	
}	
.job-cnt{
	
}
.job-tit{
	font-size: 28px;
	color: #17a2e7;
	line-height: 1em;
	margin-bottom: 5px;
}
.wenhua-tit{
	text-align: center;
	padding: 0 15px;	
}
.wenhua-tit span{
	display: inline-block;
	line-height: 1em;
	padding-bottom: 15px;
	margin: 100px 0 30px;
    border-bottom: 1px solid #333;	
    font-size: 30px;
}	
.wenhua-txt{
	margin-bottom: 10px;
	padding: 0 15px;	
}	
.wenhua-img{
	margin-top:30px;	
}
.wenhua-img img{
		width: 100%;

}
.wenhua-txtbox{
	width: 70%;
	margin: 0 auto;
}	
.wenhua-txtbox .wenhua-txt,.wenhua-txtbox .wenhua-tit{
	text-align: left;
}
.shewai-box{
				height: 600px;
				
				text-align: center;
				position: relative;
				box-sizing: border-box;
			}
			.shewailine{
				height: 100%;
				display: inline-block;
			}
			.shewaiitme{
				width: 150px;
				margin: 0 1%;
				display: inline-block;
				vertical-align: bottom;
			}
			.shewaiitme.top{
				vertical-align: top;
			}
			.shewaiitme img{
				width: 100%;
			}
			.shewaibg,.shewai-ctn{
					position: absolute;
					height: 100%;
					width: 100%;
					top: 0;
					left: 0;
				}
			.shewai-ctn{
				padding: 5% 0;
				box-sizing: border-box;
				padding-top: 10%;
			}	
				
			@media  (max-width: 1200px) {
				.shewai-box{
					height: auto;
				}
				.shewaibg{
					display: none;
				}
				.shewaibg, .shewai-ctn{
					position: relative;
				}
				.shewai-ctn{
					    padding-top: 103px;
				}
				.wenhua-tit span{
					margin: 50px 0 30px;
				}
				.wenhua-img{
					height: 45vw;
					overflow: hidden;
				}
				
				.wenhua-img img {
				    width: auto;

				    height: 100%;
    				margin-left: -45%;
				}
				.teshu img{
					margin-left: -34%;
				}
			}
			@media  (max-width: 990px){
				.shewaiitme.top{
					vertical-align: bottom;
				}
				.showSwiper img{
		height: 100%;
		width: 100%;	
	}	
			}
			
			.shewaitable td{
				vertical-align: top;
				}
@media (max-width: 768px) {
	.fuwuxiangmu .container {
	    width: 100%;
	}
	.fw-item{
		display: inline-block;
	    width: 30%;
	    text-align: center;
	}
	.wenhua-txtbox{
		width: 85%;
	}
}
@media (max-width: 468px) {
	.wenhua-txtbox{
	width: 95%;
	margin: 0 auto;
}	
	.fw-item{
		display: inline-block;
	    width: 47%;
	    text-align: center;
	}
	.page-tit{
		padding: 20px 0;
	}
	.media-txt, .media-img{
		width: 100%;
	}
	.shewaiitme{
		    width: 40%;
	}
}
.i-panel{
	border: 1px solid #e6eef1;
    background-color: #fff;
    border-radius: 4px;
    min-height: 358px;
    margin-bottom: 20px;
}
.i-panel .gehang{
	background: #f3f3f3;
	height: 5px;
	margin-bottom: 15px;
}
.i-panel li{
	position: relative;
    z-index: 1;
    margin-bottom: 35px;
}
.i-panel li h4{
	    margin: 0;
    font-size: 16px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    color: #616161;
    padding-right:  100px;
}
.i-panel li h4:hover{
	color: #0066CC;
}
.i-panel li .i-author {
    width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 1.1;
    color: #616161;
}
.i-p-title{
	font-size: 16px;
    color: #616161;
    background: #e6eef1;
    border-bottom: 1px solid #e84a3e;
    position: relative;
    z-index: 1;
    margin: 0;
}
.i-p-title a{
	padding: 15px 15px;
	float: right;
	display: inline-block;
}
.i-p-title span{
	padding: 15px 15px;
	color: #fff;
	background: #e84a3e;
	display: inline-block;
}
.i-text-news{
	padding-left: 10px;
}
.showSwiper{
	text-align: center;
}
.showSwiper img{
	height: 100%;	
}
.showSwiper .swiper-slide{
	height: auto;
}
/*关于我们*/
.aboutus{
	background: #ecf0f1;
}
.aboutus .title{
	padding-bottom: 20px;
}
.aboutus .about-txt{
	padding: 0 15px;
	font-size: .9em;
}
@media (min-width: 1200px) {
	.aboutus .title{
		padding-bottom: 30px;
	}
	.aboutus .about-txt{
		padding: 0 120px;
	}
}
@media (min-width: 992px) {
	.aboutus .about-txt{
		padding: 0 80px;
	}
	
}
@media (min-width: 768px) {
	.aboutus .about-txt{
		padding: 0 50px;
	}
}
/*团队*/
.teams-img{
	width: 100%;
	height: auto;
}
/*.team-section .avatar-wrapper::after{
	content: "";
	position: absolute;
	top: 10%;
	right: -30px;
	height: 80%;
	border-right: 1px solid #ddd;
}*/
.team-section .avatar,.dongtai .avatar{
    width: 150px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    /*border-radius: 50%;*/	
}
.dongtai .avatar{
	width: 100%;
    height: 150px;
}
.team-section .avatar img{
	width: 100%;
}
.team-section .desc{
	padding-left: 70px;	
}	
.team-section .desc .desc-name,.dongtai .desc .desc-name{
	font-size: 24px;
    line-height: 32px;
    margin-top: 8px;
    color: #141924;
    margin-bottom: 20px;
}
.team-section .desc .desc-title,.dongtai .desc .desc-title{
	color: #898f9c;
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 20px;
}
.team-section .desc .desc-desc,.dongtai .desc .desc-desc {
    color: #4e5665;
    line-height: 22px;
}
.team-section .desc .desc-desc .other-content,.dongtai {
    margin-bottom: 5px;
}
.team-section .desc .desc-desc .other-name {
    width: 50px;
    text-align: justify;
}
.team-section .other-cont {
    color: #337ab7;
}
.bio-item {
	background: #fafafa;
	padding: 30px 50px;
	margin-bottom: 40px;
}
@media (max-width: 992px){
	.desc-name, .desc-title {
	    text-align: center;
	}
	.team-section .avatar {
	    width: 200px;
	    height: 200px;
	}
	.team-section .avatar-wrapper::after{
		display: none;
	}
	.team-section .desc{
		padding-left: 15px;	
	}	
}
@media (max-width: 468px){
	.dongtaiimg.meism .swiper-slide{
		width: 100%;
	}
	.dongtaiimg.meism .swiper-wrapper{
		padding: 0;
	}
	.bio-item {
		padding: 30px 30px;
	}
	.dongtai .bio-item {
		padding: 10px 10px;
	}
}

.bio-item .avatar-wrapper{
	text-align: center;
}
/*企业理念*/

.features{
	position: relative;
	background: url(/images/shouye/linian.png) no-repeat;
	height: 550px;
	background-size: cover;
}
.features .container{
	position: relative;
    height: 100%;
}
.features-ul{
	padding: 0;
}
.features-ul li{
	padding: 0 20px;
	text-align: center;
}
.features-ul li span{
	display: block;
	padding-top: 10%;
	font-size: 18px;
}
.features-ul li img{
	width: 100px;
	height: 100px;
}
.zongzhi{
	background: url(/images/about/zongzhi.jpg) no-repeat;	
	background-position: center;
	width: 100%;
	height: 410px;
}	
.youshi .features-ul{
	font-size: 0;
	text-align: center;
	margin: 0 auto;
}
.youshi .features-ul li{
	min-height: 450px;
	position: relative;
	width: 25%;
	display: inline-block;
	font-size: 14px;
}
.youshi .features-ul li img{
	width: 100px;
	height: 100px;
}
.youshi .features-ul .features-tit{
	font-weight: 600;
	font-size: 18px;
	text-align: center;
	padding:20px 0 5px;
}
.youshi .features-ul li div{
	background:#088d4c;
	height: 100%;
	padding: 30px 15px 0;
	position: absolute;
	top: 0;
	left: 0;
	margin: 10px;
	color: #fff;
}
.youshi .features-ul li + li div{
	background:#02ad8d;
}
.youshi .features-ul li + li +li div{
	background:#44a3c3;
}
.youshi .features-ul li + li +li + li div{
	background:#e86eb7;
}
.youshi .features-ul li p{
	text-align: left;	
}	


/*道臻客户 */

.client{
	background: #ecf0f1;
}
.client .title,.indexnews .title{
	padding-bottom: 10px;
}
.client .container{
	padding: 0 80px;
}
#owl-client .owl-buttons .owl-next,#owl-client .owl-buttons .owl-prev{
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
}
#owl-client .owl-buttons .owl-next{
	right: -30px;
}
#owl-client .owl-buttons .owl-prev{
	left: -30px;
}
#owl-client .owl-pagination{
	display: none;
}
#owl-client .item .img-auto{

}
#owl-client a{
	background-color: #fff;
	
	width: 100%;
	height: 200px;
	display: block;
}
.kehu{
	background:#F7F7F7;
}
.kehu .container{
	padding: 0;

}
.kehu .container .row{
	margin: 0;
}
.kehu .container .kehulist-box{
   text-align: center;
}
.xuxian-title{
	margin: 30px 0  40px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
}
.xuxian-title-bg,.xuxian-title:after,.xuxian-title:before{
	display: inline-block;
	width:30%;
	-webkit-transform: skewX(-45deg);
	-moz-transform: skewX(-45deg);
	transform: skewX(-45deg);
}
.xuxian-title-txt{
	display: inline-block;
    margin: 0 10px 0 18px;
    font-size: 30px;
}
.xuxian-title:after,.xuxian-title:before{
	content: "";
	height: 8px;
    background: url(/images/ui/a.png);
}
.xuxian-title-right,.xuxian-title:after{
	margin-right: -10%;
	padding-right:10%
}
.xuxian-title-left,.xuxian-title:before{
	margin-left: -10%;
	padding-left: 10%
}
.kehu .news-list-text-pic{
	width: 255px;
	height: 209px;
	overflow: hidden;
	margin: 0 10px 20px;
	display: inline-block;
    background-color: #fcfefe;
}
.kehu .news-list-text-pic a{
	width: 100%;
    height: 100%;
    display: block;

}
@media (max-width: 768px) {
	.client .container{
		padding: 0 50px;
	}
}
@media (max-width: 468px) {
	.client .container{
		padding: 0 30px;
	}
	.xuxian-title-bg,.xuxian-title:after,.xuxian-title:before{
		display: inline-block;
		width:24%;
	}
	.xuxian-title:before{
		padding-right: 6%;
	}
	.xuxian-title:after{
		padding-left: 6%;
	}
	.xuxian-title-txt{
		font-size: 26px;
	}
}
/* 通用 */

.blank5,.blank10,.blank20,.blank30,.blank50,.blank60 {clear:both;height:5px;overflow:hidden;}
.blank10 {height:10px;}
.blank20 {height:20px;}
.blank30 {height:30px;}
.blank50 {height:50px;}
.blank60 {height:60px;}



.title,.title-2 { padding:30px 0px 30px 0px; text-align:center; text-transform:uppercase;}
.title h1,.title h3 a {
	
    line-height: 30px;
    height: 45px;
    font-size: 30px;
    font-weight: normal;
    text-decoration: none; }
.title h3 small {display:block; clear:both; margin:10px 0px 10px 0px; color:#a1a1a1; font-size:10px; }
.title p,.title-index-1 p { margin:10px auto 30px auto;line-height:20px;color:#333;font-size:16px; }
.title span {}
@media (min-width: 768px) {
.title p,.title-index-1 p {width:600px;}
}
.title-2 a {font-size:30px;}
.title-2 h3 a small {display:block; clear:both; margin:10px 0px 10px 0px; color:#a1a1a1; font-size:8px;}


/* 页底 */


.foot { padding:100px 0px 0px 0px; 
background:#333; color:#9b9b9;}
.foot .container {position: relative;}
.foot a,.foot p {color:#9b9b9b;}
.foot h5 { color:#9b9b9b; margin-bottom: 60px;  line-height:180%; font-size: 16px; font-weight: normal; }
.foot .foot-nav { clear:both; margin-bottom: 60px; overflow: hidden; }
.foot .foot-nav dl {}

.foot .foot-nav dl dt {font-weight:400; position: relative; padding-bottom: 20px; border-bottom: 1px solid #9fa0a1; margin-bottom: 10px; font-size: 18px;  }
.foot .foot-nav dl dt b { position: absolute; display: block; width: 39%; height: 3px; left: 0; bottom: -2px; background-color: #fff; }
.foot .foot-nav dl dd { line-height: 30px; }
.foot .foot-nav dl dd a { font-size: 16px;  }
.foot .copyright { clear:both;  margin:30px 0px; text-align: center; color:#9b9b9b; }

.footerlanmu{
	text-align: center;
	font-size: 12px;
}
.footerlanmu p{
	margin: 0;
	}
.footerlanmu .foot-list-tit{
	padding: 10px 0;
	font-size: 16px;
	border-bottom: 1px solid #888;
	margin-bottom: 10px;
}
.footerlanmu{
	width: 89%;	
}
.fweixin{
	position: absolute;
	top: 0px ;
	right: 30px;
}
.fweixin img {width:150px;}
.fweixin p {  line-height: 24px; text-align: center; color:#9b9b9b;}
.m-contact-us{
	
}
.m-contact-us .cutit{
	font-size: 20px;
	padding: 5px 0;
}
.m-contact-us .cutxt{
	
}
@media (max-width:1200px) {
	.foot .container{
	width: 100%;	
		}
	.footerlanmu{
		text-align: left;
	}
}
@media (max-width:998px) {
	.footerlanmu .col-sm-2{
		float: none;
		width:30%;
		display: inline-block;
		vertical-align: top;
	}
	.footerlanmu .foot-list-tit{
		border:none;
	}
	.foot-list-down{
		padding-left:10px;
	}
	.fweixin{
		right:50px;
	}
}
@media (max-width:768px) {
	
	.footerlanmu{
		text-align: left;
	}
	.foot{
		padding: 50px 0 0 0;
	}
}
@media (max-width:600px) {
	.footerlanmu .col-sm-2{
		width: 100%;
	}
}	
@media (max-width:468px) {
	.foot-list-tit{
		cursor: pointer;
		margin: 0;
	}
	.foot-list-tit b{
		color: #888;
	    position: absolute;
	    top: 15px;
	    right: -15px;
	    -webkit-transition: all .4s;		
		-moz-transition: all .4s;		
		transition: all .4s;	
	}
	.foot-list-tit.active b{
		-webkit-transform: rotate(45deg);		
		-moz-transform: rotate(45deg);		
		transform: rotate(45deg);
			
	}
	.footerlanmu .col-sm-2{
		width: 100%;
	}
	.footerlanmu{
		width: 100%;
		text-align: left;
	}
	.foot-list-down{
		display: none;
		position: relative;
	}
	.fweixin{
		position: relative;
	}
	.foot{
		padding: 30px 0;
	}
	.footerlanmu .foot-list-tit{
		font-size: 14px;
	}
}





.sub_menu {
margin-top:30px;}



@media (max-width: 768px) {
.sub_menu {
height:0px;overflow:hidden;
}
}


/* 面包屑导航 */
.breadcrumb {margin-bottom:50px;    text-align: right;background: transparent;}
.breadcrumb span {padding-right:15px; color:#ccc;}
.breadcrumb>li+li:before{
	content: ">";
}
/* 内页文字大小按钮 */
.content_tools {
float:right;
margin:30px 0px; 
padding:5px 15px;
background:#eee;
text-align:right;
font-size:14px;
}





/************* 分页 */
.pagination-nav{
	text-align: center;
}

.pages {
  clear:both;
  margin:0px 10px;
  font-size:0.8em;
  color:#888;
}

.pages strong,.pages span {
  color:#FFFFFF;
  display:block;
  float:left;
  height: 26px;
  line-height: 26px;
  float:left;
  padding:0px 8px;
  background:#337ab7;
  margin: 0px 3px 0px 0px;
  font-size:0.8em;
  border-radius: 3px 3px 3px 3px;
}
.pages a,.pages a {
  display:block;
  float:left;
  height:24px;
  line-height:24px;
  float:left;
  padding:0px 8px;
  border:1px solid #337ab7;
  border-radius: 3px 3px 3px 3px;
  text-decoration:none;
  margin: 0px 3px 0px 0px;
  color:#337ab7;
  font-size:0.8em;
}

.pages strong {color:white;}

.pages span {
  float:right;
}

#page {
font-size:0.8em;
}

#page strong {
padding:5px 8px;
background:#337ab7;
border-radius:5px;
color:white;
margin-right:15px;
font-size:0.8em;
}

.pagination {margin:50px 0px;}




/* 分页 */

.page-number {
 position:relative;
 right:0px;
 top:5px;
  color:#FFFFFF;
  height: 26px;
  line-height: 26px;
  padding:9px 20px;
  background:#337ab7;
  margin: 0px 3px 0px 0px;
  font-size:0.8em;
  border-radius: 3px 3px 3px 3px;
}

/* 正文 */
#content_text {line-height:180%;font-size:1.2em;}





/* 首页 */


.index-1,.index-3 { padding-bottom:100px; background: #f8f8f8; }
.index-1 ul { overflow: hidden; }
.index-1 li { height: 350px;  overflow: hidden; text-align: center; float: left; border: 1px solid transparent; position: relative; transition: 400ms; }
.index-1 li:hover {background:white;border:1px solid #ccc;}
.index-1 .t1 { width: 100%; height: 140px; padding: 70px 0 0 0; font-size: 14px; color: #9b9797; transition: 400ms; }
.index-1 .t1 .img-auto {height:176px; margin:0px 0px 10px 0px; overflow:hidden; }
.index-1 .t1 a { margin: 0 0 5px 0; font-size: 18px; color: #3a3a3a; transition: 400ms; }
.index-1 .t2 { width: 100%; padding: 20px 10px 0px 10px; height: 80px; line-height: 24px; font-size: 14px; color: #fff; background: #7bc91e; position: absolute; left: 0; bottom: -80px; transition: 400ms; }
.index-1 li:hover .t1 { margin-top:-50px; }
.index-1 li:hover .t2 { bottom:0px; }

@media (max-width: 768px) {
.index-1 li {
margin-bottom:30px;
background:white;border:1px solid #ccc;
}
.index-1 li .t1 { margin-top:-50px; }
.index-1 li .t2 { bottom:0px; }
}


.index-2 {padding-bottom:80px;}
.index-2 div div { padding:0px 0px; border:1px solid #eee;  -moz-box-shadow:0px 0px 10px #eee;
-webkit-box-shadow:0px 0px 10px #eee;
box-shadow:0px 0px 10px #eee; border-radius:3px;}
@media (max-width: 768px) {
	
.index-2 div div {margin-bottom:20px;}
}
/*道臻视觉*/
.news-txt{
	padding: 17px 30px;
    background: #555;
    color: #fff;
    text-align: left;
}
.indexnews,.fuwuxiangmu,.client{
	padding-bottom: 30px;
}
.indexnews h4{
	padding: 0;
}
.indexnews .owl-carousel .owl-item h4{
	margin: 0;
}
.indexnews h4 a,.indexnews p{
	color: #fff;
    width: 100%;
    display: block;
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.indexnews .img-auto a.img{
    display: block;
    overflow: hidden;
}
.indexnews p{
	font-size: 14px;
}
#owl-news .owl-buttons {
	display: none;
}

/*.index-3 .btn {padding:10px 40px;border-radius:50px;}
.index-3-left { height:240px; overflow:auto; }
.index-3-left p {text-indent:2em; }
@media (max-width: 768px) {
.index-3-left {margin-bottom:30px;}
}*/

/* 友情链接 */
.home-links { padding:50px 0px 0px 0px;  background:#333; color: #666; }
.home-links .hr  {padding:15px 0px 0px 0px; border-top:1px dotted #555;}
.home-links-left {padding:0px;}
.home-links .links-logo img {
float:left; margin:10px;
opacity: 0.2;
}
.home-links .links-logo img:hover {opacity: 1; transition: 400ms;}
.home-links .links-a { clear:both; margin: 0 auto; font-size: 14px; padding-bottom: 60px; }
.home-links .links-a a { color: #666; padding: 10px; line-height: 300%; }






/**/
/*列表页 -文字列表*/
/**/
.list-container a {color:#333;}
.list-container p {color:#888;}
.list-container h4 {color:#000;font-weight:bold; }
.list-container .row{margin-bottom:15px;}
.list-container .news-list{margin-bottom:0;}

.list-border{padding:15px; clear:both; border:1px dotted transparent; border-bottom-color:#BBBBBB;}
.list-border-w{border:1px dotted #BBBBBB; margin:15px 0px;}
.list-border:hover{background:#F5F5F5; border-color: #ccc; border-radius: 5px 5px 5px 5px;}


.list-date {width: 4em; float: left; margin-right: 20px;text-align: center;}
.list-date span{display:block;width:1em;line-height:1em;padding-top: .1em;white-space:nowrap;font-size: 4em;color:#555;overflow:hidden;font-family: 'Times New Roman', Times, serif;}
.list-date p {clear:both; display:block; width:4em;overflow:hidden;margin-bottom:0;}

.news-list p,
.news-list-text-pic p,
.list-down p{line-height:1.6;font-size:0.8em;}
.list-down .img-auto {height:170px;overflow:hidden;}



#projectlist.masonry {
margin: 0 auto;
}

#projectlist { }
.wrapper { margin: 0px auto; }
.projectitem {margin:0px 0px 30px 0px;width: 380px; float: none; -webkit-backface-visibility: hidden;/*谷歌图片闪烁*/ -webkit-transform-style: preserve-3d;}
.projectitem a
{position:relative;display:block; }

.projectitem a:hover
{text-decoration:none;overflow:hidden;}

.projectitem a h4
{display:none;cursor:hand;text-align:center;}

.projectitem a:hover h4
{width:100%; line-height:30px; margin:0; padding:15px 0px;background:#333;display:block;position:absolute;bottom:0;left:0;color:#fff;filter:alpha(opacity=56);-moz-opacity:0.8;opacity:0.8;}


.projectitem img,
.index-1 img,
.index-2 img,
.index-3 img,
.owl-item img
{
 -moz-box-shadow:0px 0px 10px #888;
-webkit-box-shadow:0px 0px 10px #888;
}

.projectitem p {line-height:200%;font-size:1.2em;}

/*列表页 - 右侧*/

.content-right-list h3 {font-size:16px;}
.content-right-list ol {margin-bottom:60px;}
.content-right-list ol li {list-style-type:decimal ;font-size:14px;line-height:1.8}
@media (max-width: 768px) {
.content-right-list {
margin-top:60px;
}
}



/* 联系我们地图页 */

.contact-us {background:#242625; }

.contact-us h3 {font-size: 60px;line-height:120%;color:#CCCCCC;text-align:center;padding:50px 0 ;}
.contact-us h3 span{font-weight:bold;color:#C22C45;}
.contact-us h4 {clear:both;  margin:50px auto 0;padding:0 0 50px}

.contact-us dl {}
.contact-us dl dt {line-height:40px;color:#CACACA;font-size: 26px;margin-bottom:10px;}
.contact-us dl dd{color:#AEAEAE;font-size: 1.0em;}
.content-ditu {height:50.8em;overflow:hidden;padding-top: 30px;}




/* 产品页面右侧文字信息 */
.product_info{  overflow:hidden}
.product_info table{ color:#535353; width:100%; }
.product_info table th{ text-align:right; padding:7px 5px; width:120px; font-weight:normal; color:#888;}
.product_info table td{ padding:5px; color:#535353; font-size:0.9em;}
.product_info table tr{}
.product_info strong{ color:#E53F40; font-size:30px;}
#dialog_link {margin-left:20px;background:#236298;}
@media (max-width: 768px) {
#dialog_link {margin:20px 0px 0px 0px;}
}


/* 滚动图片 */
.owl-carousel{display: none;position: relative;width: 100%;-ms-touch-action: pan-y;}
.owl-carousel .owl-wrapper{display: none;position: relative;-webkit-transform: translate3d(0px, 0px, 0px);}
.owl-carousel .owl-wrapper-outer{overflow: hidden;position: relative;width: 100%;}
.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition: height 500ms ease-in-out;-moz-transition: height 500ms ease-in-out;-ms-transition: height 500ms ease-in-out;-o-transition: height 500ms ease-in-out;transition: height 500ms ease-in-out;}
.owl-carousel .owl-item {float:left;  padding:0px 20px; overflow:hidden; text-align:center; }
.owl-carousel .owl-item h4 { margin:30px 0px; font-size:16px;}
.owl-carousel .owl-item h4 small {padding-left:20px; font-style : oblique; }


.owl-controls .owl-page,
.owl-controls .owl-buttons div{cursor: pointer;}
.owl-controls{-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
/* mouse grab icon*/
.grabbing{cursor:url(../images/index/grabbing.png) 8 8, move;}
/* fix*/
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item{-webkit-backface-visibility: hidden;-moz-backface-visibility: hidden;-ms-backface-visibility: hidden;-webkit-transform: translate3d(0,0,0);-moz-transform: translate3d(0,0,0);-ms-transform: translate3d(0,0,0);}



.owl-theme .owl-controls{margin-top: 20px;text-align: center;}
/* Styling Next and Prev buttons*/
.owl-theme .owl-controls .owl-buttons div {color: #333;display: inline-block;zoom: 1;*display: inline;/*IE7 life-saver*/margin: 5px;padding: 15px 15px;font-size: 20px; font-weight:bold; background: transparent; }
.owl-theme .owl-controls .owl-buttons div:hover {background:#333; color:white;}
/* Clickable class fix problem with hover on touch devices*//* Use it for non-touch hover action*/
.owl-theme .owl-controls.clickable .owl-buttons div:hover{filter: Alpha(Opacity=100);/*IE7 fix*/opacity: 1;text-decoration: none;}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page{display: inline-block;zoom: 1;*display: inline;/*IE7 life-saver*/}
.owl-theme .owl-controls .owl-page span{display: block;width: 12px;height: 12px;margin: 5px 7px;filter: Alpha(Opacity=30);/*IE7 fix*/opacity: 0.3;-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;background: #999;}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{filter: Alpha(Opacity=100);/*IE7 fix*/opacity: 1;}
/* If PaginationNumbers is true*/
.owl-theme .owl-controls .owl-page span.owl-numbers{height: auto;width: auto;color: #FFF;padding: 2px 10px;font-size: 12px;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px;}
/* preloading images*/
.owl-item.loading{min-height: 150px;background: url(../images/base/AjaxLoader.gif) no-repeat center center}
.owl-carousel .owl-wrapper:after{content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}



.content-bottom-list-more {padding:8px 15px; background:#eee; color:#888;}
@media (min-width: 998px){
	.navbar-collapse.collapse {
	    display: block!important;
	    height: auto!important;
	    padding-bottom: 0;
	    overflow: visible!important;
	}

}
@media (min-width: 768px) {
	#navbar {
	     float: none;
	}
	.container {
	    width: 100%;
	}

}
@media (min-width: 1200px){
	.container {
	     width: 1170px;
	}
	#navbar {
	     float: right;
	}
}


.navbar .nav > li.oen div.two{
	min-width: 500px;
	white-space:nowrap;
	padding: 0;
	display: none;
	position: absolute;
	background: #fff;
}
.navbar .nav > li.oen div.two.right{
	left: inherit;
    right: 0;
}
.servers-wap {
display:none;
}
.two-menu >ul{
	padding: 10px 0;
}
.two-menu >ul>li{
	border-bottom: 1px solid #eee;
}	
.two-menu >li>a {padding:10px 20px;}

.navbar .nav > li.oen ul.two {
	margin: 0;
}
.navbar .nav > li.oen:hover div.two {
	display: block;
}
.two-menu .navlist,.two-menu .navimg{
	display: inline-block;
	vertical-align: top;
}

}

@media (max-width: 468px) {
	.owl-carousel .owl-item{
		padding: 0 10px;
	}
}	
@media (max-width: 768px) {
	.owl-carousel .owl-item{
		padding: 0 20px;
	}
/* 手机菜单圆形按钮颜色 */
.plug-menu {
background: #ccc;
}

/* 手机菜单弹出按钮颜色 */
.top_menu>li {
background: #ccc;
}

/* 手机菜单平铺背景颜色 */
.foot_mp {
background: #ccc;
}


.servers,
.foot-share,
.content_tools_box
{display:none;}

ul.nav-pills li.active {clear:both; display:block; }
#carousel-example-generic {margin-bottom:30px;}
.content-bottom-list-more {display:block; width:110px; margin-bottom:30px;}

}

.navbar-right {padding:0px;}
.top-nav-right .dropdown-menu li {clear:both;width:98%;}
.lead {    
	font-size: 1.6em;
    line-height: 1.8;
    font-weight: 400;
   }
.index-1 ul,.index-6 ul {margin:0px;padding:0px;}





.lead img {max-width:100%;}

.child{
display:none;
}


.left-menu {line-height:42px;  border:1px solid #ccc; border-radius: 5px;}
.left-menu ul {margin:0px;padding:0px;}
.left-menu ul li a {display:block; padding:0px 0px 0px 40px;}
.left-menu ul li.two {padding-left:10px;}
.left-menu ul li.three {padding-left:10px;}
.left-menu ul li.four {padding-left:10px;}
.left-menu ul li.five {padding-left:10px;}

.top-login {padding-left:5px;}

#projectlist.masonry {
margin: 0 auto;
}

#projectlist { }
.wrapper { margin: 0px auto; }
.post-masonry {margin:0px 0px 30px 0px; -webkit-backface-visibility: hidden;/*谷歌图片闪烁*/ -webkit-transform-style: preserve-3d;}
.post-masonry a
{position:relative;display:block; }

.post-masonry a:hover
{text-decoration:none;overflow:hidden;}

.post-masonry a h4
{display:none;cursor:hand;text-align:center;}

.post-masonry a:hover h4
{width:100%; line-height:30px; margin:0; padding:15px 0px;background:#333;display:block;position:absolute;bottom:0;left:0;color:#fff;filter:alpha(opacity=56);-moz-opacity:0.8;opacity:0.8;}


.post-masonry img
{
 -moz-box-shadow:0px 0px 10px #888;
-webkit-box-shadow:0px 0px 10px #888;
}

.post-masonry p {line-height:200%;font-size:1.2em;}

#print img {max-width:100%;}
@media (max-width: 1199px) {
	.features-ul{
		width:90%;
	}
	.features-ul li{
		padding: 0 25px;
		text-align: center;
	}
	.features{
		height: 300px;
	}
	.zongzhi{
		background-size:1600px;
		height: 33vw;
	}
}
@media (max-width:998px){
	.features-ul li img{
		width: 90%;
		height: auto;
	}
	.zongzhi{
		background-size:156vw;
	}
	.youshi .features-ul li{
		width: 50%;
	}
	.navbar .nav > li.oen div.two{
		position: relative !important;	
	}	
	.navbar .nav > li.oen:hover div.two{
		display: none;
	}	
}
@media (max-width: 768px) {
	.features-ul{
		width: 100%;
	}
	.features-ul li{
		padding: 0 20px;
		text-align: center;
	}
	.features{
		height:260px;
	}
	.features-ul li span{
		font-size: 18px;
	}
	
}
@media (max-width: 468px) {
	.features-ul{
		width: 100%;
	}
	.features-ul li{
		padding: 0 10px;
		text-align: center;
	}
	.indexnews,.fuwuxiangmu,.client{
		padding-bottom: 20px;
	}
	.wenhua .container{
		padding: 0;	
	}
	.youshi .features-ul li{
		width:100%;
	}
	.youshi .features-ul li div{
		padding: 30px 10px 0;
	}
}