/* 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 {
	height: 100%;
}
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:url(../img/bg.jpg) repeat;;
	overflow-x: hidden;
}
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;
}
/* the public
* --------------------------------------- */
#section0,
#section1,
#section2,
#section3,
#section4,
#section5,
#section6,
#section7,
#section8,
#section9{
	background-size: cover;
    background-attachment: fixed;
	background-size: 100% 100%;
	overflow: hidden;
}
.menu{
	position: absolute;
	top: 14.95%;
	right: -30px;
	width: 96px;
}
.menu li{
	width: 100%;
	margin-bottom: 30px;
	overflow: hidden;
	opacity: 0;
}
.menu_in li:first-child{
	animation: menu_in 0.2s ease-out forwards;
	-moz-animation: menu_in 0.2s ease-out forwards;
	-webkit-animation: menu_in 0.2s ease-out forwards;
	-o-animation: menu_in 0.2s ease-out forwards;

	animation-delay: 0s;
	-moz-animation-delay: 0s;
	-webkit-animation-delay:0s;
	-o-animation-delay: 0s;
}
.menu_in li:nth-child(2){
	animation: menu_in 0.2s ease-out forwards;
	-moz-animation: menu_in 0.2s ease-out forwards;
	-webkit-animation: menu_in 0.2s ease-out forwards;
	-o-animation: menu_in 0.2s ease-out forwards;

	animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;
	-webkit-animation-delay:0.2s;
	-o-animation-delay: 0.2s;
}
.menu_in li:nth-child(3){
	animation: menu_in 0.2s ease-out forwards;
	-moz-animation: menu_in 0.2s ease-out forwards;
	-webkit-animation: menu_in 0.2s ease-out forwards;
	-o-animation: menu_in 0.2s ease-out forwards;

	animation-delay: 0.4s;
	-moz-animation-delay: 0.4s;
	-webkit-animation-delay:0.4s;
	-o-animation-delay: 0.4s;
}
.menu_in li:nth-child(4){
	animation: menu_in 0.2s ease-out forwards;
	-moz-animation: menu_in 0.2s ease-out forwards;
	-webkit-animation: menu_in 0.2s ease-out forwards;
	-o-animation: menu_in 0.2s ease-out forwards;

	animation-delay: 0.6s;
	-moz-animation-delay: 0.6s;
	-webkit-animation-delay:0.6s;
	-o-animation-delay: 0.6s;
}
.menu_in li:nth-child(5){
	animation: menu_in 0.2s ease-out forwards;
	-moz-animation: menu_in 0.2s ease-out forwards;
	-webkit-animation: menu_in 0.2s ease-out forwards;
	-o-animation: menu_in 0.2s ease-out forwards;

	animation-delay: 0.8s;
	-moz-animation-delay: 0.8s;
	-webkit-animation-delay:0.8s;
	-o-animation-delay: 0.8s;
}
.menu_in li:nth-child(6){
	animation: menu_in 0.2s ease-out forwards;
	-moz-animation: menu_in 0.2s ease-out forwards;
	-webkit-animation: menu_in 0.2s ease-out forwards;
	-o-animation: menu_in 0.2s ease-out forwards;

	animation-delay: 1.0s;
	-moz-animation-delay: 1.0s;
	-webkit-animation-delay:1.0s;
	-o-animation-delay: 1.0s;
}
.menu_in li:nth-child(7){
	animation: menu_in 0.2s ease-out forwards;
	-moz-animation: menu_in 0.2s ease-out forwards;
	-webkit-animation: menu_in 0.2s ease-out forwards;
	-o-animation: menu_in 0.2s ease-out forwards;

	animation-delay: 1.2s;
	-moz-animation-delay: 1.2s;
	-webkit-animation-delay:1.2s;
	-o-animation-delay: 1.2s;
}
.menu li.active{
	margin-left: -17px;
}
.menu li p{
	float: left;
	width: 24px;
	height: 64px;
	font-size: 18px;
	color: #fff;
	line-height: 21px;
	text-align: center;
	word-break: break-all;
	 /* Center slide text vertically */
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: -webkit-flex;
	 display: flex;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 -webkit-justify-content: center;
	 justify-content: center;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 -webkit-align-items: center;
	 align-items: center;
}
.menu_b li p{
	color: #333;
}
.menu li.active p{
	font-weight: bold;
}
.menu li img{
	float: right;
	width: 64px;
	height: 64px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.menu li:hover img{
	transform:rotate(180deg);
}
/* The first screen
* --------------------------------------- */
#section0{
    position: relative;
    overflow: hidden;
}
.mapBox{
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    -webkit-transition: .7s ease-in-out;
	transition: .7s ease-in-out;
}
.mapBox .map{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    
}
.mapBox .map01{
    background-image: url(../img/map01.png);
    z-index: 1;
    opacity: 0;
}
.map_in .map01{
	animation: map_in 0.3s ease-out forwards;
	-moz-animation: map_in 0.3s ease-out forwards;
	-webkit-animation: map_in 0.3s ease-out forwards;
	-o-animation: map_in 0.3s ease-out forwards;

	animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;
	-webkit-animation-delay:0.2s;
	-o-animation-delay: 0.2s;
}
.map_out .map01{
	animation: map_out 0.3s ease-out forwards;
	-moz-animation: map_out 0.3s ease-out forwards;
	-webkit-animation: map_out 0.3s ease-out forwards;
	-o-animation: map_out 0.3s ease-out forwards;
}
.mapBox .map02{
    background-image: url(../img/map02.png);
    z-index: 2;
    opacity: 0;
}
.map_in .map02{
	animation: map_in 0.3s ease-out forwards;
	-moz-animation: map_in 0.3s ease-out forwards;
	-webkit-animation: map_in 0.3s ease-out forwards;
	-o-animation: map_in 0.3s ease-out forwards;

	animation-delay: 0.4s;
	-moz-animation-delay: 0.4s;
	-webkit-animation-delay:0.4s;
	-o-animation-delay: 0.4s;
}
.mapBox .map03{
    background-image: url(../img/map03.png);
    z-index: 3;
    opacity: 0;
}
.map_in .map03{
	animation: map_in 0.3s ease-out forwards;
	-moz-animation: map_in 0.3s ease-out forwards;
	-webkit-animation: map_in 0.3s ease-out forwards;
	-o-animation: map_in 0.3s ease-out forwards;

	animation-delay: 0.7s;
	-moz-animation-delay: 0.7s;
	-webkit-animation-delay: 0.7s;
	-o-animation-delay: 0.7s;
}
.mapBox .map04{
    background-image: url(../img/map04.png);
    z-index: 4;
    opacity: 0;
}
.map_in .map04{
	animation: map_in 0.3s ease-out forwards;
	-moz-animation: map_in 0.3s ease-out forwards;
	-webkit-animation: map_in 0.3s ease-out forwards;
	-o-animation: map_in 0.3s ease-out forwards;

	animation-delay: 1.1s;
	-moz-animation-delay: 1.1s;
	-webkit-animation-delay: 1.1s;
	-o-animation-delay: 1.1s;
}
.mapBox .map05{
    background-image: url(../img/map05.png);
    z-index: 5;
    opacity: 0;
}
.map_in .map05{
	animation: map_in 0.3s ease-out forwards;
	-moz-animation: map_in 0.3s ease-out forwards;
	-webkit-animation: map_in 0.3s ease-out forwards;
	-o-animation: map_in 0.3s ease-out forwards;

	animation-delay: 1.4s;
	-moz-animation-delay:  1.4s;
	-webkit-animation-delay: 1.4s;
	-o-animation-delay: 1.4s;
}
.mapBox .city{
    position: absolute;
    width: 72px;
    height: 69px;
    text-align: center;
    z-index: 9;
}
.mapBox .city img{
    height: 35px;
    width: auto;
}
.mapBox .city p{
    height: 34px;
    line-height: 34px;
    font-size: 18px;
    color: #333;
}
.mapBox .city_bz{
    top: 12.63%;
    left: 5.7%;
    opacity: 0;
}
.map_in .city_bz{
	animation: city_in 0.2s ease-out forwards;
	-moz-animation: city_in 0.2s ease-out forwards;
	-webkit-animation: city_in 0.2s ease-out forwards;
	-o-animation: city_in 0.2s ease-out forwards;

	animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
	-webkit-animation-delay: 1.5s;
	-o-animation-delay: 1.5s;
}
.mapBox .city_dy{
    top: 22.95%;
    left: 19.45%;
    opacity: 0;
}
.map_in .city_dy{
	animation: city_in 0.2s ease-out forwards;
	-moz-animation: city_in 0.2s ease-out forwards;
	-webkit-animation: city_in 0.2s ease-out forwards;
	-o-animation: city_in 0.2s ease-out forwards;

	animation-delay: 1.8s;
	-moz-animation-delay: 1.8s;
	-webkit-animation-delay: 1.8s;
	-o-animation-delay: 1.8s;
}
.mapBox .city_wf{
    top: 46.95%;
    left: 25.76%;
    opacity: 0;
}
.map_in .city_wf{
	animation: city_in 0.2s ease-out forwards;
	-moz-animation: city_in 0.2s ease-out forwards;
	-webkit-animation: city_in 0.2s ease-out forwards;
	-o-animation: city_in 0.2s ease-out forwards;

	animation-delay: 2.0s;
	-moz-animation-delay: 2.0s;
	-webkit-animation-delay: 2.0s;
	-o-animation-delay: 2.0s;
}
.mapBox .city_yt{
    top: 24%;
    left: 52.2%;
    opacity: 0;
}
.map_in .city_yt{
	animation: city_in 0.2s ease-out forwards;
	-moz-animation: city_in 0.2s ease-out forwards;
	-webkit-animation: city_in 0.2s ease-out forwards;
	-o-animation: city_in 0.2s ease-out forwards;

	animation-delay: 2.2s;
	-moz-animation-delay: 2.2s;
	-webkit-animation-delay:2.2s;
	-o-animation-delay: 2.2s;
}
.mapBox .city_wh{
    top: 33.79%;
    left: 72.34%;
    opacity: 0;
}
.map_in .city_wh{
	animation: city_in 0.2s ease-out forwards;
	-moz-animation: city_in 0.2s ease-out forwards;
	-webkit-animation: city_in 0.2s ease-out forwards;
	-o-animation: city_in 0.2s ease-out forwards;

	animation-delay: 2.4s;
	-moz-animation-delay:2.4s;
	-webkit-animation-delay:2.4s;
	-o-animation-delay:2.4s;
}
.mapBox .city_qd{
    top: 55.05%;
    left: 48.66%;
    opacity: 0;
}
.map_in .city_qd{
	animation: city_in 0.2s ease-out forwards;
	-moz-animation: city_in 0.2s ease-out forwards;
	-webkit-animation: city_in 0.2s ease-out forwards;
	-o-animation: city_in 0.2s ease-out forwards;

	animation-delay: 2.6s;
	-moz-animation-delay: 2.6s;
	-webkit-animation-delay: 2.6s;
	-o-animation-delay: 2.6s;
}
.mapBox .city_rz{
    top: 76.74%;
    left: 30.94%;
    opacity: 0;
}
.map_in .city_rz{
	animation: city_in 0.2s ease-out forwards;
	-moz-animation: city_in 0.2s ease-out forwards;
	-webkit-animation: city_in 0.2s ease-out forwards;
	-o-animation: city_in 0.2s ease-out forwards;

	animation-delay: 2.8s;
	-moz-animation-delay: 2.8s;
	-webkit-animation-delay: 2.8s;
	-o-animation-delay: 2.8s;
}
.sloganBox{
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
}
.sloganBox .haiyang{
    position: absolute;
    width: 26.31%;
    height: 47.68%;
    top: 34.63%;
    left: 0px;
    overflow: hidden;
    opacity: 0;
}
.slogan_in .haiyang{
	animation: fadeInLeftBig 1s ease-out forwards;
	-moz-animation: fadeInLeftBig 1s ease-out forwards;
	-webkit-animation: fadeInLeftBig 1s ease-out forwards;
	-o-animation: fadeInLeftBig 1s ease-out forwards;

	animation-delay: 2.1s;
	-moz-animation-delay: 2.1s;
	-webkit-animation-delay: 2.1s;
	-o-animation-delay: 2.1s;
}
.sloganBox .haiyang img{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 9;
}
.sloganBox .haiyang img.sea_bg{
    position: absolute;
    width: 138.8%;
    height: auto;
    left: -28.85%;
    bottom: 0px;
    animation: sea 5s ease-in-out infinite alternate;
	-moz-animation: sea 5s ease-in-out infinite alternate;
	-webkit-animation: sea 5s ease-in-out infinite alternate;
	-o-animation: sea 5s ease-in-out infinite alternate;
}
.sloganBox .jinglue{
    position: absolute;
    width: 13.55%;
    height:auto;
    left: 15.84%;
    bottom: 44.84%;
    z-index: 10;
    opacity: 0;
}
.slogan_in .jinglue{
	animation: fadeInDownBig 1s ease-out forwards;
	-moz-animation: fadeInDownBig 1s ease-out forwards;
	-webkit-animation: fadeInDownBig 1s ease-out forwards;
	-o-animation: fadeInDownBig 1s ease-out forwards;

	animation-delay: 1.7s;
	-moz-animation-delay: 1.7s;
	-webkit-animation-delay: 1.7s;
	-o-animation-delay: 1.7s;
}
.sloganBox .qiangsheng{
    position: absolute;
    width: 4.974%;
    height: auto;
    left: 30.563%;
    bottom: 27.37%;
    opacity: 0;
    z-index: 12;
}
.slogan_in .qiangsheng{
	animation: fadeInUpBig 0.6s ease-out forwards;
	-moz-animation: fadeInUpBig 0.6s ease-out forwards;
	-webkit-animation: fadeInUpBig 0.6s ease-out forwards;
	-o-animation: fadeInUpBig 0.6s ease-out forwards;

	animation-delay: 3.3s;
	-moz-animation-delay: 3.3s;
	-webkit-animation-delay: 3.3s;
	-o-animation-delay: 3.3s;
}
.sloganBox .xunli{
    position: absolute;
    width: 3.665%;
    height: auto;
    left: 27.68%;
    bottom: 27.05%;
    opacity: 0;
}
.slogan_in .xunli{
	animation: fadeInDown 0.6s ease-out forwards;
	-moz-animation: fadeInDown 0.6s ease-out forwards;
	-webkit-animation: fadeInDown 0.6s ease-out forwards;
	-o-animation: fadeInDown 0.6s ease-out forwards;

	animation-delay: 2.9s;
	-moz-animation-delay: 2.9s;
	-webkit-animation-delay: 2.9s;
	-o-animation-delay: 2.9s;
}
.sloganBox .cooper{
    position: absolute;
    left: 24.87%;
    top: 74.42%;
    line-height: 23px;
    font-size: 16px;
    color: #000;
    z-index: 10;
    opacity: 0;
}
.slogan_in .cooper{
	animation: fadeInDown 0.5s ease-out forwards;
	-moz-animation: fadeInDown 0.5s ease-out forwards;
	-webkit-animation: fadeInDown 0.5s ease-out forwards;
	-o-animation: fadeInDown 0.5s ease-out forwards;

	animation-delay: 3.8s;
	-moz-animation-delay: 3.8s;
	-webkit-animation-delay: 3.8s;
	-o-animation-delay: 3.8s;
}
/* The second screen
* --------------------------------------- */
#section1{
    background-image: url(../img/bg_screen2.jpg);
    padding:0 5.729%;
    box-sizing: border-box;
}
.newsBox{
    width: 100%;
    background: #fff;
	padding: 2.94% 3.53%;
	opacity: 0;
}
.news_in{
	animation: opacity01 0.8s ease-out forwards;
	-moz-animation: opacity01 0.8s ease-out forwards;
	-webkit-animation: opacity01 0.8s ease-out forwards;
	-o-animation: opacity01 0.8s ease-out forwards;

	animation-delay: 0s;
	-moz-animation-delay: 0s;
	-webkit-animation-delay: 0s;
	-o-animation-delay: 0s;
}
.headLines{
    height: 128px;
    background: url(../img/headLines.png) left top no-repeat;
    background-size: auto 90px;
    padding-left: 165px;
	padding-bottom: 38px;
	opacity: 0;
}
.news_in .headLines{
	animation: fadeInDown 0.8s ease-out forwards;
	-moz-animation: fadeInDown 0.8s ease-out forwards;
	-webkit-animation: fadeInDown 0.8s ease-out forwards;
	-o-animation: fadeInDown 0.8s ease-out forwards;

	animation-delay: 0.6s;
	-moz-animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
	-o-animation-delay: 0.6s;
}
.headLines h1{
    height: 62px;
    line-height: 62px;
    font-size: 42px;
    color: #4f4f4f;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.headLines p{
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    color: #4f4f4f;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.headLines p a{
    margin-right: 5px;
    display: inline-block;
}
/* newsSwiper */
.newsSwiperBox{
	width: 55.886%;
	position: relative;
	float: left;
	opacity: 0;
}
.news_in .newsSwiperBox{
	animation: fadeInLeft 0.8s ease-out forwards;
	-moz-animation: fadeInLeft 0.8s ease-out forwards;
	-webkit-animation: fadeInLeft 0.8s ease-out forwards;
	-o-animation: fadeInLeft 0.8s ease-out forwards;

	animation-delay: 0.6s;
	-moz-animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
	-o-animation-delay: 0.6s;
}
.newsSwiper {
	height: 100%;
}
.newsSwiper .swiper-container{
	height: 100%;
}
.newsSwiper .swiper-wrapper{
	height: 100%;
}
.newsSwiper .swiper-slide{
	height: 100%;
	background: #fff;
	position: relative;
}
.newsSwiper .swiper-slide img{
	width: 100%;
	height: 100%;
}
.newsSwiper .swiper-slide p{
	position: absolute;
	bottom: 3.19%;
	left: 0px;
	height: 52px;
	line-height: 52px;
	width: 71.8%;
	padding:0 38px 0 12px ;
	background: url(../img/newsSwiper_p.png) no-repeat;
	background-size: 100% 100%;
	font-size: 20px;
	color: #ffffff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.newsSwiperNav{
	width: 20.385%;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	padding: 20px 2.0385%;
	background:rgba(0, 0, 0, 0.5);
	z-index: 99;
}
.newsSwiperNav .swiper-container {
	width: 100%;
	height: 100%;
}
.newsSwiperNav .swiper-slide {
	width: 100%;
	height: 80px;
	cursor:pointer;
	padding: 3px;
	text-align: center;
	font-size: 16px;
	color: #fff;
}
.newsSwiperNav .swiper-slide.active-nav{
	padding: 0;
	border: 3px solid #0066c0;
}
.newsSwiperNav .swiper-slide img{
	width: 100%;
	height: 100%;
}
.newsSwiperNav .arrow-up,
.newsSwiperNav .arrow-down{
	position: absolute;
	left: 0px;
	height: 18px;
	width: 100%;
	text-align: center;
	cursor: pointer;
	z-index: 1;
}
.newsSwiperNav .arrow-up{
	background: url(../img/arrow_up.png) center center no-repeat;
	background-size: 14px;
	top: 0px;
}
.newsSwiperNav .arrow-down{
	background: url(../img/arrow_down.png) center center no-repeat;
	background-size: 14px;
	bottom: 0px;
}
/* newsRight */
.newsRight{
	width: 40%;
	float: right;
	opacity: 0;
}
.news_in .newsRight{
	animation: fadeInRight 0.8s ease-out forwards;
	-moz-animation: fadeInRight 0.8s ease-out forwards;
	-webkit-animation: fadeInRight 0.8s ease-out forwards;
	-o-animation: fadeInRight 0.8s ease-out forwards;

	animation-delay: 0.6s;
	-moz-animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
	-o-animation-delay: 0.6s;
}
.mainNews{
	border-bottom: 1px dotted #737373;
	margin-bottom: 3.16%;
}
.mainNews li{
	margin-bottom: 3.16%;
}
.mainNews li h2{
	height: 50px;
	line-height: 50px;
	font-size: 26px;
	color: #113b80;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.mainNews li h2 a:hover{
	color: #a96e1d;
	text-decoration: none;
}
.mainNews li p{
	height: 60px;
	line-height: 30px;
	font-size: 16px;
	color: #666;
	text-indent: 2em;
}
.newsList li{
	width: 49.05%;
	float: left;
	height: 35px;
	line-height: 35px;
	font-size:15px ;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.newsList li:nth-child(2n){
	float: right;
}
/* The third screen
* --------------------------------------- */
#section2{
    background-image: url(../img/bg_screen3.jpg);
    padding:0 5.729%;
    box-sizing: border-box;
}
.showBox{
	width: 33.33%;
	float: left;
	padding: 0 2.47%;
	opacity: 0;
}
.show_in .showBox_l{
	animation: fadeInLeftUp 0.8s ease-out forwards;
	-moz-animation: fadeInLeftUp 0.8s ease-out forwards;
	-webkit-animation: fadeInLeftUp 0.8s ease-out forwards;
	-o-animation: fadeInLeftUp 0.8s ease-out forwards;
}
.show_in .showBox_c{
	animation: fadeInUp 0.8s ease-out forwards;
	-moz-animation: fadeInUp 0.8s ease-out forwards;
	-webkit-animation: fadeInUp 0.8s ease-out forwards;
	-o-animation: fadeInUp 0.8s ease-out forwards;
}
.show_in .showBox_r{
	animation: fadeInRightUp 0.8s ease-out forwards;
	-moz-animation: fadeInRightUp 0.8s ease-out forwards;
	-webkit-animation: fadeInRightUp 0.8s ease-out forwards;
	-o-animation: fadeInRightUp 0.8s ease-out forwards;
}
.showBox h1{
	height: 89px;
	line-height: 0px;
	text-align: center;
	margin-bottom: 4.255%;
}
.showBox h1 img{
	height: 100%;
	height: auto;
}
.showBox h2{
	height: 80px;
	line-height: 40px;
	font-size: 22px;
	color: #113b80;
	font-weight: normal;
	margin-bottom: 4.68%;
	 /* Center slide text vertically */
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: -webkit-flex;
	 display: flex;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 -webkit-justify-content: center;
	 justify-content: center;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 -webkit-align-items: center;
	 align-items: center;
}
.showBox .border_line{
	height: 1px;
	border-bottom: 1px dotted #2a4d8a;
	margin-bottom: 6.81%;
}
.imageText li{
	overflow: hidden;
	margin-bottom: 4.255%;
}
.imageText li .pic{
	width: 42.55%;
	height: 130px;
	float: left;
	overflow: hidden;
}
.imageText li .pic img {
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.imageText li .pic:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.imageText li .text{
	width: 51.06%;
	float: right;
}
.imageText li h3{
	height: 64px;
	line-height: 24px;
	font-size: 16px;
	color: #333;
	font-weight: normal;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.imageText li p{
	height: 48px;
	line-height: 24px;
	font-size: 12px;
	color: #333;
}
.showList li{
	height: 36px;
	line-height: 36px;
	padding: 0 0 0 13px;
	background: url(../img/point.png) left center no-repeat;
	font-size: 18px;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.showPic_b{
	margin-bottom: 4.255%;
}
.showPic_t{
	margin-top: 4.255%;
}
.showPic li{
	width: 46.8%;
	float: left;
}
.showPic li:nth-child(2n){
	float: right;
}
.showPic li .pic{
	width: 100%;
	height: 140px;
	overflow: hidden;
}
.showPic li .pic img {
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.showPic li .pic:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.showPic li h3{
	height: 38px;
	line-height: 38px;
	font-size: 15px;
	color: #333;
	text-align: center;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
/* The fourth screen
* --------------------------------------- */
#section3{
    background-image: url(../img/bg_screen4.jpg);
    padding:0 5.729%;
    box-sizing: border-box;
}
.fourthBox{
	width: 100%;
	position: relative;
}
.fourthBox .sectionTitle{
	width: 8.8235%;
	padding: 2.53% 0 0;
	float: left;
	opacity: 0;
}
.fourth_in .sectionTitle{
	animation: fadeInUpBig 0.8s ease-out forwards;
	-moz-animation: fadeInUpBig 0.8s ease-out forwards;
	-webkit-animation: fadeInUpBig 0.8s ease-out forwards;
	-o-animation: fadeInUpBig 0.8s ease-out forwards;
}
.fourthBox .sectionTitle img{
	width: 100%;
	height: auto;
}
.pictureBox{
	position: absolute;
	right: 3.53%;
	top: 0px;
	width: 85.294%;
	height: 100%;
	opacity: 0;
}
.fourth_in .pictureBox{
	animation: bounceInDown 1.2s ease-out forwards;
	-moz-animation: bounceInDown 1.2s ease-out forwards;
	-webkit-animation: bounceInDown 1.2s ease-out forwards;
	-o-animation: bounceInDown 1.2s ease-out forwards;

	animation-delay: 0.7s;
	-moz-animation-delay: 0.7s;
	-webkit-animation-delay: 0.7s;
	-o-animation-delay: 0.7s;
}
.pictureSwiper {
	width: 75.17%;
	float: right;
	height: 100%;
}
.pictureSwiper .swiper-container{
	height: 100%;
}
.pictureSwiper .swiper-wrapper{
	height: 100%;
}
.pictureSwiper .swiper-slide{
	height: 100%;
	background: #fff;
	position: relative;
}
.pictureSwiper .swiper-slide img{
	width: 100%;
	height: 100%;
}
.pictureSwiper .swiper-slide i{
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 9.54%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: rgba(0, 0, 0, 0.6);
	font-size: 26px;
	color: #fff;
}
.pictureSwiper .swiper-slide p{
	position: absolute;
	bottom: 0%;
	right: 10.46%;
	height: 60px;
	line-height: 52px;
	text-align: right;
	width: 77.25%;
	padding:0 2% 0 7.36% ;
	background: url(../img/picture_p.png) no-repeat;
	background-size: 100% 100%;
	font-size: 26px;
	color: #ffffff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.pictureSwiperNav{
	width: 24%;
	float: left;
	height: 100%;
	z-index: 99;
	position: relative;
}
.pictureSwiperNav .swiper-container {
	width: 100%;
	height: 100%;
}
.pictureSwiperNav .swiper-slide {
	width: 100%;
	cursor:pointer;
	text-align: center;
	font-size: 16px;
	color: #fff;
}
.pictureSwiperNav .swiper-slide .pic{
	width: 100%;
	height: 100%;
	position: relative;
}
.pictureSwiperNav .swiper-slide .pic::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1;
}
.pictureSwiperNav .swiper-slide .pic i{
	position: absolute;
	left: 0;
	top: 0px;
	height: 30px;
	line-height: 30px;
	padding: 0 3px;
	font-size: 11px;
	color: #fff;
	background: rgba(1, 65, 125, 0.6);
	z-index: 2;
}
.pictureSwiperNav .swiper-slide .pic i span{
	font-size: 26px;
}
.pictureSwiperNav .swiper-slide.active-nav{
	padding: 0;
	border: 2px solid #fff;
}
.pictureSwiperNav .swiper-slide.active-nav .pic::before{
	display: none;
}
.pictureSwiperNav .swiper-slide .pic img{
	width: 100%;
	height: 100%;
}
.pictureSwiperNav .arrow-up,
.pictureSwiperNav .arrow-down{
	position: absolute;
	left: 39.29%;
	height: auto;
	width: 21.42%;
	text-align: center;
	cursor: pointer;
	z-index: 99;
}
.pictureSwiperNav .arrow-up img,
.pictureSwiperNav .arrow-down img{
	width: 100%;
	height: auto;
}
.pictureSwiperNav .arrow-up{
	top: 0px;
}
.pictureSwiperNav .arrow-down{
	bottom: 0px;
}

/* The fifth screen
* --------------------------------------- */
#section4{
    background-image: url(../img/bg_screen5.jpg);
    padding:0 5.729%;
    box-sizing: border-box;
}
.summarizeBox{
	width: 100%;
}
.summarizeBox li{
	width: 18.82%;
	margin:1.765% 3.09%;
	float: left;
	position: relative;
	opacity: 0;
}
.summarize_in li:first-child{
	animation: fadeInDown 0.3s ease-out forwards;
	-moz-animation: fadeInDown 0.3s ease-out forwards;
	-webkit-animation: fadeInDown 0.3s ease-out forwards;
	-o-animation: fadeInDown 0.3s ease-out forwards;

	animation-delay: 0s;
	-moz-animation-delay: 0s;
	-webkit-animation-delay: 0s;
	-o-animation-delay: 0s;
}
.summarize_in li:nth-child(2){
	animation: fadeInDown 0.3s ease-out forwards;
	-moz-animation: fadeInDown 0.3s ease-out forwards;
	-webkit-animation: fadeInDown 0.3s ease-out forwards;
	-o-animation: fadeInDown 0.3s ease-out forwards;

	animation-delay: 0.25s;
	-moz-animation-delay: 0.25s;
	-webkit-animation-delay: 0.25s;
	-o-animation-delay: 0.25s;
}
.summarize_in li:nth-child(3){
	animation: fadeInDown 0.3s ease-out forwards;
	-moz-animation: fadeInDown 0.3s ease-out forwards;
	-webkit-animation: fadeInDown 0.3s ease-out forwards;
	-o-animation: fadeInDown 0.3s ease-out forwards;

	animation-delay: 0.55s;
	-moz-animation-delay: 0.55s;
	-webkit-animation-delay: 0.55s;
	-o-animation-delay: 0.55s;
}
.summarize_in li:nth-child(4){
	animation: fadeInDown 0.3s ease-out forwards;
	-moz-animation: fadeInDown 0.3s ease-out forwards;
	-webkit-animation: fadeInDown 0.3s ease-out forwards;
	-o-animation: fadeInDown 0.3s ease-out forwards;

	animation-delay: 0.85s;
	-moz-animation-delay: 0.85s;
	-webkit-animation-delay: 0.85s;
	-o-animation-delay: 0.85s;
}
.summarize_in li:nth-child(5){
	animation: fadeInDown 0.3s ease-out forwards;
	-moz-animation: fadeInDown 0.3s ease-out forwards;
	-webkit-animation: fadeInDown 0.3s ease-out forwards;
	-o-animation: fadeInDown 0.3s ease-out forwards;

	animation-delay: 1.15s;
	-moz-animation-delay: 1.15s;
	-webkit-animation-delay: 1.15s;
	-o-animation-delay: 1.15s;
}
.summarize_in li:nth-child(6){
	animation: fadeInDown 0.3s ease-out forwards;
	-moz-animation: fadeInDown 0.3s ease-out forwards;
	-webkit-animation: fadeInDown 0.3s ease-out forwards;
	-o-animation: fadeInDown 0.3s ease-out forwards;

	animation-delay: 1.45s;
	-moz-animation-delay: 1.45s;
	-webkit-animation-delay: 1.45s;
	-o-animation-delay: 1.45s;
}
.summarize_in li:nth-child(7){
	animation: fadeInDown 0.3s ease-out forwards;
	-moz-animation: fadeInDown 0.3s ease-out forwards;
	-webkit-animation: fadeInDown 0.3s ease-out forwards;
	-o-animation: fadeInDown 0.3s ease-out forwards;

	animation-delay: 1.75s;
	-moz-animation-delay: 1.75s;
	-webkit-animation-delay: 1.75s;
	-o-animation-delay: 1.75s;
}
.summarize_in li:nth-child(8){
	animation: fadeInDown 0.3s ease-out forwards;
	-moz-animation: fadeInDown 0.3s ease-out forwards;
	-webkit-animation: fadeInDown 0.3s ease-out forwards;
	-o-animation: fadeInDown 0.3s ease-out forwards;

	animation-delay: 2.05s;
	-moz-animation-delay: 2.05s;
	-webkit-animation-delay: 2.05s;
	-o-animation-delay: 2.05s;
}
.summarizeBox li.title img{
	width: 100%;
	height: 100%;
}
.summarizeBox li.summarize .name{
	position: absolute;
	left: 0;
	top: 13.75%;
	width: 15%;
	height: auto;
	z-index: 2;
}
.summarizeBox li.summarize .ii{
	position: absolute;
	bottom: 2.5%;
	right: -1.25%;
	width: 31.875%;
	height: auto;
	z-index: 2;
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.summarizeBox li.summarize:hover .ii{
	opacity: 0;
}
.summarizeBox li.summarize .infor{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	word-break: break-all;
	overflow: hidden;
	padding: 18% 10% 18% 18%;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.summarizeBox li.summarize:hover .infor{
	opacity: 1;
}
.summarizeBox li.summarize .infor h1{
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.summarizeBox li.summarize .infor p{
	font-size: 12px;
	line-height: 24px;
	color: #fff;
	text-indent: 2em;
}
.summarizeBox li.summarize .pic{
	width: 100%;
	height: 100%;
	position: relative;
	border-radius: 50%;
	overflow: hidden;
}
.summarizeBox li.summarize .pic img{
	position: absolute;
	left: 0%;
	height: 100%;
	width: auto;
	animation: summarize_i 15s ease-in-out infinite alternate;
	-moz-animation: summarize_i 15s ease-in-out infinite alternate;
	-webkit-animation: summarize_i 15s ease-in-out infinite alternate;
	-o-animation: summarize_i 15s ease-in-out infinite alternate;
}
/* The Sixth screen
* --------------------------------------- */
#section5{
    background-image: url(../img/bg_screen6.jpg);
    padding:0 5.729%;
    box-sizing: border-box;
}
#section5 .sixthBox{
	width: 100%;
	position: relative;
}
#section5 .sixthBox .sectionTitle{
	width: 8.8235%;
	padding: 2.53% 0 0;
	float: left;
	opacity: 0;
}
#section5 .sixth_in .sectionTitle{
	animation: fadeInUpBig 0.8s ease-out forwards;
	-moz-animation: fadeInUpBig 0.8s ease-out forwards;
	-webkit-animation: fadeInUpBig 0.8s ease-out forwards;
	-o-animation: fadeInUpBig 0.8s ease-out forwards;
}
#section5 .sixth_in .sectionTitle img{
	width: 100%;
	height: auto;
}
.tourSwiper{
	position: absolute;
	right: 3.53%;
	top: 0px;
	width: 85.294%;
	height: 100%;
	opacity: 0;
}
.sixth_in .tourSwiper{
	animation: bounceInDown 1.2s ease-out forwards;
	-moz-animation: bounceInDown 1.2s ease-out forwards;
	-webkit-animation: bounceInDown 1.2s ease-out forwards;
	-o-animation: bounceInDown 1.2s ease-out forwards;

	animation-delay: 0.7s;
	-moz-animation-delay: 0.7s;
	-webkit-animation-delay: 0.7s;
	-o-animation-delay: 0.7s;
}
.tourSwiper .swiper-container {
	height: 100%;
}
.newsSwiper .swiper-wrapper{
	height: 100%;
}
.tourSwiper .swiper-slide {
	width: 100%;
	padding:1.5% 1.78% 1.5% 9.04%;
	position: relative;
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
}
.tourSwiper .swiper-slide:nth-child(2n+1){
	background-image: url(../img/tourSwiper_bg01.jpg);
}
.tourSwiper .swiper-slide:nth-child(2n){
	background-image: url(../img/tourSwiper_bg02.jpg);
}
.tourSwiper .swiper-slide .title{
	position: absolute;
	left: 0px;
	top: 30.88%;
	width: 7.6%;
	height: auto;
}
.tourSwiper .swiper-slide .pic{
	height: 100%;
	width: 38.61%;
	float: left;
	overflow: hidden;
}
.tourSwiper .swiper-slide  .pic img {
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.tourSwiper .swiper-slide  .pic:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.tourRight{
	width: 59.077%;
	float: right;
}
/* The Seventh screen
* --------------------------------------- */
#section6{
    background-image: url(../img/bg_screen7.jpg);
    padding:0 5.729%;
    box-sizing: border-box;
}
#section6 .i_bg{
	position: absolute;
	top: 0px;
	left: 50%;
	width: 33.96%;
	height: auto;
	margin-left: 315px;
}
#section6 .bigtitle{
	height: 136px;
	text-align: center;
	line-height: 0px;
	margin-bottom: 3.29%;
	opacity: 0;
}
#section6 .bigtitle_in{
	animation: fadeInDown 0.8s ease-out forwards;
	-moz-animation: fadeInDown 0.8s ease-out forwards;
	-webkit-animation: fadeInDown 0.8s ease-out forwards;
	-o-animation: fadeInDown 0.8s ease-out forwards;
}
#section6 .bigtitle img{
	height: auto;
	width: 92%;
	max-width: 1184px;
}
.mediaSwiper{
	width: 46.835%;
	float: left;
	height: 400px;
	position: relative;
	opacity: 0;
}
#section6 .mediaSwiper_in{
	animation: fadeInLeftUp 0.8s ease-out forwards;
	-moz-animation: fadeInLeftUp 0.8s ease-out forwards;
	-webkit-animation: fadeInLeftUp 0.8s ease-out forwards;
	-o-animation: fadeInLeftUp 0.8s ease-out forwards;

	animation-delay: 0.7s;
	-moz-animation-delay: 0.7s;
	-webkit-animation-delay: 0.7s;
	-o-animation-delay: 0.7s;
}
.mediaSwiper .swiper-container{
	width: 100%;
	height: 100%;
}
.mediaSwiper .swiper-wrapper{
	height: 100%;
}
.mediaSwiper .swiper-slide{
	height: 100%;
	overflow: hidden;
	position: relative;
}
.mediaSwiper .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;
}
.mediaSwiper .swiper-slide:hover img{
    -webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.mediaSwiper .swiper-slide p{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 46px;
	line-height: 46px;
	padding: 0 110px 0 18px;
	background: rgba(0, 0, 0, 0.6);
	font-size: 18px;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.mediaSwiper .pagination{
	position: absolute;
	right:10px!important;
	left: auto!important;
	bottom: 18px;
	width: auto!important;
	z-index: 999;
}
.mediaSwiper .swiper-pagination-bullet{
	display:inline-block;
	height:10px ;
	width: 10px;
	margin: 0 4px;
	background: #fff;
	opacity: 1;
	border-radius: 0px;
}
.mediaSwiper .swiper-pagination-bullet-active{
	background: #0a54a0;
}
.mediaRight{
	width: 49.367%;
	float: right;
	opacity: 0;
}
#section6 .mediaRight_in{
	animation: fadeInRightUp 0.8s ease-out forwards;
	-moz-animation: fadeInRightUp 0.8s ease-out forwards;
	-webkit-animation: fadeInRightUp 0.8s ease-out forwards;
	-o-animation: fadeInRightUp 0.8s ease-out forwards;
	
	animation-delay: 0.7s;
	-moz-animation-delay: 0.7s;
	-webkit-animation-delay: 0.7s;
	-o-animation-delay: 0.7s;
}
/* The Eighth screen
* --------------------------------------- */
#section7{
    background-image: url(../img/bg_screen8.jpg);
    padding:0 5.729%;
    box-sizing: border-box;
}
#section7 .eigthBox{
	width: 100%;
	position: relative;
}
#section7 .eigthBox .sectionTitle{
	width: 8.8235%;
	padding: 2.53% 0 0;
	float: left;
	opacity: 0;
}
#section7 .eigth_in .sectionTitle{
	animation: fadeInUpBig 0.8s ease-out forwards;
	-moz-animation: fadeInUpBig 0.8s ease-out forwards;
	-webkit-animation: fadeInUpBig 0.8s ease-out forwards;
	-o-animation: fadeInUpBig 0.8s ease-out forwards;
}
#section7 .eigthBox .sectionTitle img{
	width: 100%;
	height: auto;
}
.marineEconomy{
	float: right;
	width: 85.88%;
	margin-right: 3.53%;
}
.marineEconomy li{
	width: 19.726%;
	height: 350px;
	float: left;
	margin-right: 0.3425%;
	margin-bottom: 5px;
	background: #fff;
	padding: 2.33% 1.5% 2.33% 3%;
	position: relative;
	overflow: hidden;
	word-break: break-all;
	opacity: 0;
}
.eigth_in .marineEconomy li:nth-child(3){
	animation: fadeInDown 0.4s ease-out forwards;
	-moz-animation: fadeInDown 0.4s ease-out forwards;
	-webkit-animation: fadeInDown 0.4s ease-out forwards;
	-o-animation: fadeInDown 0.4s ease-out forwards;
	
	animation-delay: 0.7s;
	-moz-animation-delay: 0.7s;
	-webkit-animation-delay: 0.7s;
	-o-animation-delay: 0.7s;
}
.eigth_in .marineEconomy li:nth-child(8){
	animation: fadeInUp 0.4s ease-out forwards;
	-moz-animation: fadeInUp 0.4s ease-out forwards;
	-webkit-animation: fadeInUp 0.4s ease-out forwards;
	-o-animation: fadeInUp 0.4s ease-out forwards;
	
	animation-delay: 0.7s;
	-moz-animation-delay: 0.7s;
	-webkit-animation-delay: 0.7s;
	-o-animation-delay: 0.7s;
}
.eigth_in .marineEconomy li:nth-child(2),
.eigth_in .marineEconomy li:nth-child(4){
	animation: fadeInDown 0.4s ease-out forwards;
	-moz-animation: fadeInDown 0.4s ease-out forwards;
	-webkit-animation: fadeInDown 0.4s ease-out forwards;
	-o-animation: fadeInDown 0.4s ease-out forwards;
	
	animation-delay: 1.05s;
	-moz-animation-delay: 1.05s;
	-webkit-animation-delay: 1.05s;
	-o-animation-delay: 1.05s;
}
.eigth_in .marineEconomy li:nth-child(7),
.eigth_in .marineEconomy li:nth-child(9){
	animation: fadeInUp 0.4s ease-out forwards;
	-moz-animation: fadeInUp 0.4s ease-out forwards;
	-webkit-animation: fadeInUp 0.4s ease-out forwards;
	-o-animation: fadeInUp 0.4s ease-out forwards;
	
	animation-delay: 1.05s;
	-moz-animation-delay: 1.05s;
	-webkit-animation-delay: 1.05s;
	-o-animation-delay: 1.05s;
}
.eigth_in .marineEconomy li:nth-child(1),
.eigth_in .marineEconomy li:nth-child(5){
	animation: fadeInDown 0.4s ease-out forwards;
	-moz-animation: fadeInDown 0.4s ease-out forwards;
	-webkit-animation: fadeInDown 0.4s ease-out forwards;
	-o-animation: fadeInDown 0.4s ease-out forwards;
	
	animation-delay: 1.45s;
	-moz-animation-delay: 1.45s;
	-webkit-animation-delay: 1.45s;
	-o-animation-delay: 1.45s;
}
.eigth_in .marineEconomy li:nth-child(6),
.eigth_in .marineEconomy li:nth-child(10){
	animation: fadeInUp 0.4s ease-out forwards;
	-moz-animation: fadeInUp 0.4s ease-out forwards;
	-webkit-animation: fadeInUp 0.4s ease-out forwards;
	-o-animation: fadeInUp 0.4s ease-out forwards;
	
	animation-delay: 1.45s;
	-moz-animation-delay: 1.45s;
	-webkit-animation-delay: 1.45s;
	-o-animation-delay: 1.45s;
}
.marineEconomy li:nth-child(1)::before{
	content: "";
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 73.6%;
	height: 10px;
	background: url(../img/marineEconomy_ibg.png) no-repeat;
	background-size: 100% 100%;
}
.marineEconomy li:nth-child(1),
.marineEconomy li:nth-child(9){
	background: #c8e7fb;
}
.marineEconomy li:nth-child(3){
	background: #5ca8d9;
}
.marineEconomy li:nth-child(5),
.marineEconomy li:nth-child(7){
	background: #0d83c7;
}
.marineEconomy li:nth-child(5n){
	margin-right: 0px;
}
.marineEconomy li i{
	position: absolute;
	left: 0px;
	top: 50%;
	width: 7.6388889%;
	text-align: center;
	margin-top: -90px;
	text-align: center;
	line-height: 170px;
	padding: 0 0 10px;
	font-size: 16px;
	color: #fff;
	background: url(../img/marineEconomy_i.png) center center no-repeat;
	background-color: #82b0d3;
	border-radius: 0 10px 10px 0;
}
.marineEconomy li:nth-child(1) i{
	background-color: #2c7cb9;
}
.marineEconomy li:nth-child(9) i{
	background-color: #66a4d1;
}
.marineEconomy li:nth-child(3) i{
	background-color: #85bee3;
}
.marineEconomy li:nth-child(5) i,
.marineEconomy li:nth-child(7) i{
	background-color: #49a1d5;
}
.marineEconomy li h2{
	height: 64px;
	display: table;
	font-weight: normal;
	margin-bottom: 14px;
}
.marineEconomy li h2 a{
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	line-height: 32px;
	font-size: 20px;
	color: #113b80;
}

.marineEconomy li:nth-child(3) h2 a{
	color: #fff;
}
.marineEconomy li:nth-child(5) h2 a,
.marineEconomy li:nth-child(7) h2 a{
	color: #fff;
}
.marineEconomy li p{
	height: 210px;
	line-height:30px;
	font-size: 15px;
	color: #333333;
	overflow: hidden;
	text-indent: 2em;word-break: break-all;
}
.marineEconomy li p a{
	color: #999;
	display: inline-block;
}
.marineEconomy li:nth-child(3) p{
	color: #fff;
}
.marineEconomy li:nth-child(5) p,
.marineEconomy li:nth-child(7) p{
	color: #fff;
}
.marineEconomy li:nth-child(3) p a{
	color: #fff;
}
.marineEconomy li:nth-child(5) p a,
.marineEconomy li:nth-child(7) p a{
	color: #fff;
}
/* The Ninth screen
* --------------------------------------- */
#section8{
    background-image: url(../img/bg_screen9.jpg);
    padding:0 8.854%;
    box-sizing: border-box;
}
#section8 .ninthBox{
	width: 100%;
	position: relative;
}
#section8 .ninthBox .sectionTitle{
	width: 8.8235%;
	padding: 2.53% 0 0;
	float: left;
	opacity: 0;
}
#section8 .ninth_in .sectionTitle{
	animation: fadeInUpBig 0.8s ease-out forwards;
	-moz-animation: fadeInUpBig 0.8s ease-out forwards;
	-webkit-animation: fadeInUpBig 0.8s ease-out forwards;
	-o-animation: fadeInUpBig 0.8s ease-out forwards;
}
#section8 .ninthBox .sectionTitle img{
	width: 100%;
	height: auto;
}
.inphoneX{
	float: right;
	width: 88.235%;
}
.inphoneX li{
	float: left;
	width: 23.333%;
	position: relative;
	padding: 1.53333% 1.6% 1.33333% 1.53333%;
	margin-right: 9.8667%;
	z-index: 1;
	opacity: 0;
}
.ninth_in .inphoneX li:first-child{
	animation: bounceInDown 0.4s ease-out forwards;
	-moz-animation: bounceInDown 0.4s ease-out forwards;
	-webkit-animation: bounceInDown 0.4s ease-out forwards;
	-o-animation: bounceInDown 0.4s ease-out forwards;
	
	animation-delay: 0.7s;
	-moz-animation-delay: 0.7s;
	-webkit-animation-delay: 0.7s;
	-o-animation-delay: 0.7s;
}
.ninth_in .inphoneX li:nth-child(2n){
	animation: bounceInDown 0.4s ease-out forwards;
	-moz-animation: bounceInDown 0.4s ease-out forwards;
	-webkit-animation: bounceInDown 0.4s ease-out forwards;
	-o-animation: bounceInDown 0.4s ease-out forwards;
	
	animation-delay: 1.05s;
	-moz-animation-delay: 1.05s;
	-webkit-animation-delay: 1.05s;
	-o-animation-delay: 1.05s;
}
.ninth_in .inphoneX li:nth-child(3n){
	animation: bounceInDown 0.4s ease-out forwards;
	-moz-animation: bounceInDown 0.4s ease-out forwards;
	-webkit-animation: bounceInDown 0.4s ease-out forwards;
	-o-animation: bounceInDown 0.4s ease-out forwards;
	
	animation-delay: 1.45s;
	-moz-animation-delay: 1.45s;
	-webkit-animation-delay: 1.45s;
	-o-animation-delay: 1.45s;
}
.inphoneX li img.bg{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.inphoneX li .name_toutiao{
	position: absolute;
	left: 94.86%;
	width: 58.286%;
	top: 18.57%;
	height: auto;
	z-index: 0;
}
.inphoneX li .name_weibo{
	position: absolute;
	left: -22.286%;
	width: 178%;
	top: 18.57%;
	height: auto;
	z-index: 0;
}
.inphoneX li .name_weixin{
	position: absolute;
	left: -19.428%;
	width: 158.857%;
	top: 18.57%;
	height: auto;
	z-index: 0;
}
/* The third screen
* --------------------------------------- */
#section9{
    background-image: url(../img/bg_screen10.jpg);
    padding:0 5.729%;
	box-sizing: border-box;
	background-size: auto 100%;
	background-position: right center;
	background-color: #fff;
	background-repeat: no-repeat;
}
#section9 .tenthBox{
	width: 100%;
	position: relative;
}
#section9 .tenthBox .sectionTitle{
	width: 8.8235%;
	padding: 2.53% 0 0;
	float: left;
	opacity: 0;
}
#section9 .tenth_in .sectionTitle{
	animation: fadeInUpBig 0.8s ease-out forwards;
	-moz-animation: fadeInUpBig 0.8s ease-out forwards;
	-webkit-animation: fadeInUpBig 0.8s ease-out forwards;
	-o-animation: fadeInUpBig 0.8s ease-out forwards;
}
#section9 .tenthBox .sectionTitle img{
	width: 100%;
	height: auto;
}
.supportBox{
	width: 36.47%;
	float: left;
	margin-left: 1.765%;
}
.logoList li{
	width: 29.03%;
	margin-right: 6.455%;
	margin-bottom: 4.742%;
	border: 3px solid #b5b5b5;
	background: #fff;
	float: left;
}
.logoList li img{
	width: 100%;
	height: 100%;
}
.logoList li:nth-child(3n){
	margin-right: 0px;
}
.supportBox .cooper{
	min-height: 32px;
	line-height: 24px;
	padding: 4px 0;
	font-size:16px ;
	color: #333;
	margin-bottom: 3.87%;
}
.worker{
	min-height: 32px;
	line-height: 22px;
	font-size: 15px;
	padding: 5px 10px;
	color: #333;
	background: #e5e5e5;
	margin-bottom: 2%;
}
.worker span{
	display: inline-block;
	margin-right: 3.333%;
}
.theRights{
	line-height: 22px;
	font-size: 14px;
	color: #333;
}
.theRights a{
	display: inline-block;
	margin-right: 3.333%;
}