.layout1{
	background: url(../img/indexbg1.jpg) no-repeat scroll center #5084fc;
	
}
.layout1 .layout-con{
	padding: 200px 0;
	text-align: center;
	position: relative;
}
.layout1 .layout-con .line-icon{
	margin-top: 80px;
	 background: url(../img/line.png) no-repeat scroll center;
}
.layout1 .layout-con .line-icon span{
	margin: 0 15px;
}
.layout1 .layout-con h3{
	margin-top: 50px;
}
.layout1 .layout-con h5{
	margin-top: 50px;
}
.globe,.ship{
	position: absolute;
	display: block;
	
}
.globe{
    right: 50px;
    top: 80px;
	width: 182px;
	height: 150px;
	background: url(../img/globe.png) no-repeat scroll center;
	animation:myglobe 3s linear 1s infinite alternate;
	/* Firefox: */
	-moz-animation:myglobe 3s linear 1s infinite alternate;
	/* Safari and Chrome: */
	-webkit-animation:myglobe 3s linear 1s infinite alternate;
	/* Opera: */
	-o-animation:myglobe 3s linear 1s infinite alternate;
}
.ship{
	width: 100px;
	height: 200px;
	bottom:50px;
	background:url(../img/ship.png) no-repeat scroll center;
	animation:myship 4s linear 3s infinite alternate;
	/* Firefox: */
	-moz-animation:myship 4s linear 3s infinite alternate;
	/* Safari and Chrome: */
	-webkit-animation:myship 4s linear 3s infinite alternate;
	/* Opera: */
	-o-animation:myship 4s linear 3s infinite alternate;
}

@keyframes myglobe
{
	0%   {top:80px;}
	25%  {top:50px;}
	50%  { top:80px;}
	75%  { top:100px;}
	100% { top:80px;}
}

@-moz-keyframes myglobe /* Firefox */
{
	0%   {top:80px;}
	25%  {top:50px;}
	50%  { top:80px;}
	75%  { top:100px;}
	100% { top:80px;}
}

@-webkit-keyframes myglobe /* Safari and Chrome */
{
	0%   {top:80px;}
	25%  {top:50px;}
	50%  { top:80px;}
	75%  { top:100px;}
	100% { top:80px;}
}

@-o-keyframes myglobe /* Opera */
{
	0%   {top:80px;}
	25%  {top:50px;}
	50%  { top:80px;}
	75%  { top:100px;}
	100% { top:80px;}
}

@keyframes myship
{
	0%   {bottom:50px;}
	25%  {bottom:80px;}
	50%  { bottom:50px;}
	75%  { bottom:30px;}
	100% { bottom:50px;}
}

@-moz-keyframes myship /* Firefox */
{
	0%   {bottom:50px;}
	25%  {bottom:80px;}
	50%  { bottom:50px;}
	75%  { bottom:30px;}
	100% { bottom:50px;}
}

@-webkit-keyframes myship /* Safari and Chrome */
{
	0%   {bottom:50px;}
	25%  {bottom:80px;}
	50%  { bottom:50px;}
	75%  { bottom:30px;}
	100% { bottom:50px;}
}

@-o-keyframes myship /* Opera */
{
	0%   {bottom:50px;}
	25%  {bottom:80px;}
	50%  { bottom:50px;}
	75%  { bottom:30px;}
	100% { bottom:50px;}
}

.layout2{
	background: url(../img/indexbg2.jpg) no-repeat scroll center;
	padding: 150px 0;
	
}
.layout2 .layout-con{
	padding: 130px 0;
	font-size: 18px;
}

.layout2 .layout-con .layout-main{
	margin-right: 46%;
	color:#004EA2;
}
.layout-con h3{
	font-size: 36px;
	font-weight:bolder;
}
.layout-con h5{
	font-size: 26px;
	margin-top: 5px;
	margin-bottom: 30px;
}
.layout2 .layout-con p{
	text-indent: 2em;
	line-height: 36px;
	margin-bottom: 30px;
}
 .more{
    font-size: 18px;
	border-radius: 30px;
	border:2px solid #e60012;
	color: #e60012;
	padding: 5px 15px;
    transition:all .2s linear 0s;
}
a.more:hover{
background:#e60012;
color:#ffffff;
}

.layout3{
	background: #45dc45;
	padding-bottom: 100px;
	padding-top: 50px;
}

.layout3 .layout-con{
	color: #ffffff;
	text-align: center;
}


.layout4{
	background: url(../img/indexbg4.jpg) no-repeat scroll center top #ffffff;
	padding: 100px 0 50px;
}
.layout4 .layout-title{
	text-align: center;
	color: #f7af3a;
}
.news-list{
	overflow: hidden;
	margin-top:60px;
	margin-bottom: 50px;
}
.news-list .news-box{
	width: 373px;
	overflow: hidden;
	float: left;
	background: #ffffff;
	margin-right:10px;
	padding-bottom: 50px;
}

.news-list  .news-con{
	padding: 10px 0;
}
.news-list  .news-con h3{
	color: #666666;
	font-size: 18px;
	line-height: 36px;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;text-overflow: ellipsis;
	
}
.news-list  .news-con .secd{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #666666;
}
.news-list  .news-con .secd .iconfont{
	font-size: 24px; position: relative; top:3px;
}
.iconyonghu{
	margin: 0 -5px;
}
.news-list  .news-con .text{
	color: #9d9d9d;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
	margin-bottom:10px
}
.news-list .news-con .link{
	color: #ea891f;
	
}
.news-list .news-box:hover .text,.news-list .news-box:hover  a h3{
	color: #ffb33b;
}
.news-list .news-box:hover img{
	transform: scale(1.4);
}
.new-img img{
	transition: all 0.6s;
}
.new-img{
	display: block;
	position: relative;
	overflow: hidden;
}
.date{
	position: absolute;
	left:0;
	top:0;
	z-index: 66;
	background: #ffb33b;
	color: #ffffff;
	text-align: center;
	width: 50px;
	padding: 10px 0;
	font-size: 16px;
	
}
.date .month{
	border-bottom: 1px solid #ffffff;

	padding-bottom: 5px;
}
.date .year{
	display: block;
	padding-top: 8px;
	
	font-weight: bold;
}
ul.slick-dots {
    position: absolute;
    bottom: 0px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    height: 5px;
    width: 30px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    background: #ffffff;
    border:2px solid #ffb33b;
    border-radius: 2px;
}
.slick-dots li button {
    border: 0;
    background: 0 0;
    display: block;
    height: 5px;
    width: 30px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
    outline: 0;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
}
.slick-dots li.slick-active{
	background: #ffb33b;
}
.layout4 .line{
	margin-top: 30px;
	border-color: #ffb33b;
}
.layout4 .line .iconfont{
	background: #ffffff;
}



.layout-con .layout-title h5{
	margin-bottom: 20px;
}
.layout5{
	background: url(../img/indexbg5.jpg) no-repeat scroll center top #6d58f7;
	padding: 150px 0  100px; 
	color: #ffffff;
}
.layout5 .fl{
	width: 62%;
}
.layout5 .layout-title{
	padding-top: 50px;
	text-align: center;
	color: #ffffff;
}
.layout5 .layout-title h3{
	margin-bottom: 20px;
}
.layout5 .layout-main{
	padding: 50px 0;
	overflow: hidden;
}
.layout5 .layout-main h5{
	 font-weight: bold;
	 
}
.layout5 .line .iconfont{
	background: #6d58f7;
}



.kefu-con{
	
}
.kefu-con dl {
	overflow: hidden;
	margin-bottom: 15px;
}
.kefu-con dl dt{
	display: inline-block;
	float: left;
	margin-right: 20px;
}
.kefu-con dl dt img{
	border-radius: 50%;
	overflow: hidden;
}
.kefu-con dl dd{
	overflow: hidden;
	margin-top: 25px;
}
.kefu-con dl dd h6{
	color:#c7bff9;
	font-style: italic;
	margin-bottom: 2px;
}
.kefu-con dl dd h4{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 5px;
}

.layout5 .layout-main .ad-con h5{
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 0;
	
}
.layout5 .layout-main .ad-con p{
	
}
.layout6{
	background: url(../img/indexbg6.jpg) no-repeat scroll center top #ffffff;
	padding: 100px 0 50px;
}

.layout6 .layout-con{
	background: url(../img/index-child.png) no-repeat scroll left center;
	padding: 50px 0 ;
}
.layout6 .layout-con .layout-main{
	padding-top: 20px ;
	margin-left: 60%;
	color: #004EA2;
}
.join-list{
	margin: 20px 0 30px;
	font-size: 22px;
	
}
.join-list li{
	padding: 15px 0;
	
}
.join-list li .iconfont{
	font-size: 24px;
	color: #d91d06;
	margin-right: 15px;
	position: relative;
	top:3px;
}
.join-list li:last-child .iconfont{
	font-size: 32px;
	top:5px;
}
.join-list li:last-child{
	margin-top: 25px;
	color: #E60012;
	font-size: 18px;
}

.pr50{
	padding-right: 50px;
}

.slick-slide img{
	width: 100%;
}

/***********手机端*****************/
@media all and (max-width: 800px) {
	.layout1{
		background-image: url(../img/phone/indexbg1.jpg);
		background-size: contain;
		background-color: #4f84fc;
	}
	.layout1 .layout-con{
		padding: 8rem 0;
	}
       .layout1 .layout-con h3{
      	 margin-top: 1rem;

      }
	.layout1 .layout-con h3 img,.layout1 .layout-con h5 img{
		width: 80%;
	}
	.layout1 .layout-con h5 {
		 margin-top: 0.5rem;
		 
	}
	.layout1 .layout-con .line-icon{
		 margin-top: 0.8rem;
		 background-size: 90%;
	}
	
	.layout1 .layout-con .line-icon span{
		margin: 0 0.3rem;
	}
	.layout1 .layout-con .line-icon span img{
		width: 18%;
	}

	.globe,.ship{
		background-size: 55%;
	}
	.globe{
		top:1rem;
		right: 0;
	}
	.ship{
		bottom: -1rem;
	}
	@keyframes myglobe
{
	0%   {top:1rem;}
	25%  {top:0;}
	50%  { top:-1rem;}
	75%  { top:0rem;}
	100% { top:1rem;}
}

@-moz-keyframes myglobe /* Firefox */
{
	0%   {top:1rem;}
	25%  {top:0;}
	50%  { top:-1rem;}
	75%  { top:0rem;}
	100% { top:1rem;}
}

@-webkit-keyframes myglobe /* Safari and Chrome */
{
	0%   {top:1rem;}
	25%  {top:0;}
	50%  { top:-1rem;}
	75%  { top:0rem;}
	100% { top:1rem;}
}

@-o-keyframes myglobe /* Opera */
{
	0%   {bottom:-1rem;}
	25%  {bottom:0;}
	50%  { bottom:1rem;}
	75%  { bottom:0;}
	100% { bottom:-1rem;}
}

@keyframes myship
{
	0%   {bottom:-1rem;}
	25%  {bottom:0;}
	50%  { bottom:1rem;}
	75%  { bottom:0;}
	100% { bottom:-1rem;}
}

@-moz-keyframes myship /* Firefox */
{
	0%   {bottom:-1rem;}
	25%  {bottom:0;}
	50%  { bottom:1rem;}
	75%  { bottom:0;}
	100% { bottom:-1rem;}
}

@-webkit-keyframes myship /* Safari and Chrome */
{
	0%   {bottom:-1rem;}
	25%  {bottom:0;}
	50%  { bottom:1rem;}
	75%  { bottom:0;}
	100% { bottom:-1rem;}
}

@-o-keyframes myship /* Opera */
{
	0%   {bottom:-1rem;}
	25%  {bottom:0;}
	50%  { bottom:1rem;}
	75%  { bottom:0;}
	100% { bottom:-1rem;}
}

	
	.layout2{
		background-image: url(../img/phone/indexbg2.jpg);
		padding: 5rem 0 4rem;
		background-position: top center;
		background-size:cover;
	}
	.layout2 .layout-con{
		padding: 3rem 1rem;
	}
	.layout2 .layout-con .layout-main{
		margin-right: 4rem;
	}
	.layout-con h3{
		font-size: 1.3rem;
		      	
	}
	.layout-con h5{
		font-size: 1.1rem;
		      	
	}
	.layout2 .layout-con{
		font-size: 1rem;
	}
	.layout2 .layout-con p{
		line-height: 1.8rem;
	}
	.line{
		width: 60%;
	}
	.layout3{
		padding-bottom: 1rem;
	}
	.system-list{
		margin-top: 2rem;
		font-size: 1.2rem;
		margin-left: 0.5rem;
		margin-right: 0.5rem;
	}
	.system-list li{
		width: 33.33%;
		margin-bottom: 1rem;
	}
	.layout4{
		background-image: url(../img/phone/indexbg3.jpg);
		background-size: contain;
		padding: 5rem 0 0;
	}
	.news-list{
		margin-top: 1rem;
		margin-bottom: 0.5rem;
	}

.layout4 .layout-main{
	margin-left: 1rem;
}
.layout5{
	background-image: url(../img/phone/indexbg4.jpg);
		background-size: contain;
}
	.layout5 .layout-main{
		padding: 0 1rem;
	}
	.layout5 .fl{
		width: 100%;
		float: none;
	}
	.form{
		padding-right: 20px;
	}
	.form .item{
		width: 100%;
		float: none;
		margin-right: 0;
		font-size: 0.9rem;
	}
	.form .iconfont{
		font-size: 1.6rem;
		top: 0.5rem;
	}
	.form .item input{
	
	}
	.form .item textarea{
		width: 75%;
		height: 5rem;
		border:0;
	}
	.form .item:last-child{
		margin-bottom: 0;
	}
	.sub{
		width: 100%;
	   padding: 0.8rem 0;
		font-size: 0.9rem;
	}
	.layout5{
		padding-bottom: 2rem;
		padding-top: 1.5rem;
	}
	.layout5 .layout-main .fr{
		float: none;
		margin-top: 2rem;
		display: block;
	}
	.layout5 .layout-main .fr h5{
		padding-right: 0;
		text-align: center;
	}
	.layout5 .layout-main .fr .ad-con h5{text-align: left;}
	.address{
	 padding-top: 1rem;
	}
	.layout5 .layout-main .ad-con h5{
		font-size: 1.2rem;
	}
	.address .iconfont{
		font-size: 2.6rem;
		margin-right: 1rem;
	}
	.address li{
		margin-bottom: 1rem;
	}
	.layout6{
		background-image: url(../img/phone/indexbg5.jpg);
		background-size: contain;
		padding-top: 6.5rem;
		padding-bottom: 0;
	}
	.layout6 .layout-con .layout-main{
		margin-left: 1rem;
	}
	.layout6 .layout-con{
		padding-top: 0;
		background: url(../img/phone/indexbg6.jpg) no-repeat scroll center top;
		background-size: contain;
	}
	.join-list{
		font-size: 1.1rem;
	}
	.join-list li{
		padding: 0.5rem 0;
	}
	.join-list li:last-child{
		margin-top: 0.6rem;
		font-size: 1rem;
	}
	.more{
		
		font-size: 0.9rem;
	}
	.layout6 .more{
		display: block;
		width: 4.2rem;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	.kefu-con dl{
		margin-left: 2rem;
	}
	.system-list li a i{
		width: 80px;
		height: 80px;
		line-height: 80px;
		font-size: 3rem;
	}
	.system-list li:nth-child(10) a i{
		font-size: 2.6rem;
	}
	.system-list li p{
		font-size: 1rem;
	}
	.form .item{
	border:1px solid #9d9d9d;
	
	border-radius: 5px;
}
.form .item:nth-child(4){
	width:99%;
}
.form .item input{
	font-size: 1rem;
	padding: 0.8rem 1rem;
	padding-left: 2.5rem;
	border:none;
	
}
.kefu-con dl dt{
	width: 40%;
}
.kefu-con dl dt img{
	width: 100%;
}
.kefu-con dl dd{
	margin-top: 0.8rem;
}
}