﻿/* 新闻中心 */
.sidebar .tuijian p {
	color: #999;
}

.message_form input {
	border: 2px solid #7BA7AB;
	border-radius: 5px;
	background: #F9F0DA;
	color: #9E9C9C;
	width: 90%;
	height: 30px;
	padding-left: 13px;
	margin-top: 10px;
}

/* .box {width: 360px;height: 232px;border: 1px solid #ccc;} */
.inner {
	width: 360px;
	height: 232px;
	position: relative;
	overflow: hidden;
}

.inner img {
	width: 360px;
	height: 232px;
	vertical-align: top;
}

.activity_img_ul {
	width: 1000%;
	position: absolute;
	list-style: none;
	left: 0;
	top: 0;
}

.inner li {
	float: left;
}

.inner ol {
	position: absolute;
	height: 0px;
	bottom: 20px;
	text-align: center;
	padding: 5px;
	left: 50%;
	transform: translate(-50%, 50%);
}

.inner ol li {
	display: inline-block;
	width: 10px;
	height: 10px;
	line-height: 20px;
	background-color: #fff;
	margin: 5px;
	cursor: pointer;
	border-radius: 5px;
}

.inner ol .current {
	background-color: red;
}

#arr {
	display: none;
}

#arr span {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 5px;
	top: 50%;
	margin-top: -20px;
	background: #fff;
	cursor: pointer;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
	font-family: '黑体';
	font-size: 30px;
	color: #000;
	opacity: 0.5;
	border: 1px solid #fff;
}

#arr #right {
	right: 5px;
	left: auto;
}

.addRight-box {
	float: right;
	width: 30%;
	/* background: red; */
	box-sizing: border-box;
}

.bar1 {
	position: relative;
}

.view-qrocde {
	max-width: 450px;
	margin: 20px auto;
	padding: 15px;
	border: 1px #eee solid;
	border-width: 1px 0;
}

.view-qrocde .m {
	width: 100px;
	margin-right: 15px;
}

.view-qrocde .m img {
	width: 100%;
	height: 100px;
	vertical-align: middle;
}

.view-qrocde h6 {
	height: 30px;
	line-height: 30px;
	font-weight: normal;
	font-size: 16px;
}

.view-qrocde p {
	height: 25px;
	line-height: 25px;
	font-size: 13px;
	color: #999;
}

.hide_div em {
	display: none;
}

.article img{
	max-width: 500px!important;
	width: 100%!important;
	height: auto!important;
}
.addCat-list{
	border-bottom: 1px solid #eee;
	padding: 20px 0;
}
.addCat-list li{
	display: inline-block;
	width: 10%;
	padding: 0 4px;
	box-sizing: border-box;
}
.addCat-list ul{
	font-size: 0;
}
.addCat-list li a{
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}
.banner-sj{
	display: none;
}
/* 客户案例 */
.add-cat-list .cat-list{
	padding: 20px 0;
}
.add-cat-list .cat-list ul{
	font-size: 0;
}
.add-cat-list .cat-list li{
	display: inline-block;
    width: 20%;
    padding: 0 5px;
	margin: 5px 0;
	height: auto;
	line-height: normal;
    box-sizing: border-box;
}
.add-cat-list .cat-list li a{
	display: block;
    width: 100%;
    padding: 0 5px;
	text-overflow: ellipsis;
	white-space: nowrap;
    overflow: hidden;
	box-sizing: border-box;
	font-size: 13px;
	border-color: #e1e1e1;
    border-style: solid;
    border-width: 1px;
    line-height: 38px;
    background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#e1e1e1));
    background: linear-gradient(#f6f6f6, #e1e1e1);
    -webkit-box-shadow: inset 0px 1px 0px rgb(255 255 255 / 30%), 0 1px 2px rgb(0 0 0 / 15%);
    box-shadow: inset 0px 1px 0px rgb(255 255 255 / 30%), 0 1px 2px rgb(0 0 0 / 15%);
	border-color: #088ef0;
    background: -webkit-gradient(linear, left top, left bottom, from(#34a5f8), to(#088ef0));
    background: linear-gradient(#34a5f8, #088ef0);
	color: #fff;
	border-radius: 200px;
}
.add-cat-list .cat-list li.current-cat a{
	border-color: #ff2939;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff5c69), to(#ff2939));
    background: linear-gradient(#ff5c69, #ff2939);
}
@media screen and (max-width: 1230px) {
	.addBox .mn {
		width: 100%;
		float: none;
	}

	.addBox {
		padding-bottom: 30px;
	}
	.addBox-article{
		margin-top: 90px;
	}
	.addBox-article .addBox{
		padding-bottom: 50px;
	}
	.article h1{
		font-size: 20px;
	}
}

@media screen and (max-width: 998px) {
	.page-header h1 {
		font-size: 22px;
	}
	.addCat-list li{
		width: 20%;
		margin: 5px 0;
	}
}

@media screen and (max-width: 750px) {
	.banner-pc{
		display: none;
	}
	.banner-sj{
		display: block;
	}
	.addTeam{
		padding-top:  50px;
	}
	.in-cont .list_news .m {
		float: none;
		width: 100%;
	}

	.in-cont .list_news .m img {
		width: 100%;
		height: auto;
	}

	.in-cont .list_news dt {
		margin-top: 10px;
	}
	.addCat-list li,
	.add-cat-list .cat-list li{
		width: 50%;
	}
	.caselist .data{
		width: 100%;
		margin: 0 0 20px;
	}
	.caselist .data img{
		height: auto;
	}
	.results-bottom p{
		padding-left: 0;
	}
	.good-project strong{
		display: block;
		width: 100%;
		font-size: 18px;
	}
	.resume-name h3{
		font-size: 20px;
	}
	.good-project span{
		display: block;
		width: 100%;
		margin-top: 20px;
	}
	.teacher-img{
		width: 100px;
		height: auto;
		top: 150px;
	}
	
	.results-top h4{
		font-size: 16px;
	}
	.current-position span{
		margin-top: 10px;
	}
}