@media (max-width:1200px) {
	html{min-width: 1200px;}
	.bg2 .w1200{overflow: hidden;}
	.person-body .arrow{display: none;}
	.works-nav{max-width: 1200px;}
	.works-nav .nav_title:last-child{margin-right: 0;}
}
body {
	background: #55d5d4 url(../img/blacksea-bannerBg.png) repeat-x 0 -58px
}

.banner {
	height: 900px;
	background: url(../img/blacksea-banner.jpg) no-repeat center top
}

.banner .banner-img {
	height: 100%
}

.banner-name {
	font-size: 20px;
	color: #fff;
	line-height: 42px;
	padding: 657px 0 0 40px
}

.swiper-container {
	position: relative;
	overflow: hidden;
	margin-top: 17px;
	margin-right: -25px;
	height: 465px
}

.groupBooking-list li {
	float: left
}

.swiper-body {
	overflow: hidden
}

.swiper-slide .person {
	position: relative;
	float: left;
	width: 210px;
	height: 210px;
	border: 5px solid #fff;
	border-radius: 50%;
	margin: 0 25px 25px 0;
	overflow: hidden;
	display: block;
	background-image: url(../img/blacksea-touxiang.jpg)
}

.swiper-slide .person.p1 {
	background-position: 0 0
}

.swiper-slide .person.p2 {
	background-position: 0 -211px
}

.swiper-slide .person.p3 {
	background-position: 0 -422px
}

.swiper-slide .person.p4 {
	background-position: 0 -633px
}

.swiper-slide .person.p5 {
	background-position: 0 -844px
}

.swiper-slide .person.p6 {
	background-position: 0 -1055px
}

.swiper-slide .person.p7 {
	background-position: 0 -1266px
}

.swiper-slide .person.p8 {
	background-position: 0 -1477px
}

.swiper-slide .person.p9 {
	background-position: 0 -1688px
}

.swiper-slide .person.p10 {
	background-position: 0 -1899px
}

.swiper-slide .person.p11 {
	background-position: 0 -2110px
}

.swiper-slide .person.p12 {
	background-position: 0 -2321px
}

.swiper-slide .person.p13 {
	background-position: 0 -2532px
}

.swiper-slide .person.p14 {
	background-position: 0 -2743px
}

.swiper-slide .person.p15 {
	background-position: 0 -2954px
}

.swiper-slide .person.p16 {
	background-position: 0 -3165px
}

.swiper-slide .person.p17 {
	background-position: 0 -3376px
}

.swiper-slide .person.p18 {
	background-position: 0 -3587px
}

.swiper-slide .person.p19 {
	background-position: 0 -3798px
}

.swiper-slide .person.p20 {
	background-position: 0 -4009px
}

.swiper-slide .person div {
	position: absolute;
	left: 0;
	box-sizing: border-box;
	padding-top: 20px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	bottom: -80px;
	width: 100%;
	height: 80px;
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .6) 100%);
	transition: .2s
}

.swiper-slide .person div span {
	display: block;
	font-size: 14px
}

.swiper-slide .person:hover div {
	bottom: 0
}

.person-body {
	position: relative;
	margin-bottom: 257px
}

.person-body .arrow {
	position: absolute;
	top: 50%;
	margin-top: -47px;
	font-size: 90px;
	color: #fff;
	cursor: pointer;
	transition: .2s
}

.person-body .arrow.arrow-left {
	left: -100px
}

.person-body .arrow.arrow-right {
	right: -100px
}

.person-body .arrow:hover {
	color: #1c8cf1
}

.bg1 {
	background: #8ee1e1;
	position: relative
}

.personcontent:before {
	content: '';
	position: absolute;
	top: -217px;
	left: 0;
	right: 0;
	height: 217px;
	background: url(../img/blacksea-bg.png) repeat-x center top
}

.bg1:after {
	content: '';
	position: absolute;
	bottom: -221px;
	left: 0;
	right: 0;
	height: 221px;
	background: url(../img/blacksea-bg.png) repeat-x center bottom
}

.works-title {
	position: relative;
	top: -69px;
	margin: 0 auto;
	width: 632px;
	height: 170px;
	font-size: 40px;
	text-align: center;
	color: #19325d
}

.works-title:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 100%;
	background: url(../img/blacksea-icon.png) no-repeat 123px -300px;
	animation: heng 1.5s ease-in-out infinite alternate;
}

.personcontent{position: relative;}

.works-nav {
	padding: 20px 0 30px 0;
	margin: 0 -18px 0 0;
}
.nav-sticky{
	width: 100%;
	z-index: 9999;
	background-color: #8ee1e1;
	margin: 0 auto;
}
.nav-sticky-on{position: fixed;top: 0;animation: solltTop .5s;}
@keyframes solltTop{
    from{transform: translateY(-120px);}
    to{transform: translateY(0px);}
}
.mysticky{height: 110px;display: none;background-color: #8EE1E1;width: 100%;}
.works-title-bg{background-color: #8EE1E1;}

.works-nav .nav_title {
	position: relative;
	top: 0;
	width: 156px;
	height: 60px;
	line-height: 60px;
	float: left;
	margin-right: 18px;
	background: #fff;
	font-size: 26px;
	color: #234f98;
	text-align: center;
	border-radius: 37.5px;
	cursor: pointer;
	overflow: hidden;
	transition: top .3s
}

.works-nav .nav_title.on {
	transition: top .3s, color .2s;
	overflow: visible;
	top: -10px;
	box-shadow: 0 0 10px 0 rgba(86, 175, 255, .7);
	color: #fff;
	background: #1c8cf1
}

.works-nav .nav_title.on:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -14px;
	width: 50px;
	height: 7px;
	background: rgba(28, 140, 241, .7);
	border-radius: 3.5px;
	opacity: 0;
	animation: bottonShow 1.8s linear infinite
}

.works-nav .nav_title.on:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -26px;
	width: 30px;
	height: 5px;
	background: rgba(28, 140, 241, .4);
	border-radius: 3.5px;
	opacity: 0;
	animation: bottonShow2 1.8s linear infinite
}

.works-nav .nav_title.on .nav_bg {
	display: none
}

.works-nav .nav_title .titleText {
	position: relative;
	z-index: 1;
	display: block;
	height: 100%
}

.works-nav .nav_title:hover {
	color: #fff
}

@keyframes bottonShow {
	0% {
		opacity: 0
	}

	38% {
		opacity: 1
	}

	100% {
		opacity: 1
	}
}

@keyframes bottonShow2 {
	0% {
		opacity: 0
	}

	58% {
		opacity: 1
	}

	100% {
		opacity: 1
	}
}

.nav_bg {
	border-radius: 1000px;
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	margin-left: 0;
	margin-top: 0;
	pointer-events: none
}

.titleText {
	display: inline-block;
	transition: .4s;
	text-decoration: none
}

.button_text_container {
	position: relative
}

.explode-circle {
	animation: explode .5s forwards
}

.desplode-circle {
	animation: desplode .5s forwards
}

@keyframes explode {
	0% {
		width: 0;
		height: 0;
		margin-left: 0;
		margin-top: 0;
		background-color: rgba(42, 53, 80, .2)
	}

	100% {
		width: 340px;
		height: 340px;
		margin-left: -170px;
		margin-top: -170px;
		background-color: #1c8cf1
	}
}

@keyframes desplode {
	0% {
		width: 340px;
		height: 340px;
		margin-left: -170px;
		margin-top: -170px;
		background-color: #1c8cf1
	}

	100% {
		width: 0;
		height: 0;
		margin-left: 0;
		margin-top: 0;
		background-color: rgba(129, 80, 108, .6)
	}
}

.Awards-list li {
	position: relative;
	width: 1180px;
	margin-bottom: 64px;
	background: rgba(255, 255, 255, .3);
	height: 460px
}

.Awards-list li .Awards-title {
	position: relative;
	z-index: 10;
	padding: 17px 92px 0 30px;
	text-align: left;
	font-size: 26px;
	color: #234f98
}

.case-2-swiper {
	width: 886px;
	height: 400px;
	margin-right: 10px;
	margin-top: -7px;
	float: right;
	overflow: hidden;
	position: relative
}

.case-2-swiper:after,
.case-2-swiper:before {
	content: '';
	position: absolute;
	top: 0;
	height: 100%;
	width: 75px;
	z-index: 4
}

.case-2-swiper:before {
	left: 0;
	background-image: linear-gradient(90deg, #b0eaea 0, rgba(176, 234, 234, 0) 97%)
}

.case-2-swiper:after {
	right: 0;
	background-image: linear-gradient(90deg, rgba(176, 234, 234, 0) 0, #b0eaea 97%)
}

.slide {
	width: 100%;
	height: 587.5px;
	overflow: hidden;
	position: relative
}

.slide .img {
	position: absolute;
	transition: width .6s, height .6s, top .6s, left .6s, z-index .6s, opacity .6s;
	opacity: 0;
	background: url(//static.699pic.com/images/lazy.png) no-repeat center #fff
}

.slide .img p {
	opacity: 0;
	text-align: center;
	font-size: 20px;
	color: #234f98;
	margin-top: 5px
}

.slide .img3 p {
	opacity: 1
}

.slide .img img {
	width: 100%;
	height: 100%;
	border: 5px solid #fff;
	box-sizing: border-box;
	vertical-align: top
}

.slide .img1 {
	width: 415.3px;
	height: 270px;
	top: 40px;
	left: -687.58px;
	z-index: 1
}

.slide .img2 {
	width: 415.3px;
	height: 270px;
	top: 40px;
	left: -261.29px;
	z-index: 2;
	opacity: .5
}

.slide .img3 {
	width: 550px;
	height: 350px;
	top: 0;
	left: 169px;
	z-index: 3;
	opacity: 1
}

.slide .img4 {
	width: 415.3px;
	height: 270px;
	top: 40px;
	left: 734px;
	z-index: 2;
	opacity: .5
}

.slide .img5 {
	width: 415.3px;
	height: 270px;
	top: 40px;
	left: 1172.29px;
	z-index: 1
}

.slide-bt {
	position: absolute;
	left: 50%;
	bottom: 13%;
	z-index: 10
}

.slide-bt span {
	width: 24px;
	height: 8px;
	background: #c9caca;
	float: left;
	margin: 5px;
	border-radius: 4px
}

.slide .slide-bt .on {
	background: #ffd200
}

.slide-btn {
	position: absolute;
	top: 50%;
	margin-top: -55px;
	color: #fff;
	z-index: 5
}

.slide-btn .iconfont {
	font-size: 52px;
	cursor: pointer
}

.slide-btn.left {
	left: 11%
}

.slide-btn.right {
	right: 11%
}

.aboutAuthor span.icon {
	position: absolute;
	background-image: url(../img/blacksea-icon.png)
}

.aboutAuthor {
	position: absolute;
	top: 70px;
	z-index: 5;
	box-sizing: border-box;
	width: 308px;
	height: 404px;
	padding: 40px 18px 0 30px
}

.li1 .aboutAuthor {
	background: #1c8cf1;
	left: -20px
}

.li1 .aboutAuthor:before {
	content: '';
	position: absolute;
	top: 9px;
	right: -30px;
	width: 30px;
	height: 18px;
	background: url(../img/blacksea-icon.png) no-repeat -1043px -108px
}

.li2 .aboutAuthor {
	background: #00cdcd;
	right: -20px
}

.li2 .aboutAuthor:before {
	content: '';
	position: absolute;
	top: 9px;
	left: -30px;
	width: 30px;
	height: 18px;
	background: url(../img/blacksea-icon.png) no-repeat -1083px -108px
}

.aboutAuthor .picture {
	width: 120px;
	height: 150px;
	border-radius: 10px;
	background-image: url(../img/blacksea-touxiang2.jpg)
}

.aboutAuthor .picture.p1 {
	background-position: 0 0
}

.aboutAuthor .picture.p2 {
	background-position: 0 -150px
}

.aboutAuthor .picture.p3 {
	background-position: 0 -300px
}

.aboutAuthor .picture.p4 {
	background-position: 0 -450px
}

.aboutAuthor .picture.p5 {
	background-position: 0 -600px
}

.aboutAuthor .picture.p6 {
	background-position: 0 -750px
}

.aboutAuthor .picture.p7 {
	background-position: 0 -900px
}

.aboutAuthor .picture.p8 {
	background-position: 0 -1050px
}

.aboutAuthor .picture.p9 {
	background-position: 0 -1200px
}

.aboutAuthor .picture.p10 {
	background-position: 0 -1350px
}

.aboutAuthor .picture.p11 {
	background-position: 0 -1500px
}

.aboutAuthor .picture.p12 {
	background-position: 0 -1650px
}

.aboutAuthor .picture.p13 {
	background-position: 0 -1800px
}

.aboutAuthor .picture.p14 {
	background-position: 0 -1950px
}

.aboutAuthor .picture.p15 {
	background-position: 0 -2100px
}

.aboutAuthor .picture.p16 {
	background-position: 0 -2250px
}

.aboutAuthor .picture.p17 {
	background-position: 0 -2400px
}

.aboutAuthor .picture.p18 {
	background-position: 0 -2550px
}

.aboutAuthor .picture.p19 {
	background-position: 0 -2700px
}

.aboutAuthor .picture.p20 {
	background-position: 0 -2850px
}

.aboutAuthor .aboutAuthor-msg {
	padding-left: 140px;
	font-size: 14px;
	color: #fff;
	height: 150px
}

.aboutAuthor .aboutAuthor-msg .msg-name {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 4px
}

.aboutAuthor .aboutAuthor-msg .msg-id {
	line-height: 20px;
	margin-bottom: 17px
}

.aboutAuthor .aboutAuthor-msg .msg-popularity,
.aboutAuthor .aboutAuthor-msg .msg-production,
.aboutAuthor .aboutAuthor-msg .msg-time {
	line-height: 26px
}

.aboutAuthor .aboutAuthor-msg .color {
	color: #fff500
}

.aboutAuthor .aboutAuthor-hint {
	margin-top: 20px;
	font-size: 14px;
	color: #fff;
	line-height: 24px
}

.bg2-title {
	margin: 134px auto 27px;
	padding: 131px 0 52px;
	width: 655px;
	text-align: center;
	font-size: 40px;
	color: #19325d;
	position: relative
}

.bg2-title span {
	position: relative;
	z-index: 1
}

.bg2-title:after,
.bg2-title:before {
	content: '';
	position: absolute;
	background-image: url(../img/blacksea-icon.png)
}

.bg2-title:before {
	top: 0;
	left: 0;
	width: 166px;
	height: 173px;
	background-position: 0 0;
	transform-origin: 100px 160px;
	animation: AnRotate 1.2s ease-in-out infinite alternate;
}

@keyframes AnRotate{
	from{
		transform: rotate(20deg);
	}
	to{
		transform: rotate(-10deg);
	}
}


.bg2-title:after {
	bottom: 0;
	right: 65px;
	width: 168px;
	height: 58px;
	background-position: -429px -181px
}

.bg3 {
	background: #8ee1e1;
	position: relative;
	height: 230px;
}

.bg3:before {
	content: '';
	position: absolute;
	top: -217px;
	left: 0;
	right: 0;
	height: 217px;
	background: url(../img/blacksea-bg.png) repeat-x center top
}

.bg3 .bg3-title {
	position: relative;
	top: -38px;
	font-size: 40px;
	color: #19325d;
	text-align: center;
	margin: 0 0 50px
}

.bg3 .bg3-body {
	position: relative;
	height: 100%;
}

.bg3 .bg3-body:before {
	content: '';
	position: absolute;
	top: -196px;
	left: 324px;
	width: 146px;
	height: 145px;
	background: url(../img/blacksea-icon.png) no-repeat -626px -108px;
	animation: heng2 1.5s ease-in-out infinite alternate;
}

.bg3-after{position: absolute;width: 100%;height: 100%;top: 0;left: 0;overflow: hidden;}
.bg3-after:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 188px;
	width: 239px;
	height: 188px;
	background: url(../img/blacksea-icon.png) no-repeat -783px -108px;
	animation: shu 1.5s ease-in-out infinite alternate;
}

.bg3 .more-btn {
	position: relative;
	display: block;
	margin: 0 auto;
	background: #fff;
	border-radius: 35px;
	width: 320px;
	height: 70px;
	line-height: 70px;
	font-size: 30px;
	color: #1c8cf1;
	text-align: center;
	overflow: hidden
}

.bg3 .icon {
	position: absolute;
	bottom: 12px;
	right: 440px;
	width: 81px;
	height: 34px;
	background: url(../img/blacksea-icon.png) no-repeat -1231px -1px
}

.bg3 .icon2 {
	position: absolute;
	top: 109px;
	left: 390px;
	width: 79px;
	height: 35px;
	background: url(../img/blacksea-icon.png) no-repeat -1325px -1px
}

.li1 {
	float: right
}

.li2 {
	float: left
}

.li2 .case-2-swiper {
	float: left;
	margin-left: 10px
}

.Awards-list li.li2 .Awards-title {
	text-align: right
}

.nav_bg2 {
	border-radius: 1000px;
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	margin-left: 0;
	margin-top: 0;
	pointer-events: none
}

.titleText2 {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: inline-block;
	transition: .4s
}

.button_text_container2 {
	position: relative
}

.explode-circle2 {
	animation: explode2 .5s forwards
}

.desplode-circle2 {
	animation: desplode2 .5s forwards
}

@keyframes explode2 {
	0% {
		width: 0;
		height: 0;
		margin-left: 0;
		margin-top: 0;
		background-color: rgba(42, 53, 80, .2)
	}

	100% {
		width: 650px;
		height: 650px;
		margin-left: -330px;
		margin-top: -330px;
		background-color: #baf8f8
	}
}

@keyframes desplode2 {
	0% {
		width: 650px;
		height: 650px;
		margin-left: -330px;
		margin-top: -330px;
		background-color: #baf8f8
	}

	100% {
		width: 0;
		height: 0;
		margin-left: 0;
		margin-top: 0;
		background-color: rgba(129, 80, 108, .6)
	}
}

.imglist.video .imgLibox:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 65px;
	height: 65px;
	background-image: url(http://js.699pic.com/images/play-icon.png)
}

.imglist-body {
	margin-right: -20px;
	padding-bottom: 237px
}

.imglist-body .imgLibox {
	background: #fff;
	position: relative;
	float: left;
	width: 373px;
	height: 260px;
	overflow: hidden;
	margin: 0 20px 20px 0;
	transition: none;
	box-shadow: 0 0 4px rgba(0, 0, 0, .2)
}

.imglist-body .imgLibox img {
	width: 100%;
	height: 100%
}

.fanhuidingbu {
	display: none;
	position: fixed;
	right: 50%;
	bottom: 10%;
	margin-right: -700px;
	width: 50px;
	height: 50px;
	font-size: 18px;
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .7);
	cursor: pointer;
	box-shadow: 0 0 4px rgba(0, 0, 0, .2);
	transition: .3s
}

.fanhuidingbu:hover {
	box-shadow: 0 0 16px rgba(0, 0, 0, .3)
}

@keyframes heng{
	from{
		transform: translateX(0);
	}
	to{
		transform: translateX(15px);
	}
}
@keyframes heng2{
	from{
		transform: translateX(0);
	}
	to{
		transform: translateX(25px);
	}
}
@keyframes shu{
	from{
		transform: translateY(0);
	}
	to{
		transform: translateY(30px);
	}
}
