/* CSS Document */
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	margin: 0;
	padding: 0
}

html {
	background: #fff;
	position: relative;
	height: 100%;
	font-size: 125%;
	overflow-x: hidden;
}

@media (max-width:1200px) {
	html {
		font-size: 100%;
	}
}

@media (max-width:1024px) {
	html {
		font-size: 87.5%;
	}
}

@media (max-width:768px) {
	html {
		font-size: 100%;
	}
}

@media (max-width:540px) {
	html {
		font-size: 100%;
	}
}

@media (max-width:440px) {
	html {
		font-size: 87.5%;
	}
}

@media (max-width:340px) {
	html {
		font-size: 75%;
	}
}

body {
	font-size: 100%;
	color: #333;
	font-family: "Microsoft YaHei";
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	background: #261611;
	overflow-x: hidden;
	/* padding-bottom: 35px; */
}

form {
	display: inline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1
}

button,
input,
select,
textarea {
	font-size: 100%;
	vertical-align: middle;
	outline: none;
	font-family: "Microsoft YaHei";
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

th {
	text-align: inherit
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

input,
img {
	vertical-align: middle
}

ol,
ul {
	list-style: none
}

em,
i {
	font-style: normal
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	text-decoration: underline;
}

textarea {
	resize: none
}

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.left {
	float: left;
}

.right {
	float: right;
}

.clearfix:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}

/* ---- header Style ---- */
.header_coat {
	background: url(http://www.jiaodong.net/sys/images/topnav.png) repeat-x center top;
	height: 30px;
	overflow: hidden;
	width: 100%;
}

.header {
	width: 86.3158%;
	max-width: 1640px;
	margin: 0 auto;
	height: 30px;
}

.header .link {
	float: right;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
}

.header .link a {
	color: #333;
	margin: 0 5px;
}

@media (max-width:768px) {
	.header_coat {
		height: 24px;
		background-size: auto 100%;
		display: none;
	}

	.header {
		height: 24px;
	}

	.header .fl {
		height: 80%;
		width: auto;
	}

	.header .link {
		height: 24px;
		line-height: 24px;
	}

	.header .link a {
		color: #333;
		margin: 0 5px;
	}
}

@media (max-width:414px) {
	.header .link {
		display: none;
	}
}

/* ---- banner Style ---- */
.bannerBox {
	background-size: 100% 100%;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../img/banner_bg.jpg);
}

.banner {
	position: relative;
	width: 86.3158%;
	max-width: 1640px;
	margin: 0 auto;
	height: 51rem;
}

.banner .logoBox {
	position: absolute;
	top: 4.5%;
	left: 0;
	width: 100%;
	height: 10%;
	display: flex;
	justify-content: left;
	align-items: center;
	align-content: center;
}

.banner .logoBox a {
	height: 100%;
	display: inline-block;
}

.banner .logoBox img {
	height: auto;
	max-height: 100%;
	width: auto;
	margin-right: 2.1rem;
}

.banner .seal {
	position: absolute;
	width: 5.9756%;
	height: auto;
	right: 7%;
	top: 37.7451%;
}
.banner .banner_img {
	position: absolute;
	width: 76.8904%;
	height: auto;
	left: 10%;
	top: 34.2157%;
}

.banner .slogan {
	text-align: center;
	position: absolute;
	bottom: 15.098%;
	left: 0;
	width: 100%;
	line-height: 142.86%;
	font-size: 1.4rem;
	background: linear-gradient(to bottom, #ffffff, #edb340, #9c684f);
	-webkit-background-clip: text;
	color: transparent;
	text-shadow: 1px 1px 1px rgba(51, 20, 14, 0.4);
}

@media (max-width:2880px) {
	.bannerBox {
		background-size: auto 100%;
	}
}

@media (max-width:1900px) {
	.banner {
		height: 53.6842vw;
	}
	.banner .logoBox {
		position: absolute;
		top: 2.5%;
		height: 10%;
	}

	.banner .logoBox img {
		margin-right: 5.6vw;
	}

	.banner .slogan {
		font-size: 1.4737vw;
	}
}
@media (max-width:768px) {
	.banner .logoBox {
		height: 18%;
	}
}
/* ---- bodyBox Style ---- */
.bodyBox {
	background-image: url(../img/bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	padding-bottom: 5.2rem;
}
@media (max-width:1200px) {
	.bodyBox {
		padding-bottom: 16vw;
	}
}
/* ---- videoBox Style ---- */
.videoBox {
	width: 100%;
	border: 1.5rem solid rgba(254, 230, 187, 0.3);
	overflow: hidden;
	position: relative;
	margin-bottom: 4.6rem;
}

.videoBox video {
	object-fit: fill;
	width: 100%;
	height: auto;
	border: none;
	outline: none;
}

.videoBox p.title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5rem;
	line-height: 5rem;
	font-size: 2.1rem;
	text-align: center;
	color: #fff;
	background: rgba(0, 0, 0, 0.7);
	padding: 0 1.2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.videoBox p.playing {
	bottom: -6rem;
}

.videoBox .palyBtn {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../img/icon_play.png) center center / auto 7.7rem no-repeat;
	overflow: hidden;
	text-indent: -99999px;
}

@media (max-width:1900px) {
	.videoBox {
		border: 1.57895vw solid rgba(254, 230, 187, 0.3);
		margin-bottom: 4.8421vw;
	}

	.videoBox p.title {
		height: 5.2632vw;
		line-height: 5.2632vw;
		font-size: 2.2105vw;
		padding: 0 1.2632vw;
	}

	.videoBox p.playing {
		bottom: -6.3158vw;
	}

	.videoBox .palyBtn {
		background-size: auto 8.1053vw;
	}
}

/* ---- photoList Style ---- */
.photoList {
	margin-bottom: 3rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
}

.photoList li {
	width: 31.7%;
	position: relative;
	border: 0.75rem solid rgba(254, 230, 187, 0.3);
	overflow: hidden;
	height: 18rem;
}

.photoList li img {
	width: auto;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.photoList li p{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2.5rem;
	line-height: 2.5rem;
	padding: 0 0.6rem;
	background: rgba(0, 0, 0, 0.7);
	font-size: 1.4rem;
	color: #fff;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
@media (max-width:1900px) {
	.photoList {
		margin-bottom: 3.1579vw;
	}
	.photoList li {
		border: 0.7895vw solid rgba(254, 230, 187, 0.3);
		height: 18.9474vw;
	}
	.photoList li p{
		height: 2.6316vw;
		line-height: 2.6316vw;
		padding: 0 1vw;
		font-size: 1.4737vw;
	}
}
@media (max-width:768px) {
	.photoList {
		margin-bottom: 5.8333vw;
	}
	.photoList li {
		width: 48.5%;
		border: 1.36vw solid rgba(254, 230, 187, 0.3);
		height: 30vw;
	}
	.photoList li:nth-of-type(3n){
		display: none;
	}
	.photoList li p{
		height: 4.1666vw;
		line-height: 4.1666vw;
		padding: 0 1vw;
		font-size: 2.3333vw;
	}
}
/* ---- contentBox Style ---- */
.contentBox{
	font-size: 1.4rem;
	line-height: 157.14%;
	color: #fff;
}
.contentBox p {
	padding: 0.5rem 0;
	text-indent: 2em;
}
@media (max-width:1900px) {
	.contentBox{
		font-size: 1.4737vw;
	}
	.contentBox p {
		padding: 0.526vw 0;
	}
}
@media (max-width:768px) {
	.contentBox{
		font-size: 3vw;
	}
	.contentBox p {
		padding: 1.6vw 0;
	}
}
/* ---- baichengSwiperBox Style ---- */
.baichengSwiperBox {
	width: 100%;
	border: 1.5rem solid rgba(254, 230, 187, 0.3);
	overflow: hidden;
	position: relative;
	margin-bottom: 4.6rem;
	height: 43rem;
}

.baichengSwiperBox .swiper-container {
	height: 100%;
}

.baichengSwiperBox .swiper-wrapper {
	height: 100%;
}

.baichengSwiperBox .swiper-slide {
	height: 100%;
	width: unset;
	overflow: hidden;
}

.baichengSwiperBox .swiper-slide img {
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.baichengSwiperBox .swiper-slide:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.baichengSwiperBox .swiper-slide p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5rem;
	line-height: 5rem;
	font-size: 2.1rem;
	/* text-align: center; */
	color: #fff;
	background: rgba(0, 0, 0, 0.7);
	padding: 0 10rem 0 1.2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.baichengSwiperBox .pagination {
	position: absolute;
	height: 0.9rem;
	right: 1.5rem;
	bottom: 1.6rem;
	z-index: 2;
	line-height: 0;
}

.baichengSwiperBox .swiper-pagination-bullet {
	height: 0.9rem;
	width: 0.9rem;
	border-radius: 50%;
	opacity: 1;
	margin: 0 0.4rem;
	background: #d1d1d1;
}

.baichengSwiperBox .swiper-pagination-bullet-active {
	background: #d82f0c;
}
.baichengSwiperBox .newsNext,
.baichengSwiperBox .newsPrev{
	position: absolute;
	top: 50%;
	margin-top: -4.7rem;
	width: 2.5rem;
	height: 4.4rem;
	background-size:100% 100%;
	background-repeat: no-repeat;
	z-index: 9;
	cursor: pointer;
	border: none;
	outline: none;
	box-shadow: unset;
}
.baichengSwiperBox .newsNext{
	background-image: url(../img/news_next.png);
	right: 0;
}
.baichengSwiperBox .newsPrev{
	background-image: url(../img/news_prev.png);
	left: 0;
}
@media (max-width:1900px) {
	.baichengSwiperBox {
		border: 1.57895vw solid rgba(254, 230, 187, 0.3);
		margin-bottom: 4.8421vw;
		height: 45.26316vw;
	}
	.baichengSwiperBox .swiper-slide p {
		height: 5.2632vw;
		line-height: 5.2632vw;
		font-size: 2.2105vw;
		padding: 0 10.5263vw 0 1.2632vw;
	}
	
	.baichengSwiperBox .pagination {
		height: 0.94737vw;
		right: 1.57895vw;
		bottom: 1.6842vw;
	}
	
	.baichengSwiperBox .swiper-pagination-bullet {
		height: 0.94737vw;
		width: 0.94737vw;
		margin: 0 0.42105vw;
	}
	
	.baichengSwiperBox .newsNext,
	.baichengSwiperBox .newsPrev{
		margin-top: -4.9474vw;
		width: 4.6316vw;
		height: 7.6316vw;
	}
}
/* ---- container Style ---- */
.container {
	width: 86.3158%;
	max-width: 1640px;
	margin: 0 auto;
	position: relative;
}

/* ---- footer Style ---- */
.footer_coat {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: rgba(0, 0, 0, 0.4);
	color: #fff;
	font: 12px/35px;
	height: 35px;
	width: 100%;
}

.footer {
	margin: 0 auto;
	position: relative;
	width: 86.3158%;
	max-width: 1640px;
	line-height: 35px;
	font-size: 14px;
}

.footer p {
	position: absolute;
	right: 0px;
	top: 0;
}

.footer p a {
	color: #e4e4e4;
	display: inline-block;
	padding: 0 12px;
}

@media (max-width:1020px) {
	.footer_coat {
		height: 35px;
	}

	.footer {
		line-height: 28px;
		font-size: 12px;
	}

	.footer p a {
		color: #e4e4e4;
		display: inline-block;
		padding: 0 8px;
		font-size: 12px;
	}
}

@media (max-width:768px) {
	.footer_coat {
		height: 28px;
	}

	.footer {
		line-height: 28px;
		font-size: 12px;
		text-align: center;
	}

	.footer p {
		display: none;
	}
}