<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*
    Document   : CSS样式初始化
    Created on : 2016.7.23
    Author     :
    Description:
        CSS样式表的初始化，全局样式设置。部分样式属性请根据具体页面重置其属性
        导入方式：&lt;link href="css/common.css" rel="stylesheet" type="text/css" /&gt;
*/
/* 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: url(../img/top.png) no-repeat center 0;
	background-size:cover ;
	
}
.top01{
	float: left;
	color: white;
	font-size: 14px;
	line-height: 27px;
}
.top02{
	float: right;
	color: white;
	font-size: 16px;
	line-height: 44px;
}
.top02 img{
	padding: 10px 10px;
}
.navbox{
	margin: 25px 0;
}
.navbox li{
	float: left;
	width: 14.2%;
	text-align: center;
	border-right: solid 1px #a3b9db;
}
.navbox a{
	color: black;
	font-size: 14px;
}
.logobox{
	margin-top: 18px;
	margin-bottom: 20px;
}
.probox{
	margin-top: 48px;
	margin-bottom: 60px;
}
.probt{
	margin-bottom: 20px;
}
.probt span{
	color: #2087e6;
	display: block;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}
.probt p{
	color: #999999;
	font-size: 15px;
	line-height: 32px;
	text-align: center;
}
.pfofl{
	width: 790px;
	margin: 0 auto;
}
.pfofl li{
	background: url(../img/pro01.png) no-repeat center 0;
	float: left;
	width: 158px;
	line-height: 40px;
	
	text-align: center;
}
.pfofl a{
	color: white;
	font-size: 17px;
}
.proC{
	margin-top: 50px;
}
.proC span{
	color:#666666 ;
	font-size: 17px;
	line-height: 50px;
	display: block;
	text-align: center;
}
.aboutbox{
	background: url(../img/about01.jpg) no-repeat center center;
	background-size:cover ;
	padding-top: 57px;
	
}
.aboutbt span{
	font-size: 30px;
	font-weight: bold;
	display: block;
	text-align: center;
	color: white;
}
.aboutbt p{
	text-align: center;
	line-height: 32px;
	font-size: 15px;
	color: white;
}
.aboutbt{
	margin-bottom: 60px;
}
.aboutC{
	background: #edf1f4;
	padding: 60px 0;
}
.aboutc02 span{
	color: #1682e5;
	font-size: 24px;
	font-weight: bold;
	line-height: 50px;
}
.aboutc02 p{
	line-height: 30px;
	font-size: 14px;
	color: #666666;
}
.aboutmore{
	width: 290px;
	margin-top: 30px;
}
.aboutmore a{
	float: left;
	display: block;
	width: 139px;
	line-height: 33px;
	color: white;
	font-size: 15px;
	text-align: center;
}
.casebox{
	margin-top: 47px;
	margin-bottom: 60px;
}
.casebt{
	margin-bottom: 40px;
}
.casebt span{
	display: block;
	text-align: center;
	color: #2087e6;
	font-size: 30px;
	font-weight: bold;
}
.casebt p{
	line-height: 32px;
	font-size: 15px;
	text-align: center;
	color: #999999;
}
.hisc li,.caseC{
	position: relative;
	
}
.casec01{
	position: absolute;
	bottom: 25px;
	left: 10px;
	background:url(../img/case02.png) no-repeat center center ;
	width: 211px;
}
.casec01 span{
	color: white;
	font-size: 16px;
	line-height: 34px;
	display: block;
}
.abtn4{
	position: absolute;
	top: 45%;
	left: -50px;
}
.abtn3{
	position: absolute;
	top: 45%;
	right: -50px;
}
.adbox{
	background: #f8f8f8;
	padding-top:70px;
	padding-bottom: 93px;
	
}
.adbt{
	margin-bottom: 60px;
}
.adbt a{
	display: block;
	text-align: center;
	color: #2087e6;
	font-size: 30px;
	font-weight: bold;
}
.adbt span{
	color: #60c30f;
}
.adbt p{
	font-size: 15px;
	line-height: 32px;
	text-align: center;
	color: #999999;
}
.adc li{
	float: left;
	width: 18%;
	margin: 0 12px;
	background: white;
}
.adc span{
	display: block;
	text-align: center;
	line-height: 40px;
	color: #2087e6;
	font-size: 18px;
}
.adc p{
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #666666;
}
.adT{
	margin-top: 20px;
	margin-bottom: 40px;
}
.newbox{
	margin: 60px auto;
}
.newbt{
	margin-bottom: 47px;
}
.newbt span{
	display: block;
	text-align: center;
	color: #2087e6;
	font-size: 30px;
	font-weight: bold;
}
.newbt p{
	font-size: 15px;
	line-height: 32px;
	text-align: center;
	color: #999999;
}
.new02R a{
	color: black;
	font-size: 16px;
	line-height: 32px;
}
.new02R p{
	font-size: 14px;
	color: #666666;
	line-height: 25px;
	margin-top: 8px;
}
.newmore a{
	font-size: 14px;
	color: #2087e6;
	
}
.new02{
	padding-bottom: 30px;
	border-bottom: solid 1px #cccccc;
}
.new03 li{
	line-height: 60px;
	border-bottom: dashed 1px #CCCCCC;
}
.new01{
	padding: 0 10px;
}
.new03 a{
	color: black;
	font-size: 14px;
}
.new03 span{
	color: black;
	float: right;
}
.new04{
	position: relative;
	padding: 0;
	margin: 15px 0;
}
.new04T{
	position: absolute;
	bottom: 0;
	background: rgba(32,135,230,0.9);
	padding: 15px 10px;
	width: 100%;
}
.new04T a{
	color: white;
	font-size: 16px;
	line-height: 30px;
}
.new04T p{
	color: white;
	font-size: 14px;
}
.link{
	background: #60c30f;
	padding: 10px 0;
	line-height: 30px;
}
.footerbox{
	background: #064178;
	padding-top: 70px;
}
.contact span{
	color: white;
	font-size: 14px;
	line-height: 25px;
}
.contact a{
	color: white;
	font-size: 18px;
	display: block;
	margin-bottom: 20px;
}
.contact p{
	line-height: 30px;
	color: white;
	font-size: 14px;
}
.footernav span{
	color: white;
	font-size: 16px;
	text-align: center;
	display: block;
}
.footernav ul{
	margin-top: 20px;
}
.footernav li{
	line-height: 30px;
	text-align: center;
}
.footernav a{
	color: white;
	opacity: 0.5;
	font-size: 14px;
}
.ewm img{
	float: right;
}
.ewm p{
	color: white;
	font-size: 14px;
	line-height: 30px;
	float: right;
	margin-right: 20px;
	margin-top: 10px;
}
.youhua{
	color: white;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	margin-top: 50px;
}
/*移动端CSS*/
.sjprobox,.sjcasebox{
	margin: 20px auto;
}
.sjprobt,.sjaboutbt,.sjcasebt,.sjnewbt{
	margin-bottom: 20px;
}
.sjprobt span,.sjaboutbt span,.sjcasebt span,.sjnewbt span{
	display: block;
	text-align: center;
	color: #2087e6;
	font-size: 24px;
	font-weight: bold;
}
.sjproC span,.sjcaseC span{
	display: block;
	text-align: center;
	color: black;
	font-size: 14px;
	line-height: 30px;
}
.sjaboutC{
	padding: 0 10px;
}
.sjaboutC p{
	line-height: 30px;
	font-size: 14px;
	color: black;
}
.sjnewC{
	padding: 0 10px;
}
.sjnewC li{
	line-height: 45px;
	border-bottom: dashed 1px #CCCCCC;
}
.sjnewC a{
	color: black;
	font-size: 14px;
}
.sjnewC span{
	float: right;
	color: black;
	font-size: 14px;
}
.sjfooterbox{
	background: black;
	font-size: 14px;
	line-height: 30px;
	padding: 20px 10px;
	color: white;
}
</pre></body></html>