@charset "utf-8";
/*
    Document   : CSS样式初始化
    Created on : 2016.7.23
    Author     :
    Description:
        CSS样式表的初始化，全局样式设置。部分样式属性请根据具体页面重置其属性
        导入方式：<link href="css/common.css" rel="stylesheet" type="text/css" />
*/
/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button {margin:0;padding:0}  /* 初始化标签在所有浏览器中的margin、padding值 */
fieldset,img {border:0 none}  /* 重置fieldset（表单分组）、图片的边框为0*/
dl,ul,ol,menu,li {list-style:none}   /* 重置类表前导符号为onne,menu在HTML5中有效 */
blockquote, q {quotes: none}   /* 重置嵌套引用的引号类型 */
blockquote:before, blockquote:after,q:before, q:after {content:'';content:none}  /* 重置嵌套引用*/
input,select,textarea,button {vertical-align:middle}  /* 重置表单控件垂直居中*/
button {border:0 none;background-color:transparent;cursor:pointer}  /* 重置表单button按钮效果 */
body {background:#fff}   /* 重置body 页面背景为白色 */
body,th,td,input,select,textarea,button {font-size:12px;line-height:1 ;font-family:"微软雅黑", "黑体","宋体";color:#666} /* 重置页面文字属性 */
a {color:#666;text-decoration:none}  /* 重置链接a标签 */
a:active, a:hover {text-decoration:none}   /* 重置链接a标签的鼠标滑动效果 */
address,caption,cite,code,dfn,em,var {font-style:normal;font-weight:normal}  /* 重置样式标签的样式 */
caption {display:none;}    /* 重置表格标题为隐藏 */
table {width:100%;border-collapse:collapse;border-spacing:0;table-layout:fixed;}    /* 重置table属性 */
img{vertical-align:top}  /* 图片在当前行内的垂直位置 */
 
.container-fluid,.container{
	padding: 0;
}
.row{
	margin: 0;
}
.topbox{
	background: #f2f2f2;
	line-height: 30px;
}
.top01{
	float: left;
	color: #404040;
	font-size: 14px;
}
.top02{
	float: right;
}
.top02 a{
	color:#404040;
	font-size: 14px;
}
.tel span{
	display: block;
	color: black;
	font-size: 16px;
	line-height: 30px;
	padding-left: 30px;
}
.tel p{
	color: #212164;
	font-size: 24px;
	line-height: 30px;
	text-align: right;
}
.tel img{
	padding: 10px 0;
	float: right;
}
.logobox{
	margin: 40px auto;
}
.navbox{
	background: url(../img/nav01.jpg) no-repeat center center;
	padding-top:23px ;
	padding-bottom: 22px;
}
.navbox li{
	float: left;
	width: 12.5%;
	text-align: center;
	border-right: solid 1px white;
}
.navbox a{
	color: white;
	font-size: 16px;
}
.navbox li:hover a{
	color: #fef500;
}
.probox{
	margin: 60px auto;
}
.proflbt{
	background: #0569c8;
	height: 100px;
	color: white;
	text-align: center;
	padding-top: 25px;
}
.proflbt span{
	font-size: 22px;
	
}
.proflbt p{
	font-size: 14px;
	line-height: 30px;
}
.proflC{
	border: solid 2px #626262;
	padding: 0 20px;
}
.profl01{
	color: black;
	font-size: 16px;
	text-align: center;
	line-height: 60px;
	background: #e5e5e5;
	border-radius: 10px;
	margin: 10px 0;
}

.profl02 li{
	line-height: 36px;
	border-bottom: dashed 1px #b5b5b5;
	text-align: left;
	position: relative;
	transition: all 0.3s;
}
.profl02 a{
	color: #666666;
	font-size: 16px;
	padding-left: 20px;
	display: block;
}
.profl02 img{
	padding: 10px 0;
	position: absolute;
}
.icon02{
	display: none;
}
.profl02 li:hover{
	background: #042b87;
	padding-left: 15px;
	transition: all 0.3s;
}
.profl02 li:hover a{
	color: white;
}
.profl02 li:hover .icon02{
	display: block;
}
.profl02 li:hover .icon01{
	display: none;
}
.proCbt{
	line-height: 30px;
	border-bottom: solid 1px #7d7d7d;
	padding-bottom: 10px;
	margin-top: 35px;
	margin-bottom: 20px;
}
.proCbt span{
	float: left;
	color: black;
	font-size: 22px;
	
}
.proCbt a{
	color: #999999;
	float: right;
	font-size: 14px;
}
.proC01 span{
	display: block;
	text-align: center;
	color: black;
	font-size: 14px;
	line-height: 50px;
}
.aboutbt,.casebt{
	text-align: center;
	background: url(../img/about01.png) no-repeat center center;
	margin-bottom: 45px;
}
.aboutbt span,.casebt span{
	color: black;
	font-size: 22px;
}
.aboutbt p,.casebt p{
	color: black;
	font-size: 14px;
	line-height: 30px;
}
.about02 p{
	color: #666666;
	font-size: 14px;
	line-height: 30px;
}
.aboutmore{
	width: 170px;
	line-height: 48px;
	border: solid 2px #042b87;
	border-radius: 24px;
	float: right;
	margin-top: 70px;
}
.aboutmore a{
	color: #042b87;
	font-size: 16px;
	display: block;
	text-align: center;
}
.casebox{
	margin: 60px auto;
}
.casebt{
	margin-bottom: 40px;
}
.g2 img{
	padding: 0 10px;
	
}
.casemore{
	width: 170px;
	line-height: 48px;
	margin: 0 auto;
	border: solid 2px #0569C8;
	border-radius: 24px;
	margin-top: 40px;
}
.casemore a{
	color: #0569c8;
	font-size: 16px;
	display: block;
	text-align: center;
}
.new01bt{
	margin-bottom: 40px;
}
.new01bt div{
	background: #0569c8;
	width: 361px;
	line-height: 60px;
	float: left;
}
.new01bt p{
	text-align: center;
	color: white;
	font-size: 22px;
}
.new01bt span{
	font-size: 16px;
}
.new01bt{
	border-bottom: solid 1px #bfbfbf;
}
.new01bt a{
	float: right;
	color: #999999;
	font-size: 14px;
	line-height: 60px;
}
.new01R li{
	line-height: 45px;
	border-bottom: dashed 2px #626262;
	position: relative;
	transition: all 0.3s;
}
.new01R img{
	padding: 15px 7px;
	position: absolute;
}
.new01R a{
	color: black;
	font-size: 14px;
	margin-left: 35px;
}
.new01R span{
	float: right;
	color: #575757;
	font-size: 12px;
}
.icon4{
	display: none;
	
}
.new01R li:hover{
	background: #042b87;
	padding:0 10px;
	transition: all 0.3s;
}
.new01R li:hover a{
	color: white;
}
.new01R li:hover .icon4{
	display: block;
}
.new01R li:hover .icon3{
	display: none;
}
.new01R li:hover span{
	color: white;
}
.cjwtbt span{
	color: black;
	font-size: 22px;
	line-height: 60px;
}
.cjwtbt a{
	color: #999999;
	font-size: 14px;
	line-height: 60px;
	float: right;
}
.new01{
	padding-right: 50px;
}
.cjwtbt{
	border-bottom: solid 1px #bfbfbf;
}
.new03 span{
	width: 26px;
	line-height: 26px;
	color: white;
	font-size: 14px;
	text-align: center;
	display: inline-block;
	margin-right: 10px;
}

.new03{
	border-bottom: dashed 1px #626262;
	padding-bottom: 20px;
	margin: 20px 0;

}
.problem{
	background:#0569c8 ;
}
.answer{
	background: #bfbfbf;
}
.link{
	margin-top: 50px;
	margin-bottom: 10px;
	border-bottom: solid 1px #535353;
	padding-bottom: 10px;
	line-height: 22px;
}
.link a{
	color: black;
	font-size: 14px;
}
.footerbox{
	background: #1b1b1b;
	padding-top: 20px;
	margin-top:80px ;
}
.footernav{
	width: 800px;
	margin: 0 auto;
	border-bottom: solid 1px #535353;
}
.footernav li{
	float: left;
	width: 100px;
	text-align: center;
	line-height: 30px;
}
.footernav a{
	color: white;
	font-size: 14px;
}
.footer02{
	padding-left: 50px;
}
.footer02 p{
	color: white;
	font-size: 16px;
	line-height: 40px;
}
.footer04 span{
	display: block;
	text-align: center;
	color: white;
	font-size: 14px;
	line-height: 35px;
}
.footerC{
	margin-top: 30px;
	padding-bottom: 20px;
	border-bottom: solid 1px #f3f3f1;
}
.youhua{
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	color: white;
}
/*移动端CSS*/
.sjprobox{
	margin: 20px auto;
}
.sjprobt,.sjaboutbt,.sjcasebt,.sjnewbt{
	margin-bottom: 20px;
}
.sjprobt span,.sjaboutbt span,.sjcasebt span,.sjnewbt span{
	display: block;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: black;
}
.sjproC span,.sjcaseC span{
	display: block;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
}
.sjaboutC{
	padding: 0 10px;
}
.sjaboutC p{
	color: black;
	font-size: 14px;
	line-height: 30px;
	text-indent: 2em;
}
.sjcasebox{
	margin: 20px auto;
}
.sjnewC{
	padding: 0 10px;
}
.sjnewC li{
	line-height: 45px;
	border-bottom: dashed 1px #CCCCCC;
}
.sjnewC span{
	float: right;
	color: black;
	font-size: 14px;
}
.sjnewC a{
	color: black;
	font-size: 14px;
}
.sjfooterbox{
	background: black;
	padding: 20px 10px;
	color: white;
	font-size: 14px;
	line-height: 30px;
}
