@charset "utf-8";

html,body,div,ul,ol,li,img,p,input,dl,dt,dd,h1,h2,h3,h4,h5,h6{
	padding:0;
	margin:0;
}
li{
	list-style:none;
}
img{
	border:0;
	display:block;
}
a{
	color:#337ab7;
	text-decoration:none;
	color:inherit;
}
a:hover,a:focus,a:visited{
	color:inherit;
}
a:focus{
	color:#23527c;
}
a:focus{
	outline:5px auto -webkit-focus-ring-color;
	outline-offset:-2px;
}
input{
	border:0;
	outline:none;
}
.btn{
	cursor:pointer;
}
html,body{
	width:100%;
}
div{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
body{
	font-family:微软雅黑, "WenQuanYi Micro Hei", "Microsoft YaHei UI", SimSun, sans-seri, "Open Sans", Arial, "Hiragino Sans GB", "STHeiti";
	font-size:14px;
	line-height:1.42857143;
	color:#333;
	text-rendering:optimizeLegibility;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	-moz-font-feature-settings:"liga", "kern";
	min-width:1200px;
	position:relative;
}

/* 清除浮动 */
.clearfix:after{
	clear:both;
	display:table;
	content:" ";
	height:0;
	overflow:hidden;
	visibility:hidden;
}
.clearfix:before{
	clear:both;
	display:table;
	content:" ";
	height:0;
	overflow:hidden;
	visibility:hidden;
}
/* 浮动 */
.float-left{
	float:left;
}
.float-right{
	float:right;
}

/* #region 顶部 */
.ziya_head_bg{
	width:100%;
	height:80px;
	position:fixed;
	left:0;
	top:0;
	z-index:1000;
	background:#FFF;
}
.ziya_hinfo{
	width:100%;
	height:80px;
	position:relative;
}
.ziya_head{
	width:1306px;
	height:80px;
	margin:0 auto;
	position:static !important;
}
.ziya_logo{
	float:left;
	display:inline-block;
	overflow:hidden;
	margin:26px 250px 0 0;
	width:156px;
	height:29px;
	/*background:url(../images/ziya_logo.png) no-repeat;*/
}

/* 导航 */
.ziya_nav{
	float:left;
	width:auto;
	height:80px;
}
.ziya_nav li{
	float:left;
	height:80px;
	padding:0 30px;
	margin:0 0 0 0;
	position:static !important;
}
.ziya_nav li a.title{
	font-size:18px;
	font-weight:400;
	color:#333;
	line-height:30px;
	display:inline-block;
	overflow:hidden;
	margin:25px 0 0 0;
}
.ziya_nav li span.ico{
	display:inline-block;
	overflow:hidden;
	text-align:center;
	position:relative;
	top:-10px;
	right:-5px;
	z-index:10;
	animation:none !important;
	background:url(../images/icon.png) -277px -18px no-repeat;
	width:12px;
	height:7px;
}
.ziya_nav li:hover a.title{
	color:#FF3333;
	font-weight:400;
}
.ziya_nav li:hover span.ico{
	color:#FF3333;
	animation:none !important;
}

/* 子导航 */
.ziya_childnav{
	display:none;
	width:110px;
	position:absolute;
	left:-7px;
	top:60px;
	z-index:10;
}
.ziya_childnav i{
	width:0;
	height:0;
	border-width:10px;
	border-style:solid;
	border-color:transparent transparent #000 transparent;
	-webkit-opacity:0.8;
	opacity:0.8;
	display:block;
	overflow:hidden;
	margin:-10px auto 0 auto;
}
.ziya_childnav a{
	line-height:40px;
	display:block;
	overflow:hidden;
	background:#000;
	-webkit-opacity:0.8;
	opacity:0.8;
	font-size:14px;
	color:#fff;
	text-align:center;
}
.ziya_childnav a:hover{
	background:#000;
	color:#fff;
	-webkit-opacity:1;
	opacity:1;
}

/* 登录 */
.ziya_login{
	float:left;
	width:220px;
	line-height:30px;
	padding:10px 0 0 5px;
	position:relative;
	color:#FFFFFF;
	font-size:18px;
	text-align:center;
}
.ziya_login em{
	float:left;
	width:220px;
	height:24px;
	display:block;
	overflow:hidden;
	color:#FFFFFF;
	font-size:12px;
}
.ziya_login img{
	float:left;
	width:30px;
	height:30px;
	border-radius:100%;
	margin:0 10px 0 0;
}
.ziya_login i img{
	width:30px;
	height:20px;
	border-radius:0;
	position:absolute;
	top:10px;
	right:-34px;
}

/* 动画 */
@-webkit-keyframes rotate{
	from{
		-webkit-transform:rotate(180deg)
	}
	to{
		-webkit-transform:rotate(0)
	}
}
@keyframes rotate{
	from{
		-webkit-transform:rotate(180deg)
	}
	to{
		-webkit-transform:rotate(0)
	}
}
@-o-keyframes rotate{
	from{
		-webkit-transform:rotate(180deg)
	}
	to{
		-webkit-transform:rotate(0)
	}
}
@-moz-keyframes rotate{
	from{
		-webkit-transform:rotate(180deg)
	}
	to{
		-webkit-transform:rotate(0)
	}
}
@-webkit-keyframes rotateend{
	from{
		-webkit-transform:rotate(0)
	}
	to{
		-webkit-transform:rotate(180deg)
	}
}
@keyframes rotateend{
	from{
		-webkit-transform:rotate(0)
	}
	to{
		-webkit-transform:rotate(180deg)
	}
}
@-o-keyframes rotateend{
	from{
		-webkit-transform:rotate(0)
	}
	to{
		-webkit-transform:rotate(180deg)
	}
}
@-moz-keyframes rotateend{
	from{
		-webkit-transform:rotate(0)
	}
	to{
		-webkit-transform:rotate(180deg)
	}
}

.ziya_nav li .dropdown-menu-wrapper{
	position:absolute;
	left:0;
	top:80px;
	border-bottom:0.5px solid #e5e5e5;
	transform:rotate3d(1, 0, 0, -90deg);
	z-index:100;
	max-height:0px;
	box-shadow:inset 0px 2px 5px rgba(0, 0, 0, 0.07);
	transform-origin:50% 0%;
	transition:300ms ease-in-out;
	overflow:hidden;
	background-color:#fff;
	width:100%;
}
.ziya_nav li:hover .dropdown-menu-wrapper{
	transform:rotate3d(0, 0, 0, 0deg);
	transform-origin:50% 0%;
	max-height:1000px;
}
.ziya_nav li .dropdown-menu-wrapper .dropdown-menu{
	margin:35px auto 15px;
	width:100%;
	max-width:1200px;
	zoom:1;
	position:relative;
}
.ziya_nav li .dropdown-menu-wrapper .item-product{
	width:calc(33.3% - 15px);
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	padding:15px 20px;
	box-sizing:border-box;
	border-radius:4px;
	transition:all 0.3s ease;
}
.ziya_nav li .dropdown-menu-wrapper .item-product:hover{
	background:#f6f6f6;
}
.ziya_nav li .dropdown-menu-wrapper .item-product:nth-child(3n){
	margin-right:0;
}
.ziya_nav li .dropdown-menu-wrapper .item-product i{
	max-width:60px;
	border-radius:4px;
	float:left;
	margin:10px 18px 0px 0px;
}
.ziya_nav li .dropdown-menu-wrapper .item-product h3{
	color:#333;
	font-size:16px;
	line-height:200%;
}
.ziya_nav li .dropdown-menu-wrapper .item-product p{
	color:#999;
	line-height:200%;
}
.ziya_nav .dropdown-menu-wrapper .dynamic:nth-child(1) i{
	background:url(../images/icon.png) -283px -613px no-repeat;
	width:46px;
	height:43px;
}
.ziya_nav .dropdown-menu-wrapper .dynamic:nth-child(2) i{
	background:url(../images/icon.png) -388px -620px no-repeat;
	width:34px;
	height:36px;
}
.ziya_nav .dropdown-menu-wrapper .dynamic:nth-child(3) i{
	background:url(../images/icon.png) -99px -665px no-repeat;
	width:49px;
	height:51px;
}
.ziya_nav li .dropdown-menu-wrapper .item-market{
	width:calc(25% - 15px);
	float:left;
	margin-bottom:20px;
	padding:15px 20px;
	margin-right:20px;
	box-sizing:border-box;
	border-radius:4px;
	transition:all 0.3s ease;
}
.ziya_nav li .dropdown-menu-wrapper .item-market:hover{
	background:#f6f6f6;
}
.ziya_nav li .dropdown-menu-wrapper .item-market:nth-child(4n){
	margin-right:0;
}
.ziya_nav li .dropdown-menu-wrapper .item-market img{
	width:50px;
	border-radius:4px;
	float:left;
	margin-right:20px;
}
.ziya_nav li .dropdown-menu-wrapper .item-market h3{
	color:#333;
	font-size:15px;
	line-height:160%;
}
.ziya_nav li .dropdown-menu-wrapper .item-market p{
	color:#999;
	font-size:13px;
}
.ziya_nav li .dropdown-menu-wrapper .dropdown-menu .hot1{
	position:absolute;
	left:470px;
	top:10px;
}
.ziya_nav li .dropdown-menu-wrapper .dropdown-menu .hot2{
	position:absolute;
	left:775px;
	top:10px;
}
.ziya_nav li .dropdown-menu-wrapper .dropdown-menu .hot3{
	position:absolute;
	left:1080px;
	top:10px;
}
.ziya_nav li .dropdown-menu-wrapper .dropdown-menu .hot4{
	position:absolute;
	left:165px;
	top:110px;
}
.ziya_nav li .dropdown-menu-wrapper .item-sol{
	width:100%;
	margin-bottom:30px;
	padding-top:10px;
}
.ziya_nav li .dropdown-menu-wrapper .item-sol ul li{
	width:100%;
	padding:0;
	margin:0;
	height:auto;
}
.ziya_nav li .dropdown-menu-wrapper .item-sol ul li span{
	width:80px;
	text-align:right;
	font-size:15px;
	color:#333;
	line-height:230%;
}
.ziya_nav li .dropdown-menu-wrapper .item-sol ul li .subnav{
	width:1120px;
}
.ziya_nav li .dropdown-menu-wrapper .item-sol ul li .subnav a{
	display:inline-block;
	padding:4px 20px;
	background:#f6f6f6;
	border-radius:4px;
	margin-left:15px;
	color:#666;
	margin-bottom:20px;
	transition:all 0.3s ease;
}
.ziya_nav li .dropdown-menu-wrapper .item-sol ul li .subnav a:hover{
	background:#FF9900;
	color:#fff;
}
.ziya_nav li .dropdown-menu-wrapper .item-about{
	width:calc(25% - 15px);
	float:left;
	margin-bottom:20px;
	padding:15px 20px;
	margin-right:20px;
	box-sizing:border-box;
	border-radius:4px;
	transition:all 0.3s ease;
}
.ziya_nav li .dropdown-menu-wrapper .item-about:hover{
	background:#f6f6f6;
}
.ziya_nav li .dropdown-menu-wrapper .item-about:nth-child(4n){
	margin-right:0;
}
.ziya_nav li .dropdown-menu-wrapper .item-about h3{
	color:#333;
	font-size:16px;
	line-height:200%;
}
.ziya_nav li .dropdown-menu-wrapper .item-about p{
	color:#999;
	font-size:14px;
	line-height:200%;
}

/* 首页轮播图 */
.banner{
	overflow:hidden;
	position:relative;
	padding-top:80px;
}
.banner .hd ul{
	position:absolute;
	bottom:20px;
	left:50%;
	z-index:1;
}
.banner .hd li{
	background-color:#adc5fb;
	width:10px;
	height:10px;
	border-radius:100%;
	margin-left:10px;
	float:left;
}
.banner .hd .on{
	background-color:white;
}

.banner .bd ul{
	position:relative;
	left:50%;
	margin-left:-960px;
}

/* 客户案例 */
.caselist .relate-case{
	background:#fff;
}
.caselist .relate-case .case-wrap{
	width:1200px;
	margin:0 auto;
}
.caselist .relate-case .case-wrap h2{
	font-size:30px;
	text-indent:1.5em;
	font-weight:normal;
}
.caselist .relate-case .case-wrap .list{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:start;
	-ms-flex-pack:start;
	justify-content:flex-start;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	padding-left:1px;
	padding-right:1px;
}
.caselist .relate-case .case-wrap .list li{
	width:345px;
	height:375px;
	margin-right:22px;
	margin-bottom:22px;
	padding:15px;
	background:#F7F7F7;
	border-radius:4px;
	overflow:hidden;
	-webkit-box-shadow:0 2px 5px #e2dede;
	box-shadow:0 2px 5px #e2dede;
	-webkit-transition-property:all;
	transition-property:all;
	-webkit-transition-duration:0.3s;
	transition-duration:0.3s;
	-webkit-transition-timing-function:ease-in-out;
	transition-timing-function:ease-in-out;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
	float:left;
}
.caselist .relate-case .case-wrap .list li:nth-of-type(3n){
	margin-right:0;
}
.caselist .relate-case .case-wrap .list li a{
	display:block;
	width:100%;
	height:100%;
	position:relative;
}
.caselist .relate-case .case-wrap .list li a img{
	display:inline-block;
	width:100%;
	height:194px;
	vertical-align:top;
}
.caselist .relate-case .case-wrap .list li a .content{
	text-align:left;
	padding-left:20px;
	padding-right:20px;
}
.caselist .relate-case .case-wrap .list li a .content h4{
	font-size:17px;
	margin-top:24px;
	margin-bottom:14px;
	color:#333;
	font-weight:bold;
}
.caselist .relate-case .case-wrap .list li a .content p{
	color:#666;
	font-size:14px;
	line-height:24px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
}
.caselist .relate-case .case-wrap .list li-last-of-type{
	margin-right:0;
}
.caselist .relate-case .case-wrap .list li:hover{
	-webkit-transform:translateY(-4px);
	-ms-transform:translateY(-4px);
	transform:translateY(-4px);
	-webkit-box-shadow:0 4px 10px rgba(0, 0, 0, 0.1);
	box-shadow:0 4px 10px rgba(0, 0, 0, 0.1);
}
.caselist .more{
	border:1px solid #2f6df6;
	color:#2f6df6;
	padding:14px 52px;
	cursor:pointer;
	width:177px;
	margin:auto auto 22px auto;
}
.caselist .more:hover{
	background-color:#f7f7f7;
}
.caselist .relate-case h2,
.customer h2{
	text-align:center;
	font-size:34px;
	padding:46px 0;
	font-weight:400
}
.caselist .anliinfo{
	width:1200px;
	margin:auto;
}
.customer{
	background-color:#dceafd;
	overflow:hidden;
	padding-bottom:30px;
}
.customer ul{
	width:1200px;
	margin:auto;
	overflow:hidden;
}
.customer ul li{
	border:1px solid #d6d6d6;
	background-color:white;
	padding:10px 16px;
	width:192px;
	float:left;
	text-align:center;
	margin:0 7px 10px 7px;
}
.customer .sec li{
	width:552px;
}

/* 模块 */
.module{
	width:100%;
	position:relative;
	background:url(../images/index_bg.jpg) left bottom no-repeat;
	height:700px
}
.module-title{
	font-size:38px;
	line-height:56px;
	color:#3B426B;
	text-align:center;
	padding:50px 0px;
	font-weight:500;
}
.main-content{
	width:1200px;
	height:100%;
	margin:0 auto;
	position:relative;
}

/* 解决方案用盒子，shadow-box hover反色 */
.shadow-box{
	margin-right:-44px;
}
.shadow-box .box{
	height:160px;
	width:160px;
	float:left;
	background-color:#FFFFFF;
	box-shadow:0 0 15px 0 rgba(55, 118, 255, 0.10);
	border-radius:4px;
	margin-right:44px;
	background-repeat:no-repeat;
	overflow:hidden;
}
.shadow-box .box a{
	display:block;
	padding-top:33px;
	padding-bottom:32px;
	width:100%;
}
.shadow-box .box .title{
	font-size:18px;
	color:#3B426B;
	text-align:center;
	font-weight:500;
}
.shadow-box .box .title:before{
	content:'';
	display:block;
	width:60px;
	height:60px;
	margin:auto;
	margin-bottom:10px;
	background-image:url('../images/icon-list.png');
	background-size:700px auto !important;
}
.shadow-box .box:hover{
	background-image:url('../images/icon-list.png');
	background-size:700px auto !important;
}
.shadow-box .box:hover .title{
	color:#fff;
}
.shadow-box .box.s1:hover{
	background-position:-0px -0px;
}
.shadow-box .box.s2:hover{
	background-position:-0px -160px;
}
.shadow-box .box.s3:hover{
	background-position:-160px -160px;
}
.shadow-box .box.s4:hover{
	background-position:-160px -0px;
}
.shadow-box .box.s5:hover{
	background-position:-320px -0px;
}
.shadow-box .box.s6:hover{
	background-position:-320px -160px;
}
.shadow-box .box.s7:hover{
	background-position:-0px -320px;
}
.shadow-box .box.s8:hover{
	background-position:-320px -320px;
}
.shadow-box .box.s9:hover{
	background-position:-160px -320px;
}
.shadow-box .box.s10:hover{
	background-position:-480px -320px;
}
.shadow-box .box.s11:hover{
	background-position:-480px -160px;
}
.shadow-box .box.s12:hover{
	background-position:-0px -480px;
}
.shadow-box .box.s13:hover{
	background-position:-160px -480px;
}
.shadow-box .box.s14:hover{
	background-position:-480px -0px;
}
.shadow-box .box:hover .title:before{
	background:none !important;
}
.shadow-box .box.s1 .title:before{
	background-position:-380px -480px;
}
.shadow-box .box.s2 .title:before{
	background-position:-440px -480px;
}
.shadow-box .box.s3 .title:before{
	background-position:-500px -480px;
}
.shadow-box .box.s4 .title:before{
	background-position:-560px -480px;
}
.shadow-box .box.s5 .title:before{
	background-position:-380px -540px;
}
.shadow-box .box.s6 .title:before{
	background-position:-320px -540px;
}
.shadow-box .box.s7 .title:before{
	background-position:-440px -540px;
}
.shadow-box .box.s8 .title:before{
	background-position:-500px -540px;
}
.shadow-box .box.s9 .title:before{
	background-position:-320px -480px;
}
.shadow-box .box.s10 .title:before{
	background-position:-560px -540px;
}
.shadow-box .box.s11 .title:before{
	background-position:-640px -0px;
}
.shadow-box .box.s12 .title:before{
	background-position:-640px -60px;
}
.shadow-box .box.s13 .title:before{
	background-position:-640px -120px;
}
.shadow-box .box.s14 .title:before{
	background-position:-640px -180px;
}

/* 新闻中心 */
.newslist{
	width:1200px;
	margin:auto;
	padding-top:30px;
}
.newslist .headline h2{
	font-size:34px;
	float:left;
	font-weight:400;
	margin-top:40px;
}
.newslist .headline a{
	float:right;
	color:#2f6df6;
	line-height:42px;
	margin-top:40px;
}
.news_content{
	clear:both;
	padding-bottom:40px;
	overflow:hidden;
	padding-top:26px;
}
.news_content .news_img{
	position:relative;
	float:left;
}
.news_content .news_img a:hover{
	color:white;
}
.news_content .news_img .hd ul{
	position:absolute;
	bottom:20px;
	right:24px;
	z-index:1;
}
.news_content .news_img .hd li{
	background-color:#adc5fb;
	width:10px;
	height:10px;
	border-radius:100%;
	margin-left:10px;
	float:left;
}
.news_content .news_img .hd .on{
	background-color:white;
}
.news_content .news_img .bd p{
	position:absolute;
	bottom:0;
	left:0;
	background-color:#2f6df6;
	height:50px;
	width:573px;
	line-height:50px;
	padding-left:27px;
	color:white;
}
.news_content .news_list{
	float:left;
	width:550px;
}
.news_list{
	margin-left:50px;
}
.news_content a:hover,
.industry_news a:hover{
	color:#2f6df6;
}
.news_list .top_news p{
	font-size:24px;
	font-weight:400;
	padding-bottom:17px;
}
.news_list .top_news span{
	font-size:16px;
	line-height:32px;
}
.news_list .line{
	border-bottom:1px solid #dedede;
	margin:18px 0;
}
.news_list li{
	font-size:16px;
	line-height:32px;
	width:560px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.news_list li i,
.industry_news li i{
	background:url(../images/icon.png) -262px -20px no-repeat;
	width:5px;
	height:4px;
	display:inline-block;
	vertical-align:middle;
	margin-right:16px;
}
.newsinfo{
	width:1200px;
	margin:auto;
	min-height:500px;
}
.newsinfo img{
	margin:auto;
}
.newsinfo .content{
	font-size:16px;
	line-height:185%;
}
.newsinfo h2{
	padding-top:50px;
}
.newsinfo .time{
	padding-top:20px;
}
.newsinfo .content{
	padding:50px 0;
}
.newsinfo h2,
.newsinfo .time{
	text-align:center;
}
.newsinfo .time{
	color:#666;
}
.industry_news{
	clear:left;
}
.industry_news ul{
	width:1200px;
	overflow:hidden;
	padding-top:25px;
	padding-bottom:80px;
}
.industry_news li{
	float:left;
	font-size:16px;
	width:540px;
	line-height:32px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.industry_news li:nth-child(odd){
	padding-right:80px;
}

/* 新闻列表页 */
.ziyalist{
	width:1200px;
	margin:auto;
	padding-bottom:40px;
}
.ziyalist h2{
	font-size:34px;
	font-weight:400;
	padding:40px 0;
}
.ziyalist li{
	font-size:16px;
	padding:10px;
}
.ziyalist li .time{
	float:right;
}
.ziyalist li a:hover{
	color:#2f6df6;
}
.ziyalist li i{
	background:url(../images/icon.png) -262px -20px no-repeat;
	width:5px;
	height:4px;
	display:inline-block;
	vertical-align:middle;
	margin-right:16px;
}

/* 技术支持 */
.service{
	width:1200px;
	margin:auto;
	overflow:hidden;
}
.service h2{
	text-align:center;
	padding-top:46px;
	font-size:34px;
	font-weight:400
}
.service h2+p{
	font-size:16px;
	padding-top:44px;
	width:864px;
	margin:auto;
	padding-bottom:73px;
}
.service ul li{
	float:left;
	width:252px;
	padding:0 74px 63px 74px;
}
.service ul li p{
	padding:20px 0 0 0;
	font-size:14px;
}
.service ul li i+p{
	font-size:22px;
	text-align:center;
}
.service ul i{
	background:url(../images/icon.png) no-repeat;
	display:block;
	width:82px;
	height:82px;
	margin:auto;
}
.service ul li:nth-child(1) i{
	background-position:-367px -336px;
}
.service ul li:nth-child(2) i{
	background-position:-92px -428px;
}
.service ul li:nth-child(3) i{
	background-position:-275px -336px;
}
.service ul li:nth-child(4) i{
	background-position:-183px -336px;
}
.service ul li:nth-child(5) i{
	background-position:0 -428px;
}
.service ul li:nth-child(6) i{
	background-position:-91px -336px;
}
.sale{
	background-color:#dde7fe;
	overflow:hidden;
	padding-bottom:70px;
}
.sale h2{
	text-align:center;
	font-size:34px;
	clear:left;
	padding-top:52px;
	padding-bottom:40px;
	font-weight:400;
}
.sale_contact{
	width:855px;
	margin:auto;
}
.sale_contact div{
	float:left;
}
.sale_contact div p:nth-child(1){
	font-size:16px;
	padding-bottom:54px;
	padding-top:60px;
}
.sale_contact div p:nth-child(2),
.sale_contact div p:nth-child(3),
.sale_contact div p:nth-child(4){
	line-height:42px;
	font-size:22px;
}
.sale_contact img{
	padding-left:151px;
}

/*关于我们*/
.about{
	width:1200px;
	margin:auto;
	padding-bottom:80px;
}
.about h2{
	font-size:34px;
	padding:46px 0 36px 0;
	text-align:center;
	font-weight:400;
}
.about p{
	text-indent:2em;
	line-height:35px;
	font-size:18px;
}
.honor{
	background-color:#dceafd;
	padding-bottom:64px;
}
.honor h2{
	font-size:34px;
	text-align:center;
	padding:50px 0;
	font-weight:40;
}
.honor .swiper-container{
	width:1200px;
	margin:auto;
}
.honor .swiper-slide{
	text-align:center;
	font-size:18px;
	/* 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;
	transition:300ms;
	transform:scale(0.8);
}
.honor .swiper-slide-active,
.swiper-slide-duplicate-active{
	transform:scale(1);
}
.culture{
	width:830px;
	margin:auto;
	padding-bottom:20px;
}
.culture h2{
	font-size:34px;
	padding:60px 0;
	text-align:center;
	font-weight:40;
}
.culture p{
	font-size:22px;
	line-height:38px;
}
.about_ft img{
	width:100%;
	height:100%;
}

/* 首页子牙动态 */
.news{
	width:1200px;
	margin:50px auto;
	position:relative;
}

/* 案例 */
.case{
	width:1200px;
	margin:50px auto;
	position:relative;
}
.case_title1{
	font-size:34px;
	text-align:center;
	margin-bottom:10px;
	font-weight:400;
	width:100%;
}
.case_title2{
	font-size:14px;
	text-align:center;
	color:#00479d;
	margin-bottom:30px;
	font-weight:100;
	width:100%;
}
.case_list{
	width:100%;
	margin:0 auto;
	height:180px;
}
.case_list ul li{
	float:left;
	width:200px;
	height:50px;
	margin:20px 0 0;
	line-height:50px;
}

/* 产品特色 */
.module .title{
	text-align:center;
	padding-top:30px;
}
.module .title span{
	display:inline-block;
	font-size:34px;
	line-height:50px;
	margin-bottom:10px;
	width:100%;
	font-weight:500;
}

/* 蓝色小横线图标 */
.blue-border{
	width:100px;
	height:4px;
	display:inline-block;
	vertical-align:middle;
	background:#3776FF;
}
.module-title{
	font-size:34px;
	line-height:56px;
	text-align:center;
	padding-top:30px;
	font-weight:400;
}
.module-title.dark{
	color:#3B426B;
}
.product-intro .nav-list{
	font-size:0;
	text-align:center;
	width:1120px;
	margin:auto;
}
.product-intro .nav-item{
	width:280px;
	height:137px;
	float:left;
	position:relative;
	padding-top:30px;
	box-sizing:border-box;
	cursor:pointer;
}
.product-intro .nav-item .icon{
	margin:6px auto 0;
}
.product-intro .nav-item:nth-child(1) .icon,
.ziya_nav .item-product:nth-child(1) i{
	background:url(../images/icon.png) -176px -619px no-repeat;
	width:45px;
	height:37px;
}
.product-intro .nav-item:nth-child(2) .icon,
.ziya_nav .item-product:nth-child(2) i{
	background:url(../images/icon.png) -232px -615px no-repeat;
	width:41px;
	height:44px;
}
.product-intro .nav-item:nth-child(3) .icon,
.ziya_nav .item-product:nth-child(3) i{
	background:url(../images/icon.png) 0 -681px no-repeat;
	width:35px;
	height:35px;
}
.product-intro .nav-item:nth-child(4) .icon,
.ziya_nav .item-product:nth-child(4) i{
	background:url(../images/icon.png) -432px -618px no-repeat;
	width:45px;
	height:38px;
}
.ziya_nav .item-product:nth-child(5) i{
	background:url(../images/icon.png) -163px -730px no-repeat;
	width:42px;
	height:42px;
}
.ziya_nav .item-product:nth-child(6) i{
	background:url(../images/icon.png) -261px -730px no-repeat;
	width:42px;
	height:42px;
}

.product-intro .nav-item span{
	position:absolute;
	bottom:0;
	left:50%;
	transform:translateX(-50%);
	height:40px;
	font-size:16px;
	color:#333;
	white-space:nowrap;
	border-bottom:4px solid transparent;
	display:block;
	width:176px;
}
.product-intro .nav-item:hover span{
	color:#0082FA;
}
.product-intro .nav-item.active span{
	color:#2F6DF6;
	border-color:#2F6DF6;
}
.notice{
	width:1120px;
	margin:auto;
	padding-top:40px;
}
.notice a{
	float:left;
}
.notice img{
	width:550px;
}
.notice dl{
	float:left;
	margin-left:50px;
	margin-top:75px;
}
.notice_content dt{
	font-size:28px;
	font-weight:500;
}
.notice_content dd{
	font-size:14px;
	line-height:20px;
	margin-top:20px;
}
.notice_content dt .icon{
	background:url(../images/icon.png);
	display:inline-block;
	vertical-align:middle;
}
.notice_content dt .icon.web{
	background-position:0 -527px;
	width:43px;
	height:32px;
}
.notice_content dt .icon.paper{
	background-position:-108px -518px;
	width:37px;
	height:34px;
}
.notice_content dt .icon.test{
	background-position:-53px -526px;
	width:45px;
	height:25px;
}
.notice_content dt .icon.exam{
	background-position:-237px -520px;
	width:29px;
	height:32px;
}

/* 内页大图 */
.n_banner{
	position:relative;
	padding-bottom:380px;
	overflow:hidden;
}
.n_banner img{
	padding-top:80px;
	position:absolute;
	left:50%;
	margin-left:-960px;
}

/* 产品介绍 政府网站集约化平台 */
.product img{
	margin:auto;
}
.product_crumbs_bg{
	background-color:#dde7fe;
	height:44px;
}
.product_crumbs{
	width:1200px;
	margin:auto;
	line-height:44px;
}
.product_crumbs p:nth-child(1){
	float:left;
}
.product_crumbs p:nth-child(2){
	float:right;
}
.product_crumbs .pro_min a{
	padding:0 13px;
}
.product h2{
	text-align:center;
	padding:40px 0;
	font-size:34px;
	font-weight:400;
}
.product_intro{
	padding-bottom:66px;
	width:1200px;
	margin:auto;
}
.product_intro p{
	text-indent:2em;
	line-height:32px;
	font-size:16px;
}
.product_intro h3{
	font-size:16px;
	line-height:32px;
}
.product_app{
	background-color:#f7f7f7;
}
.product_app li{
	width:280px;
	height:210px;
	font-size:24px;
	float:left;
	text-align:center;
	background-color:white;
	margin:8px 8px;
}
.product_app li:hover{
	background-color:#eee;
}
.app_module{
	width:1200px;
	margin:auto;
	overflow:hidden;
	padding-bottom:37px;
}
.product_app i{
	display:block;
	margin:40px auto;
}
.product_app li{
	cursor:pointer;
}
.product_app li i{
	background:url(../images/icon.png) no-repeat;
}
.product_app li:nth-child(1) i{
	background-position:0 -58px;
	width:76px;
	height:78px;
}
.product_app li:nth-child(2) i{
	background-position:-89px -58px;
	width:72px;
	height:81px;
}
.product_app li:nth-child(3) i{
	background-position:-169px -58px;
	width:78px;
	height:77px;
}
.product_app li:nth-child(4) i{
	background-position:-257px -62px;
	width:95px;
	height:77px;
}
.product_app li:nth-child(5) i{
	background-position:-363px -59px;
	width:87px;
	height:90px;
}
.product_app li:nth-child(6) i{
	background-position:0 -149px;
	width:94px;
	height:80px;
}
.product_app li:nth-child(7) i{
	background-position:-105px -163px;
	width:99px;
	height:66px;
}
.product_app li:nth-child(8) i{
	background-position:-213px -157px;
	width:101px;
	height:72px;
}
.product_research{
	width:1200px;
	margin:auto;
	padding-bottom:35px;
	overflow:hidden;
}
.product_research li{
	float:left;
	background-color:#dde7fe;
	width:384px;
	height:545px;
}
.product_research li:nth-child(2){
	margin:0 24px;
}
.product_research li p{
	width:316px;
	margin:auto;
	line-height:26px;
}
.product_research li p:nth-child(1){
	font-size:26px;
	font-weight:400;
	text-align:center;
	margin-top:40px;
	margin-bottom:20px;
	width:170px;
	line-height:44px;
}
.product_research li p i{
	background:url(../images/icon.png) no-repeat;
	float:left;
	vertical-align:middle;
	margin-right:16px;
}
.product_research li .policy{
	background-position:-287px -568px;
	width:45px;
	height:39px;
}
.product_research li .strategy{
	background-position:-158px -676px;
	width:50px;
	height:40px;
}
.product_research li .specific{
	background-position:-218px -677px;
	width:28px;
	height:38px;
}
.product_frame{
	background-color:#f7f7f7;
	clear:left;
	padding-bottom:24px;
}

/* 产品介绍 智慧纪检系统 */
.discipline_fn{
	background-color:#f7f7f7;
}
.discipline_fn .left{
	float:left;
}
.discipline_fn .right{
	float:right;
}
.discipline_fn .right_ul{
	margin-left:40px;
}
.discipline_fn .right_list{
	position:relative;
	background-color:white;
	padding:0 40px 40px 40px;
}
.discipline_fn .right_list .arrow{
	position:absolute;
	left:-64px;
	top:250px;
}
.discipline_fn .discipline_img img{
	margin-top:90px
}
.discipline_fn .content{
	width:1200px;
	margin:auto;
}
.discipline_fn .right li{
	float:none;
	font-size:16px;
	border-bottom:1px solid #999;
	width:205px;
	height:36px;
	line-height:36px;
	padding-left:10px;
}
.discipline_fn .right ul .title{
	background-color:#2f6df6;
	color:white;
	border:none;
	margin-top:40px;
}
.discipline_fn .right ul .last_title{
	margin-top:42px;
}


/* 产品介绍 小微权力大数据监督平台 */
.supervise_info p{
	float:left
}
.supervise_info dl{
	width:500px;
	display:inline-block;
	padding-left:125px;
}
.supervise_info dt{
	font-size:16px;
	text-indent:2em;
	text-align:justify;
	line-height:36px;
}
.supervise_info dd img{
	float:left;
	padding:10px 35px;
}
.function{
	clear:left;
	padding-bottom:52px;
}
.platform{
	width:1200px;
	margin:auto;
	padding-bottom:20px;
}
.platform dl{
	display:inline-block;
}
.platform:nth-child(1) dl{
	padding-right:9px;
}
.success_case{
	width:1200px;
	margin:auto;
}
.success_case i{
	background:url(../images/icon.png) -308px -693px no-repeat;
	width:7px;
	height:23px;
	vertical-align:middle;
	float:left;
}
.success_case .wuwei,
.success_case .sanshan{
	margin:0 24px 24px 0;
}
.success_case .wuwei,
.success_case .fanchang,
.success_case .sanshan,
.success_case .taizhou{
	background-color:#fff8f2;
	width:588px;
	height:343px;
	padding:48px 30px 52px 24px;
	float:left;
}
.success_case .fanchang{
	background-color:#f2f7fd;
}
.success_case .sanshan{
	background-color:#f2f7fd;
}
.success_case .taizhou{
	background-color:#fff8f2;
}
.success_case .wuwei p,
.success_case .fanchang p,
.success_case .sanshan p,
.success_case .taizhou p{
	line-height:23px;
	font-size:20px;
	font-weight:600;
	padding-left:15px;
}
.case_info{
	padding-top:46px;
}
.case_info img{
	margin:0;
	float:left;
}
.success_case .case_info p{
	font-weight:normal;
	font-size:15px;
	width:298px;
	text-align:justify;
	display:inline-block;
	line-height:25px;
}
.taizhou img,
.sanshan img{
	float:right;
}
.taizhou .case_info p,
.sanshan .case_info p{
	padding-right:15px;
	padding-left:0;
}
.certificate{
	clear:left;
}
.certificate p{
	font-size:16px;
	text-align:center;
	padding-bottom:40px;
}

/* 产品介绍 智慧党建系统 */
.political_research{
	overflow:hidden;
	padding-bottom:40px;
}
.political_research ul{
	width:1200px;
	margin:auto;
}
.political_research li{
	float:left;
	width:281px;
	height:210px;
	background-color:#f7f7f7;
}
.political_research li i+p{
	font-weight:500;
	font-size:22px;
	line-height:40px;
	margin:38px 0 34px 0;
}
.political_research i{
	background:url(../images/icon.png) no-repeat;
	float:left;
	margin-right:20px;
}
.political_research li:nth-child(1) i{
	background-position:-405px -563px;
	width:35px;
	height:44px;
}
.political_research li:nth-child(2) i{
	background-position:-130px -620px;
	width:36px;
	height:36px;
}
.political_research li:nth-child(3) i{
	background-position:-450px -566px;
	width:41px;
	height:41px;
}
.political_research li:nth-child(4) i{
	background-position:-90px -612px;
	width:30px;
	height:43px;
}
.political_research li div{
	width:210px;
	margin:auto;
}
.political_research .info{
	clear:left;
}
.political_research li:nth-child(2){
	margin:0 19px;
}
.political_research li:nth-child(3){
	margin-right:19px;
}

/* 产品介绍 行业应用 */
.application ul{
	padding-top:40px;
}
.application ul i{
	width:10px;
	height:10px;
	background-color:#1377ff;
	display:inline-block;
	margin-right:10px;
	margin-bottom:1px;
}
.application ul span{
	font-weight:bold;
	font-size:16px;
}
.application ul p{
	text-indent:0;
	padding:10px 0 40px 0;
}
.application ul img{
	display:inline-block;
	margin:0;
	border:1px solid #eee;
}
.application ul img:nth-child(1){
	margin-right:40px;
}
.campus .content{
	margin:auto;
	width:1200px;
	padding-bottom:65px;
}
.campus_left{
	float:left;
}
.campus_right{
	float:right;
	width:496px;
}
.campus_right p{
	font-size:16px;
}
.campus_right .text{
	line-height:32px;
	padding-bottom:30px;
}
.campus_right i{
	width:10px;
	height:10px;
	background-color:#1377ff;
	display:inline-block;
	margin-right:10px;
	margin-bottom:1px;
	margin-top:0;
}
.campus_right span{
	font-weight:bold;
	padding-bottom:14px;
}
.campus_right img{
	margin:0;
}
.office{
	width:1200px;
	margin:auto;
	padding-bottom:70px;
}
.office p{
	font-size:16px;
	text-indent:2em;
	line-height:32px;
}
.office ul li img{
	padding:0 !important;
	margin:0;
	border:none;
}
.office ul li:nth-last-child(1){
	text-align:center;
}
.customized{
	background-color:#2868c8;
	color:white;
	font-size:16px;
}
.customized_content{
	width:1000px;
	margin:auto;
	padding-bottom:70px;
}
.customized h2{
	color:white;
}
.customized_left{
	float:left;
}
.customized_right{
	float:right;
}
.customized ul i{
	width:10px;
	height:10px;
	background-color:#ffffbf;
	display:inline-block;
	margin-right:10px;
}
.customized ul p{
	padding:17px 0 45px 0;
}
.customized ul span{
	font-weight:bold;
}
.customized ul .consulting_btn{
	display:block;
	width:170px;
	height:50px;
	line-height:50px;
	border-radius:4px;
	font-size:20px;
	font-weight:bold;
	color:white;
	text-align:center;
	background-image:linear-gradient(to right,#529ff7,#3572fe);
}

/* 产品介绍 人工智能考试系统 */
.exam_feature{
	overflow:hidden;
	padding-bottom:32px;
}
.exam_feature ul{
	width:1200px;
	margin:auto;
}
.exam_feature li{
	width:384px;
	height:427px;
}
.exam_feature div{
	width:310px;
	margin:22px auto auto auto;
}
.exam_feature div p{
	font-weight:normal;
	font-size:16px;
	text-align:left;
	line-height:34px;
}
.exam_feature ul li .feature_icon1{
	background:url(../images/icon.png) -103px -241px no-repeat;
	width:102px;
	height:82px;
}
.exam_feature ul li .feature_icon2{
	background:url(../images/icon.png) 0 -333px no-repeat;
	width:86px;
	height:85px;
	margin-bottom:35px;
}
.exam_feature ul li .feature_icon3{
	background:url(../images/icon.png) 0 -244px no-repeat;
	width:93px;
	height:79px;
	margin-bottom:41px;
}
.exam_feature ul li .feature_icon4{
	background:url(../images/icon.png) -308px -237px no-repeat;
	width:107px;
	height:86px;
}
.exam_feature ul li .feature_icon5{
	background:url(../images/icon.png) -337px -150px no-repeat;
	width:93px;
	height:79px;
	margin-bottom:47px;
}
.exam_feature ul li .feature_icon6{
	background:url(../images/icon.png) -216px -236px no-repeat;
	width:82px;
	height:87px;
	margin-bottom:39px;
}
.exam_feature div .feature_info i{
	background:url(../images/icon.png) -262px -20px no-repeat;
	width:5px;
	height:4px;
	float:left;
	margin:14px 7px 0;
}
.details_fun li{
	width:281px;
	height:209px;
}
.details_fun li:nth-child(1),
.details_fun li:nth-child(2),
.details_fun li:nth-child(3){
	margin:0 25px 10px 0;
}
.details_fun li:nth-child(4){
	margin-bottom:25px;
}
.details_fun li:nth-child(5),
.details_fun li:nth-child(6),
.details_fun li:nth-child(7){
	margin-right:25px;
}
.details_fun i{
	background:url(../images/icon.png) no-repeat;
}
.details_fun li:nth-child(1) i{
	background-position:-165px -564px;
	width:51px;
	height:34px;
	margin:0 10px 10px 0;
}
.details_fun li:nth-child(2) i{
	background-position:-257px -675px;
	width:40px;
	height:41px;
}
.details_fun li:nth-child(3) i{
	background-position:-112px -562px;
	width:46px;
	height:45px;
}
.details_fun li:nth-child(4) i{
	background-position:0 -617px;
	width:41px;
	height:39px;
}
.details_fun li:nth-child(5) i{
	background-position:-226px -565px;
	width:51px;
	height:42px;
}
.details_fun li:nth-child(6) i{
	background-position:-57px -565px;
	width:46px;
	height:45px;
}
.details_fun li:nth-child(7) i{
	background-position:0 -565px;
	width:47px;
	height:42px;
}
.details_fun li:nth-child(8) i{
	background-position:-342px -565px;
	width:53px;
	height:43px;
}

/* 人才招聘 */
.recruit{
	width:1200px;
	margin:auto;
}
.recruit h2{
	padding-top:46px;
	font-size:34px;
	font-weight:400;
}
.recruit .title{
	display:flex;
	justify-content:space-between;
	font-size:16px;
	color:#666;
	padding:20px 0;
}
.recruit .list li{
	background:#f4f4f4 url(../images/recruit1.jpg) no-repeat right center;
	overflow:hidden;
	transition:all .5s ease-in-out 0s;
	cursor:pointer;
	margin:20px 0;
}
.recruit .list .sketch{
	display:flex;
	padding:20px 0;
}
.recruit .list .post,
.recruit .list .post img{
	margin:auto;
}
.recruit .list .post{
	border-right:1px dashed #333;
	padding:0 20px;
	width:18%;
	text-align:center;
}
.recruit .list .post p{
	padding-top:20px;
	font-size:18px;
	color:#000;
}
.recruit .list .info{
	flex:1;
	padding-left:40px;
	font-size:16px;
	line-height:33px;
	color:#666;
	display:flex;
	flex-direction:column;
	justify-content:center;
}
.recruit .list li .details{
	display:none;
	border-top:1px solid #ccc;
	margin-left:20px;
	margin-right:50px;
	padding-top:20px;
}
.recruit .list li .details h6{
	font-size:18px;
}
.recruit .list li .details div p{
	font-size:16px;
	line-height:32px;
}

/* 底部信息 */
.footer{
	width:100%;
	position:relative;
	overflow:hidden;
	background-color:#2D2D2D;
	padding-bottom:32px;
}
.footer .content-flexible{
	width:1070px;
	margin:auto;
}
.footer-t{
	width:100%;border-bottom:#5D5D5D solid 1px;
	padding-bottom:20px;margin-top:20px;
}
.footer-t li{
	display:inline-block;
	width:150px;
}
.footer-t li a{
	display:inline-block;
	height:14px;
	line-height:14px;
	color:white;
}
.footer-t li a:hover{
	text-decoration:none;
}
.footer .add{
	display:inline-block;margin-top:10px;
}
.footer .add dt,
.footer .add dd{
	display:inline-block;
}
.footer .add dt{
	padding-right:20px;
}
.footer .add dd p{
	color:#dedbdb;
	line-height:29px;
}
.footer .tel{
	color:#dedbdb;
	float:right;
	line-height:38px;
}
.footer .tel .num{
	font-size:26px;
}

/* 底部版权 */
.copyright{
	background-color:#2D2D2D;
	padding:20px 0;
	color:#8e8b8b;
	text-align:center;
}

/* right-box右边客服 */
.index-right-box{
	width:48px;
	right:20px;
	bottom:80px;
	position:fixed;
	z-index:10;
}
.index-right-box li{
	margin-bottom:10px;
	position:relative;
}
.index-right-box .rbox-a{
	width:48px;
	height:48px;
	border-radius:5px;
	color:#666;
	display:inline-block;
	font-size:12px;
	background-color:#fff;
	text-align:center;
}
.index-right-box li:hover .rbox-a{
	background-color:#F66450;
	color:#fff;
}
.index-right-box .rbox-a i{
	display:inline-block;
	background:url(../images/icon.png) no-repeat;
	margin-top:4px;
}
.index-right-box .rbox-i1{
	width:24px;
	height:24px;
}
.index-right-box li:hover .rbox-i1{
	background-position:-34px 0;
	width:24px;
	height:24px;
}
.index-right-box .rbox-a .rbox-i2{
	background-position:-68px -4px;
	width:24px;
	height:20px;
}
.index-right-box li:hover .rbox-i2{
	background-position:-102px -4px;
	width:24px;
	height:20px;
}
.index-right-box .rbox-a .rbox-i3{
	background-position:-136px -1px;
	width:19px;
	height:23px;
}
.index-right-box li:hover .rbox-i3{
	background-position:-165px -1px;
	width:19px;
	height:23px;
}
.index-right-box li .rbox-a .rbox-i4{
	background-position:-196px -10px;
	margin-top:16px;
	width:23px;
	height:13px;
}
.index-right-box li:hover .rbox-i4{
	background-position:-229px -10px;
	margin-top:16px;
	width:23px;
	height:13px;
}
#right-gotop{
	display:list-item;
}
.rbox-weixin-wrap,
.rbox-qq-wrap,
.rbox-phone-wrap{
	width:219px;
	display:none;
	color:#666;
	position:absolute;
	left:-108px;
	top:0;
	z-index:21;
	background-color:white;
}
.rbox-qq-wrap,
.rbox-phone-wrap{
	width:140px;
	font-size:16px;
	font-weight:bold;
	left:-150px;
	text-align:center;
	line-height:48px;
}
.index-right-box li:hover .rbox-weixin-wrap,
.index-right-box li:hover .rbox-qq-wrap,
.index-right-box li:hover .rbox-phone-wrap{
	display:block;
}
.rbox-weixin-wrap{
	width:97px;
}
.rbox-weixin-wrap ul{
	padding:13px 18px 5px;
}
.rbox-weixin-wrap li{
	height:20px;
	width:100%;
	margin:8px 0px;
	display:inline-block;
}
.rbox-weixin-wrap li a{
	display:inline-block;
	color:#666;
	line-height:20px;
}
.rbox-weixin-wrap li a:hover{
	color:#F66450;
}
.rbox-weixin-wrap li span{
	display:inline-block;
	float:left;
	text-align:center;
}
.rbox-boxshadow{
	box-shadow:0px 0px 4px 1px rgb(224, 224, 224);
	-moz-box-shadow:0px 0px 4px 1px rgb(224, 224, 224);
	-ms-box-shadow:0px 0px 4px 1px rgb(224, 224, 224);
}

/* 分页 */
.page{
	padding-top:20px;
}
.page>span{
	font-size:16px;
	margin:0 5px;
	border:1px solid #ccc;
	padding:2px 8px;
}
.page span a:hover,.page span .on{
	color:#2f6df6;
}