@charset "utf-8";
@import url('reset.css');
@import url('animate.min.css');
@import url('/public/plugins/font-awesome-4.7.0/css/font-awesome.min.css');

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

:root {
	--page-width: 1200px;
	--font-size: 14px;
	--font-color: #939393;
	--theme-color: #ee822f;
	--hover-color: #ee822f;
	--nav-height: 58px;
	--nav-son-color: #ee822f;
	--p-line-height: 200%;
	--p-size: 16px;
	--p-color: #333;
	--font-color-hover: #ee822f;
}

body {
	background-color: #fff;
	overflow: hidden;
	font-size: var(--font-size);
}


input {
	font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, 微软雅黑, Arial, sans-serif;
}

img {
	max-width: 100%;
}

a {
	background: transparent;
	text-decoration: none;
	color: var(--p-color)
}

a:active,
a:hover {
	outline: 0
}

a:hover {
	text-decoration: none;
	color: var(--hover-color)
}

.textCenter {
	text-align: center;
}

.wrapper {
	width: var(--page-width);
	margin: 0 auto;
	text-align: left
}

.index .wrapper {
	width: var(--page-width);
}

.ov {
	overflow: hidden;
}

.ts {
	text-transform: uppercase
}

.mauto {
	margin: 0 auto
}

.pz {
	position: relative;
	z-index: 0
}

.pa {
	position: absolute;
	z-index: 0
}

.bz {
	box-sizing: border-box
}

.b {
	font-weight: bold
}

.i {
	font-style: italic
}

.hidden {
	display: none !important
}

.cb {
	clear: both
}

.tes {
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mt20 {
	margin-top: 20px;
}

/*animation*/
@keyframes slideDown {
	0% {
		top: 45px;
		opacity: 0;
		transform: scale(0, 0);
	}

	to {
		top: 56px;
		opacity: 1;
		transform: scale(1, 1);
	}
}

@-webkit-keyframes slideDown {
	0% {
		top: 45px;
		opacity: 0;
		transform: scale(0, 0);
	}

	to {
		top: 56px;
		opacity: 1;
		transform: scale(1, 1);
	}
}

@keyframes headerDown {
	0% {
		transform: translateY(-70%);
	}

	to {
		transform: translateY(0);
	}
}

.img img {
	transform: scale(1);
}

a:hover .img img {
	transform: scale(1.1, 1.1);
}

.flex {
	display: flex;
	display: -webkit-flex;
}

.flexJb {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

.flexColumn {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
}

.flexAc {
	display: flex;
	display: -webkit-flex;
	align-items: center;
}

.flexCenter {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
}

.flexWrap {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}

.flexRight {
	display: flex;
	display: -webkit-flex;
	justify-content: flex-end;
}

.ovd {
	overflow: hidden;
}

.db {
	display: block;
}

#app {
	overflow: hidden;
}

.wow {
	visibility: hidden;
	/* 初始状态不可见 */
	opacity: 0;
	/* 初始状态完全透明 */
}

.wow.animate__animated {
	visibility: visible;
	/* 动画触发时可见 */
	opacity: 1;
	/* 动画触发时完全不透明 */
}

/*header*/

header {
	width: 100%;
	height: 116px;
	background-color: #fff;
	border-top: 6px solid var(--theme-color);
}

header .wrapper {
	height: 110px;
}

header .logo {
	flex-grow: 0;
	flex-shrink: 0;
	margin-right: 50px;
}

header .logo,
header .logo img {
	height: 79px;
}

header .r {
	width: 850px;
}

header .r .links {
	width: 100%;
	height: 42px;
	border-bottom: 1px solid #e5e5e5;
}

header .r .links li {
	display: inline-flex;
	line-height: 41px;
	padding: 0 20px 0 16px;
	position: relative;
}

header .r .links li::after {
	content: '';
	display: block;
	width: 1px;
	height: 10px;
	background-color: #999;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

header .r .links li:last-child::after {
	display: none;
}

/*nav*/
nav {
	flex: 1;
	height: var(--nav-height);
}

/*

nav.active {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	-webkit-animation: headerDown .5s 1;
	-khtml-animation: headerDown .5s 1;
	animation-direction: alternate;
	box-shadow: 0 0 5px #666;
}
*/

nav ul {
	width: 100%;
	overflow: visible !important;
	margin: 0 auto;
	font-size: 0;
}

nav li {
	position: relative;
	z-index: 9999999;
	height: var(--nav-height);
}

nav li.last {
	width: 24px;
	height: 24px;
	background-color: var(--theme-color);
	border-radius: 50%;
	cursor: pointer;
	margin-right: 2px;
}

nav li .a {
	display: inline-block;
	height: var(--nav-height);
	text-align: center;
	line-height: var(--nav-height);
	font-size: 16px;
	color: var(--p-color);
	width: 100%;
	border-bottom: 2px solid #fff;
}

nav li .a:hover,
nav li .a.active {
	color: #333;
	border-color: var(--theme-color);
}

nav .dl {
	overflow: hidden;
	display: none;
	position: absolute;
	z-index: 999;
	top: 56px;
	left: 0;
	width: 100%;
	background: var(--nav-son-color);
	text-align: center;
	-webkit-animation: slideDown 0.3s 1;
	-khtml-animation: slideDown 0.3s 1;
	animation-direction: alternate
}

nav li:hover .dl {
	display: block;
}

nav dt {
	overflow: hidden;
	width: 100%;
}

nav dt a {
	overflow: hidden;
	display: block;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	line-height: 25px;
}

nav dt a:link,
nav dt a:visited {
	font-size: var(--font-size);
	color: #fff
}

nav dt a:hover {
	background-color: #890c01;
	text-decoration: none;
	color: #fff
}

/*swiper*/
.homeSwiper {
	z-index: 1;
}

.homeSwiper::after {
	content: '';
	display: block;
	width: 20px;
	height: 34px;
	background: url(../images/icon/pointer.png) no-repeat;
	position: absolute;
	z-index: 9999999;
	bottom: 60px;
	left: 50%;
	transform: translateX(-50%);
}

.homeSwiper img {
	width: 100%;
}

.homeSwiper article {
	top: 20%;
	left: 0;
	width: 100%;
}

.homeSwiper article .title {
	font-weight: bold;
	font-size: 66px;
	color: #fff;
	line-height: 140%;
}

.homeSwiper article .des {
	margin-top: 25px;
	font-size: 32px;
	color: #fff;
	line-height: 46px;
}

.swiper-button-next,
.swiper-button-prev {
	color: #fff !important;
}

.swiper-pagination-bullet-active {
	background-color: var(--font-color) !important;
}

.homeSwiper .swiper-pagination {
	display: flex;
	width: 100%;
	align-items: flex-start;
	justify-content: center;
	bottom: 25px !important;
}

.homeSwiper .swiper-pagination-bullet {
	background-color: #fff;
	opacity: 1;
	width: 15px;
	height: 15px;
	border: 1px solid transparent;
	border-radius: 50%;
	background: none !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

.homeSwiper .swiper-pagination-bullet::after {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	background-color: #fff;
	border-radius: 50%;
}

.homeSwiper .swiper-pagination-bullet-active {
	border-color: #fff;
}

/*other*/
.banner {
	width: 100%;
}

.banner img {
	display: block;
	width: 100%;
}

.banner article {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.banner article .title {
	line-height: 150%;
	font-size: 48px;
	color: #fff;
}

.banner article .intro {
	line-height: 250%;
	font-size: 32px;
	color: #fff;
}

.main {
	padding: 105px 0 90px 0;
	background-color: #f5f5f5;
}

.main.market {
	background-image: url(../images/bg/market-main.png);
	background-repeat: no-repeat;
	background-position: center right;
}

.main.sanxiao {
	background-image: url(../images/bg/sanxiao-main.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.main.news {
	background-image: url(../images/bg/news-main.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.main.news.hdrc {
	background-image: url(../images/bg/hdrc-main.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/*sidebar*/
.sidebar {
	width: 200px;
	flex-shrink: 0;
	flex-grow: 0;
}

.sidebar .title {
	width: 100%;
	background-color: #e94c1d;
	height: 55px;
	padding: 9px 0 0 15px;
}

.short-film .sidebar .title {
	background-color: #84bb25;
}

.news .sidebar .title {
	background-color: #be7a30;
}

.market .sidebar .title {
	background-color: #029fd1;
}

.sanxiao .sidebar .title {
	background-color: #f5a425;
}

.sidebar .title .icon {
	width: 37px;
}

.sidebar .title .icon img {
	max-width: 100%;
}

.sidebar .title article {
	margin-left: 21px;
}

.sidebar .title article .ltypename {
	line-height: 22px;
	font-size: 16px;
	color: #fff;
}

.sidebar .title article .en-ltypename {
	line-height: 140%;
	font-size: 12px;
	color: #fff;
}

.sidebar ul {
	margin-top: 3px;
}

.sidebar li {
	margin-bottom: 3px;
}

.sidebar li a {
	position: relative;
	width: 100%;
	height: 55px;
	background: #fff;
	font-size: 16px;
	color: #333;
	padding-left: 19px;
}

.sidebar li a::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	border-left: 10px solid #c1c1c1;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.sidebar li.active a {
	background-color: #e94c1d;
	color: #fff;
}

.short-film .sidebar li.active a {
	background-color: #84bb25;
}

.news .sidebar li.active a {
	background-color: #be7a30;
}

.market .sidebar li.active a {
	background-color: #029fd1;
}

.sanxiao .sidebar li.active a {
	background-color: #f5a425;
}

.sidebar li.active a::after {
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 14px solid #fff;
	border-bottom: 0;
}

.sidebar li a img {
	margin-right: 10px;
}

.sidebar li a.active {
	color: var(--background-color);
}

.main .r {
	width: 960px;
}

.main .r .positions {
	background-color: #e94c1d;
	color: #fff;
	padding: 0 20px;
	border-bottom: 0;
}

.short-film.main .r .positions {
	background-color: #84bb25;
}

.news.main .r .positions {
	background-color: #be7a30;
}

.market.main .r .positions {
	background-color: #029fd1;
}

.sanxiao.main .r .positions {
	background-color: #f5a425;
}

.main .r .positions a {
	color: #fff;
}

.main .r .positions li:first-child {
	font-size: 0;
}

.main .r .positions svg path {
	fill: #fff;
}

/*main*/

main .typename {
	line-height: 52px;
	margin-bottom: 25px;
}

main .typename::after {
	content: '';
	display: block;
	margin-top: 7px;
	display: block;
	width: 59px;
	height: 3px;
	background-color: #bcbcbc;
}

main .typename h1,
main .typename .title {
	font-size: 25px;
	color: #212121;
}

.detail {
	background-color: #fff;
	padding: 35px 50px;
}

.introduction {
	padding: 30px 0;
	text-align: justify;
	line-height: var(--p-line-height);
	font-size: var(--p-size);
	color: var(--p-color);
}

.introduction.nmt {
	margin-top: 0;
	padding: 0;
}

.introduction div,
.introduction p {
	font-size: var(--p-size);
	color: var(--p-color);
}

.introduction img {
	max-width: 100%
}

.articleImg {
	width: 100%;
	margin: 0 0 0 0;
	text-align: center
}

.articleImg img {
	display: block;
	max-width: 100%;
	margin: 0 auto
}

.articleImg2 {
	width: 100%;
	margin: 0 0 22px 0;
	text-align: center
}

.articleImg2 img {
	display: block;
	max-width: 100%;
	margin: 0 auto
}

.articleBody {
	width: 400px;
	margin: 20px 0
}

.articleTitle {
	overflow: hidden;
	width: 100%;
	text-align: center;
	line-height: 32px;
	font-size: 20px;
	color: var(--p-color);
	margin-bottom: 8px;
}

.articleTitle2 {
	overflow: hidden;
	width: 100%;
	text-align: center;
	line-height: 32px;
	font-size: var(--font-size);
	color: var(--background-color);
	font-weight: bold;
	margin-bottom: 8px;
}

.articlePhoto {
	margin-top: 18px;
	margin-bottom: 16px;
}

.articleTime {
	width: 100%;
	margin-top: 8px;
	margin-bottom: 15px;
	text-align: center;
	line-height: 21px;
	font-size: 18px;
	color: #262626;
	padding-bottom: 22px;
}

.articleDes {
	text-align: center;
	line-height: 28px;
	font-size: 14px;
	color: #42403f
}

.articlePages {
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px dashed #969797
}

.articlePages div {
	width: 50%;
	font-size: 16px;
	color: #666
}

.askNow a {
	width: 165px;
	height: 35px;
	background: #ea6000;
	margin: 10px auto;
	line-height: 35px;
	font-size: 14px;
	color: #fff
}

.askNow a:hover {
	background: linear-gradient(to bottom, #f78e45, #ea6000)
}


/*分页*/
.pages {
	padding: 20px 0 15px 0;
	text-align: right;
}

.pages li {
	display: inline;
}

.pages li.active a {
	background-color: var(--theme-color);
	color: #fff;
}

.short-film.main .pages li.active a {
	background-color: #84bb25;
}

.market.main .pages li.active a {
	background-color: #029fd1;
}

.sanxiao.main .pages li.active a {
	background-color: #f5a425;
}

.pages a,
.pages em {
	display: inline-block;
	height: 28px;
	margin-right: 5px;
	padding: 0 8px;
	background: #f7f7f7;
	border: 1px solid #f7f7f7;
	line-height: 28px;
	font-size: 14px;
	color: #666
}

.pages span {
	display: inline-block;
	height: 28px;
	margin-right: 5px;
	padding: 0 8px;
	line-height: 28px;
	font-size: 14px;
	color: #666
}

.pages span.disabled {
	background: var(--color);
	color: #666
}

.pages em {
	background: var(--color);
	color: #fff;
	font-style: normal;
}

.pages span.current {
	background: var(--theme-color);
	color: #fff;
}

/*在线留言*/
.guestbook {
	padding: 92px 0 390px 0;
	background: url(../images/bg/guestbook-page1.jpg) no-repeat center top;
}

.guestbook.guestbook2 {
	background-image: url(../images/bg/guestbook2-main.png);
	background-position: left top;
}

.guestbook .title2 {
	margin-top: 40px;
	line-height: 36px;
	font-size: 18px;
	color: #333;
}

.guestbook ul {
	margin: 0 auto;
	margin-top: 40px;
	width: 708px;
}

.guestbook li {
	margin-bottom: 30px;
}

.guestbook li.no-margin {
	margin-bottom: 0;
}

.guestbook li.text {
	margin-bottom: 0;
	line-height: 43px;
	font-size: 14px;
	color: #808080;
	padding: 0 20px;
}

.guestbook .input {
	width: 342px;
	height: 60px;
	background: #fff;
	border: 1px solid #e6e6e6;
	padding: 0 19px;
	font-size: 14px;
	color: #333;
}

.guestbook .select {
	width: 100%;
	height: 60px;
	background: #fff;
	border: 1px solid #e6e6e6;
	padding: 0 19px;
	font-size: 14px;
	color: #999;
}


.guestbook .textarea {
	width: 100%;
	height: 144px;
	background: #fff;
	border: 1px solid #e6e6e6;
	padding: 10px 19px;
	font-size: 14px;
	color: #333;
}

.guestbook .button {
	width: 100%;
	height: 60px;
	background: var(--theme-color);
	border: 0;
	cursor: pointer;
	font-size: 24px;
	color: #fff;
	font-family: '微软雅黑';
}

.guestbook.guestbook2 .button {
	background: #a476e9;
}

.page .title .text {
	line-height: 57px;
	font-size: 42px;
	color: #333;
}

.page .title::after {
	content: '';
	margin-top: 31px;
	display: block;
	width: 48px;
	height: 4px;
	background-color: var(--theme-color);
}

/*home*/
.home .page1 {
	width: 100%;
	height: 700px;
	background: url(../images/bg/index-page1.jpg) no-repeat center top;
}

.home .page1 .search {
	margin-top: 130px;
	width: 100%;
	background-color: #fff;
	padding: 30px 100px;
	border-bottom: 5px solid var(--theme-color);
}

.home .page1 .search .input {
	width: 845px;
	height: 41px;
	background: none;
	border: 1px solid #d4d4d4;
	border-radius: 5px;
	margin-right: 44px;
	padding: 0 16px;
}

.home .page1 .search .button {
	width: 121px;
	height: 41px;
	background: var(--theme-color);
	border: 0;
	border-radius: 5px;
	font-size: 14px;
	color: #fff;
}

.home .page1 .search .button svg {
	margin-right: 6px;
}

.home .page1 .list {
	margin-top: 108px;
}

.home .page1 .list li {
	width: calc((100% - 38px*3) / 4);
	margin-right: 38px;
	margin-bottom: 34px;
}

.home .page1 .list li:nth-child(4n) {
	margin-right: 0;
}

.home .page1 .list li .img {
	width: 271px;
	height: 63px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding-left: 31px;
}

.home .page1 .list li .icon {
	margin-right: 21px;
}

.home .page1 .list li .icon img {
	width: 37px;
}

.home .page1 .list li .img .title {
	line-height: 23px;
	font-size: 18px;
	color: #fff;
}

.home .page1 .list li .img .en-title {
	line-height: 110%;
	font-size: 12px;
	color: #fff;
}

.home .page2 {
	width: 100%;
	height: 730px;
	background: url(../images/bg/index-page2.jpg) no-repeat center top;
}

.home .page2 .title {
	margin-top: 92px;
	width: 38px;
	font-size: 36px;
	color: var(--theme-color);
	line-height: 105%;
	padding-bottom: 42px;
	background: url(../images/icon/butterfly.png) no-repeat center bottom;
}

.home .page2 .title::after {
	content: '';
	display: block;
	margin-top: 18px;
	height: 191px;
	width: 1px;
	background-color: var(--theme-color);
}

.home .page2 .list {
	margin: 89px 0 0 128px;
	width: 963px;
}

.home .page2 .list li {
	width: calc((100% - 94px *3) / 4);
	margin-right: 94px;
	margin-bottom: 47px;
}

.home .page2 .list li:nth-child(4n) {
	margin-right: 0;
}

.home .page2 .list li .img,
.home .page2 .list li .img img {
	width: 100%;
}

.home .page2 .list li .text {
	height: 38px;
	line-height: 38px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
}

.home .page3 {
	width: 100%;
	height: 730px;
}

.home .page3 .title {
	margin-top: 100px;
	width: 38px;
	font-size: 36px;
	color: var(--theme-color);
	line-height: 105%;
	padding-bottom: 42px;
	background: url(../images/icon/butterfly.png) no-repeat center bottom;
}

.home .page3 .title::after {
	content: '';
	display: block;
	margin-top: 18px;
	height: 191px;
	width: 1px;
	background-color: var(--theme-color);
}

.home .page3 .c {
	margin: 95px 0 0 30px;
	width: 1133px;
}

.home .page3 .c .topnews {
	width: 500px;
}

.home .page3 .c .topnews .text {
	margin-top: 24px;
	line-height: 29px;
	font-size: 18px;
}

.home .page3 .c .topnews .content {
	margin-top: 9px;
	line-height: 24px;
	font-size: 14px;
	color: #8b8b8b;
}

.home .page3 .c .topnews .details {
	margin-top: 13px;
	height: 24px;
	font-size: 14px;
	color: #333;
}

.home .page3 .c .topnews .details .date {
	margin-left: 14px;
}

.home .page3 .c .topnews .details .date::before {
	content: '';
	display: block;
	flex-shrink: 0;
	flex-grow: 0;
	width: 1px;
	height: 12px;
	background-color: #5d5d5d;
	margin-right: 14px;
}

.home .page3 .c .topnews a:hover .content,
.home .page3 .c .topnews a:hover .details {
	color: var(--theme-color);
}

.home .page3 .c .topnews a:hover .details .date::before {
	background-color: var(--theme-color);
}

.home .page3 .c .list {
	width: 588px;
}

.home .page3 .c .list li {
	margin-bottom: 36px;
}

.home .page3 .c .list .img,
.home .page3 .c .list .img .img {
	width: 200px;
}

.home .page3 .c .list article {
	width: 358px;
	margin-left: 30px;
}

.home .page3 .c .list article .text {
	margin-top: 9px;
	line-height: 31px;
	font-size: 18px;
	height: 31px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.home .page3 .c .list article .content {
	margin-top: 7px;
	line-height: 20px;
	font-size: 14px;
	color: #666;
}

.home .page3 .c .list article .details {
	margin-top: 13px;
	width: 110px;
	height: 36px;
	font-size: 14px;
	color: #666;
	border: 1px solid #2e5a4f;
	border-radius: 18px;
	border-right-color: #c22629;
}

.common-typename {
	line-height: 53px;
	font-size: 36px;
	color: #333;
}

.common-typename::after {
	content: '';
	display: block;
	margin-top: 30px;
	width: 48px;
	height: 4px;
	background-color: var(--theme-color);
}

.guestbook.guestbook.guestbook2 .common-typename::after {
	background-color: #a476e9;
}

.common-typename2 {
	line-height: 60px;
	font-size: 36px;
	color: #333;
}

/*about*/
.about .page1 {
	padding: 91px 0 70px 0;
	background: url(../images/bg/about-page1.jpg) no-repeat center top;
}

.about .page1 .intro {
	margin-top: 20px;
	line-height: 180%;
	font-size: 18px;
	color: #333;
}

.about .page2 {
	padding: 91px 0 70px 0;
	background: url(../images/bg/about-page2.jpg) no-repeat center top;
}

.about .page2 .list {
	margin-top: 48px;
}

.about .page2 .list li {
	width: calc((100% - 40px*3) / 4);
	margin-right: 40px;
	margin-bottom: 15px;
}

.about .page2 .list li:nth-child(4n) {
	margin-right: 0;
}

.about .page2 .list li .img,
.about .page2 .list li .img img {
	width: 100%;
}

.about .page2 .list li .text {
	width: 100%;
	text-align: center;
	line-height: 61px;
	height: 61px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
}

/*positions*/
.positions {
	height: 46px;
	border-bottom: 4px solid #be8a30;
	font-size: 16px;
}

.positions li:first-child {
	font-size: 0;
}

.positions span {
	margin: 0 18px;
}

/*forum*/
.forum {
	padding: 87px 0;
	background: url(../images/bg/forum.jpg) no-repeat center top #f9f9f9;
}

.forum .positions {
	margin-top: 23px;
}

.forum-list li {
	width: 100%;
}

.forum-list li a {
	width: 100%;
	border-bottom: 1px solid #be8a30;
	font-size: 16px;
	padding: 10px 0;
	line-height: 35px;
}

.market.main .forum-list li a {
	border-color: #029fd1;
}

/*footer*/
footer {
	padding: 47px 0 57px 0;
	border-top: 1px solid #ccc;

}

/*image-list*/
.image-list {
	margin-top: 33px;
	padding-bottom: 32px;
	border-bottom: 2px solid var(--theme-color);
}

.short-film.main .image-list {
	border-color: #84bb25;
}

.news.main .image-list {
	border-color: #be7a30;
}

.sanxiao.main .image-list {
	border-color: #f5a425;
}

.image-list li {
	width: calc((100% - 44px * 3) / 4);
	margin-right: 44px;
	margin-bottom: 23px;
}

.image-list li:nth-child(4n) {
	margin-right: 0;
}

.image-list li .text {
	width: 100%;
	height: 47px;
	line-height: 47px;
	text-align: left;
	font-size: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

/*schedule-list*/
.schedule-date-list {
	margin-top: 16px;
}

.schedule-date-list li,
.schedule-date-list li a {
	display: inline-flex;
}

.schedule-date-list li a {
	line-height: 26px;
	padding: 0 4px;
}

.schedule-date-list li a:hover,
.schedule-date-list li a.active {
	background-color: #be7a30;
	color: #fff;
}

.schedule-list {
	margin-top: 33px;
}

.schedule-list .ut {
	border: 1px solid #c8c8c8;
}

.schedule-list .u-t div {
	height: 58px;
	background-color: #dcdcdc;
	border-right: 1px solid #c8c8c8;
	width: 25%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 19px;
}

.schedule-list .u-t div:nth-child(2) {
	width: 50%;
}

.schedule-list .u-t div:nth-child(3) {
	border-right: 0;
}

.schedule-list .u-b {
	align-items: stretch;
}

.schedule-list .u-b div {
	background-color: #fff;
	border-right: 1px solid #c8c8c8;
	width: 25%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	padding: 15px 25px;
}

.schedule-list .u-b div:nth-child(2) {
	width: 50%;
}

.schedule-list .u-b div:nth-child(3) {
	border-right: 0;
}

/*news-detail*/
.news-detail {
	padding: 92px 0;
}

.news-detail .title {
	line-height: 64px;
	font-size: 36px;
}

.news-detail .date {
	margin-top: 17px;
	height: 33px;
	font-size: 18px;
	color: #ccc;
}

.news-detail .date svg {
	margin-right: 9px;
}

.news-detail .des {
	margin-top: 34px;
	padding: 25px;
	background-color: #f7f7f7;
	line-height: 180%;
	font-size: 16px;
	color: #808080;
}

.news-detail .share {
	margin-top: 35px;
}

.news-detail .share .title {
	font-size: 14px;
	color: #808080;
}

.news-detail .share .weixin,
.news-detail .share .sina {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid #e9e9e9;
	margin-left: 10px;
	cursor: pointer;
}

.news-detail .prev-next {
	padding-top: 38px;
	border-top: 4px solid #be7a30;
}

.news-detail .prev-next a {
	width: 200px;
	height: 60px;
	background-color: #fff;
	border: 1px solid #e6e6e6;
	font-size: 18px;
	color: #808080;
}

.news-detail .prev-next a:hover {
	background-color: var(--theme-color);
	border-color: var(--theme-color);
	color: #fff;
}

/*exhibition*/
.exhibition .page1 {
	padding-top: 92px;
	padding-bottom: 109px;
	background: url(../images/bg/exhibition-page1-top.png) no-repeat left top;
	background-color: #f9f9f9;
	overflow: hidden;
}

.exhibition .page1::after {
	content: '';
	display: block;
	width: 701px;
	height: 837px;
	position: absolute;
	z-index: 999;
	right: 0;
	bottom: 200px;
	background: url(../images/bg/exhibition-page1-bottom.png) no-repeat right bottom 0;
}

.exhibition .page1 .list {
	margin-bottom: 26px;
}

.exhibition .page1 .etitle {
	line-height: 34px;
	font-size: 18px;
	color: #ee822f;
	margin-bottom: 18px;
}

.exhibition .page1 ul li .input {
	width: calc((100% - 92px) / 3);
	height: 50px;
	background: none;
	border: 1px solid #d1d6c9;
	border-radius: 5px;
	margin-bottom: 19px;
	margin-right: 46px;
	padding: 0 25px;
	font-size: 16px;
}

.exhibition .page1 ul li .input:nth-child(3n) {
	margin-right: 0;
}

.exhibition .page1 ul li .input.input2 {
	width: 100%;
	margin-right: 0;
}

.exhibition .page1 ul li .input::placeholder,
.exhibition .page1 ul li .textarea::placeholder {
	color: #666;
}

.exhibition .page1 ul li .select {
	width: calc((100% - 92px) / 3);
	height: 50px;
	background: none;
	border: 1px solid #d1d6c9;
	border-radius: 5px;
	margin-bottom: 19px;
	padding: 0 25px;
	font-family: '微软雅黑';
	font-size: 16px;
}

.exhibition .page1 ul li .select.mr {
	margin-right: 46px;
}

.exhibition .page1 ul li .select.w100 {
	width: 100%;
}

.exhibition .page1 ul li .textarea {
	width: 100%;
	height: 170px;
	background: none;
	border: 1px solid #d1d6c9;
	border-radius: 5px;
	margin-bottom: 19px;
	padding: 15px 25px;
	font-family: '微软雅黑';
	font-size: 16px;
}

.exhibition .page1 .des {
	padding: 25px;
	line-height: 180%;
	font-size: 14px;
	color: #333;
	margin-bottom: 5px;
}


.exhibition .page1 .des2 {
	padding: 30px 50px;
	background-color: #ee822f;
	border-radius: 10px;
	line-height: 180%;
	font-size: 18px;
	color: #fff;
}

.exhibition .page1 .button {
	margin-top: 48px;
}

.exhibition .page1 .button button {
	width: 708px;
	height: 50px;
	background: #ee822f;
	border: 0;
	font-size: 18px;
	color: #fff;
}

.exhibition .page2 {
	padding: 90px 0 47px 0;
	background-color: #fff;
}

.exhibition .page2 li {
	margin-bottom: 119px;
}

.exhibition .page2 .img {
	width: 550px;
}

.exhibition .page2 .img img {
	width: 100%;
}

.exhibition .page2 article {
	width: 578px;
	margin-top: 42px;
}

.exhibition .page2 article .atitle {
	line-height: 56px;
	font-size: 36px;
	color: #333;
}

.exhibition .page2 article .atitle::after {
	content: '';
	display: block;
	width: 48px;
	height: 4px;
	background-color: #ee822f;
	margin-top: 19px;
}

.exhibition .page2 article .acontent {
	margin-top: 24px;
	line-height: 34px;
	font-size: 18px;
	color: #333;
}

.xsidebar {
	margin-top: 0;
	margin-bottom: 40px;
}

.xsidebar ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.xsidebar li {
	margin: 0 20px 20px 0;
}

.xsidebar li a {
	display: inline-flex;
	line-height: 50px;
	border: 1px solid #ccc;
	padding: 0 30px;
	font-size: 18px;
	transition: all .5s;
}

.xsidebar li.active a {
	border-color: #be7a30;
	background: #be7a30;
	color: #fff;
}

/* 添加搜索框样式 */
.search-popup {
	position: fixed;
	top: 116px;
	/* header高度 */
	left: 0;
	width: 100%;
	background: #fff;
	padding: 15px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	z-index: 999;
	display: none;
}

.search-popup.active {
	display: block;
}

.search-popup .search-container {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

.search-popup input {
	flex: 1;
	padding: 10px 15px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 16px;
}

.search-popup button {
	margin-left: 10px;
	padding: 10px 20px;
	background: var(--theme-color);
	color: white;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

.weixin, .sina {
  cursor: pointer;
  margin-left: 10px;
  padding: 5px;
  border-radius: 4px;
  transition: all 0.3s;
}

.weixin:hover {
  background-color: rgba(59, 172, 0, 0.1);
}

.sina:hover {
  background-color: rgba(204, 204, 204, 0.1);
}

 /* 分享按钮样式 */
    .share-container {
      display: inline-block;
    }
    
    .share-buttons {
      display: flex;
      align-items: center;
    }
    
    .share-label {
      margin-right: 10px;
      font-size: 14px;
      color: #666;
    }
    
    .share-btn {
      width: 36px;
      height: 36px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: all 0.3s;
      background: #f7f7f7;
    }
    
    .share-btn:hover {
      background: #e8f5e9;
    }
    
    .wechat-icon {
      width: 20px;
      height: 20px;
    }
    
    /* 二维码弹窗样式 */
    .qr-modal {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.5);
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 9999;
    }
    
    .qr-modal-content {
      background: white;
      border-radius: 8px;
      width: 280px;
      padding: 20px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
      animation: modalFadeIn 0.3s;
    }
    
    .qr-modal-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 15px;
    }
    
    .qr-modal-header h3 {
      margin: 0;
      font-size: 18px;
      color: #333;
    }
    
    .close-btn {
      font-size: 24px;
      cursor: pointer;
      color: #999;
      padding: 0 10px;
    }
    
    .close-btn:hover {
      color: #666;
    }
    
    .qr-code-container {
      padding: 10px;
      background: #f5f5f5;
      border-radius: 4px;
      margin-bottom: 15px;
      display: flex;
      justify-content: center;
    }
    
    .qr-canvas {
      border: 1px solid #eee;
    }
    
    .qr-instruction {
      font-size: 13px;
      color: #666;
      line-height: 1.6;
    }
    
    .qr-instruction p {
      margin: 5px 0;
    }
    
    @keyframes modalFadeIn {
      from {
        opacity: 0;
        transform: translateY(-20px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

.nav,
.leftNav {
	display: none;
}

@media (max-width: 768px) {
	:root {
		--page-width: 100vw;
	}

	header {
		padding: 0 2%;
	}

	.banner img {
		width: 100%;
		height: 30vh;
		object-fit: cover;
	}

	.banner article {
		padding: 0 2%;
	}

	.banner article .title {
		font-size: 16px;
		margin-bottom: 2vw;
	}

	.banner article .intro {
		line-height: 150%;
		font-size: 14px;
		text-align: center;
	}

	.page .title .text {
		line-height: 170%;
		font-size: 20px;
	}

	.page .title::after {
		margin-top: 2vw;
	}


	footer {
		padding: 30px 2%;
	}

	footer .copyright {
		padding-top: 0;
	}

	header nav {
		display: none;
	}

	.nav {
		display: block;
		width: .45rem;
		height: .26rem;
		background: url(../images/icon/headerNav.png) no-repeat;
		background-size: 100%;
		border: 0;
		margin-right: .3rem;
		position: absolute;
		right: 0;
		top: 50px;
	}

	.leftNav {
		display: block;
		position: fixed;
		width: 50%;
		max-width: 400px;
		height: 100vh;
		background: var(--theme-color);
		z-index: 99999 !important;
		top: 0;
		left: 0;
		transform: translateX(-100%);
		transition: all .6s;
	}

	.leftNav.hide {
		transform: translateX(-100%);
	}

	.leftNav.active {
		transform: translateX(0);
	}

	.leftNav li {
		width: 100%;
		min-height: .6rem;
		line-height: .6rem;
		border-bottom: 1px solid #fff;
		padding: 0 .1rem;
		font-size: .24rem;
		color: #fff;
	}

	.leftNav li a {
		text-decoration: none;
		color: #fff;
		display: block;
		height: .6rem;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		font-size: .22rem;
	}

	.leftNav .angle {
		width: .3rem;
		height: .2rem;
	}

	.leftNav .angle i {
		font-size: .22rem;
	}

	.leftNav .angle.active i {
		transform: rotate(90deg);
	}

	.leftNav li.son {
		overflow: hidden;
		padding: 0 .4rem;
	}

	.shadow {
		position: fixed;
		width: 100vw;
		height: 100vh;
		overflow: hidden;
		background-color: rgba(0, 0, 0, 0.5);
		z-index: 99999 !important;
		top: 0;
		left: 0;
		display: none;
	}

	.shadow.active {
		display: block;
		animation: shadowShow .5s 1;
	}

	header .r {
		display: none;
	}

	header .logo,
	header .logo img {
		height: .8rem;
	}

	.homeSwiper article .title {
		font-size: 18px;
	}

	.homeSwiper article .des {
		font-size: 16px;
	}

	.homeSwiper img {
		height: 50vh;
		object-fit: cover;
	}

	.homeSwiper article {
		padding: 0 3vw;
		overflow: hidden;
		width: 100%;
	}

	.main {
		padding-top: 30px !important;
	}

	.xsidebar {
		margin-bottom: 0;
	}

	.xsidebar li a {
		line-height: 40px;
		font-size: 14px;
		padding: 0 20px;
	}

	.forum-list {
		padding: 0 2%;
	}

	.forum-list li a {
		font-size: 14px;
	}

	.about .page1 {
		padding: .4rem 0;
	}

	.common-typename {
		line-height: 40px;
		font-size: .36rem;
	}

	.common-typename::after {
		margin-top: .3rem;
	}

	.wrapper {
		padding-left: 2%;
		padding-right: 2%;
		width: 100%;
	}

	.about .page1 .intro {
		line-height: 180%;
		font-size: .24rem;
	}

	.about .page2 .list {
		margin-top: .48rem;
	}

	.about .page2 .list li {
		width: calc((100% - .3rem) / 2);
		margin-right: .3rem;
	}

	.about .page2 .list li:nth-child(even) {
		margin-right: 0;
	}

	.about .page2 .list li .text {
		font-size: .24rem;
	}

	.news-detail .title {
		margin-top: .5rem !important;
		line-height: 180%;
		font-size: .28rem;
	}

	.forum-list li .title {
		display: block;
		width: calc(100% - 1.4rem);
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.exhibition .page1 {
		padding-top: .8rem;
	}

	.common-typename {
		line-height: 180%;
		font-size: .28rem;
		margin-bottom: .4rem;
	}

	.exhibition .page1 .list {
		margin-bottom: .1rem;
		display: flex;
		flex-direction: column;
	}

	.exhibition .page1 .list li {
		width: 100%;
		flex-direction: column;
	}

	.exhibition .page1 .list li input,
	.exhibition .page1 .list select {
		width: 100% !important;
		background: #fff;
	}

	.exhibition .page1 .etitle {
		line-height: 180%;
		font-size: .24rem;
	}

	.exhibition .page2 {
		padding: .6rem 0;
		width: 100%;
	}

	.exhibition .page2 li {
		flex-direction: column;
		margin-bottom: .8rem;
		width: 100%;
	}

	.exhibition .page2 .img,
	.exhibition .page2 .img img {
		width: 100%;
	}

	.exhibition .page2 article .atitle {
		line-height: .6rem;
		font-size: .28rem;
	}

	.exhibition .page2 article {
		width: 100%;
	}

	.exhibition .page2 article .atitle::after {
		margin-top: .1rem;
	}

	.exhibition .page2 article .acontent {
		line-height: 180%;
		font-size: .2rem;
	}

	.guestbook {
		padding: .6rem 0;
	}

	.guestbook .title2 {
		line-height: 180%;
		font-size: .26rem;
		margin-top: .4rem;
	}

	.guestbook ul {
		width: 100%;
	}

	.guestbook ul li {
		flex-direction: column;
		margin-top: 0;
		margin-bottom: 0;
	}

	.guestbook .input,
	.guestbook .select,
	.guestbook .textarea {
		width: 100%;
		margin-bottom: .2rem;
	}

	.guestbook .button {
		margin-top: .2rem;
		height: .6rem;
		font-size: .2rem;
	}

	.guestbook li.text {
		line-height: 180%;
		font-size: .24rem;
	}

	.home .page1 {
		height: auto;
	}

	.home .page1 .search {
		margin-top: 1.3rem;
		padding: .3rem;
	}

	.home .page1 .search .button {
		flex-grow: 0;
		flex-shrink: 0;
		width: 100px;
	}

	.home .page1 .search .input {
		flex: 1;
		margin-right: .44rem;
	}

	.home .page1 .list {
		margin-top: .6rem;
	}

	.home .page1 .list li {
		width: calc((100% - .4rem) / 2);
		margin-right: .4rem;
	}

	.home .page1 .list li:nth-child(even) {
		margin-right: 0;
	}

	.home .page1 .list li .img {
		width: 100%;
	}

	.home .page2,
	.home .page3 {
		padding: 0 2%;
		height: auto;
	}

	.home .page2 .title,
	.home .page3 .title {
		font-size: .36rem;
		flex-grow: 0;
		flex-shrink: 0;
	}

	.home .page2 .list,
	.home .page3 .c {
		margin: 1rem 0 0 .4rem;
		flex-grow: 0;
		flex-shrink: 0;
		flex: 1;
	}

	.home .page2 .list li {
		width: calc((100% - .4rem) / 2);
		margin-right: .4rem;
		margin-bottom: .4rem;
	}

	.home .page2 .list li:nth-child(even) {
		margin-right: 0;
	}

	.home .page2 .list li .text {
		display: block;
		font-size: .24rem;
	}

	.home .page3 .c {
		flex-direction: column;
		margin: 0;
		padding: 0 2%;
		flex: 1;
		overflow: hidden;
	}

	.home .page3 .c .topnews {
		width: 100%;
		margin-bottom: .4rem;
	}

	.home .page3 .c .topnews .text {
		margin-top: .2rem;
		line-height: 180%;
		font-size: .2rem;
	}

	.home .page3 .c .list {
		width: 100%;
	}

	.home .page3 .c .list .img,
	.home .page3 .c .list .img .img {
		width: 2rem;
	}

	.home .page3 .c .list article {
		width: calc(100% - .2rem);
		margin-left: .2rem;
	}

	.home .page3 .c .list article .text {
		line-height: 180%;
		font-size: .22rem;
		margin-top: 0;
	}

	.home .page3 .c .list article .details {
		margin-top: .1rem;
		width: 100px;
		font-size: .22rem;
	}

	.main>.wrapper {
		flex-direction: column;
	}

	.sidebar {
		width: 100%;
		margin-bottom: .4rem;
	}

	.sidebar li a {
		font-size: .2rem;
	}

	.main .r {
		width: 100%;
	}

	.image-list {
		width: 100%;
		overflow: hidden;
	}

	.image-list li {
		width: calc((100% - .4rem) / 2);
		margin-right: .4rem;
		margin-bottom: .4rem;
	}

	.image-list li:nth-child(even) {
		margin-right: 0;
	}

	.image-list li .text {
		display: block;
		font-size: .24rem;
	}

	.news-detail, .forum {
		padding: .5rem 0;
	}

	.common-typename2 {
		line-height: 180%;
		font-size: .28rem;
	}

}