@charset "utf-8";
body {
	font-family: "微软雅黑", "Microsoft YaHei", Arial, sans-serif;
	font-size: 1rem;
	color: #333333;
	padding: 0;
	margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
dd,
hr,
input,
p {
	padding: 0;
	margin: 0;
	list-style: none;
	outline: none
}

a {
	color: inherit;
	font: inherit;
	text-decoration: none;
	outline: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease
}

a:hover {
	text-decoration: none
}

a:focus {
	border: none;
	outline: none;
	text-decoration: none
}

.clearfix {
	zoom: 1
}

.clearfix:after {
	clear: both;
	content: "";
	display: block;
	width: 0;
	height: 0;
	visibility: hidden
}

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: none;
	outline: none
}

.fl {
	float: left
}

.fr {
	float: right
}

.container {
	width: 90%;
	margin: 0 auto
}

@media (min-width: 992px) {
	.container {
		width: 940px
	}
}

@media (min-width: 1080px) {
	.container {
		width: 1000px
	}
}

@media (min-width: 1240px) {
	.container {
		width: 1200px
	}
}

@media (min-width: 1440px) {
	.container {
		width: 1400px
	}
}

@media (min-width: 1640px) {
	.container {
		width: 1600px
	}
}

img {
	max-width: 100%;
	border: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease
}

.wrapper {
	position: relative;
	overflow: hidden
}

#browser-modal {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	color: #303233;
	position: fixed;
	z-index: 9990009
}

#browser-modal .browser-modal-cover {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #111;
	opacity: 0.9;
	z-index: -1
}

#browser-modal .browser-content {
	width: 700px;
	margin-top: 120px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 80px;
	padding-top: 50px;
	background-color: #fff;
	border-radius: 5px
}

#browser-modal .browser-content .browser-dpc-logo img {
	height: 42px;
	margin: 45px auto 40px
}

#browser-modal .browser-content .browser-text-title {
	text-transform: uppercase;
	font-size: 24px
}

#browser-modal .browser-content .browser-text-desc {
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 14px
}

#browser-modal .browser-content .browser-list {
	width: 600px;
	margin: 20px auto;
	height: 130px
}

#browser-modal .browser-content .browser-item {
	float: left;
	width: 150px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto
}

#browser-modal .browser-content .browser-item .iconfont {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	font-size: 80px;
	line-height: 80px;
	margin-bottom: 10px
}

#browser-modal .browser-content .browser-item .iconchrome {
	background: url(../images/bro.png) no-repeat 0 0
}

#browser-modal .browser-content .browser-item .iconfirefox {
	background: url(../images/bro.png) no-repeat 0 -100px
}

#browser-modal .browser-content .browser-item .iconopera {
	background: url(../images/bro.png) no-repeat 0 -200px
}

#browser-modal .browser-content .browser-item .iconEdge {
	background: url(../images/bro.png) no-repeat 0 -300px
}

#browser-modal .browser-content .browser-item a {
	cursor: pointer;
	display: block
}

#browser-modal .browser-content .browser-item a img {
	display: block;
	margin: 0 auto;
	max-width: 100px;
	width: 100px;
	height: 100px
}

#browser-modal .browser-content .browser-item a h4 {
	text-align: center;
	margin-top: 20px;
	font-size: 18px;
	font-weight: 700
}

@keyframes waveFlow {
	from {
		background-position-x: -10px, 0
	}
	to {
		background-position-x: -30px, -20px
	}
}

@keyframes circleAnim {
	from {
		transform: rotate(0)
	}
	to {
		transform: rotate(360deg)
	}
}

@keyframes oline {
	0% {
		transform: scale(1);
		opacity: 0.25
	}
	70% {
		transform: scale(1.2);
		opacity: 0.3
	}
	100% {
		transform: scale(1);
		opacity: 0.25
	}
}

@keyframes mline {
	0% {
		transform: scale(1);
		opacity: 0.55
	}
	65% {
		transform: scale(1.2);
		opacity: 0.6
	}
	75% {
		transform: scale(1.2);
		opacity: 0.6
	}
	100% {
		transform: scale(1);
		opacity: 0.55
	}
}

.header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 40px 2% 0;
	z-index: 9;
	transform: translateY(0);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease
}

.header .logo {
	float: left
}

.header .deadline {
	float: right
}

.header .deadline .text {
	float: left;
	margin-right: 15px;
	padding-top: 22px
}

.header .deadline .date {
	float: right;
	width: 144px;
	height: 144px;
	position: relative
}

.header .deadline .djs {
	width: 85px;
	height: 85px;
	background: url(../images/deadline-bg.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center
}

.header .deadline .djs h2 {
	margin-top: 10px;
	color: #f9f1c3;
	font-size: 30px;
	font-weight: bold
}

.header .deadline .djs h3 {
	color: #f9f1c3;
	font-size: 18px;
	font-weight: bold
}

.header .deadline .date:before {
	content: "";
	width: 100%;
	height: 100%;
	background: url(../images/deadline-circle.png) no-repeat;
	background-size: 100%;
	position: absolute;
	top: 0;
	left: 0;
	animation: circleAnim 10s linear infinite
}

.navbar {
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 150px;
	z-index: 9;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease
}

.navbar .menu-bott {
	display: none
}

.navbar .menuslider {
	width: 100%;
	background: url(../images/navbar-bg.png) no-repeat;
	background-size: 100% 100%;
	padding: 25px 10%;
	position: relative
}

.navbar .logo2 {
	position: absolute;
	top: -72px;
	left: 50%;
	transform: translate(-50%);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease
}

.navbar .logo2 .pic {
	width: 260px;
	height: 260px;
	position: relative;
	padding-top: 18px
}

.navbar .logo2 .pic:before {
	content: "";
	width: 100%;
	height: 100%;
	background: url(../images/logo-circle.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left: 0;
	animation: circleAnim 15s linear infinite
}

.navbar .logo2 a {
	position: relative;
	width: 224px;
	height: 224px;
	display: block;
	background: #9f2620;
	border-radius: 50%;
	margin: 0 auto;
	padding-top: 13px
}

.navbar .logo2 a img {
	width: 77%;
	display: block;
	margin: 0 auto
}

.navbar .logo3 {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease
}

.navbar .navbar-nav {
	margin: 0 auto
}

.navbar .navbar-nav .navleft {
	float: left;
	width: 35%
}

.navbar .navbar-nav .navright {
	float: right;
	width: 35%
}

.navbar .navbar-nav li {
	position: relative;
	text-align: center;
	float: left;
	width: 33.3%;
	text-align: center
}

.navbar .navbar-nav li .en {
	font-family: "Roboto Slab";
	font-size: 14px;
	color: #fff
}

.navbar .navbar-nav li .cn {
	font-size: 19px;
	color: #fff;
	line-height: 42px;
	font-family: SimHei
}

.navbar .navbar-nav li:hover .en,
.navbar .navbar-nav li:hover .cn {
	color: #f5e4b5
}

.navbar .nav-child {
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 999999;
	opacity: 0;
	visibility: hidden;
	border-top: 3px solid #fff;
	background: rgba(145, 22, 25, 0.5);
	transition: opacity 0.15s
}

.navbar .nav-child>li {
	width: 100%;
	text-align: center;
	position: relative;
	line-height: 22px
}

.navbar .nav-child>li a {
	display: block;
	padding: 10px;
	width: 100%;
	font-size: 0.9375rem;
	font-weight: normal;
	color: #fff
}

.navbar .nav-child>li a:hover {
	background-color: rgba(0, 0, 0, 0.3);
	color: #fff
}

.header.showdiv {
	background: #fff;
	-webkit-box-shadow: 5px 0 10px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 5px 0 10px rgba(0, 0, 0, 0.16);
	-ms-box-shadow: 5px 0 10px rgba(0, 0, 0, 0.16);
	-o-box-shadow: 5px 0 10px rgba(0, 0, 0, 0.16);
	box-shadow: 5px 0 10px rgba(0, 0, 0, 0.16)
}

.header.showdiv .menunav .menubar li a {
	color: #333;
	text-shadow: none !important
}

.header.showdiv .logo {
	height: 110px;
	width: 236px;
	margin-left: -118px
}

.header.showdiv .logo img {
	height: 80px
}

.header.hidediv {
	transform: translateY(-100%)
}

.navbar.showdiv {
	position: fixed;
	top: 0;
	left: 0;
	bottom: auto;
	background: #9f2620
}

.navbar.showdiv .menuslider {
	padding: 20px 3%
}

.navbar.showdiv .menuslider .navleft {
	float: left;
	width: 40%
}

.navbar.showdiv .menuslider .navright {
	float: right;
	width: 40%
}

.navbar.showdiv .logo2 {
	opacity: 0;
	visibility: hidden
}

.navbar.showdiv .logo3 {
	opacity: 1;
	visibility: visible;
	top: 10px
}

.navbar.showdiv .logo3 .pic {
	width: 180px;
	height: 180px;
	padding-top: 13px
}

.navbar.showdiv .logo3 a {
	width: 155px;
	height: 155px;
	background: url(../images/logobg.png) no-repeat;
	background-size: 100% 100%
}

.banner {
	height: 100vh;
	overflow: hidden;
	position: fixed !important;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1
}

.banner .banner-down {
	position: absolute;
	bottom: 75px;
	left: 50%;
	margin-left: -18px;
	width: 36px;
	height: 50px;
	z-index: 9;
	cursor: pointer
}

.slider-banner {
	position: relative;
	height: 100%;
	width: 100%
}

.slider-banner .slick-list,
.slider-banner .slick-track {
	height: 100%
}

.slider-banner .slick-slide {
	position: relative;
	height: 100%
}

.slider-banner .slick-slide .pic {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	background-size: cover;
	color: #fff;
	background-position: center center;
	height: 100%;
	position: relative;
	overflow: hidden;
	background-color: #0e66b4
}

.slider-banner .slick-dots {
	position: absolute;
	width: auto;
	bottom: 35px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9
}

.slider-banner .slick-dots li {
	float: left;
	margin: 0 12px;
	position: relative;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.25);
	cursor: pointer
}

.slider-banner .slick-dots li button {
	display: none
}

.slider-banner .slick-dots li.slick-active {
	background: white
}

.slider-banner .slick-arrow {
	position: absolute;
	overflow: hidden;
	text-indent: 99px;
	width: 50px;
	height: 50px;
	top: 50%;
	margin-top: -25px;
	z-index: 9;
	cursor: pointer
}

.slider-banner .slick-prev {
	background: url(../images/banner-left.png) no-repeat;
	background-size: 100% 100%;
	left: 2%
}

.slider-banner .slick-next {
	background: url(../images/banner-right.png) no-repeat;
	background-size: 100% 100%;
	right: 2%
}

.slider-banner .slick-prev:hover {
	background: url(../images/banner-left-on.png) no-repeat;
	background-size: 100% 100%
}

.slider-banner .slick-next:hover {
	background: url(../images/banner-right-on.png) no-repeat;
	background-size: 100% 100%
}

.body-main {
	position: relative;
	z-index: 2;
	background-color: #fff
}

.fix-top {
	padding-top: 100vh;
	position: relative;
	top: 0;
	transition: all 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
	-webkit-transition: all 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
	-moz-transition: all 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
	-ms-transition: all 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
	-o-transition: all 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
	z-index: -1
}

.fix-top.fixed {
	padding-top: 0
}

.index-title {
	overflow: hidden;
	margin-bottom: 30px;
	padding-bottom: 22px;
	background: url(../images/index-title-bottom.png) left bottom no-repeat;
	position: relative
}

.index-title h2 {
	height: 82px;
	/*padding-left: 217px;*/
	padding-left: 117px;
	background: url(../images/index-title-ico.png) left center no-repeat
}

.index-title .index-more {
	position: absolute;
	right: 0;
	top: 40px;
	padding-right: 40px;
	background: url(../images/index-more-ico.png) right center no-repeat;
	font-size: 1.25rem;
	color: #8b2826;
	font-weight: bold
}

.index-title h2:after {
	content: "";
	width: calc(100% - 195px);
	height: 2px;
	background: #d95122;
	position: absolute;
	right: 0;
	bottom: 15px
}

.row1 {
	padding: 175px 0 90px;
	background: url(../images/row1-bg.png) no-repeat;
	background-size: cover
}

.row1 .left {
	float: left;
	width: 62.5%
}

.row1 .right {
	float: right;
	width: 34%
}

.slider-news {
	position: relative;
	float: left;
	width: 66%
}

.slider-news .box .pic {
	width: 100%;
	position: relative;
	padding-bottom: 66%;
	overflow: hidden
}

.slider-news .box .pic img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%
}

.slider-news .box .pic img:hover {
	transform: scale(1.05)
}

.slider-news .box .pic:before {
	content: "";
	width: 0;
	height: 0;
	border-top: 70px solid #f7f1e4;
	border-right: 70px solid transparent;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2
}

.slider-news .box .text {
	margin-top: 25px;
	border-left: 6px solid #8b2826;
	padding: 10px 100px 0 35px
}

.slider-news .box .tit {
	display: block;
	font-size: 1.25rem;
	font-weight: bold;
	color: #333333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease
}

.slider-news .box .tit:hover {
	color: #8b2826
}

.slider-news .box .abst {
	margin-top: 20px;
	font-size: 0.875rem;
	color: #666666;
	line-height: 26px;
	height: 78px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}

.slider-news .slick-dots {
	position: absolute;
	bottom: 190px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9
}

.slider-news .slick-dots li {
	float: left;
	width: 14px;
	height: 14px;
	background: rgba(255, 255, 255, 0.6);
	border-radius: 50%;
	margin: 0 8px;
	cursor: pointer
}

.slider-news .slick-dots li button {
	display: none
}

.slider-news .slick-dots li.slick-active {
	background: #e2a63b;
	background-size: 100% 100%
}

.text-news {
	float: right;
	width: 38%;
	margin-left: -4%;
	position: relative;
	z-index: 2
}

.text-news li {
	margin-top: 15px;
	overflow: hidden;
	padding: 13px 30px 12.5px;
}

.text-news li .date {
	position: relative;
	color: #e1a43a;
	font-family: "Roboto Slab";
	overflow: hidden
}

.text-news li .date .day {
	font-size: 1.875rem;
	float: left;
}

.text-news li .date .mon {
	float: left;
	font-size: 1.125rem;
	margin-left: 10px;
	margin-top: 23px;
}

.text-news li .date span {
	width: 46px;
	height: 1px;
	background: #e1a43a;
	position: absolute;
	transform: rotate(-45deg);
	top: 25px;
	left: 19px;
}

.text-news li .tit {
	margin-top: 10px;
	display: block;
	font-size: 1.125rem;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.text-news li .tit:hover {
	transform: translateY(-5px)
}

.text-news li:nth-child(1) {
	background: url(../images/news-bg1.png) top left no-repeat;
	
	background-size: cover
}

.text-news li:nth-child(2) {
	background: url(../images/news-bg2.png) top left no-repeat;
	
	background-size: cover
}

.text-news li:nth-child(3) {
	background: url(../images/news-bg3.png) top left no-repeat;
	
	background-size: cover
}
.text-news li:nth-child(4) {
	background: url(../images/news-bg1.png) top left no-repeat;
	
	background-size: cover
}
.text-news li:nth-child(5) {
	background: url(../images/news-bg2.png) top left no-repeat;
	background-size: cover
}
.index-tzgg li {
	overflow: hidden;
	padding-bottom: 8px;
	margin-bottom: 30px
}

.index-tzgg li .date {
	float: right;
	width: 88px;
	height: 88px;
	position: relative
}

.index-tzgg li .date .circle {
	position: relative;
	width: 88%;
	height: 88%;
	border-radius: 50%;
	overflow: hidden;
	margin: 6%;
	text-align: center
}

.index-tzgg li .date .day {
	width: 100%;
	height: 50%;
	background: #9f2620;
	font-size: 1.5rem;
	font-weight: bold;
	color: #fff;
	line-height: 38px
}

.index-tzgg li .date .mon {
	width: 100%;
	height: 50%;
	background: #e2a63b;
	font-size: 1rem;
	color: #fff;
	line-height: 38px
}

.index-tzgg li .date:before {
	content: "";
	width: 100%;
	height: 100%;
	background: url(../images/time-circle.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left: 0
}

.index-tzgg li .text {
	float: left;
	width: calc(100% - 110px);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease
}

.index-tzgg li .tit {
	display: block;
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 40px;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease
}

.index-tzgg li .abst {
	margin-top: 10px;
	font-size: 0.875rem;
	color: #666666;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.index-tzgg li:hover {
	padding-left: 15px;
	border-left: 5px solid #8b2826
}

.index-tzgg li:hover .tit {
	color: #8b2826
}

.gemx-box {
	padding: 30px 20px;
	background: url(../images/gemx-bg.png) no-repeat;
	background-size: cover;
	overflow: hidden
}

.gemx-box .text {
	float: left;
	width: calc(100% - 160px)
}

.gemx-box .text h2 {
	font-size: 1.625rem;
	font-weight: bold;
	color: #8b2826
}

.gemx-box .text .tips {
	margin-top: 10px
}

.gemx-box .text .tips p {
	font-size: 0.875rem;
	color: #43332a;
	line-height: 22px;
	margin-bottom: 10px
}

.gemx-box .pic {
	float: right;
	width: 140px
}

.row2 {
	padding: 55px 0 60px;
	background: url(../images/row2-bg.png) right bottom no-repeat;
	background-size: cover
}

.row2 .container {
	position: relative
}

.row2 .index-title {
	width: 400px;
	margin: 0 auto;
	position: static
}

.row2 .index-title h2 {
	position: relative
}

.row2 .index-title h2:after {
	bottom: -7px;
	right: 15px
}

.index-history {
	margin-top: 55px
}

.index-history .slick-list {
	position: relative;
	margin: 0 40px
}

.index-history .slick-list:before {
	content: "";
	border: 1px dashed rgba(159, 38, 32, 0.4);
	width: 100%;
	height: 0px;
	position: absolute;
	left: 0;
	bottom: 110px
}

.index-history .box {
	margin: 0 25px
}

.index-history .pic {
	width: 95%;
	background: #fff;
	padding: 3px;
	position: relative;
	margin: 0 auto
}

.index-history .pic a {
	display: block;
	width: 100%;
	padding-bottom: 63%;
	overflow: hidden;
	position: relative
}

.index-history .pic img {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0
}

.index-history .pic img:hover {
	transform: scale(1.05)
}

.index-history .pic:after {
	content: "";
	width: 0;
	height: 0;
	border-top: 6px solid #fff;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -6px
}

.index-history .text {
	padding-top: 50px;
	position: relative
}

.index-history .text em {
	width: 21px;
	height: 21px;
	border-radius: 50%;
	background: url(../images/history-ico.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 17px;
	left: 50%;
	margin-left: -10px
}

.index-history .text em:after {
	display: none;
	content: "";
	width: 60%;
	height: 60%;
	background: #9f2620;
	border-radius: 50%;
	position: absolute;
	top: 20%;
	left: 20%
}

.index-history .text h2 {
	text-align: center;
	font-size: 1.625rem;
	font-family: "Roboto Slab"
}

.index-history .text p {
	margin-top: 10px;
	color: #44342a;
	font-size: 0.875rem;
	line-height: 22px;
	text-align: center;
	height: 44px;
	text-overflow: ellipsis;
	overflow: hidden
}

.index-history .slick-arrow {
	width: 40px;
	height: 40px;
	position: absolute;
	text-indent: 99px;
	overflow: hidden;
	position: absolute;
	bottom: 92px;
	z-index: 9;
	cursor: pointer
}

.index-history .slick-prev {
	left: 0;
	background: url(../images/history-prev.png) no-repeat;
	background-size: 100% 100%
}

.index-history .slick-next {
	right: 0;
	background: url(../images/history-next.png) no-repeat;
	background-size: 100% 100%
}

.footer {
	padding: 30px 0;
	background: url(../images/footer-bg.png) no-repeat;
	background-size: cover
}

.footer .container {
	padding: 0 10%
}

.links{padding: 10px 0 0px 0;border-bottom: 1px #8b2826 dotted; width:100%;}
.links ul {display: flex;flex-wrap: wrap;‌}
.links ul li{line-height: 40px;padding:0 2%;text-align: center;color: #fff;}
.links ul li a{color: #fff;}


.footer .cory {
	float: left;
    padding:5px 2%;
	/*background: url(../images/corybeian.png) left center no-repeat;*/
	background-size: 50px
}

.footer .cory p {
	font-size: 0.9375rem;
	color: #fff;
	line-height: 32px
}

.footer .ewm {
	float: right
}

.footer .ewm li {
	float: left
}

.footer .ewm li img {
	width: 89px;
	height: 89px
}

.footer .ewm li p {
	font-size: 0.9375rem;
	color: #fff;
	margin-top: 10px;
	text-align: center
}

.footer .ewm li:nth-child(2) {
	margin-left: 30px
}

.list-banner {
	overflow: hidden;
	position: relative;
	width: 100%
}

.list-banner .container {
	max-width: 1400px
}

.list-banner .pic,
.list-banner img {
	width: 100%
}

.list-page {
	position: relative;
	z-index: 3;
	min-height: 600px;
	padding: 70px 0 115px;
	background: url(../images/list-bg.png) bottom center no-repeat
}

.list-page .container {
	max-width: 1400px
}

.location {
	position: absolute;
	left: 0;
	bottom: 4px;
	width: 100%
}

.location .container {
	position: relative
}

.location .container:before {
	content: "";
	width: 999px;
	height: 100%;
	background: rgba(159, 38, 32, 0.95);
	position: absolute;
	right: 100%;
	top: 0
}

.location .current {
	padding: 15px 133px 15px 25px;
	float: left;
	background: url(../images/location-bg.png) right no-repeat;
	background-size: 100% 100%;
	position: relative;
}

.location .current:before {
	content: "";
	width: 4px;
	background: #e2a63b;
	height: calc(100% - 40px);
	position: absolute;
	left: 0;
	top: 20px
}

.location .tit {
	margin-top: -5px;
	font-size: 2.25rem;
	font-weight: normal;
	color: #fff
}

.location .weizhi {
	margin-top: 5px;
	font-size: 0.875rem;
	color: rgba(255, 255, 255, 0.6)
}

.location .weizhi a {
	font-size: 0.875rem;
	color: rgba(255, 255, 255, 0.6)
}

.list-text {
	overflow: hidden
}

.list-text li {
	overflow: hidden;
	padding-bottom: 8px;
	margin-bottom: 30px;
	float: left;
	width: 50%;
	padding-right: 45px
}

.list-text li .date {
	float: left;
	width: 88px;
	height: 88px;
	position: relative
}

.list-text li .date .circle {
	position: relative;
	width: 88%;
	height: 88%;
	border-radius: 50%;
	overflow: hidden;
	margin: 6%;
	text-align: center
}

.list-text li .date .day {
	width: 100%;
	height: 50%;
	background: #9f2620;
	font-size: 1.5rem;
	font-weight: bold;
	color: #fff;
	line-height: 38px
}

.list-text li .date .mon {
	width: 100%;
	height: 50%;
	background: #e2a63b;
	font-size: 1rem;
	color: #fff;
	line-height: 38px
}

.list-text li .date:before {
	content: "";
	width: 100%;
	height: 100%;
	background: url(../images/time-circle.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left: 0
}

.list-text li .text {
	float: right;
	width: calc(100% - 110px);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease
}

.list-text li .tit {
	display: block;
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 40px;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease
}

.list-text li .abst {
	margin-top: 10px;
	font-size: 0.875rem;
	color: #666666;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.list-text li:nth-child(2n) {
	padding-left: 45px;
	padding-right: 0
}

.list-text li:hover {
	padding-right: 15px;
	border-right: 5px solid #8b2826
}

.list-text li:hover .tit {
	color: #8b2826
}

.list-news li {
	margin-bottom: 40px;
	position: relative;
	background: #f6f6f6;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease
}

.list-news .pic {
	float: left;
	position: relative;
	z-index: 9;
	width: 450px
}

.list-news .pic a {
	width: 100%;
	padding-bottom: 66.66%;
	display: block;
	position: relative;
	overflow: hidden
}

.list-news .pic img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%
}

.list-news .text {
	float: right;
	width: calc(100% - 505px);
	padding: 65px 90px 0 0
}

.list-news .text:before {
	content: "";
	width: calc(100% - 420px);
	height: calc(100% - 30px);
	background: url(../images/listnews-bg.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: 15px;
	top: 15px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease
}

.list-news .date {
	float: left;
	font-family: 'RobotoSlab';
	color: #9f2620;
	text-align: center;
	position: relative
}

.list-news .date .day {
	font-size: 2.25rem;
	font-weight: bold
}

.list-news .date .year {
	font-size: .75rem
}

.list-news .info {
	float: right;
	width: calc(100% - 90px);
	position: relative
}

.list-news .tit {
	display: block;
	color: #1a1a1a;
	font-size: 1.25rem;
	margin-bottom: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease
}

.list-news .abst {
	font-size: 0.75rem;
	color: #6f6f6f;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.list-news .more {
	display: block;
	width: 150px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background: #9f2620;
	font-size: 1rem;
	color: #ffffff;
	margin-top: 25px
}

.list-news li:hover {
	background: #9f2620
}

.list-news li:hover .date {
	color: #e2a63b
}

.list-news li:hover .tit {
	color: #fff
}

.list-news li:hover .abst {
	color: rgba(255, 255, 255, 0.7)
}

.list-news li:hover .more {
	background: #e2a63b
}

.list-news li:hover .text:before {
	background: url(../images/listnews-bg2.png) no-repeat;
	background-size: 100% 100%
}

.list-news li:hover:before {
	content: "";
	height: calc(100% + 16px);
	width: 120px;
	background: #e2a63b;
	position: absolute;
	left: -8px;
	top: -8px
}

.list-pics {
	overflow: hidden;
	margin: 0 -40px
}

.list-pics li {
	float: left;
	width: 50%;
	margin-bottom: 60px
}

.list-pics li a {
	display: block;
	overflow: hidden;
	margin: 0 40px;
	position: relative
}

.list-pics .pic {
	width: 100%;
	padding-bottom: 64%;
	overflow: hidden;
	position: relative
}

.list-pics .pic img {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0
}

.list-pics .pic img:hover {
	transform: scale(1.05)
}

.list-pics p {
	position: absolute;
	bottom: 0;
	right: 0;
	min-width: 32%;
	background: url(../images/listpic-bg.png) no-repeat;
	background-size: 100% 100%;
	height: 86px;
	line-height: 86px;
	padding: 0 20px;
	text-align: center;
	color: #fff;
	font-size: 1.25rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.list-leader {
	overflow: hidden;
	margin: 50px -25px
}

.list-leader li {
	float: left;
	width: 50%;
	margin-bottom: 40px
}

.list-leader li a {
	display: block;
	margin: 0 25px;
	background: #f0f2f4;
	overflow: hidden
}

.list-leader li .pic {
	position: relative;
	float: left;
	width: 195px;
	height: 254px;
	background: #d7dee6;
	overflow: hidden
}

.list-leader li .pic img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}

.list-leader li .text {
	float: right;
	width: calc(100% - 220px);
	padding-right: 25px
}

.list-leader li .text .top {
	margin-top: 20px;
	color: #333333;
	font-size: 1.375rem;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccdcea
}

.list-leader li .text .top p {
	padding: 10px 0
}

.list-leader li .text .abst {
	margin-top: 15px;
	font-size: 1rem;
	color: #333333;
	line-height: 32px;
	height: 64px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.list-leader li:hover a {
	background: #127dd4
}

.list-leader li:hover img {
	transform: scale(1.05)
}

.list-leader li:hover .top,
.list-leader li:hover .abst {
	color: #fff !important
}

.list-gljg {
	margin-top: 40px
}

.list-gljg ul {
	overflow: hidden;
	margin: 0 -14px
}

.list-gljg li {
	float: left;
	width: 25%;
	margin-bottom: 25px
}

.list-gljg li .box {
	margin: 0 14px;
	overflow: hidden
}

.list-gljg li .box a {
	display: block;
	background-size: 100% 100%;
	position: relative;
	width: 100%;
	padding-bottom: 44%
}

.list-gljg li .box p {
	position: absolute;
	font-size: 1.25rem;
	color: #333333;
	width: 80%;
	left: 10%;
	top: 20%
}

.list-gljg li .box:hover a {
	background-size: 100% 100%
}

.bottom-inOutSpread:before,
.bottom-inOutSpread:after,
.bottom-inOutSpread>.ui-border-element:before,
.bottom-inOutSpread>.ui-border-element:after {
	content: "";
	position: absolute
}

.bottom-inOutSpread:after {
	border-bottom: 1px solid #0080ca;
	left: 51%;
	right: 51%;
	bottom: 0;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	-webkit-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
	-moz-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
	-o-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
	transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
	-webkit-transition-duration: 200ms;
	-moz-transition-duration: 200ms;
	-o-transition-duration: 200ms;
	transition-duration: 200ms;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s
}

.bottom-inOutSpread:hover:after {
	left: 0%;
	right: 0%
}

.bottom-inOutSpread:not(:hover):after {
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s
}

.article-con {
	overflow: hidden
}

.article-con .tit {
	padding: 30px 15px 20px;
	background: url(../images/contit-bg.png) no-repeat;
	background-size: 100% 100%;
	position: relative
}

.article-con .tit:before {
	content: "";
	width: 98%;
	height: calc(100% + 15px);
	background: url(../images/contit-yinhao.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 1%;
	top: 0
}

.article-con .tit:after {
	content: "";
	width: 104px;
	height: 82px;
	background: url(../images/index-title-ico.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: 60px;
	bottom: -15px
}

.article-con h1 {
	position: relative;
	z-index: 2;
	font-size: 1.875rem;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 15px;
	font-weight: bold;
	color: #373b44
}

.article-con h2 {
	position: relative;
	z-index: 2;
	font-size: 1.5rem;
	line-height: 1.5;
	text-align: center;
	font-weight: normal;
	margin-bottom: 15px;
	color: #333
}

.article-con .info {
	position: relative;
	z-index: 2;
	overflow: hidden;
	line-height: 1.5;
	text-align: center;
	font-size: .9375rem;
	color: #999999;
	text-align: center
}

.article-con .info span {
	margin: 0 10px
}

.article-con .article-text {
	padding: 40px 5%
}

.article-con .article-text p {
	text-indent: 2em;
	padding-bottom: 20px;
	font-size: 1rem;
	line-height: 2;
	color: #555555
}

.article-con .article-text p img,
.article-con .article-text p video {
	margin-left: -2em;
	max-width: 100%;
	height: auto !important;
}

.article-con .article-text p img{
   display: block;
   margin: 0 auto;
   text-align: center;
   text-indent: 0; /* 移除段落首行缩进 */
}



.article-con .updown {
	margin-top: 3px;
	border-top: 1px solid #dfe0e2;
	overflow: hidden;
	padding-top: 30px
}

.article-con .updown a {
	display: block;
	font-size: 1.125rem;
	color: #333;
	padding: 10px 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease
}

.article-con .updown span {
	color: #0e66b4
}

.article-con .updown a:hover {
	transform: translateX(5px);
	color: #0e66b4
}

.article-con .top {
	overflow: hidden;
	background: #fbfbfb;
	border-left: 6px solid #741b1f;
	padding: 30px 60px;
	text-align: left
}

.article-con .top .tit {
	font-size: 1.75rem;
	color: #000000;
	line-height: 1.5
}

.article-con .top .tips {
	margin-top: 10px;
	font-size: 1rem;
	color: #999999;
	line-height: 1.5
}

.article-con .top .tips span {
	margin-right: 10px
}

.article-con .article-text table p {
	text-indent: 0;
	padding: 0
}

.latest-news {
	float: right;
	width: 300px;
	padding: 0 22px 70px 30px;
	border-left: 1px solid #d3dee8;
	position: relative
}

.latest-news .title {
	position: relative;
	margin-top: -13px;
	border-bottom: 1px dashed #cfd5df;
	padding-bottom: 25px
}

.latest-news .title h3 {
	margin-left: 10px;
	color: #b11111;
	font-size: 1.5rem;
	font-weight: normal;
	position: relative;
	padding-left: 25px
}

.latest-news .title h3:before {
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	margin-top: -3px;
	left: 5px;
	background: #b11111
}

.latest-news ul {
	overflow: hidden
}

.latest-news ul li {
	padding: 17px 0 17px 15px;
	position: relative;
	border-bottom: 1px dashed #cfd5df
}

.latest-news ul li a {
	font-size: 1rem;
	line-height: 26px;
	color: #333333;
	height: 52px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.latest-news ul li:before {
	content: "";
	width: 5px;
	height: 5px;
	background: #333333;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 27px
}

.latest-news ul li:hover a {
	color: #b11111
}

.latest-news:before {
	content: "";
	width: 35px;
	height: 0;
	border-top: 1px solid #d3dee8;
	position: absolute;
	left: 0;
	top: 0
}

.zxxs-page {
	overflow: hidden;
	margin: 0 -30px;
	padding-bottom: 20px
}

.zxxs-page .box {
	float: left;
	width: 33.3%;
	margin-bottom: 45px
}

.zxxs-page .item {
	position: relative;
	margin: 0 30px;
	padding: 65px 30px 10px 40px;
	background: #fff;
	box-shadow: 0 0 10px 0 #e4e4e4;
	height: 385px;
	overflow-y: auto
}

.zxxs-page .item:before {
	content: "";
	width: 100%;
	height: 33px;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left: 0
}

.zxxs-page .title {
	position: relative;
	line-height: 32px;
	overflow: hidden;
	margin-bottom: 30px
}

.zxxs-page .title h2 {
	position: relative;
	z-index: 9;
	float: left;
	background: #fff;
	font-size: 1.75rem;
	color: #333333;
	font-weight: bold;
	padding-right: 25px
}

.zxxs-page .title:after {
	content: "";
	width: 100%;
	height: 1px;
	background: #b7b8bc;
	position: absolute;
	top: 50%;
	right: 0
}

.zxxs-page .links li {
	float: left;
	width: 33.3%;
	padding-right: 10px
}

.zxxs-page .links li a {
	font-size: 1.125rem;
	line-height: 42px;
	color: #333333;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.zxxs-page .links li a:hover {
	color: #1368c4
}

.zxxw-list {
	position: relative;
	background: #fff;
	box-shadow: 0 0 10px 0 #e4e4e4;
	padding: 80px 65px 60px
}

.zxxw-list ul {
	overflow: hidden
}

.zxxw-list li {
	float: left;
	width: 16.66%;
	padding-right: 10px
}

.zxxw-list li a {
	display: block;
	font-size: 1.5rem;
	line-height: 60px;
	color: #333333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	padding-left: 30px
}

.zxxw-list li a:before {
	content: "";
	width: 6px;
	height: 6px;
	background: #333333;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -3px
}

.zxxw-list:before {
	content: "";
	width: 100%;
	height: 30px;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left: 0
}

/*
*图片列表组件样式
*/
.style>ul {
    padding-left: 20px;
    padding-right: 20px;}

.style>ul>li {
    margin-top: 47px;
    border: 1px solid #dcdcdc;
    float: left;
    width: 30%;
    margin-left: 5%;
    padding: 15px;
    box-sizing: border-box;}

.style>ul>li:nth-child(3n-2) {
    margin-left: 0;}

.style>ul>li>a {
    display: block;}

.style>ul>li>a .pic {
    position: relative;
    padding-top: 68%;
    overflow: hidden;}

.style>ul>li>a .pic img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;}

.style>ul>li>a p {
    padding: 10px 0 0;
    text-align: center;
    font-size: 16px;
    color: #000;}

.style>ul>li:hover {
    background-color: #8f2926;
    box-shadow: 0 0 5px #8f2926;
    border: 1px solid transparent;}

.style>ul>li:hover>a p {
    color: #fff;}



@media (max-width: 1440px) {
	.zxxw-list {
		padding: 60px 30px 30px
	}
	.zxxw-list li {
		width: 20%
	}
}

@media (max-width: 1240px) {
	.zxxs-page .box {
		width: 50%
	}
	.zxxw-list li {
		width: 33.3%
	}
}

@media (max-width: 992px) {
	.zxxs-page {
		margin: 0 -15px
	}
	.zxxs-page .item {
		margin: 0 15px
	}
	.zxxw-list {
		padding: 40px 15px 20px
	}
	.zxxw-list li {
		width: 33.3%
	}
}

@media (max-width: 768px) {
	.zxxs-page .box {
		width: 100%;
		margin-bottom: 20px
	}
	.zxxs-page .box .item {
		height: auto;
		padding: 45px 20px 20px
	}
	.zxxw-list li {
		width: 50%
	}
	.zxxw-list li a {
		line-height: 40px
	}
	
	/*piclist组件样式*/
	.style>ul>li{width:48%;margin-left: 0% !important;margin-right:4%;min-height:245px !important;}
	.style ul li.xypy{margin-right:0 !important;}
	
}

@media (max-width: 420px) {
	.zxxw-list li {
		width: 100%
	}
	/*piclist组件样式*/
	.style>ul>li{width:100%;margin-left: 0 !important;}
}


.list-kjcg {
  overflow: hidden;
}

.list-kjcg .hd {
  overflow: hidden;
  margin-bottom: 45px;
}

.list-kjcg .hd ul {
  display: flex;
  justify-content: center;
}

.list-kjcg .hd li {
  float: left;
  line-height: 40px;
  padding: 0 20px;
  cursor: pointer;
}

.list-kjcg .hd li h2 {
  font-size: 1.5rem;
  color: #333333;
  position: relative;
  padding-bottom: 15px;
}

.list-kjcg .hd li.on h2 {
  color: #9f2620;
}

.list-kjcg .hd li.on h2:after {
  content: "";
  width: 100%;
  height: 9px;
  background: url(../images/kjcg-title.png) center no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.list-kjcg .hd li:hover h2 {
  color: #9f2620;
}

.list-kjcg .hd li:hover h2:after {
  content: "";
  width: 100%;
  height: 9px;
  background: url(../images/kjcg-title.png) center no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 992px) {
  .list-kjcg .hd li {
    padding: 0 10px;
  }
  .list-kjcg .hd li h2 {
    font-size: 1.25rem;
  }
}

@media (max-width: 800px) {
  .list-kjcg .hd ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .list-kjcg .hd li {
    width: 50%;
    text-align: center;
    line-height: 28px;
  }
  .list-kjcg .hd li h2 {
    font-size: 1.25rem;
    display: inline-block;
  }
}

@media (max-width: 400px) {
  .list-kjcg .hd li {
    padding: 0 30px;
  }
}