/* 这里定义浏览器重复样式 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td,
article, aside, summary, details, figcaption, figure, footer, header, hgroup, menu, nav, section{ 
	margin: 0; 
	padding: 0;
}
article, aside, summary, details, figcaption, figure, footer, header, hgroup, menu, nav, section{
  display: block;
}
table{ 
	border-collapse:collapse; 
	border-spacing:0;
}
fieldset,img { 
	border: 0; 
	vertical-align: middle;
}
address,caption,cite,code,dfn,em,strong,th,var { 
	font-style: normal; 
	font-weight: normal;
}
ul,ol{
	/*
	IE6 IE7 IE8(Q) 中如果列表元素设置 'list-style-type:none' 时 'list-style-position:inside' 设置产生的标记框不消失，依然占据布局位置。
	http://www.w3help.org/zh-cn/causes/RG1002
	*/
	list-style:outside none none;
}
q:before,q:after { 
	content: '';
}
abbr,acronym { 
	border: 0;
}
input, button, select{ 
	vertical-align: middle;
}
/*常用样式及整体风格*/

/*常用样式*/
.fl{
	float: left;
	display: inline;
}
.fr{
	float: right;
	display: inline;
}
body{background-color:#fff;background-attachment:fixed;background-position:center top;background-repeat:no-repeat;padding:0px;margin:0px;border:0;font: 14px "Microsoft Yahei","Tahoma","SimSun";}
*{padding:0px;margin:0px;border:0;}
ul{list-style:none;}
a{text-decoration:none;color:#252525;}
a:hover{color:#ee842f;}
.clear{clear:both;height:0px;overflow:hidden;}
nav{display:block;}
table{border-collapse:collapse;}
h1,h,h3,h4,h5,h6{font-weight:normal;}
.clearfix{zoom:1}
.clearfix:after{content:".";display:block;clear:both;visibility:hidden;height:0;}
.dis{
	display: none;
}
.page{
	width: 100%;
	max-width: 1920px;
	min-width: 1200px;
}
.climebanner{
	width: 100%;
	background: url(../../images2018/banner.png)no-repeat center center;
	height: 578px;
	position: relative;
}
.content{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.title{
	width: 416px;
	height: 42px;
	background: url(../../images2018/title.png)no-repeat center center;
	position: absolute;
	top: 120px;
}
.describe{
	width: 560px;
	font-size: 14px;
	color: #fff;
	position: absolute;
	top: 185px;
}
.downbtn01:not(.classA){
	display: block;
	width: 140px;
	height: 35px;
	line-height: 35px;
	background: url(../../images2018/btn01.png)no-repeat center center;
	font-size:14px;
	color: #1c248d;
	position: absolute;
	top: 320px;
	text-align: center;
}
.downbtn02:not(.classA){
	display: block;
	width: 140px;
	height: 35px;
	line-height: 35px;
	background: url(../../images2018/btn02.png)no-repeat center center;
	font-size:14px;
	color: #fff;
	position: absolute;
	top: 320px;
	left: 150px;
	text-align: center;
}
.spList{
	width: 100%;
	position: absolute;
	top: 520px;
}
.spList li{
	width: 164px;
	margin: 0 38px;
	float: left;
	text-align: center;
	color: #fff;
	font-size: 12px;

}
.goodAt{
	width: 100%;
	background:#fff;
	height: 640px;
}
.subTitle{
	width: 100%;
	font-size: 24px;
	color: #0020ff;
	height: 40px;
	padding-top: 60px;
	line-height: 40px;
	text-align: center;
}
.leftImg{
	width: 596px;
	height: 550px;
	float: left;
}
.rContent{
	width: 571px;
	height: 380px;
	float: left;
	margin-left: 20px;
}
.discModel{
	width: 100%;
	height: 255px;
	background: url(../../images2018/discModel.png)no-repeat center 15px;
	margin-top: 45px;
	position: relative;
}
.discModel ul.ulTitle{
	width: 100%;
	text-align: left;
	margin-left: 25px;
	margin-bottom: 20px;
}
.discModel ul.ulTitle li{
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #5488eb;
	font-size: 18px;
}
.discModel p{
	width: 90%;
	margin-left: 5%;
	font-size: 14px;
	color: #666666;
	text-indent: 2em;
	margin-top: 10px;
}
.ulList{
	width: 100%;
	font-size: 14px;
	color: #5488eb;
}
.ulList li{
	float: left;
	text-align: center;
	margin-top: 40px;
}
.ulList li.li01{
	width: 180px;
	text-align: left;
	background: url(../../images2018/liR.png)no-repeat center right;
}
.ulList li.li02{
	width: 210px;
	text-align: center;
	background: url(../../images2018/liR.png)no-repeat center right;
}
.ulList li.li03{
	width: 180px;
	text-align: right;
}
.ulList li.li04{
	width: 205px;
	text-align: left;
	background: url(../../images2018/liR.png)no-repeat center right;
}
.ulList li.li05{
	width: 125px;
	text-align: center;
	background: url(../../images2018/liR.png)no-repeat center right;
}
.ulList li.li06{
	width: 240px;
	text-align: right;
}
.caseAnalyze{
	width: 100%;
	background: url(../../images2018/caseBg.png)no-repeat center center;
	height: 1120px;
	position: relative;
}
.titleH3{
	width: 100%;
	font-size: 18px;
	color: #666666;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.checkBox{
	width: 100%;
	height: 847px;
	margin-top: 10px;
	background: url(../../images2018/checkBox.png)no-repeat center center;
}
.checkBox ul{
	width: 100%;
	height: 54px;
	line-height: 54px;
	border-bottom: 1px solid #7fa6f0;
}
.checkBox ul li{
	width: 33.33%;
	float: left;
	text-align: center;	
}
.checkBox ul li.cur{
	height: 59px;
	background: url(../../images2018/hover.png)no-repeat center bottom;
}
.checkBox ul li.cur a{
	color: #3165e5;
}
.checkBox ul li a{
	width: 175px;
	text-align: center;
}
.contentShow{
	width: 100%;
	height: 780px;
}
.contentTop{
	width: 1100px;
	height: 535px;
	margin-left: 80px;
	overflow-y:auto;
	margin-top: 30px;
}
.contentTop p{
	font-size: 12px;
	color: #333333;
	width: 1005px;
	margin-top: 10px;
	line-height: 24px;
}
.contentTop img{
	margin: 5px auto;
}
.contentTop .imgTips{
	font-size: 12px;
	color: #999999;
	text-align: center;
	width: 100%;
	height: 40px;
	line-height: 40px;
}
.contentEnd{
	width: 100%;
	height: 208px;
	margin-left: 80px;
	margin-top: 30px;
}
.contentEnd p{
	font-size: 12px;
	color: #333333;
	width: 1005px;
	margin-top: 30px;
	text-indent: 2em;
	line-height: 24px;
}
.contentEnd p span{
	font-size: 18px;
	color: #0020ff;
}