@font-face {

	font-family: 'FiraSans';

	font-weight: 700;

	font-style: normal;

	src: url('font/FiraSans-Bold.eot');

	src: url('font/FiraSans-Bold.woff2') format('woff2'),
		url('font/FiraSans-Bold.woff') format('woff'),
		url('font/FiraSans-Bold.ttf') format('truetype'),
		url('font/FiraSans-Bold.eot?#iefix') format('embedded-opentype');
}

@font-face {

	font-family: 'FiraSans';

	font-weight: 700;

	font-style: italic;

	src: url('font/FiraSans-BoldItalic.eot');

	src: url('font/FiraSans-BoldItalic.woff2') format('woff2'),
		url('font/FiraSans-BoldItalic.woff') format('woff'),
		url('font/FiraSans-BoldItalic.ttf') format('truetype'),
		url('font/FiraSans-BoldItalic.eot?#iefix') format('embedded-opentype');
}

@font-face {

	font-family: 'FiraSans';

	font-weight: 800;

	font-style: normal;

	src: url('font/FiraSans-Heavy.eot');

	src: url('font/FiraSans-Heavy.woff2') format('woff2'),
		url('font/FiraSans-Heavy.woff') format('woff'),
		url('font/FiraSans-Heavy.ttf') format('truetype'),
		url('font/FiraSans-Heavy.eot?#iefix') format('embedded-opentype');
}

@font-face {

	font-family: 'FiraSans';

	font-weight: 800;

	font-style: italic;

	src: url('font/FiraSans-HeavyItalic.eot');

	src: url('font/FiraSans-HeavyItalic.woff2') format('woff2'), url('font/FiraSans-HeavyItalic.woff') format('woff'), url('font/FiraSans-HeavyItalic.ttf') format('truetype'), url('font/FiraSans-HeavyItalic.eot?#iefix') format('embedded-opentype');
}

@font-face {

	font-family: 'FiraSans';

	font-weight: normal;

	font-style: italic;

	src: url('font/FiraSans-Italic.eot');

	src: url('font/FiraSans-Italic.woff2') format('woff2'),
		url('font/FiraSans-Italic.woff') format('woff'),
		url('font/FiraSans-Italic.ttf') format('truetype'),
		url('font/FiraSans-Italic.eot?#iefix') format('embedded-opentype');
}

@font-face {

	font-family: 'FiraSans';

	font-weight: normal;

	font-style: normal;

	src: url('font/FiraSans-Regular.eot');

	src: url('font/FiraSans-Regular.woff2') format('woff2'),
		url('font/FiraSans-Regular.woff') format('woff'),
		url('font/FiraSans-Regular.ttf') format('truetype'),
		url('font/FiraSans-Regular.eot?#iefix') format('embedded-opentype');
}


.edu_bj {
	background-color: #f6f6f6;
	position: absolute;
	top: 20%;
	height: 80%;
	width: 140px;
	padding: 0 10px;
	z-index: 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.abt_bj {
	background-color: #f6f6f6;
	position: absolute;
	top: 20%;
	height: 80%;
	width: 78px;
	padding: 0 10px;
	z-index: 0;
	text-align: center;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.pro_bj {
	background-color: #f6f6f6;
	position: absolute;
	top: 20%;
	height: 80%;
	width: 60px;
	padding: 0 10px;
	z-index: 0;
	text-align: center;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.fac_bj {
	background-color: #f6f6f6;
	position: absolute;
	top: 20%;
	height: 80%;
	width: 55px;
	padding: 0 10px;
	z-index: 0;
	text-align: center;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.animate.nav {

	animation: mymove 1s forwards;
	-webkit-animation: mymove 1s forwards;
	-moz-animation: mymove 1s forwards;
	-o-animation: mymove 1s forwards;
}

/* .animate1.nav {

	animation: mymove1 1s forwards;
	-webkit-animation: mymove1 1s forwards;
	-moz-animation: mymove1 1s forwards;
	-o-animation: mymove1 1s forwards;
} */


.animate.nav-btm {

	animation: mymove2 1s forwards;
	-webkit-animation: mymove2 1s forwards;
	-moz-animation: mymove2 1s forwards;
	-o-animation: mymove2 1s forwards;
}

/* .animate1.nav-btm {

	animation: mymove3 1s forwards;
	-webkit-animation: mymove3 1s forwards;
	-moz-animation: mymove3 1s forwards;
	-o-animation: mymove3 1s forwards;
} */
.tushuguan {
	cursor: pointer;
}

@keyframes mymove2 {
	from {
		top: 100px;
	}

	to {
		top: 80px;
	}
}

@-webkit-keyframes mymove2 {
	from {
		top: 100px;
	}

	to {
		top: 80px;
	}
}

@-moz-keyframes mymove2 {
	from {
		top: 100px;
	}

	to {
		top: 80px;
	}
}

@-o-keyframes mymove2 {
	from {
		top: 100px;
	}

	to {
		top: 80px;
	}
}



@keyframes mymove3 {
	from {
		top: 80px;
	}

	to {
		top: 100px;
	}
}

@-webkit-keyframes mymove3 {
	from {
		top: 80px;
	}

	to {
		top: 100px;
	}
}

@-moz-keyframes mymove3 {
	from {
		top: 80px;
	}

	to {
		top: 100px;
	}
}

@-o-keyframes mymove3 {
	from {
		top: 80px;
	}

	to {
		top: 100px;
	}
}



.nav-mian .nav-right a {
	font-weight: 700;
}

@keyframes mymove {
	from {
		padding: 23px 0;
	}

	to {
		padding: 12px 0;
	}
}

@-webkit-keyframes mymove {
	from {
		padding: 23px 0;
	}

	to {
		padding: 12px 0;
	}
}

@-moz-keyframes mymove {
	from {
		padding: 23px 0;
	}

	to {
		padding: 12px 0;
	}
}

@-o-keyframes mymove {
	from {
		padding: 23px 0;
	}

	to {
		padding: 12px 0;
	}
}


@keyframes mymove1 {
	from {
		padding: 12px 0;
	}

	to {
		padding: 23px 0;
	}
}

@-webkit-keyframes mymove1 {
	from {
		padding: 12px 0;
	}

	to {
		padding: 23px 0;
	}
}

@-moz-keyframes mymove1 {
	from {
		padding: 12px 0;
	}

	to {
		padding: 23px 0;
	}
}

@-o-keyframes mymove1 {
	from {
		padding: 12px 0;
	}

	to {
		padding: 23px 0;
	}
}

.middle {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.wrap {
	padding-top: 70px;
	
}
.wrapbg {
	background: url(../images/homebannerbg.jpg) no-repeat top center;
	    background-size: contain;
}

a {
	text-decoration: none;
}

ul li {
	list-style: none;
}

@font-face {
	font-family: fz;
	src: url('Times-New-Romance.ttf');
}

* {
	font-family: 'FiraSans', 'Arial', 'sans-serif';

}

html {

	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
	background: #ffffff;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

dfn {
	font-style: italic;
}

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

mark {
	color: #000;
	background: #ffff00;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

.nav-btm-top a {
	padding: 0 !important;
}

a {
	color: #333;
}

hr {
	height: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {

	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font: inherit;
	color: inherit;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

input {
	line-height: normal;
}

input[type=checkbox],
input[type=radio] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto;
}

input[type=search] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	padding: .35em .625em .75em;
	margin: 0 2px;
	border: 1px solid #c0c0c0;
}

legend {
	padding: 0;
	border: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: 700;
}

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

td,
th {
	padding: 0;
}

* {
	padding: 0;
	margin: 0;
}

.nav-btm1 {
	position: fixed;
	width: 100%;
	background-color: #f6f6f6;
	left: 0;
	top: 100px;
}

.nav-btm1 .nav-btm-main {
	width: 100%;
	max-width: 1348px;
	margin: 0 auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	/*Opera9.6*/
	-ms-box-sizing: border-box;
	/*IE8*/
	box-sizing: border-box;
	height: 320px;
	overflow-y: auto;
}

.nav-btm1 .nav-btm-main ul::after {
	content: "";
	display: table;
	clear: both;
	visibility: hidden;
}

.nav-btm1 .nav-btm-main ul li {
	width: 16.6%;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	/*Opera9.6*/
	-ms-box-sizing: border-box;
	/*IE8*/
	box-sizing: border-box;
	padding: 0 10px;
}

.nav-btm1 .nav-btm-main ul {
	margin: 0 -10px;
}

.nav-btm1 .nav-btm-main ul li .nav-btm-top {
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	border-bottom: 3px solid #feaf48;
	padding: 10px 0;
}

.nav-btm1 .nav-btm-main ul li .nav-btm-btm .nav-btm-btm-cum {
	width: 100%;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	/*Opera9.6*/
	-ms-box-sizing: border-box;
	/*IE8*/
	box-sizing: border-box;
	padding-right: 24px;
}

.nav-btm1 .nav-btm-main ul li:first-child {
	width: 33.6%;
}

.nav-btm1 .nav-btm-main ul li .nav-btm-btm .nav-btm-btm-cum a {
	padding: 0;
	font-weight: inherit;
	font-size: 14px;
	display: block;
	padding: 16px 0;
	border-bottom: 1px solid #e2e2e2;

}

.nav-btm1 .nav-btm-main ul li .nav-btm-btm .nav-btm-btm-cum a:last-of-type {
	border-bottom: none;
}

.nav-btm1 .nav-btm-main ul li .nav-btm-btm .nav-btm-btm-cum:last-of-type {
	padding-right: 0;
}

.nav-btm1 .nav-btm-main ul li .first.nav-btm-btm .nav-btm-btm-cum {
	width: 50%;
}

.nav-btm-btm-cum a {
	color: #3a3a3a;
}

.nav-btm-btm-cum a:hover {
	color: #333333 !important;
	font-weight: 600 !important;
}



.top {
	width: 100%;
	background: url(../img/top.png) no-repeat center;
	background-size: 1920px;
	height: 181px;
}

.top img {
	width: 100%;
}

.foot {
	/* background-color: #ECF2F1; */
	background: url(../images/dibubeijing.jpg) no-repeat center;
	background-size: cover;
}

.foot .foot-main {
	max-width: 1200px;
	margin: 0 auto;
	padding: 30px 15px;
	position: relative;
	display: grid;
	grid-template-columns: 1fr auto;
	box-sizing: border-box;
}

.foot .foot-main::after {
	content: "";
	display: table;
	clear: both;
}

.foot .foot-main .foot-mian-logo {
	/* float: left; */
	position: relative;
	height: 23px;
}

.foot .foot-main .foot-mian-logo img {
	height: 100%
}

.foot .foot-main .foot-main-text {
	/* float: left; */
	color: #fff;
	font-size: 14px;
	margin-left: 12px;
}

.foot .foot-main .foot-main-right {
	/* position: absolute; */
	/* right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%); */
}

.foot .foot-main .foot-main-right img {
	display: block;
	height: 45px;
}

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


	.top1 {
		display: block;
	}

	.top2,
	.top3 {
		display: none;
	}
}

@media screen and (max-width: 800px) {


	.nav-btm1 {
		position: relative;
		width: 100%;
		background-color: #f6f6f6;
		top: 0 !important;
		display: none;

	}

	.nav-btm1 .nav-btm-main {
		width: 100%;


		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		/*Opera9.6*/
		-ms-box-sizing: border-box;
		/*IE8*/
		box-sizing: border-box;
		height: 180px;
		overflow-y: auto;

	}

	.nav-btm1 .nav-btm-main ul::after {
		content: "";
		display: table;
		clear: both;
		visibility: hidden;
	}

	.nav-btm1 .nav-btm-main ul li {
		width: 100%;
		float: left;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		/*Opera9.6*/
		-ms-box-sizing: border-box;
		/*IE8*/
		box-sizing: border-box;
		padding: 0 5px;
	}

	.nav-btm1 .nav-btm-main ul {
		margin: 0;
	}

	.nav-btm1 .nav-btm-main ul li .nav-btm-top {
		font-size: 16px;
		font-weight: bold;
		line-height: 24px;
		border-bottom: 3px solid #feaf48;
		padding: 5px 0;
	}

	.nav-btm1 .nav-btm-main ul li .nav-btm-btm .nav-btm-btm-cum {
		width: 100%;
		float: left;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		/*Opera9.6*/
		-ms-box-sizing: border-box;
		/*IE8*/
		box-sizing: border-box;
		padding-right: 0;
	}

	.nav-btm1 .nav-btm-main ul li:first-child {
		width: 100%;
	}

	.nav-btm1 .nav-btm-main ul li .nav-btm-btm .nav-btm-btm-cum a {
		padding: 0;
		font-weight: inherit;
		font-size: 14px;
		display: block;
		padding: 8px 0;
		border-bottom: 1px solid #e2e2e2;

	}

	.nav-btm1 .nav-btm-main ul li .nav-btm-btm .nav-btm-btm-cum a:last-of-type {
		border-bottom: none;
	}

	.nav-btm1 .nav-btm-main ul li .first.nav-btm-btm .nav-btm-btm-cum {
		width: 100%;
	}

	.top {
		height: auto;
		overflow: hidden;
	}

	.top2 {
		display: block;
	}

	.top1,
	.top3 {
		display: none;
	}

	.foot {
		background-color: #121528;
	}

	.foot .foot-main {
		max-width: 1200px;
		margin: 0 auto;
		padding: 30px 10px;
		position: relative;
	}

	.foot .foot-main::after {
		content: "";
		display: table;
		clear: both;
	}

	.foot .foot-main .foot-mian-logo {
		float: inherit;
		display: block;
		width: 200px;
	}

	.foot .foot-main .foot-mian-logo img {
		width: 100%;
	}

	.foot .foot-main .foot-main-text {
		float: inherit;
		color: #8b8b8b;
		font-size: 12px;
		margin-left: 0;
		display: block;
		margin-top: 10px;
		padding-right: 100px;
	}

	.foot .foot-main .foot-main-right {
		/* position: absolute; */
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
	}
}

@media screen and (min-width: 961px) and (max-width: 1200px) {

	.nav-mian {
		width: 100%;
		margin: 0 auto;
		padding: 0 10px !important;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		/*Opera9.6*/
		-ms-box-sizing: border-box;
		/*IE8*/
		box-sizing: border-box;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
}

@media screen and (min-width: 961px) {
	.part_title {
		font-size: 24px;
		line-height: 30px;
		font-weight: 700;
	}

	.part_title .more {
		display: inline-block;
		/* background-color: #feaf48; */
		color: #1A1A1A;
		font-size: 14px;
		line-height: 30px;
		/* width: 90px; */
		text-align: center;
		margin-left: 20px;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-o-border-radius: 10px;
		float: right;
		display: flex;
		align-items: center;
	}

	.part_title .more .more_icon1 {
		width: 8px;
		height: 8px;
		margin-right: -3px;
		margin-left: 1px;
		display: none;
	}

	.part_title .more .more_icon2 {
		width: 4px;
		height: 7px;
		margin-left: 2px;
	}

	.part_title .more:hover {
		color: #4e229a
	}

	.part_title .more:hover .more_icon1 {
		display: block;
	}

	.part_title .more:hover .more_icon2 {
		display: none;
	}

	.sj-nav {
		display: none;
	}

	.nav {
		width: 100%;
		border-bottom: 1px solid rgba(226,226,226,0.3);
		position: fixed;
		top: 0;
		z-index: 20;
		/* background-color: #FFF; */
		/* padding: 23px 0; */
	}

	.nav-mian {
		width: 100%;
		margin: 0 auto;
		/* padding: 0 10px; */
		-moz-box-sizing: border-box;
		/* -webkit-box-sizing: border-box; */
		-o-box-sizing: border-box;
		/*Opera9.6*/
		-ms-box-sizing: border-box;
		/*IE8*/
		/* box-sizing: border-box; */
		/* display: -webkit-box; */
		display: -moz-box;
		display: -ms-flexbox;
		/* display: -webkit-flex; */
		/* display: flex; */
	}

	.nav-mian .nav-mian-logo {
		width: 110px;
		height: 100%;
		background: url(../images/logo.png) no-repeat left center;
		background-size: 90px;
	}

	.nav-mian .nav-center {
		/* padding-left: 20px; */
		font-size: 14px;
		/* max-width: 1000px; */
		/* margin: 0 auto; */
		/* padding: 0 72px; */
		height: 100%;
	}

	.nav-mian .nav-center ul li {
		float: left;
		margin-top: 25px;
		padding: 0 6px 0;
	}

	.nav-mian .nav-center ul li{
		position: relative;
	}

	.nav-mian .nav-center ul li>span {
		width: 100% !important;
		height: 52px !important;
		top: -6px !important;
		left: 0px;
		padding: 0 !important;
	}

	.nav-mian .nav-center ul li a {
		color: #3a3a3a;
		position: relative;
		display: inline-block;
		padding: 0 10px;
		font-weight: 700;
		cursor: pointer;
		transition: color linear 0.3s;
		-webkit-transition: color linear 0.5s;
		-moz-transition: color linear 0.5s;
		-o-transition: color linear 0.5s;
	}

	/* .nav-mian .nav-center ul li a:hover {
    color: #feaf48;
  } */
	.nav-mian .nav-center>ul>li:hover>a {
		color: #4e229a !important;
	}

	/* .nav-mian .nav-center ul li a.active:after {
		content: "";
		display: table;
		width: 100%;
		height: 4px;
		background-color: #feaf48;
		margin-top: 10px;

	} */

	.nav-mian .nav-right {
		/* -webkit-box-flex: 1; */
		-moz-box-flex: 1;
		/* -webkit-flex: 1; */
		-ms-flex: 1;
		/* flex: 1; */
		text-align: right;
		padding: 0 0;
		line-height: 70px;
		height: 100%;
		/* position: absolute;
		right: 40px;
		top: 10px; */
	}

	.nav-mian .nav-right a {
		display: inline-block;
		padding: 0 20px;
		color: #333;
	}
}

@media screen and (max-width: 960px) {
	.wrap {
		padding-top: 77px;
		
	}
	.wrapbg {
		background:url(../img/cbs2022_backg.png) no-repeat center!important;
		background-size:cover;
	}

	.part3 .part3_mian .part_title {
		padding: 0;
		font-weight: 700;
	}

	.part_title {
		font-size: 24px;
		line-height: 30px;
		padding: 0 10px;
		font-weight: 700;
	}

	.part_title .more {
		display: inline-block;
		/* background-color: #feaf48; */
		color: #1A1A1A;
		font-size: 12px;
		line-height: 30px;
		/* width: 90px; */
		text-align: center;
		margin-left: 20px;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-o-border-radius: 10px;
		float: right;
		display: flex;
		align-items: center;
	}

	.part_title .more .more_icon1 {
		width: 11px;
		height: 11px;
		margin-left: 2px;
		display: none;
	}

	.part_title .more .more_icon2 {
		width: 5px;
		height: 9px;
		margin-left: 2px;
	}

	.part_title .more:hover {
		color: #4e229a
	}

	.part_title .more:hover .more_icon1 {
		display: block;
	}

	.part_title .more:hover .more_icon2 {
		display: none;
	}

	.nav {
		display: none;
	}

	.header {
		position: fixed;
		top: 0;
		width: 100%;
		background-color: #FFF;
		z-index: 20;
	}

	.sj-nav {
		position: relative;
		border-bottom: 1px solid #dfdfdf;

	}

	.sj-nav .nav-menu {
		position: relative;

		border-top: 1px solid #e2e2e2;
		width: 100%;
		left: 0;

		display: none;
		background-color: #FFF;
		z-index: 5;
	}

	.sj-nav .nav-menu ul li {
		padding: 10px;
		border-bottom: 1px solid #E2E2E2;
		position: relative;
	}

	.sj-nav .nav-menu ul li a {
		line-height: 30px;

		color: #333;
		font-weight: 700;

	}

	.sj-nav .nav-menu ul li .nav-menu-li-top {
		position: relative;
	}

	.sj-nav .nav-menu ul li .jt {
		position: absolute;
		right: 0;
		top: 50%;
		padding: 10px;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
	}

	.sj-nav .nav-menu ul li .jt img {
		width: 20px;
	}

	.sj-nav .sj-nav-main {
		padding: 10px 10px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		/*Opera9.6*/
		-ms-box-sizing: border-box;
		/*IE8*/
		box-sizing: border-box;
	}

	.sj-nav .sj-nav-main:after {
		content: "";
		display: table;
		visibility: hidden;
		clear: both;
	}

	.sj-nav .sj-nav-main .logo {
		width: 149px;
		height: 56px;
		background: url(../images/logo.png) no-repeat left center;
		background-size: 90px;
		float: left;
	}

	.sj-nav .sj-nav-main .sj-nav-right {
		float: right;
		padding: 12px 0;
		position: relative;
		padding-right: 50px;
	}

	.sj-nav .sj-nav-main .sj-nav-right a {
		font-size: 14px;
		display: inline-block;
		padding: 0 5px;
		line-height: 30px;
		color: #333;
		font-weight: 700;

	}

	.sj-nav .sj-nav-main .sj-nav-right .img {
		display: block;
		position: absolute;
		right: 0;
		height: 30px;
		top: 12px;
		width: 30px;
	}

	.sj-nav .sj-nav-main .sj-nav-right .img img {
		width: 30px;
	}
}

@media screen and (max-width: 1440px) {

	.nav-btm .nav-btm-main {
		width: 100%;
		max-width: 1348px;
		margin: 0 auto;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		/*Opera9.6*/
		-ms-box-sizing: border-box;
		/*IE8*/
		box-sizing: border-box;
		padding: 0 92px;
	}

	.part_title {
		font-size: 24px;
		line-height: 30px;
		font-weight: 700;
	}

	.part_title .more {
		display: inline-block;
		/* background-color: #feaf48; */
		color: #1A1A1A;
		font-size: 12px;
		float: right;
		line-height: 30px;
		/* width: 90px; */
		text-align: center;
		margin-left: 20px;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-o-border-radius: 10px;
		display: flex;
		align-items: center;
	}

	.part_title .more .more_icon1 {
		width: 8px;
		height: 8px;
		margin-left: 2px;
		display: none;
	}

	.part_title .more .more_icon2 {
		width: 4px;
		height: 7px;
		margin-left: 2px;
	}

	.part_title .more:hover {
		color: #4e229a
	}

	.part_title .more:hover .more_icon1 {
		display: block;
	}

	.part_title .more:hover .more_icon2 {
		display: none;
	}

	.foot-main {
		padding: 10px 0;
	}

	.nav-mian .nav-mian-logo {}

	.nav-mian .nav-right {
		-webkit-box-flex: 1;
		-moz-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
		text-align: right;
		line-height: 70px;
		/* position: absolute;
		right: 30px; */
	}

	.nav-mian .nav-right a {
		display: inline-block;
		padding: 0 20px;
	}

	.nav-mian .nav-center ul li a {}
}

@media screen and (max-width: 962px) and (min-width: 1111px) {
	.part_title {
		font-size: 24px;
		line-height: 30px;
		padding: 0 25px;
		font-weight: 700;
	}

	.part_title .more {
		display: inline-block;
		/* background-color: #feaf48; */
		color: #1A1A1A;
		font-size: 12px;
		line-height: 30px;
		float: right;
		width: 90px;
		text-align: center;
		margin-left: 20px;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-o-border-radius: 10px;
	}

	.nav-center {
		padding-left: 10px;
	}
}

@media screen and (min-width: 801px) and (max-width: 1200px) {
	.nav-btm1 .nav-btm-main {
		padding: 0 30px !important;
	}

	.nav-btm1 .nav-btm-main ul li {
		width: 25% !important;
	}

	.nav-mian .nav-right a {
		display: inline-block;
		padding: 0 10px;
	}

	.top3 {
		display: block;
	}

	.top1,
	.top2 {
		display: none;
	}
}


@media screen and (min-width: 1401px) {
	.nav-mian .nav-center {
		max-width: 1148px;
		padding: 0;
		margin: 0 auto;
	}

	.wrap {
		padding-top: 70px;
	}

	.top1 {
		display: none;
	}

	.nav-mian .nav-center ul li {
		float: left;

		padding: 0 10px 0;
	}

	.foot .foot-main {
		max-width: 1348px;
		margin: 0 auto;
		padding: 30px 0;
		position: relative;
	}

	.nav-mian {
		max-width: 1148px;
		margin: 0 auto;
		padding: 0;
		-moz-box-sizing: border-box;
		/* -webkit-box-sizing: border-box; */
		/* -o-box-sizing: border-box;
		-ms-box-sizing: border-box; */
		/* box-sizing: border-box; */
		/* display: -webkit-box; */
		/* display: -moz-box;
		display: -ms-flexbox; */
		/* display: -webkit-flex; */
		/* display: flex; */
		position: relative;
		height: 100%;
		/* display: grid;
		    grid-template-columns: auto 1fr auto */
	}
}

@media screen and (min-width: 1300px) {
	.nav-mian .nav-center ul li {
		float: left;

		padding: 0 10px 0;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
	.top1 {
		display: block;
	}

	.top {
		height: auto;
		overflow: hidden;
	}

	.top2,
	.top3 {
		display: none;
	}

	.nav-btm1 .nav-btm-main {
		padding: 0 92px !important;
	}
}


.place {
	font-size: 14px;
	width: 100%;
	max-width: 1348px;
	margin: 0 auto;
	margin: 0 -30px;
	padding: 16px 0;

}

.place a {
	margin: 0 30px;
	color: #333;
	display: inline-block;
}

.part1_main_add_right {
	width: 50%;
	padding: 0 80px 0 60px;
	display: grid;
	grid-template-columns: 1fr auto;
	grid-gap: 0 20px;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	box-sizing: border-box;
	justify-content: center;
	align-items: center;
}

.part1_main_add_right_log {
	width: calc(100% - 30px);
}

.part1_main_add_right_luopan {
	width: 110px;
}