/* ======  reset  ====== */
body {
	line-height: 1.5
}

ol,
ul,
li {
	list-style: none;

}

i {
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

:link,
:visited,
ins {
	text-decoration: none
}

input,
select,
img {
	vertical-align: middle;
	border: none;
	outline: none;
}

a {
	text-decoration: none !important;
	color: #333;

}

a:hover {
	text-decoration: none;
	color: #1f276f !important;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

/* ======  fonts  ====== */
body {
	font: 14px/1.4286 "Microsoft YaHei", arial, helvetica, clean, sans-serif !important;
	color: #333;
}

table {
	font-size: inherit;
	font: 100%;
}


/* ======  head  ====== */
.pd15 {
	padding: 15px 0;
}

.navbar {
	margin-bottom: 0 !important;
}

.logo {
	margin-top: 10px;
}

.navbar-default {
	background-color: transparent !important;
	border-color: transparent !important;
}

.navbar-default .navbar-nav>.active>a {
	background-color: transparent !important;
}


/* ======  index  ====== */
.in-ab-bg {
	background: #f3f3f3;
	height: 422px;
}

.in-ab-con {
	background: #fff;
	height: 566px;
	margin-top: 87px;
	box-sizing: border-box;
	padding: 47px 45px;
}


.in-ab-con span {
	font-size: 36px;
	font-weight: bold;
	font-family: -webkit-pictograph;
}

.in-ab-tit {
	font-size: 24px;
	margin-top: 10px;
}

.in-ab-con i {
	font-size: 12px;
}

.in-ab-desc {
	line-height: 26px;
	margin: 14px 0;
}

.in-ab-con p {
	color: #999;
	font-family: arial;
	margin-bottom: 18px;
}

/* 产品系列 */

.in-cpxl {
	margin-top: 130px;
}

.in-cpxl div {
	width: 33%;
	float: left;
	margin-right: .5%;
}

.in-cpxl div:last-child {
	margin-right: 0;
}

.gray {
	position: relative;
	webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.in-cpxl .gray:hover {
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
}

.in-cpxl .gray {
	position: relative;
}

.in-cpxl .gray .in-cpxl-con {
	position: absolute;
	width: 472px;
	height: 363px;
	background: rgba(255, 255, 255, .8);
	top: 160px;
	box-sizing: border-box;
	padding: 44px 0 70px 44px;
}

.in-cpxl-con span {
	font-size: 40px;
	line-height: 60px;
}

.in-cpxl-con span b {
	font-size:54px;
	display: inline-block;
}

.in-cp-tit {
	margin: 29px 0 26px;
	font-size: 24px;
}

.in-cp-desc {
	line-height: 24px;
}


/* news */

.in-new-date {
	font-size: 24px;
	font-family: arial;
	color: #999;
}

.in-new-con span {
	font-size: 16px;
	margin-bottom: 20px;
	display: block;
}

.in-new-con p {
	font-size: 13px;
	color: #999;
	line-height: 26px;
	margin-bottom: 40px;
}

.new-border {
	border-left: 1px solid #eee;
	margin-left: 15px !important;
}

.new-bt {
	border-bottom: 1px solid #eee;
	overflow: hidden;
	margin-bottom: 30px;
	margin-left: 40px;
}


/* 数字 */

.num-bg {
	background: #f3f3f3;
	height: 240px;
	margin-top: 100px;
}

.num-con {
	margin-top: 70px;
}

.num-con li i {
	display: inline-block;
	font-size: 60px;
	line-height: 60px;
	font-family: arial;
}

.number {
	position: relative;
}

.unit {
	position: absolute;
	font-size: 18px;
	top: 3px;
	margin-left: 10px;
	vertical-align: top;
}




/* 合作案例 */
.hz-con ul {
	padding-left: 0;
}

.hz-con li {
	margin-bottom: 30px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.hz-con li:hover {
	-webkit-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	-o-transform: translateY(-15px);
	transform: translateY(-15px);
}

.hz-con li p {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #f7fafc;
	text-align: center;
}

.hz-con li:hover p {
	box-shadow: 0px 1px 5px rgba(72, 78, 85, 0.15);
}

.a-hz {
	width: 149px;
	height: 34px;
	line-height: 34px;
	border: 1px solid #eee;
	margin: 50px auto 30px;
}


/* ======  about-us  ====== */

.z-tit {
	width: 50%;
	margin: 60px auto;
}

.z-tit span {
	display: block;
	font-size: 36px;
	font-family: -webkit-pictograph;
	font-weight: bold;
	margin-bottom: 10px;
}

.z-tit h3 {
	margin-top: 0;
	font-size: 20px;
	position: relative;
}

.z-tit h3:before,
.z-tit h3:after {
	content: "";
	width: 50px;
	height: 1px;
	background: #333;
	position: absolute;
	top: 10px;
}

.z-tit h3:before {
	left: 30%;
}

.z-tit h3:after {
	right: 30%;
}

.ab-left p {
	line-height: 26px;
	margin-bottom: 23px;
}

.ab-right p {
	line-height: 24px;
	color: #666;
	font-size: 13px;
}

.ab-bg-gray {
	background: #fafafa;
	padding-bottom: 80px;
}

.video-bg {
	background: url(../images/video-bg.jpg) no-repeat center center;
	width: 100%;
	height: 419px;
	position: relative;
	margin-top: 200px;
	margin-bottom: 20px;
}

.video-bg video {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 167px;
	margin: auto;
}

.zs-1 li {
	float: left;
	box-sizing: border-box;
	padding: 20px 30px;
}

.zs-1 li img {
	height: 225px;
}

.zs-1 li:nth-child(2) {
	padding: 20px 0;
	margin-right: 0;
}

.zs-1 li:first-child {
	margin-left: 25px;
}

.brand-bg {
	margin-top: 50px;
	background: #fafafa;
	padding-bottom: 50px;
}

.brand-font div {
	color: #666;
}

.brand-font span {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 15px;
	display: inline-block;
	color: #333;
}

.brand-font p {
	line-height: 30px;
	margin-bottom: 25px;
}

.ab-zm img {
	width: 70%;
}


/* ====== contact-us  ====== */

.lx-wx img {
	width: 180px;
}

.lx-wx {
	border-right: 1px solid #eee;
	margin-right: 60px;
}

.lx-font span {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	display: block;
}

/* ====== list-artilce  ====== */

.position {
	margin: 40px 0 35px;
	color: #666;
}

.position a {
	color: #666 !important;
}

.position a:hover {
	color: #1f276f !important;
}

.new-ul {
	padding-left: 0;
}

.new-ul li {
	margin-bottom: 60px;
	overflow: hidden;
}

.new-images {
	padding-left: 0 !important;
}

.new-con a span {
	font-size: 18px;
	display: block;
	margin: 10px 0 20px;
}

.new-con a p {
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-bottom: 32px;
}

.new-con i {
	color: #ccc;
	font-family: arial;
}

.new-con div a {
	color: #999 !important;
}

.new-con div a:hover {
	color: #1f276f !important;
}

.news-title {
	color: #666;
	padding-bottom: 30px;
	border-bottom: 1px solid #e5e5e5;
	margin-left: 40px;
}

.news-title h3 {
	font-size: 18px;
	margin: 0 0 10px;
	font-weight: bold;
}

.news-title p {
	font-size: 12px;
	text-transform: uppercase;
}

.news-list li {
	width: 100%;
	padding-bottom: 30px;
	border-bottom: 1px solid #e5e5e5;
}

.news-list li a p {
	color: #666;
	margin: 25px 0 15px;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news-list li a span {
	font-size: 12px;
	color: #ccc;
}


/* ====== artilce-artilce  ====== */

.news-art-tit h1 {
	font-size: 26px;
	line-height: 30px;
}

.newsdate {
	margin: 10px 0 30px;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 20px;
	color: #999;
	font-size: 12px;
}

.new-art {
	line-height: 26px;
	text-indent: 2em;
	margin-top: 30px;
}

.new-art img {
	display: block;
	margin: 20px auto !important;
max-width: 100%;
}

.new-art p {
	margin-bottom: 20px;

}

.summary b {
	color: #fff;
	padding: 3px 5px;
	background-color: #985839;
	margin-right: 5px;
}

.summary {
	padding: 32px 24px;
	background-color: #f3f3f3;
	margin-top: 35px;
	line-height: 2;
	color: #666;
}

.news-list dl {
	padding-left: 40px;
}

.news-list dl span {
	font-size: 16px;
	margin: 10px 0;
	display: block;
	color: #666;
}

.news-list dl dd div:first-child {
	border: 1px solid #eee;
	overflow: hidden;
}

.news-list dl dd a img {
	margin: auto;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.news-list dl dd a img:hover {
	transform: scale(1.05);
}

.news-list dl p {
	color: #999;
	margin-bottom: 20px;
}

.m-top50 {
	margin-top: 50px;
}

.Related-tags {
	padding: 10px 0;
	border-top: 1px dashed #eee;
	border-bottom: 1px dashed #eee;
	margin-top: 30px;
}

.Related-tags a {
	margin-right: 10px;
}

.page {
	margin-top: 10px;
}

.page span {
	display: block;
	padding: 5px 0;
}

.page a {
	color: #666;
}


/* ======  Case  ====== */

.work li {
	margin: 10px .9%;
	background: #fff;
	padding: 10px;
	border: 1px solid #eee;
	cursor: pointer;
	overflow: hidden;
	cursor: default;
}

.work li span {
	display: block;
	text-align: center;
	margin-top: 10px;
}

.work .col-lg-4 {
	width: 32.4%;
	margin-left: 0;
}

.work li img,
.pro-con ul li img {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.work li:hover img,
.pro-con ul li:hover img {
	transform: scale(1.03);
}

/* ======  list-pro  ====== */

.pro-con {
	margin: 0 auto;
	overflow: hidden;
	background: #fff;
}

.pro-con ul {
	padding-left: 0;
	text-align: center;
	margin: auto;
	overflow: hidden;
}
.pro-con ul li{
	margin-bottom: 20px;
}
.pro-con ul li img {
	margin: 30px auto 35px;
	overflow: hidden;
	display: block;
}

.pro-con ul li .li {
	border: 1px solid #eee;
}

.pro-con ul li p {
	font-size: 24px;
	color: #666;
	line-height: 24px;
}

.pro-con ul li span {
	font-size: 14px;
	line-height: 14px;
	color: #999;
	margin: 17px auto 20px;
	display: block;
}


.pagination li:first-child {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.pagination li:last-child {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.pagination>li>a,
.pagination>li>span {
	color: #666;
}
.pagination li.active a{
	color: #fff;
}

.thisclass {
	position: relative;
	float: left;
	padding: 6px 12px;
	border: 1px solid #1f276f;
	background: #1f276f;
	color: #fff !important;
}

/* ======  article-pro  ====== */
.art-pro-con h1 {
	font-size: 24px;
	font-weight: bold;
	border-bottom: 1px solid #ececec;
	margin: 0 0 40px;
	padding-bottom: 25px;
	color: #333;
}

.art-main {
	margin: 20px 0;
}

.art-pro-con p {
	line-height: 30px;
}

.art-pro-con {
	line-height: 30px;
	color: #666;
}

.art-pro-con img {
	max-width: 100%;
}

/* foot */
.footer {
	background: #f3f3f3;
	padding: 10px 0;
	color: #666;
}

/*浮动表单*/
.ft-form {
	position: fixed;
	bottom: 0;
	width: 100%;
	background: rgba(62, 58, 57, 0.6);
	z-index: 99;
}

.ft-form .title {
	padding: 24px 0 0px;
	font-size: 24px;
	color: #fff;
	letter-spacing: 1px;
}

.ft-form .title i {
	color: #F5701D;
}

.ft-form .form-group {
	float: left;
	margin-right: 16px;
}

.ft-form .form-group select,
.ft-form .form-group input,
.ft-form-button button {
	width: 330px;
	height: 50px;
	font-size: 16px;
	color: #999;
	padding: 0 15px;
	background: #fff;
}

.ft-form .form-group textarea{
	margin-top: 0;
	width: 360px;
	height: 50px;
	line-height: 45px;
	font-size: 16px;
	color: #999;
	padding: 0 15px;
	background: #fff;
}
.ft-form .form-button {
	margin-top: 20px;
	width: auto;
}
.ft-form .form-button button {
	width: 72px;
	height: 50px;
	color: #fff;
	border: 0;
	display: inline-block;
	background: #1f276f;
}
.ft-form .c-gb{
	position: relative;
}
.ft-form .c-gb .gb{
	position: absolute;
	display: block;
	width: 15px;
	height: 15px;
	top: 25%;
	right: 0%;
	background: url(../images/cross.png) no-repeat center;
	background-size: contain;
	cursor: pointer;
}
.link a{padding:8px;display: inline-block;}


@media (max-width: 767px) {

	.logo img,
	.new-images img {
		margin: auto;
	}

	.pd15 {
		background: #f9f9f9;
	}

	#sm-left {
		float: left !important;
	}

	.in-ab-con,
	.in-ab-bg {
		height: auto;
	}

	.in-ab-con {
		padding: 47px 0;
	}

	video {
		height: auto;
		margin-top: 50px;
	}

	.in-cpxl div {
		width: initial;
		margin-right: 0;
	}

	.gray {
		filter: grayscale(100%) !important;
	}

	.z-tit {
		width: 100%;
	}

	.z-tit h3:after {
		right: 20%;
	}

	.z-tit h3:before {
		left: 20%;
	}

	.new-border {
		border-left: 0;
		margin-left: 0 !important;
	}

	.new-bt,
	.zs-1 li:first-child,
	.news-title {
		margin-left: 0;
	}
	.new-bt{
		margin-top: 20px;
	}
	.num-bg,.link {
		display: none;
	}

	.in-cpxl .gray .in-cpxl-con {
		width: 100%;
		padding: 40px 10px;
		top: 10%;
	}

	.in-cpxl-con span b {
		font-size: 40px;
	}

	.in-cpxl-con span {
		font-size: 30px;
	}

	.in-cp-tit {
		margin: initial;
	}

	.video-bg video,
	.ab-zm img,
	.zs-1 li img {
		width: 100%;
	}

	.video-bg {
		margin-top: 20px;
		height: 319px;
	}

	.zs-1 li {
		padding: 0;
	}

	.pd-0,
	.news-list ul,
	.news-list dl,
	.zs-1 {
		padding-left: 0;
	}

	.pd-0 li {
		padding: 0;
		margin-top: 20px;
	}

	.pro-con li {
		padding: 10px 0;
	}

	.work .col-lg-4 {
		width: 100%;
	}

	.new-art img {
		max-width: 100%;
	}

	.sm-list {
		margin-top: 50px;
	}

	.lx-wx {
		margin-right: 0 !important;
		border-right: 0;
	}

	.lx-wx img {
		margin: 20px auto;
	}

}
