@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,.container-fluid{
	padding: 0;
}
.row{
	padding: 0;
	margin: 0;
}
.navBox{
	background: url(../img/navbg.jpg) no-repeat center center;
	background-size: cover;
}
.HeaderNav li{
	float: left;
	width: 10%;
	text-align: center;
	line-height: 107px;
}
.HeaderNav a{
	color: black;
	font-size: 16px;
}
.logo{
	margin-top: 23px;
	margin-bottom: 44px;
}
.aboutBox{
	background: url(../img/about01.jpg)no-repeat center 0;
	background-size: cover;
	padding-bottom: 70px;
}
.about p{
	writing-mode: vertical-rl;
	line-height: 28px;
	font-size: 14px;
	text-indent: 2em;
	height: 470px;
	margin-top: 12em;
	margin-left: 5em;
	
}
.about a{
	writing-mode: vertical-rl;
	color: #820407;
	font-size: 14px;
	line-height: 28px;
}
.newBox{
	background: url(../img/new02.jpg) no-repeat center 0;
	background-size:cover ; 
	padding-bottom: 100px;
}
.newBt{
	margin-top: 37px;
}
.newBt img{
	margin: 0 auto;
}
.newTxt span{
	font-size: 16px;
	font-weight: bold;
	color: black;
	line-height: 30px;
}
.newTxt p{
	font-size: 14px;
	color: #616161;
	line-height: 30px;
}
.newC li{
	background: white;
	border: solid 1px #9b9b9b;
	float: left;
	width: 49%;
	margin: 15px 6px;
}
.newC img{
	padding-top: 5px;
	padding-bottom: 5px;
}
.newC{
	margin-top: 55px;
}
.specialBt{
	margin: 50px 0;
}
.specialBt img{
	margin: 0 auto;
	padding: 8px 0;
}
.specialC li{
	background: url(../img/ts07.png) no-repeat center 0;

	padding-bottom: 60px;

}
.specialC img{
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 30px;
}
.specialC span{
	color: #c15f37;
	font-size: 20px;
	text-align: center;
	display: block;
	line-height: 40px;
	
}
.specialC p{
	color: #c15f37;
	font-size: 16px;
	text-align: center;
	line-height: 30px;
}

.special{
	margin-bottom: 55px;
}
.expertBox{
	background: url(../img/expert01.jpg) no-repeat center 0;
	background-size: cover;
	padding-bottom: 70px;
}
.expertBt{
	margin: 70px 0;
}
.expertBt img{
	margin: 0 auto;
}
.expertImg img{
	margin: 0 auto;
}
.expertText{
	margin-top: 40px;
}
.expertText h3{
	display: inline-block;
	color: black;
	font-size: 40px;
}
.expertText span{
	font-size: 24px;
	color: #7c7c7c;
	padding-left: 20px;
}
.expertText p{
	font-size: 16px;
	color: #7c7c7c;
	line-height: 30px;
	text-indent: 2em;
	padding-top: 30px;
}
.expertlie a{
	color: black;
	font-size: 16px;
	
	line-height: 30px;
}
.expertlie{
	margin-top: 50px;
}
.expertlie li{
	text-align: center;
}
.expertlie img{
	margin: 0 auto;
}
.informationBox{
	background: url(../img/information01.jpg) no-repeat center 0;
	background-size: cover;
}
.inforBt{
	margin-top: 60px;
	margin-bottom: 20px;
}
.inforBt a{
	float: right;
	color: #820407;
	font-size: 16px;
	line-height: 81px;
}
.inforBt img{
	float: left;
}
.inforC{
	background: white;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.infotRight li{
	line-height: 40px;
	padding: 0 10px;
	border-bottom: solid 1px #e8e8e8;
}
.infotRight a{
	color: black;
	font-size: 16px;
}
.infotRight span{
	color: #7b7b7b;
	font-size: 14px;
	float: right;
}
.link span{
	color: #820407;
	font-size: 16px;
	line-height: 30px;
	
}
.link{
	margin: 40px 0;
}
.footer{
	background: #820407;
}
.footerNav li{
	text-align: center;
	line-height: 30px;
}
.footerNav a{
	color: white;
	font-size: 16px;
	
}
.ewm img{
	margin: 0 auto;
}
.footerContact li{
	color: white;
	font-size: 16px;
	line-height: 40px;
}
.footerx img{
	margin: 0 auto;
	display: block;
}
.sjAbout{
	background: #fdfae9;
	padding-bottom: 30px;
}
.sjAboutBt{
	margin-top: 20px;
	margin-bottom: 15px;
}
.sjAboutBt img{
	margin: 0 auto;
}
.sjAboutC p{
	color: black;
	font-size: 14px;
	line-height: 30px;
	text-indent: 2em;
	padding: 0 10px;
}
.jkzs{
	background: #fef5ee;
	padding-bottom: 20px;
}
.jkzsBt{
	margin-top: 20px;
	margin-bottom: 15px;
}
.jkzsBt img{
	margin: 0 auto;
	display: block;
}
.jkzsC li{
	background: white;
	padding: 8px 15px;
	margin: 10px 10px;
	border: solid 1px #9b9b9b;
}
.jkzsC a{
	color: black;
	font-size: 16px;
	line-height: 30px;
}
.jkzsC p{
	font-size: 14px;
	color: #616161;
}
.sjexpert{
	background: #fcf3e4;
	padding-bottom: 30px;
}
.sjexpertBt{
	margin-top: 20px;
	margin-bottom: 15px;
}
.sjexpertBt img{
	margin: 0 auto;
}
.sjexpertC span{
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
}
.sjInforBt{
	margin-top: 20px;
	margin-bottom: 20px;
}
.sjInforBt img{
	display: block;
	margin: 0 auto;
}
.sjInforC li{
	line-height: 30px;
	padding: 0 15px;
	margin: 5px 0;
}
.sjInforC a{
	color: black;
	font-size: 16px;
	
}
.sjInforC span{
	font-size: 14px;
	color: #7b7b7b;
	float: right;
}
.sjFooter{
	background: #820407;
}
.sjFooter p{
	color: white;
	font-size: 16px;
	line-height: 32px;
	padding-left: 15px;
}
