* {
	padding: 0;
	margin: 0;
	font-family: "微软雅黑";
}

body {
	background: #fff;
}

ul {
	list-style: none;
}

.width {
	width: 1200px;
	height: auto;
	margin: auto;
	text-align: center;
	margin-top: 90px;
}

.width h1,
{
	font-size: 38px;
	color: #0095ea;
	margin-bottom: 30px;
}

.width h3 {
	color: #666;
	font-size: 24px;
	margin-bottom: 20px;
}

.width p {
	font-size: 14px;
	color: #666;
	margin: 8px 0;
}

.service {
	width: 100%;
	height: auto;
	overflow: auto;
	margin-top: 30px text-align: center;
}

.service li {
	width: 15.2%;
	height: 220px;
	margin: 0 0.55%;
	text-align: center;
	float: left;
	border: 1px solid #ddd;
	border-radius: 6px;
	-webkit-border-radius: 6px;
}

.service li img {
	display: inline-block;
	margin-top: 40px;
}

.service li h5 {
	font-size: 18px;
	color: #666;
}

.service li:hover {
	border: 1px solid #0095eb;
	box-shadow: 0px 0px 2px #0095eb;
	-webkit-box-shadow: 0px 0px 2px #0095eb;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.advantage {
	width: 100%;
	height: 230px;
	overflow: auto;
	position: relative;
}

.advantage li {
	width: 200px;
	height: 230px;
	float: left;
	text-align: center;
	background: url(../img/lx.png) no-repeat center;
	background-size: cover;
	position: relative;
}

.advantage li H4 {
	color: #666;
}

canvas {
	margin-top: 52px;
}

.text {
	width: 60px;
	height: auto;
	position: absolute;
	z-index: 66;
	top: 68px;
	left: 50%;
	margin-left: -30px;
}

.text p {
	margin: 0;
	font-size: 8px;
}

.scene {
	width: 100%;
	overflow: auto;
}

.scene li {
	width: 33.3%;
	height: 310px;
	float: left;
}

.image01 {
	overflow: hidden;
	position: relative;
}

.image01 img {
	width: 391px;
	height: 262px;
	top: 0;
	position: relative;
	left: 0;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	transition: transform 0.3s;
}

.image01 .ovrly {
	background: rgba(0, 0, 0, 0.5);
	height: 262px;
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.image01 .buttons {
	position: absolute;
	top: 30%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.image01 .buttons .fa1 {
	background: url(../img/xg3.png) no-repeat center;
	display: inline-block;
	line-height: 80px;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	width: 80px;
	height: 80px;
	opacity: 0;
}

.image01 .buttons .fa2 {
	background: url(../img/xg4.png) no-repeat center;
	display: inline-block;
	line-height: 80px;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	width: 80px;
	height: 80px;
	opacity: 0;
}

.image01 .buttons .fa3 {
	background: url(../img/xg6.png) no-repeat center;
	display: inline-block;
	line-height: 80px;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	width: 80px;
	height: 80px;
	opacity: 0;
}

.image01 .buttons .fa4 {
	background: url(../img/xg5.png) no-repeat center;
	display: inline-block;
	line-height: 80px;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	width: 80px;
	height: 80px;
	opacity: 0;
}

.image01 .buttons .fa5 {
	background: url(../img/xg1.png) no-repeat center;
	display: inline-block;
	line-height: 80px;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	width: 80px;
	height: 80px;
	opacity: 0;
}

.image01 .buttons .fa6 {
	background: url(../img/xg2.png) no-repeat center;
	display: inline-block;
	line-height: 80px;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	width: 80px;
	height: 80px;
	opacity: 0;
}

.image01:hover img {
	-webkit-filter: blur(2px);
	filter: blur(2px);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.image01:hover .ovrly,
.image01:hover .text-css,
.image01:hover .buttons .fa1,
.image01:hover .buttons .fa2,
.image01:hover .buttons .fa3,
.image01:hover .buttons .fa4,
.image01:hover .buttons .fa5,
.image01:hover .buttons .fa6 {
	opacity: 1;
}

.text-css {
	position: absolute;
	width: 100%;
	height: auto;
	color: #fff !important;
	padding: 0 36px;
	box-sizing: border-box;
	bottom: 32%;
	opacity: 0;
	text-align: center;
}

.slider-banner {
	width: 100%;
	text-align: center;
	margin-top: 90px;
	position: relative;
}

.slider-banner h3 {
	width: 100%;
	color: #fff;
	font-size: 24px;
	margin-bottom: 30px;
	position: absolute;
	top: 20px;
	z-index: 99;
	text-align: center;
	margin: 30px 0;
	font-size: 24px;
}

.swiper-container {
	width: 100%;
	height: 100%;
	position: relative;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* 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;
}

.zffs {
	position: absolute;
	top: 50px;
	z-index: 100;
	left: 50%;
	margin-left: -600px;
}

.zffs ul {
	width: 100%;
	height: auto;
	overflow: auto;
}

.zffs ul li {
	width: 32%;
	height: 240px;
	background: rgba(255, 255, 255, .95);
	float: left;
	margin: 5px .4%;
	text-align: center;
}

.zffs ul li img {
	margin-top: 50px;
}

.zffs ul li h4,
.zffs ul li p {
	color: #666;
	margin-top: 10px;
}

.zffs ul li p {
	width: 80%;
	margin: 10px auto;
}

.zffs ul li p,
.zftd li p {
	padding: 0 10px;
	box-sizing: border-box;
}

.zftd {
	width: 100%;
	overflow: auto;
}

.zftd li {
	width: 20%;
	float: left;
	background: #fff;
}

.zftd li h4 {
	color: #666;
	margin-top: 20px;
}

.swiper-button-prev {
	width: 51px;
	height: 230px;
	background: url(../img/prev.png) no-repeat center;
	background-size: cover;
	top: 49%;
	left: -13px;
	z-index: 99;
}

.swiper-button-next {
	width: 51px;
	height: 230px;
	background: url(../img/next.png) no-repeat center;
	background-size: cover;
	top: 49%;
	right: -13px;
	z-index: 99;
}

.hzhb {
	width: 100%;
	height: auto;
	margin-top: 90px;
	overflow: auto;
	position: relative;
}

.hzhb h3 {
	color: #fff;
	text-align: center;
	font-size: 24px;
	position: absolute;
	width: 100%;
	top: 30px;
}

.partner {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.partner li {
	width: 24%;
	margin-left: 0.5%;
	float: left;
}

.news {
	width: 400px;
	height: auto;
	float: left;
}

.news li {
	float: left;
}

.platform {
	width: 100%;
	overflow: hidden;
	margin-bottom: 50px;
}

.nes .platform_title1 {
	color: #0095eb;
}

.platform_title1 {
	text-align: center;
	position: relative;
	color: #0095eb;
	font-size: 16px;
	margin-bottom: 30px;
	font-weight: 700;
	padding: 20px 0 10px;
}

.news_block_title {
	padding: 0 15px;
}

.news_more {
	color: #ddd;
	text-decoration: none;
	float: right;
}

.news_block_title span {
	color: #0095eb;
	font-weight: bold;
}

.news_span {
	color: #666;
	float: left;
	font-size: 14px;
	height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 88%;
	display: block;
}

.news_time {
	color: #ddd;
	float: right;
	font-size: 14px;
	font-style: normal;
}

.nes {
	background-attachment: fixed;
	padding-bottom: 35px;
	padding-top: 20px;
	overflow: auto;
}

.nes_info {
	margin-top: 50px;
}

.mainW {
	width: 1200px;
	margin: 0px auto;
}

.news_block {
	width: 33.33%;
	float: left;
}

.news_block ul {
	margin-top: 20px;
	overflow: hidden;
	padding: 0 25px 0 15px;
}

.ourteam-list {
	margin-top: 30px;
	width: 100%;
	height: auto;
	overflow: auto;
	overflow-x: hidden;
}

.ourteam-list li {
	float: left;
}

.ourteam-item.add-mgr {
	margin-right: 15px;
	position: relative;
}

a {
	text-decoration: none;
}

.ourteam-list li {
	border: 1px solid #ccc;
	float: left;
	line-height: 25px;
	margin-bottom: 40px !important;
	padding: 3px;
	text-align: center;
	height: 240px;
}

.ourteam-item {
	position: relative;
	width: 280px;
}

.ourteam-item a {
	text-decoration: none;
}

.ourteam-item a p {
	color: #666;
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
}

.ourteam_more {
	color: #666;
	display: block;
	margin: 0 auto;
	text-align: center;
	border: 1px solid #ddd;
	width: 90px;
	height: 30px;
	line-height: 30px;
	border-radius: 5px;
}

.quick_platform {
	text-align: center;
	width: 33.33%;
	float: left;
}

.quick_platform h3 {
	color: #3a3a3a;
	font-size: 15px;
}

.quick_platform p {
	color: #999;
}

.quick_platform a:hover {
	background: #0095eb;
	color: #fff;
}

.quick_platform a {
	display: block;
	border: 1px solid #ddd;
	width: 90px;
	text-align: center;
	line-height: 30px;
	margin: 15px auto;
	color: #666;
	border-radius: 5px;
}

.swiper-container2 {
	width: 1100px;
}

.ys {
	width: 100%;
    height: 380px;
    background: #f5f5f5;
    margin-top: 90px;
    overflow: auto;
    overflow-y: hidden;
}

.service li span {
	width: 85px;
	height: 85px;
	display: inline-block;
	margin-top: 40px;
}

.fw1 {
	background: url(../img/fuwu.png) no-repeat center 0px;
}

.fw2 {
	background: url(../img/fuwu.png) no-repeat center -87px;
}

.fw3 {
	background: url(../img/fuwu.png) no-repeat center -170px;
}

.fw4 {
	background: url(../img/fuwu.png) no-repeat center -254px;
}

.fw5 {
	background: url(../img/fuwu.png) no-repeat center -340px;
}

.fw6 {
	background: url(../img/fuwu.png) no-repeat center -426px;
}

.image01 .buttons a {
	display: inline-block;
	line-height: 80px;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	width: 80px;
	height: 80px;
	opacity: 0;
}

.image01 .buttons a.fa1 {
	background: url(../img/zfcj.png) no-repeat center 0;
}

.image01 .buttons a.fa2 {
	background: url(../img/zfcj.png) no-repeat center -83px;
}

.image01 .buttons a.fa3 {
	background: url(../img/zfcj.png) no-repeat center -166px;
}

.image01 .buttons a.fa4 {
	background: url(../img/zfcj.png) no-repeat center -248px;
}

.image01 .buttons a.fa5 {
	background: url(../img/zfcj.png) no-repeat center -331px;
}

.image01 .buttons a.fa6 {
	background: url(../img/zfcj.png) no-repeat center -412px;
}

.zffs ul li span {
	display: inline-block;
	width: 51px;
	height: 51px;
	margin-top: 50px;
}

.fs1 {
	background: url(../img/zffs.png) no-repeat center 0;
}

.fs2 {
	background: url(../img/zffs.png) no-repeat center -53px;
}

.fs3 {
	background: url(../img/zffs.png) no-repeat center -106px;
}

.fs4 {
	background: url(../img/zffs.png) no-repeat center -159px;
}

.fs5 {
	background: url(../img/zffs.png) no-repeat center -212px;
}

.fs6 {
	background: url(../img/zffs.png) no-repeat center -265px;
}

.gl {
	display: inline-block;
	width: 59px;
	height: 42px;
	background: url(../img/s.png) no-repeat center 0;
	margin: 8px 0;
}

.zftd li span {
	display: inline-block;
	width: 190px;
	height: 116px;
}

.td1 {
	background: url(../img/zftd.png) no-repeat center 0;
}

.td2 {
	background: url(../img/zftd.png) no-repeat center -125px;
}

.td3 {
	background: url(../img/zftd.png) no-repeat center -255px;
}

.td4 {
	background: url(../img/zftd.png) no-repeat center -384px;
}

.td5 {
	background: url(../img/zftd.png) no-repeat center -510px;
}

.gl {
	display: inline-block;
	width: 59px;
	height: 42px;
	background: url(../img/1.png) no-repeat center;
	margin: 8px 0;
}

circle {
	-webkit-transition: stroke-dasharray 1.5s;
	transition: stroke-dasharray 1.5s;
	width: 100%;
	height: 100%;
}

.ys ul {
	margin-top: 20px;
	overflow:auto;
}

.ys ul li {
	width: 15.6%;
	height: 218px;
	float: left;
	margin: 0 0.4%;
	background-size: contain;
	position: relative;
}

.ys ul li svg {
	margin-top: -32px;
}

.ys ul li span {
	position: absolute;
    display: inline-block;
    width: 44px;
    height: 43px;
    left: 50%;
    top: 46px;
    margin-left: -22px;
}

.ys ul li p {
	position: absolute;
    width: 100%;
    text-align: center;
    color: #666;
    top: 90px;
    margin: 0;
}

.ys ul li h3 {
	width: 100%;
    margin: 0;
    position: absolute;
    top: 142px;
    font-size: 20px;
}

.ys1 {
	background: url(../img/wmdys.png) no-repeat center 0px;
}

.ys2 {
	background: url(../img/wmdys.png) no-repeat center -46px;
}

.ys3 {
	background: url(../img/wmdys.png) no-repeat center -92px;
}

.ys4 {
	background: url(../img/wmdys.png) no-repeat center -138px;
}

.ys5 {
	background: url(../img/wmdys.png) no-repeat center -185px;
}

.ys6 {
	background: url(../img/wmdys.png) no-repeat center -231px;
}

.hzhb {
	width: 100%;
	height: 520px;
	background: url(../img/2_02.jpg) no-repeat center;
	margin-top: 90px;
	overflow: auto;
	position: relative;
}

.huoban {
	width: 1200px;
	height: 356px;
	margin: auto;
	margin-top: 100px;
	background: url(../img/hezuo.png) no-repeat center;
	background-size: contain;
}

@media only screen and (max-width: 980px) {
	.width,
	.mainW {
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.service li {
		width: 33%;
		margin: 0;
	}
	.advantage {
		height: auto;
	}
	.advantage li {
		width: 33%;
	}
	.partner {
		width: 100%;
		text-align: center;
	}
	.partner li {
		width: 24%;
		margin: 0 .5%;
	}
	.advantage {
		/*display: none;*/
	}
	.zffs {
		width: 100%;
		left: 0;
		margin-left: 0;
	}
	.ys {
		height: auto;
		overflow: auto;
	}
	.swiper-container2 {
		width: 100%;
	}
	.swiper-button-next,
	.swiper-button-prev {
		top: 65%;
	}
	.huoban {
		width: 100%;
	}
}