<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	/* Firefox */
	-webkit-box-sizing: border-box;
	/* Safari */
	outline: none;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	/* For some Androids */
}

html {
	-webkit-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	/* For some Androids */
}

body {
	font-family: Heiti, Heiti SC, DroidSans, DroidSansFallback, Arial, "Microsoft YaHei";
	;
	color: #333;
	outline: none;
	font-size: 14px;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
th,
td,
a {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
textarea,
option,
button {
	font-size: 100%;
	font-weight: normal;
}

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

fieldset,
img {
	border: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
textarea,
option,
button {
	font-size: 100%
}

abbr {
	border: 0;
}

em,
i {
	font-style: normal;
}

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

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

a:hover {
	vertical-align:
		outline: none;
	text-decoration: none;
}

a,
button,
input,
textarea,
select {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background: none;
	border: none;
}

/* 1.È¥³ýandroid a/button/input±êÇ©±»µã»÷Ê±²úÉúµÄ±ß¿ò 2.È¥³ýios a±êÇ©±»µã»÷Ê±²úÉúµÄ°ëÍ¸Ã÷»ÒÉ«±³¾° */
.clear {
	clear: both;
	height: 0;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix {
	*zoom: 1;
}

textarea {
	resize: none;
}

/*½ûÖ¹¸Ä±ä´óÐ¡*/
/*½â¾öfirefox°´Å¥ÎÄ×ÖÄÑÒÔ´¹Ö±¾ÓÖÐÎÊÌâ*/
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]&gt;input[type="button"]::-moz-focus-inner {
	border: none;
	padding: 0;
}

input,
textarea,
select,
option,
button,
form,
fieldset {
	font-family: "microsoft yahei";
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-o-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
}

a,
a:hover {
	transition: all ease 0.4s;
}

img {
	transition: all ease 0.3s;
}

* {
	box-sizing: border-box;
}

::-webkit-scrollbar {
	width: 10px;
	height: 7px;
}

::-webkit-scrollbar-button {
	width: 0;
	height: 0
}

::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, .23)
}

::-webkit-scrollbar-thumb:hover {
	background-color: rgba(0, 0, 0, .35)
}

::-webkit-scrollbar-thumb:active {
	background-color: rgba(0, 0, 0, .45)
}

.w-1200 {
	width: 1200px;
}

.c-primary,
.c-primary a,
a.c-primary {
	color: #174799
}

.c-primary a:hover,
a.c-primary:hover {
	color: #174799
}

.btn-primary {
	color: #fff;
	background-color: #fe3b25;
	border-color: #fe3b25
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
	color: #fff;
	background-color: #eb4c3a;
	border-color: #eb4c3a
}

.bg-fff {
	background-color: #fff;
	min-width: 1200px;
	width: 100%;
}

.bg-white {
	background-color: #fff;
}

.bg-666 {
	background-color: #666;
}

.bg-red {
	background-color: #e6322e;
}

.radius {
	border-radius: 3px !important;
}

.a-on a {
	text-decoration: none;
}

.on-color a:hover {
	color: #174799;
}

.input-text:hover,
.textarea:hover {
	border: solid 1px #fe3b25;
}

@keyframes orangeIn {
	0% {
		transform: scale(.8);
		opacity: 0
	}

	100% {
		transform: scale(1);
		opacity: 1
	}
}

@keyframes orangeOut {
	0% {
		transform: scale(1);
		opacity: 1
	}

	100% {
		transform: scale(.8);
		opacity: 0
	}
}

@keyframes rotate {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

.item-dongtai.cl {
	background-color: #ffffff;
	padding: 30px
}

.icon-dongtai {
	font-size: 40px
}

.item-dongtai .title {
	font-weight: bold;
	width: 65px;
	font-size: 30px;
	color: #fe3b25;
	padding-top: 0;
	line-height: 1.3
}

.item-dongtai .icon-guanbi {
	font-size: 30px
}

.item-right {
	width: 1045px;
}

.item-video {
	width: 525px;
	border-radius: 10px;
	overflow: hidden;
}

.item-video .v-play {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	line-height: 337px;
	font-size: 80px;
	text-shadow: 0 0 80px #000;
	transition: all ease 0.4s;
}

.item-video a:hover .v-play {
	transition: all ease 0.4s;
	background-color: hsl(0deg 0% 0% / 20%);
}

.item-data {
	width: 490px;
	height: 337px;
	overflow: hidden;
	border-radius: 10px;
}

.item-data .bd {
	position: relative;
	height: 100%;
}

.item-data .bd li {
	position: relative;
	height: 337px;
}

.item-data .bd .bg {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	height: 100%;
	width: 100%;
	z-index: 2;
}

.item-data .bjbox {
	width: 180px;
	z-index: 4;
	right: 25px;
	top: 6px;
}

.item-data .bjbox&gt;.bg-white {
	border-radius: 5px;
	overflow: hidden;
	height: 125px;
	margin-top: 25px;
	box-shadow: 0px 0px 80px 0px #eee;
}

.item-data .bjbox .f-30 {
	font-weight: 700;
	line-height: 55px;
}

.item-data .bjbox p {
	margin-bottom: 0;
}

.item-data .bjbox .btnzx {
	display: inline-block;
	background-color: #e6322e;
	color: #fff;
	border-radius: 20px;
	padding: 2px 25px;
}

.item-data .bjbox a:hover.btnzx {
	background-color: #c20b08;
}

.item-data .hd {
	position: absolute;
	z-index: 3;
	width: 100%;
	bottom: 0px;
	text-align: center;
}

.item-data .hd li {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	margin: 0 5px;
	background-color: #fff;
	text-indent: -999em;
	box-shadow: 0 0 5px 0px #ddd;
}

.item-data .hd li.on {
	background-color: #e6322e;
}

.ajax-dtbm input {
	border: 1px solid #fe3b25;
}

.ajax-dtbm p {
	margin-bottom: 0;
	display: inline-block;
}

.ajax-dtbm .input-text {
	width: 380px;
	margin-right: 20px;
}

.ajax-dtbm .btn-primary {
	width: 236px;
}

.item-dongtai .danmu_unit_all {
	animation: move 1s linear 5s;
	background-color: rgb(255 255 255 / 70%);
	padding: 5px 15px;
	border-radius: 30px;
}

.item-dongtai .danmu_unit_half {
	animation: move_half 1s linear 5s;
	-webkit-animation: move_half 1s linear 5s;
	background-color: rgb(255 255 255 / 70%);
	padding: 5px 15px;
	border-radius: 30px;
}

@keyframes move_half {
	0% {
		transform: translate(0px, 0px);
	}

	100% {
		left: 0px;
		transform: translate(-100%, 0px);
	}
}

@keyframes move {
	0% {
		left: 100%;
		transform: translate(0px, 0px);
	}

	100% {
		left: 0px;
		transform: translate(-100%, 0px);
	}
}

.item-dongtai .danmu_container .unit {
	position: absolute;
	left: 200%;
	display: table;
	white-space: nowrap;
	z-index: 3;
}

.item-dongtai .danmu_container&gt;.danmu_unit {
	left: 100%;
	transform: translate(0px, 0px);
}

.mod-rqbox li {
	width: 16.66666666%;
	float: left;
	border-left: 1px solid #f3f5f8;
	border-right: 1px solid #f3f5f8;
}

.mod-rqbox li a {
	display: block;
	padding: 20px 0;
}

.mod-rqbox li:first-child {
	border-left: none;
}

.mod-rqbox li:last-child {
	border-right: none;
}

.mod-rqbox li p {
	margin-bottom: 0;
}

.mod-rqbox li h4 {
	margin-bottom: 5px;
}

.mod-rqbox li .iconfont {
	font-size: 40px;
	line-height: 40px;
	color: #174799;
}

.mod-rqbox li a:hover {
	background-color: #174799;
	color: #fff;
}

.mod-rqbox li a * {
	transition: all ease 0.2s;
}

.mod-rqbox li a:hover * {
	color: #fff;
	transition: all ease 0.2s;
}

.mod-pd {
	padding-bottom: 50px;
}

.modtitle {
	font-size: 26px;
	font-weight: 700;
	line-height: 90px;
}

.modtitle span.r {
	font-weight: 500;
	line-height: 26px;
}

.mod-teacher .hd {
	background-color: #f3f5f8;
	width: 231px;
	height: 440px;
	padding-top: 30px;
}

.mod-teacher .hd a {
	display: block;
	height: 50px;
	line-height: 50px;
	margin-left: 20px;
	text-align: center;
	border-radius: 25px 0 0 25px;
}

.mod-teacher .hd li.on a {
	background-color: #fff;
	color: #174799;
}

.mod-teacher .bd {
	width: 969px;
	height: 440px;
	overflow: hidden;
}

.mod-teacher .bd li {
	float: left;
	width: 298px;
	margin-left: 25px;
	height: 500px;
	position: relative;
	overflow: hidden;
}

.mod-teacher .bd .textbox {
	padding: 0 20px;
	background-color: #f9f9f9;
	position: absolute;
	top: 327px;
	height: 190px;
	transition: all .4s;
	z-index: 3;
	left: 0;
	right: 0;
}

.mod-teacher .bd .textbox p {
	color: #999;
	font-size: 16px;
	margin-bottom: 0;
}

.mod-teacher .bd .textbox .pos-a {
	bottom: 15px;
}

.mod-teacher .bd li:hover .textbox {
	top: 290px;
	height: 150px;
}

.mod-teacher .bd li:hover .textbox h3 {
	padding-top: 5px;
}

.mod-teacher .bd li .textbox h3 {
	transition: all ease .3s;
}

.mod-teacher .bd li .textbox .pos-a {
	transition: all ease .5s;
}

.mod-teacher .bd li:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	transition: all .3s;
	z-index: 2;
	top: 0;
}

.mod-teacher .bd li:hover::after {
	background-color: rgba(0, 0, 0, 0.3);
}

.mod-teacher .bd li .btn-primary-outline {
	color: #333;
	border-color: #bbb;
}

.mod-teacher .bd li .btn-primary-outline:hover,
.mod-teacher .bd li .btn-primary-outline:focus,
.mod-teacher .bd li .btn-primary-outline:active,
.mod-teacher .bd li .btn-primary-outline.active {
	color: #fff;
	background-color: #fe3b25;
	border-color: #fe3b25
}

.mod-jxys {
	height: 140px;
	overflow: hidden;
}

.mod-jxys-bg {
	width: 231px;
	height: 140px;
	background: url(../img2023/mod-jxico.png) no-repeat 0 -252px;
	line-height: 35px;
	padding-top: 25px;
}

.mod-jxys-bg span {
	font-size: 50px;
	font-weight: 700;
}

.mod-jxys-lst {
	width: 944px;
	background-color: #f3f5f8;
	padding: 20px 0;
}

.mod-jxys-lst li {
	float: left;
	padding: 8px 0;
	width: 25%;
	text-align: center;
	border-right: 1px solid #a3b5d6;
	height: 50px;
	line-height: 34px;
}

.mod-jxys-lst li i {
	display: inline-block;
	width: 40px;
	height: 30px;
	background-image: url(../img2023/mod-jxico.png);
	background-repeat: no-repeat;
	vertical-align: middle;
}

.mod-jxys-lst li i.b1 {
	background-position: 0 0;
}

.mod-jxys-lst li i.b2 {
	background-position: 0 -30px;
}

.mod-jxys-lst li i.b3 {
	background-position: 0 -60px;
}

.mod-jxys-lst li i.b4 {
	background-position: 0 -90px;
}

.mod-jxys-lst li i.b5 {
	background-position: 0 -120px;
}

.mod-jxys-lst li i.b6 {
	background-position: 0 -150px;
}

.mod-jxys-lst li i.b7 {
	background-position: 0 -180px;
}

.mod-jxys-lst li i.b8 {
	background-position: 0 -210px;
}

.mod-jxys-lst li:nth-child(4n) {
	border-right: none
}

.headerwhh {
	width: 1200px;
	margin: 0 auto;
}

.headerwhh .logo {
	width: 435px;
	height: 100px;
	float: left;
}

.headerwhh .logo img {
	width: 435px;
	height: 100px;
}

.daohang {
	width: 480px;
	height: 100px;
	line-height: 100px;
	float: left;
	display: table;
	word-spacing: -1em;
	margin-left: 18px;
}

.daohang li {
	float: left;
	line-height: 100px;
	height: 100px;
	display: block;
}

.daohang li a {
	border-right: 1px solid #666666;
	padding-right: 17px;
	padding-left: 17px;
	line-height: 14px;
	font-size: 16px;
	color: #333333;
	margin-top: 43px;
}

.daohang li:last-child a {
	border-right: 0px;
}

.headerwhh .tel {
	width: 265px;
	height: 100px;
	float: right;
}

.headerwhh .tel img {
	width: 48px;
	height: 100px;
	float: left;
}

.headerwhh .tel h2 {
	width: 100%;
	font-size: 30px;
	color: #f18110;
	margin-left: 60px;
	margin-top: 20px;
}

.headerwhh .tel h3 {
	width: 100%;
	font-size: 14px;
	color: #999999;
	margin-left: 60px;
}

.whhgonggao {
	width: 1200px;
	margin: 0 auto;
	height: 50px;
	line-height: 50px;
	margin-bottom: 16px;
}

.whhgonggao img {
	width: 20px;
	height: 16px;
	margin-top: 17px;
	float: left;
}

.whhgonggao h2 {
	float: left;
	font-size: 14px;
	color: #333333;
	line-height: 50px;
	margin-left: 16px;
}

.whhdaohangtu {
	width: 1200px;
	margin: 0 auto;
}

.whhdaohangtu .left {
	float: left;
	width: 288px;
	height: 416px;
}

.whhdaohangtu .left img {
	width: 288px;
	height: 416px;
}

.whhdaohangtu .right {
	width: 896px;
	float: right;
}

.whhdaohangtu .right ul {
	width: 896px;
}

.whhdaohangtu .right ul li {
	width: 288px;
	height: 200px;
	margin-right: 16px;
	float: left;
}

.whhdaohangtu .right ul li:nth-child(3n) {
	margin-right: 0px;
}

.whhdaohangtu .right ul li {
	width: 288px;
	height: 200px;
}

.whhdaohangtu .right ul li:nth-child(1) {
	margin-bottom: 16px;
}

.whhdaohangtu .right ul li:nth-child(2) {
	margin-bottom: 16px;
}

.whhdaohangtu .right ul li:nth-child(3) {
	margin-bottom: 16px;
}

.nbbiaoti {
	width: 1200px;
	margin: 0 auto;
}

.nbbiaoti h2 {
	font-size: 26px;
	color: #333333;
	font-weight: bold;
	line-height: 90px;
}

.nbbiaoti span {
	font-weight: normal;
	font-size: 16px;
	color: #666666;
	margin-left: 22px;
}

.c-primary .f-16 {
	color: #fe3b25;
}

.icon-guanbi {
	color: #fe3b25
}

.mod-teacher .bd li .textbox h3 span {
	font-size: 16px;
	color: #fe3b25;
}

.mod-teacher .bd li .textbox h3 {
	margin-top: 20px;
	margin-bottom: 8px;
}

.huanjing {
	width: 100%;
}

.huanjing h1 {
	width: 1200px;
	margin: 0 auto;
	border-bottom: 1px dashed #dddddd
}

.whhmenu {
	line-height: 99px;
	text-align: center;
	width: 635px;
	margin: 0 auto;
}

.whhmenu ul {
	list-style: none;
	text-align: center;
}

.whhmenu ul li {
	float: left;
	line-height: 99px;
	width: 127px;
	text-align: center;
	font-size: 18px;
}

.whhmenu ul li:hover {
	cursor: pointer;
}

.info {
	width: 100%;
	overflow: hidden;
	background: #f1f5f9
}

.info div {
	display: none;
	width: 100%;
}

.info div:first-child {
	display: block;
}

.info div ul {
	width: 100%;
}

.info div ul li {
	width: 25%;
	float: left;
}

.info div ul li h2 {
	text-align: center;
	font-size: 16px;
	color: #333333;
	line-height: 46px;
}

.lundong {
	width: 1200px;
	margin: 0 auto;
}

.xcbiaoti {
	width: 1200px;
}

.xcbiaoti h2 {
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	color: #333333;
}

.xcbiaoti h2 span {
	color: #fe3b25;
}

.xcbiaoti h3 {
	text-align: center;
	font-size: 16px;
	color: #666666;
	margin-top: 25px;
}

.zhucheng {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.hengpai {
	width: 100%;
	background: #fe3b25;
	margin-top: 40px;
}

.hengpai h2 {
	width: 206px;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	font-size: 20px;
	float: left;
	line-height: 72px;
}

.hengpai h2:nth-child(2) {
	width: 154px;
}

.hengpai h2:nth-child(3) {
	width: 141px;
}

.hengpai h2:nth-child(4) {
	width: 124px;
}

.hengpai h2:nth-child(5) {
	width: 200px;
}

.hengpai h2:nth-child(6) {
	width: 145px;
}

.hengpai h2:nth-child(7) {
	width: 220px;
}

.picMarquee-top {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	height: 430px;
	background: #ffffff;
}

.picMarquee-top .bd ul {
	overflow: hidden;
	zoom: 1;
}

.picMarquee-top .bd ul li {
	text-align: center;
	zoom: 1;
	height: 82px !important;
}

.picMarquee-top .bd ul li .pic {
	text-align: center;
}

.picMarquee-top .bd ul li .pic h2 {
	width: 206px;
	line-height: 82px;
	height: 82px !important;
	text-align: center;
	color: #333333;
	font-size: 20px;
	float: left;
	line-height: 72px;
}

.picMarquee-top .bd ul li .pic h2:nth-child(2) {
	width: 154px;
}

.picMarquee-top .bd ul li .pic h2:nth-child(3) {
	width: 141px;
}

.picMarquee-top .bd ul li .pic h2:nth-child(4) {
	width: 124px;
}

.picMarquee-top .bd ul li .pic h2:nth-child(5) {
	width: 200px;
}

.picMarquee-top .bd ul li .pic h2:nth-child(6) {
	width: 145px;
}

.picMarquee-top .bd ul li .pic h2:nth-child(7) {
	width: 220px;
}

.picMarquee-top .bd ul li .pic h2 a {
	width: 110px;
	height: 36px;
	line-height: 36px;
	border-radius: 18px;
	background: #fe3b25;
	text-align: center;
	font-size: 16px;
	color: #f3f5f8;
	margin: 0 auto;
	margin-top: 23px;
}

.youlian {
	width: 1200px;
	margin: 0 auto;
	margin-top: 84px;
}

.youlian .left {
	width: 345px;
	height: 256px;
	float: left;
}

.youlian .left img {
	width: 345px;
	height: 256px;
}

.youlian .right {
	width: 800px;
	float: right;
}

.youlian .right h2 {
	font-size: 18px;
	color: #333333;
}

.youlian .right ul {
	width: 800px;
	margin-top: 30px;
}

.youlian .right ul li {
	width: 200px;
	float: left;
}

.youlian .right ul li a {
	font-size: 16px;
	color: #999999;
	line-height: 40px;
}

.youlian .right ul li a:hover {
	color: #fe5506;
}

.whhfooter {
	width: 100%;
	background: #f8f8f8;
}

.whhfooter h5 {
	width: 1200px;
	margin: 0 auto;
	border-top: 1.5px solid #dfdfdf;
	line-height: 60px;
	font-size: 16px;
	color: #333333;
	text-align: center;
	display: block;
}

.whhfooter h5 a {
	color: #333333;
}

.whhfoot {
	width: 100%;
	background: #f8f8f8;
	padding-top: 33px;
	padding-bottom: 60px;
	margin-top: 50px;
}

.whhfoot .waiceng {
	width: 1200px;
	margin: 0 auto;
}

.whhfoot .waiceng .left {
	width: 625px;
	float: left;
}

.whhfoot .waiceng .left ul {
	width: 100%;
}

.whhfoot .waiceng .left ul li {
	float: left;
	width: 176px;
}

.whhfoot .waiceng .left ul li h2 {
	font-size: 18px;
	font-weight: bold;
	color: #535050;
	margin-bottom: 16px;
}

.whhfoot .waiceng .left ul li a {
	font-size: 14px;
	color: #7e7e7e;
	margin-bottom: 14px;
}

.whhfoot .waiceng .left ul li:nth-child(4) {
	width: 96px;
}

.whhfoot .waiceng .center {
	width: 339px;
	float: left;
	margin-left: 70px;
}

.whhfoot .waiceng .center h2 {
	font-size: 18px;
	font-weight: bold;
	color: #535050;
	margin-bottom: 16px;
}

.whhfoot .waiceng .center h3 {
	font-size: 30px;
	font-weight: bold;
	color: #ee7800;
}

.whhfoot .waiceng .center h4 {
	font-size: 16px;
	color: #7e7e7e;
	margin-top: 15px;
}

.whhfoot .waiceng .center h4 img {
	width: 15px;
	height: 16px;
}

.whhfoot .waiceng .center h5 {
	margin-top: 11px;
}

.whhfoot .waiceng .center a {
	float: left;
	margin-right: 10px;
}

.whhfoot .waiceng .center a img {
	width: 31px;
	height: 31px;
}

.whhfoot .waiceng .right {
	float: right;
	margin-right: 10px;
}

.whhfoot .waiceng .right img {
	width: 118px;
	height: 119px;
}

.whhfoot .waiceng .right h2 {
	text-align: center;
	font-size: 16px;
	color: #939393;
	line-height: 42px;
}

.dau {
	padding-bottom: 60px;
}

.dbgd {
	width: 100%;
	height: 60px;
	overflow: hidden;
	display: block;
	position: fixed;
	bottom: 0;
	z-index: 999;
	transition: bottom 1s;
	background: #da0023;
}

.dbgd ul {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}

.dbgd ul li {
	float: left;
	margin-top: 12px;
}

.dbgd ul li img {
	display: block;
}

.mfrx54530 {
	width: 545px;
	height: 30px;
	float: left;
	font-size: 20px;
	margin-top: 16px;
}

.mfrx29 {
	width: 550px;
	padding-left: 18px;
	float: left;
	font-size: 18px;
}

.yellow_a01 {
	color: #ffff01;
}

.baise_a01 {
	color: #FFF;
}

.z {
	float: left;
	letter-spacing: 1pt;
}

.bd540 {
	width: 553px;
	float: right;
	height: 30px;
	font-size: 20px;
	margin-top: 15px;
}

.inputdh {
	font-size: 15px;
	color: #FFF;
	float: left;
}

.inputb {
	height: 30px;
	width: 189px;
	border: none;
}

.tjlq {
	display: inline;
	margin-left: 30px;
	color: #fffc00;
	margin-top: 4px;
}

#submit1 {
	width: 134px;
	height: 28px;
	display: block;
	border: 1px solid #D1C091;
	background: #fffc00;
	color: #000;
	font-size: 13px;
	letter-spacing: 1px;
}

.baise_a01 {
	font-size: 18px;
	line-height: 30px;
}

.whhxinwen {
	width: 1200px;
	margin: 0 auto;
	margin-top: 80px;
}

.whhxinwen .left {
	width: 370px;
	background: #f3f5f8;
	height: 430px;
	position: relative;
	float: left;
}

.whhxinwen .left .zhutux {
	width: 370px;
	height: 208px;
}

.whhxinwen .left h2 {
	font-size: 20px;
	color: #999999;
	margin-left: 16px;
	padding-top: 34px;
}

.whhxinwen .left h2 span {
	color: #333333
}

.whhxinwen .left h2 img {
	width: 16px;
	height: 16px;
	float: right;
	margin-right: 30px;
}

.whhxinwen .left h3 {
	font-size: 20px;
	color: #666666;
	margin-left: 16px;
	margin-top: 26px;
	font-weight: bold;
}

.whhxinwen .left h4 {
	font-size: 16px;
	color: #999999;
	margin-left: 16px;
	margin-top: 14px;
}

.whhxinwen .left h5 {
	font-size: 14px;
	color: #666666;
	margin-left: 16px;
	margin-top: 16px;
}

.whhxinwen .left .zhutux {
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 9;
	width: 370px;
	height: 208px;
}

.whhxinwen .left .sanjiao {
	position: absolute;
	left: 37px;
	bottom: 190px;
	z-index: 10;
	width: 35px;
	height: 19px;
}

.whhxinwen .center {
	width: 370px;
	background: #f3f5f8;
	height: 430px;
	position: relative;
	float: left;
	margin-left: 21px;
}

.whhxinwen .center .zhutux {
	width: 370px;
	height: 208px;
}

.whhxinwen .center h2 {
	font-size: 20px;
	color: #999999;
	margin-left: 16px;
	padding-top: 34px;
}

.whhxinwen .center h2 span {
	color: #333333
}

.whhxinwen .center h2 img {
	width: 16px;
	height: 16px;
	float: right;
	margin-right: 30px;
}

.whhxinwen .center h3 {
	font-size: 20px;
	color: #666666;
	margin-left: 16px;
	margin-top: 26px;
	font-weight: bold;
}

.whhxinwen .center h4 {
	font-size: 16px;
	color: #999999;
	margin-left: 16px;
	margin-top: 14px;
}

.whhxinwen .center h5 {
	font-size: 14px;
	color: #666666;
	margin-left: 16px;
	margin-top: 16px;
}

.whhxinwen .center .zhutux {
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 9;
	width: 370px;
	height: 208px;
}

.whhxinwen .center .sanjiao {
	position: absolute;
	left: 37px;
	bottom: 190px;
	z-index: 10;
	width: 35px;
	height: 19px;
}

.whhxinwen .right {
	width: 422px;
	background: #f3f5f8;
	height: 430px;
	position: relative;
	float: right;
}

.whhxinwen .right .zhutux {
	width: 422px;
	height: 208px;
}

.whhxinwen .right h2 {
	font-size: 20px;
	color: #999999;
	margin-left: 16px;
	padding-top: 34px;
}

.whhxinwen .right h2 span {
	color: #333333
}

.whhxinwen .right h2 img {
	width: 16px;
	height: 16px;
	float: right;
	margin-right: 30px;
}

.picMarquee-top1 {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	height: 340px;
	margin-top: 15px;
}

.picMarquee-top1 .bd ul {
	overflow: hidden;
	zoom: 1;
}

.picMarquee-top1 .bd ul li {
	text-align: center;
	zoom: 1;
	height: 34px !important;
}

.picMarquee-top1 .bd ul li .pic {
	text-align: center;
}

.picMarquee-top1 .bd ul li .pic h3 {
	width: 100px;
	line-height: 34px;
	height: 34px !important;
	text-align: center;
	color: #333333;
	font-size: 16px;
	float: left;
}

.picMarquee-top1 .bd ul li .pic h3:nth-child(2) {
	width: 170px;
}

.picMarquee-top1 .bd ul li .pic h3:nth-child(3) {
	width: 152px;
}

.fengcai {
	width: 100%;
	background: #f3f5f8;
	margin-top: 60px;
	padding-bottom: 60px;
}

.fffcai {
	width: 1200px;
	margin: 0 auto;
}

.fengcai .right {
	float: right;
	width: 460px;
	height: 500px;
	background: #ffffff;
}

.fengcai .right h2 {
	line-height: 39px;
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	margin-top: 40px;
	margin-left: 67px;
}

.fengcai .right .laoshi {
	width: 40px;
	height: 39px;
	margin-right: 10px;
}

.fengcai .right h3 {
	font-size: 18px;
	color: #666666;
	margin-top: 70px;
	margin-left: 67px;
}

.fengcai .right .whhmenu1 {
	margin-left: 67px;
}

.fengcai .right .whhmenu1 ul {
	width: 100%;
	margin-top: 21px;
}

.fengcai .right .whhmenu1 ul li {
	width: 160px;
	height: 60px;
	float: left;
	line-height: 60px;
	background: #f9f9f9;
	margin-right: 2px;
	margin-bottom: 2px;
	color: #666666;
	font-size: 18px;
}

.fengcai .right .whhmenu1 ul div {
	width: 160px;
	height: 60px;
	float: left;
	line-height: 60px;
	background: #f9f9f9;
	margin-right: 2px;
	margin-bottom: 2px;
	color: #666666;
	font-size: 18px;
}


.fengcai .info1 {
	width: 740px;
	height: 500px;
	float: left;
}

.fengcai .info1 div img {
	width: 740px;
	height: 500px;
}

.fengcai .modtitle {
	width: 1200px;
	margin: 0 auto;
}

.info1 div {
	display: none;
	width: 100%;
}

.info1 div:first-child {
	display: block;
}

.fengcai .right .whhmenu1 ul li img {
	margin-left: 27px;
	width: 26px;
	float: left;
	margin-top: 17px;
}

.fengcai .right .whhmenu1 ul li .hei {
	display: block;
}

.fengcai .right .whhmenu1 ul li .bai {
	display: none;
}

.hezuo {
	width: 100%;
	margin: 0 auto;
	background: #f3f5f8;
	padding-bottom: 60px;
}

.hezuo h1 {
	width: 1200px;
	margin: 0 auto;
}

.hezuo ul {
	width: 1200px;
	margin: 0 auto;
}

.hezuo ul li {
	width: 225px;
	line-height: 60px;
	background: #ffffff;
	margin-right: 18px;
	text-align: center;
	float: left;
}

.hezuo ul li:nth-child(5n) {
	margin-right: 0px;
	margin-bottom: 22px;
}

.hezuo ul li a {
	font-size: 16px;
	color: #333333;
}

.hezuo11 {
	width: 100%;
	margin: 0 auto;
	background: #ffffff;
	padding-bottom: 60px;
}

.hezuo11 h1 {
	width: 1200px;
	margin: 0 auto;
}

.hezuo11 ul {
	width: 1200px;
	margin: 0 auto;
}

.hezuo11 ul li {
	width: 190px;
	height: 100px;
	margin-right: 12px;
	float: left;
	margin-bottom: 12px;
}

.hezuo11 ul li:nth-child(6n) {
	margin-right: 0px;
	margin-bottom: 12px;
}

.hezuo11 ul li img {
	width: 190px;
	height: 100px;
}

.whhhenglan {
	display: none;
	position: absolute;
	left: 0px;
	top: 220px;
	z-index: 9999;
	width: 100%;
	height: 220px;
	background: #ffffff;
	border-top: 1px solid #ececec;
}

.whhhenglan ul {
	width: 1200px;
	margin: 0 auto;
}

.whhhenglan ul li {
	width: 200px;
	float: left;
	margin-top: 36px;
}

.whhhenglan ul li .kmkm {
	width: 200px;
	border-right: 1px solid #ececec;
}

.whhhenglan ul li .kmkm img {
	width: 87px;
	margin: 0 auto;
	height: 88px;
	display: block;
}

.whhhenglan ul li h2 {
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #333333;
	margin-top: 30px;
}

.whhhenglan ul li h3 {
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #ff7700;
	margin-top: 7px;
}

.whhhenglan ul li:nth-child(6) .kmkm {
	border-right: 0px;
}

.swiper-pagination-bullet-active {
	background: #ffffff !important;
}</pre></body></html>