@charset "UTF-8";


body {
	font-family: 'Cabin-Regular', Arial, Candal, sans-serif !important;
}

main {
	width: 94%;
	max-width: 1240px;
	margin: 0 auto;
	display: block;
	*zoom: 1;
}

main:before, main:after {
	content: " ";
	display: table;
}

main:after {
	clear: both;
}

html {
	background: #fff;
	overflow-x: hidden;
	width: 100%;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace,monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b, strong {
	font-weight: bolder;
}

code, kbd, samp {
	font-family: monospace,monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

img {
	border-style: none;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}
[hidden] {
	display: none;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, audio, canvas, details, figcaption, figure, footer, header, hgroup, mark, menu, meter, nav, output, progress, section, summary, time, video {
	margin: 0;
	padding: 0;
}

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, em, th, var, optgroup {
	font-style: normal;
	font-weight: normal;
}

ins {
	text-decoration: none;
}

li {
	list-style: none;
}

table {
	font-size: inherit;
	font: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}


a img, img {
	-ms-interpolation-mode: bicubic;
}

sub, sup {
	vertical-align: baseline;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section, blockquote {
	display: block;
}

pre {
	white-space: pre-wrap;
}

a:hover {
	color: #1b5cd4;
}

a:active {
	color: #1b5cd4;
}

#top-header {
	background: rgba(255,255,255, 0.5);
}

#top-header .header-logo .logo1 {
	display: inline-block;
}

#top-header .header-logo .logo2 {
	display: none;
}

#top-header .m-header a {
	color: #1b5cd4;
}

#top-header #h-menu .h-menu .h-menu-name {
	color: #000;
}

.t-header {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 999;
	height: 86px;
	background: rgba(0,0,0,.2);
	border-bottom: 1px solid rgba(255,255,255,0);
	transition: all .5s ease;
	box-sizing: border-box;
	box-shadow: 0 3px 4px rgb(0 0 0 / 10%);
}

.t-header .h-main {
	max-width: 90%;
	display: flex;
	align-items: center;
	margin: auto;
}

.t-header .header-logo {
	width: 20%;
	height: 100%;
	z-index: 20;
	display: flex;
	align-items: center;
	overflow: visible;
}

.t-header .header-logo a {
	display: block;
}

.t-header .header-logo .logo1 {
	display: none;
	max-width: 100%;
}

.t-header .header-logo .logo2 {
	display: inline-block;
	max-width: 100%;
}

.t-header .m-header {
	width: 18%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.t-header .m-header a {
	margin: 0 5px;
	height: 36px;
	font-size: 20px;
	font-family: arial;
	color: #fff;
	width: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.t-header .m-header a i {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 5px;
	font-size: inherit;
	background: url(../images/home.png) left center no-repeat;
}


@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.t-header .h-main {
		max-width: 96%;
	}

	.t-header .m-header a {
		font-size: 18px;
	}
}

@media only screen and (max-width: 1024px) {
	.t-header {
		width: 100%;
		max-width: 100%;
		height: 70px;
		line-height: 70px;
		background: rgba(255,255,255,0.5);
		border-bottom: 1px solid rgba(27,36,43,0);
	}

	.t-header .h-main {
		max-width: 100%;
		justify-content: space-between;
	}

	.t-header .header-logo {
		width: 21.34%;
	}

	.t-header .header-logo .logo1 {
		display: inline-block;
		transform: scale(.9);
	}

	.t-header .header-logo .logo2 {
		display: none;
	}
}

@media only screen and (max-width: 768px) {
	.t-header .header-logo {
		width: 55%;
	}
}

#h-menu {
	width: 65%;
	display: flex;
	justify-content: flex-end;
	padding-right: 2%;
	box-sizing: border-box;
}

@media only screen and (min-width: 1025px) {


	#h-menu .h-menu-main {
		width: 100%;
		height: auto;
		overflow: visible;
		background: none;
	}

	#h-menu .h-menu-button {
		display: none;
	}

	#h-menu .h-menu-z-button {
		display: none;
	}

	#h-menu .icon-up {
		display: none;
	}

	#h-menu .h-menu-ul {
		width: 100%;
		display: flex;
		justify-content: flex-end;
		padding-right: 2%;
	}

	#h-menu .h-menu-li {
		padding: 0;
		min-width: 9%;
		display: inline-block;
		font-size: 1rem;
		margin: 0 1vw;
		position: relative;
	}

	#h-menu .h-menu-li:hover .h-menu-s::before,#h-menu .h-menu-li.active .h-menu-s::before {
		width: 100%;
		opacity: 1;
	}

	#h-menu .h-menu-s {
		position: relative;
	}

	#h-menu .h-menu-s::before {
		content: '';
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		display: block;
		width: 0;
		height: 3px;
		background-color: #1b5cd4;
		opacity: 0;
		transition: all .5s ease;
	}

	#h-menu .h-menu {
		width: 100%;
		margin: 0 auto;
		overflow: visible;
	}

	#h-menu .h-menu .h-menu-name {
	position: relative;
    display: block;
    padding: 0;
    line-height: 90px;
    font-size: 16px;
    transition: all .5s ease;
    text-align: center;
	color: #fff;
	font-weight: normal;
	}

	#h-menu .h-menu.active .h-menu-name:hover {
		color: #1b5cd4;
	}

	#h-menu .h-menu.active .h-menu-name {
		color: #000;
		font-family: 'Cabin-Regular', cursive !important;
	}

	#h-menu .h-menu-name::after {
		content: attr(data-title);
		position: absolute;
		top: 0;
		left: 0;
		transform: translateY(100%);
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #1b5cd4;
		font-weight: bold;
		display: none;
	}

	#h-menu .h-menu-li:hover .h-menu-name {
		transform: translateY(0%);
		
	}

	#h-menu .h-menu-z {
		position: absolute;
		left: -70%;
		right: 0;
		width: 240%;
		opacity: 0;
		visibility: hidden;
		z-index: 110;
		margin: 0 auto;
		padding: 5px 0px;
		transform: translate3d(0, 20px, 0);
		transition: all .5s ease;
		background: rgb(27 92 212 / 78%);
		box-shadow: 0 2px 5px rgba(0,0,0,0.075);
		border-top: none;
	}
	#h-menu .h-menu-z .h-menu-z-li:hover {
		background: rgb(27 92 212 / 100%);
	}
	#h-menu .h-menu-li:hover .h-menu-z {
		opacity: 1;
		visibility: visible;
		transform: translate3d(0, 0, 0);

	}

	#h-menu .h-menu-z-ul {
		position: relative;
		float: none;
		width: 100%;
		margin-left: 0%;
		height: auto;
		overflow: hidden;
		font-size: 0;
		white-space: nowrap;
	}

	#h-menu .h-menu-z-li {
		width: 100%;
		float: none;
		font-size: 14px;
		position: relative;
		text-align: center;
	}

	#h-menu .h-menu-z-li:before {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 1px;
		background: rgba(255,255,255,.1);
		transition: all .5s ease;
		-webkit-transition: all .5s ease;
	}

	#h-menu .navSli:hover:before {
		width: 100%;
		background: rgba(255,255,255,.4);
	}

	#h-menu .h-menu-z-l {
		display: block;
		color: #fff;
		height: 36px;
		line-height: 36px;
	}

	#h-menu .oneName {
		font-size: 26px;
		padding-bottom: 15px;
		color: #000;
		width: 100%;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	#h-menu .h-menuSummry {
		line-height: 24px;
		width: 100%;
		height: auto;
		overflow: hidden;
		color: #666666;
		font-size: 14px;
		max-width: 420px;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		text-overflow: ellipsis;
	}

	#h-menu .h-menuMore {
		display: block;
		position: relative;
		height: auto;
		padding-top: 25px;
		border-top: 1px dashed #cccccc;
		margin-top: 20px;
		cursor: pointer;
	}

	#h-menu .txt {
		color: #000;
		transition: all .5s ease;
	}

	#h-menu .leanMore {
		margin-left: 2rem;
		transition: all .5s ease;
	}

	#h-menu .h-menuMore:hover .txt {
		color: #21478b;
		margin-left: 10px;
	}

	#h-menu .h-menuMore:hover .leanMore {
		color: #21478b;
	}

	#h-menu .navSimg {
		position: relative;
		width: 100%;
		height: 160px;
		overflow: hidden;
	}

	#h-menu .navImg {
		position: absolute;
		left: 50%;
		transform: translateX(-50%) scale(1);
		width: auto;
		height: 100%;
		transition: all .5s ease;
	}

	#h-menu .h-menu-z-li:hover .navImg {
		transform: translateX(-50%) scale(1.1);
	}

	#h-menu .h-menu-z-li:hover .h-menu-z-l {
		color: #fff;
	}

	#h-menu .h-menu-z-li:hover .h-menu-z-l::after {
		width: 100%;
		opacity: 1;
	}
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	#h-menu .h-menu {
		width: 100%;
		margin: 0 auto;
		overflow: visible;
	}

	#h-menu .h-menu .h-menu-name {
		font-size: 16px;
	}
}

@media only screen and (max-width: 1024px) {
	#h-menu {
		width: 45%;
		padding: 0;
	}

	#h-menu .leftBox,.t-header .m-header {
		display: none;
	}

	#h-menu .navSimg {
		display: none;
	}

	#h-menu .h-menu-main {
		position: relative;
		height: 70px;
		background: none;
	}

	#h-menu .h-menu-button {
		position: absolute;
		top: 1rem;
		right: 1rem;
		background: #1b5cd4;
		width: 40px;
		height: 40px;
		padding: 10px;
		line-height: 73px;
		box-sizing: border-box;
	}

	#h-menu .h-menu-line {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}

	#h-menu .h-menu-button-img {
		display: block;
		width: 90%;
		height: 70%;
	}

	#h-menu .h-menu {
		position: fixed;
		top: 70px;
		left: 0;
		right: 0;
		height: 0;
		overflow: hidden;
		z-index: 999;
		background: rgba(40,54,64,0.8);
		transition: all .5s ease;
	}

	#h-menu .h-menu-down {
		height: 60%;
	}

	#h-menu .h-menu-z {
		display: none;
	}

	#h-menu .h-menu-ul {
		overflow: hidden;
	}

	#h-menu .h-menu-li {
		border-bottom: 1px solid #394b58;
		position: relative;
	}
	
	#h-menu .h-menu-li.active {
		background: rgba(27,92,212,0.8);
	}	
	
	#h-menu .h-menu-s {
		position: relative;
		height: 46px;
		line-height: 46px;
		padding: 0 8%;
		font-size: 14px;
		font-weight: normal;
		transition: all .5s ease;
	}

	#h-menu .h-menu-up {
		background-color: #1b5cd4;
	}

	#h-menu .h-menu-name,#top-header #h-menu .h-menu .h-menu-name {
		display: block;
		width: 100%;
		height: 100%;
		color: #fff;
	}

	#h-menu .icon-up {
		position: absolute;
		top: 0;
		right: 2%;
		display: flex;
		width: 46px;
		height: 46px;
		justify-content: center;
		align-items: center;
		color: #fff;
		font-size: 0.875rem;
		transition: all .5s ease;
	}

	#h-menu .icon-down {
		transform: rotate(-270deg);
	}

	#h-menu .h-menu-z-button {
		height: 40px;
		width: 100%;
		text-align: center;
	}

	#h-menu .hs {
		height: 100%;
	}

	#h-menu .h-menu-z-ul {
		padding-bottom: 30px;
	}

	#h-menu .h-menu-z-li {
		padding-left: 8%;
		font-size: 0.875rem;
		height: 38px;
		line-height: 38px;
	}

	#h-menu .h-menu-z-l {
		display: block;
		width: 100%;
		height: 100%;
		color: #fff;
	}

}


.s_title h3 {
	color: #1b4fb0;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
}

.s_title span {
	display: block;
	max-width: 50px;
	height: 3px;
	background: #1b4fb0;
	margin: 10px auto;
}

.s_title p {
	color: #666;
	font-size: 14px;
	line-height: 1.6;
	padding-top: 10px;
	padding-bottom: 30px;
	text-align: center;
}

.s_title.white h3,.s_title.white p {
	color: #fff;
}

.s_title.white span {
	background: #fff;
}
.fl_t{
	
	display: flex;
	
	
}
.y_tab {
	position: relative;
	text-align: center;
	width: calc( 100% / 3 - 1%);
    margin-right: 2%;
	border: 1px solid rgba(255, 255, 255, 0);
	transition: all .5s ease;
	z-index: 1;
	box-sizing: border-box;
	overflow: hidden;


}
.y_tab img{
width: 25px;
}
.y_tab:nth-child(3n) {
    margin-right: 0;
}
.y_tab a {
	color: #fff;
	position: relative;
	z-index: 3;
	font-size: 14px;
	line-height: 46px;
	text-align: center;
	display: block;
	transition: all .5s ease;
}

.y_tab:hover {
	border-color: #1b4fb0;
	background: rgba(27, 92, 212, 0.9);
}

.y_tab:hover a {
	color: #fff;
}

.y_tab:after {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #1b4fb0;
	border: 1px solid #1b4fb0;
	z-index: 2;
	transition: all .5s ease;
}

.y_tab:hover:after {
	transform: translateX(100%);
}

.y_tab.white:hover {
	border-color: rgba(255, 255, 255, 0.5);
}

.y_tab.white:hover a {
	color: #fff;
}

@media only screen and (max-width: 1024px) {
	.s_title {
		width: 75.24%;
	}

	.s_title h3 {
		font-size: 40px;
	}

	.s_title p {
		font-size: 14px;
		padding-bottom: 0px;
	}
}

@media only screen and (max-width: 768px) {
	.s_title {
		width: auto;
		margin-top: 30px!important;
	}

	.s_title h3 {
		font-size: 24px;
	}
}

.s_case {
	padding-bottom: 60px;
    background: #e7f0ff;
}
.s_case .s_title{
	margin-top: 5rem;
	
}
.s_case ul {
	display: flex;
	flex-wrap: wrap;
}

.s_case ul li {
	width: 23.5%;
	margin-right: 2%;
}

.s_case ul li:nth-child(4n) {
	margin-right: 0;
}

.s_case ul li .imgbox {
	width: 100%;
	height: 100%;
	position: relative;
	min-height: inherit;
}

.s_case ul li .imgbox > img {
	height: 360px;
	width: 100%;
	object-fit: cover;
	opacity: 1;
	transition: all 1.5s ease;
}

.s_case ul li .contentbox {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	background: rgba(27, 92, 212, 0.8);
}

.s_case ul li .casebox {
	width: 100%;
	text-align: center;
	padding-top: 22%;
    padding-right: 5%;
    padding-bottom: 4%;
    padding-left: 5%;
}

.s_case ul li .ico {
	margin: 0 auto;
	max-width: 50px;
}

.s_case ul li .ico img {
	transition: all 1s;
}

.s_case ul li .txt {
	color: #fff;
	margin-top: 20px;
	margin-bottom: 50px;
	transition: all 0.4s ease;
}

.s_case ul li .txt h3 {
	font-size: 20px;
	line-height: 1.6;
}

.s_case ul li .txt p {
	font-size: 14px;
	line-height: 1.8;
	margin-top: 20px;
	opacity: .8;
}

.s_case ul li .btn {
	position: relative;
	min-height: 70px;
	line-height: 70px;
	border-top: 2px solid rgba(255,255,255,.2);
}

.s_case ul li .btn:after {
	content: '';
	width: 14%;
	height: 2px;
	background: #fff;
	transition: all 0.8s;
	position: absolute;

	top: -2px;
	transform: translateX(-50%);

}

.s_case ul li .btn a {
	color: #fff;
	font-size: 14px;
}

.s_case ul li .imgbox:hover .contentbox {
	background: rgba(42, 56, 67,0.5);
}

.s_case ul li .imgbox:hover .ico img {
	transform: rotateY(360deg);
}

.s_case ul li .imgbox:hover .txt {
	margin-top: 50px;
	margin-bottom: 50px;
}

.s_case ul li .imgbox:hover .txt p {
	opacity: 1;
}

.s_case ul li .imgbox:hover .btn:after {
	width: 100%;
}

@media only screen and (max-width: 1024px) {
	.s_case {
		margin: 3rem 0;
	}

	.s_case ul li .imgbox > img {
		height: 380px;
	}

	.s_case ul li .txt,.s_case ul li .imgbox:hover .txt {
		margin: 20px 0;
	}
}

@media only screen and (max-width: 768px) {
	.s_case {
		margin: 0 0;
	}

	.s_case ul li {
		width: 100%;
		margin: 1% 0;
	}

	.s_case ul li .imgbox > img {
		height: 280px;
	}

	.s_case ul li .casebox {
		padding: 8% 5%;
	}

	.s_case ul li .ico {
		max-width: 36px;
	}

	.s_case ul li .txt,.s_case ul li .imgbox:hover .txt {
		margin: 30px 0 20px;
	}

	.s_case ul li .txt h3 {
		font-size: 18px;
		height: 38px;
	}

	.s_case ul li .txt p {
		margin-top: 10px;
	}

	.s_case ul li .btn {
		min-height: 50px;
		height: 50px;
		overflow: hidden;
	}
}


.s_about {
	
	background-image: url(../images/about_bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	height: 100%;

}

.s_about .box {
	display: flex;
	align-items: center;
	margin-top: 8rem;
	margin-bottom: 5rem;
	background: #fff;
}

.s_about .fl {
	width: 47%;
	margin-right: 2%;
}

.s_about .fr .txt {
	color: #666;
	font-size: 16px;
	line-height: 1.6;
	margin: 20px 0 30px;
}

.s_about .fr {
	width: 49%;

}

.s_about .s_title h3{
	text-align:left;

}
.s_about .s_title p{
	text-align:left;
	padding-bottom: 0px;
}
.s_about .s_title span{
	    margin: 20px 0px;

}

.s_about .fl img{
    width: 100%;
    min-height: 100%;
}




@media only screen and (max-width: 1024px) {
	.s_about {
		margin: 3rem 0;
	}

	.s_about .fr .txt {
		font-size: 14px;
	}
}

@media only screen and (max-width: 768px) {
	.s_about {
		margin: 0 0;
	}

	.s_about .box {
		display: block;	
		margin-top: 4rem;
	}

	.s_about .fl {
		width: 100%;
		margin: 0;
	}
	.s_about .fr {
		width: 96%;
		margin: 2%;
		background: #fff;
	}

	.s_about .fl .txt {
		font-size: 14px;
	}

	.s_about .fl img{
    width: 100%;
    min-height: 100%;
	}
	.fl_t div{
	margin-bottom: 2% !important;
	}
}

.s_news {
	padding-top: 5rem;
	padding-bottom: 2rem;
}

.s_news .tit {
	display: flex;
	align-items: center;
}

.s_news .s_title {
	width: 100%;
}

.s_news .more {
	width: 100%;
}

.s_news .z_tab {
	margin-left: auto;
	margin: 0px auto;
}

.z_tab {
	position: relative;
	text-align: center;
	width: calc( 100% / 8 - 1%);

	border: 1px solid rgba(255, 255, 255, 0);
	transition: all .5s ease;
	z-index: 1;
	box-sizing: border-box;
	overflow: hidden;
    margin: 0px auto;

}

.z_tab a {
	color: #fff;
	position: relative;
	z-index: 3;
	font-size: 14px;
	line-height: 46px;
	text-align: center;
	display: block;
	transition: all .5s ease;
}

.z_tab:hover {
	border-color: #1b4fb0;
	background: rgba(27, 92, 212, 0.9);
}

.z_tab:hover a {
	color: #fff;
}

.z_tab:after {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #1b4fb0;
	border: 1px solid #1b4fb0;
	z-index: 2;
	transition: all .5s ease;
}

.z_tab:hover:after {
	transform: translateX(100%);
}

.z_tab.white:hover {
	border-color: rgba(255, 255, 255, 0.5);
}

.z_tab.white:hover a {
	color: #fff;
}



@media only screen and (max-width: 1024px) {
	.s_news {
		padding: 3rem 0;
	}
}

@media only screen and (max-width: 768px) {
	.s_news {
		padding: 2rem 0;
	}

	.s_news .s_title {
		width: 100%;
	}

	.s_news .more {
		/*display: none;*/
	}
	.z_tab {
    width: 25%;
}
	.newListBox {
    margin-bottom: 0px!important;
	}
}

.newListBox {
	margin-bottom: 40px;
}

footer {

}


@media only screen and (max-width: 1024px) {
	footer {
		padding: 0;
	}

}


/*内页*/

.contact {
	margin: 4rem 0;
}

.contact .box {
	position: relative;
	display: flex;
	justify-content: space-between;
}

.contact .lianxi {
	width: 39.050000000000004%;
	color: #fff;
	padding: 50px 40px;
	background: #1b5cd4;
	box-sizing: border-box;
	flex: 1 auto;
	height: auto;
}

.contact .lianxi h3 {
	font-size: 28px;
	line-height: 1.2;
}

.contact .lianxi span {
	display: inline-block;
	width: 60px;
	height: 3px;
	margin: 27px 0;
	background: #fca500;
}

.contact .lianxi p {
	font-size: 16px;
	line-height: 2;
}

.contact .lianxi a {
	color: #fff;
}

#mapContainer {
	width: 60.95%;
	height: auto;
}

#mapContainer .amap-copyright {
	display: none !important;
}

#mapContainer .amap-logo {
	display: none !important;
}


@media only screen and (max-width: 1024px) {
	.contact {
		margin: 2rem 0;
	}

	.contact .box {
		display: block;
	}

	.contact .lianxi,#mapContainer {
		width: 100%;
	}

	#mapContainer {
		height: 400px;
	}
}

@media only screen and (max-width: 780px) {
	.contact .lianxi {
		padding: 30px 20px;
	}

	.contact .lianxi h3 {
		font-size: 18px;
	}

	.contact .lianxi span {
		margin: 15px 0;
	}

	.contact .lianxi p {
		font-size: 14px;
	}

	#mapContainer {
		height: 300px;
	}
}



/*右侧悬浮*/
.right_bar {
	position: fixed;
    top: 360px;
    right: 0;
    width: 50px;
    height: 153px;
    z-index: 10;
    display: none;
}

.right_bar li {
	width: 62px;
	height: 50px;
	z-index: 20;
}

.right_bar li.rtbar_li1,.right_bar li.rtbar_li4 {
	position: absolute;
	left: 0;
}

.right_bar li.rtbar_li1 {
	top: 0;
	width: 172px;
}

.right_bar li.rtbar_li2 {
	position: absolute;
	top: 51px;
	left: 0;
}



.right_bar li.rtbar_li4 {
	top: 102px;
}

.rtbar_li4 {
	position: absolute;
	top: 153px;
	left: 0;
}

.right_bar li a {
	display: block;
	color: #FFF;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	background-color: #1b5cd4;
	opacity: 0.8;
}

.right_bar li a img {
	display: block;
	float: left;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	margin: 12px 12px 14px 14px;
}

.right_bar li a:hover {
	background-color: #1b5cd4;
	opacity: 1;
}

.rtbar_shwx {
	display: none;
	position: absolute;
	top: -120px;
	left: -160px;
}

.rtbar_shwx img {
	width: 150px;
	padding: 5px;
	background-color: #FFF;
}

.rtbar_shwx {
	top: -50px;
}