/*.home-about*/
.home-about img{
	display: block;
	width: 100%;
}
.about-container{
	/*background: rgba(89,134,191,0.8);*/
	padding: 10px 20px;
}
.home-about-content{
	background: url(../images/home/home-about-bg.png) no-repeat center;
}
.about-container .about-content{
	width: 100%;
	min-height: 300px;
	background: rgba(255,255,255,0.8);
	padding: 30px 0;
	box-shadow: 0 2px 8px #E5E5E5;
}
.about-container .about-content .swiper-container{
	width: 90%;
	margin: 0 auto;
	padding-bottom: 25px;
}
.about-container .about-content .swiper-container .swiper-slide{
	position: relative;
	overflow: hidden;
}
.about-container .about-content .swiper-container .swiper-slide h4{
	font-size: 24px;
	font-weight: normal;
	line-height: 30px;
	padding-bottom: 13px;
	margin-bottom: 10px;
	position: relative;
}
.about-container .about-content .swiper-container .swiper-slide h4:after{
	display: block;
	content: "";
	width: 50px;
	height: 2px;
	background: #F5A200;
	position: absolute;
	bottom: 0;
	left: 0;
}
.about-container .about-content .swiper-container .swiper-slide .aboutid{
	display: block;
	position: absolute;
	right: 20px;
	top: 10px;
	font-size: 100px;
	line-height: 100px;
	font-style: italic;
	color: rgba(29,44,103,0.3);
}
.about-container .about-content .swiper-container .swiper-button-next{
	bottom: 0;
	top: auto;
	right: 0;
	left: auto;
	width: 40px;
	height: 30px;
	background-size: 100%;
	background: #ECBB20;
	line-height: 30px;
	color: #FFFFFF;
	text-align: center;
	border-radius: 0 50px 50px 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.about-container .about-content .swiper-container .swiper-button-prev{
	bottom: 0;
	top: auto;
	right: 40px;
	left: auto;
	width: 40px;
	height: 30px;
	background-size: 100%;
	background: #ECBB20;
	line-height: 30px;
	color: #FFFFFF;
	text-align: center;
	border-radius: 50px 0 0 50px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.about-container .about-content .swiper-container .swiper-button:hover{
	background: #1D2C67;
}

/*home-product*/
.home-product-content ul{
	margin: 0 -5px;
}
.home-product-content ul li{
	padding: 0 5px;
	margin: 0 0 10px;
	height: 208px;
}
.home-product-content ul li .probody{
	position: relative;
	height: 208px;
	overflow: hidden;
}
.home-product-content ul li .probody .propic{
	height: 208px;
	overflow: hidden;
}
.home-product-content ul li .probody .propic img{
	display: block;
	width: 100%;
}
.home-product-content ul li .probody .protit{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 2.5em;
	background: rgba(0,0,0,.6);
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.home-product-content ul li .probody .protit a{
	display: block;
	padding: 0 10px;
	color: #FFFFFF;
	line-height: 2.5em;
	font-size: 14px;
}
.home-product-content ul li .probody .protxt {
	position: absolute;
	top: -100%;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	display: flex;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.home-product-content ul li .probody .protxt span{
	color: #FFFFFF;
	display: block;
	margin: auto;
	line-height: 1.5;
	text-align: center;
}
.home-product-content ul li .probody .protxt span a{
	display: block;
	margin: 20px auto 0;
	color: #FFFFFF;
	font-size: 14px;
	color: #FFFFFF;
	width: 80px;
	line-height: 2em;
	text-align: center;
	border: 1px #FFFFFF solid;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.home-product-content ul li .probody .protxt span a:hover{
	opacity: .8;
	width: 100px;
}
.home-product-content ul li .probody:hover .protit {
	bottom: -100%;
}
.home-product-content ul li .probody:hover .protxt {
	top: 0;
}

/*home-history*/
.home-history{
	padding: 60px 0;
	background: url(../images/home/bg003.jpg) no-repeat center center #1D2C67;
	background-size: auto 100%;
}
.home-history .home-history-show-bg{
	background: #FFFFFF;
	margin: 0;
}
.home-history .home-history-show-bg .home-history-show{
	padding: 40px;
	display: none;
}
.home-history .home-history-show-bg .home-history-show .home-history-year{
	font-size: 24px;
	color: rgba(9,0,89,0.6);
	margin: 20px 0;
	padding-bottom: 20px;
	border-bottom: 1px #F5A200 solid;
}
.home-history .home-history-show-bg .home-history-show .home-history-txt{
	line-height: 35px;
}
.home-history .home-history-timeaxis{
	color: #FFFFFF;
	margin-top: 30px;
}
.home-history .home-history-timeaxis ul.swiper-wrapper{
	position: relative;
}
.home-history .home-history-timeaxis ul.swiper-wrapper:before{
	position: absolute;
	display: block;
	content: "";
	background: #FFFFFF;
	height: 2px;
	width: 1000%;
	position: absolute;
	top: 8px;
	left: 0;
}
.home-history .home-history-timeaxis ul li.swiper-slide{
	text-align: center;
	position: relative;
	cursor: pointer;
	padding-top: 25px;
}
.home-history .home-history-timeaxis ul li.swiper-slide:before{
	display: block;
	content: "";
	width: 16px;
	height: 16px;
	border-radius: 100px;
	background: #FFFFFF;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -8px;
}
.home-history .home-history-timeaxis ul li.swiper-slide.active{
	color: #F5A200;
}
.home-history .home-history-timeaxis ul li.swiper-slide.active:before{
	background: #F5A200;
}
/*.home-history .home-history-timeaxis ul li.swiper-slide:after{
	display: block;
	content: "";
	height: 2px;
	width: 100%;
	background: #FFFFFF;
	position: absolute;
	top: 8px;
	left: 0;
}*/
.time-button{
	background: none;
	text-align: center;
	font-size: 24px;
	top: 86%;
}

/*home product*/
.home-product{
	padding: 60px 0;
	background: url(../images/home/bg003.jpg) no-repeat center center #ECBB20;
	/*background-size: auto 100%;*/
	background-size: cover;
}


/*world map css start*/
.cloud-product {
	padding: 80px 0 60px
}

.cloud-product-title {
	height: 44px;
	text-align: center;
	line-height: 44px;
	font-size: 32px;
	color: #fff
}

.color-blue {
	color: #009fd9
}

.cloud-product-explain {
	margin-top: 20px;
	text-align: center;
	font-size: 16px;
	color: #999
}

.map-service {
	position: relative;
	height: 930px;
	background: #fff
}

.china-map,
.map-service-box {
	position: relative
}

.data-list {
	width: 100%
}

.data-list-li {
	margin-bottom: 20px;
	max-height: 290px;
	overflow: hidden
}

.data-list-li a {
	display: block
}

.data-list-title {
	width: 100%;
	padding-left: 50px;
	margin-bottom: 4px;
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	color: #009fd9;
	background: url(../images/index-sprite.png) 20px -1992px no-repeat
}

.data-list-item,
.show-regin span {
	font-size: 12px;
	text-align: center
}

.data-list-title.list-title-2 {
	background: url(../images/index-sprite.png) 20px -1922px no-repeat;
	color: #f80
}

.data-list-title.list-title-3 {
	background: url(../images/index-sprite.png) 20px -2072px no-repeat;
	color: #999
}

.data-list-item {
	margin-bottom: 6px;
	height: 36px;
	line-height: 36px;
	color: #666;
	background-color: #f7f7f7
}

.light-list-item:hover {
	background-color: #009fd9;
	color: #fff !important
}

.map-product {
	padding-bottom: 30px
}

.china-map {
	width: 1200px;
	/*height: 696px;*/
	height: 520px;
	background: url(../images/home/service-network.png) no-repeat center;
}

.area-box .dot,
.area-box .pulse {
	background: #a2a9b4;
	position: absolute;
	display: inline-block
}

.region-list {
	position: absolute;
	left: 0;
	top: 0
}

@-o-keyframes warn {
	0% {
		-o-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}
	30% {
		-o-transform: scale(0);
		transform: scale(0);
		opacity: .1
	}
	60% {
		-o-transform: scale(.5);
		transform: scale(.5);
		opacity: .5
	}
	100% {
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

@keyframes warn {
	0% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}
	30% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
		opacity: .1
	}
	60% {
		-webkit-transform: scale(.5);
		-moz-transform: scale(.5);
		-o-transform: scale(.5);
		transform: scale(.5);
		opacity: .5
	}
	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

@-webkit-keyframes warn {
	0% {
		-webkit-transform: scale(0);
		opacity: 0
	}
	30% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: .1
	}
	60% {
		-webkit-transform: scale(.5);
		transform: scale(.5);
		opacity: .5
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 0
	}
}

@-moz-keyframes warn {
	0% {
		-moz-transform: scale(0);
		opacity: 0
	}
	30% {
		-moz-transform: scale(0);
		transform: scale(0);
		opacity: .1
	}
	60% {
		-moz-transform: scale(.5);
		transform: scale(.5);
		opacity: .5
	}
	100% {
		-moz-transform: scale(1);
		opacity: 0
	}
}

.area-box .dot {
	left: 0;
	width: 16px;
	height: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	opacity: 1;
	filter: alpha(opacity=100)
}

.area-box .pulse {
	top: -36px;
	left: -35px;
	height: 88px;
	width: 88px;
	-webkit-border-radius: 48px;
	-moz-border-radius: 48px;
	border-radius: 48px;
	opacity: .12;
	filter: alpha(opacity=0);
	-webkit-animation: warn 2s ease-out;
	-moz-animation: warn 2s ease-out;
	-o-animation: warn 2s ease-out;
	animation: warn 2s ease-out;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.area-box .dot {
	left: 0;
	width: 12px;
	height: 12px;
	-webkit-border-radius: 160px;
	-moz-border-radius: 160px;
	border-radius: 160px;
	opacity: 1;
	filter: alpha(opacity=100)
}

.area-box .pulse {
	top: -38px;
	left: -38px;
	height: 88px;
	width: 88px;
	-webkit-border-radius: 48px;
	-moz-border-radius: 48px;
	border-radius: 48px;
	opacity: .12;
	filter: alpha(opacity=0);
	-webkit-animation: warn 2.5s ease-out;
	-moz-animation: warn 2.5s ease-out;
	-o-animation: warn 2.5s ease-out;
	animation: warn 2.5s ease-out;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.region-list.active .area-box .dot {
	background: #009fd9
}
.region-list.active .area-box .pulse {
	background: none;
	border: 2px #009fd9 solid;
}

.region-list.waite .area-box .dot,
.region-list.waite .area-box .pulse {
	background: #f90
}

.show-regin {
	position: absolute;
	left: 2px;
	height: 0;
	top: 0;
	width: 11px;
	opacity: 0;
	-o-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

.online-node .show-regin,
.region-list:hover .show-regin,
.underline-node .show-regin,
.waite-node .show-regin {
	height: 127px;
	opacity: 1
}

.show-regin span {
	width: 80px;
	display: inline-block;
	position: absolute;
	left: -36px;
	top: -25px;
	padding: 3px 5px;
	/*color: #fff;*/
	/*background: #a2a9b4;*/
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px
}

.postition-8 .show-regin span {
	top: -35px
}

.postition-10 .show-regin span,
.postition-11 .show-regin span,
.postition-12 .show-regin span,
.postition-7 .show-regin span,
.postition-20 .show-regin span,
.postition-21 .show-regin span,
.postition-22 .show-regin span {
	left: -24px
}

.area-box {
	z-index: 77
}

.show-regin {
	z-index: 66
}

.region-list.active .show-regin span {
	position: relative;
	/*color: #fff;
	background: #009fd9*/
}

/*.region-list.active .show-regin span:before {
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -6px;
	bottom: -10px;
	border: 6px solid transparent;
	border-top-color: #009fd9
}*/

.postition-6.region-list.active .show-regin span:before {
	left: 69px;
	margin-left: -6px
}

.postition-10.region-list.active .show-regin span:before,
.postition-11.region-list.active .show-regin span:before,
.postition-12.region-list.active .show-regin span:before,
.postition-18.region-list.active .show-regin span:before,
.postition-20.region-list.active .show-regin span:before,
.postition-21.region-list.active .show-regin span:before,
.postition-22.region-list.active .show-regin span:before {
	left: 11px;
	margin-left: -6px
}

.region-list.waite .show-regin span {
	color: #fff;
	background: #f90
}

.region-list.waite .show-regin span:before {
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -6px;
	bottom: -10px;
	border: 6px solid transparent;
	border-top-color: #f90
}

.region-list.underline-node .show-regin span:before {
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -6px;
	bottom: -10px;
	border: 6px solid transparent;
	border-top-color: #a2a9b4
}

.postition-2 {
	left: 815px;
	top: 180px
}
.postition-4 {
	left: 885px;
	top: 251px
}

.postition-5 {
	left: 890px;
	top: 285px
}

.postition-7 {
	left: 958px;
	top: 167px
}

.postition-8 {
	left: 915px;
	top: 171px;
	z-index: 99;
}

.postition-11 {
	left: 915px;
	top: 220px
}

.postition-14 {
	left: 960px;
	top: 385px
}

.postition-15 {
	left: 700px;
	top: 200px
}

.postition-21 {
	left: 1003px;
	top: 160px
}

.postition-24 {
	left: 605px;
	top: 245px
}

.postition-30 {
	left: 250px;
	top: 110px
}
/*world map css end*/

.home-service-content{
	width: 455px;
	padding: 30px 20px;
	background: rgba(255,255,255,0.75);
	box-shadow: 0px 2px 8px #E5E5E5;
	position: absolute;
	bottom: 75px;
	color: #999;
}
.home-service-content span{
	color: #1D2C67;
}

/*home-business*/
.home-business{
	padding: 80px 0;
	background: url(../images/home/bg002.jpg) no-repeat center center #ECBB20;
	/*background: #F0F0F0;
	background-size: auto 100%;*/
	background-size: cover;
	overflow: hidden;
}
.home-business .home-business-content{
	/*padding: 30px;*/
	padding: 7px 7px 25px;
	background: #FFFFFF;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.home-business ul {
	margin: 0 -8px;
}
.home-business ul li {
	padding: 0 8px;
	margin-bottom: 16px;
}
/*.home-business .home-business-content1{
	background: url(../images/home/home-busi01.png) no-repeat #FFFFFF center;
	background-size: auto 95%;
}
.home-business .home-business-content2{
	background: url(../images/home/home-busi02.png) no-repeat #FFFFFF center;
	background-size: auto 95%;
}
.home-business .home-business-content3{
	background: url(../images/home/home-busi03.png) no-repeat #FFFFFF center;
	background-size: auto 95%;
}*/
.home-business .home-business-content h4{
	font-size: 16px;
	padding-top: 10px;
	margin-top: 8px;
	position: relative;
	font-weight: normal;
}
.home-business .home-business-content  .home-business-txt{
	color: #666666;
	height: 185px;
	overflow-y: hidden;
}
.home-business .home-business-content h4:after{
	display: block;
	content: "";
	width: 40px;
	height: 2px;
	background: #F5A200;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.home-business .home-business-content:hover{
	margin-top: -10px;
	margin-bottom: 10px;
	box-shadow: 0 3px 8px #A5A5A5;
	position: relative;
}
.home-business .home-business-content:hover h4:after{
	width: 80px;
}


/*home-news*/
.home-news .home-news-Llist li{
	margin-bottom: 10px;
	border-bottom: 1px #E5E5E5 solid;
	padding-bottom: 5px;
}
.home-news .home-news-Llist .news-date{
	/*width: 60px;*/
	padding: 0;
	text-align: right;
}
.home-news .home-news-Llist .news-date a{
	font-size: 18px;
	color: #666666;
}
.home-news .home-news-Llist .news-date span{
	display: block;
	font-size: 30px;
	color: #1D2C67;
}
.home-news .home-news-Llist .newstitle a{
	display: block;
	font-size: 16px;
	line-height: 2;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.home-news .home-news-Llist .newsdesc a {
	display: block;
	font-size: 14px;
	color: #a6a6a6;
}
.home-news .home-news-Llist a:hover{
	color: #1D2C67;
}

.home-news .home-news-Rlist .newstext{
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 10px 20px;
	background: rgba(0,0,0,0.35);
}
.home-news .home-news-Rlist .newstitle a{
	color: #FFFFFF;
	font-size: 16px;
}
.home-news .home-news-Rlist .newsdate{
	color: #e5e5e5;
	font-size: 14px;
}
.home-news .home-news-Rlist a:hover{
	color: #ECBB21 !important;
}
.home-news .home-news-Rlist .newspic{
	position: relative;
	z-index: 0;
}
.home-news .home-news-Rlist img {
	display: block;
	width: 100%;
}
.home-news .home-news-Rlist .news-swiper-button{
	z-index: 9999;
	visibility: hidden;
	opacity: 0;
	transition: all 0.5s;
}
.home-news .home-news-Rlist:hover .news-swiper-button{
	visibility: visible;
	opacity: 1;
}
.home-news .home-news-Rlist .swiper-pagination {
	bottom: -3px;
}
.home-news .home-news-Rlist .swiper-button-next{
	background:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23FFFFFF'%2F%3E%3C%2Fsvg%3E") no-repeat center rgba(0,0,0,0.4);
	right: 0;
	background-size: 70%;
	padding: 10px 3px;	
	border-radius: 3px 0 0 3px;
}
.home-news .home-news-Rlist .swiper-button-prev{
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23FFFFFF'%2F%3E%3C%2Fsvg%3E") no-repeat center rgba(0,0,0,0.4);
	left: 0;
	background-size: 70%;
	padding: 10px 3px;
	border-radius: 0 3px 3px 0;
}
.home-news .home-news-Rlist .swiper-slide{
	margin-bottom: 30px;
}
.home-news .home-news-Rlist .swiper-pagination-bullet {
	width: 30px;
	height: 8px;
	border-radius: 0;
}
.home-news .home-news-Rlist .swiper-pagination-bullet-active {
	background: #ECBB21;
}



/*home-custom*/
.home-custom {
	padding: 80px 0;
	/*background: #FCFCFC;*/
	background: url(../images/home/bg001.jpg) no-repeat center center #1D2C67;
	background: auto 100%;
}
.home-custom img{
	display: block;
	width: 100%;
}
.home-custom .row{
	margin-left: -10px;
	margin-right: -10px;
}
.home-custom .row .col-sm-4,
.home-custom .row .col-sm-3{
	padding-left: 10px;
	padding-right: 10px;
	margin: 10px 0;
}

/*home-advantage*/
.home-advantage img{
	display: block;
	/*width: 100%;*/
}
.home-advantage .advantage-list li{
	margin-bottom: 40px;
	cursor: pointer;
}
.home-advantage .advantage-list li img{
	width: 70px;
	padding: 10px;
	border: 2px #C6C6C6 solid;
	border-radius: 100%;	
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.home-advantage .advantage-list li .pull-left{
	position: relative;
}
.home-advantage .advantage-list li .img2{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.home-advantage .advantage-list li .img2 img{
	opacity: 0;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.home-advantage .advantage-list li:hover .img2 img{
	opacity: 1;
}
.home-advantage .advantage-list li .advant-tit{
	margin-left: 15px;
	font-size: 22px;
	color: #1D2C67;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.home-advantage .advantage-list li .advant-text{
	margin-left: 15px;
	font-size: 14px;
	color: #838383;
	width: 270px;
}
.home-advantage .box-flex{
	display: flex;
	height: 204px;
	background: #F4F7FF;
}
.home-advantage .box-flex .home-guarant-content{
	text-align: center;
	margin: auto;
}
.home-advantage .box-flex .home-guarant-content span {
	display: block;
	font-size: 20px;
	padding-bottom: 5px;
	margin-bottom: 6px;
	position: relative;
}
.home-advantage .box-flex .home-guarant-content .guarant-txt {
	font-size: 14px;
	color: #666666;
}
.home-advantage .box-flex .home-guarant-content span:after{
	display: block;
	content: "";
	width: 40px;
	height: 2px;
	background: #F5A200;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -20px;
}
.home-advantage .advantage-list li:hover img{
	border: 2px #ECBB20 solid;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.home-advantage .advantage-list li:hover .advant-tit{
	color: #ECBB20;
}

/*home-guarantee*/
.home-guarantee{
}
.home-guarantee .container{
	padding: 70px 0 50px;
	/*background: url(../images/home/boat2.png) no-repeat right center;	
	background-size: 400px;*/
	/*background-size: 435px;*/
	position: relative;
}
.home-guarantee .container .boat{
	width: 480px;
	height: 375px;
	background: url(../images/home/boat2.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	right: 0;
	bottom: -60px;
}
.home-guarantee .container .boat img{
	display: block;
	width: 100%;
}
.home-guarantee h4{
	font-size: 28px;
	line-height: 30px;
	color: #1D2C67;
	margin-bottom: 15px;
	padding-bottom: 13px;
	position: relative;
	font-weight: normal;
}
.home-guarantee h4:after{
	display: block;
	content: "";
	width: 40px;
	height: 2px;
	background: #F5A200;
	position: absolute;
	left: 0;
	bottom: 0;
}
.home-guarantee .home-guarantee-txt{
	color: #666666;
	margin-bottom: 10px;
}
.home-guarantee .contact-to a{
	display: inline-block;
	border: 1px #F5A200 solid;
	padding: 0 20px;
	line-height: 35px;
	color: #F5A200;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.home-guarantee .contact-to a:hover{
	background: #F5A200;
	color: #FFFFFF;
}

.h-partner{
	/*height: 568px;*/
	background-color: #fdfdff;
	background-image: url(../images/home/partner-bg.png);
	background-size: auto;
	background-repeat: no-repeat;
	background-position: center 0;
	animation: partner 35s linear infinite;
}
@keyframes partner{
	from{
		background-position: center 0;
	}
	to{
		background-position: center -764px;
	}
}
.h-p{
	width: 1292px;
}
.h-partner{
	padding: 50px 0;
}
.h-partner .h-title{
	margin-bottom: 68px;
}
.h-partner .h-p{
	margin-left: -46px;
}
.h-partner .h-p ul li{
	float: left;
	margin-right: 13px;
	margin-bottom: 20px;
	box-shadow: 0 6px 8px 0px rgba(0,0,0,.08);
}
.h-partner .h-p ul li:nth-of-type(5n){
	margin-right: 0;
}
/*  */
.container .swiper .swiper-wrapper .swiper-slide{
	width: 250px;
	height: 230px;
	margin-right: 0;
	background-color:#f5f5f5;
}
.swiper .swiper-wrapper .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	/* image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;  */
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden; 
}
.container .honor .swiper-pagination-bullet-active{
  background-color: #F5A200;
  
}


