@charset "utf-8";
/* CSS Document */
/*
    @author：liuwenjing
*/
html,body{
	overflow-x: hidden;
	width: 100%;
}
@font-face {
  font-family: 'iconfont';  /* project id 2245089 */
    src: url('../iconfont/iconfont.eot');
    src: url('../iconfont/iconfont.eot?#iefix') format('embedded-opentype'),
    url('../iconfont/iconfont.woff2') format('woff2'),
    url('../iconfont/iconfont.woff') format('woff'),
    url('../iconfont/iconfont.ttf') format('truetype'),
    url('../iconfont/iconfont.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
ul,
ol,
li {
  list-style: none;
}
a,
u {
  text-decoration: none;
}
a {
  -webkit-tap-highlight-color: transparent;
}
img {
  border: 0;
  display: block;
}
em,
i {
  font-style: normal;
}
b,
strong,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 100;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 16px;
}
p {
  margin: 0;
  padding: 0;
}
input {
  outline: none;
}
html,
body {
  background: #fff;
}
* {
  margin: 0;
  padding: 0;
}
/* 公共头 */
.publicHeader {
	width: 100%;
	height: 79px;
	background: rgba(0, 0, 0, 0.9357142857142857);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 20;
}
.content {
	width: 80%;
	margin: 0 auto;
}
.pageContent {
	padding-top: 79px;
	width: 100%;
}
.overflow{
	overflow: hidden;
}
.floatR {
	float: right;
}
.floatL {
	float: left;
}
.modularTitle {
	padding: 50px 0 30px;
}
.modularTitle .titleInfo {
	position: relative;
	width: 300%;
}
.modularTitle .titleInfo em {
	font-family: 'Bahnschrift';
	font-size: 100px;
	color: #e5e5e5;
	margin-left: 43px;
	line-height: 100px;
}
.modularTitle .titleInfo h3 {
	font-size: 22px;
	color: #333;
	position: absolute;
	left: 0;
	bottom: 10px;
}
.modularTitle .titleInfo h3 span{
	font-size: 30px;
	color: #2a82e4;
	font-weight: bold;
	margin: 0 5px;
}
.modularTitle p {
	font-size: 14px;
	color: #666;
}
.whiteModularTitle .titleInfo h3 {
	color: #fff;
}
.whiteModularTitle .titleInfo em{
	color: rgba(128, 128, 128, 1);
}
.whiteModularTitle p {
	color: #fff;
}
.modularSingleImg {
	padding: 20px 0 30px;
}
.modularSingleImg img{
	display: block;
	width: 80%;
	margin: 0 auto;
	border-radius: 10px;
	box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);
}
.logo {
	display: block;
	float: left;
	color: #fff;
	line-height: 79px;
}
.logo img {
	display: block;
	width: 36px;
	height: 36px;
	float: left;
	position: relative;
	top: 18px;
	margin-right: 5px;
}
.logo h2 {
	font: 28px/79px "微软雅黑";
	float: left;
	font-weight: 100;
}
.logo span{
	font-weight: 900;
	margin: 0 5px;
	float: left;
}
.logo .logoCue {
	float: left;
	padding-top: 23px;
}
.logo .logoCue em {
	font: 12px/16px "微软雅黑";
	display: block;
}
.singleTitle {
	font-size: 30px;
	font-weight: bold;
	color: #333;
	text-align: center;
	margin-bottom: 30px;
	background: url(../images/titleBg.png) no-repeat center bottom;
	padding-bottom: 21px;
}
/* 联系咨询 */
.contactBtm {
	background: url(../images/contactBtmbg.jpg) no-repeat center bottom;
	background-size: 100% 100%;
}
.contacthalf {
	width: 50%;
	float: left;
	box-sizing: border-box;
	text-align: center;
	padding: 60px 0;
}
.contacthalf:nth-child(1) {
	border-right: 1px dashed #cdcdcd;
}
.contacthalf h3 {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin-bottom: 15px;
	padding-top: 20px;
}
.contacthalf p {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	margin-bottom: 30px;
}
.contacthalf a {
	display: block;
	width: 90px;
	height: 30px;
	border-radius: 3px;
	border: 1px solid #007AFF;
	color: #007AFF;
	text-align: center;
	font: 14px/30px "微软雅黑";
	margin: 0 auto;
}
.contacthalf a:hover {
	background: #007AFF;
	color: #fff;
	box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.1);
}
.crumb {
	border-bottom: 1px dashed #cdcdcd;
	font: 14px/50px "微软雅黑";
}
.crumb a {
	color: #007AFF;
}
.crumb em {
	margin: 0 10px;
}
.crumb span{
	color: #666;
}
.caseInfoImg {
	float: left;
	width: 15%;
	/* height: 150px; */
	padding: 2%;
	border: 1px solid #cdcdcd;
	margin-right: 2%;
}
.caseInfoImg img {
	display: block;
	width: 100%;
	height: 100%;
}
.caseInfoContent {
	font: 14px/32px "微软雅黑";
	color: #555;
	float: left;
	width: 78%;
	text-align: justify;
}
.caseInfoContent img {
	display: block;
	margin: 10px auto;
	max-width: 100%;
}