<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;
	-webkiit-box-sizing: border-box;
	box-sizing: border-box;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
body {
	color: #333;
	font-size: 16px;
	font-family: "Microsoft YaHei", "å¾®è½¯é›…é»‘", "pingfnag", Verdana, Helvetica, Arial, sans-serif;
	opacity: 1;
}
.clear {
	clear: both;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
a {
	color: #333;
	text-decoration: none;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
}
a:hover {
	text-decoration: underline;
	text-decoration: none;
}
img {
	border: none;
}
ol, ul, li {
	list-style: none;
}
table {
	border-collapse: collapse;
}
input[type=text]:focus, input[type=text]:active {
	appearance: none;
	-webkit-appearance: none;
	outline: none;
}
a {
	-webkit-tap-highlight-color: transparent;
}
a:hover {
	-webkit-tap-highlight-color: transparent;
}
img {
	vertical-align: middle;
}
input, input:focus, input:active, button, button[type=button], textarea:focus {
	appearance: none;
	-webkit-appearance: none;
	outline: none;
}
.m {
	width: 95%;
	max-width: 1200px;
	margin: 0 auto
}
.top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
}
.top .logo .logo-a {
	width: 171px;
	height: 45px;
	position: relative;
	margin-right: 29px;
}
.top .logo .logo-a img {
	width: 100%
}
.top .logo .logo-b {
	width: 226px;
	height: 34px;
}
.top .logo .logo-b img {
	width: 100%
}
.top .logo {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.top .ss .remen ul {
	display: flex;
	gap: 9px;
}
.top .ss .remen ul li {
	font-size: 12px;
}
.top .ss .remen ul li a {
	color: #777995;
}
.top .ss .remen {
	padding-top: 9px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 12px;
	font-weight: 400;
	cursor: pointer;
	color: #777995;
}
.top .ss {
	width: 423px;
}
.top .ss .sousuo form {
	display: flex;
	width: 100%;
}
.top .ss .sousuo form input {
	border: 1px solid #27b7aa;
	margin-right: -3px;
	width: 337px;
	height: 34px;
	line-height: 34px;
	border-radius: 4px;
	color: #606266;
	text-indent: 1rem;
}
.top .ss .sousuo form button {
	background: #27b7aa;
	border: 1px solid #27b7aa;
	color: #fff;
	padding: 0 20px;
	border-radius: 4px;
	vertical-align: middle;
	display: table-cell;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	width: 106px;
}
.top .rexian {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 168px;
}
.top .rexian .img {
	width: 40px;
	height: 40px;
	margin-right: 10px;
}
.top .rexian .img img {
	width: 100%;
	height: 100%
}
.top .rexian .bt {
	font-size: 12px;
	color: #777995;
}
.top .rexian .phone1 {
	font-size: 16px;
	font-weight: 700;
	color: #27b7aa;
}
/* æœ¬æ¡ˆä¾‹CSS*/
header {
	position: relative;
	z-index: 9999;
	/*border-bottom: 2px solid #119f0f;*/
	box-sizing: border-box;
	-webkit-box-shadow: 0 4px 6px 0 rgba(0,0,0,.06);
	box-shadow: 0 4px 6px 0 rgba(0,0,0,.06);
	background: #27b7aa;
}
.wrap {
	width: 1200px;
	margin: 0 auto;
}
#nav {
	display: flex;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
header ul.nav {
	display: inline-flex;
	flex: 1;
}
header li.nav-item {
	flex: 1;
}
header li.nav-item&gt;a {
	display: block;
	text-align: center;
	line-height: 70px;
	font-size: 16px;
	position: relative;
	color: #fff;
	line-height: 50px;
}
header li.nav-item&gt;a::before {
/*display: none;
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	border-width: 0 10px 10px;
	border-style: solid;
	border-color: transparent transparent #119f0f;
	position: absolute;*/
}
headerli.nav-item:hover&gt;a, li.nav-item.active&gt;a {
	color: #fff;
}
header li.nav-item:hover&gt;a::before, li.nav-item.active&gt;a::before {
	display: block;
}
/* äºŒçº§èœå• */
.subMenu {
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	background-color: #fff;
	-webkit-box-shadow: 0 4px 6px 0 rgba(0,0,0,.06);
	box-shadow: 0 4px 6px 0 rgba(0,0,0,.06);
	border-top: 1px solid #eee;
	padding: 30px 0;
}
.subMenu&gt;ul {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
	gap: 11px;
}
.subMenu&gt;ul&gt;li&gt;a {
	display: flex;
	padding: 0;
	text-align: center;
	line-height: 30px;
	color: #424242;
	align-items: center;
	border-bottom: 1px solid #E8E8E8;
	padding-bottom: 5px;
}
.subMenu&gt;ul&gt;li&gt;a:hover {
	color: #4064ff
}
.subMenu&gt;ul&gt;li&gt;a&gt;img {
	width: 24px;
	margin-right: 8px;
	height: 24px;
}
.subMenu ul li .lanm p a {
	margin-top: 8px;
	font-size: 14px;
	display: block;
}
.subMenu&gt;ul&gt;li {
	width: 15.9%;
	margin-bottom: 30px;
}
.serviceBox {
	padding: 75px 0 55px;
	background: #eaeaea url(../images/service_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.serviceBox .con {
	overflow: visible;
}
.serviceBox .tab ul {
	margin-top: 32px;
	font-family: "æ€æºå®‹ä½“ CN";
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
}
.serviceBox .tab ul li {
	padding: 0 27px 41px;
	position: relative;
	z-index: 0;
	color: #1f2c5c;
}
.serviceBox .tab ul li .txt {
	cursor: pointer;
	line-height: 55px;
	width: 166px;
	background-color: #fff;
	-moz-box-shadow: 0 0 9.6px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 0 9.6px rgba(0, 0, 0, .1);
	box-shadow: 0 0 9.6px rgba(0, 0, 0, .1);
	position: relative;
	z-index: 0;
	text-align: center;
	font-size: 20px;
}
.serviceBox .tab ul li .arrow {
	position: absolute;
	bottom: -3.2px;
	margin-left: -10px;
	width: 19px;
	height: 19px;
	background-color: #fff;
	left: 50%;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Safari and Chrome */
	-moz-box-shadow: 9.6px 9.6px 9.6px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 9.6px 9.6px 9.6px rgba(0, 0, 0, .1);
	box-shadow: 9.6px 9.6px 9.6px rgba(0, 0, 0, .1);
}
.serviceBox .tab ul li .dot {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -9.25px;
	background-color: #ccc;
	width: 19px;
	height: 19px;
	border: 2px solid #fff;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.serviceBox .tab ul li .line {
	position: absolute;
	height: 1px;
	bottom: 10px;
	width: 100%;
	left: 0;
	background-color: #ccc;
}
.serviceBox .tab ul li:nth-child(1) .line {
	width: 50%;
	left: auto;
	right: 0;
}
.serviceBox .tab ul li:last-child .line {
	width: 50%;
}
.serviceBox .tab ul li.cur .txt {
	background-color: #27b7aa;
	color: #fff;
}
.serviceBox .tab ul li.cur .arrow {
	background-color: #27b7aa;
}
.serviceBox .tab ul li.cur .dot {
	background-color: #27b7aa;
}
.serviceBox .conDZ {
}
.serviceBox .conD {
	display: none;
}
.serviceBox .conD:first-child {
	display: block;
}
.serviceBox .list {
	margin-top: 0;
}
.serviceBox .list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
.serviceBox .list li {
	width: 31%;
	margin-top: 3.5%;
	margin-right: 3.5%;
}
.serviceBox .list li:nth-child(3n) {
	margin-right: 0;
}
.serviceBox .list .pic {
	display: block;
	cursor: pointer;
	position: relative;
	z-index: 0;
	padding-top: 40%;
	overflow: hidden;
}
.serviceBox .list .pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.serviceBox .list .txtp {
	position: absolute;
	left: 0;
	top: 0;
	right: 00;
	height: 100%;
	background: rgba(0,0,0,0.4);
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.serviceBox .list .txtp .name {
	margin: 0 8.7% 0.3em;
	color: #fff;
	font-family: "æ€æºå®‹ä½“ CN";
	font-weight: bold;
}
.serviceBox .list .txtp .txt {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 83%;
	background-color: #fff;
	-moz-box-shadow: 0 0 1em rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 0 1em rgba(0, 0, 0, .1);
	box-shadow: 0 0 1em rgba(0, 0, 0, .1);
	height: 3.4em;
	line-height: 3.4em;
	overflow: hidden;
}
.serviceBox .list li:hover .txtp .txt {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.serviceBox .list .txtp .txt .intro {
	color: #202c5c;
	text-align: left;
	height: 3.4em;
	line-height: 3.4em;
	overflow: hidden;
	margin: 0 1em 0;
	flex: 1;
}
.serviceBox .list .txtp .txt a {
	width: 5em;
	display: block;
	height: 3.4em;
	line-height: 3.4em;
	text-align: center;
	color: #fff;
	background-color: #202c5c;
}
.titD {
	font-family: "æ€æºå®‹ä½“ CN";
	font-weight: bold;
	color: #27b7aa;
	font-size: 36px;
	text-align: center;
}
.serviceBox .list ul .left {
	width: 300px;
	height: 400px;
	padding: 38px 26px;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	position: relative;
}
.serviceBox .list ul .left .typeTitle {
	margin-bottom: 25px;
	font-size: 24px;
	line-height: 31px;
	font-weight: 400;
	border-bottom: 1px solid #f5f5f5;
	padding-bottom: 15px;
}
.serviceBox .list ul .left .majorName {
	font-size: 16px;
	line-height: 21px;
}
.serviceBox .list ul .left .desc {
	font-size: 16px;
	margin-top: 13px;
	line-height: 26px;
}
.serviceBox .list ul .left .DemandBtn {
	position: absolute;
	bottom: 40px;
	width: 80%;
}
.serviceBox .list ul .left .DemandBtn a {
	display: block;
	border: 1px solid #fff;
	width: 100%;
	color: #fff;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
}
.serviceBox .list ul .right {
	width: 900px;
	height: 400px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	border-bottom: 1px solid #eef6ff;
	border-top: 1px solid #eef6ff;
}
.serviceBox .list ul .right .li {
	width: 225px;
	height: 200px;
	padding: 20px 14px 10px;
	border-right: 1px solid #eef6ff;
	border-bottom: 1px solid #eef6ff;
	background: #fff;
	cursor: pointer;
	position: relative;
}
.serviceBox .list ul .right .li .lineOverflow {
	line-height: 21px;
	font-size: 16px;
	font-weight: 700;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.serviceBox .list ul .right .li .ms {
	margin: 6px 0 10px;
	font-size: 12px;
	line-height: 16px;
	color: rgba(104, 114, 148, .8);
}
.serviceBox .list ul .right .li .icon {
	width: 197px;
	height: 113px;
	overflow: hidden;
	position: relative;
}
.serviceBox .list ul .right .li .icon img {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	margin: auto;
	height: 100%;
}
.serviceBox .list ul .right .li:hover {
	-webkit-box-shadow: 0 8px 16px rgba(0,0,0,.2);
	box-shadow: 0 8px 16px rgba(0,0,0,.2);
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transform: translate3d(0, -3px, 0);
	transform: translate3d(0, -3px, 0);
}
/*è¡Œä¸šæ£€æµ‹*/
.induBox {
	padding: 4.4em 0 5.7em;
}
.induBox .tab ul {
	margin-top: 2.4em;
	font-family: "æ€æºå®‹ä½“ CN";
	font-weight: bold;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.induBox .tab li {
	cursor: pointer;
	position: relative;
	z-index: 0;
	color: #1f2c5c;
	background-color: #f7f7f7;
	width: 16.66%;
	text-align: center;
	line-height: 55px;
	font-size: 20px;
}
.induBox .tab li.cur {
	background-color: #27b7aa;
	color: #fff;
}
.induBox .listW {
	margin-top: 4.3em;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.induBox .listL {
	width: 38%;
}
.induBox .listL {
}
.induBox .listL ul {
}
.induBox .listL .pic {
	display: block;
	cursor: pointer;
	position: relative;
	z-index: 0;
	padding-top: 61.7%;
	overflow: hidden;
}
.induBox .listL .pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.induBox .listL .pic:hover img {
	-ms-transform: scale(1.03, 1.03);
	-webkit-transform: scale(1.03, 1.03);
	transform: scale(1.03, 1.03);
}
.induBox .listL .txtb {
	padding: 1em;
	text-align: left;
}
.induBox .listL .name {
	font-family: "æ€æºå®‹ä½“ CN";
}
.induBox .listL .intro {
	color: #686868;
	line-height: 1.9em;
	height: 9.5em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	margin-top: 0.3em;
}
.induBox .listR {
	width: 60.8%;
}
.induBox .listR ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
.induBox .listR li {
	width: 31.9%;
	margin-bottom: 3.1%;
	margin-right: 2.15%;
	background-color: #f7f7f7;
}
.induBox .listR li:nth-child(3n) {
	margin-right: 0;
}
.induBox .listR .pic {
	display: block;
	cursor: pointer;
	position: relative;
	z-index: 0;
	padding-top: 70.8%;
	overflow: hidden;
}
.induBox .listR .pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.induBox .listR .pic:hover img {
	-ms-transform: scale(1.03, 1.03);
	-webkit-transform: scale(1.03, 1.03);
	transform: scale(1.03, 1.03);
}
.induBox .listW a {
	color: #1f2c5c;
}
.induBox .listR .name {
	height: 3.9em;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	padding: 0 0.5em;
	font-family: "æ€æºå®‹ä½“ CN";
}
.induBox .conD {
	display: none;
}
.induBox .conD:first-child {
	display: block;
}
.induBox .list {
	padding: 25px 0;
}
.induBox .list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
.induBox .list ul .left {
	width: 300px;
	height: 400px;
	padding: 38px 26px;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	position: relative;
}
.induBox .list ul .left .typeTitle {
	margin-bottom: 25px;
	font-size: 24px;
	line-height: 31px;
	font-weight: 400;
	border-bottom: 1px solid #f5f5f5;
	padding-bottom: 15px;
}
.induBox .list ul .left .majorName {
	font-size: 16px;
	line-height: 21px;
}
.induBox .list ul .left .desc {
	font-size: 16px;
	margin-top: 13px;
	line-height: 26px;
}
.induBox .list ul .left .DemandBtn {
	position: absolute;
	bottom: 40px;
	width: 80%;
}
.induBox .list ul .left .DemandBtn a {
	display: block;
	border: 1px solid #fff;
	width: 100%;
	color: #fff;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
}
.induBox .list ul .right {
	width: 900px;
	height: 400px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	border-bottom: 1px solid #eef6ff;
	border-top: 1px solid #eef6ff;
}
.induBox .list ul .right .li {
	width: 225px;
	height: 200px;
	padding: 20px 14px 10px;
	border-right: 1px solid #eef6ff;
	border-bottom: 1px solid #eef6ff;
	background: #fff;
	cursor: pointer;
	position: relative;
}
.induBox .list ul .right .li .lineOverflow {
	line-height: 21px;
	font-size: 16px;
	font-weight: 700;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.induBox .list ul .right .li .ms {
	margin: 6px 0 10px;
	font-size: 12px;
	line-height: 16px;
	color: rgba(104, 114, 148, .8);
}
.induBox .list ul .right .li .icon {
	width: 197px;
	height: 113px;
	overflow: hidden;
	position: relative;
}
.induBox .list ul .right .li .icon img {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	margin: auto;
	height: 100%;
}
.induBox .list ul .right .li:hover {
	-webkit-box-shadow: 0 8px 16px rgba(0,0,0,.2);
	box-shadow: 0 8px 16px rgba(0,0,0,.2);
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transform: translate3d(0, -3px, 0);
	transform: translate3d(0, -3px, 0);
}
#marquee1 {
	overflow: hidden;
	margin: 0 auto;
}
#marquee1 ul {
	display: flex;
	gap: 10px;
}
#marquee1 ul li {
	float: left;
	padding: 0 1px;
}
#marquee1 ul li img {
	display: block;
}
#marquee1 img {
	width: 300px;
	height: 200px;
}
.sys .subtitle {
	color: #777995;
	text-align: center;
	font-size: 16px;
	padding: 40px 0;
}
.certBox {
	padding: 3.5em 0 5.3em;
}
.certBox .tab ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-family: "æ€æºå®‹ä½“ CN";
	font-weight: bold;
	color: #929292;
	padding-top: 40px;
}
.certBox .tab ul li {
	margin-right: 1.6em;
	cursor: pointer;
	font-size: 20px;
}
.certBox .tab ul li.cur {
	color: #27b7aa;
}
.certBox .conDZ {
	margin-top: 2.2em;
}
.certBox .conD {
	display: none;
}
.certBox .conD:first-child {
	display: block;
}
.certBox .conD img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.index-ab {
	background-color: #f5f5f5;
}
.foot {
	background: #27b7aa;
	color: #fff;
	padding: 40px 0;
}
.foot .left {
	width: 285px;
	display: flex;
	flex-direction: column;
}
.foot .left .foot-phone {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 14px;
}
.foot .left .foot-phone img {
	width: 19px;
	height: 19px;
}
.foot .left .phone {
	margin-bottom: 14px;
	font-size: 24px;
	color: #4370f5;
	font-weight: 700;
}
.foot .left .time {
	line-height: 40px;
	color: #fff;
}
.foot .right a {
	color: #fff;
}
.foot .m {
	display: flex;
	justify-content: space-between;
}
.foot .right .foot-sort {
	width: auto;
}
.foot .right .foot-sort .row-box .flex_column {
	height: 205px;
	flex-wrap: wrap;
	display: flex;
	flex-direction: column;
}
.foot .right .foot-sort .title {
	margin-bottom: 20px;
}
.foot .right .foot-sort .row-box .flex_column li {
	width: 104px;
	height: 21px;
	line-height: 23px;
	margin-bottom: 20px;
	color: hsla(0, 0%, 100%, .8);
	cursor: pointer;
	color: #fff;
}
.foot .right {
	width: 915px;
	display: flex;
	justify-content: space-between;
}
.foot .beian a {
	color: #fff;
}
.foot .banquan {
	color: #fff;
}
.foot .foot-1 {
	border-top: 1px solid #fff;
	padding-top: 24px;
	margin-top: 20px;
}
.lunbo .swiper img {
	width: 100%
}
.ab {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}
.ab .title {
	font-size: 24px;
}
.certBox .conD .yiqi ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.certBox .conD .yiqi ul li {
	width: 280px;
	text-align: center;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
}
.certBox .conD .yiqi ul li img {
	width: 100%
}
.certBox .conD .yiqi ul li .title {
	position: absolute;
	width: 100%;
	height: 60px;
	color: #fff;
	background: linear-gradient(180deg, rgba(34, 45, 57, 0), rgba(20, 27, 34, .54) 40%, #000);
	opacity: .54;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.certBox .conD .yiqi ul li:nth-child(4n) {
	margin-right: 0px;
}
.certBox .conD .sys ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.certBox .conD .sys ul li {
	width: 380px;
	text-align: center;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
}
.certBox .conD .sys ul li img {
	width: 100%
}
.certBox .conD .sys ul li .title {
	position: absolute;
	width: 100%;
	height: 60px;
	color: #fff;
	background: linear-gradient(180deg, rgba(34, 45, 57, 0), rgba(20, 27, 34, .54) 40%, #000);
	opacity: .54;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.certBox .conD .sys ul li:nth-child(3n) {
	margin-right: 0px;
}
.c_banner .subpage_ad {
	position: relative;
	overflow: hidden;
	max-height: 300px;
	height: 45vw;
	margin-top: 0px;
	background: #000;
}
.c_banner .bgimg {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	opacity: 0.7;
	background: no-repeat center/cover;
	-moz-animation: breatheBg 8s ease-in-out infinite alternate;
	-webkit-animation: breatheBg 8s ease-in-out infinite alternate;
	-o-animation: breatheBg 8s ease-in-out infinite alternate;
}
 @keyframes breatheBg {
 0% {
 transform: scale(1);
}
 100% {
 transform: scale(1.1);
}
}
 @-moz-keyframes breatheBg {
 0% {
 transform: scale(1);
}
 100% {
 transform: scale(1.1);
}
}
 @-webkit-keyframes breatheBg {
 0% {
 transform: scale(1);
}
 100% {
 transform: scale(1.1);
}
}
 @-o-keyframes breatheBg {
 0% {
 transform: scale(1);
}
 100% {
 transform: scale(1.1);
}
}
.c_banner .subpage_ad .text {
	position: absolute;
	width: 30%;
	color: #fff;
	text-align: center;
	top: 55%;
	left: 35%;
	line-height: 1.6;
	transform: translate(0, -50%);
	z-index: 0;
	background: rgba(0,0,0,.29);
	padding: 50px;
}
.c_banner .capitalize {
	text-transform: capitalize;
}
.c_banner .subpage_ad .ad-line {
	height: 2px;
	width: 3%;
	background: #fff;
	margin: 0.8% auto;
}
.c_banner .subpage_ad .ad-tit {
	font-size: 36px;
	font-weight: normal;
	text-transform: uppercase;
}
.c_banner .subpage_ad .ad-sum {
	font-size: 24px;
	font-weight: normal;
}
.weizhi-box {
	line-height: 40px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.weizhi-box .main {
	border-bottom: 1px solid #f4f4f4;
}
.weizhi-box h5 {
	font-size: 18px;
	font-weight: normal;
	padding-left: 15px;
	border-left: 5px solid #f60;
	height: 25px;
	line-height: 25px;
	margin-top: 13px;
}
.weizhi {
	background: url(../images/home.png) no-repeat left center;
	text-indent: 25px;
}
.weizhi, .weizhi a {
	font-size: 12px;
}
.weizhi-box .m {
	border-bottom: 1px solid #f4f4f4;
}
.main_left {
	width: 245px;
	float: left;
	border-top: 0;
}
.nav-list {
	border: 1px solid #e8e8e8;
	margin-bottom: 20px;
	border-top: 0;
}
.nav-list-title {
	height: 42px;
	line-height: 42px;
	background: url(../images/xia.png) no-repeat 210px center #f8f8f8;
	border-top: 2px solid #27b7aa;
	border-bottom: 1px solid #e8e8e8;
}
.nav-list-title h3 {
	font-weight: normal;
	font-size: 18px;
	color: #333;
	padding-left: 25px;
}
.fy-mk40020016 .pc-list {
	width: auto;
	background: #ffffff;
	border: 1px solid #dfdfdf;
	padding: 10px;
	border-top: none;
}
.fy-mk40020016 .pc-list li.sort-item {
	margin-bottom: 10px;
}
.fy-mk40020016 .pc-list li .pc-name {
	position: relative;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-radius: 30px;
}
.fy-mk40020016 .pc-list li .pc-name a {
	font-weight: lighter;
	background: #f0f0f0 url(../images/jt.png) no-repeat 14px 14px;
	line-height: 40px;
	font-size: 14px;
	color: #1d1819;
	padding-left: 30px;
	padding-right: 35px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.fy-mk40020016 .pc-list .sort-item .turn {
	background: url(../images/jiah.png) no-repeat center center;
	background-size: 10px;
}
.fy-mk40020016 .pc-list .sort-item .turn {
	position: absolute;
	cursor: pointer;
	display: block;
	float: right;
	width: 35px;
	height: 40px;
	top: 0px;
	right: 0px;
}
.fy-mk40020016 .pc-list .sort-item .bd {
	display: none;
	overflow: hidden;
}
.fy-mk40020016 .pc-list .sort-item .bd li {
	border-radius: 40px;
	width: 100%;
	float: left;
	height: 45px;
	line-height: 45px;
	margin-top: 5px;
	background-color: #f0f0f0;
}
.fy-mk40020016 .pc-list .sort-item .bd li a {
	padding-left: 30px;
	font-size: 14px;
	display: block;
	color: #666666;
	line-height: 45px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.main_right {
	width: 910px;
	float: right;
}
.neirong-title {
	height: 50px;
	border-bottom: #e8e8e8 1px solid;
}
.neirong-title h3 {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	border-bottom: 2px solid #27b7aa;
	font-weight: normal;
	font-size: 22px;
}
.neirong {
	line-height: 24px;
	margin: 20px 0px;
	font-size: 15px;
}
.Piclist ul.list {
	float: left;
	width: 100%;
	padding-left: 0px;
}
.Piclist ul.list li.item {
	float: left;
	width: 214px;
	margin-bottom: 20px;
	margin-right: 13px;
	border: 1px solid #F6F6F6;
}
.Piclist ul.list li.item a {
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
	background: #F6F6F6;
}
.Piclist ul.list li.item img {
	display: block;
	width: 214px;
	height: 160px;
}
.neirong img {
	max-width: 850px;
	margin: 0 auto;
	display: block;
}
.Piclist ul.list li.item .item_mask {
	width: 287px;
	height: 215px;
	background: rgba(0, 0, 0, 0);
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	filter: Alpha(opacity = 0);
	-webkit-transform: rotateX(180deg) scale(0.5, 0.5);
	transform: rotateX(180deg) scale(0.2, 0.2);
	transition: all ease-out .5s;
}
.Piclist ul.list li.item:hover .item_mask {
	opacity: 1;
	filter: Alpha(opacity = 100);
	-webkit-transform: rotateX(0deg) scale(1, 1);
	transform: rotateX(0deg) scale(1, 1);
	transition: all 1s cubic-bezier(.23, 1, .38, 1) 0s;
	background: rgba(0, 0, 0, .1);
}
.Piclist ul.list li.item a:hover {
	background: #27b7aa;
}
.Piclist ul.list li.item a:hover span {
	color: #fff;
}
.Piclist ul.list li.item .item_link_icon {
	display: block;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 38px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -22px;
	opacity: 0;
	filter: Alpha(opacity = 0);
	background: url(../images/see.png) center no-repeat;
}
.Piclist ul.list li.item span {
	width: 100%;
	height: 45px;
	color: #555;
	text-align: center;
	display: block;
	line-height: 45px;
	transition: all .5s;
}
.right_title {
	line-height: 42px;
	font-size: 16px;
	color: #333;
	border-top: solid 2px #1f2c5c;
	border-left: solid 1px #e1e1e1;
	border-right: solid 1px #e1e1e1;
	font-weight: bold;
	padding-left: 20px;
	background: url(../images/xia.png) no-repeat 210px center #f8f8f8;
}
.upfile {
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	height: 32px;
	line-height: 32px;
	border-radius: 5px;
	border: 1px solid #ccc;
	padding-left: 10px;
	margin: 5px 0;
}
.btn {
	width: 200px;
	height: 36px;
	background: #27b7aa;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	line-height: 35px;
	border: 0;
	font-family: "å¾®è½¯é›…é»‘";
	margin: 10px auto;
	cursor: pointer;
}
.right_title {
	line-height: 42px;
	font-size: 16px;
	color: #333;
	border-top: solid 2px #27b7aa;
	border-left: solid 1px #e1e1e1;
	border-right: solid 1px #e1e1e1;
	font-weight: bold;
	padding-left: 20px;
	background: url(../images/xia.png) no-repeat 210px center #f8f8f8;
}
.right-line {
	border: 1px solid #e1e1e1;
	padding: 0 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
}
.right-line .miaoshu {
	line-height: 20px;
	margin: 10px 0;
	font-size: 14px;
}
.right-line form {
	font-size: 14px;
}
.pages {
	padding: 20px 0;
	width: 100%;
	text-align: center;
	clear: both;
}
.pages a, .pages span {
	color: #666;
	padding: 0 15px;
	margin: 0 3px;
	display: inline-block;
	vertical-align: middle;
	line-height: 34px;
	background: #f9f9f9;
	border: 1px solid #f2f2f2;
}
.pages a.page-num-current {
	display: inline-block;
	color: #fff;
	background: #27b7aa;
	border-color: #27b7aa;
	box-shadow: 0 0 14px rgba(0, 0, 0, .2);
}
.pages a:hover {
	display: inline-block;
	color: #fff;
	background: #27b7aa;
	border-color: #27b7aa;
	box-shadow: 0 0 14px rgba(0, 0, 0, .2);
}
.fy-mk40020016 .pc-list .sort-item-on .bd {
	display: block;
}
.fy-mk40020016 .pc-list li .pc-name:hover a, .fy-mk40020016 .pc-list li.sort-item-on .pc-name a, .fy-mk40020016 .pc-list li .pc-name a.on {
	color: #fff;
	background: #27b7aa url(../images/jt_h.png) no-repeat 14px 14px;
	transition: all 0.2s ease-in-out 0s;
}
.fy-mk40020016 .pc-list li.sort-item-on:hover .pc-name .turn, .fy-mk40020016 .pc-list .sort-item-on .turn {
	background: url(../images/jianh.png) no-repeat center center;
	background-size: 10px;
}
.pro {
	overflow: hidden;
}
.floatBox {
	position: fixed;
	z-index: 1000;
	bottom: 0;
	right: 3.5em;
	bottom: 3.5em;
	font-size: 12px;
	text-align: center;
}
.floatBox .btnServ .pics {
	width: 4.9em;
	height: 4.9em;
	background-color: #fff;
	border: 2px solid #27b7aa;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.floatBox .btnServ .pics img {
	display: block;
	width: 26px;
	height: 26px;
}
.floatBox .btnServ .txt {
	margin-top: -0.8em;
	background-color: #27b7aa;
	color: #fff;
	line-height: 1.6em;
	-moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	border-radius: 0.3em;
}
.floatBox .btnW {
	margin-top: 0.8em;
	width: 5em;
	background-color: #fff;
	-moz-box-shadow: 0 0 0.7em rgba(0, 0, 0, .15);
	-webkit-box-shadow: 0 0 0.7em rgba(0, 0, 0, .15);
	box-shadow: 0 0 0.7em rgba(0, 0, 0, .15);
}
.floatBox .btnW .btnS {
	width: 5em;
	height: 5em;
	cursor: pointer;
	color: #27b7aa;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 0;
}
.floatBox .btnW .btnS img {
	display: block;
	width: 21px;
	height: 21px;
	margin: 0 auto 0.2em;
}
.floatBox .btnW .btnS:hover .popupTel {
	display: block;
}
.floatBox .btnW .btnS .popupTel {
	position: absolute;
	right: 100%;
	margin-right: 1em;
	margin-top: -4em;
	top: 50%;
	background-color: #fff;
	padding: 1em 0.3em;
	width: 10em;
	-moz-box-shadow: 0 0 0.6em rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 0 0.6em rgba(0, 0, 0, .1);
	box-shadow: 0 0 0.6em rgba(0, 0, 0, .1);
	display: none;
}
.floatBox .btnTop {
	margin-top: 3px;
	width: 5em;
	height: 5em;
	cursor: pointer;
	display: block;
	background-color: #fff;
	color: #9b9b9b;
	-moz-box-shadow: 0 0 0.7em rgba(0, 0, 0, .15);
	-webkit-box-shadow: 0 0 0.7em rgba(0, 0, 0, .15);
	box-shadow: 0 0 0.7em rgba(0, 0, 0, .15);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.fy-mk40020016 .pc-list .sort-item .bd li.on a {
	color: #27b7aa;
	font-weight: bold;
}
.ly_box {
	margin-bottom: 20px;
	background: url(../images/nr_bg.png);
}
.ly_left {
	width: 540px;
	float: left;
	padding: 20px 0 40px 0px;
}
.ly_left h1 {
	font-size: 30px;
	font-weight: normal;
}
.ly_left p {
	padding: 25px 0;
	color: #666;
	min-height: 90px;
	font-size: 14px;
	line-height: 30px;
}
.ly_left em {
    padding-left: 42px;
    background: url(../images/dh1.png) no-repeat left center;
    color: #27b7aa;
    font-size: 30px;
    background-size: 30px;
}
.ly_left a {
	padding-left: 30px;
	background: url(../images/zx.png) no-repeat 20px center #27b7aa;
	display: block;
	width: 150px;
	height: 42px;
	line-height: 42px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	border-radius: 3px;
	margin-top: 30px;
}
.ly_right {
	width: 280px;
	float: right;
	background: rgba(0, 0, 0, 0.5);
	padding: 30px 25px;
	position: relative;
	box-sizing: content-box;
}
.ly_right p {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
	color: #fff;
}
.input {
	margin: 10px 0;
}
.select1 span, .input span {
	font-size: 14px;
	display: block;
	float: left;
	width: 80px;
	text-align: right;
	padding-right: 10px;
	line-height: 40px;
	color: #fff;
}
.input input {
	width: 170px;
	height: 32px;
	line-height: 32px;
	border-radius: 3px;
	outline: none;
	border: 1px solid #fff;
	padding-left: 10px;
	font-size: 12px;
}
.select1 {
	margin: 10px 0;
}
.input_out {
	margin-left: 20px;
	border-radius: 3px;
	border: 0px;
	background: #27b7aa;
	color: #fff;
	width: 260px;
	height: 40px;
	cursor: pointer;
	font-size: 18px;
}
.neirong p {
	margin-top: 10px;
}
.neirong p {
	line-height: 35px;
}
.paag {
	font-size: 14px;
}
.paag a {
	font-size: 14px;
}
.paag {
	line-height: 24px;
	padding: 10px 0;
}
.pic_art_listfff {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.pic_art_listfff img {
	width: 100%
}
.pic_art_listfff dl {
	width: 23%;
	text-align: center;
	-moz-box-shadow: 0 0 9.6px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 0 9.6px rgba(0, 0, 0, .1);
	box-shadow: 0 0 9.6px rgba(0, 0, 0, .1);
}
.pic_art_listfff dd h5 {
	line-height: 36px;
	font-weight: 500;
	font-size: 14px;
}
.pic_art_listfff dd .xx {
	font-size: 14px;
	margin-bottom: 0;
	padding: 0px 10px 15px 10px;
	color: #ccc;
}
.moreserver {
	font-size: 22px;
	line-height: 50px;
	margin-bottom: 15px;
	border-bottom: solid 1px #ddd;
}
.pic_art_list dl {
	padding-bottom: 10px;
	margin-bottom: 20px;
	height: 165px;
	border-bottom: solid 1px #eee;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.pic_art_list dl dt {
	width: 225px;
	height: 156px;
	float: left;
	overflow: hidden;
}
.pic_art_list dl dt img {
	width: 225px;
	height: 156px;
}
.pic_art_list dl dd {
	width: 640px;
}
.picShow img {
	transition: all 300ms ease-out 0s;
}
.pic_art_list dl dd h5 {
	line-height: 46px;
	font-size: 20px;
}
.pic_art_list dl dd p {
	line-height: 28px;
	font-size: 14px;
	color: #666;
	margin-bottom: 15px;
}
.link_1 .ckgd {
	display: inline-block;
	width: 100px;
	background: #fff;
	font-size: 13px;
	color: #666;
	border: solid 1px #ddd;
	text-align: center;
	line-height: 26px;
	border-radius: 26px;
	float: right;
}
.link_1 span.question {
	background: url(../images/listyle1.jpg) no-repeat left center;
}
.link_1 span {
	font-size: 12px;
	color: #999999;
	line-height: 35px;
	padding-left: 25px;
	margin-right: 25px;
}
.link_1 span.question a {
	color: #999;
}
.link_1 span.date2 {
	background: url(../images/listyle3.jpg) no-repeat left center;
}
.input-1 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	margin-bottom: 32px;
}
.input-1 input {
	border: 1px solid #dfe0e2;
	border-radius: 4px;
	height: 50px;
	padding-left: 23px;
	font-size: 16px;
	color: #1e203c;
	line-height: 30px;
	width: 100%;
}
.input-1 div {
	width: 95px
}
.code {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.code input {
	border: 1px solid #dfe0e2;
	border-radius: 4px;
	height: 50px;
	padding-left: 23px;
	font-size: 16px;
	color: #1e203c;
	line-height: 30px;
	width: 68%;
}
.code div {
	width: 95px
}
.neirong form {
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	max-width: 569px;
	margin: 0 auto;
}
.neirong form img {
	width: 150px;
	margin-left: 5px;
}
.neirong form button {
	border: 0;
	background: #27b7aa;
	line-height: 50px;
	color: #fff;
	font-size: 14px;
	margin-top: 40px;
}
.yanzheng {
	padding-top: 50px;
}
.yanzheng .fffa {
	font-size: 14px;
	text-align: center;
	margin-bottom: 20px;
}
.yanzheng .ma img {
	width: 96px;
	height: 96px;
}
.chaxun {
	padding-bottom: 40px;
	overflow: hidden
}
.jieguo {
	font-size: 16px;
	line-height: 30px;
	text-align: center;
}

.cateList { display:none}</pre></body></html>