body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, 
pre, form, fieldset, input, p, blockquote, th, td ,button,p{ 
padding: 0;
margin: 0;
}
fieldset, img { 
border: 0;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
ol, ul {
list-style: none;
}
address, caption, cite, code, dfn, em, strong, th, var {
font-weight: normal;
font-style: normal;
}
caption, th {
text-align: left;
}
h1, h2, h3, h4, h5, h6 {
font-weight: normal;
font-size: 100%;
}
q:before, q:after {
content: '';
}
abbr, acronym { 
border: 0;
}
:focus{
	outline: none;
}
a{
text-decoration: none;
color: #666666;
}
.clearfix:after,
.clearfix:before{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.lt{
	float: left;
}
.rt{
	float: right;
}
.wrap{
	width: 1207px;
	margin: 0 auto;
}
body{
	font-family: MicrosoftYaHei;
	background-color: #ffffff;
}
/*头部*/
header{
	width: 100%;
    height: 103px;
	padding-top: 17px;
	border-bottom: 1px solid #E5E5E5;
	background-color: #FFFFFF;
}
header .wrap{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    box-align: end;
    -moz-box-align: end;
    -webkit-box-align: end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
header .logo img{
	width: 362px;
}
header .kf .lt{
	color: #333333;
	font-size: 18px;
	font-family: 'Microsoft Jhenghei';
}
header .kf .lt b{
	display: inline-block;
	width: 15px;
	height: 14px;
	background: url(../images/tel.png) no-repeat;
	margin-right: 12px;
}
header .kf .rt{
	color: #E06A47;
	font-size: 24px;
	line-height: 20px;
	font-weight: 600;
}
header .kf .rt p:last-child{
	margin-top: 10px;
	text-align: right;
}
/* 导航 */
nav ul{
	overflow: hidden;
	height: 60px;
	margin-top: -1px;
}
nav ul li{
	float: left;
	height: 60px;
}
nav ul li a{
	display: block;
	width: 150px;
	text-align: center;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #333333;
	border-right: 1px solid rgba(229,229,229,0.62);
}
nav ul li:last-child a{
	width: 149px;
	border-right: none;
}
nav ul li.active a{
	background-color: #E06947;
	border-right: 1px solid #E06947;
	color: #FFFFFF;
}
nav ul li:hover a{
	background-color: #E06947;
	border-right: 1px solid #E06947;
	color: #FFFFFF;
}
nav ul li:last-child:hover a{
	border-right: none;
}
/*友情链接*/
.link{
	background-color: #FFFFFF;
}
.link p{
	font-size: 16px;
	color: #666666;
	line-height: 40px;
}
.link p a{
	font-size: 14px;
	margin: 0 10px;
}
/*底部*/
footer{
	width: 100%;
	height: 386px;
	background: url(../images/footerbg.jpg) no-repeat center;
}
footer .footer_box{
	margin-left: 15px;
	padding-top: 45px;
	height: 282px;
}
footer .footer_box .footer_nav dl{
	width: 120px;
	float: left;
	line-height: 36px;
	font-size: 14px;
}
footer .footer_box .footer_nav dl dt{
	color: #ffffff;
	font-size: 16px;
}
footer .footer_box .footer_nav dl dd,
footer .footer_box .footer_nav dl dd a{
	font-size: 14px;
	color:  #dfdfdf;
}
footer .footer_box .footer_nav .contact{
	width: auto;
}
footer .footer_box .code p{
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	margin-top: 20px;
}
footer .copyright_info{
	font-size: 16px;
	color: #d6d6d6;
}
footer .copyright_info a{
	color: #d6d6d6;
}
footer .copyright_info p{
	text-align: center;
}
/* 右侧 */
#float{
    position: fixed;
    top: 50%;
    right: 0;
    margin-top: 100px;
    z-index: 2000;
    width: 36px;
    height: 144px;
}
#float>div{
    width: 36px;
    text-align: center;
    height: 33px;
    line-height: 33px;
    background-color: #858585;
    margin-bottom: 4px;
    position: relative;
}
#float>div:last-child{
	margin-bottom: 0;
}
#float>div>a{
	display: block;
    color: #FFF;
    font-size: 16px;
    width: auto;
    height: 33px;
    overflow: hidden;
}
#float .normal.active a,
#float .normal:hover a{
	background-color: #E06947;
}
#float>div>a>img{
	display: inline-block;
	width: 36px;
	height: 33px;
	vertical-align: middle;
}
#float .tel{
	width: 156px;
	position: relative;
	right: 0;
	text-align: left;
}
#float .code{
	display: none;
	position: absolute;
	top: -158px;
    left: -188px;
	background: url(../images/codebd.png) no-repeat center;
	width: 144px;
    height: 168px;
    padding: 18px 27px 0 17px;
}
#float .normal.active .code{
	display: block;
}
#float .code img{
	width: 144px;
	height: 144px;
}
/*标题展示*/
.titleShow{
	width: 100%;
	min-width: 1206px;
	height: 300px;
	background: url(../images/titlebg.jpg) no-repeat center;
}
.titleShow p{
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
}
.titleShow p.cn{
	font-size: 30px;
	font-weight: 600;
	padding-top: 114px;
	margin-bottom: 8px;
}
#pages{
	text-align: center;
}
#pages .layui-laypage{
	margin: 0;
	margin-left: 10%;
}