body {
	font-family: "微软雅黑";
	padding-top:71px;
	position: relative;
}
header {
	/*border-bottom: 1px solid #e6e7e7;*/
	position: fixed;
	top:0;
	left:0;
	width:100%;
	background: #fff;
	z-index: 1002;
	box-shadow: 0 3px 3px 0 rgba(0,0,0,.08);
}
h3 {
	margin-bottom: 0!important;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clearfix {
	*zoom: 1;
}
.clearfix:before,.clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}
.clearfix:after {
	clear: both;
}
.row {
	margin-left: 0!important;
	margin-right: 0!important;
}
.thumbnail {
	padding: 0 20px 10px 20px;
	border: none;
}
.container-fluid {
	padding-left: 0!important;
	padding-right: 0!important;
}
.wraper {
	margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.navbar-default {
	background: #fff;
}
.navbar {
	border: none;
	margin-bottom: 0;
}
.navbar-nav>li>a {
	color: #333!important;
	height: 50px;
	margin:0 15px!important;
	padding: 15px 0!important;
}
.navbar-nav>li>a:hover,.currentLink {
	color: #FA2500!important;
	padding-bottom: 13px;
	border-bottom: 2px solid #FA2500;
}
.navbar-brand {
	padding: 5px 0;
	font-size: 16px;
	line-height: 40px;
	color: #333!important;
	margin-left: 0!important;
}
.navbar-brand>img {
	display: inline-block;
}
.title {
	font-size: 18px;
    color: #FA2500;
    font-weight: normal;
    text-align: center;
    padding-bottom: 25px;
    background: url(../images/icon-title.png) no-repeat center 31px
}
.textContent {
	color: #333;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    padding: 50px 90px;
}
p.copyRight {
	color:#fff;
	font-size:12px;
	text-align:center;
	height:53px;
	line-height: 53px;
}
.partnerBox {
	width: 100%;
	height: auto;
	overflow:hidden;
}
/*.partnerBox ul {
	width: auto;
}
.partnerBox ul li {
	float: left;
	width: 20%;
	padding: 5px 10px;
}*/
.partnerBtn {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background:#7299e1;
	margin-right: 8px;
	opacity: 0.3;
}
.activePbtn {
	opacity: 1;
}
.seriesList a {
	text-decoration: none;
}
.newsMore,.solutionLink {
	display: block;
    margin: 0 auto;
    width: 102px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #fff;
    background: transparent;
    cursor: pointer;
    line-height: 16px;
}
.solutionLink {
	position: absolute;
	top:40%;
	left: 50%;
	margin-left: -51px;
	margin-top:-15px;
	display: none;
	z-index: 10001;
}
/*.solutionLink:hover {
	background: transparent;
	border: 1px solid #fff;
}
.newsMore:hover {
	background: #fff;
	border:1px solid #fff;
	color: #FA2500;
}*/
a.newsMore{
	line-height:28px;
	text-decoration:none;
	color: #fff!important;
}
a.newsMore:link,a.newsMore:visited,a.newsMore:hover,a.newsMore:active {
	color: #fff!important;
}
.solutionBox {
	position: relative;
}
.casePicBox {
	position: relative;
	width: 270px;
	margin: 0 auto;
}
/*.subCaseBox {
	position: absolute;
    top: 0;
    left: 0;
    width: 270px;
    height: 200px;
    background: #524C4C;
    opacity: 0.6;
    display: none;
}*/
.solutionBox:hover .subCaseBox {
	display: block;
}
.solutionBox:hover .solutionLink {
	display: block;
}
.lines {
	display: block;
    width: 32px;
    height: 3px;
    background: #fff;
    margin-bottom: 15px;
}
.coreIdeaTitle {
	font-size: 16px;
    margin-bottom: 35px;
    color: #fff;
}
.coreIdeaContent {
	font-size: 14px;
    margin-bottom: 10px;
    opacity: 0.8;
    color:#fff;
}
.scenTitle {
	color: #FA2500;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.scenText {
	color: #666;
    font-size: 14px;
    line-height: 24px;
    padding-right: 90px;
    letter-spacing: 0.15em;
}
.propagandaText {
	font-size: 18px;
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
    letter-spacing: 0.1em;
    font-weight: normal;
}
.propagandaText span {
    color: rgb(250, 37, 0);
    font-size: 36px;
    font-family: "微软雅黑";
}
.sceneTitle {
	margin: 20px 0;
    font-size: 16px;
    color: #fff;
}
.sceneContent {
	font-size: 14px;
    color: #fff;
    line-height: 24px;
    opacity: 0.8;
}
.caseTable {
	height: 110px;
	background:#7299E1;
	font-size: 18px;
	line-height: 110px;
	color: #fff;
	text-align: center;
	border-right: 1px solid #8caeed;
	cursor: pointer;
}
.activeCase {
	background: #FA2500;
    height: 118px;
    position: relative;
    top: -4px;
}
.solutionItem {
	width: auto;
    color: #666;
    font-size: 14px;
    margin-bottom: 23px;
    text-align: left;
    cursor: pointer;
}
.activeSolution {
	color: #FA2500;
}
.solutionTitle {
    font-size: 16px;
    color: #7299E1;
}
.recruitItem {
	width: 103px;
    padding: 8px 0;
    font-size: 14px;
    text-align: center;
    color: #7299E1;
    margin: 0 auto;
    border: 1px solid #7299E1;
    border-radius: 5px;
    margin-bottom: 40px;
    cursor: pointer;
}
.activeRecruitItem {
	color: #fff;
    background: #7299E1;
}
.addressBox {
	margin-top: 20px;
}
.addressBox p {
    width: auto;
    margin-left: 33px;
    margin-right: 15px;
    line-height: 24px;
    padding: 4px 0;
    color: #666;
}
.addressBox span {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 6px;
    margin-bottom:3px;
    vertical-align: middle;
}
.recruitContentList {

}
.positionName {
    font-size: 16px;
    color: #7299E1;
    margin-bottom: 10px;
}
.duty {
    color: #333;
    font-size: 14px;
    margin-bottom: 10px;
}
.dutyContnet {
    color: #666;
    font-size: 14px;
    line-height: 24px;
}
.companyProfileContents {
	padding: 20px 90px 80px 90px;
}
.companyProfileContents p {
    text-indent: 2em;
    color: #666;
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
}
.newsListBox {
	max-width: 699px;
    padding-top: 50px;
    height: auto;
    position: relative;
    margin: 0 auto;
}
.moreNewsLink {
    position: absolute;
    top: 50px;
    right: 0;
    color: #fff;
}
.newsList {
    padding-top: 50px;
}
.newsItem {
    margin-bottom: 25px;
}
.newsItem a, .newsItem span {
    color: #fff;
    font-size: 14px;
}
.newsItem a.newsTitle {
	color:#333;
}
.newsItem a:hover,.moreNewsLink:hover {
	color: #FA2500;
	text-decoration: none;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	background: transparent;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	border-color: #FA2500;
}
.dropdown-menu {
	background: #333;
	width: auto!important;
	padding: 5px 10px!important;
	left: -20px!important;
	border-top: 2px solid #FA2500;
	margin-top: -2px!important;
}
.dropdown-menu li {
	height: 35px;
}
.dropdown-menu a {
	color:#d0cfcf!important;
	background: #333!important;
}
.dropdown-menu>li>a {
	padding-left:10px!important;
}
.dropdown-menu a:hover {
	color:#FA2500!important;
}
.newsContainer {
	padding: 0 90px;
}
.newsContainer p {
	line-height: 24px;
}
p.heading {
    font-size: 18px;
    color: #333;
    text-align: center;
    margin-bottom: 15px;
}
p.subHeading {
    font-size: 14px;
    color: #666;
    text-align: center;
    margin-bottom: 35px;
}
p.time {
    font-size: 12px;
    color: #999;
    text-align: center;
    margin-bottom: 35px;
}
p.smallTitle {
    color: #7299E1;
    margin-bottom: 3px;
    text-indent: 2em;
}
p.newsMainContent,p.st {
	text-indent: 2em;
}
@media (min-width: 768px) {
	.wraper {
		width: 750px;
	}
}
@media (min-width: 992px) {
	.wraper {
		width: 970px;
	}
}
@media (min-width: 1260px) {
	.wraper {
		width: 1170px;
	}
}
@media (min-width: 1290px) {
	.wraper {
		width: 1260px;
	}
}

/* 新增典型案例部分样式 */
.bigTitle {
	font-size:18px;
	color: #7299e1;
	margin-top: 50px;
	margin-bottom:30px;
}
.pragth {
	font-size: 14px;
	color: #666;
	line-height: 30px;
}
.caseImg {
	margin-top: 50px;
	margin-bottom: 50px;
}
.littleTitle {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 30px;
}
.blackCircle {
	display: inline-block;
	width: 8px;
	height: 8px;
	border: 1px solid #333;
	border-radius: 50%;
	background: #333;
	vertical-align: 5%;
	margin-right: 10px;
}
/* .blackSquare {
	display: inline-block;
	width: 5px;
	height: 5px;
	border: 1px solid #333;
	background: #333;
	vertical-align: middle;
	margin-right: 10px;
} */

