﻿header{
	height: 80px;
	
	width: 1140px;
	margin: 0 auto;
	line-height: 80px;
}
.header_middle{
	width: 1140px;
	margin: 0 auto;
}
header h1{
	height: 58px;
	width: 166px;
	text-indent:-999em;
	float: left;
	padding:13px 0;
}
header h1 a{
	height: 100%;
	width: 100%;
	display:block;
	background:url(../image/Logo-blue.png) no-repeat;
}
header ul{
	width:650px;
	
	float: left;
	height: 40px;
	line-height:40px;
	margin-top:20px;
	margin-left:300px;
}
header ul li{
	float: left;
	padding-right:75px;
	height:60px;
	position: relative;
}
header ul li .first{
	border-bottom:3px solid #5388FF;
}
header ul li a{
	font-family:'STHeitiSC-Medium';
	font-size:14px;
	color:#333;
	height:37px;
	display:block;
}
header ul li a:hover{
	border-bottom:3px solid #5388FF;
}
header ul li ul{
	display: none;
	z-index:999;
	position: absolute;
	margin-left: 0px;
	width:100%;
	height:160px;
    background: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.20);
    border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
	top:40px;
}

header ul .last{
	margin-right:0;
}
header ul li ul li{
	float: none;
	text-align:center;
	padding:0px;
	height:37px;
	display: block;
}
header ul li ul li a{
	font-family:'STHeitiSC';
}
header ul li ul li a:hover{
	border-bottom:0px;
	color: #5388FF;
}
header ul li:hover ul{
	display:block;
}



body,p{margin:0;padding:0;}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after {
    content: " ";
    display: table;
}

.clearfix:after,
.container:after,
.row:after { clear: both; }

.carousel{
	position:relative;
	margin:0 auto;
}
.carousel div{
	height: 100%;
	display:none;
	opacity:0;
	position:absolute;
	
	
}
.carousel div.active{
	float:left;
	position:static;
	opacity:1;
}
.carousel .spot{
	width: 174px;
	height: 18px;
	position:absolute;
	bottom:15px;
	left: 51%;
	margin-left:-87px;
}
.carousel .spot span{
	width:10px;
	height: 10px;
	float:left;
	margin:0 20px;
	border-radius:50%;
	border:1px solid #fff;
	cursor:pointer;
}

.carousel .spot .spot_on{
	background:#fff;
}


.gsjj{
	height: 390px;
	width:1140px;
	margin:0 auto;
}
.gsjj .gsjj_con{
	margin-top: 60px;
	float: right;
	padding-right:40px;
}
.gsjj .gsjj_con strong{
	display: block;
	height:50px;
	border-bottom:1px solid #f1f1f1;
	width: 120px;
	font-size: 30px;
	color: #000000;
	letter-spacing: 0;
}
.gsjj .gsjj_con p{
	margin:20px 0;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	width: 640px;
}
.gsjj .gsjj_con a{
	border: 1px solid #5388FF;
	border-radius: 100px;
	font-size: 16px;
	color: #5388FF;
	letter-spacing: 0;
	width: 140px;
	height: 40px;
	display: block;
	text-align: center;
	line-height: 40px;
}
.gsjj .gsjj_con a:hover{
	color:#fff;
	background-color:#5388FF;
    box-shadow: 0 2px 20px 0 rgba(113,141,255,0.35);
}
.gsjj .icon_img{
	float: left;
	margin-top:30px;
	padding-left:40px;
}


.zqfw{
	margin:0 auto;
	opacity: 0.89;
	background: #5388FF;
}
.zqfw .zqfw_con{
	text-align: center;
	background: url(../image/zhui.png) no-repeat;
	height: 100px;
	padding-top: 28px;
	padding-bottom: 22px;
}
.zqfw .zqfw_con strong{
	font-family: 'STHeitiSC-Light';
	font-size: 30px;
	color: #FFFFFF;
}
.zqfw .zqfw_con a{
	border: 1px solid #FFFFFF;
	border-radius: 100px;
	width: 140px;
	height: 40px;
	display: block;
	text-align: center;
	line-height: 40px;
	font-family: 'STHeitiSC-Light';
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 0;
	margin:26px auto 0;
}

.zqfw .zqfw_con a:hover{
	background:#ffffff;
	color:#5388FF;
}


.cpfw{
	margin:0 auto;
	width:1140px;
	padding-bottom:40px;
}
.cpfw .cpfw_con{
	text-align: center;
	padding-left:68px;
	padding-top:50px;
	padding-right:68px;
}
.cpfw .cpfw_con strong{
	font-family: 'STHeitiSC-Light';
	font-size: 32px;
	color: #000000;
	letter-spacing: 0;
	display: block;
	margin:0px 0 10px 10px;
}
.cpfw .cpfw_con span{
	display:block;
	font-family: 'ArialMT';
	font-size: 16px;
	color: #999999;
	letter-spacing: 0;
	margin-bottom:34px;
}
.cpfw .cpfw_con ul{

}
.cpfw .cpfw_con ul li{
	padding:35px;
}
.cpfw .cpfw_con ul a{
	display: inline-block;
	width: 476px;
	background: #FFFFFF;
	border: 2px solid #EFEFEF;
	border-radius: 6px;
	text-align: center;
	margin-bottom: 20px;
	margin-right: 20px;
}
.cpfw .cpfw_con ul a:hover{
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.08);
}
.cpfw .cpfw_con ul .mart{
	margin-right: 0;
}

.cpfw .cpfw_con ul li i{
	display: block;
	font-family: 'STHeitiSC-Medium';
	font-size: 20px;
	color: #464648;
	letter-spacing: 0;
		margin-top: 20px;
}
.cpfw .cpfw_con ul li p{
	font-size: 14px;
	color: #707073;
	line-height: 24px;
	margin-top: 16px;	
}



.serve{
	width:100%;
	height: 160px;
	background:url(../image/serve.png) no-repeat center;
	text-align: center;
	margin:0 auto;
	position:relative;
}
.serve strong{
	font-family: 'STHeitiSC-Light';
	font-size: 36px;
	color: #FFFFFF;
	display:inline-block;
	margin:46px 0 10px 10px;
	
}
.serve i{
	font-family: 'ArialMT';
	font-size: 20px;
	color: #999;
	letter-spacing:0px;
}
.serve a{
	width: 30px;
	height: 54px;
	position: absolute;
}
.serve .lef{
	background:url(../image/left.png) no-repeat;
	left: 150px;
	top: 50%;
	margin-top: -27px;
}
.serve .rig{
	background:url(../image/right.png) no-repeat;
	right: 110px;
	top: 50%;
	margin-top: -27px;
}


.exploit{
	
    width: 1140px;
	margin:0 auto;
	height: 440px;
	padding-top:60px;
}
.exploit ul{
	height: 360px;
}
.exploit ul li{
	float: left;
	height: 100%;
	width: 360px;
	padding-right:30px;
	position:relative;
}
.exploit ul .last{
	padding-right:0px;
}
.exploit ul li a{
	position: absolute;
	left: 0;top: 25px;
	width: 122px;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	color: #FFFFFF;
	letter-spacing: 0.3px;
	padding-left:18px;
	background:url(../image/click1.png) no-repeat;
}
.exploit ul li div{
	padding:26px 27px 0 20px;
	width:311px;
	height: 159px;
	border:1px solid #E9E9E9;
	border-top:0;
}
.exploit ul li div strong{
	font-size: 20px;
	color: #000000;
	line-height: 22px;
}
.exploit ul li div p{
	margin-top:16px;
	font-size: 14px;
	color: #666666;
	line-height: 24px;
}


.partner{
	height: 190px;
	width: 1140px;
	margin: 0 auto;
}
.partner .line{
	width: 100%;
	
	border-top:1px solid #DFDFDF;
	padding-top:30px;
}
.partner .line p{
	width: 1140px;
	height: 28px;
}
.partner .line p strong{
	float: left;
	font-size: 24px;
	color: #000000;
	letter-spacing: 0px;
}
.partner .line p .more{
	float: right;
	font-size: 18px;
	color: #3D71E4;
	letter-spacing: 0px;
}
.partner ul{
	height: 50px;
	width: 1140px;
	margin-top:40px;
}
.partner ul li{
	float: left;
	margin-right:63px;
	height: 40px;
	padding-top:10px;
}
.partner ul li a img{
	vertical-align:bottom;
}
.partner ul .first{
	padding:0px;
	height: 50px;
}
.partner ul .last{
	margin:0;
}


.bom{
	width:100%;
	height: 190px;
	background: #212F56;
	padding:30px 0px 0px 0px;
}
.bom ul{
	width: 1140px;
	margin: 0 auto;
	
}
.bom ul li{
	width:292px;
	float: left;
}
.bom ul li strong{
	
	font-size: 16px;
	color: #FFFFFF;
	display:block;
	letter-spacing: 0px;
	margin-bottom:12px;
}
.bom ul li a{
	display:inline-block;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 0px;
	line-height: 28px;
}
.bom ul .last{
	width:150px;
	float: right;
	text-align: center;
}
.bom ul li p{
	margin-top:10px;
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 0px;
}
.bom_last{
	width: 100%;
	margin: 0 auto;
	height: 40px;
	background: #161D32;
	text-align: center;
	line-height: 40px;
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 0px;
}