@charset "utf-8";

* {
	padding: 0;
	margin: 0;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	min-height: 100%;
	font-size: 14px;
	line-height: 1.5;
	color: #222;
	background: #fff;
	font-family: 'Microsoft YaHei';
}

@font-face {
	font-family: 'FZ';
	src: url('../icon/FZQTJW.woff');
}

@font-face {
	font-family: 'FZQTJW';
	src: url('../icon/FZQTJW.woff');
}


.text-primary {
	color: #2088e6;
}

img {
	border: 0;
	vertical-align: top;
}

ul {
	margin: 0;
}

li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #222;
}
/*
input,
button {
	-webkit-appearance: none;
	border-radius: 0;
}
*/
button {
	cursor: pointer;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

textarea {
	resize: none;
	overflow: auto;
}

input,
button,
textarea,
select {
	border: 0;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: transparent;
}

select {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	white-space: nowrap;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select::-ms-expand {
	display: none;
}

table {
	border-collapse: collapse;
}

.scale {
	display: block;
	overflow: hidden;
}

.scale img {
	transition: 0.6s all;
}

.scale:hover img {
	transform: scale(1.06);
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	zoom: 1;
}

.clear:after {
	content: '';
	display: block;
	clear: both;
}

.flex-center {
	display: flex;
	align-items: center;
}

.flex {
	display: flex;
}

.flex_bd {
	flex: 1;
	min-width: 0;
}


.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* 显示两行文字 */
.line-2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.line-3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}


@media (min-width: 1300px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1250px;
	}
}

.navbar-logo {
	display: flex;
	align-items: center;
}



.logo-icon {
	padding-top: 9px;
}


.head .navbar {
	padding: 20px 0;
	width: 100%;
}

/* .navbar-nav {
	padding: 10px 0;
}
 */
.navbar-nav a {
	color: #000000;
}


.navbar-nav .nav-item .nav-link {
	font-size: 16px;
	line-height: 30px;
	color: #F3F2F3;
	padding: 22px;
	position: relative;
	display: block;
}


.navbar-nav .nav-item:first-child .nav-link {
	padding-left: 0;
}


.navbar-nav .nav-item:first-child .nav-link::after {
	display: none;
}


.nav-item .nav-link::after {
	position: absolute;
	content: '';
	left: 0;
	top: 50%;
	width: 1px;
	height: 20px;
	transform: translateY(-50%);
	background: #2E9EF2;
}

/* .nav-link:hover {
	color: #1F3696;
	font-weight: bold;
} */


.nav-item {
	position: relative;
}

.language-list a {
	font-size: 16px;
	color: #FFFFFF;
	margin-left: 10px;
}

.language-list a.current {
	color: #FEEC00;
}

.language-list a:hover {
	color: #FEEC00;
}

.navbar-right {
	display: flex;
	align-items: center;
	position: relative;
}

.c-switch {
	display: none;
	width: 24px;
	height: 24px;
	cursor: pointer;
	margin-top: 6px;
	margin-right: 16px;
}

.c-switch i {
	position: relative;
	display: block;
	height: 2px;
	background: #fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.c-switch i:nth-child(1) {
	top: 0;
}

.c-switch i:nth-child(3) {
	bottom: 0;
}

.c-switch i:nth-child(2) {
	margin: 6px 0;
}

body.c-open {
	overflow: hidden;
}

body.c-left {
	overflow: hidden;
}

body.c-open .c-switch i:nth-child(2) {
	opacity: 0;
}

body.c-open .c-switch i:nth-child(1) {
	top: 8px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

body.c-open .c-switch i:nth-child(3) {
	bottom: 8px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


.c-open .navbar-collapse {
	position: fixed;
	right: 0;
	top: 60px;
	bottom: 0;
	background: #191919;
	width: 100%;
	z-index: 9;
	background-color: rgba(0, 0, 0, 0.7);
	display: block !important;
	transition: all 0.5s;
}


.c-open .navbar-nav {
	background: rgba(0, 0, 0, 0.5);
	height: 100%;
}

.c-open .nav-item {
	padding: 0;
}


.c-open .navbar-collapse .navbar-right {
	padding-left: 28px;
}



.c-open .navbar-nav .nav-item {
	margin-left: 0;
}


.foot {
	background-color: #18498f;
	position: relative;
}

.foot-main {
	padding: 30px 0;
}

.foot-main .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 108px;
}


.foot-copyright {
	font-size: 16px;
	color: #f3f2f3;
	line-height: 2;
}

.foot-left {
	display: flex;
	align-items: center;
}

.foot-logo {
	margin-right: 10px;
}

.foot-right {
	display: flex;
	align-items: center;
	margin-left: auto;
}

.foot-tel,
.foot-email {
	font-size: 16px;
	color: #f3f2f3;
	margin-left: 30px;
}


.foot-code img {
	width: 68px;
	height: 68px;
}


#c-header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 101;
	background-color: rgba(24, 73, 143, 0.75);
}

.index-banner {
	padding-top: 100px;
	padding-bottom: 20px;
	background-image: url('../images/index-banner.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

/* #c-header.c-style2 .navbar {
	box-shadow: 0 0 2px rgba(102, 102, 102, 0.2);
} */

.navbar-logo .on {
	display: none;
}

#c-header.c-style2 .navbar-logo .on {
	display: block;
}

/*
.modal-dialog {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: 0;
}
*/

.modal.fade .modal-dialog {
	transform: translate(-50%, -200%);
}

.modal.show .modal-dialog {
	transform: translate(-50%, -50%);
}

.c-open .navbar-nav .nav-item .nav-link {
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	padding: 10px !important;
	text-align: center;
}

.c-open .navbar-nav .nav-item .nav-link::after {
	display: none;
}

.c-open .navbar-nav .nav-item {
	margin: 0 20px;
}


.gutters20 {
	margin: 0 -10px;
}

.gutters20>div {
	padding: 0 10px;
}

.index-banner__flex {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin: 30px 0 80px;
}

.index-banner__right {
	width: 62.3%;
}

.index-banner__left {
	width: 33.12%;
	margin-left: -35px;
}

.index-banner__logo img {
	max-width: 100%;
}

.index-banner__title img {
	max-width: 100%;
}

.index-banner__member {
	text-align: center;
	font-size: 24px;
	color: #2764a9;
	line-height: 1;
	margin-top: -20px;
}

.index-banner__member span {
	font-size: 30px;
	text-decoration: underline;
	font-style: italic;
	margin: 0 8px;
}

.index-banner__desc {
	font-size: 18px;
	color: #0c3466;
	line-height: 32px;
	margin-bottom: 20px;
}

.index-banner__links a {
	width: 144px;
	height: 40px;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	background: #35B8AD;
	line-height: 40px;
	text-align: center;
	border-radius: 5px;
	margin-right: 32px;
}

.index-banner__links a.apply-member {
	background: #FFB400;
}

.index-banner__box {
	padding: 0 14px;
	background-image: url('../images/index-banner-box.png');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% auto;
}

.index-banner__inner {
	height: 192px;
	border: 1px solid #ffffff;
	border-radius: 5px;
	background-image: linear-gradient(#fff, #f5f5f5);
	box-shadow: 0 8px 5px rgba(0, 0, 0, 0.2);
	display: flex;
}


.index-banner__item {
	text-align: center;
	padding-top: 16px;
}

.index-banner__item__title {
	line-height: 1;
	font-size: 18px;
	font-weight: 400;
	color: #CD3A07;
	margin-bottom: 10px;
}

.index-banner__item__desc {
	font-size: 14px;
	font-weight: 400;
	color: #4F4F4F;
	line-height: 24px;
	width: 60%;
	margin: 0 auto;
}

.section {
	padding: 80px 0;
}

.section-title {
	font-size: 42px;
	color: #1b5ba6;
	text-align: center;
	line-height: 1;
}

.section-head {
	text-align: center;
	margin-bottom: 80px;
}

.speech-desc p {
	font-size: 17px;
	color: #121010;
	line-height: 42px;
	text-indent: 2em;
	margin: 0 0 20px 0;
}

.speech-people {
	margin-top: 10px;
	text-align: right;
}

.speech-work {
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	color: #000000;
	margin-top: 14px;
}

.speech-desc p:last-child {
	margin-bottom: 0;
}

.speech-desc {
	margin-top: -5px;
}

.speech-pic {
	text-align: right;
}

.speech-pic img {
	max-width: 100%;
}

.section-bg {
	background-image: url('../images/section_bg.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	padding: 150px 0;
	background-size: cover;
}

.news-pic {
	text-align: left;
	padding-right: 26px;
}

.news-pic img {
	max-width: 100%;
}

.news-collapse {
	background-color: #ffffff;
}

.news-collapse+.news-collapse {
	margin-top: 7px;
}

.news-collapse__bd {
	font-size: 14px;
	color: #7b7979;
	line-height: 2;
	display: none;
	height: 109px;
	overflow: hidden;
}

.news-collapse__hd {
	font-size: 16px;
	color: #030303;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	
}

.news-collapse__icon {
	margin-left: 10px;
}


.news-collapse.on .news-collapse__bd {
	display: block;
}

.news-collapse.on .news-collapse__title {
	font-size: 20px;
	color: #CD3A07;
}


.news-collapse__bd {
	padding: 0 25px 25px;
}

.find-link {
	display: block;
	background: #E7F3FC;
	padding: 30px;
}

.find-link__title {
	font-size: 18px;
	color: #1e1e1e;
	/* font-weight: 600; */
	margin-bottom: 15px;
	line-height: 30px;
	height: 60px;
}

.find-link__desc {
	font-size: 14px;
	color: #1E1E1E;
	opacity: 0.8;
	margin-bottom: 10px;
	line-height: 22px;
	height: 66px;
}

.find-link__member {
	font-size: 14px;
	color: #1B5BA6;
	margin-bottom: 27px;
	height: 42px;
	overflow: hidden;
}

.find-link .btn {
	width: 116px;
	line-height: 22px;
	background: #1B5BA6;
	border-radius: 5px;
	font-size: 14px;
	color: #FFFFFF;
	box-shadow: unset;
	padding: 7px;
}

.speech-box {
	position: relative;
}

.swiper-pagination-btns {
	margin: 0 -60px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
}

.swiper-pagination-btns .swiper-button-next,
.swiper-pagination-btns .swiper-button-prev {
	width: 46px;
	height: 46px;
	border: 1px solid #cecfd0;
	border-radius: 50%;
	background: unset;
	text-align: center;
	line-height: 46px;
	color: #666;
}

.swiper-pagination-btns .swiper-button-next::after,
.swiper-pagination-btns .swiper-button-prev::after {
	font-size: 16px;
}

.swiper-pagination-btns .swiper-button-next:hover,
.swiper-pagination-btns .swiper-button-prev:hover {
	background-color: #1B5BA6;
	border-color: #1B5BA6;
	color: #fff;
}

.meet-lg {
	position: relative;
}

.meet-lg img {
	max-width: 100%;
	height: auto !important;
}


.meet-lg__content {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.66);
	padding: 15px;
	text-align: center;
}

.meet-lg__content a {
	font-size: 14px;
	color: #ff3c00;
	padding: 4px 18px;
	line-height: 2;
	background-color: #fff;
	border-radius: 18px;
	display: inline-block;
}

.meetSwiper {
	height: 398px;
	padding-bottom: 16px;
}

.meetSwiper .swiper-slide {
	height: calc((100% - 32px) / 2);
	background-color: #FFF;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.meetSwiper>.swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column;
}

.meetSwiper .swiper-pagination {
	bottom: 0;
}

.meetSwiper .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	background-color: transparent;
	opacity: 1;
	border: 2px solid #fff;
}

.meetSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #fff;
}

.meet-link {
	display: block;
	padding: 15px 15px 0;
	height: 100%;
	width: 100%;
}

.meet-link__pic img {
	width: 100% !important;
	height: auto !important;
}

.meet-link__content {
	padding-top: 10px;
}

.meet-link__title {
	text-align: center;
	font-size: 12px;
	color: #000000;
	margin-bottom: 5px;
}

.meet-link__info {
	font-size: 12px;
	color: #626262;
	text-align: center;
}

.active-link {
	display: block;
}

.active-link__pic {
	padding-right: 10px;
	background-image: url('../images/active_bg.png');
	background-repeat: no-repeat;
	background-size: cover;
}

.active-link__pic img {
	width: 100%;
	height: 247px;
}

.active-link__content {
	padding-top: 30px;
}

.active-link__title {
	font-size: 20px;
	color: #010101;
	margin-bottom: 10px;
}

.active-link__info {
	font-size: 14px;
	color: #a8a8a8;
	line-height: 24px;
	margin-bottom: 14px;
}

.active-link__info span {
	display: inline-block;
}

.active-link__desc {
	font-size: 14px;
	color: #4b4a4a;
	line-height: 24px;
	margin-bottom: 30px;
}

.active-link__content .btn {
	font-size: 14px;
	color: #2195ef;
	line-height: 20px;
	padding: 4px 18px;
	box-shadow: unset;
	border: 1px solid #bee2fd;
}

.become-member img {
	max-width: 100%;
}

.memner-question .apply {
	font-size: 14px;
	color: #fff;
	width: 138px;
	display: block;
	line-height: 34px;
	text-align: center;
	background-color: #008eff;
	border-radius: 4px;
}

.question-list__title {
	font-size: 18px;
	color: #1a2e44;
	padding-left: 12px;
	position: relative;
	line-height: 26px;
	margin-bottom: 6px;
}

.question-list__title::before {
	position: absolute;
	content: '';
	left: 0;
	top: 4px;
	height: 18px;
	width: 2px;
	background-color: #008eff;
}

.question-list__answer {
	font-size: 14px;
	color: #1a2e44;
	line-height: 24px;
	opacity: 0.8;
}

.question-list li {
	padding: 20px 0 15px;
	border-bottom: 1px dashed rgba(0, 142, 255, 0.3);
}

.question-list {
	margin-bottom: 22px;
}

.question-list li:first-child {
	padding-top: 0;
}

.index-section6 {
	padding-bottom: 120px;
	background-image: url('../images/section_bg2.jpg');
}

.foot-info {
	display: flex;
	align-items: center;
}


.reg-banner .index-banner__flex {
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 3px 0;
}

.reg-banner .index-banner__left {
	margin-left: 0;
	width: 23.5%;
}

.reg-banner {
	padding-bottom: 0;
	background-size: contain;
}

.reg-content {
	display: flex;
	background-color: #fff;
}

.reg-left {
	background-color: #ffffff;
	width: 202px;
	margin-right: 2px;
}

.reg-left__head {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: #5faeff;
	padding: 15px;
	border-bottom: 1px solid rgba(95, 174, 255, 0.2);
	line-height: 1;
}

.reg-left__head .iconfont {
	font-size: 24px;
}

.reg-left__head b {
	font-style: oblique;
	margin-left: 18px;
}

.reg-left__body {
	padding: 20px 0;
}

.reg-list li a {
	display: block;
	/* text-align: center; */
	font-size: 16px;
	color: #666;
	padding: 15px;
	padding-left: 30px;
	line-height: 26px;
}

.reg-list li.active a {
	color: #fff;
	background: #5FAEFF;
}

.reg-right__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #ffffff;
	border-bottom: 1px solid #f6f6f6;
	border-left: 2px solid #f6f6f6;
	padding: 15px;
}

.reg-right {
	background-color: #f6f6f6;
}

.reg-title {
	font-size: 16px;
	color: #000000;
	opacity: 0;
}

.reg-breadcrumb a {
	font-size: 16px;
	color: #60aaf5;
}

.reg-breadcrumb span {
	font-size: 14px;
	color: #60aaf5;
	margin: 0 10px;
}

.reg-right__body {
	padding: 20px;
}

.reg-right__title {
	text-align: center;
	font-size: 28px;
	color: #5faeff;
	padding: 27px 0;
}

.reg-tab {
	overflow: hidden;
	background-color: #fff;
	min-height: 550px;
}

.reg-tab__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.reg-tab__title span {
	transform: skew(-15deg);
	display: block;
	text-align: center;
}

.reg-tab__title {
	background-color: #5faeff;
	color: #FFF;
	opacity: 1;
	font-size: 16px;
	line-height: 2;
	padding: 9px;
	transform: skew(15deg);
	width: 23%;
	margin-left: -20px;
}

.reg-tab .layui-tab-title {
	display: flex;
	flex-wrap: nowrap;
	margin-left: -20px;
	height: 50px;
	border: 0;
}

.reg-tab .layui-tab-content {
	padding: 50px 0;
	background-color: #fff;
}

.reg-tab .layui-tab-title li {
	font-size: 16px;
	color: #666666;
	line-height: 2;
	padding: 9px;
	transform: skew(15deg);
	background-color: #f6f6f6;
	width: 22.5%;
	text-align: center;
	margin-right: 10px;
	border: 1px solid #eeeeee;
	pointer-events: none;
}

.reg-tab .layui-tab-title li:first-child::before {
	position: absolute;
	content: '';
	left: 20px;
	top: 0;
	bottom: 0;
	transform: skew(-15deg);
	width: 1px;
	background-color: #eee;
}

.reg-tab .layui-tab-title li span {
	transform: skew(-15deg);
	display: block;
}

.reg-tab .layui-tab-title li:first-child {
	padding-left: 20px;
}

.reg-tab .layui-tab-title li.layui-this {
	background-color: #5faeff;
	color: #FFF;
	opacity: 1;
	border-color: #5faeff;
}

.reg-tab .layui-tab-title li.layui-this::after {
	display: none;
}


.reg-tab .layui-tab-title li.layui-this:first-child::before {
	background-color: #5faeff;
}

.reg-form__item {
	display: flex;
	margin-bottom: 14px;
}

.reg-form__item__label {
	text-align: right;
	width: 130px;
	padding-right: 10px;
	font-size: 16px;
	font-weight: 400;
	color: #262626;
	line-height: 38px;
}

.required {
	color: #fe0000;
}

.reg-form {
	width: 80%;
	margin: 0 auto;
}

.reg-form .form-control {
	border: 1px solid #ebebeb;
	border-radius: 0;
	padding: 0 15px;
	box-shadow: unset;
}

.reg-form .layui-input-block {
	margin-left: 130px;
}

.reg-form .layui-form-label {
	width: 130px;
	font-size: 16px;
	color: #262626;
	padding: 9px 9px 9px 0;
}

.reg-form .layui-form-item {
	margin-bottom: 6px;
}

.phont-group__left {
	width: 155px;
	margin-right: 15px;
}

.phont-group {
	display: flex;
}


.layui-form-line {
	height: 1px;
	border-bottom: 1px dashed #E3E3E3;
	margin-bottom: 40px;
}


.reg-form .layui-form-foot {
	margin-bottom: 0;
	text-align: center;
	border-top: 1px solid #E3E3E3;
	padding-top: 70px;
	margin-top: 130px;
}

.reg-form .layui-form-foot .layui-btn {
	font-size: 18px;
	width: 200px;
	background-color: #E6984B;
	height: 44px;
	line-height: 44px;
}

.layui-input,
.layui-select,
.layui-textarea {
	border-color: #E3E3E3;
}

.get-code {
	background: #5FAEFF;
	/* border-radius: 4px; */
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
}

.layui-group-flex {
	display: flex;
	margin-right: -10px;
}

.checkBox-group .layui-form-checkbox {
	padding-right: 0;
}

.checkBox-group .layui-form-checkbox span {
	width: 100px;
	text-align: center;
	background-color: #F2F2F2;
	color: #666666;
}

.checkBox-group .layui-form-checked span,
.checkBox-group .layui-form-checked:hover span {
	background-color: #5FAEFF;
	color: #ffffff;
}

.checkBox-group .layui-icon {
	display: none;
}


.page-become {
	font-size: 24px;
	text-align: center;
	color: #333333;
	margin-bottom: 28px;
}

.page-box {
	margin: 0 auto;
	max-width: 672px;
}


.page-card {
	border: 2px solid #000000;
	border-radius: 20px;
	padding: 30px 20px 15px;
}

.page-card__hd {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.page-card__ft {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.page-card__web p {
	font-size: 14px;
	color: #2766a9;
	font-weight: 600;
}

.page-card__security p {
	font-size: 16px;
	color: #6f6f6f;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.page-card__bd {
	margin: 60px 0;
	display: flex;
	justify-content: center;

}


.page-card__code {
	width: 94px;
	margin-right: 32px;
}

.page-card__code img {
	width: 94px;
	height: 94px;
}

.page-card__code p {
	font-size: 16px;
	color: #333333;
	text-align: center;
	font-weight: 600;
	margin-top: 10px;
}

.page-card__name {
	font-size: 24px;
	color: #333333;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 12px;
}

.page-card__number {
	font-size: 24px;
	color: #333333;
	line-height: 1.2;
	font-weight: bold;
	margin-bottom: 12px;
}

.page-card__number p {
	font-size: 14px;
}


.page-card__valid {
	font-size: 24px;
	color: #333333;
	line-height: 1.2;
	font-weight: bold;
}

.page-card__valid p {
	font-size: 14px;
}

.page-complete {
	text-align: center;
	padding-top: 40px;
}

.page-complete .layui-btn {
	font-size: 18px;
	width: 200px;
	background-color: #E6984B;
	height: 44px;
	line-height: 44px;
}


.layui-form-radio:hover *,
.layui-form-radioed,
.layui-form-radioed>i {
	color: #5faeff;
}

.layui-form-select dl dd.layui-this {
	background-color: #5faeff;
}

.layui-laydate .layui-laydate-content .layui-this {
	background-color: #5faeff !important;
}

.layui-laydate .layui-laydate-header i:hover,
.layui-laydate .layui-laydate-header span:hover {
	color: #5faeff;
}

@media (min-width:1500px) {
	.swiper-pagination-btns {
		margin: 0 -90px;
	}
}

@media (max-width:1300px) {
	.index-banner__desc {
		font-size: 16px;
		line-height: 28px;
	}

	.index-banner__item__title {
		font-size: 16px;
	}

	.index-banner__item__icon img {
		width: 64px;
		height: 64px;
	}

	.index-banner__inner {
		height: 180px;
	}

	.navbar-nav .nav-item .nav-link {
		line-height: 50px;
	}

	.head .navbar {
		padding: 15px 0;
	}

	.section-title {
		font-size: 32px;
	}

	.speech-desc p {
		font-size: 14px;
		line-height: 30px;
	}

	.speech-work {
		font-size: 14px;
	}

	.news-collapse__hd {
		font-size: 14px;
		padding: 17px;
	}

	.news-collapse.on .news-collapse__title {
		font-size: 18px;
	}

	.news-collapse__bd {
		font-size: 12px;
		height: 97px;
	}

	.find-link__title {
		font-size: 16px;
		line-height: 26px;
		height: 52px;
	}

	.active-link__title {
		font-size: 18px;
	}

	.question-list li {
		padding: 15px 0;
	}

	.index-banner {
		padding-top: 80px;
	}


}


@media (max-width:1200px) {
	.navbar-nav .nav-item .nav-link {
		font-size: 14px;
		padding: 0 15px;
	}

	.language-list a {
		font-size: 14px;
	}

	.foot-copyright {
		font-size: 14px;
	}

	.foot-tel,
	.foot-email {
		font-size: 14px;
	}

	.question-list__answer {
		font-size: 12px;
		line-height: 20px;
	}

	.question-list__title {
		font-size: 16px;
	}

	.active-link__pic img {
		height: 182px;
	}

	.meet-link__title {
		font-size: 14px;
	}

	.meet-link {
		padding: 10px 10px 0;
	}


	.index-banner__member {
		font-size: 20px;
	}

	.index-banner__member span {
		font-size: 24px;
	}

	.reg-tab .layui-tab-title li {
		font-size: 14px;
	}

	.reg-tab .layui-tab-title {
		margin-left: -10px;
	}

	.reg-form .layui-form-label {
		font-size: 14px;
	}

	.reg-right__title {
		font-size: 24px;
	}

	.reg-list li a {
		font-size: 16px;
	}

	.page-box {
		margin: 0 50px;
	}

	.page-card__web p {
		font-size: 14px;
	}

	.page-card__security p {
		font-size: 14px;
	}

	.page-card__code p {
		font-size: 14px;
	}

	.page-card__name {
		font-size: 20px;
	}

	.page-card__valid {
		font-size: 20px;
	}

	.page-card__valid p {
		font-size: 12px;
	}

	.page-card__number {
		font-size: 20px;
	}

	.page-card__number p {
		font-size: 12px;
	}

	.reg-form .layui-form-foot .layui-btn {
		font-size: 16px;
	}

	.speech-name {
		font-size: 30px;
	}

	.reg-tab .layui-tab-title li:first-child::before {
		left: 10px;
	}


}

@media (max-width:992px) {
	.c-switch {
		display: block;
	}

	.index-banner {
		padding-top: 60px;
	}

	.index-banner__desc {
		font-size: 13px;
		line-height: 24px;
	}

	.index-banner__flex {
		margin-bottom: 50px;
	}

	.index-banner__item__desc {
		font-size: 12px;
		line-height: 20px;
	}

	.index-banner__item__title {
		font-size: 14px;
	}

	.index-banner__item__icon img {
		width: 54px;
		height: 54px;
	}

	.index-banner__inner {
		height: 160px;
	}

	.index-banner__item__desc {
		width: 90%;
	}

	.index-banner__box {
		background-position: center center;
	}

	.news-collapse.on .news-collapse__title {
		font-size: 16px;
	}

	.find-link {
		padding: 15px;
	}

	.find-link__title {
		font-size: 14px;
		line-height: 22px;
		height: 44px;
	}

	.find-link__desc {
		font-size: 12px;
		line-height: 16px;
		height: 48px;
	}

	.find-link__member {
		font-size: 12px;
		height: 36px;
	}

	.find-link .btn {
		font-size: 12px;
		line-height: 16px;
		width: 100px;
	}

	.swiper-pagination-btns .swiper-button-next,
	.swiper-pagination-btns .swiper-button-prev {
		width: 32px;
		height: 32px;
	}

	.swiper-pagination-btns .swiper-button-next::after,
	.swiper-pagination-btns .swiper-button-prev::after {
		font-size: 12px;
	}

	.meetSwiper {
		height: 450px;
	}

	.active-link__title {
		font-size: 14px;
	}

	.active-link__info {
		font-size: 12px;
		line-height: 20px;
	}

	.active-link__desc {
		line-height: 20px;
		font-size: 12px;
		margin-bottom: 20px;
	}

	.active-link__content {
		padding-top: 20px;
	}

	.active-link__content .btn {
		font-size: 12px;
	}



	.foot-info {
		display: block;
	}



	.foot-tel,
	.foot-email {
		margin-left: 10px;
	}

	.index-banner__member {
		font-size: 16px;
	}

	.index-banner__member span {
		font-size: 20px;
	}

	.reg-list li a {
		font-size: 14px;
		line-height: 20px;
	}

	.reg-left {
		width: 150px;
	}

	.reg-right__body {
		padding: 15px;
		max-width: 100%;
	}



	.reg-left__head {
		font-size: 16px;
		padding: 11px 15px;
	}

	.reg-left__head .iconfont {
		font-size: 20px;
	}


	.reg-left__head b {
		margin-left: 8px;
	}

	.page-card__bd {
		margin: 30px 0;
	}

	/* .reg-content{
		display: block;
	} */

}

.findSwiper,
.activeSwiper {
	padding-bottom: 30px;
}

.findSwiper .swiper-pagination,
.activeSwiper .swiper-pagination {
	bottom: 0;
}

.speech-name {
	font-size: 36px;
	line-height: 1;
	color: #000000;
	font-family: 'FZQTJW';
}

@media (min-width:768px) {

	.findSwiper .swiper-pagination,
	.activeSwiper .swiper-pagination {
		display: none;
	}
}


@media (max-width:768px) {
	.reg-tab .layui-tab-title li span {
		width: 42px;
		overflow: hidden;
		margin: 0 auto;
	}


	.section {
		padding: 30px 0;
	}

	.reg-content {
		display: block;
	}

	.section-head {
		margin-bottom: 30px;
	}

	.section-title {
		font-size: 24px;
	}

	.speech-name {
		font-size: 24px;
	}


	.speech-pic img {
		width: 100%;
	}

	.news-pic {
		padding-right: 0;
		margin-bottom: 7px;
	}

	.news-pic img {
		width: 100%;
	}

	.section-bg {
		background-color: #e4f1fc;
		background-image: url('../images/section_bg3.jpg');
	}


	.meet-lg img {
		width: 100%;
	}

	.meet-link__info span {
		display: block;
		text-align: left;
		white-space: nowrap;
	}

	.meetSwiper .swiper-slide {
		height: calc((100% - 20px) / 2);
	}

	.meetSwiper {
		height: 400px;
	}

	.meetSwiper .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
		border-width: 1px;
	}

	.active-link__pic img {
		height: 105px;
	}

	.become-member img {
		width: 100%;
	}


	.head .navbar {
		padding: 15px;
	}

	.foot-main .container {
		display: block;
		height: auto;
	}

	.foot-info {
		padding-left: 13px;
	}

	.foot-left {
		margin-bottom: 20px;
	}

	.swiper-pagination-btns {
		margin: 0;
		display: none;
	}

	.index-banner__flex {
		align-items: flex-start;
		margin-bottom: 30px;
	}

	.index-banner__left {
		margin-left: 0;
	}

	.index-banner__links a {
		font-size: 12px;
		width: 100px;
		margin-right: 10px;
	}

	.index-banner__links a:last-child {
		margin-right: 0;
	}

	.index-banner__desc {
		font-size: 12px;
		line-height: 20px;
	}

	.index-banner__box {
		padding: 0;
	}

	.index-banner__item {
		padding: 10px;
	}

	.index-banner__item__title {
		line-height: 20px;
		height: 40px;
	}

	.index-banner__item__desc {
		width: 100%;
	}

	.index-banner__item__icon img {
		width: 44px;
		height: 44px;
	}

	.index-banner__member {
		margin-top: 0;
	}

	.index-banner__member span {
		display: block;
		padding: 5px 0;
	}


	.reg-right__title {
		font-size: 20px;
		padding: 12px 0 0;
	}

	.reg-right__body {
		padding: 0;
		padding-top: 10px;
		background-color: #fff;
	}

	.reg-form {
		width: 100%;
		padding-right: 10px;
	}

	.reg-form .layui-form-label {
		width: 115px;
		padding: 9px 5px 9px 0;
	}

	.reg-form .layui-input-block {
		margin-left: 115px;
	}

	.phont-group__left {
		width: 100px;
		margin-right: 10px;
	}

	.reg-form .layui-form-item .layui-input-inline {
		margin-left: 0;
	}

	.reg-form .layui-form-foot {
		margin-top: 30px;
		padding-top: 30px;
	}

	.reg-form .layui-form-foot .layui-btn {
		font-size: 14px;
		width: 100px;
	}

	.reg-tab .layui-tab-content {
		padding: 30px 0;
	}

	.layui-group-flex {
		margin-right: 0;
	}

	.reg-form .layui-group-flex .layui-input-inline+.layui-input-inline {
		margin-left: 10px;
	}

	.reg-tab .layui-tab-title {
		height: 40px;
	}

	.reg-tab .layui-tab-title li {
		line-height: 20px;
	}



	.page-become {
		font-size: 20px;
	}

	.page-box {
		margin: 0 10px;
	}


	.page-card__web {
		margin-right: 10px;
	}

	.page-card {
		padding: 15px;
	}

	.page-card__name {
		font-size: 14px;
	}

	.page-card__code p {
		font-size: 12px;
		margin-top: 5px;
	}

	.page-card__number {
		font-size: 14px;
	}

	.page-card__valid {
		font-size: 14px;
	}

	.page-card__code {
		margin-right: 12px;
	}

	.page-card__code {
		width: 74px;
	}

	.page-card__code img {
		width: 74px;
		height: 74px;
	}

	.page-card__bd {
		margin: 20px 0;
	}

	.page-card__web p {
		font-size: 12px;
	}

	.page-card__security p {
		font-size: 12px;
	}

	.page-complete .layui-btn {
		font-size: 14px;
		width: 150px;
	}

	.page-card__logo img {
		height: 40px;
	}

	.page-card__text img {
		height: 30px;
	}

	.reg-left {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
		display: none;
	}

	.reg-right__head {
		border-left: 0;
	}

}


.page {
	background-color: #fff;
	position: relative;
}

.page__head {
	height: 80px;
	background-image: linear-gradient(#ebf7ff, #def2fd);
	box-shadow: 0 -20px 10px rgba(54, 153, 255, 0.12) inset;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 30px;
}

.page__title {
	font-size: 26px;
	color: #000000;
}

.page__links a {
	font-size: 16px;
	color: #60aaf5;
}

.page__links span {
	color: #60aaf5;
	margin: 0 10px;
}

.page__body {
	padding: 50px 0;
	display: flex;
}

.page-aside {
	width: 210px;
	position: relative;
	min-height: 400px;
	padding-left: 24px;

}

.page-aside::after {
	position: absolute;
	content: '';
	width: 1px;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: linear-gradient(rgba(54, 153, 255, 0) 0%, rgba(54, 153, 255, 0.3) 5%, rgba(54, 153, 255, 0.3) 95%, rgba(54, 153, 255, 0) 100%);
}

.page-nav {
	width: 152px;
}

.page-nav li a {
	display: block;
	font-size: 20px;
	line-height: 2.5;
	padding-left: 30px;
	color: #666666;
	position: relative;
	border-radius: 25px;
}

.page-nav li {
	margin-bottom: 10px;
}

.page-nav li.active a {
	background-color: #6C8CB0;
	color: #fff;
	font-weight: bold;
}

.page-nav li.active a::after {
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	background-color: #fff;
	border-radius: 50%;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
}



.member-table {
	padding: 30px 40px;
}

.member-table__head {
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	line-height: 1.8;
	padding: 7px;
	color: #000000;
	border-bottom: 1px solid #EBEBEB;
}



.member-tr {
	padding: 20px 0;
	border-top: 1px dashed #d4d4d4;
}

.member-tr__title {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 20px;
}

.text-required {
	font-size: 16px;
	color: #ff0000;
	font-weight: normal;
}

.member-tr__item {
	font-size: 16px;
	color: #333333;
	margin-bottom: 12px;
}

.member-tr__item__label {
	min-width: 80px;
	text-align: right;
	padding-right: 8px;
	float: left;
}

.member-tr__item__block {
	margin-left: 80px;
}

.member-tr__item:last-child {
	margin-bottom: 0;
}

.member-tr__item__block a .iconfont {
	color: #999999;
}

.member-tr1 {
	background-image: url('../images/member_tr_logo.png');
	background-repeat: no-repeat;
	background-position: right bottom 22px;
	margin: 0 -40px;
	padding: 15px 40px 50px;
}

.member-fr p {
	font-size: 16px;
	color: #333333;
	margin-bottom: 10px;
}

.due-tip {
	color: #e10000;
	font-size: 14px;
	margin-top: 10px;
}

a.page-extend {
	font-size: 18px;
	color: #ffffff;
	width: 200px;
	height: 44px;
	display: block;
	background-color: #e6984b;
	text-align: center;
	line-height: 44px;
}

.page-tr__ship {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.page-fr {
	width: 35%;
}

.page-fl {
	width: 60%;
}

.page-card--sm {
	padding: 20px 15px;
}

.page-card--sm .page-card__logo img {
	height: 40px;
}

.page-card--sm .page-card__text img {
	height: 32px;
}

.page-card--sm .page-card__web p {
	font-size: 10px;
}

.page-card--sm .page-card__security p {
	font-size: 10px;
}

.page-card--sm .page-card__code p {
	font-size: 10px;
}

.page-card--sm .page-card__code img {
	width: 54px;
	height: 54px;
}

.page-card--sm .page-card__code {
	width: 60px;
	text-align: center;
	margin-right: 12px;
}

.page-card--sm .page-card__valid {
	font-size: 14px;
}

.page-card--sm .page-card__valid p {
	font-size: 10px;
}

.page-card--sm .page-card__number {
	font-size: 14px;
	margin-bottom: 6px;
}

.page-card--sm .page-card__number p {
	font-size: 10px;
}

.page-card--sm .page-card__name {
	font-size: 14px;
	margin-bottom: 6px;
}

.page-card--sm .page-card__bd {
	margin: 40px 0;
}

.page-tr__track__item p {
	color: #333333;
	font-size: 16px;
	text-align: center;
	height: 48px;
	margin-top: 20px;
}

.page-tr__track__item {
	text-align: center;
	padding-bottom: 50px;
	margin: 0 auto;
	width: 142px;
}

.page-tr__track__item a {
	font-size: 14px;
	color: #b6b6b6;
	display: inline-block;
	border: 1px solid #b6b6b6;
	line-height: 26px;
	padding: 0 15px;
	border-radius: 2px;
	margin-top: 24px;
}

.page-tr__track__item a:hover {
	color: #fff;
	border-color: #5faeff;
	background-color: #5faeff;
}

.page-tr__track__item .circle {
	border: 5px solid #a7d8ff;
	border-radius: 50%;
	background-color: #fff;
	color: #1383ef;
	width: 142px;
	height: 142px;
	line-height: 132px;
	font-size: 30px;
	box-shadow: 0 0 13px rgba(4, 0, 0, 0.21);
}

.table th {
	font-size: 16px;
	color: #333333;
	padding: 15px;
}

.table td {
	font-size: 14px;
	color: #999999;
	line-height: 18px;
	vertical-align: middle;
	padding: 15px;
	border-top: 1px solid #EBEBEB;
}

.table {
	border: 1px solid #EBEBEB;
}

.page-inner {
	margin: 0 50px;
}

.page-inner__title {
	font-size: 30px;
	color: #000000;
	text-align: center;
	line-height: 1;
	margin-bottom: 30px;
}

.page-step {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
	position: relative;
}


.page-step::after {
	position: absolute;
	content: '';
	left: 60px;
	right: 60px;
	top: 28px;
	height: 2px;
	background-image: linear-gradient(to right, #5faeff, #18498f);
}

.page-step__item__circle {
	width: 60px;
	height: 60px;
	border: 2px solid #18498f;
	border-radius: 50%;
	font-size: 16px;
	color: #18498f;
	line-height: 18px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	padding: 10px;
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.17);
	position: relative;
	z-index: 2;
	text-align: center;
}

.page-step__item:first-child .page-step__item__circle,
.page-step__item:last-child .page-step__item__circle {
	background-image: linear-gradient(to bottom right, #5faeff, #18498f);
	border: 0;
}

.page-step__item__title {
	font-size: 16px;
	color: #18498f;
	font-weight: bold;
	margin: 0 -3px;
	line-height: 20px;
}

.page-step__item__desc {
	font-size: 14px;
	color: #18498f;
	line-height: 20px;
	margin-top: 8px;
}

.page-step__item {
	text-align: center;
	width: 60px;
}

.page-step__item__line {
	width: 4px;
	height: 10px;
	margin: 0 auto;
}

.page-article__body {
	border-top: 1px dashed #d4d4d4;
}

.page-article__text h4 {
	font-size: 14px;
	color: #000000;
	line-height: 20px;
	padding: 5px 41px 5px 10px;
	display: inline-block;
	background-image: url('../images/text_bg.png');
	background-repeat: no-repeat;
	background-position: right top;
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
	margin-right: -10px;
}

.page-article__text h4::before {
	position: absolute;
	content: '';
	right: 30px;
	left: 0;
	top: 0;
	height: 30px;
	z-index: -1;
	background-color: #def2fe;
}

.page-article__text p {
	font-size: 14px;
	color: #000000;
	line-height: 20px;
	margin-bottom: 20px;
}

.page-article__text {
	padding: 30px 0;
}

.page-question {
	padding: 30px 0;
}

.page-question h4 {
	font-size: 18px;
	color: #333333;
	line-height: 24px;
	margin-bottom: 24px;
}

.page-question p {
	font-size: 14px;
	color: #333333;
	line-height: 24px;
	/* line-height: 1; */
	margin-bottom: 20px;
}

.teacher-box {
	padding-top: 30px;
}

.teacher-box form {
	padding: 20px 20px 10px;
	background-color: #e9f5ff;
	display: flex;
	flex-wrap: wrap;
}

.teacher-box .layui-form-item {
	border: 2px solid #b3dcf5;
	background-color: #fff;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}

.teacher-box .layui-form-item .layui-form-label {
	width: 60px;
	padding: 9px;
	color: #999999;
}

.teacher-box .layui-form-item .layui-input {
	padding: 0;
	border: 0;
}

.teacher-box .layui-form-item .layui-input-inline {
	width: 106px;
}

.search-btn {
	background-color: #18498f;
	height: 42px;
	display: inline-flex;
	padding: 0 16px;
}

.search-btn .iconfont {
	margin-right: 10px;
	font-size: 26px;
}

.teacher-box .layui-table-view {
	margin: 0;
}

.teacher-box .layui-table-view .layui-table {
	width: 100%;
}

.teacher-box .layui-table thead tr {
	background-color: #eeeeee;
}

.teacher-box .layui-table tbody tr:nth-child(even) {
	background-color: #fafafa;
}

.teacher-box .layui-table tbody tr:hover {
	background-color: #fafafa;
}

.layui-table td,
.layui-table th,
.layui-table-header,
.layui-table-view,
.layui-table-page {
	border: 0;
}

.teacher-box .layui-table-cell {
	height: 60px;
	line-height: 48px;
}

.teacher-box th .layui-table-cell {
	height: 50px;
	line-height: 38px;
}

.teacher-box .layui-table th {
	font-size: 16px;
	color: #666666;
	font-weight: bold;
}

.teacher-box .layui-table td {
	font-size: 16px;
	color: #333333;
}

.layui-table-page {
	text-align: right;
	padding: 10px;
	margin-top: 35px;
}

.layui-table-page .layui-laypage a,
.layui-table-page .layui-laypage span {
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	min-width: 10px;
	text-align: center;
	border: 1px solid #dddddd;
	margin: 0 4px;
	border-radius: 0;
}

.layui-table-page .layui-laypage .layui-laypage-curr {
	border-color: #18498f;
}

.layui-table-page .layui-laypage .layui-laypage-curr .layui-laypage-em {
	background-color: #18498f;
	border-radius: 0;
}

.page-order .layui-table-header {
	opacity: 0;
	display: none;
}

.page-order {
	border-top: 1px dashed #eeeeee;
	padding-top: 40px;
}

.page-order .layui-table td {
	border-bottom: 1px dashed #eeeeee;
}

.page-order .layui-table-cell {
	padding: 6px 8px;
	height: 66px;
	line-height: 54px;
	color: #333;
}

.tab-single {
	background-color: #fff;
	/* padding-top: 10px; */
	margin-top: 20px;
}

.tab-single .layui-tab-content {
	border-top: 0;
}

.tab-single .reg-form .layui-form-foot {
	border-top: 0;
	margin-top: 0;
}

.tab-single .reg-form .layui-form-item {
	margin-bottom: 26px;
}

.teacher-content {
	width: 80%;
	margin: 0 auto;
}

.teacher-pic {
	float: left;
	padding: 0 30px 15px 0;
}

.teacher-pic img {
	width: 180px;
	height: 220px;
	box-shadow: 6px 6px 6px #999999;
}

.teacher-info {
	font-size: 18px;
	color: #333333;
	line-height: 30px;
	margin-bottom: 30px;
}

.teacher-name {
	font-size: 30px;
	font-weight: 500;
	color: #333333;
	margin-right: 20px;
}

.teacher-top {
	font-size: 18px;
	color: rgba(51, 51, 51, 0.5);
	margin-bottom: 50px;
}

.teacher-desc h4 {
	font-size: 24px;
	color: #333333;
	line-height: 30px;
	margin-bottom: 10px;
}

.teacher-desc p {
	font-size: 18px;
	color: #333333;
	line-height: 30px;
}

.teacher-desc {
	border-bottom: 1px solid #efefef;
	padding: 25px 0;
}

.team-item {
	display: flex;
	align-items: center;
	background-color: #f6f6f6;
	padding-right: 20px;
}

.team-item__hd {
	width: 180px;
	margin-right: 25px;
}

.team-item__hd img {
	width: 180px;
	height: 240px;
}

.team-item__name {
	font-size: 24px;
	color: #333333;
}

.team-item__incumbent {
	font-size: 18px;
	color: #333333;
	padding-bottom: 8px;
}

.team-item__desc {
	font-size: 18px;
	color: #333333;
	border-top: 1px solid #dadada;
	padding-top: 8px;
}

.teacher-list {
	margin-top: 25px;
}

.article-link {
	display: flex;
	align-items: center;
	padding: 24px 0;
	border-bottom: 1px solid #efefef;
}

.article-link__bd {
	width: 312px;
	margin-left: 40px;
}

.article-link__bd img {
	width: 312px;
	height: 180px;
}

.article-link__title {
	font-size: 20px;
	color: #1e1e1e;
	margin-bottom: 12px;
}

.article-link__desc {
	font-size: 16px;
	color: #1e1e1e;
	line-height: 28px;
	margin-bottom: 12px;
}

.article-link__time {
	font-size: 14px;
	color: #999999;
}

.teacher-desc:last-child {
	border-bottom: 0;
}

.page-tr__cell {
	padding-left: 40px;
}

.page-tr__cell .page-tr__item {
	color: #262626;
	margin-bottom: 16px;
}

.page-tr__cell .page-tr__item__label {
	width: 140px;
}

.page-tr__cell .page-tr__item__block {
	margin-left: 140px;
}

.text-warning {
	color: #fe8c28;
}

.page-form .layui-form-label {
	width: 140px;
	font-size: 16px;
	color: #262626;
	padding: 9px 8px 9px 0;
}

.input-tip {
	font-size: 14px;
	color: #999999;
	line-height: 38px;
	padding-left: 10px;
	display: inline-block;
}


.page-form .layui-form-radio {
	margin: 0 10px 4px 0;
}

.page-form .layui-input-inline {
	width: 370px;
}


.invoice_status {
	font-size: 16px;
	color: #18498f;
	line-height: 38px;
	text-decoration: underline;
}


.layui-form-item-last .layui-form-label {
	color: #18498f;
}

.page-tr:first-child {
	border-top: 0;
}

.meet-banner__title {
	font-size: 56px;
	margin-bottom: 10px;
}

.meet-banner__en {
	font-size: 24px;
	margin-bottom: 20px;
}

.meet-banner__range {
	font-size: 22px;
}

.meet-banner {
	/* height: 430px; */
	/* background-image: url('../images/meet_bg.jpg'); */
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 25px;
	text-align: center;
	font-family: 'FZ';
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	line-height: 1;
	text-shadow: 5px 5px 5px rgba(27, 146, 218, 0.75);
}

.meet-banner img {
	width:100% !important;
	height: auto !important;
}

.meet-theme {
	font-size: 18px;
	color: #010101;
	line-height: 46px;
	/* text-indent: 2em; */
}

.meet-theme p span {
	/* display: block; */
}

.meet-flex {
	display: flex;
	padding-bottom: 40px;
}

.meet-left {
	padding-right: 10px;
}

.meet-right {
	width: 354px;
	padding: 12px;
	background-color: #f1fbff;
}

.meet-nav li {
	height: 205px;
	margin-bottom: 15px;
}

.meet-nav li a {
	background-color: #fff;
}

.meet-nav .meet-link__pic img {
	height: 104px;
}

.meet-nav .meet-link__title {
	font-size: 18px;
}

.meet-nav .meet-link__info {
	font-size: 14px;
}

.meet-loading {
	font-size: 18px;
	color: #d3d3d3;
	background-color: #fff;
	line-height: 2;
	padding: 25px 0;
	cursor: pointer;
	text-align: center;
}

.meet-deadline {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 18px 0;
}

.meet-deadline__item {
	border: 1px solid #E6E6E6;
	height: 122px;
	width: 250px;
	text-align: center;
	font-size: 18px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	line-height: 42px;

}

.meet-deadline__label {
	color: #1785e3;
}

.meet-deadline__date {
	color: #969696;
}

.p2 {
	text-indent: 2em;
}

.meet-foot {
	text-align: center;
	display: flex;
	justify-content: center;
	padding: 40px 0 100px;
	width: 82%;
	border-top: 1px dashed #ededed;
	margin: 0 auto;
}

.meet-foot a {
	font-size: 18px;
	color: #e6984b;
	line-height: 2;
	text-align: center;
	border: 1px solid #ededed;
	border-radius: 4px;
	display: block;
	padding: 7px;
	width: 282px;
	margin: 0 10px;
}

.meet-foot a.meet-website {
	background-color: #e6984b;
	border-color: #e6984b;
	color: #fff;
}
/*
.society-nav {
	padding-top: 17px;
}

.society-nav li a {
	font-size: 20px;
	font-weight: 400;
	color: #2562A9;
	display: block;
	position: relative;
	padding: 5px 5px 5px 30px;
	line-height: 2;
}

.society-nav li {
	margin-bottom: 10px;
}


.society-nav li.active a {
	font-weight: 600;
}

.society-nav li.active a::before {
	position: absolute;
	content: '';
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
	width: 15px;
	height: 15px;
	background-image: url('../images/s-arrow.png');
	background-repeat: no-repeat;
	background-size: cover;
}

.society-inner {
	margin: 0 45px;
}

.society-inner__desc {
	font-size: 16px;
	text-indent: 2em;
	line-height: 28px;
	color: #010101;
}

.society-inner__desc p {
	margin-bottom: 28px;
}

.society-inner__title {
	font-size: 36px;
	color: #000000;
	text-align: center;
	line-height: 1;
}

.society-inner__info {
	text-align: center;
	margin-top: 35px;
}

.society-inner__info span {
	font-size: 16px;
	color: #a5a5a5;
	padding: 0 10px;
}

.society-inner__head {
	padding-bottom: 25px;
	border-bottom: 1px dashed #e0dfdf;
}

.society-inner__body {
	padding: 30px 0;
}


.society-inner__pic {
	text-align: center;
}

.society-inner__pic img {
	max-width: 100%;
}

.society-inner__pic p {
	font-size: 16px;
	color: #a5a5a5;
	line-height: 20px;
	margin: 20px 0 35px;
}

.society-block h4 {
	text-align: center;
	font-size: 24px;
	color: #000;
	line-height: 48px;
}

.society-block p {
	font-size: 18px;
	color: #000;
	line-height: 48px;
}

.org-inner .society-inner__head {
	border-bottom: 0;
}

.org-inner .society-inner__body {
	padding: 0 0 50px;
}

.org-inner .layui-table {
	margin: 0;
}

.org-inner .layui-table thead tr {
	background-color: #48bcff;
}

.org-inner .layui-table th {
	color: #fff;
	font-size: 16px;
	line-height: 38px;
	text-align: center;
	border-right: 1px solid #fff;
}

.org-inner .layui-table td {
	color: #000000;
	font-size: 16px;
	text-align: center;
	line-height: 38px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

.org-inner .layui-table tbody tr {
	background-color: #fafafa;
}

.org-inner .layui-table tbody tr:nth-child(even) {
	background-color: #f1f1f1;
}
*/
.chairman-poster {
	text-align: center;
	margin: 10px 0 20px;
}

.chairman-poster img {
	max-width: 100%;
}

.chairman-speech p {
	font-size: 16px;
	color: #000000;
	line-height: 36px;
	text-indent: 2em;
}

.chairman-signature {
	font-size: 48px;
	color: #000000;
	font-family: 'FZQTJW';
	line-height: 1;
	margin-bottom: 20px;
}

.chairman-bottom {
	text-align: center;
	margin-left: auto;
	padding: 0 20px;
	width: 250px;
	margin-top: 80px;
}

.chairman-post {
	font-size: 18px;
	color: #000000;
	line-height: 30px;
}

.contact-cell {
	display: flex;
	align-items: center;
	margin-left: -10px;
}

.contact-cell__hd {
	width: 170px;
	margin-right: 14px;
}

.contact-cell__hd img {
	width: 170px;
	height: 170px;
}

.contact-cell__bd p {
	font-size: 18px;
	color: #000000;
	line-height: 48px;
}
/*
.contact-inner {
	width: 80%;
	margin: 0 auto;
}

.contact-inner .society-inner__head {
	border-bottom: 0;
}

.contact-inner .society-inner__body {
	padding-top: 10px;
}
*/
.map {
	margin-bottom: 50px;
	text-align: center;
}

.map img {
	max-width: 100%;
}

.aside-menu .iconfont {
	font-size: 20px;
	color: #60aaf5;
}

.aside-menu {
	width: 20px;
	height: 20px;
	line-height: 1;
	position: fixed;
	left: 15px;
	top: 70px;
	z-index: 99;
	display: none;
}

.font-18 {
	font-size: 18px;
}

.layui-form-tip {
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #A2A2A2;
	line-height: 36px;
	display: block;
}

.reg-form .layui-form-item .layui-input-inline {
	float: unset;
}

/*
.introduction-inner .society-inner__head {
	border-bottom: 0;
}

.introduction-inner .society-inner__desc {
	font-size: 16px;
	line-height: 28px;
}

.introduction-inner .society-inner__desc p {
	margin-bottom: 28px;
}

.introduction-inner .society-inner__body {
	padding-top: 10px;
}

.introduction-inner .society-inner__pic {
	margin-bottom: 25px;
}
*/
a.reg-link {
	color: #5faeff;
	font-size: 16px;
	text-decoration: underline;
	margin-right: 40px;
}

.edit-form {
	padding: 50px 0;
}

.edit-form .layui-form-item {
	margin-bottom: 20px;
}

.name-form {
	padding: 50px 0;
}

.name-form .layui-form-item {
	margin-bottom: 20px;
}

.name-form .layui-input-inline {
	width: 400px;
}

.name-form .layui-form-foot {
	margin-top: 0;
	border: 0;
	padding-top: 20px;
}

.edit-form .layui-form-foot {
	margin-top: 0;
	border: 0;
	padding-top: 20px;
}

@media (max-width:1200px) {
	.teacher-box {
		padding-top: 0;
	}
/*
	.society-inner__desc {
		font-size: 16px;
	}

	.society-nav li a {
		font-size: 18px;
	}

	.page__title {
		font-size: 22px;
	}

	.society-block p {
		font-size: 16px;
		line-height: 42px;
	}

	.society-block h4 {
		font-size: 20px;
		line-height: 42px;
	}

	.society-inner__title {
		font-size: 30px;
	}

	.society-inner__info span {
		font-size: 14px;
	}

	.society-inner__info {
		margin-top: 25px;
	}

	.contact-cell__bd p {
		font-size: 16px;
		line-height: 42px;
	}

	.chairman-speech p {
		font-size: 14px;
		line-height: 30px;
	}

	.chairman-post {
		font-size: 16px;
		line-height: 26px;
	}

	.chairman-signature {
		font-size: 36px;
	}

	.chairman-bottom {
		width: 220px;
		padding: 0 10px;
	}

	.meet-banner__title {
		font-size: 42px;
	}

	.meet-banner__en {
		font-size: 20px;
	}

	.meet-banner__range {
		font-size: 18px;
	}

	.meet-banner {
		height: 350px;
	}

	.meet-theme {
		font-size: 16px;
		line-height: 36px;
	}

	.meet-deadline__item {
		font-size: 16px;
		line-height: 36px;
		height: 98px;
	}

	.meet-nav .meet-link__title {
		font-size: 16px;
	}

	.meet-loading {
		font-size: 16px;
		padding: 20px 0;
	}

	.meet-nav li {
		height: 195px;
	}

	.meet-foot a {
		font-size: 16px;
		width: 232px;
	}
*/

	.page-nav li a {
		font-size: 18px;
	}

	.page-fr p {
		font-size: 14px;
	}

	a.page-extend {
		font-size: 16px;
	}

	a.page-extend {
		width: 100%;
		height: 40px;
		line-height: 40px;
	}

	.page-card--sm .page-card__security p {
		display: block;
		text-align: right;
	}

	.page-card--sm .page-card__bd {
		margin: 30px 0;
	}

	.page-card--sm .page-card__security p span {
		display: block;
	}

	.page-tr__item {
		font-size: 14px;
	}

	.page-tr__title {
		font-size: 16px;
	}

	.page-tr__track__item p {
		font-size: 14px;
	}

	.reg-tab__title {
		font-size: 14px;
	}

	a.reg-link {
		font-size: 14px;
	}

	.page-tr__track__item {
		width: 122px;
	}

	.page-tr__track__item .circle {
		font-size: 24px;
	}

	.page-tr__track__item .circle {
		width: 122px;
		height: 122px;
		line-height: 112px;
	}

	.table td,
	.table th {
		font-size: 14px;
		padding: 15px 9px;
	}

	.table th {
		white-space: nowrap;
	}

	.page-step__item__circle {
		font-size: 14px;
	}

	.page-step__item__circle img {
		width: 24px;
		height: 24px;
	}

	.page-step__item__title {
		font-size: 14px;
	}


	.page-inner__title {
		font-size: 24px;
	}

	.teacher-box .layui-table th,
	.teacher-box .layui-table td {
		font-size: 14px;
	}

	.search-btn .iconfont {
		font-size: 20px;
	}


	.font-18 {
		font-size: 16px;
	}

	.teacher-top {
		font-size: 16px;
		margin-bottom: 22px;
	}

	.teacher-desc p {
		font-size: 16px;
	}

	.teacher-desc h4 {
		font-size: 22px;
	}

	.teacher-name {
		font-size: 24px;
	}

	.teacher-info {
		font-size: 16px;
	}

	.team-item__incumbent {
		font-size: 16px;
	}

	.team-item__desc {
		font-size: 16px;
	}

	.team-item__name {
		font-size: 22px;
	}

	.team-item__hd {
		margin-right: 15px;
	}

	.teacher-content {
		width: 90%;
	}

	.article-link__desc {
		font-size: 14px;
		line-height: 24px;
	}

	.article-link__title {
		font-size: 18px;
	}

	.team-item {
		padding-right: 15px;
	}

	.get-code {
		font-size: 14px;
	}

	.text-required {
		font-size: 14px;
	}

	.page-form .layui-form-label {
		font-size: 14px;
		width: 120px;
	}

	.page-tr__cell .page-tr__item__label {
		width: 120px;
	}

	.page-tr__cell .page-tr__item__block {
		margin-left: 120px;
	}

	.page-tr__cell {
		padding-left: 20px;
	}
}


@media (max-width:992px) {
	.society-inner__desc {
		font-size: 14px;
		line-height: 24px;
	}

	.name-form .layui-input-inline {
		width: 100%;
		display: block;
	}

	.society-inner__desc p {
		margin-bottom: 24px;
	}

	.society-nav li a {
		font-size: 16px;
	}

	.society-nav li.active a::before {
		width: 10px;
		height: 10px;
	}

	.page__title {
		font-size: 20px;
	}

	.page__links a {
		font-size: 14px;
	}

	.page-aside {
		width: 150px;
		padding: 0 12px;
	}
/*
	.society-block p {
		font-size: 14px;
		line-height: 36px;
	}

	.society-block h4 {
		font-size: 18px;
		line-height: 36px;
	}

	.org-inner .layui-table td,
	.org-inner .layui-table th {
		font-size: 14px;
		line-height: 24px;
	}

	.society-inner__title {
		font-size: 24px;
	}

	.contact-cell__bd p {
		font-size: 14px;
		line-height: 36px;
	}


	.chairman-post {
		font-size: 14px;
		line-height: 24px;
	}

	.chairman-signature {
		font-size: 30px;
	}

	.chairman-bottom {
		width: 180px;
	}

	.meet-banner__title {
		font-size: 32px;
	}

	.meet-flex {
		display: block;
	}

	.meet-banner__en {
		font-size: 18px;
	}

	.meet-banner__range {
		font-size: 16px;
	}

	.meet-banner {
		height: 300px;
	}

	.meet-theme {
		font-size: 14px;
	}

	.meet-deadline__item {
		font-size: 14px;
	}

	.meet-foot a {
		font-size: 14px;
		width: 200px;
	}

	.meet-right {
		width: 100%;
	}

	.meet-nav {
		display: flex;
		flex-wrap: wrap;
		margin: 0 -6px;
	}

	.meet-nav li {
		width: 50%;
		padding: 0 6px;
		margin-bottom: 12px;
	}

	.meet-loading {
		font-size: 14px;
	}

	.meet-left {
		padding-right: 0;
	}

	.society-inner__pic p {
		font-size: 14px;
		margin: 18px 0 28px;
	}

	.page-card__security p {
		display: block;
		text-align: right;
	}

	.page-card__security p span {
		display: block;
	}

*/
	.page-nav {
		width: 100%;
	}

	.page-nav li a {
		font-size: 16px;
	}

	.page-tr__ship {
		display: block;
	}

	.page-tr__track__item p {
		height: auto;
	}

	.page-tr__track__item a {
		margin-top: 14px;
	}

	.page-fl {
		width: 100%;
		margin-bottom: 20px;
	}

	.page-fr {
		width: 100%;
	}

	.page-inner {
		margin: 0 25px;
	}

	.page-question h4 {
		font-size: 16px;
	}

	.teacher-box form {
		padding: 10px;
	}

	.search-btn .iconfont {
		font-size: 16px;
	}

	.page-order .layui-table-cell {
		font-size: 12px;
	}

	.font-18 {
		font-size: 14px;
	}

	.teacher-desc p {
		font-size: 14px;
	}

	.teacher-desc h4 {
		font-size: 20px;
	}

	.teacher-info {
		font-size: 14px;
	}

	.teacher-name {
		font-size: 20px;
	}

	.teacher-top {
		font-size: 14px;
	}

	.team-item__name {
		font-size: 20px;
	}

	.team-item__desc {
		font-size: 14px;
	}

	.team-item__incumbent {
		font-size: 14px;
	}

	.article-link__title {
		font-size: 16px;
	}

	.article-link__bd img {
		width: 262px;
		height: 152px;
	}

	.article-link__bd {
		width: 262px;
		margin-left: 20px;
	}

	.teacher-content {
		width: 100%;
	}

	.tab-single .layui-tab-title li span {
		width: auto;
	}

	.tab-single .layui-tab-title li {
		min-width: 25%;
	}

	.reg-breadcrumb a {
		font-size: 14px;
	}

	.page-form .layui-input-block {
		margin-left: 120px;
	}

	.page-form .layui-input-inline {
		width: 100%;
		display: block;
	}

	.introduction-inner .society-inner__desc {
		font-size: 14px;
		line-height: 24px;
	}

	.introduction-inner .society-inner__desc p {
		margin-bottom: 24px;
	}

}

@media (max-width:768px) {
	.meet-banner__title {
		font-size: 26px;
	}



	.reg-tab__title {
		padding: 10px;
		line-height: 20px;
		padding-left: 20px;
		width: 40%;
		height: 40px;
	}

	.page-table {
		width: 100%;
		margin: 0;
		padding: 0;
	}

	a.reg-link {
		margin-right: 0;
	}

	.page-table__head {
		font-size: 18px;
	}

	.page-table__body {
		padding: 0 15px;
	}

	.page-tr__track__item {
		padding-bottom: 20px;
	}

	.page-card--sm .page-card__bd {
		margin: 20px 0;
	}

	.page-card--sm {
		padding: 15px;
	}

	.meet-banner {
		height: 200px;
	}

	.meet-right {
		padding: 6px;
	}

	.meet-loading {
		padding: 10px 0;
	}

	.meet-foot a {
		margin: 0 5px;
		width: 45%;
	}

	.meet-deadline__item {
		padding: 0 10px;
		font-size: 12px;
		line-height: 20px;
	}

	.meet-foot {
		width: 100%;
	}

	.meet-nav .meet-link__title {
		font-size: 14px;
	}

	.meet-link__info span {
		font-size: 12px;
	}

	.meet-nav .meet-link__pic img {
		height: 88px;
	}

	.page__head {
		padding: 0 10px;
		height: 50px;
		box-shadow: 0 -10px 10px rgba(54, 153, 255, 0.12) inset;
	}

	.page__links span {
		margin: 0 3px;
		font-size: 12px;
	}

	.page__links a {
		font-size: 12px;
	}

	.page__title {
		font-size: 16px;
	}

	.page__body {
		padding: 30px 0;
	}

	.page__body {
		display: block;
	}

	.society-inner {
		margin: 0;
	}

	.page-aside {
		transform: translateX(-1000px);
		position: fixed;
		left: 0;
		top: 60px;
		bottom: 0;
		width: 100%;
		height: 100%;
		z-index: 999;
		background-color: rgba(255, 255, 255, 1);
		transition: all 0.5s;
		padding-right: 15px;
		display: block !important;
	}

	.aside-menu {
		display: block;
	}

	.society-nav li a {
		font-size: 14px;
	}


	.org-inner .layui-table td,
	.org-inner .layui-table th {
		font-size: 12px;
		line-height: 20px;
		padding: 9px;
	}

	.society-inner__title {
		font-size: 20px;
	}

	.society-inner__info {
		margin-top: 10px;
	}

	.society-inner__head {
		padding-bottom: 15px;
	}

	.society-inner__info span {
		font-size: 12px;
	}

	.contact-inner {
		width: 100%;
	}

	.society-inner__body {
		padding: 0;
	}

	.contact-cell {
		margin-left: 0;
	}

	.contact-cell__hd {
		width: 100px;
		margin-right: 10px;
	}

	.contact-cell__hd img {
		width: 100px;
		height: 100px;
	}

	.contact-cell__bd p {
		font-size: 12px;
		line-height: 24px;
	}

	.map {
		margin-bottom: 20px;
		height: 210px;
	}

	.chairman-bottom {
		margin-top: 30px;
	}

	.society-inner__pic {
		margin-top: 20px;
	}

	.page-aside::after {
		display: none;
	}

	.page-inner {
		margin: 0 auto;
	}

	.table td,
	.table th {
		font-size: 12px;
		padding: 9px;
	}

	.page-step__item__circle {
		font-size: 12px;
		width: 50px;
		height: 50px;
		padding: 7px;
		border-width: 1px;
	}

	.page-step__item__desc {
		font-size: 12px;
		line-height: 16px;
	}


	.page-step__item {
		width: 50px;
	}

	.page-step::after {
		height: 2px;
		left: 50px;
		right: 50px;
		top: 24px;
	}

	.page-inner__title {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.page-step {
		margin-top: 30px;
	}

	.teacher-box .layui-form-item .layui-input-inline {
		margin: 0 0 0 60px;
	}

	.teacher-box .layui-form-item {
		width: 46%;
	}

	.teacher-box .layui-table-cell {
		padding: 6px;
		line-height: 20px;
		white-space: unset;
		display: table-cell;
		vertical-align: middle
	}

	.layui-table-page {
		margin-top: 15px;
	}

	.teacher-box .layui-table th,
	.teacher-box .layui-table td {
		font-size: 12px;
	}

	.page-order {
		padding-top: 10px;
	}

	.page-order .layui-table-cell {
		height: 50px;
		line-height: 38px;
	}

	.teacher-name {
		display: block;
		margin-bottom: 4px;
	}

	.teacher-top {
		line-height: 24px;
		margin-bottom: 5px;
		margin-bottom: 20px;
	}

	.teacher-pic {
		padding: 0 20px 2px 0;
	}

	.teacher-desc {
		padding: 15px 0;
	}

	.teacher-info {
		margin-bottom: 20px;
	}

	.team-item__hd {
		width: 150px;
		margin-right: 10px;
	}

	.team-item__hd img {
		width: 150px;
		height: 200px;
	}

	.team-item {
		padding-right: 10px;
	}

	.team-item__desc {
		font-size: 12px;
	}

	.team-item__incumbent {
		font-size: 12px;
	}

	.team-item__name {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.article-link__bd img {
		width: 140px;
		height: 80px;
	}

	.article-link__bd {
		width: 140px;
		margin-left: 10px;
	}

	.article-link__time {
		font-size: 12px;
	}

	.article-link__desc {
		font-size: 12px;
		line-height: 20px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		margin-bottom: 6px;
	}

	.article-link__title {
		font-size: 14px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		margin-bottom: 6px;
	}

	.article-link {
		padding: 15px 0;
	}

	.tab-single .layui-tab-title li {
		width: 40%;
	}

	.reg-right__head a {
		font-size: 12px;
	}

	.reg-right__head span {
		margin: 0 5px;
		font-size: 12px;
	}

	.reg-title {
		opacity: 1;
	}

	.page-tr__cell {
		padding-left: 0;
	}

	.page-form .layui-input-inline {
		margin: 0;
	}

	.input-tip {
		font-size: 12px;
		padding-left: 0;
	}

	.page-tr1 {
		margin: 0 -15px;
		padding: 20px 15px;
	}

	.index-section6 {
		background-image: url('../images/section_bg4.jpg');
	}

	.reg-left {
		transform: translateX(-1000px);
		position: fixed;
		left: 0;
		top: 60px;
		bottom: 0;
		width: 100%;
		height: 100%;
		z-index: 999;
		background-color: rgba(255, 255, 255, 1);
		transition: all 0.5s;
		display: block !important;
		margin-bottom: 0;
	}

	.reg-left__head {
		display: none;
	}

	.reg-left .aside-close {
		margin-left: 15px;
	}

	.introduction-inner .society-inner__pic {
		margin-top: 0;
	}

	.introduction-inner .society-inner__desc p {
		margin-bottom: 14px;
	}

}

.c-left .page-aside {
	transform: translateX(0px);
}


.c-left .reg-left {
	transform: translateX(0px);
}

.aside-close {
	width: 20px;
	height: 20px;
	margin-top: 10px;
	display: none;
}

.aside-close .layui-icon {
	font-size: 20px;
	font-weight: bold;
}

.c-left .aside-close {
	display: block;
}

.c-left .page-nav {
	padding-top: 17px;
}

.layui-table-page>div {
	height: 32px;
}

.layui-table-cell .layui-table-link {
	color: #333333;
}

.layui-table-cell .layui-table-link:hover {
	text-decoration: underline;
	color: #18498F;
}

.c6 {
	color: #666;
}

.layui-table-view .layui-table {
	width: 100%;
}


span.error {
	color: #FF2323;
	font-size: 12px;
	font-weight: 400;
	line-height: 36px;
	display: block;
	padding-left: 22px;
	background: url(../images/error.png) left center no-repeat;
}


span.correct {
	color: #51ac0e;
	font-size: 12px;
	font-weight: 400;
	line-height: 36px;
	display: block;
	padding-left: 22px;
	background: url(../images/correct.png) left center no-repeat;
}

.reg-form .layui-form-radio {
	margin-bottom: 6px;
}

.checkBox-group {
	padding-bottom: 20px;
}

.checkBox-group .layui-form-checkbox {
	margin-bottom: 10px;
}

/* .reg-form-single.reg-form .layui-form-item{
	margin-bottom: 6px;
} */


.track-group {
	padding: 50px;
}

.track-item__tip {
	width: 122px;
	background-color: #86c7f9;
	border-radius: 3px;
	text-align: center;
	line-height: 42px;
	font-size: 16px;
	color: #fff;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.track-item__tip::after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	right: -6px;
	top: 50%;
	transform: translateY(-50%);
	border: 7px solid transparent;
	border-left-color: #86c7f9;
	border-right: none;
}


.track-item__head {
	margin-bottom: 20px;
	position: relative;
}

.track-item__title {
	font-size: 12px;
	line-height: 22px;
	color: #494949;
	margin-left: 122px;
	padding: 10px 15px;
	background-color: #f4fafc;
}

.track-inline {
	display: inline;
	margin-right: 20px;
}

.green {
	color: #1a8b00;
}

.track-timeline {
	padding-left: 30px;
}

.track-timeline__item {
	position: relative;
	padding-left: 30px;
	padding-bottom: 14px;
}

.track-timeline__item__content {
	background-color: #f8f8f8;
	border-radius: 3px;
	position: relative;
	padding: 10px 15px;
}

.track-timeline__item__content h4 {
	font-size: 16px;
	color: #5faeff;
}

.track-timeline__item__content p {
	font-size: 14px;
	color: #666666;

	position: relative;
}


.track-timeline__item__content p+p {
	margin-top: 15px;
}


a.track-extend {
	font-size: 12px;
	color: #fff;
	background-color: #ffb400;
	border-radius: 3px;
	padding: 3px 10px;
	display: inline-block;
}

.track-timeline__item__content::before {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	left: -6px;
	top: 10px;
	border: 7px solid transparent;
	border-left: none;
	border-right-color: #f8f8f8;
}


.track-timeline__item::after {
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #5faeff;
	border: 2px solid #fff;
	left: 2px;
	top: 10px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
}

.track-timeline__item::before {
	position: absolute;
	content: '';
	width: 2px;
	top: 0;
	bottom: 0;
	left: 7px;
	background-color: #e3e3e3;
}

.red {
	color: #cd3a07;
}


.track-timeline__item:first-child::before {
	top: 10px;
}

.track-timeline__item:last-child::before {
	height: 10px;
}

.track-info {
	font-size: 14px;
	color: #bbbbbb;
	border-bottom: 1px dashed #d4d4d4;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

a.current-web {
	color: #fff;
	font-size: 12px;
	border-radius: 3px;
	background-color: #35b8ad;
	padding: 5px 15px;
	display: inline-block;
	margin-top: 5px;
}

a.current-web .iconfont {
	font-size: 12px;
}

.track-page {
	margin-top: 25px;
	text-align: center;
}

.bm-group {
	padding: 0 40px 40px;
}

.bm-list li {
	border-bottom: 1px dashed #d4d4d4;
}

.bm-item {
	display: block;
	padding: 25px 0;
}

.bm-item__hd {
	display: flex;
}

.bm-status {
	width: 60px;
	border-radius: 4px;
	background-color: #4b990d;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	height: 20px;
	line-height: 20px;
}

.start {
	background-color: #ff8a00;
}

.end {
	background-color: #999999;
}

.bm-title {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	line-height: 20px;
	margin: 0 8px;
	flex: 1;
	min-width: 0;
}

.bm-text {
	display: flex;
	margin-top: 6px;
}

.bm-text__hd {
	font-size: 14px;
	color: #999999;
	line-height: 24px;
	width: 70px;
}

.bm-text__bd {
	font-size: 14px;
	color: #333333;
	line-height: 24px;
	flex: 1;
	min-width: 0;
}

.bm-time {
	font-size: 14px;
	color: #999999;
}


.bm-time .iconfont {
	font-size: 14px;
}

.bm-time span {
	color: #333333;
}

.bm-price {
	font-size: 14px;
	color: #999999;
	line-height: 24px;
}

.bm-price .bm-num {
	color: #e63310;
	font-size: 24px;
	font-weight: bold;
	line-height: 20px;
	vertical-align: top;
	display: inline-block;
}

.bm-price span {
	color: #333333;
}

.bm-text__ft {
	margin-left: 70px;
}


.teacher-cn p {
	font-size: 16px;
	color: #000000;
	text-indent: 2em;
	line-height: 28px;
	margin-bottom: 28px;
}

.teacher-cn h4 {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-indent: 2em;
}

.notice-cn h4 {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 20px;
}

.notice-cn .item {
	font-size: 16px;
	color: #000000;
	text-indent: 2em;
	line-height: 28px;
	margin-bottom: 28px;
}

.page-news-title {
	font-size: 22px;
	color: #000000;
	font-weight: bold;
}

.page-news-info {
	font-size: 14px;
	color: #a1a1a1;
}

.page-news-cell {
	display: flex;
	align-items: center;
	margin-top: 15px;
}

.page-news-cell__bd {
	font-size: 16px;
	color: #666666;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;

}

.page-news-item {
	padding: 15px 0;
	display: block;
}

.page-news li {
	margin-bottom: 15px;
}

.page-news-cell__pic {
	width: 244px;
	margin-right: 26px;
}

.page-news-cell__pic img {
	max-width: 100%;
}

.c9 {
	color: #999999;
}

.page-notice .layui-table-cell {
	height: 60px;
	line-height: 48px;
}

.page-notice .font-18 {
	font-weight: bold;
}

.page-notice .layui-table td {
	border-bottom: 1px solid #eeeeee;
}

.page-notice {
	padding-top: 0;
	border: 0;
}

.page-notice .layui-table-body {
	margin-bottom: 0;
}

.page-notice .layui-table-page {
	text-align: center;
}

.page-notice .c9 {
	font-size: 16px;
}
/*
.society-art__body {
	text-align: center;
}

.society-art__body img {
	max-width: 100%;
}

.society-art__title {
	font-size: 30px;
	color: #000000;
	font-weight: bold;
	text-align: center;
}

.society-art__info {
	text-align: center;
	margin-top: 10px;
}

.society-art__info span {
	font-size: 14px;
	color: #a5a5a5;
	padding: 0 7px;
}

.society-art__head {
	padding-bottom: 25px;
	border-bottom: 1px dashed #e0dfdf;
}

.society-art__body {
	padding-top: 60px;
}
*/
.layui-group-right {
	line-height: 38px;
	margin-left: 20px;
	width: 85px;
}

.layui-group-right a {
	color: #5faeff;
	text-decoration: underline;
}

.example-box {
	padding: 15px 40px 40px;
}

.example-list li {
	border-bottom: 1px dashed #d4d4d4;
}

.example-item {
	padding: 20px 0;
	display: block;
}

.example-item__hd {
	display: flex;
}

.example-item__status {
	font-size: 12px;
	color: #4b990d;
	border: 1px solid #4b990d;
	border-radius: 4px;
	padding: 0 5px;
	text-align: center;
	height: 20px;
	line-height: 18px;
	min-width: 60px;
	margin-right: 5px;
}

.example-item__title {
	font-size: 18px;
	color: #3d3d3d;
	font-weight: bold;
	line-height: 20px;
}

.example-item__time,
.example-item__num {
	font-size: 14px;
	color: #999999;
	line-height: 20px;
	margin-left: 20px;
}

.example-item__time span,
.example-item__num span {
	color: #333333;
}

.example-item__time .iconfont,
.example-item__num .iconfont {
	font-size: 14px;
}

.example-item__tags span {
	font-size: 12px;
	color: #b9b9b9;
	background-color: #f4f4f4;
	padding: 4px 10px;
	margin: 0 6px 6px 0;
}

.example-item__info {
	display: flex;
	justify-content: space-between;
}

.example-item__hd {
	margin-bottom: 15px;
}

.status1 {
	color: #ff8a00;
	border-color: #ff8a00;
}

.status2 {
	color: #2562a9;
	border-color: #2562a9;
}

.login-container {
	height: 100vh;
	background: url('../images/login_bg.jpg') no-repeat center / cover;
}

.login-box {
	height: 540px;
	background-color: #fff;
	width: 63%;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.login-left {
	width: 50%;
	height: 100%;
	background: url('../images/login-right.jpg') no-repeat center / cover;
}

.login-right {
	width: 50%;
}

.login-form {
	margin: 0 auto;
	width: 60%;
}

.login-logo {
	margin-left: -30px;
}

.login-logo img {
	max-width: 100%;
}

.login-form .layui-input-block {
	margin-left: 0;
	position: relative;
}

.login-form .layui-input-block .layui-input {
	padding-left: 40px;
	height: 48px;
}

.login-form .layui-input-block .iconfont {
	font-size: 18px;
	color: #aaaaaa;
	position: absolute;
	top: 50%;
	left: 12px;
	transform: translateY(-50%);
}

.login-form .layui-form-item {
	margin-bottom: 20px;
}

.logon-btn {
	background-color: #18498f;
	width: 100%;
	display: block;
	font-size: 14px;
	color: #ffffff;
	border-radius: 5px;
	height: 48px;
	box-shadow: 0 4px 8px rgba(24, 73, 143, 0.2);
	margin-top: 50px;
}

.no-account {
	text-align: center;
	color: #999999;
	margin-top: 30px;
}

.no-account a {
	color: #18498f;
}

@media(max-width:1500px) {
	.login-box {
		height: 400px;
	}
}

@media(max-width:1200px) {
	.track-item__tip {
		font-size: 14px;
		width: 102px;
	}

	.track-item__title {
		margin-left: 102px;
	}

	.society-news-cell__bd {
		font-size: 14px;
		line-height: 24px;
	}

	.society-news-title {
		font-size: 20px;
	}

	.society-news-cell__pic {
		width: 204px;
		margin-right: 16px;
	}

	.society-art__title {
		font-size: 22px;
	}

	.example-item__title {
		font-size: 16px;
	}
}

@media(max-width:992px) {
	.track-group {
		padding: 30px 40px;
	}

	.society-art__title {
		font-size: 18px;
	}

	.bm-item__hd {
		display: block;
	}

	.bm-title {
		font-size: 16px;
		margin-left: 66px;
	}

	.bm-time {
		margin-top: 6px;
	}

	.bm-text {
		display: block;
	}

	.bm-text__hd {
		float: left;
	}

	.bm-text__bd {
		margin-left: 70px;
	}

	.bm-text__ft {
		margin-top: 6px;
	}

	.bm-price .bm-num {
		font-size: 20px;
	}

	.bm-status {
		float: left;
	}

	.teacher-cn p {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 24px;
	}

	.teacher-cn h4 {
		font-size: 16px;
	}


	.notice-cn h4 {
		font-size: 20px;
	}

	.notice-cn .item {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 24px;
	}

	.society-news-title {
		font-size: 18px;
	}

	.page-notice .c9 {
		font-size: 12px;
	}

	.example-item__hd {
		display: block;
	}

	.example-item__status {
		float: left;
	}

	.example-item__title {
		margin-left: 65px;
	}

	.example-item__time {
		margin-top: 5px;
		margin-left: 0;
	}

}


@media(max-width:768px) {
	.track-group {
		padding: 15px 0;
	}
	/*
	.society-art__body {
		padding-top: 30px;
	}

	.society-news-title {
		font-size: 16px;
	}

	.society-news-cell__pic {
		width: 124px;
	}

	.society-news-cell__bd {
		font-size: 12px;
		line-height: 20px;
	}
	*/
	.notice-cn h4 {
		font-size: 18px;
	}

	.bm-group {
		padding: 0 0 15px;
	}

	.track-item__tip {
		width: 82px;
		line-height: 32px;
		font-size: 12px;
	}

	.bm-item {
		padding: 15px 0;
	}

	.track-item__title {
		margin-left: 82px;
	}

	.track-timeline__item__content p {
		font-size: 12px;
	}

	.track-timeline__item__content h4 {
		font-size: 14px;
	}

	.track-inline {
		margin-right: 10px;
	}

	.track-info {
		font-size: 12px;
	}

	.page-notice .layui-table-cell {
		height: 50px;
		line-height: 38px;
	}

	.name-form {
		padding: 20px 0;
	}

	.edit-form {
		padding: 20px 0;
	}

	.reg-form-single.reg-form .layui-group-flex {
		display: block;
	}

	.layui-group-right {
		margin-left: 0;
		line-height: 20px;
		margin-top: 5px;
	}

	.reg-form-single.reg-form .layui-form-item .layui-input-inline {
		margin: 0 0 10px;
	}

	.example-box {
		padding: 0;
	}

	.example-item__title {
		font-size: 14px;
	}

	.example-item__info {
		display: block;
	}

	.example-item__time,
	.example-item__num {
		font-size: 12px;
		margin-top: 5px;
		margin-left: 0;
	}


	.login-right {
		width: 100%;
	}

	.login-box {
		display: block;
		height: auto;
		width: 300px;
	}

	.login-left {
		display: none;
	}

	.login-form {
		width: 100%;
		padding: 20px;
	}

	.logon-btn {
		margin-top: 30px;
	}

	.bm-title {
		font-size: 14px;
	}

	.input-tip {
		line-height: 20px;
	}
}



/*20240405*/
.page-info {
	text-align: center;
	margin-top: 10px;
}

.page-info span {
	font-size: 14px;
	color: #a5a5a5;
	padding: 0 7px;
}
.page-inner {
	min-height: 500px;
}
.page-content {
	font-size:18px;
}
.page-content p {
	margin:0.5em 0;
}
.news_date{
	text-align:center;
	color:#333;
}


/*20240407 workshop*/

.persons table, .persons th, .persons td {
	padding: 10px;
    border: 1px solid #e5e5e5;
}
.persons table th {
  font-weight: normal;
  background: #90aad2;
  text-align: center;
  color: #fff;
}
.persons table tr td{
	height:28px;
	font-size:14px;
	color:#000000;
	padding:5px 20px;
}
.persons table tr td>p{
	padding:0px 0;
}
.persons table tr td:nth-child(1),.persons table tr td:nth-child(2),.persons table tr td:nth-child(3){
	text-align:center;
}
.persons table tr td l{
	color:#ff0000;
}

.persons table tr td a {
	color:#0370ff;
}

#tablefoot td button:hover, button.green:hover {
  background: #65d317;
}
#tablefoot td button, button.green {
  color: #fff;
  background: #47a306;
  border-radius: 3px;
  border: 1px solid #50bf28;
  box-shadow: 1px 1px 2px #797979;
  cursor: pointer;
  padding: 5px;
}


.authordl { width:500px;}
.authordl dt {
	float: left;
	height:2.5em;
	line-height:2.5em;
	font-weight:bold;
	width: 150px;
	clear: left;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-top:8px;
}
.authordl dd{
	height:2.5em;
	line-height:2.5em;
	padding-top:8px;
}

.authordl .iptradio,.authordl .iptcheckbox {
	width:16px; height:16px;
}
.authordl dd .iptdd {border:1px solid #dbdbdb;padding:5px 8px;width:320px;}
.authordl d5 .iptdd {border:1px solid #dbdbdb;padding:5px 8px;width:150px;}

.select2-container {margin:0px 0 0 0 !important;}
.select2-container .select2-choice {padding:0 10px 0 10px !important;}
.select2-container .select2-choice .select2-arrow b {
    background-position:0 0px !important;
}
.select2-container .select2-dropdown {z-index: 99999999 !important;}

a.smbtn-look {width:22px; height:18px; display:inline-block;
	background:url(../images/smbtn_look.png) no-repeat center center;
}
a.smbtn-edit {width:22px; height:18px; display:inline-block;
	background:url(../images/smbtn_edit.png) no-repeat center center;
}
a.smbtn-del {width:22px; height:18px; display:inline-block;
	background:url(../images/smbtn_del.png) no-repeat center center;	
}

table[align="center"] {
	margin:0 auto;
}