
/*
    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: #eeeeee;
	line-height: 44px;
}
.top01{
	float: left;
	color: #666666;
	font-size: 14px;
}
.top02{
	float: right;
}
.top02 a{
	color: #666666;
	font-size: 14px;
}
.navbox li{
	float: left;
	margin-left: 32px;
	padding-right: 30px;
}
.nav01{
	line-height: 30px;
	border-right: solid 1px #47a3b9;
	border-image: linear-gradient(#d0e8ed,#3d9db5,#d0e8ed) 0 20;
	margin: 25px 0;
}
.navbox a{
	color: #4c4c4c;
	font-size: 16px;
	
}
.navbox li:hover a{
	color: #3f8d8a;
}
.navbox{
	margin-top: 25px;
	margin-bottom: 30px;
}
.bnav span{
	display: block;
	text-align: center;
	color: black;
	font-size: 18px;
}
.bnav li{
	height: 150px;
	padding-top: 50px;
}
.b01{
	background: #9df9ff;
}
.b02{
	background: #c5fafd;
}
.carousel{
	position: relative;
}
.bnav{
	position: absolute;
	bottom: -75px;
	width: 100%;
	z-index: 99;
}
.b02{
	line-height: 40px;
}
.b01{
	line-height: 30px;
}
.aboutbox{
	margin-top: 130px;
}
.aboutbt{
	margin-bottom: 27px;
}
.aboutbt hr{
	float: left;
	height: 20px;
	width: 6px;
	background: #84ccc9;
	margin: 0;
	margin-right: 8px;
}
.aboutbt span{
	display: block;
	float: left;
	color: #666666;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	
}
.aboutC p{
	color: #666666;
	font-size: 14px;
	line-height: 30px;
}
.aboutmore{
	background: #ec6941;
	width: 132px;
	line-height: 36px;
	border-radius: 10px;
	float: right;
	margin-top: 15px;
}
.aboutmore a{
	color: white;
	font-size: 16px;
	display: block;
	text-align: center;
}
.about02 img{
	float: right;
}
.probox{
	margin-top: 76px;
	margin-bottom: 67px;
}
.probt{
	margin-bottom: 70px;
}
.proflbt{
	display: block;
	text-align: center;
	color: white;
	font-size: 24px;
	font-weight: bold;
	background: #3fb5d2;
	line-height: 90px;
}
.profl li{
	background: #4cbfd3;
	line-height: 46px;
	margin-top: 1px;
	padding: 0 20px;
}
.profl a{
	color: white;
	font-size: 18px;
}
.proflC span{
	float: right;
}
.proflC img{
	padding: 20px 0;
	margin-right: 30px;
}
.proC li{
	float: left;
	width: 30%;
	background: #eeeeee;
	margin: 0 14px;
	padding: 20px;
	margin-bottom: 20px;
}
.proC span{
	display: block;
	text-align: center;
	color: black;
	font-size: 18px;
	line-height: 40px;
	margin-top: 5px;
}
.proC p{
	color: #666666;
	font-size: 14px;
	text-align: center;
	line-height: 25px;
}
.img01{
	position: relative;
}
.img02{
	position: absolute;
	top: 40%;
	left: 40%;
	display: none;
	
}
.proC li:hover .img02{
	display: block;
	transition: all 0.5s;
}
.proC li:hover{
	background: #3fb5d2;
}
.proC li:hover span{
	color: white;
}
.proC li:hover p{
	color: white;
}
.adbox{
	background:#3fb5d2;
}
.adbox li{
	padding-top: 65px;
	padding-bottom: 60px;
}
.adbox p{
	color: white;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
}
.ad02{
	display: none;
}
.adbox li:hover .ad01{
	display: none;
}
.adbox li:hover .ad02{
	display: block;
}
.adbox li:hover{
	background: #67d3ee;
}
.newbox{
	margin-top: 60px;
	margin-bottom: 50px;
}
.newbt{
	margin-bottom: 30px;
}
.new02{
	padding-left: 40px;
}
.new01bt{
	color: black;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
}
.new02 p{
	color: #666666;
	font-size: 14px;
	line-height: 30px;
	margin-top: 10px;
}
.newmore{
	color: #999999;
	font-size: 14px;
	margin-top: 20px;
}
.newC li{
	margin: 20px 0;
}
.newmore02{
	background: #ec6941;
	width: 132px;
	line-height: 36px;
	border-radius: 10px;
	margin: 0 auto;
	text-align: center;
	margin-top: 15px;
}
.newmore02 a{
	color: white;
	display: block;
	font-size: 16px;
}
.contactbox{
	margin: 60px auto;
}
.contactbt{
	margin-bottom: 40px;
}
.contact01 li{
	line-height: 60px;
	color: #666666;
	font-size: 18px;
	border-bottom: dashed 1px #bfbfbf;
}
.contact01 img{
	padding: 15px 0;
}
.map img{
	float: right;
}
.footernav{
	background: #dcdcdc;
	line-height: 36px;
	padding: 14px 0;
}
.footernav li{
	float: left;
	width: 12.4%;
	text-align: center;
	border-right: solid 1px #7d7d7d;
}
.footernav a{
	color: #4c4c4c;
	font-size: 16px;
}
.footerbox{
	background: #1b1b1b;
	padding-top: 25px;
	padding-bottom: 15px;
}
.footer01{
	margin-top: 40px;
}
.footer02{
	margin-top: 22px;
}
.footer04 p{
	color: white;
	font-size: 15px;
	text-align: center;
	
}
.footer04 span{
	display: block;
	text-align: center;
	color: #cccccc;
	font-size: 12px;
}
.footer04 hr{
	background: white;
	width: 560px;
	margin: 10px auto;
}
/*移动端CSS*/
.sjaboutbox,.sjnewbox{
	margin: 20px auto;
}
.sjaboutbt,.sjprobt,.sjnewbt{
	margin-bottom: 20px;
}
.sjaboutbt span,.sjprobt span,.sjnewbt span{
	display: block;
	text-align: center;
	color: black;
	font-size: 20px;
	font-weight: bold;
}
.sjaboutC{
	padding: 0 10px;
}
.sjaboutC p{
	color: black;
	font-size: 14px;
	line-height: 30px;
	text-indent: 2em;
}
.sjproC span{
	display: block;
	text-align: center;
	color: black;
	font-size: 14px;
	line-height: 30px;
}
.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;
}
.sjfooter{
	background: black;
	font-size: 14px;
	line-height: 30px;
	color: white;
	padding: 20px 10px;
}
