@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;
}
.top{
	background: #355bb6;
	line-height: 30px;
}
.top01{
	float: left;
	color: white;
	font-size: 14px;
}
.top02{
	float: right;
	
}
.top02 a{
	color: white;
	font-size: 14px;
	
}
.tel span{
	display: block;
	color: #666666;
	font-size: 14px;
}
.tel p{
	color: black;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
}
.logobox{
	margin-top: 33px;
	margin-bottom: 20px;
}
.navp{
	position: relative;
}
.navbox{
	position: absolute;
	width: 100%;
	line-height: 46px;
	background: rgba(0,0,0,0.6);
	z-index: 999;
}
.navbox li{
	float: left;
	width: 14.2%;
	text-align: center;
}
.navbox a{
	color: white;
	font-size: 16px;
}
.projectbox{
	margin-top: 70px;
	margin-bottom: 44px;
}
.projectbt span,.probt span{
	display: block;
	text-align: center;
	font-size: 24px;
	line-height: 40px;
	color: #222222;
}
.projectbt p,.probt p{
	color: #999999;
	font-size: 14px;
	
	text-align: center;
}
.projectbt hr,.probt hr{
	margin: 10px auto;
	border: none;
	height: 1px;
	width: 44px;
	background: #355bb6;
}
.projectbt{
	margin-bottom: 30px;
}
.project01{
	background: #355bb6;
	padding: 30px 25px;
}
.project01 span{
	display: block;
	color: white;
	font-size: 20px;
}
.project01 p{
	color: white;
	font-size: 15px;
	line-height: 25px;
	margin-top: 20px;
}
.project01 img{
	margin: 20px 0;
}
.project02{
	border-left: solid 1px white;
	padding-left: 20px;
}
.probox{
	background: #f5f5f5;
	padding-top:50px ;
	padding-bottom: 80px;
}
.probt{
	margin-bottom: 35px;
}
.profl{
	width: 990px;
	margin: 0 auto;
	margin-bottom: 30px;
}
.profl li{
	float: left;
	width: 153px;
	margin: 0 5px;
	background: white;
	text-align: center;
	line-height: 46px;
	border-radius: 10px;
}
.profl a{
	color: black;
	font-size: 16px;
}
.pro01{
	background: white;
	padding: 10px;
}
.pro01 span{
	display: block;
	color: #222222;
	font-size: 16px;
	line-height: 30px;
}
.pro01 p{
	color: #999999;
	font-size: 14px;
	line-height: 25px;
}
.proc li:hover .pro01{
	background: #355bb6;
}
.proc li:hover .pro01 span{
	color: white;
}
.proc li:hover .pro01 p{
	color: white;
}
.proc li{
	margin: 20px 0;
}
.aboutbox{
	background:url(../img/about01.jpg) no-repeat center center;
	background-size:cover ;
	padding-top:80px ;
	padding-bottom: 94px;
}
.about01bt span{
	display: block;
	color: white;
	font-size: 24px;
	line-height: 40px;
}
.about01bt p{
	color: white;
	font-size: 14px;
}
.about01bt hr{
	margin: 10px 0;
	background: white;
	width: 42px;
	height: 1px;
	border: none;
}
.about01bt{
	margin-bottom: 30px;
}
.about02 span{
	display: block;
	color: white;
	font-size: 24px;
	font-weight: bold;
}
.about02 p{
	color: white;
	font-size: 14px;
	line-height: 30px;
	margin-top: 30px;
}
.aboutmore{
	background: white;
	width: 130px;
	line-height: 40px;
	text-align: center;
	margin-top: 30px;
}
.aboutmore a{
	color: #355bb6;
	font-size: 16px;
}
.adbox{
	background: url(../img/ad01.jpg) no-repeat center center;
	background-size:cover ;
	padding-top: 73px;
	padding-bottom: 140px;
	position: relative;
}
.adbt span{
	color: #222222;
	font-size: 24px;
	display: block;
	line-height: 40px;
}
.adbt p{
	color: #777777;
	font-size: 14px;
}
.adbt hr{
	width:42px;
	height: 1px;
	margin: 10px 0;
	background: #355bb6;
}
.adbt{
	margin-bottom: 36px;
}
.ad03 span{
	color: #056ac9;
	font-size: 24px;
	font-weight: bold;
	line-height: 60px;
}
.ad03 p{
	color: #666666;
	font-size: 16px;
	line-height: 30px;
}
.ad02 li{
	padding-bottom: 15px;
	border-bottom: dashed 1px #cccccc;
	margin-top: 15px;
}
.tel02{
	margin-left: 40px;
}

.ad04{
	position: absolute;
	
	bottom: -120px;
	width: 100%;
}
.ad05{
	background: white;
	box-shadow: 2px 5px 5px #CCCCCC;
	padding-top: 60px;
	padding-bottom: 40px;
}
.ad05 li{
	text-align: center;
}
.ad05 em{
	color: #222222;
	font-size: 48px;
	
}
.ad05 span{
	font-size: 16px;
	color: #222222;
}
.ad05 p{
	font-size: 16px;
	color: #222222;
	line-height: 35px;
	margin-top: 20px;
}
.newbox{
	margin-top: 200px;
	margin-bottom: 57px;
}
.new02 a{
	color: #222222;
	font-size: 16px;
	display: block;
	line-height: 40px;
}
.new02 p{
	color: #666666;
	font-size: 14px;
	line-height: 30px;
	
}
.new02 span{
	color: #999999;
	font-size: 14px;
	display: block;
	line-height: 40px;
}

.new02 li{
	border-bottom: dashed 1px #CCCCCC;
}
.new02{
	padding: 0 15px;
}
.link{
	margin-bottom: 20px;
}
.link span{
	font-size: 16px;
	color: #222222;
	line-height: 30px;
}
.link a{
	color: #222222;
	font-size: 16px;
	line-height: 30px;
}
.footerbox{
	background: #343d42;
	padding-top: 120px;
	padding-bottom: 30px;
}
.footer01 p{
	line-height: 40px;
	color: #d1d0d0;
	font-size: 14px;
}
.footer02{
	padding-left: 60px;
	border-left:solid 1px white;
}
.footer02 span,.footer03 span{
	display: block;
	color: white;
	font-size: 14px;
	margin-bottom: 20px;
}
.footer02 p{
	color: #d4d1d1;
	font-size: 14px;
	line-height: 30px;
}
.footer03 li{
	line-height: 30px;
	text-align: center;
}
.footer03 a{
	color: #d4d1d1;
	font-size: 14px;
}
.footer03 span{
	text-align: center;
}
.footer03{
	padding-left: 60px;
	border-left: solid 1px white;
}
.footer04 img{
	padding-left: 60px;
}
.footer04 p{
	line-height: 40px;
	color: white;
	font-size: 14px;
	text-align: center;
	padding-left: 60px;
}
.youhua{
	text-align: center;
	margin-top:20px;
	line-height: 30px;
	color: white;
	font-size: 14px;
}
/*移动端CSS*/
.sjprobox,.sjnewbox{
	margin: 20px auto;
}
.sjprobt,.sjaboutbt,.sjnewbt{
	margin-bottom: 20px;
}
.sjprobt span,.sjaboutbt span,.sjnewbt span{
	display: block;
	text-align: center;
	color: black;
	font-size: 20px;
	font-weight: bold;
}
.sjproc span{
	display: block;
	text-align: center;
	color: #222222;
	font-size: 14px;
	line-height: 40px;
}

.sjaboutc{
	padding: 0 10px;
}
.sjaboutc p{
	line-height: 30px;
	font-size: 14px;
	color: #222222;
	text-indent: 2em;
}
.sjnewc{
	padding: 0 10px;
}
.sjnewc li{
	line-height: 40px;
	border-bottom: dashed 1px #CCCCCC;
}
.sjnewc a{
	color: #222222;
	font-size: 14px;
}
.sjnewc span{
	float: right;
	font-size: 14px;
	color: #222222;
}
.sjfooter{
	background: #343d42;
	padding: 20px 10px;
	color: white;
	font-size: 14px;
	line-height: 30px;
}
