/* 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: #fff;
	overflow-x: hidden;
	padding-bottom: 1.8rem;
}

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: 1.5rem;
	overflow: hidden;
	width: 100%;
}

.header {
	width: 86.3158%;
	max-width: 1200px;
	margin: 0 auto;
	height: 1.5rem;
}

.header .link {
	float: right;
	height: 1.5rem;
	line-height: 1.5rem;
	font-size: 12px;
}

.header .link a {
	color: #333;
	margin: 0 0.3rem;
}
@media (max-width:768px) {
	.header_coat {
		display: none;
	}
}

@media (max-width:414px) {
	.header .link {
		display: none;
	}
}

/* ---- banner Style ---- */
.bannerBox {
	height: calc(100vh - 1.5rem);
	background-size: 100% 100%;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	background-position: center center;
	background-repeat:repeat-x;
	background-image: url(../img/banner_bg.jpg);
	background-size:  auto 100%;
	position: relative;
	overflow: hidden;
}
.bannerBox .bg{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
}
.bannerBox .bg01{
	background: url(../img/banner_bg01.png) center center / auto 100% repeat-x;
}
.bannerBox .bgyt{
	height: 48.55%;
	background: url(../img/banner_bgyt.png) center center / auto 100% repeat-x;
}
.bannerBox img.flag{
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	height: 88%;
	z-index: 5;
}
.bannerBox img.sea{
	position: absolute;
	left: 0;
	bottom: 0;
	width: auto;
	height: 54.36%;
	z-index: 5;
}
.banner{
	width: 100%;
	max-width: 1200px;
	height: 100%;
	position: relative;
	margin: 0 auto;
	z-index: 9;
}
.banner img{
	position: absolute;
}
.banner .logo100 {
	left: 0;
	right: 0;
	top: 5.25%;
	width: auto;
	height: 13.40%;
	margin: 0 auto;
	opacity: 0;
	-webkit-animation: fadeInDown 1s ease-out forwards;
	animation: fadeInDown 1s ease-out forwards;
}
.banner .slogan{
	left: 5.5%;
	top: 50%;
	margin-top: -8.4rem;
	width: 53.833%;
	opacity: 0;
	-webkit-animation: rotateInDownLeft 0.8s ease-out forwards;
	animation: rotateInDownLeft 0.8s ease-out forwards;
	animation-delay:0.6s;
}
.banner .net{
	left: 6.333%;
	top: 50%;
	margin-top: -5.6rem;
	width: 51.5%;
	opacity: 0;
	-webkit-animation: rotateInUpLeft 0.8s ease-out forwards;
	animation: rotateInUpLeft 0.8s ease-out forwards;
	animation-delay:0.6s;
}
.banner .look{
	left: 58.333%;
	top: 50%;
	margin-top: -10.5rem;
	width: 14.333%;
	opacity: 0;
	-webkit-animation: pulse 0.4s ease-in forwards;
	animation: pulse 0.4s ease-in forwards;
	animation-delay:1.4s;
}
.banner .yantai{
	left: 73.1667%;
	top: 50%;
	margin-top: -7.6rem;
	width: 22%;
	opacity: 0;
	-webkit-animation: pulse 0.4s ease-in forwards;
	animation: pulse 0.4s ease-in forwards;
	animation-delay:1.8s;
}
.banner .theCooper{
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	width: 85%;
	margin: 0 auto;
	margin-top: 0.7rem;
	opacity: 0;
	-webkit-animation: fadeInUp 0.8s ease-in-out forwards;
	animation: fadeInUp 0.8s ease-in-out forwards;
	animation-delay:2.2s;
}
.banner .theCooper p{
	font-size: 0.9rem;
	color: #333;
	line-height: 200%;
	padding: 0 0 0 5em;
	position: relative;
}
.banner .theCooper p span{
	position: absolute;
	left: 0;
	top: 0;
}
@media (max-width:2200px) {
	.bannerBox img.flag{
		right: 50%;
		left: unset;
		width: 55rem;
		height: auto;
	}
	.bannerBox img.sea{
		right: 50%;
		left: unset;
		margin-right: -16.1rem;
		width: 71.5rem;
		height: auto;
	}
	
}

@media (max-width:768px) {
	.banner .logo100{
		top: 10%;
		width: 16vw;
		height: auto;
	}
	.bannerBox {
		height: 88.91vw;
	}
	.bannerBox img.sea{
		margin-right: -26.8333vw;
	}
	.banner .slogan{
		margin-top: -14vw;
	}
	.banner .net{
		margin-top: -9.333vw;
	}
	.banner .look{
		margin-top: -17.5vw;
	}
	.banner .yantai{
		margin-top: -12.667vw;
	}
	.banner .theCooper{
		margin-top: 1.16667vw;
	}
	.banner .theCooper p{
		font-size: 2.4vw;
	}
}
@media (max-width:360px) {
	.banner .theCooper p{
		font-size: 3.2vw;
	}
}
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2rem);
		transform: translateY(-2rem)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2rem);
		-ms-transform: translateY(-2rem);
		transform: translateY(-2rem)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}
@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
}

@keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
}
@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
}

@keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
}
@-webkit-keyframes pulse {
	0% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	20% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5)
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes pulse {
	0% {
		opacity: 0;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}

	20% {
		-webkit-transform: scale(1.5);
		-ms-transform: scale(1.5);
		transform: scale(1.5)
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2em);
		transform: translateY(2em)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2em);
		-ms-transform: translateY(2em);
		transform: translateY(2em)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}
/* ---- menuBox_coat Style ---- */
.menuBox_coat{
	height: 6rem;
	position: relative;
	z-index: 9;
}
.menuBox {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	background: #ea2830;
}
.menuBox.fixed{
	position: fixed;
}
.menu{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 0rem 0 11.6rem;
	position: relative;
}
.menu ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}
.menu ul li{
	width: 25%;
	height: 6rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.menu ul li:first-of-type{
	position: absolute;
	left: 0;
	top: 0;
	width: unset;
}

.menu ul li a{
	width: 100%;
	height: 2.9rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(../img/menu_border.png) left center / 1px 100% no-repeat;
	font-size: 1rem;
	color: #fff;
	cursor: pointer;
}
.menu ul li:first-of-type a{
	height: 100%;
	background: none;
}
.menu ul li:first-of-type a img{
	height: 5rem;
	width: auto;
}
.menu ul li:nth-of-type(2) a{
	background: none;
}
.menu ul li a:hover{
	text-decoration: none;
}
@media (max-width:768px) {
	.menuBox_coat{
		height: 12vw;
	}
	.menu{
		padding: 1vw 0;
	}
	.menu ul{
		flex-wrap: wrap;
		justify-content: center;
	}
	.menu ul li{
		width: 25%;
		height: 6vw;
	}
	.menu ul li:first-of-type{
		position: unset;
		left: unset;
		top: unset;
		width: 25%;
	}
	
	.menu ul li a{
		height: 4vw;
		background: url(../img/menu_border.png) left center / 1px 100% no-repeat;
		font-size: 2.8vw;
	}
	.menu ul li:first-of-type a{
		height: 4vw;
		background: none;
	}
	.menu ul li:first-of-type a img{
		height: 6.8vw;
		width: auto;
	}
	.menu ul li:nth-of-type(2) a{
		background: url(../img/menu_border.png) left center / 1px 100% no-repeat;
	}
	.menu ul li:nth-of-type(5) a{
		background: none;
	}
}
/* ---- headlineBox Style ---- */
.headlineBox{
	background: #f7f7f7;
	padding: 2.1rem 0 2rem;
	margin-bottom: 2.6rem;
}
.headline{
	max-width: 48rem;
	padding-left: 6rem;
	position: relative;
	text-align: center;
	margin: 0 auto;
}
.headline h1 img{
	position: absolute;
	left: 0;
	top: 50%;
	height: 3.5rem;
	margin-top: -1.75rem;
}
.headline h1{
	min-height: 3rem;
	line-height: 3rem;
	font-size: 2.3rem;
	color: #2d343e;
}
.headline p{
	line-height: 1.25rem;
	font-size: 0.7rem;
	color: #777777;
}
.headline p a{
	color: #1057c2;
}
@media (max-width:768px) {
	.headlineBox{
		padding: 3.2vw 0 2.8vw;
		margin-bottom: 4.4vw;
	}
	.headline{
		padding-left: 0;
	}
	.headline h1 img{
		position: relative;
		left: auto;
		top: auto;
		height: 6.4vw;
		margin-right: 1.6vw;
		transform: translate(0, 2vw);
	}
	.headline h1{
		min-height: 8vw;
		line-height: 5.4vw;
		font-size: 4.4vw;
		padding: 1.6vw 0;
	}
	.headline p{
		line-height: 145%;
		font-size: 3.2vw;
	}
}
/* ---- swiperBox Style ---- */
.newsSwiper {
	float: left;
	width: 54%;
	position: relative;
	height: 21.4rem;
	margin-bottom: 1.6rem;
}
.newsSwiper .swiper-container{
	height: 100%;
	overflow: hidden;
}
.newsSwiper .swiper-wrapper{
	height: 100%;
}
.newsSwiper .swiper-slide{
	height: 100%;
	position: relative;
	overflow: hidden;
}
.newsSwiper .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;
}
.newsSwiper .swiper-slide:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.newsSwiper .swiper-slide p {
	height: 2.4rem;
	line-height: 2.4rem;
	padding: 0rem 6rem 0 0.8rem;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	font-size: 1rem;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.newsSwiper .pagination {
	position: absolute;
	right: 0.9rem;
	bottom: 0.9rem;
	z-index: 9;
	line-height: 0;
	z-index: 1;
	background: none;
}
.newsSwiper .swiper-pagination-bullet{
	display: inline-block;
	width: 0.5rem;
	height: 0.5rem;
	border: 1px solid #fff;
	margin: 0 0.3rem;
	cursor: pointer;
	opacity: 1;
	border-radius: 0.25rem;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.newsSwiper .swiper-pagination-bullet-active{
	background: #ffffff;
}

@media (max-width:768px) {
	.newsSwiper {
		width: 100%;
		height: auto;
		margin-bottom: 4.4vw;
	}
	.newsSwiper .swiper-container{
		height: auto;
	}
	.newsSwiper .swiper-wrapper{
		height: auto;
	}
	.newsSwiper .swiper-slide{
		height: auto;
	}
	.newsSwiper .swiper-slide img {
		height: auto;
	}
	.newsSwiper .swiper-slide p {
		height: 6vw;
		line-height: 6vw; 
		padding: 0rem 14.4vw 0 2.4vw;
		font-size: 3.2vw;
	}
	.newsSwiper .pagination {
		right: 0.8vw;
		bottom: 2vw;
	}
	.newsSwiper .swiper-pagination-bullet{
		margin: 0 0.4vw;
	}
}
/* ---- newsBox Style ---- */
.newsBox{
	position: relative;
	float: right;
	margin-bottom: 1.6rem;
}
.mainNews{
	width: 40.8333%;
}
.newsBox a.more{
	position: absolute;
	right: 0;
	top: 0.4rem;
	height: 1.2rem;
	line-height: 1.2rem;
	padding: 0 0.4rem;
	background: #ea2830;
	font-size: 0.6rem;
	color: #ffff;
	border-radius: 0.2rem;
}
.newsBox a.more:hover{
	text-decoration: none;
}
.newsBox li{
	min-height: 1.7rem;
	line-height: 1.7rem;
	padding-left: 0.6rem;
	position: relative;
	background: url(../img/point.png) left 0.8rem no-repeat;
	background-size: 0.25rem 0.25rem;
	font-size: 0.9rem;
	color: #333;
}
.newsLeft li,
.newsRight li{
	background: url(../img/star.png) left 0.5rem no-repeat;
	background-size: 0.7rem auto;
}
.newsBox li a {
	width: 100%;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.newsBox li:nth-of-type(3n+1){
	background: no-repeat;
	padding-left: 0;
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 0.7rem;
}
.newsBox li:first-of-type{
	padding-right: 4rem;
}
.newsBox li:nth-of-type(3n){
	padding-bottom: 0.6rem;
	border-bottom: 1px dashed #999999;
	margin-bottom: 1rem;
}
.newsBox li:nth-of-type(3n)::before,
.newsBox li:nth-of-type(3n)::after{
	content: "";
	position: absolute;
	bottom: -2px;
	width: 0.4rem;
	height: 3px;
	line-height: 0;
	font-size: 0;
	background: #c6ccd0;
}
.newsBox li:nth-of-type(3n)::before{
	left: 0;
}
.newsBox li:nth-of-type(3n)::after{
	right: 0;
}
.newsBox li:last-of-type{
	margin-bottom: 0;
}
@media (max-width:1024px) {
	.newsBox a.more{
		font-size: 0.8rem;
	}
}
@media (max-width:768px) {
	.mainNews{
		width: 100%;
		margin-bottom: 4.4vw;
	}
	.newsBox a.more{
		position: relative;
		display: block;
		height: 5.6vw;
		line-height: 5.6vw;
		font-size: 3.2vw;
		width: 100%;
		text-align: center;
		background: #fec54f;
		color: #fff;
	}
	.newsBox li{
		background-position: left 3.2vw;
		min-height: 7.2vw;
		line-height: 4.8vw;
		padding:1.2vw 0rem 1.2vw 1.6vw;
		font-size: 3.2vw;
	}
	.newsLeft li,
	.newsRight li {
		padding:1.2vw 0rem 1.2vw 2.8vw;
		background-position: left 2.4vw;
		background-size: 2vw auto;
	}
	.newsBox li a {
		display: inline;
		overflow: auto;
		text-overflow: unset;
		white-space: normal;
	}
	.newsBox li:nth-of-type(3n+1){
		margin-bottom: 1.2vw;
		line-height: 5.8vw;
	}
	.newsBox li:first-of-type{
		padding-right: 0rem;
	}
	.newsBox li:nth-of-type(3n){
		padding-bottom: 1.6vw;
		border-bottom: 1px dashed #999999;
		margin-bottom: 2vw;
	}
}
/* ---- mainHead Style ---- */
.mainHead{
	width: 92%;
	max-width: 44.9rem;
	margin: 0 auto 2rem;
}
.mainHead img{
	width: 100%;
	height: auto;
}
@media (max-width:768px) {
	.mainHead{
		margin-bottom: 5.2vw;
	}
}
/* ---- tripTop Style ---- */
.tripTop{
	width: 100%;
	height: auto;
	line-height: 0;
}
.tripTop img{
	width: 100%;
	height: auto;
}
.tripBox{
	background: #f7f7f7;
	padding: 0.6rem 0;
}
.tripList{
	width: 94%;
	max-width: 50.3rem;
	margin: 0 auto;
	padding-top: 5.3rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
}
.tripList li{
	width: 28.827%;
	position: relative;
}
.tripList li .trip{
	position: relative;
	width: 100%;
	padding: 5.4rem 8.96% 11.72%;
	background: #c72e36;
	z-index: 1;
}
.tripList li::before{
	content: "";
	position: absolute;
	left: 0.4rem;
	top: 0.4rem;
	width: 100%;
	height: 100%;
	background: #f3e3c1;
	z-index: 0;
}
.tripList li .date{
	width: 10rem;
	height: 10rem;
	position: absolute;
	top: -5.3rem;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-radius: 50%;
	overflow: hidden;
}
.tripList li .date img{
	width: 100%;
	height: 100%;
}
.tripList li .date p{
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	font-size: 1.4rem;
	line-height: 1.9rem;
	color: #fff;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.tripList li .date p span{
	display: inline-block;
	width: 100%;
	text-align: center;
	line-height: 3.6rem;
	font-size: 2.1rem;
	color: #fff;
}
.tripList li .date p span b{
	font-size: 3.5rem;
}
.tripList li .con{
	font-size: 0.9rem;
	line-height: 200%;
	color: #fff;
}
.tripList li .con.small{
	font-size: 0.8rem;
	line-height: 162.5%;
}
@media (max-width:768px) {
	.tripBox{
		padding: 1.6vw 0;
	}
	.tripList{
		padding-top: 0vw;
		flex-wrap: wrap;
	}
	.tripList li{
		width: 100%;
		margin-top: 13vw;
	}
	.tripList li .trip{
		padding: 16vw 8.96% 11.72%;
	}
	.tripList li::before{
		left: 1.2vw;
		top: 1.2vw;
	}
	.tripList li .date{
		width: 26vw;
		height: 26vw;
		top: -10vw;
	}
	.tripList li .date p{
		font-size: 3.6vw;
		line-height: 5.2vw;
	}
	.tripList li .date p span{
		line-height: 9.6vw;
		font-size: 5.6vw;
	}
	.tripList li .date p span b{
		font-size: 9.2vw;
	}
	.tripList li .con{
		font-size: 3.2vw;
	}
	.tripList li .con.small{
		font-size: 3.2vw;
		line-height: 200%;
	}
}
/* ---- container Style ---- */
.yantaiViewBox{
	height: 19rem;
	position: relative;
	background: url( 	http://img.jiaodong.net/pic/003/008/010/00300801026_cdf5c59d.jpg) center center no-repeat;
	background-size: auto 100%;
	background-attachment: fixed;
	margin-bottom: 4.1rem;
}
.scheduleBottom{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.scheduleBottom img{
	width: 100%;
	height: auto;
}
@media (max-width:768px) {
	.yantaiViewBox{
		height: 50.8vw;
		margin-bottom: 11.2vw;
	}
}
/* ---- container Style ---- */
.newsLeft{
	width: 45.25%;
	float: left;
}
.newsRight{
	width: 45.25%;
	float: right;
}
@media (max-width:768px) {
	.newsLeft,
	.newsRight{
		width: 100%;
	}
}
/* ---- container Style ---- */
.photologgingSwiper {
	position: relative;
	height: 38rem;
	margin-bottom: 2.6rem;
}
.photologgingSwiper .swiper-container {
	position: absolute;
	width: 100%;
	height: 100%;
}
.photologgingSwiper .swiper-slide {
	position: relative;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center center;
}
.photologging{
	max-width: 1200px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 100%;
}
.photologging .con{
	position: absolute;
	bottom: 11.66667%;
	right: 5%;
	background: rgba(0,0,0,0.4);
	padding: 1.5rem 2.5rem;
	width: 90%;
	max-width: 29.7rem;
}
.photologging .con h1{
	line-height: 2.1rem;
	font-size: 1.2rem;
	color: #fff;
}
.photologging .con p{
	line-height: 1.6rem;
	font-size: 0.9rem;
	color: #fff;
	text-indent: 2em;
}
.photologgingSwiper .pagination {
	position: absolute;
	right: 50%;
	width: 1.2rem;
	margin-right: -600px;
	bottom: 13.1%;
	z-index: 9;
	line-height: 0;
	z-index: 1;
	
}
.photologgingSwiper .swiper-pagination-bullet{
	display: inline-block;
	width: 1.2rem;
	height: 1.2rem;
	border: 0.1rem solid #fff;
	margin:0.3rem 0;
	cursor: pointer;
	opacity: 1;
	background: none;
	border-radius: 50%;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.photologgingSwiper .swiper-pagination-bullet-active{
	background: #ffffff;
}
@media (max-width:1240px) {
	
	.photologgingSwiper .pagination {
		right: 1rem;
		width: 1rem;
		margin-right: 0;
	}
	.photologgingSwiper .swiper-pagination-bullet{
		width: 1rem;
		height: 1rem;
	}
}
@media (max-width:768px) {
	.photologgingSwiper{
		height: 65vw;
		margin-bottom: 6.8vw;
	}
	.photologging .con{
		position: absolute;
		bottom: 0%;
		right: 0%;
		background: rgba(0,0,0,0.4);
		padding: 1.6vw;
		width: 100%;
		max-width:100%;
	}
	.photologging .con h1{
		line-height: 4.4vw;
		font-size: 3.2vw;
	}
	.photologging .con p{
		display: none;
	}
	.photologgingSwiper .pagination {
		margin-top: -7.2vw;	
		right: 2.4vw;
		width: 2.4vw;
	}
	.photologgingSwiper .swiper-pagination-bullet{
		width: 2.4vw;
		height: 2.4vw;
	}
	
}
/* ---- container Style ---- */
.speakSwiper {
	margin-bottom: 3.7rem;
}
.speakSwiper .swiper-container {
	width: 100%;
	height: auto;
}
.speakSwiper .swiper-slide {
	position: relative;
	padding: 0.9rem 0;
}
.speakSwiper .swiper-slide .pic{
	position: absolute;
	top: 0;
	left: 3.7%;
	height: 100%;
	width: 44%;
	overflow: hidden;
	position: absolute;
}
.speakSwiper .swiper-slide .pic img {
	position: absolute;
	height: 100%;
	width: auto;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.speakSwiper .swiper-slide .speakBox{
	background: #be2b1d;
	padding: 1rem 1rem 1.6rem 50.667%;
}
.speakSwiper .swiper-slide .speakBox h1 {
	height: 2rem;
	line-height: 2rem;
	font-size: 1.2rem;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.speakSwiper .swiper-slide .speakBox h2 {
	height: 1.1rem;
	line-height: 1.1rem;
	font-size: 0.7rem;
	color: #fff;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.speakSwiper .swiper-slide .speakBox p {
	height: 3.3rem;
	line-height: 1.1rem;
	font-size: 0.75rem;
	color: #fff;
	margin-top: 0.15rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.speakSwiper .pagination{
	display: none;
}
@media (max-width:768px) {
	.speakSwiper {
		margin-bottom: 10vw;
	}
	.speakSwiper .swiper-slide {
		padding: 2.4vw 0;
	}
	.speakSwiper .swiper-slide .speakBox{
		background: #be2b1d;
		padding: 2.8vw 2.8vw 4vw 50.667%;
	}
	.speakSwiper .swiper-slide .speakBox h1 {
		height: 5.2vw;
		line-height: 5.2vw;
		font-size: 3.6vw;
	}
	.speakSwiper .swiper-slide .speakBox h2 {
		height: 3.6vw;
		line-height: 3.6vw;
		font-size: 2.4vw;
	}
	.speakSwiper .swiper-slide .speakBox p {
		height: 10.8vw;
		line-height: 3.6vw;
		font-size: 2.8vw;
		margin-top: 0.8vw;
	}
}
@media (max-width:475px) {
	.speakSwiper .swiper-slide .pic{
		left: 4vw;
		width: 24vw;
	}
	.speakSwiper .swiper-slide .speakBox{
		padding: 2.8vw 2.8vw 4vw 32vw;
	}
	.speakSwiper .swiper-slide .speakBox p {
		height: 12vw;
		line-height: 4vw;
		font-size: 3.2vw;
		margin-top: 0.4vw;
	}
	
}
/* ---- work Style ---- */
.workBox{
	width: 100%;
	max-width: 1034px;
	margin: 0 auto;
}
.workLeft{
	width: 56.58%;
	float: left;
}
.workRight{
	width: 36.267%;
	float: right;
}
.bigWork{
	width: 100%;
	overflow: hidden;
	margin-bottom: 1.4rem;
}
.bigWork img{
	width: 100%;
	height: auto;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.bigWork:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.workList{
	margin-bottom: 4.4rem;
}
.workList .more{
	text-align: right;
	margin-bottom: 0.9rem;
}
.workList .more a{
	display: inline-block;
	height: 1.25rem;
	line-height: 1.25rem;
	font-size: 12px;
	color: #fff;
	padding: 0 0.4rem;
	background: #ea2830;
	border-radius: 0.2rem;
}
.workList .more a:hover{
	text-decoration: none;
}
.workList ul{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
}
.workList ul li{
	width: 30.77%;
}
.workList ul li .pic{
	width: 100%;
	overflow: hidden;
	border-radius: 50%;
	margin-bottom: 1rem;
}
.workList ul li .pic img{
	width: 100%;
	height: auto;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.workList ul li .pic:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.workList ul li p {
	text-align: center;
	height: 1.4rem;
	line-height: 1.4rem;
	font-size: 0.9rem;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.phoneBox{
	width: 100%;
	padding: 3.2rem 1.25rem 5.2rem 1.5rem;
	background: url(../img/work_phone.png) center center / 100% 100% no-repeat;
	margin-bottom: 4.4rem;
}
.phoneBox .pic{
	width: 100%;
}
.phoneBox .pic img{
	width: 100%;
	height: auto;
}
@media (max-width:768px) {
	.workLeft{
		width: 100%;
	}
	.workRight{
		width: 100%;
	}
	
	.bigWork{
		margin-bottom: 3.6vw;
	}
	.workList{
		margin-bottom: 11.6vw;
	}
	.workList .more{
		margin-bottom: 2.4vw;
	}
	.workList .more a{
		height: 4vw;
		line-height: 4vw;
		font-size: 2.8vw;
		padding: 0 1.2vw;
		border-radius: 0.4vw;
	}
	
	.workList ul li .pic{
		margin-bottom: 2.8vw;
	}
	.workList ul li p {
		text-align: center;
		height: 4vw;
		line-height: 4vw;
		font-size: 2.8vw;
	}
	.phoneBox{
		padding: 0;
		background: none;
		/* padding: 17.29vw 6.67vw 27.73vw 8vw; */
		margin-bottom: 11.6vw;
	}
}
/* ---- container Style ---- */
.cooperBox{
	width: 100%;
	position: relative;
	background: #be2b1d;
}
.cooperBox::before{
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	margin-left: -600px;
	height: 0.8rem;
	background: url(../img/cooper_border.jpg) center top / auto 100% repeat-x;
}
.cooper{
	padding: 3rem 0 2.4rem;
	position: relative;
}
.cooperBox h1{
	position: absolute;
	top: -1.65rem;
	left: 50%;
	margin-left: -600px;
	width: 8.8rem;
	height: auto;
	line-height: 0;
}
.cooperBox h1 img{
	width: 100%;
	height: auto;
}
.frindship{
	padding: 2.6rem 16rem 0 0;
	position: relative;
	font-size: 0.8rem;
	line-height: 225%;
	color: #fff;
}
.frindship a{
	margin-right: 0.8rem;
}
.qrcode{
	position: absolute;
	right: 0;
	top: 0;
	width: 13.5rem;
	display: flex;
	justify-content: space-between;
	align-content: flex-start;
	align-items: flex-start;
}
.qrcode li{
	width: 42.96%;
}
.qrcode li img{
	width: 100%;
	height: auto;
	border: 1px solid #9a0210;
	margin-bottom: 0.5rem;
}
.qrcode li p{
	font-size: 0.7rem;
	line-height: 160%;
	color: #fff;
	text-align: center;
}
@media (max-width:1200px) {
	.cooperBox::before{
		left: 0;
		margin-left: 0;
	}
	.cooperBox h1{
		left: 0;
		margin-left: 0px;
	}
}
@media (max-width:768px) {
	.cooperBox::before{
		height: 2vw;
	}
	.cooper{
		padding: 8vw 0 6.4vw;
	}
	.cooperBox h1{
		top: -4.4vw;
		width: 23.6vw;
	}
	.frindship{
		padding: 4vw 0 0 0;
		font-size: 2.8vw;
	}
	.frindship a{
		margin-right: 2vw;
	}
	.qrcode{
		position: unset;
		right: unset;
		top: unset;
		width: 80%;
		margin: 6vw auto 0;
	}
	.qrcode li img{
		margin-bottom: 1.2vw;
	}
	.qrcode li p{
		font-size: 2.4vw;
	}
}
/* ---- container Style ---- */
.container {
	width: 94%;
	max-width: 1200px;
	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;
	line-height: 1.8rem;
	height: 1.8rem;
	width: 100%;
}

.footer {
	margin: 0 auto;
	position: relative;
	width: 86.3158%;
	max-width: 1200px;
	line-height: 1.8rem;
	font-size: 14px;
}

.footer p {
	position: absolute;
	right: 0px;
	top: 0;
}

.footer p a {
	color: #e4e4e4;
	display: inline-block;
	padding: 0 0.6rem;
}

@media (max-width:1020px) {

	.footer p a {
		display: inline-block;
	}
}

@media (max-width:768px) {
	.footer {
		text-align: center;
	}
	.footer p {
		display: none;
	}
}