﻿@charset "utf-8";

/* CSS Document */

html {
	font-size: calc(100vw/7.5);
}
@media screen and (min-width: 750px) {
	html {
		font-size: 100px;
	}
}
:root {
	--com-red: #bd1a21;
	--com-gray: #e1e1e1;
}
a {
	text-decoration: none;
}
a:link {
	color: #333;
}
a:visited {
	color: #333;
}
a:hover {
	color: var(--com-red);
	/*text-decoration: underline;*/
}
a:active {
	color: #333;
}
.pad15 {
	padding-top: 0.15rem;
	padding-bottom: 0.15rem;
}
.pad30 {
	padding-top: 0.10rem;
	padding-bottom: 0.20rem;
}
.mt15 {
	margin-top: 15px;
}
.mt30 {
	margin-top: 0.30rem;
}
.topborder {
	border-top: 0.15rem solid var(--com-red);
}
/* Column */
.com-column-title {
	width: 100%;
	text-align: center;
	font-size: 0.30rem;
	padding-top: 0.20rem;
	margin-bottom: 0.20rem;
	position: relative;
}
.com-column-title:before {
	display: block;
	color: #e8e8e8;
	font-size: 0.68rem;
	line-height: 1;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}

/* Header */
.index-header {
	padding-top: 0.30rem;
	padding-bottom: 0.30rem;
}
.index-header .header, .index-header .others, .txt-news-title {
	justify-content: space-between;
	align-items: center;
}
.index-header .logo {
	display: block;
	height: 0.84rem;
	max-height: 60px;
}
.index-header .others {
	display: none;
	flex: 1 1 auto;
}
.index-header .others .ts {
	border-left: 1px solid var(--com-gray);
	font-size: 16px;
	font-weight: bold;
	padding-left: 0.20rem;
	margin-left: 0.20rem;
}
.index-header .others .xx {
	color: #bd1a21;
}
.index-header .others .xx figure {
	flex: 0 0 0.49rem;
	margin-right: 0.15rem;
}
.index-header .others .xx em {
	display: block;
	font-size: 18px;
	font-style: normal;
	line-height: 1.5;
}

/* Nav */
.index-nav {
	display: none;
	border-top: 4px solid var(--com-gray);
}
.com-nav {
	width: 100%；
}
.com-nav li {
	flex: 0 0 10%;
	text-align: center;
	position: relative;
}
.com-nav li:before {
	display: block;
	content: '';
	height: 0;
	width: 0;
	overflow: hidden;
	border-top: 2px solid #e2080d;
	position: absolute;
	left: 50%;
	bottom: 0.12rem;
	z-index: 2;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.com-nav li:hover:before {
	width: 0.34rem;
}
.com-nav li:not(:hover):before {
	width: 0;
}
.com-nav li:hover:before, .com-nav li:not(:hover):before {
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	transition: all .4s;
}
.com-nav li > a {
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 0.16rem 0;
}
.com-nav li:hover .drop-menu {
	display: block;
}

/* PC端导航 */
.drop-menu {
	display: none;
	animation: showDropMenu .4s;
	min-width: 100%;
	position: absolute;
	left: 50%;
	top: 100%;
	z-index: 3;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.drop-menu dl dd {
	border-bottom: 1px solid #b20000;
} 
.drop-menu a {
	display: block;
	background-color: var(--com-red);
	color: #fff;
	white-space: nowrap;
	padding: 8px 12px;
}
.drop-menu a:hover {
	background-color: #b20000;
}

/* 移动端导航 */
.m-nav {
	background-color: #f5f5f5;
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
}
.m-nav .nav-container {
	padding-top: 40px;
}
.m-nav .nav-content {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.m-nav .item {
	background-color: #fff;
	border: 1px solid #f0f0f0;
	border-left: 3px solid var(--com-red);
	padding: 5px;
	margin-top: 10px;
}
.m-nav .item:first-child {
	margin-top: 0;
}
.m-nav .item  a {
	display: block;
	padding: 3px 5px;
}
.m-nav .item .title {
	font-size: 15px;
}
.m-nav .item .content {
	display: none;
	border-top: 1px dashed var(--com-gray);
	padding-top: 5px;
}
.m-nav .item li {
	padding: 5px;
}
.m-nav .item li a {
	background-color: #eaeaea;
}
.m-nav .item li a:hover {
	color: #fff;
	background-color: var(--com-red);
}
.m-search {
	margin-bottom: 15px;
}
.m-search .form-item {
	width: 70%;
	padding-right: 36px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.m-search .form-item input[type="text"] {
	background-color: #fff;
	border: 1px solid var(--com-gray);
	padding: 7px;
}
.m-search .form-item input[type="submit"] {
	cursor: pointer;
	height: 100%;
	width: 36px;
	background: var(--com-red) url("../image/icon-09.png") 50% 50% no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}
.pc-search {
	display: none;
	border: 2px solid var(--com-gray);
	flex: 1 1 auto;
	padding: 5px;
	border-radius: 4px;
	margin-left: 50px;
	margin-right: 50px;
	max-width: 376px;
}
.pc-search .form-item div:first-child {
	flex: 1 1 auto;
}
.pc-search .form-item div:last-child {
	flex: 0 0 30px;
}
.pc-search .form-item input[type="submit"] {
	height: 100%;
	background: url("../image/icon-08.png") 50% 50% no-repeat;
	cursor: pointer;
}
#openPopMenu {
	background: var(--com-red) url("../image/icon-05.png") 50% 50% no-repeat;
	background-size: 26px 26px;
	border-radius: 4px;
	cursor: pointer;
	height: 32px;
	width: 32px;
	position: absolute;
	left: calc(-32px - 0.15rem);
	top: 0.54rem;
	z-index: 9;
}
#closePopMenu {
	background: url("../image/icon-07.png") 0 0 no-repeat;
	background-size: 100%;
	cursor: pointer;
	height: 36px;
	width: 36px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9;
}
.hide-nav {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

/* Banner */
.banner .pc-img {
	display: block;
	width: 100%;
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
}
#banner .swiper-pagination-bullet, #imgnews .swiper-pagination-bullet {
	height: 0.12rem;
	width: 0.12rem;
	background: #fff;
	opacity: 1;
}
#banner .swiper-pagination-bullet-active, #imgnews .swiper-pagination-bullet-active {
	background: var(--com-red);
}
#imgnews .swiper-pagination-bullets {
	bottom: 12px;
}
#imgnews .swiper-pagination {
	text-align: right;
}

/* News */
.com-column-title.xwzx:before {
	content: 'NEWS';
}
.swiper-button-next:after, .swiper-button-prev:after {
	background-color: rgba(255, 255, 255, .3);
	font-size: 0.30rem;
	padding: 0.10rem;
	color: #bd1a21;
}
.img-news, .txt-news, .video-news {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: 100%;
	max-width: 100%;
	padding: 0.15rem;
}
.img-news figure {
	width: 100%;
	position: relative;
}
.img-news figure .txt {
	background-color: rgba(0, 0, 0, .4);
	width: 100%;
	padding: 10px 15px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
}
.img-news figure .txt p {
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-right: 1.20rem;
}
.img-news {
	order: 1;
}
.txt-news {
	order: 2;
}
.video-news {
	order: 3;
}
.video-news .content {
	cursor: pointer;
}
.video-news .content em {
	background: url("../image/video-btn.png") 0 0 no-repeat;
	display: block;
	height: 84px;
	width: 84px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.txt-news-title {
	margin-bottom: 10px;
}
.txt-news-title h3 {
	border-bottom: 2px solid var(--com-red);
	color: var(--com-red);
	font-size: 16px;
}
.txt-news ul li {
	padding-top: 2px;
	padding-bottom: 3px;
}
.txt-news ul li a {
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-right: 60px;
}
.txt-news ul li span {
	display: block;
	float: right;
	color: #666;
}
.video-news .content {
	align-content: center;
	height: 100%;
}

/* 视频播放 */
.video-dialog {
	display: none;
	background-color: rgba(0, 0, 0, .6);
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}
.video-dialog .content {
	height: 100%;
}
.video-dialog .video {
	width: 100%;
	max-width: 960px;
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
}

/* Link */
.com-column-title.gzlj:before {
	content: 'LINK';
}
.link-container {
	margin-left: -0.10rem;
	margin-right: -0.10rem;
}
.link-container .link-item {
	padding: 0.10rem;
}

/* Footer */
.index-footer {
	background-color: #31a7fe;
	color: #fff;
	padding-top: 0.40rem;
	padding-bottom: 0.20rem;
}
.index-footer a {
	color: #fff;
}
.index-footer hr {
	border: 0;
	border-top: 1px solid #6cc0fd;
	height: 0;
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0.15rem 0;
	
}
.index-footer input[type="text"],
.index-footer input[type="submit"],
.index-footer select,
.m-search input[type="text"],
.m-search input[type="submit"],
.pc-search input[type="text"],
.pc-search input[type="submit"],
.contact-form input[type="text"],
.contact-form input[type="submit"],
.contact-form textarea {
	display: block;
	background: none;
	border: 0;
	font-size: 14px;
	font-family: "微软雅黑", "microsoft yahei";
	line-height: 1;
	padding: 5px;
	width: 100%;
	outline: none;
}
.index-footer .item {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: 100%;
	padding: 0.15rem;
}
.index-footer .sub-nav img {
	display: block;
	width: 100%;
	max-width: 472px;
}
.index-footer .sub-nav ul {
	/*max-width: 472px;*/
}
.index-footer .sub-nav ul li {
	flex: 0 0 25%;
	text-align: center;
}
.index-footer .sub-ewm,
.index-footer .sub-contact,
.index-footer .sub-links{
	justify-content: center;
}
.index-footer .sub-ewm figure {
	padding: 0.15rem;
	text-align: center;
}
.index-footer .sub-ewm img {
	display: block;
	width: 120px;
	margin-bottom: 5px;
}
.index-footer .sub-contact dt {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
.index-footer .sub-links .form-item {
	justify-content: space-between;
	border: 2px solid #6cc0fd;
	border-radius: 5px;
	padding: 5px;
	width: 210px;
	margin-top: 10px;
}
.index-footer .sub-links .form-item:first-child {
	margin-top: 0;
}
.index-footer .form-item input[type="text"] {
	color: #fff;
	flex: 1 1 auto;
}
.index-footer .form-item input[type="submit"] {
	flex: 0 0 29px;
	height: 29px;
	background: url("../image/icon_03.png") 50% 50% no-repeat;
	cursor: pointer;
}
.index-footer .form-item select {
	color: #fff;
}
.index-footer .copyright {
	justify-content: center;
	text-align: center;
}
.index-footer .copyright p {
	flex: 0 0 100%;
	padding-left: 5px;
	padding-right: 5px;
}

/* Page */
.page-banner {
	background: url("../image/pagebanner.jpg") 50% 0 no-repeat;
	background-size: auto 100%;
	height: 2.90rem;
	width: 100%;
}
.page-banner .title {
	color: #fff;
	text-align: center;
	width: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.page-banner .title p:first-child {
	font-size: 28px;
	margin-bottom: 5px;
}

.page-drop-nav {
	width: 100%;
}
.page-drop-nav .content {
	background-color: #fff;
	border-bottom: 1px solid var(--com-gray);
}
.page-drop-nav ul {
	border-left: 1px solid var(--com-gray);
}
.page-drop-nav ul li {
	border-right: 1px solid var(--com-gray);
	position: relative;
}
.page-drop-nav a {
	display: block;
	padding: 12px 15px;
}
.page-drop-nav a.home {
	background: url("../image/icon-10.png") 50% 50% no-repeat;
	width: 48px;
}
.page-drop-nav li i {
	display: inline-block;
	height: 0;
	width: 0;
	margin-left: 6px;
	border-top: 5px solid #c5c5c5;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	border-bottom: 0;
	position: relative;
	top: -2px;
}
.page-drop-nav .dl {
	display: none;
	animation: showDropMenu .4s;
	background-color: #fff;
	border: 1px solid var(--com-gray);
	text-align: center;
	min-width: calc(100% + 2px);
	position: absolute;
	top: 100%;
	left: -1px;
	z-index: 3;
}
.page-drop-nav .dl dd {
	border-top: 1px solid var(--com-gray);
	white-space: nowrap;
}
.page-drop-nav .dl dd:first-child {
	border-top: 0;
}
.page-drop-nav li.has-dl:hover .dl {
	display: block;
}

main.com-main {
	width: 100%;
	padding-top: 0.30rem;
	padding-bottom: 0.30rem;
}
.index-body .page-aside {
	display: none;
}
.index-body .page-aside h2 {
	background-color: var(--com-red);
	color: #fff;
	font-size: 24px;
	padding: 20px;
	margin-bottom: 0.15rem;
}
.index-body .page-aside a {
	display: block;
	font-size: 15px;
	padding: 16px 20px 16px 10px;
}
.index-body .page-aside dl {
	width: 100%;
}
.index-body .page-aside dl dd {
	background-color: #ededed;
	border-left: 10px solid #ededed;
	margin-top: 8px;
	position: relative;
}
.index-body .page-aside a:before {
	display: inline-block;
	content: '';
	height: 0;
	width: 0;
	border-left: 5px solid #4a4949;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 0;
	margin-right: 10px;
	position: relative;
	top: -1px;
}
.index-body .page-aside dl dd:first-child {
	margin-top: 0;
}
.index-body .page-aside dl dd:hover, .index-body .page-aside dl dd.active {
	border-left-color: #8d0006;
	background-color: var(--com-red);
}
.index-body .page-aside dl dd:hover a, .index-body .page-aside dl dd.active a {
	color: #fff;
}
.index-body .page-aside dl dd:hover a:before, .index-body .page-aside dl dd.active a:before {
	border-left: 5px solid #fff;
}
.index-body .page-body {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: 100%;
	padding: 0.15rem;
	max-width: 100%;
}
.page-body-title {
	justify-content: space-between;
	align-items: center;
	border-bottom: 4px solid var(--com-gray);
	width: 100%;
	padding-bottom: 5px;
	margin-bottom: 0.30rem;
}
.page-body-title .title {
	color: var(--com-red);
	font-size: 18px;
	padding-left: 32px;
}
.page-body-title .title:before {
	background: url("../image/icon-11.png") 0 0 no-repeat;
	background-size: 20px;
	display: block;
	content: '';
	height: 20px;
	width: 20px;
	margin-top: -10px;
	position: absolute;
	top: 50%;
	left: 0px;
	z-index: 2;
}
.page-body-title .pos {
	display: none;
}
.contact {
		justify-content: center;
	}
.contact-txt, .contact-form {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: 100%;
	padding: 0.15rem;
}
.contact-txt dt {
	color: #727272;
	font-size: 0.30rem;
	border-bottom: 1px solid var(--com-gray);
	padding-bottom: 0.30rem;
	margin-bottom: 0.30rem;
}
.contact-txt dd {
	padding-top: 2px;
	padding-bottom: 2px;
}
.contact-txt span.tel {
	color: var(--com-red);
	font-size: 0.42rem;
}
.contact-txt span.tel img {
	display: inline-block;
	width: 0.41rem;
	margin-right: 0.20rem;
	vertical-align: middle;
	position: relative;
	top: -2px;
}
.contact-form {
	max-width: 600px;
}
.contact-form ul {
	margin-left: -0.10rem;
	margin-right: -0.10rem;
}
.contact-form ul li {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: 50%;
	padding: 0.10rem;
}
.contact-form ul li:last-child {
	margin-top: 0.15rem;
}
.contact-form ul li.full {
	flex-basis: 100%;
}
.contact-form .form-item {
	background-color: #f3f3f3;
	padding: 5px;
}
.contact-form textarea {
	height: 180px;
	resize: none;
	padding-top: 10px;
	padding-bottom: 10px;
}
.contact-form input[type="submit"] {
	background-color: var(--com-red);
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	width: 160px;
	padding: 15px;
	margin-left: auto;
	margin-right: auto;
}
.about-img {
	display: none;
}
.about-img img {
	display: block;
	width: 100%;
}
.about-txt {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: 100%;
	max-width: 100%;
}
.about-txt b {
	color: var(--com-red);
	font-size: 18px;
}
.xyfg {
	margin-left: -0.12rem;
	margin-right: -0.12rem;
}
.xyfg li {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: 50%;
	max-width: 50%;
	padding: 0.12rem;
}
.xyfg li figure {
	border: 3px solid #f5f5f5;
	overflow: hidden;
}
.xyfg li figure:hover figcaption {
	background-color: var(--com-red);
	color: #fff;
}
.xyfg li figure img {
	display: block;
	width: 100%;
}
.xyfg li figure figcaption {
	transition: all .4s;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0.12rem 0.10rem;
}
.xbjs {
	margin-bottom: 0.30rem;
}
.xbzs {
	margin-left: -0.075rem;
	margin-right: -0.075rem;
}
.xbzs li {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: 33.333333%;
	max-width: 33.333333%;
	padding: 0.075rem;
}
.xbzs li:nth-last-child(1), .xbzs li:nth-last-child(2) {
	display: none;
}
.xbzs li figure {
	height: 100%;
	width: 100%;
	align-items: center;
	position: relative;
}
.xbzs li figure img {
	display: block;
	width: 100%;
}
.xbzs li figure figcaption {
	background-color: rgba(0, 0, 0, .5);
	color: #fff;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
	padding: 0.06rem;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
}
.xbdt {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: 100%;
	max-width: 100%;
	padding: 0.15rem;
}
.xbdt .title {
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid var(--com-gray);
	padding-bottom: 5px;
	margin-bottom: 0.20rem;
}
.xbdt .title:before {
	display: block;
	content: '';
	background-color: var(--com-red);
	height: 20px;
	width: 6px;
	position: absolute;
	top: 5px;
	left: 0;
	z-index: 2;
}
.xbdt .title h3 {
	color: var(--com-red);
	font-size: 18px;
	margin-left: 20px;
}
ul.newslist li {
	padding-top: 0.12rem;
	padding-bottom: 0.12rem;
}
ul.index-newslist li {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: 100%;
	max-width: 100%;
	padding: 0.15rem;
}
ul.index-newslist li:hover .list-item {
	background-color: #f6f6f6;
}
.list-item {
	align-items: center;
	width: 100%;
}
.list-item figure {
	flex: 0 0 30%;
	max-width: 176px;
}
.list-item figure img {
	display: block;
	width: 100%;
}
.list-item .desc {
	flex: 1 1 auto;
	padding-left: 0.20rem;
}
.list-item .desc .t {
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 5px;
}
.list-item .desc .c {
	color: #767676;
	height: 48px;
	overflow: hidden;
}
.list-item .desc .content {
	font-size: 16px;
	margin-bottom: 5px;
}
.list-item .desc .g-t {
	flex-grow: 0;
	flex-shrink: 1;
	flex-basis: auto;
}
.list-item .desc .g-t a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.list-item .desc .d {
	flex: 0 0 auto;
	padding-left: 0.15rem;
}

.art-title h1 {
	font-size: 20px;
	color: var(--com-red);
	text-align: center;
}
.art-title .time {
	color: #999;
	text-align: center;
	padding-top: 0.20rem;
	padding-bottom: 10px;
}
.art-body img {
	display: block;
	height: auto;
	max-width: 100%;
	margin: 0 auto;
}

/* Media */
@media (min-width: 576px) {
	.index-footer .row {
		justify-content: space-between;
	}
	.index-footer .sub-contact,
	.index-footer .sub-links {
		flex-basis: auto;
	}
}
@media (min-width: 768px) {
	.index-header .logo {
		max-height: 84px;
	}
	.txt-news-title h3 {
		font-size: 20px;
	}
	.txt-news {
		order: 3;
	}
	.img-news {
		flex-basis: 50%;
		max-width: 50%;
	}
	.video-news {
		order: 2;
		flex-basis: 50%;
		max-width: 50%;
	}
	.index-footer .sub-nav {
		flex-basis: 50%;
	}
	.index-footer .sub-ewm {
		flex-basis: auto;
	}
	.index-footer .copyright p {
		flex-basis: auto;
	}
	.about-img {
		display: block;
		flex: 0 0 32%;
		max-width: 32%;
	}
	.about-txt {
		flex-basis: 100%;
		max-width: 100%;
		padding-left: 0.30rem;
	}
	.xyfg li {
		flex-basis: 33.3333333%;
		max-width: 33.3333333%;
	}
	.xbzs li {
		flex-basis: 25%;
		max-width: 25%;
	}
	.xbzs li:nth-last-child(2) {
		display: block;
	}
}
@media (min-width: 992px) {
	.index-header .others {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: flex;
	}
	.index-footer .sub-nav {
		flex-basis: 100%;
	}
	.page-drop-nav {
		display: none;
	}
	.page-body-title .pos {
		display: block;
	}
	.index-body .page-aside {
		display: block;
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: 20%;
		max-width: 20%;
		padding: 0.15rem;
	}
	.index-body .page-body {
		flex-basis: 80%;
		max-width: 80%;
	}
}
@media (min-width: 1200px) {
	.index-nav {
		display: block;
	}
	.m-nav {
		display: none;
	}
	.news-row {
		flex-wrap: nowrap;
	}
	.img-news {
		flex-basis: 33.3333333%;
		max-width: 33.3333333%;
	}
	.txt-news {
		order: 2;
		flex: 1 1 auto;
	}
	.txt-news ul.xxxw li:nth-last-child(1),
	.txt-news ul.xxxw li:nth-last-child(2)  {
		display: none;
	}
	.video-news {
		order: 3;
		flex-basis: 33.3333333%;
		max-width: 33.3333333%;
	}
	.index-footer .sub-nav {
		flex-basis: 390px;
	}
	.pc-search {
		display: block;
	}
	.contact {
		justify-content: space-between;
	}
	.contact-txt, .contact-form {
		flex-basis: 50%;
	}
	.xyfg li {
		flex-basis: 25%;
		max-width: 25%;
	}
	.xbzs li {
		flex-basis: 20%;
		max-width: 20%;
	}
	.xbzs li:nth-last-child(1) {
		display: block;
	}
	.xbdt, ul.index-newslist li {
		flex-basis: 50%;
		max-width: 50%;
	}
}
@media (min-width: 1260px) {
	.txt-news ul.xxxw li:nth-last-child(2)  {
		display: block;
	}
}
@media (min-width: 1400px) {
	.txt-news ul.xxxw li:nth-last-child(1)  {
		display: block;
	}
	
}
@media (min-width: 1600px) {
	.index-footer .sub-nav {
		flex-basis: auto;
	}
}

/* Keyframes */
@-webkit-keyframes showDropMenu {
	0% {margin-top: -10px; opacity: 0;}
	100% {margin-top: 0; opacity: 1;}
}
@-moz-keyframes showDropMenu {
	0% {margin-top: -10px; opacity: 0;}
	100% {margin-top: 0; opacity: 1;}
}
@-o-keyframes showDropMenu {
	0% {margin-top: -10px; opacity: 0;}
	100% {margin-top: 0; opacity: 1;}
}
@keyframes showDropMenu {
	0% {margin-top: -10px; opacity: 0;}
	100% {margin-top: 0; opacity: 1;}
}
