@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}  /* 图片在当前行内的垂直位置 */
html{
	overflow-x:hidden ;
}
.container-fluid,.container{
	padding: 0;
}
.row{
	margin: 0;
}
.navp li{
	float: left;
	width: 9.5%;
	text-align: center;
	line-height: 74px;
}
.navp a{
	color: black;
	font-size: 16px;
}
.logobox{
	margin: 14px auto;
}
.proBox{
	margin-top: 64px;
}
.probt span{
	display: block;
	text-align: center;
	color: black;
	font-size: 36px;
	
}
.probt p{
	font-size: 16px;
	color: #999999;
	line-height: 30px;
	text-align: center;
}
.profl{
	width: 340px;
	margin: 0 auto;
	margin-top: 17px;
	margin-bottom: 25px;
}
.profl ul{
	border: solid 1px #cccccc;
}
.profl li{
	float: left;
	width: 168px;
	text-align: center;
	line-height: 40px;
	
}
.profl a{
	color: #666666;
	font-size: 18px;
}
.proC{
	background: #e9611d;
	padding-top: 50px;
	padding-bottom: 60px;
}
.proC span{
	display: block;
	text-align: center;
	background: white;
	font-size: 16px;
	line-height: 50px;
	color: #666666;
}
.proC li{
	margin: 15px 0;
	
}
.proC img{
	width: 100%;
	border-top: solid 5px #003b84;
}
.aboutbox{
	margin-top: 40px;
}
.aboutbt span,.casebt span,.newbt span{
	display: block;
	text-align: center;
	color: black;
	font-size: 36px;
}
.aboutbt p,.casebt p,.newbt p{
	text-align: center;
	color: #999999;
	font-size: 16px;
	line-height: 40px;
}
.aboutbt{
	margin-bottom: 97px;
}
.aboutL p{
	color: #666666;
	font-size: 14px;
	line-height: 30px;
}
.aboutmore{
	color: #666666;
	font-size: 16px;
	line-height: 38px;
	width: 183px;
	text-align: center;
	display: block;
	border-radius: 19px;
	border: solid 1px #d2d2d2;
	margin-top: 20px;
}
.aboutfl li{
	text-align: center;
	background: #003b84;
	float: left;
	width: 24%;
	margin: 0 2px;
	height: 110px;
	padding-top: 30px;
	border-radius: 10px;
}
.aboutfl img{
	width: 27px;
	height: 35px;
}
.aboutfl span{
	display: block;
	color: white;
	font-size: 14px;
	line-height: 30px;
}
.aboutfl{
	margin-top: 58px;
}
.casebox{
	margin-top: 80px;
	background: url(../img/case01.jpg)no-repeat center center;
	background-size:cover ;
	padding-top: 73px;
	padding-bottom: 98px;
}
.casebt span,.casebt p{
	color: white;
}
.caseC li{
	position: relative;
	float: left;
	width: 24%;
	margin: 0 5px;
}
.caseC{
	margin-top: 95px;
}
.caseC img{
	width: 100%;
}
.caseT{
	position: absolute;
	bottom: 0;
	background: url(../img/case04.png) no-repeat center 0;
	width: 100%;
	text-align: center;
}
.caseT span{
	color: white;
	line-height: 30px;
	font-size: 24px;
}
.caseT p{
	font-size: 18px;
	color: white;
	line-height: 40px;
}
.newbox{
	margin-top: 36px;
	position: relative;
}
.newbt{
	margin-bottom: 77px;
}
.newc a{
	color: #222222;
	font-size: 16px;
	line-height: 30px;
}
.newc span{
	display: block;
	color: #999999;
	font-size: 14px;
}
.newc p{
	color: #666666;
	font-size: 14px;
	line-height: 30px;
}
.newmore{
	margin-top: 22px;
	border: solid 1px #cccccc;
	width: 107px;
	line-height: 36px;
	
}
.newmore a{
	display: block;
	text-align: center;
	
	
	font-size:14px;
	color: #666666;
}
.abtn4{
	position: absolute;
	left: -80px;
	top: 46%;
}
.abtn3{
	position: absolute;
	right: -60px;
	top: 46%;
}
.linkbox{
	background: #0e0f10;
	color: white;
	font-size: 16px;
	line-height: 30px;
	padding: 20px 0;
}
.footerBox{
	background: #0e0f10;
}
.foot01p{
	line-height: 30px;
	color: #eeeeee;
	font-size: 16px;
	
}
.footernav span{
	display: block;
	color: #eeeeee;
	font-weight: bold;
	font-size: 18px;
}
.footernav li{
	line-height: 30px;
}
.footernav a{
	color:#eeeeee ;
	font-size: 16px;
}
.footernav{
	margin-left: 60px;
}
/* .footer01{
	padding: 30px 0;
} */
.footer01,.footer02{
	border-right: solid 1px #2d2e2e;
}
.footernavbt{
	margin-bottom: 30px;
}
.ewm span{
	display: block;
	text-align: center;
	color: #eeeeee;
	font-size: 16px;
	line-height: 35px;
}
.footerM{
	margin-top: 65px;
	margin-bottom: 40px;
}
.youhua{
	font-size: 14px;
	color: white;
	text-align: center;
	line-height: 30px;
}
/*移动端CSS*/
.sjprobox{
	background: #e9611d;
	padding: 30px 0;
}
.sjprobt span,.sjaboutbt span,.sjcasebt span,.sjnewbt span{
	display: block;
	text-align: center;
	font-size: 20px;
	color: white;
}
.sjproC,.sjaboutC{
	margin-top: 20px;
}
.sjproC span{
	display: block;
	text-align: center;
	font-size: 14px;
	color: white;
	line-height: 30px;
}
.sjaboutBox{
	padding: 0 10px;
	margin: 20px 0;
}
.sjaboutbt span,.sjcasebt span,.sjnewbt span{
	color: black;
}
.sjaboutC p{
	font-size: 14px;
	color: black;
	line-height: 30px;
	text-indent: 2em;
}
.sjcaseC{
	margin-top: 20px;
}
.sjnewbox{
	margin: 20px 0;
	padding: 0 10px;
}
.sjcaseC span{
	display: block;
	text-align: center;
	font-size: 14px;
	color: black;
	line-height: 30px;
}
.sjnewC{
	margin-top: 20px;
}
.sjnewC li{
	line-height: 45px;
	border: dashed 1px #CCCCCC;
}
.sjnewC a{
	color: black;
	font-size: 14px;
}
.sjnewC span{
	float: right;
	font-size: 14px;
	color: #999999;
}
.sjfooter{
	background: black;
	padding: 20px 10px;
}
.sjfooter span{
	display: block;
	color: white;
	font-size: 20px;
	line-height: 40px;
}
.sjfooter p{
	color: white;
	font-size: 14px;
	line-height: 30px;
}
