<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
	box-sizing: border-box;
}

body {
	font: 14px/1.5 "Microsoft YaHei","Hiragino Sans GB",arial,tahoma;
}

a,body {
	color: #333
}

textarea {
	resize: none;
}

a {
	text-decoration: none;
	outline: none;
}

a:focus {
	outline: none;
}

img {
	border: 0;
	max-width: 100%;
}

ul {
	list-style: none
}

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

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

.fl {
	float: left
}

.fr {
	float: right
}

.txl {
	text-align: left;
}

.txc {
	text-align: center;
}

.txr {
	text-align: right;
}

.topNav {
	height: 35px;
	background: #72635d;
	width: 100%;
	margin: 0 auto;
}

.topNav .fl ul li {
	float: left;
	display: inline-block;
	color: #b1b1b1;
	height: 35px;
	line-height: 35px;
	margin-right: 27px;
	position: relative;
}

.topNav .fl ul li span {
	display: block;
	float: left;
	overflow: hidden;
	margin-right:10px;
}

.topNav .fl ul li div {
	height: 35px;
	width: 200px;
}

.topNav .fl ul li .weixin {
	background: url(../images/base.png) no-repeat 3px 3px;
}

.topNav .fl ul li div a {
	display: block;
	width: 35px;
	height: 35px;
	overflow: hidden;
	float: left;
}

.window_weixin {
	width: 132px !important;
	height: 124px !important;
	margin-right: 10px;
	position: absolute;
	top: 35px;
	left: 30px;
	z-index: 2;
	display: none;
}

.window_weixin img {
	overflow: hidden;
	width: 110px;
	height: 112px;
	border: 6px solid #f66;
	border-radius: 5px;
	-moz-border-radius: 5px;
	o-border-radius: 5px;
}

.window_sina {
	width: 132px !important;
	height: 124px !important;
	position: absolute;
	top: 35px;
	left: 60px;
	z-index: 2;
	display: none;
}
.window_sina img {
    overflow: hidden;
    width: 110px;
    height: 112px;
    border: 6px solid #f66;
    border-radius: 5px;
    -moz-border-radius: 5px;
    o-border-radius: 5px;
}
.window_qq {
	width: 170px !important;
	height: 55px !important;
	line-height: 55px;
	z-index: 10;
	position: absolute;
	top: 30px;
	left: 73px;
	background: url(../images/top_tel.png) no-repeat center center;
	display: none;
}

.window_qq p {
	display: block;
	text-align: center;
	color: #f66;
	margin-top: 4px;
	font-size: 20px;
}

.topNav .fr ul li {
	float: left;
	display: inline-block;
	color: #b1b1b1;
	height: 35px;
	line-height: 35px;
	margin-left: 30px;
}

.topNav .fr ul li a {
	padding-right: 30px;
	background: url(../images/base.png) no-repeat 84px -87px;
	color: #b1b1b1;
	display: block;
}

.logo_menu {
	overflow: hidden;
}

.logo_menu .logo {
	float: left;
	margin-top: 15px;
	margin-right: 140px;
}

.logo_menu .logo a {
	display: block;
}

.logo_menu .logo a img {
	display: inline-block;
}

.logo_menu ul li {
	float: left;
	overflow: hidden;
	min-width: 100px;
}

.logo_menu ul li a {
	display: block;
	height: 76px;
	line-height: 76px;
	text-align: center;
	font-size: 18px;
}

.logo_menu ul .sel a {
	border-bottom: 4px solid #f74835;
	color: #f74835
}

.logo_menu ul li:hover a {
	border-bottom: 4px solid #f74835;
	background-color: #f74835;
	color: #fff;
}

.topNav .fl ul li .sina {
	background: url(../images/base.png) no-repeat 3px -27px;
}

.topNav .fl ul li .qq {
	background: url(../images/base.png) no-repeat 3px -57px;
}

.banner {
	min-height: 500px;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	color: #fff;
	padding: 50px 0;
}

.banner p.p1 {
	font-size: 30px;
}

.banner p.p2 {
	margin-top: 50px;
	margin-bottom: 30px;
}

.banner p.p2 img {
	cursor: pointer;
}

.banner p a {
	padding: 10px 50px;
	display: inline-block;
	border-radius: 3px;
	margin: 0 10px;
}

.ksxx {
	background-color: #ffffff;
	transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
 /* Firefox 4 */
	-webkit-transition: all 0.5s ease-in-out;
 /* Safari å’Œ Chrome */
	-o-transition: all 0.5s ease-in-out;
 /* Opera */
}

.ksxx:hover {
	background-color: #666;
	color: #fff;
}

.ljgd {
	background-color: #fff200;
	transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
 /* Firefox 4 */
	-webkit-transition: all 0.5s ease-in-out;
 /* Safari å’Œ Chrome */
	-o-transition: all 0.5s ease-in-out;
 /* Opera */
}

.ljgd:hover {
	background-color: #F0AD4E;
	color: #fff;
}

.ban {
	padding: 50px 0;
	text-align: center;
}

.ban img {
	width: 60%;
}

.ban_tit {
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 20px;
}

.case {
	text-align: center;
}

.case_tit {
	font-size: 50px;
	color: #1378cc;
	margin-bottom: 30px;
}

.case .swiper-slide img {
	max-width:100%;
}

.swiper-button-next {
	width: 80px !important;
	height: 80px !important;
	right: 3% !important;
	background-image: url(../images/next.png)!important;
	background-repeat: no-repeat!important;
	background-position: 0 0!important;
	background-size: contain !important;
}

.swiper-button-prev {
	width: 80px !important;
	height: 80px !important;
	left: 3% !important;
	background-image: url(../images/pre.png)!important;
	background-repeat: no-repeat!important;
	background-position: 0 0!important;
	background-size: contain !important;
}

.st_mian {
	background-image: url(../images/04.jpg);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	padding: 20px 0;
}

.zn_title {
	font-size: 30px;
	margin-bottom: 10px;
	color: #fff;
}

.zn_info {
	color: #fff;
}

.zn_link {
	width: 50%;
	display: inline-block;
	padding: 10px 0;
	margin-top: 25px;
	background-color: #fff;
	border-radius: 3px;
	text-align: center;
	transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
 /* Firefox 4 */
	-webkit-transition: all 0.5s ease-in-out;
 /* Safari å’Œ Chrome */
	-o-transition: all 0.5s ease-in-out;
 /* Opera */
}

.zn_link:hover {
	background-color: #fff200;
}

.team {
	padding: 50px 0;
}

.t_title {
	color: #393c44;
	font-size: 30px;
}

.t_con {
	margin-top: 20px;
	text-align: center;
}

.t_con ul {
	margin-left: -10px;
	margin-right: -10px;
}

.t_con ul li {
	width: 20%;
	float: left;
	padding: 10px;
}

.t_name {
	color: #393c44;
	font-weight: bold;
	margin-top: 20px;
}

.t_info {
	color: #f44336;
	font-weight: bold;
}

.zn_mian {
	background-image: url(../images/05.jpg);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	padding: 20px 0;
}

.footer {
	padding: 70px 0 30px 0;
	background-image: url(../images/06.jpg);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	color: #b5b1b1;
}

.f_title {
	font-size: 20px;
	color: #fff;
	margin-bottom: 15px;
}

.f_con ul li {
	margin-bottom: 10px;
}

.f_con ul li a {
	color: #b5b1b1;
}

.fjoin {
	padding: 3px 15px 5px 15px;
	border-radius: 20px;
	background-color: #fff200;
	margin-left: 15px;
	color: #000 !important;
}

.footer p.flogo {
	font-size: 30px;
	color: #fff;
}

.fwx {
	max-width: 70%;
	display: inline-block;
}
.fwx{}
.mobil_but {
	display: none;
}

.tp_pic_box {
	width: 800px;
	height: 600px;
	z-index: 500;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-top: -300px;
	margin-left: -400px;
	opacity: 0;
	display: none;
	z-index: 200;
}

.pc_mark {
	background-color: #000;
	opacity: 0.5;
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 80;
	display: none;
}

.t_img img {
	width: 80%;
}
.footer p a {
		color: #b5b1b1;
	}
@media (max-width: 768px) {
	.topNav {
		height: auto;
	}

	.topNav .fl ul li div {
		width: auto;
	}

	.swiper-button-prev,.swiper-button-next {
		display: none;
	}

	.footer,.zn_mian,.st_mian {
		background-size: cover;
	}

	.t_con ul li {
		width: 100%;
		margin-bottom: 10px;
	}

	.mobil_but {
		display: block;
		width: 40px;
		height: 40px;
		padding: 10px 5px 0 5px;
		position: fixed;
		top: 10px;
		right: 10px;
		background-color: #fff;
		z-index: 200;
		border-radius: 3px;
		border: 1px solid #666;
	}

	.mobil_but span {
		display: block;
		height: 2px;
		margin-bottom: 5px;
		background-color: #333;
	}

	.logo_menu ul {
		position: fixed;
		width: 150px;
		height: 100%;
		left: -150px;
		background-color: #72635d;
		top: 0;
		padding: 10px;
		z-index: 100;
	}

	.logo_menu ul li {
		border-bottom: 1px solid #fff;
		padding: 10px 0;
		width: 100%;
	}

	.logo_menu ul li a {
		color: #fff;
		font-size: 16px;
		height: auto;
		line-height: inherit;
		text-align: left !important
	}

	.m_mark {
		background-color: #000;
		opacity: 0.5;
		position: fixed;
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
		z-index: 80;
		display: none;
	}

	.case_tit {
		font-size: 18px;
	}

	.t_title {
		text-align: center;
	}

	.tp_pic_box {
		width: 300px;
		height: 200px;
		position: fixed;
		left: 50%;
		top: 50%;
		margin-top: -100px;
		margin-left: -150px;
		opacity: 0;
		display: none;
		z-index: 200;
	}

	.ban .col-md-4 {
		margin-bottom: 10px;
	}

	.mo_50 {
		width: 50% !important;
	}

	.footer {
		text-align: center;
	}

	

	.topNav a {
		color: #b1b1b1;
	}
	.ban_tit{ margin-top:20px; margin-bottom:10px}
}</pre></body></html>