﻿body{
	background: url(../images/bodybg.jpg) center top no-repeat;
	font-family: 'Microsoft Yahei';
	font-size: 16px;
	color: #333;
}
a:hover{
	text-decoration: none;
}
.floatCtro {
    width: 62px;
    position: fixed;
    left: 50%;
    top: 280px;
    z-index: 100;
    margin-left: -562px;
}
.floatCtro a {
    display: inline-block;
    width: 62px;
    height: 50px;
    background: #fb8700;
    cursor: pointer;
    text-align: center;
    color: #fff;
    line-height: 18px;
    padding: 7px 0;
}
.floatCtro p {
    width: 62px;
    text-align: center;
    height: 50px;
    margin-bottom: 2px;
    background: #666bbe;
    font-size: 14px;
    font-weight: normal;
    display: table;
    cursor: pointer;
}
.floatCtro p span {
    color: #fff;
    display: table-cell;
    vertical-align: middle;
}
.floatCtro p.active, .floatCtro p:hover{
	background: #13a5f4;
}
.floatCtro a.goTop {
    background: #666bbe url(../images/top1.png) center center no-repeat;
    text-indent: -9999em;
    margin-bottom: 2px;
}
.floatCtro a.goTop.active, .floatCtro a.goTop:hover{
	 background: #13a5f4 url(../images/top1.png) center center no-repeat;
	}
.header{
	height: 225px;
}
.header .container{
	position: relative;
}
.header .container h1,.header .container h2, .header .container h3, .header .container h4, .header .container h5{
	color: #fff;
	margin: 0;
}
.main .container{
	border: 1px solid #d9d9d9;
	border-top: none;
}
.mainpic{
	margin-top: 16px;
}
.carousel{
	padding: 3px;
	border: 1px solid #e1e1e1;
}
.carousel-indicators{
	bottom: 4px;
	margin-bottom: 0;
}
.intro h1{
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	margin: 22px 0 16px 0;
}
.intro h1 a{
	color: #333;
}
.intro p{
	font-size: 14px;
	line-height: 28px;
}
.intro p a{
	font-weight: bold;
	color: #e00000;
}
.title{
	padding: 0;
	margin-top: 18px;
}
.title h3{
	height: 40px;
	line-height: 40px;
	margin: 0;
	background: #158fe4;
	text-align: center;
	font-size: 24px;
	/*font-weight: bold;*/
	color: #fff;
	letter-spacing: 2px;
}
.parter .media{
	margin-top: 20px;
	padding-bottom: 22px;
	border-bottom: 1px dotted #d5d5d5;
}
.parter .media-left{
	padding-right: 10px;
}
.parter img{
	width: 186px;
}
.parter .media-body{
	vertical-align: middle;
}
.parter .media-body a{
	display: inline-block;
	width: 56px;
    height: 24px;
    background: #fb8700;
    color: #fff;
    font-size: 13px;
    text-align: center;
    line-height: 24px;
    text-indent: 0;
    border-radius: 5px;
    margin-left: 6px;
}
.parter h4{
	font-size: 16px;
	line-height: 26px;
}
.subtitle h3{
	height: 56px;
    line-height: 56px;
    text-indent: 92px;
    font-size: 24px;
    font-weight: normal;
    background: url(../images/casebg.jpg) 0 0 no-repeat;
    margin: 24px 0 8px 0;
}
.video{
	margin: 0 56px 24px;
	padding: 0;
	background: #333;
}
.videoL,.videoR{
	padding: 0;
}
.video .videoR .share {
    position: absolute;
    width: 204px;
    padding-left: 20px;
    padding-top: 0px;
    height: 40px;
    background: #fff;
    right: 0;
    bottom: 0;
    z-index: 99999;
}
.videoR h5 {
    height: 42px;
    line-height: 18px;
    font-size: 14px;
    margin: 3px 0 0 0px;
    padding: 0 5px;
    color: #bbb;
    font-weight: normal;
    border-bottom: 1px solid #404040;
    position: relative;
    margin-bottom: 4px;
}
.videoR h5::after {
    content: '';
    width: 26px;
    height: 1px;
    background: #2fb3ff;
    position: absolute;
    bottom: 0;
    left: 0;
}
.video .videoR .vList {
	width: 100%;
    height: 409px;
    overflow: hidden;
}
.video .videoR .vList .item {
    width: 100%;
    height: 70px;
    display: inline-block;
}
.video .videoR .vList .item.active {
    background: #222;
}
.video .videoR .vList .item .itemL {
    float: left;
    width: 40px;
    height: 100%;
    background: url(../images/play.jpg) 20px 28px no-repeat;
}
.video .videoR .vList .item .itemL span {
    display: inline-block;
    width: 40px;
    height: 100%;
    background: #333;
    color: #bbb;
    text-indent: 22px;
    font-size: 12px;
    line-height: 70px;
}
.video .videoR .vList .item.active span {
    display: none;
}
.video .videoR .vList .item dl {
    float: right;
    width: 132px;
    height: 100%;
}
.video .videoR .vList .item dl dt {
    float: left;
    width: 90px;
    height: 50px;
    padding: 10px 0;
}
.caseList{
	padding: 0;
}
.caseList .thumbnail{
	padding: 0;
	border: none;
	margin-bottom: 18px;
}
.caseList .thumbnail img {
    border: 1px solid #e1e1e1;
    padding: 5px;
}
.caseList .thumbnail .caption {
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    margin-top: 6px;
    padding: 0;
}
.caseList .thumbnail .caption p{
	margin: 0;
}
.caseList .caption p a{
	display: inline-block;
    width: 56px;
    height: 24px;
    background: #fb8700;
    color: #fff;
    font-size: 13px;
    text-align: center;
    line-height: 24px;
    text-indent: 0;
    border-radius: 5px;
    margin-left: 6px;
}
.talk h3{
	background: url(../images/isbg.jpg) 0 0 repeat;
    margin: 10px 0 10px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    font-size: 18px;
    font-weight: bold;
    color: #158fe4;
}
.bigad{
	margin: 12px auto;
}
.adList{
	padding-bottom: 12px;
}
.footer {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 8px;
    border-top: 1px solid #dedede; 
    background: #fff;
    margin-top: 24px;
}
.footer .col-sm-12 {
    font-size: 13px;
    text-align: center;
    line-height: 28px;
    color: #666;
}
.footer .col-sm-12 a {
    text-decoration: none;
    color: #333;
    cursor: pointer;
}
.footer .col-sm-12 span {
    padding: 0 8px;
}
.companyList .thumbnail img{
	padding: 0;
}
.companyList .caption{
	display: none;
}
#tips {
	position:absolute;
	border:1px solid #c8c8c8;
	background:#fff;
	padding:5px;
	display:none;
}
.tips:hover{
	cursor: crosshair;
}
.details .container{
	border: none;
	background-color: #FFF;
    padding: 60px 60px 30px 60px;
    margin: auto;
    box-shadow: 0 0 15px #999;
}
.details .col-md-6{
    padding: 0 45px;
    margin: 0 0 8px;
}
.details .col-md-6 p.info{
	font-size: 14px;
	color: #777;
}
.details h2 {
    font-family: "微软雅黑";
    font-size: 24px;
    font-weight: bold;
    color: #333;
    text-align: center;
    line-height: 40px;
    margin-top: 0;
    margin-bottom: 30px;
    border-bottom: 1px dashed #9c9b9b;
    padding-bottom: 18px;
}
.details h3 {
    font-family: "微软雅黑";
    font-size: 18px;
    color: #333;
    text-align: left;
    /*height: 30px;*/
    line-height: 30px;
    font-weight: bold;
    margin-top: 48px;
    margin-bottom: 15px;
    text-indent: 32px;
}
.details p{
	font-family: "微软雅黑";
    font-size: 16px;
    color: #333;
    line-height: 28px;
    text-indent: 2em;
    text-justify: auto;
    text-align: justify;
    margin-bottom: 10px;
}
.details p.subTitle{
	margin-top: 24px;
	margin-bottom: 10px;
	color: #004da0;
}
.details p.pic{
	text-align: center;
	text-indent: 0;
}
.details p.pic img{
	display: inline-block;
}
.details p.info{
	text-align: center;
	text-indent: 0;
	margin-bottom: 12px;
}
.es6 p{
	height: 60px;
}
@media (min-width: 768px){
	.header .container h1,.header .container h2, .header .container h3, .header .container h4, .header .container h5{
		position: absolute;
	}
	.header .container h1{
		font-size: 48px;
		font-weight: bold;
		line-height: 48px;
		vertical-align: top;
		left: 28px;
		top: 32px;
	}
	.header .container h2{
		font-size: 28px;
		left: 52px;
		top: 96px;
	}
	.header .container h3{
		font-size: 16px;
		line-height: 24px;
		text-align: center;
		top: 160px;
		left: 46px;
		color: #53f9f9;
	}
	.header .container h4{
		font-size: 22px;
		left: 602px;
		top: 92px;
		line-height: 36px;
		padding: 0 12px;
		background: #f39800;
		font-weight: bold;
	}
	.header .container h4 span{
		font-size: 16px;
		letter-spacing: -1px;
		font-weight: normal;
	}
	.es01 p{
		height: 84px;
	}
	.es02 p{
		height: 60px;
	}
}
@media (max-width: 767px){
	body{
		background-size: 250%;
	}
	.header .container .col-xs-12{
		padding: 0;
	}
	.header .container h1{
		font-size: 18px;
		text-align: center;
		margin-top: 22px;
		font-weight: bold;
	}
	.header .container h2{
		font-size: 16px;
		text-align: center;
		margin-top: 4px;
	}
	.header .container h3{
		display: none;
	}
	.header .container h4{
		width: 224px;
		line-height: 28px;
		margin: 0 auto;
		padding: 0 6px;
		text-align: center;
		font-size: 14px;
		background: #f39800;
		margin-top: 6px;
	}
	.header .container h4 span{
		font-size: 12px;
	}
	.parter img{
		width: 120px;
	}
	.parter h4{
		font-size: 14px;
		line-height: 20px;
	}
	.parter .media-body a{
		width: 42px;
		height: 20px;
		line-height: 20px;
		font-size: 12px;
		margin-left: 2px;
		padding: 0 6px;
	}
	.subtitle h3{
		font-size: 16px;
		line-height: 22px;
		text-indent: 0;
		padding-left: 92px;
		font-weight: bold;
	}
	.caseList{
		padding: 0 7px;
	}
	.caseList .col-xs-6{
		padding: 0 8px;
	}
	.title h3{
		font-size: 20px;
		letter-spacing: 0;
	}
	.talk{
		padding: 0 8px;
	}
	.talk h3{
		font-size: 14px;
	}
	.adList .col-xs-6{
		margin-bottom: 8px;
	}
	.caseList .thumbnail img{
		padding: 0;
		border: none;
	}
	.details .container{
		padding: 0 15px;
	}
	.details .col-xs-12{
		padding: 12px 20px;
	}
	.details h2{
		font-size: 18px;
		line-height: 22px;
		padding-bottom: 12px;
		margin-bottom: 12px;
	}
	.details h3{
		font-size: 16px;
		line-height: 22px;
		text-indent: 0;
		margin-bottom: 6px;
		margin-top: 36px;
	}
	.details p{
		font-size: 14px;
		line-height: 24px;
	}
	.details p.subTitle{
		margin-top: 6px;
		line-height: 18px;
		margin-bottom: 8px;
	}
	.details .col-md-6{
		padding: 0 15px;
	}
	.details .col-md-6 p.info{
		font-size: 13px;
		line-height: 18px;
		margin-bottom: 6px;
	}
	.hes .subtitle h3{
		line-height: 56px;
	}
	.es03 p{
		height: 60px;
	}
	.es04 p{
		height: 80px;
	}
}