﻿@charset "UTF-8";

/* CSS Document */
body {
	font: 14px/1.5 AppleGothic, Arial, 'Microsoft Yahei', 'Simsun';
	line-height: 160%;
	color: #666;
	background: url(../images/content-bg.jpg) ;
}

body,
html,
p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
ul,
li {
	padding: 0;
	margin: 0;
}

dl,
dd,
dt,
ul,
li {
	list-style: none;
}

a {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #333;
}

.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}

.clearfix:after {
	clear: both;
}

.tl {
	text-align: left;
}

.tr {
	text-align: right;
}

.tc {
	text-align: center;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.underline {
	text-decoration: underline;
}

.ct_1 {
	color: #000;
}

.ct_2 {
	color: #333;
}

.ct_3 {
	color: #666;
}

.ct_4 {
	color: #999;
}

.ct_5 {
	color: #ccc;
}

.ct_6 {
	color: #fff;
}

.ct_7 {
	color: #c11e2b;
}

/* */

.k1120 {
	max-width: 1120px;
	margin: 0 auto;
}

#header {
	width: 100%;
	height: 100px;
	position: fixed;
	z-index: 1100;
	background: #fff;
	top: 0;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
	-webkit-transition: 0.2s ease-in 0s;
	-moz-transition: 0.2s ease-in 0s;
	-ms-transition: 0.1s ease-in 0s;
	-o-transition: 0.2s ease-in 0s;
}

#header .k1120 {
	position: relative;
	padding: 0 10px;
}

/* ------- Menu ------- */
.wrapper {
	overflow: hidden;
}

.pageMain {
	margin-right: 0;
	margin-left: 0;
	-webkit-transition: 0.2s ease-in 0s;
	-moz-transition: 0.2s ease-in 0s;
	-ms-transition: 0.1s ease-in 0s;
	-o-transition: 0.2s ease-in 0s;
}

.sidebar {
	position: fixed;
	right: 0;
	top: 0;
	left: 0;
	z-index: 9999;
}

.sidebar .k1120 {
	position: relative;
}


#logo {
	width: 250px;
	height: 80px;
	display: inline-block;
	background: url(../images/logo-info.png) no-repeat;
	background-size: 250px auto;
	overflow: hidden;
	margin: 25px 0 0 0;
	text-indent: -20em;
	-webkit-transition: 0.2s ease-in 0s;
	-moz-transition: 0.2s ease-in 0s;
	-ms-transition: 0.1s ease-in 0s;
	-o-transition: 0.2s ease-in 0s;
}

#menu {
	position: absolute;
	;
	right: 0;
	top: 0;
}

#menu li {
	display: inline-block;
}

#menu a {
	color: #000;
	font-size: 14px;
	height: 65px;
	width: 110px;
	text-align: center;
	display: inline-block;
	line-height: 20px;
	padding: 35px 0 0 0;
	-webkit-transition: 0.2s ease-in 0s;
	-moz-transition: 0.2s ease-in 0s;
	-ms-transition: 0.1s ease-in 0s;
	-o-transition: 0.2s ease-in 0s;
	background: #fff;
}

#menu a span {
	text-align: left;
	display: inline-block;
}

#menu a b {
	font-size: 12px;
	color: #8d8d8d;
	font-weight: normal;
	-webkit-transition: 0.2s ease-in 0s;
	-moz-transition: 0.2s ease-in 0s;
	-ms-transition: 0.1s ease-in 0s;
	-o-transition: 0.2s ease-in 0s;
}

#menu a:hover,
#menu a:hover b,
#menu a.current,
#menu a.current b {
	color: #fff;
	-webkit-transition: 0.2s ease-in 0s;
	-moz-transition: 0.2s ease-in 0s;
	-ms-transition: 0.1s ease-in 0s;
	-o-transition: 0.2s ease-in 0s;
}

#menu a:hover,
#menu a.current {
	background: #c20f36;
	-webkit-transition: 0.2s ease-in 0s;
	-moz-transition: 0.2s ease-in 0s;
	-ms-transition: 0.1s ease-in 0s;
	-o-transition: 0.2s ease-in 0s;
}

.scrol-page {
	margin: 0 auto;
	padding: 99px 0 0 0;
}

@media (max-width: 960px) {
	#menu a {
		height: 50px;
		width: 90px;
		padding: 20px 0 0 0;
	}

	#logo {
		width: 133px;
		height: 33px;
		background: url(../images/logo-info.png) no-repeat;
		background-size: 133px 33px;
		margin: 20px 0 0 0;
	}

	#header {
		height: 70px;
	}

	.scrol-page {
		padding: 69px 0 0 0;
	}

	.intro_2 h3 span {
		font-size: 30px;
	}

	.infor_contain {
		margin-top: 120px;
	}

}

@media (max-width: 767px) {
	.openNav .sidebar {
		right: 0;
		border-left: 1px solid rgba(0, 0, 0, 0.05);
	}

	.openNav .pageMain {
		margin-right: 60px;
		margin-left: -60px;
	}

	.sidebar {
		height: 100%;
		width: 70px;
		position: fixed;
		left: auto;
		right: -70px;
		top: 0;
		-webkit-transition: 0.2s ease-in 0s;
		-moz-transition: 0.2s ease-in 0s;
		-ms-transition: 0.1s ease-in 0s;
		-o-transition: 0.2s ease-in 0s;
		z-index: 9999;
	}

	.openNav .sidebar {
		right: 0;
	}

	.openNav .pageMain {
		margin-right: 70px;
		margin-left: -70px;
	}

	#menu {
		left: 0;
	}

	#menu li {
		display: block;
	}

	#menu a {
		height: 35px;
		width: auto;
		display: block;
		padding: 5px 0 5px 8px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.05);
		line-height: 35px;
		text-align: left;
	}

	#menu a b {
		display: none;
	}

	#logo {
		width: 97px;
		height: 24px;
		background: url(../images/logo-info.png) no-repeat;
		background-size: 97px 24px;
		margin: 10px 0 11px 0;
		position: fixed;
		left: 10px;
	}

	#header {
		height: 45px;
	}

	.navBox {
		width: 45px;
		padding: 15px 0 0 0;
		height: 30px;
		position: absolute;
		left: -45px;
		top: 0;

	}

	.navOpen {
		height: 12px;
		width: 22px;
		display: block;
		margin: 0 auto;
		border-top: 2px solid #666;
		border-bottom: 2px solid #666;
		position: relative;
		z-index: 1;
	}

	.navOpen:after {
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		height: 2px;
		overflow: hidden;
		content: '';
		background: #666;
		top: 50%;
		margin-top: -1px;
		z-index: 1;
	}

	.navBox:before {
		width: 2px;
		height: 18px;
		display: block;
		content: '';
		background: #fff;
		left: 14px;
		top: 15px;
		position: absolute;
		z-index: 333;
	}

}

/* banner */

#banner {
	width: 1440px;
	height: 600px;
}

#banner img {
	width: 100%;
}

#banner .panel {
	width: 400px;
	position: absolute;
	top: 25%;
	left: 50%;
	margin-left: -200px;
	text-align: center;
}

#banner .panel p {
	color: #8c8c8c;
	font-size: 44px;
	line-height: 80px;
	letter-spacing: 15px;
}

#banner .panel p.title {
	color: #4a4a4a;
	font-size: 54px;
	letter-spacing: 10px;
}

.viewMain,
.viewMain p {
	line-height: 180%;
	font-size: 14px;
	color: #666;
}

.viewMain {
	padding: 0 10px;
}

@media (max-width: 1120px) {
	.b_2 {
		display: none;
	}


}

@media (max-width: 960px) {

	.b_text {
		padding-top: 10px;
	}

}



@media (max-width: 768px) {
	.scrol-page {
		padding: 40px 0 0 0;
	}
}

.title {
	font-size: 35px;
	color: #000;
	text-align: center;
	padding: 50px 0 50px 0;
}

.title b {
	font-size: 12px;
	color: #666;
	line-height: 16px;
	display: inline-block;
	padding: 10px 0 0 0;
	margin-bottom: -10px;
}

.title span {
	display: inline-block;
	line-height: 40px;
	position: relative;
	padding: 0 6%;
	font-weight: normal;
}

.title span:before {
	width: 100%;
	height: 1px;
	background: #333;
	position: absolute;
	left: 0;
	right: 0;
	content: '';
	bottom: -20px;

}

.title span:after {
	display: block;
	overflow: hidden;
	content: '';
	background: #333;
	border: 10px solid #fff;
	position: absolute;
	left: 50%;
	width: 4px;
	bottom: -32px;
	height: 4px;
	border-radius: 100%;
	margin-left: -12px;
}

.infoText {
	text-align: center;
	color: #999;
	font-size: 18px;
	padding: 0 10px;
}

.servicesText {
	text-align: left;
	margin: 0 auto 0;
	color: #999;
	font-size: 18px;
	padding: 0 10px;
	text-indent: 2em;
	max-width: 1120px;
}



.servicesBox {
	position: relative;
	margin: 50px auto 0;
	text-align: center;
}

.servicesBox li {
	width: 25%;
	float: left;
}

.servicesBox li h3 {
	font-size: 20px;
	color: #333;
	padding: 5px 0;
}

.servicesBox li p {
	color: #999;
	font-size: 12px;
	line-height: 200%;
}

.servicesBoxList {
	padding: 0 10px;
}

.servicesBox:before {
	width: 100%;
	height: 1px;
	background: #eee;
	position: absolute;
	left: 0;
	right: 0;
	content: '';
	top: 47px;
}

.servicesBoxIcon {
	padding: 0 0 20px 0;
}

.servicesBoxIcon i {
	display: inline-block;
	cursor: pointer;
	width: 90px;
	line-height: 90px;
	height: 90px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #333;
	font-size: 16px;
	background: #fff;
	border: 1px solid #a3a3a3;
	transition: background 0.2s, color 0.2s;

}

.servicesBoxIcon i:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	box-sizing: content-box;
}

.servicesBoxIcon i:after {
	top: -7px;
	left: -7px;
	padding: 7px;
	box-shadow: 0 0 0 4px #c20f36;
	transition: transform 0.2s, opacity 0.2s;
	transform: scale(.8);
	opacity: 0;
}

.servicesBoxIcon i:hover {
	//color: #fff;
	border: 1px solid #fff;
}

.servicesBoxIcon i:hover:after {
	transform: scale(1);
	opacity: 1;
}

.intro_1 {
	background-image: url(../images/adbg1.jpg);
	background-repeat: no-repeat;
	background-position: center 0;
	position: relative;
	height: 270px;
	margin-top: 70px;
	overflow: hidden;
	-webkit-transition: height 0.2s ease-in 0s;
	-moz-transition: height 0.2s ease-in 0s;
	-ms-transition: height 0.1s ease-in 0s;
	-o-transition: height 0.2s ease-in 0s;
}

.intro_1Text {
	font-size: 60px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	line-height: 270px;
	height: 100%;
	width: 100%;
	background-image: url(../images/fixline.png);
	background-repeat: no-repeat;
	background-position: center center;
}

/* 案例样式 */
.case {
	padding: 20px 0 20px 0;
	text-align: center;
}

.case_item {
	width: 32%;
	vertical-align: top;
	display: inline-block;
}

.case_item_left {
	float: left;
}

.case_item_right {
	float: right;
}

.case_contain {
	border: 1px solid;
	border-color: #eee;
	border-radius: 5px;
	text-align: center;
	margin-bottom: 60px;
	background-color: #ffffff;
	box-shadow: 5px 5px 3px #e9e7e7;
}

.case_contain .case_img {
	margin: 0 auto 20px;
	text-align: center;
	padding: 8px 0 8px 0;
}

.case_img img {
	max-height: 220px;
	max-width: 100%;
}

.case_text {
	text-align: left;
	padding: 25px;
}

.case_text p {
	font-size: 20px;
	font-weight: 400;
	color: #000;
}

.case_text h4 {
	color: gray;
}


#about {
	padding-top: 90px;
}

.aboutBox {
	position: relative;
	margin: 0;
}

.aboutBox:before {
	position: absolute;
	line-height: 100%;
	left: -85px;
	top: -25px;
	content: '“';
	font-size: 200px;
	color: #f1f2f2;
	font-weight: bold;
	overflow: hidden;
}

.aboutBox:after {
	overflow: hidden;
	line-height: 100%;
	position: absolute;
	bottom: -110px;
	right: -85px;
	content: '”';
	font-size: 200px;
	color: #f1f2f2;
	font-weight: bold;
}

.aboutBox p {
	padding-bottom: 10px;
	font-size: 18px;
	text-indent: 2em;
	text-align: left;
}

.aboutBox {
	line-height: 220%;
}

#about .title span:after {
	border: 10px solid #fafcfc;
}

.intro_2 {
	background-image: url(../images/adbg2.jpg);
	background-repeat: no-repeat;
	background-position: center 0;
	text-align: center;
	padding: 100px 10px;
}

.intro_2 h3 {
	margin-bottom: 50px;
	line-height: 120%;
	font-size: 50px;
	color: #fff;
}

.intro_2 p {
	color: #e63a06;
	line-height: 160%;
	font-size: 35px;
	font-style: initial;	
}



.contactBox {
	position: relative;
	background: #1f2636;
	overflow: hidden;
	margin: 50px 0 20px 0;
}

.contactBox:hover #dituContent {
	opacity: 1;
}

#dituContent {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	opacity: 1;
	height: 550px;
}

.contactBox:after {
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 99;

}

.contactBox:hover:after {
	display: none;
}

.mapBox {
	position: relative;
	overflow: hidden;
}

.mapBox:before {
	display: block;
	content: '';
	position: absolute;
	width: 123px;
	height: 248px;
	background: url(../images/mapicon.png) no-repeat;
	left: 50%;
	top: 0;
	margin-left: -61px;
	z-index: 100;
	-webkit-transition: 0.2s ease-in 0s;
	-moz-transition: 0.2s ease-in 0s;
	-ms-transition: 0.1s ease-in 0s;
	-o-transition: 0.2s ease-in 0s;
}

.contactBox:hover .mapBox:before {
	margin-top: -248px;
}

.iw_poi_title {
	color: #CC5522;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	padding-right: 13px;
	white-space: nowrap
}

.iw_poi_content {
	font: 12px arial, sans-serif;
	overflow: visible;
	padding-top: 0px;
	padding-bottom:10px;
	white-space: -moz-pre-wrap;
	word-wrap: break-word
}

.contactBox:hover .contactFoot {
	background: rgba(0, 0, 0, 0.5);

}

.footer {
	text-align: center;
	background: #202325;
	padding: 40px 0;
	color: #999;
	font-size: 12px;
}

/* 案例详情样式 */
.infor_contain {
	max-width: 1120px;
	margin: 150px auto 50px;
}

.infor_bar {
	margin-right: 15px;
}

.infor_bar i {
	font-size: 20px;
}

.pro_intro {
	margin-top: 20px;
}

.pro_intro p {
	font-size: 24px;
	margin-bottom: 10px;
	color: #000;
}

.pro_intro p span {
	color: rgb(6, 184, 95);
	font-weight: 1000;
}

.pro_intro h3 {
	font-weight: 100;text-indent: 2em;
}

.pro_show {
	margin-top: 20px;
}

.pro_show div p {
	font-size: 24px;
	margin-bottom: 10px;
	color: #000;
}

.pro_show div p span {
	color: rgb(6, 184, 95);
	font-weight: 1000;
}

.pro_show_img {
	text-align: center;
	margin-top: 30px;
}

.pro_show_img img {
	width: 300px;
	height: auto;
	margin: 0 15px 0 15px;
}

.pro_show_img1 {
	margin:20px auto 20px;
	text-align: center;
}

.pro_show_img1 img {
	width: 900px;
	height: auto;
}

@media (max-width: 1024px) {
	.intro_2 {
		background-size: auto 150%;
	}

	.intro_2 {
		margin-top: 100px;
		padding: 70px 10px 70px 10px;
	}

	.intro_2 h3 {
		font-size: 35px;
		margin-bottom: 30px;
	}
	.intro_2 p {
		font-size: 25px;
	}
}

@media (max-width: 780px) {
	.servicesBox li {
		width: 50%;
		position: relative;
		text-align: center;
		padding-bottom: 20px;
	}

	.servicesBox:before {
		display: none;
	}

	.servicesBox li:before {
		width: 100%;
		height: 1px;
		background: #eee;
		position: absolute;
		left: 0;
		right: 0;
		content: '';
		top: 47px;
	}
	.servicesText {
		font-size: 14px;
	}
	.intro_1 {
		margin-top: 20px;
		background-size: auto 260%;
		height: 140px;
	}

	.intro_1Text {
		font-size: 30px;
		line-height: 140px;
		background-size: auto 100%;
	}


	.case {
		padding-top: 0;
	}

	.case_text p {
		font-size: 16px;
	}

	#about {
		padding: 20px 0;
	}

	.aboutBox {
		position: relative;
		margin: 0 10px;
	}

	.aboutBox:before,
	.aboutBox:after {
		display: none;

	}

	.aboutBox h4 {
		font-size: 16px;

		padding: 10px 0;
	}

	.aboutBox {
		text-align: center;
		line-height: 180%;
	}

	.case_item {
		display: block;
		width: 80%;
		margin: 0 auto 0;
	}

	.case_item_left {
		float: unset;
	}

	.case_item_right {
		float: unset;
	}

	.intro_2 {
		padding: 40px 10px 40px 10px;
		margin-top: 0;
		/* background-size: auto 260%; */
	}

	.intro_2 h3{
		font-size: 26px;
	}

	.intro_2 p {
		font-size: 20px;
	}

	.contactFoot {
		position: relative;
	}

	.contactFoot dl {
		width: auto;
		float: none;
		padding: 10px 0;
	}

	.title span {
		display: block;
		margin: 0 10px;
		font-size: 24px;
	}

	.title b {
		margin: 0 0 5px 0;
	}

	.paging {
		text-align: center;
		padding: 20px 0;
	}

	.paging a {
		height: 30px;
		padding: 0 20px;
		line-height: 30px;
		margin: 0 2px;
		font-size: 12px;
		border-width: 2px !important;
	}
}

@media (max-width: 480px) {
	.infoText {

		font-size: 14px;
	}

	.servicesBox {
		margin-top: 30px;
	}

	.servicesBox li {
		width: auto;
		float: none;
	}

	.servicesBoxIcon {
		padding-left: 0;
	}

	.title {
		font-size: 28px;
		padding: 20px 0 30px 0;
	}

	.title span {
		line-height: 30px;
		padding: 0 5%;
	}

	.title span:before {

		bottom: -10px;

	}

	.title span:after {
		bottom: -22px;
	}

	.case_item {
		display: block;
		width: 80%;
		margin: 0 auto 0;
	}
	.case_text {
		padding-top: 0;
	}
	.case_item_left {
		float: unset;
	}
	.case_item_right {
		float: unset;
	}
	.case_contain {
		margin-bottom: 20px;
		box-shadow: 3px 3px 2px #e9e7e7;
	}
	.intro_2 {
		padding: 30px 10px;
		margin-top: 25px;
	}

	.aboutBox p {
		font-size: 14px;
		text-align: left;
	}

	#contact {
		padding-top: 0px;
	}

	.contactBox {
		height: 340px;
		margin-top: 20px;
	}

	.intro_2 h3 {
		font-size: 18px;
		margin: 0;
		padding-bottom: 20px;
	}

	.intro_2 h3:after {
		bottom: 17px;
	}

	.intro_2 p {
		font-size: 14px;
	}

	.contactBox:after {
		display: none;
	}

	.footer {
		padding: 20px 0;
	}
}