@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;
}
.logobox{
	background: url(../img/logo01.jpg) no-repeat center center;
	background-size:cover ;
	
}
.logo02 span{
	display: block;
	color: white;
	font-size: 28px;
	font-weight: bold;
}
.logo02 p{
	color: #e3e3e3;
	font-size: 13px;
	line-height: 30px;
	letter-spacing:1.3px
}
.logo{
	border-right: solid 1px #648ac2;
	margin: 28px 0;
}
.tel01 span{
	display: block;
	color: white;
	font-size: 16px;
}
.tel01 p{
	color: white;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
}
.tel{
	margin: 28px auto;
}
.navbox{
	padding: 10px 0;
	line-height: 30px;
}
.navbox li{
	float: left;
	width: 12.4%;
	text-align: center;
	border-right: solid 1px #686868;
	
	
}
.navbox a{
	color: #444444;
	font-size: 18px;
	font-weight: bold;
}
.aboutbt{
	margin-top: 70px;
	margin-bottom: 20px;
}
.aboutTel{
	background: #35af2f;
	padding: 20px 0;
	border-radius:10px ;
}
.aboutTel02 p{
	color: white;
	font-size: 18px;
	line-height: 25px;
}
.aboutTel02 span{
	font-size: 20px;
	font-weight: bold;
}
.aboutbt01{
	margin-top: 20px;
}
.about02{
	background: url(../img/about02.png) no-repeat center center;
	background-size:cover ;
	padding-top: 55px;
	padding-bottom: 60px;
}
.about03{
	padding-left: 50px;
}
.about04 span{
	display: block;
	color: #333333;
	font-size: 30px;
	font-weight: bold;
}
.about04 p{
	color: #333333;
	font-size: 18px;
	line-height: 40px;
}
.about05{
	margin-top: 35px;
}
.about05 p{
	color: #666666;
	font-size: 14px;
	line-height: 30px;
	text-indent:2em ;
}
.about06{
	background: url(../img/about03.jpg) no-repeat center center;
	background-size:cover ;
	padding-top: 40px;
	padding-bottom: 20px;
	margin-top: 50px;
}
.about06 span{
	display: block;
	text-align: center;
	color: #666666;
	font-size: 18px;
	line-height: 40px;
}
.newbox{
	background: #f3f3f3;
	padding-top: 62px;
	padding-bottom: 60px;
	margin-top: 48px;
}
.newbt01{
	float: left;
}
.newbt02{
	float: right;
	margin-top: 20px;
}
.newbt02 a{
	display: block;
	float: left;
	width: 115px;
	line-height: 34px;
	color: white;
	font-size: 16px;
	text-align: center;
}
.newbt{
	margin-bottom: 60px;
}
.new01{
	position: relative;
}
.new01T{
	background: url(../img/new03.png) no-repeat center center;
	position: absolute;
	bottom: 0;
	right: 0;
	height: 89px;
	width: 100%;
	padding-top: 10px;
	
}
.data{
	color: white;
	text-align: center;
}
.data span{
	font-size: 36px;
	font-weight: bold;
}
.data p{
	font-size: 16px;
	line-height: 30px;
}
.new01Te{
	padding-left: 10px;
}
.new01Te a{
	color: white;
	font-size: 16px;
	line-height: 30px;
}
.new01Te p{
	color: white;
	font-size: 14px;
	line-height: 30px;
}
.new03T a{
	color: #333333;
	font-size: 16px;
	
}
.new03T p{
	color: #666666;
	font-size: 14px;
	line-height: 20px;
	margin-top: 15px;
}
.newI{
	margin: 20px 0;
}
.new04 li{
	line-height: 50px;
}
.new04 a,.new05 a{
	color: #222222;
	font-size: 15px;
}
.new04 span,.new05 span{
	float: right;
	color: #999999;
	font-size: 14px;
}
.new04 img{
	padding: 20px 0;
	margin-right: 5px;
}
.new02{
	padding-left: 20px;
}
.new05 li{
	line-height: 41px;
}
.new05 img{
	padding: 14px 0;
	margin-right: 5px;
}
.new05{
	padding-left: 80px;
}
.adbox{
	background: url(../img/ad01.jpg) no-repeat center center;
	background-size:cover ;
}
.adbox li{
	padding-left: 20px;
	padding-right: 20px;
	border-right: solid 1px #8e8e8e;
	height: 749px;
}
.adbt{
	
	padding-top: 84px;
	
	border-left: solid 1px #8e8e8e;
}
.adbox li:hover{
	background: #2067d1;
}
.adbox span{
	display: block;
	color: white;
	font-size: 22px;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 20px;
}
.adbox p{
	color: white;
	font-size: 14px;
	line-height: 30px;
}
.casebox{
	margin: 60px auto;
}
.casebt{
	margin-bottom: 45px;
}
.casebt01{
	float: left;
}
.casebt02{
	float: right;
}
.casebt02 a{
	color: #666666;
	font-size: 18px;
	line-height: 57px;
}
.caseC span{
	display: block;
	text-align: center;
	background: #f5f5f5;
	font-size: 18px;
	line-height: 66px;
	color: #333333;
}
.addbox{
	background: url(../img/add01.jpg) no-repeat center center;
	background-size:cover ;
	padding-top: 85px;
	padding-bottom: 55px;
}
.addbox span{
	display: block;
	color: white;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 22px;
}
.addbox li{
	color: white;
	font-size: 16px;
	line-height: 30px;
	
}
.addbox img{
	padding: 9px 0;
	margin-right: 10px;
}
.add{
	border-right: solid 1px #859bbd;
}
.link01{
	padding: 15px 0;
}
.link01 a{
	line-height: 30px;
	color: black;
	font-size: 16px;
}
.link01 img{
	padding-top: 7px;
}
.footerbox{
	background: url(../img/footer01.jpg) no-repeat center center;
	background-size:cover ;
	padding-top: 43px;
	padding-bottom: 37px;
}
.footer01 span{
	display: block;
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
.footer01 li{
	line-height: 30px;
}
.footer01 a{
	color: #666666;
	font-size: 15px;
}
.footer02 span{
	display: block;
	text-align: center;
	color: #666666;
	font-size: 16px;
	line-height: 30px;
}
.youhua{
	color: #666666;
	font-size: 16px;
	text-align: center;
	line-height: 30px;
}
/*移动端CSS*/
.sjabout,.sjcasebox{
	margin: 20px auto;
}
.sjaboutbt,.sjnewbt,.sjcasebt{
	margin-bottom: 20px;
	text-align: center;
}
.sjaboutbt span,.sjnewbt span,.sjcasebt span{
	color: #2067d1;
	font-size: 22px;
	font-weight: bold;
}
.sjaboutC{
	padding: 0 10px;
}
.sjaboutC p{
	color: black;
	font-size: 14px;
	line-height: 30px;
	text-indent: 2em;
}
.sjnewC{
	padding: 0 10px;
}
.sjnewC li{
	line-height: 40px;
	border-bottom: dashed 1px #CCCCCC;
}
.sjnewC a{
	color: black;
	font-size: 14px;
}
.sjnewC span{
	float: right;
	font-size: 14px;
	color: black;
}
.sjcaseC span{
	display: block;
	text-align: center;
	color: black;
	font-size: 14px;
	line-height: 30px;
}

.sjfooter{
	background: black;
	padding: 20px 10px;
	color: white;
	font-size: 14px;
	line-height: 25px;
}
.sjfooter p{
	margin: 10px 0;
}
