.topdiv {
	width: 100%;
	/*height: 550px;
*/}


/*bannerimg*/

.topdiv .bannerimg {
	width: 100%;
	/*height: 550px;*/
	position: relative;
}

.topdiv .bannerimg img {
	width: 100%;
	/*height: 500px;*/
}


/*顶部logo和导航*/

.topdiv .bannerimg .header {
	position: absolute;
	z-index: 1;
	color: #fff;
	left: 0;
	right: 0;
}

.topdiv .bannerimg .header .logoHeader img {
	width: 162px;
	height: 39px;
	margin-top: 10px;
}

.topdiv .bannerimg .nav .nvaLi > li {
	display: inline-block;
	/*margin: 10px 42px;*/
	font-size: 18px;
    padding: 10px 42px;
    position: relative;
    cursor: pointer;
}

.topdiv .bannerimg .nav .nvaLi > li a {
	color: #fff;
}

.topdiv .bannerimg .nav .nvaLi>li span:hover{
	color: #0080FF;
}

.topdiv .bannerimg .nav .nvaLi>li span a:hover{
	color: #0080FF!important;
}

.topdiv .bannerimg .nav .nvaLi .aboutMe{
	color: #fff;
}
/*.topdiv .bannerimg .nav .nvaLi>li:nth-child(1){
	border-bottom: 2px solid #3C7EEC;
	padding: 10px 24px;
}*/
.topdiv .bannerimg .nav .erMenu{
	display: none;
	position: absolute;
	left: 12px;
	top: 45px;
	width: 578px;
	height: auto;
	border-radius: 10px;
	padding: 24px;
	background: #fff;
	color: #333;
	text-align: left;
	font-size: 14px;
	box-sizing: border-box;
	z-index: 1;
}

.topdiv .bannerimg .nav .erMenu li{
	display: inline-block;
	width: 260px;
	height: 32px;
	line-height: 32px;
}

.topdiv .bannerimg .nav .erMenu li a {
	color: #333;
}

.topdiv .bannerimg .nav .erMenu a:hover{
	color: #0080FF!important;
}
#dataS a{
	color: #fff;
}
#succCase a{
	color: #fff;
}
/*轮播图*/

.bannerimg .content .left {
	position: relative;
	top: 0;
	left: 0;
	/*height: 550px;*/
	width: 100%
}

.bannerimg .content .left ul li {
	/*position: absolute;*/
	top: 0;
	left: 0;
	opacity: 0;
	display: none;
}

.bannerimg .content .left ul li.active {
	opacity: 1;
	display: block;
}


.bannerimg .content .left ol {
	position: absolute;
	bottom: 10px;
	right:46%;
	margin: 7px 0;
	text-align: center;
}

.bannerimg .content .left ol li {
	height: 12px;
	width: 12px;
	text-align: center;
	line-height: 24px;
	background: #9babaf;
	margin-right: 20px;
	border-radius: 50%;
	cursor: pointer;
}

.bannerimg .content .left ol li.active {
	background: #ffffff;
}

.bannerimg .content .left ol li a {
	display: block;
	color: #ffffff;
}


/*轮播图*/


/*数据部分*/

.center {
	width: 100%;
	height: 100px;
}

.center li {
	display: inline-block;
	width: 236px;
	text-align: center;
	margin-top: 15px;
}

.center li .conTit {
	width: 229px;
	display: inline-block;
}

.center li .conTit span:nth-child(1) {
	font-size: 26px;
	font-weight: bold;
	margin-right: 8px;
}

.center li .conTit span:nth-child(2) {
	font-size: 13px;
}

.center li .conTit span:nth-child(3) {
	font-size: 14px;
}

.center li .lines {
	width: 1px;
	height: 40px;
	background: #d3d3d3;
	display: inline-block;
}


/*产品服务*/

.projectServe {
	width: 100%;
	background: #FAFAFB;
}

.projectServe h4 {
	text-align: center;
	font-size: 36px;
	color: #333;
	padding-top: 48px;
}

.projectServe h5 {
	text-align: center;
	font-size: 18px;
	color: #666;
	margin-top: 15px;
	font-weight: 400;
}

.projectServe .proType {
	margin-top: 54px;
	text-align: center;
	padding-bottom: 54px;
}

.project-serve--ul {
	text-align: left;
	display: flex;
	flex-wrap: wrap;
}

.projectServe .proType .typeli {
	/*display: inline-block;*/
	width: 382px;
	height: 346px;
	margin-right: 20px;
	padding: 30px 40px;
	margin-bottom: 20px;
	background: #fff;
	text-align: center;
	/*border: 1px solid #e6e6e6;*/
	box-shadow: 0 2px 6px -1px #222d380f, 0 6px 18px 2px #222d3814;
	border-radius: 10px;
	box-sizing: border-box;
}

.projectServe .proType .typeli:nth-child(3n) {
	margin-right: 0;
}

.projectServe .proType .typeli img {
	width: 80px;
	height: 80px;
	vertical-align: top;
}

.projectServe .proType .typeli h6 {
	font-size: 19px;
	color: #333;
	margin-top: 16px;
	line-height: 26px;
}

.projectServe .proType .typeli p {
	font-size: 14px;
	color: #666;
	text-align: left;
	margin-top: 16px;
	height: 75px;
	line-height: 20px;
}

.projectServe .proType .typeli button {
	width: 100px;
	height: 36px;
	border-radius: 18px;
	color: #333;
	font-size: 14px;
	line-height: 36px;
	margin-top: 32px;
	border: 1px solid #d3d3d3;
	outline: none;
	cursor: pointer;
	background: #ffffff;
}

.projectServe .proType li:hover{
	background: #0080FF;
	box-shadow: 2px 2px 80px #bfbfbf;
}

.projectServe .proType li:hover h6 {
	color: #fff;
}

.projectServe .proType li:hover p {
	color: #fff;
}

.projectServe .proType li:hover button {
	color: #0080FF;
}

.projectServe .proType .project-serve-button{
	width: 170px;
	height: 54px;
	margin-top: 34px;
	background: #0080FF;
	border-radius: 6px;
	font-weight: 500;
	font-size: 19px;
	color: #fff;
	border: none;
	outline: none;
	cursor: pointer;
}


/*数据服务*/

.dataServe {
	width: 100%;
	height: 400px;
	background: #fff;
	text-align: center;
}

.dataServe h4 {
	font-size: 36px;
	color: #333;
	margin-top: 46px;
}

.dataServe h5 {
	font-size: 18px;
	color: #666;
	margin-top: 15px;
	font-weight: 400;
}

.dataServe .dataType {
	margin-top: 29px;
}

.dataServe .dataType li {
	/*display: inline-block;*/
	float: left;
	text-align: center;
	width: 163px;
	height: auto;
	padding: 0px 36px;
}

.dataServe .dataType li img {
	width: 96px;
	height: 96px;
}

.dataServe .dataType li h6 {
	font-size: 18px;
	color: #4C4C4C;
}

.dataServe .dataType li p {
	font-size: 14px;
	color: #666;
	text-align: left;
	margin-top: 23px;
	height: auto;
}


/*成功案例*/

.successCase {
	background-image: url(../images/bg_bottom.png);
	background-size: 100% 500px;
	text-align: center;
	width: 100%;
	height: 500px;
}

.successCase h4 {
	font-size: 36px;
	color: #fff;
	padding-top: 50px;
}

.successCase h5 {
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	margin-top: 15px;
}
/*成功案例图片滚动*/

#gla {
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	height: 502px;
	margin-top: 35px;
}
.bac {
	position: absolute;
	bottom: 0;
	left: 50px;
}

#gla_box {
	width: 65%;
	margin: auto;
}

.gla_inbox {
	overflow: hidden;
	position: relative;
}

.gla_inbox p {
	text-indent: 1em;
	font-size: 14px;
	width: 100%;
	color: #FFFFFF;
	line-height: 30px;
	background-color: hsla(0, 0%, 0%, 1);
}

.gla_inbox a {
	padding: 5px;
	display: block;
	position: absolute;
	bottom: 20px;
	left: 20px;
	background-color: hsla(0, 0%, 0%, .5);
	color: #FFF;
}

.gla_inbox img {
	width: 100%;
	height: 100%;
}

.roundabout-holder {
	height: 404px;
	width: 100%;
}

.roundabout-moveable-item {
	display: block;
	height: 346px;
	width: 600px;
	;
	cursor: pointer;
}

.roundabout-in-focus {
	cursor: auto;
}
/*广告类型*/
.advertType{
	height: 400px;
	text-align: center;
}
.advertType ul{
	padding-top: 150px;
}
.advertType li{
	display: inline-block;
	margin-bottom: 20px;
	width: 196px;
	
}
.advertType li img{
	width: 200px;
	height: 64px;
}
/*底部样式*/

/*滚动到底部*/
.return_box>ul{width: 50px;height:50px;position: fixed;
	bottom:100px;right:60px;}
.return_box ul>li{cursor: pointer;width:50px;height:50px;position:relative;}
.return_box ul>li img{
	width: 50px;
	height: 50px;
	box-shadow: 0px 2px 10px #bfbfbf;
}
