/*头部导航*/
.nav{
	width:71.3%;position:absolute;
	top:2.1vh;left:50%;margin-left:-37.5%;z-index: 1000;
	display: flex;display: -webkit-flex;justify-content: space-between;
	-webkit-justify-content: space-between;align-items: center;
	-webkit-align-items: center;
}
.nav section{
	display: flex;display: -webkit-flex;justify-content: flex-end;
	-webkit-justify-content: flex-end;
}
.nav h5{
	font-size:0.9vw;;color:#ffffff;font-weight: 300;margin-left:2.2vw;
}
.nav div{
	width:17.8%;
}
.banner{
	position:relative;
}
.banner>div{
	width:100%;
}
.banner-nav{
	position:absolute;background-color: rgba(0,0,0,0.2);width:100%;
	bottom:0;padding:2.3vh 14%;box-sizing: border-box;display: flex;display: -webkit-flex;
	justify-content: space-between;-webkit-justify-content: space-between;
}
.banner-nav .banner-nav-one{
	border-left:1px solid #778597;border-right: 1px solid #778597;
	width:36.7%;padding:0 2.4vw;box-sizing: border-box;
}
.banner-nav .banner-nav-one section{
	display: flex;display: -webkit-flex;align-items:center;
}
.banner-nav .banner-nav-one section h5{
	font-size:1vw;color:#ffffff;font-weight: 100;
}
.banner-nav .banner-nav-one section>div{
	width:3.6%;margin-left:0.6vw;
}
.banner-nav .banner-nav-one .banner-nav-one-content{
	flex-wrap: wrap;
	-webkit-flex-wrap:wrap ;
}
.banner-nav .banner-nav-one .banner-nav-one-content a{
	font-size:0.9vw;color:#FFFFFF;font-weight: 100;margin-right:1.1vw;
	margin-top:1.8vh;
}
.banner-nav .banner-nav-two{
	display: flex;display: -webkit-flex;width:19.8%;
	padding:0 2.4vw;padding-top:1.7vh;flex-wrap: wrap;
	-webkit-flex-wrap:wrap ;box-sizing: border-box;
	justify-content: space-between;-webkit-justify-content: space-between;
}
.banner-nav .banner-nav-two a{
	font-size:1vw;color:#FFFFFF;font-weight: 100;
}
.banner-nav .banner-nav-three{
	flex:1;border-left:1px solid #778597;border-right: 1px solid #778597;
	display: flex;display: -webkit-flex;
	padding:0 2.4vw;padding-top:1.7vh;flex-wrap: wrap;
	-webkit-flex-wrap:wrap ;box-sizing: border-box;
	justify-content: space-between;-webkit-justify-content: space-between;
}
.banner-nav .banner-nav-three a{
	font-size:1vw;color:#FFFFFF;font-weight: 100;
}
/*服务简介*/
.service-intro{
	background-color:#f2f4f7;padding:5.2vh 0;
}
.service-intro .service-intro-content{
	width:71.3%;margin-left:auto;margin-right:auto;display: flex;
	justify-content: space-between;-webkit-justify-content: space-between;
}
.service-intro .service-intro-content>div{
	width:3.3%;
}
.service-intro .service-intro-content>section{
	width:94.3%;
}
.service-intro .service-intro-content section h4{
	font-size:1.35vw;color:#333333;font-weight: 500;
	margin-top:1.2vh;letter-spacing:2px;
}
.service-intro .service-intro-content section p{
	font-size:0.9vw;color:#666666;font-weight: normal;
	margin-top:1.8vh;line-height:2.9vh;
}
/*服务特点*/
.service-character{
	width:71.3%;margin-left:auto;margin-right:auto;margin-top:5.3vh;
	padding-bottom: 7vh;
}
.service-character .character-title{
	font-size:2vw;line-height:2vw;text-align: center;
	font-weight: 550;letter-spacing:5px;
}
.service-character .character-content{
	display: flex;display: -webkit-flex;justify-content: space-between;
	-webkit-justify-content: space-between;flex-wrap: wrap;-webkit-flex-wrap: wrap;
}
.service-character .character-content .one-character{
	width:26.5%;
}
.one-character>div{
	width:17%;height:13vh;display: flex;display: -webkit-flex;
	margin-left:auto;margin-right:auto;align-items: center;
	-webkit-align-items: center;
}
.one-character>h5{
	font-size:1vw;font-weight:500;text-align: center;
}
.one-character>p{
	font-size:0.9vw;color:#666666;line-height:2.8vh;margin-top:2.7vh;
}
/*实例类型*/
.living-example{
	background-color: #f2f4f7;
	padding-top:5.3vh;
	padding-bottom:7.4vh;
}
.living-example .character-title{
	font-size:2vw;line-height:2vw;text-align: center;
	font-weight: 550;padding-bottom:0.5vh;letter-spacing:5px;
}
.living-example .one-living-example{
	width:71.3%;margin-left:auto;margin-right:auto;border:1px solid #dedede;
	display: flex;display:-webkit-flex;margin-top:3vh;
}
.one-living-example-L{
	width:35.8%;background-color:#e2f4fc;
	padding:0 2.9vw;box-sizing: border-box;
	padding-bottom:3.5vh;
}
.one-living-example-L section{
	margin-top:3.5vh;
}
.one-living-example-L section h4{
	font-size:1.1vw;color:#333333;font-weight: 500;
}
.one-living-example-L section h5{
	font-size:0.9vw;color:#666666;font-weight:200;
	margin-top:1.6vh;
}
.one-living-example-R{
	flex:1;background-color: #FFFFFF;display: flex;display: -webkit-flex;
	align-items: center;-webkit-align-items: center;
}
.one-living-example-R>section{
    margin-left:4.7vw;
}
.one-living-example-R>section h5{
	font-size:0.9vw;color:#666666;font-weight: 100;
}
.one-living-example-R>section h4{
	font-size:1.2vw;color:#333333;font-weight: 100;
	margin-top:1.4vh;
}
.one-living-example-R>.toBuy{
	margin-left:10vw;
}
.one-living-example-R>.toBuy>div{
	display: flex;display:-webkit-flex;
	align-items: center;-webkit-align-items: center;
}
.one-living-example-R>.toBuy>div h3{
	font-size:1.4vw;color:#f66f6a;font-weight: 500;
}
.one-living-example-R>.toBuy>div h5{
	font-size:1vw;color:#333333;font-weight: normal;
}
.one-living-example-R>.toBuy>a{
	width:8.3vw;text-align: center;
	line-height:4.8vh;background-color: #f66f6a;
	color:#ffffff;font-size:1vw;border-radius: 5px;
	margin-top:1.2vh;
}
/*大数据解决方案*/
.solution{
	margin-top:5.5vh;padding-bottom:7.2vh;border-bottom:1.8vh solid #f2f4f7;
}
.solution .solution-title{
	font-size:2vw;line-height:2vw;text-align: center;
	font-weight: 550;letter-spacing:5px;
}
.solution-content{
	display: flex;display: -webkit-flex;
	margin-top:4.2vh;width:71.3%;margin-left:auto;
	margin-right:auto;justify-content: space-between;
	-webkit-justify-content: space-between;
}
.one-solution{
	border:1px solid #dcdcdc;width:31.4%;
	padding-bottom:4.7vh;
}
.one-solution>div{
	height:16.4vh;width:15.8%;margin-left:auto;
	margin-right:auto;display: flex;display: -webkit-flex;
	align-items: center;-webkit-align-items: center;
}
.one-solution h5{
	font-size:1.45vw;color:#333333;text-align: center;
	font-weight: 500;
}
.one-solution p{
	font-size:1vw;color:#666666;width:79%;margin-left:auto;
	margin-right:auto;margin-top:3.5vh;line-height:3.3vh;letter-spacing:2px;
}
/*网络安全管理中优势*/
.advantage{
	background-color:#f2f4f7;padding-top:5.5vh;padding-bottom:8.7vh;
	
}
.advantage .advantage-title{
	font-size:2vw;line-height:2vw;text-align: center;
	font-weight: 550;letter-spacing:5px;
}
.advantage .all-advantage{
	width:71.3%;margin-left:auto;margin-right:auto;
	padding-top:1.7vh;
}
.all-advantage .one-advantage{
	display: flex;display: -webkit-flex;
	margin-top:2.7vh;
}
.one-advantage-L{
	background-color:#e2f4fc;width:19%;
	display: flex;display: -webkit-flex;
	align-items: center;-webkit-align-items:center;
	justify-content: center;-webkit-justify-content: center;
	padding:3.7vh 0;
}
.one-advantage-L>div{
	width:14.6%;
}
.one-advantage-L>section{
	margin-left:1.1vw;
}
.one-advantage-L h5{
	font-size:1.1vw;color:#333333;font-weight: 200;
}
.one-advantage-L h6{
	font-size:1.1vw;color:#333333;font-weight: 200;margin-top:2vh;
}
.one-advantage-R{
	background-color:#FFFFFF;flex:1;padding:4.9vh 4.4vw;
	box-sizing: border-box;
}
.one-advantage-R p{
	font-size:0.9vw;color:#666666;line-height:3.3vh;
}
.one-advantage-industrial{
	background-color:#FFFFFF;flex:1;display: flex;padding:2.4vh 6.5vw;
	justify-content: space-between;-webkit-justify-content: space-between;
	align-items: center;-webkit-align-items: center;
}
.one-advantage-industrial>section{
	height:8.5vh;border-left:1px solid #e0e0e0;
}
.one-advantage-industrial>div{
	width:37.6%;
}
.one-advantage-industrial>div h5{
	font-size:0.9vw;color:#333333;
}
.one-advantage-industrial>div p{
	font-size:0.8vw;color:#666666;line-height:3vh;
}
/*等级保护*/
.service-process{
	background-image: url(../images/product-service/grade-protection/bg.png);
	background-repeat:no-repeat; background-size:100% 100%;-moz-background-size:100% 100%;
	padding-top:5.4vh;padding-bottom:5vh;
}
.service-process .process-title{
	font-size:2vw;line-height:2vw;text-align: center;
	font-weight: 550;letter-spacing:5px;
}
.process-content{
	width:71.3%;margin-left:auto;margin-right:auto;
	display: flex;display: -webkit-flex;
	justify-content: space-between;-webkit-justify-content: space-between;
	margin-top:4vh;
}
.process-content>div{
	display: flex;display:-webkit-flex;align-items: center;
	-webkit-align-items: center;
}
.process-content .one-process{
	width:22%;background-color:#FFFFFF;box-shadow:0 0 10px #d1d3d5;
	padding-top:4.6vh;padding-bottom: 5.5vh;
}
.process-content .one-process>div{
	height:12.3vh;
	width:20%;margin-left:auto;margin-right:auto;
	display: flex;display: -webkit-flex;
	align-items: center;-webkit-align-items: center;
}
.process-content .one-process>h5{
	font-size:1.25vw;color:#333333;font-weight: 300;
	text-align: center;
}
.process-content .one-process>.fenge{
	width:13.7%;margin-left:auto;margin-right:auto;
	height:2px;background-color:#0092d8;margin-top:1.8vh;
}
.process-content .one-process>p{
	width:63%;margin-left:auto;
	margin-right:auto;margin-top:2.8vh;
	font-size:1vw;color:#666666;font-weight:200;
}
/*关键信息基础设施*/
.how-confirm{
	background-color:#f2f4f7;padding-top:5.4vh;padding-bottom:9vh;
}
.how-confirm .confirm-title{
	font-size:2vw;line-height:2vw;text-align: center;
	font-weight: 550;letter-spacing:5px;
}
.one-classify{
	margin-top:7vh;width:75.6%;margin-left:auto;
	margin-right:auto;
}
.one-classify .one-classify-title{
	position:relative;
}
.one-classify .one-classify-title>div{
	position:absolute;width:18%;bottom:0;left:0;
}
.one-classify .one-classify-title h4{
	font-size: 1vw;color:#333333;font-weight:normal;
}
.one-classify .one-classify-content h5{
	font-size:0.9vw;color:#333333;margin-top:2vh;
	font-weight: 200;
}
.one-classify .one-classify-content h4{
	font-size:0.9vw;color:#333333;margin-top:2vh;
	font-weight:500;
}
.one-classify .one-classify-content p{
	font-size:0.9vw;color:#333333;margin-top:2vh;
	font-weight: 200;line-height:2.8vh;
}
.one-classify .one-classify-content li{
	font-size:0.9vw;color:#333333;margin-top:1.6vh;
	font-weight: 200;
}
/*软件测评服务范围*/
.service-scope{
	padding-top:5.5vh;background-color:#f2f4f7 ;
	padding-bottom:9.5vh;
}
.service-scope .service-scope-content{
	font-size:2vw;line-height:2vw;text-align: center;
	font-weight: 550;letter-spacing:5px;
}
.all-service-scope{
	width:71.3%;margin-left:auto;margin-right:auto;margin-top:4.2vh;
}
.all-service-scope .one-service-scope{
	border-bottom:1px solid #ced0d1;
}
.all-service-scope .one-service-scope .one-service-scope-title{
	background-color:#ffffff;display: flex;display: -webkit-flex;
	padding:3.2vh 2.4%;box-sizing: border-box;align-items: center;
	-webkit-align-items: center;
}
.all-service-scope .one-service-scope .one-service-scope-title>div{
	width:3.8%;
}
.all-service-scope .one-service-scope .one-service-scope-title>.off-logo{
	display: block;
}
.all-service-scope .one-service-scope .one-service-scope-title>.on-logo{
	display: none;
}
.all-service-scope .one-service-scope .one-service-scope-title>section{
	margin-left:1.56vw;
}

.all-service-scope .one-service-scope .one-service-scope-title>section h4{
	font-size:1.1vw;color:#333333;font-weight: 200;
}
.all-service-scope .one-service-scope .one-service-scope-title>section h5{
	font-size:0.9vw;color:#666666;font-weight: 200;margin-top:1.6vh;
}
.all-service-scope .one-service-scope .one-service-scope-content{
	padding:0 2.4%;box-sizing: border-box;padding-top:4px;padding-bottom:3.7vh;
	background-color:#fee098;display:none;
}
.all-service-scope .one-service-scope .one-service-scope-content>section{
	margin-top:3.3vh;
}
.all-service-scope .one-service-scope .one-service-scope-content>section h4{
	font-size:1.25vw;color:#333333;font-weight:400;
}
.all-service-scope .one-service-scope .one-service-scope-content>section h5{
	font-size:0.9vw;color:#666666;font-weight: normal;margin-top:1.5vh;
	line-height: 3.1vh;
}
.all-service-scope .one-service-scope-on .one-service-scope-title>.off-logo{
	display:none;
}
.all-service-scope .one-service-scope-on .one-service-scope-title>.on-logo{
	display: block;
}
.all-service-scope .one-service-scope-on .one-service-scope-content{
	display:block;
}
.all-service-scope .one-service-scope-on .one-service-scope-title{
	background-color:#fac413;
}
.all-service-scope .one-service-scope-on .one-service-scope-title>section h4{
	color:#213c60;
}
.all-service-scope .one-service-scope-on .one-service-scope-title>section h5{
	color:#213c60;
}
/*法律法规列表*/
.law-list{
	width:71.4%;margin-left:auto;margin-right:auto;padding-top:5.5vh;
	padding-bottom:6vh;
}
.law-list .law-list-title{
	font-size:2vw;line-height:2vw;text-align: center;
	font-weight: 550;letter-spacing:5px;
}
.law-list-content{
	margin-top:1.5vh;
}
.law-list-content>.one-lay{
	margin-top:4.2vh;
}
.law-list-content>.one-lay .one-lay-title{
	position:relative;display: inline-block;
}
.law-list-content>.one-lay .one-lay-title:hover div{
	opacity: 1;
}
.law-list-content>.one-lay .one-lay-title>div{
	position:absolute;left:0;bottom:0;opacity: 0;
}
.law-list-content>.one-lay .one-lay-title a{
	position:relative;z-index: 555;display: inline-block;
}
.law-list-content>.one-lay .one-lay-title h4{
	font-size:0.9vw;color:#333333;font-weight: 400;display: inline-block;
}
.law-list-content>.one-lay p{
	font-size:0.8vw;color:#666666;font-weight: normal;
	margin-top:2.2vh;
}
