body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,
form,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0;}
caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{display: block;margin: 0;padding: 0;}
body,button,input,select,textarea{font:12px/1.5 Microsoft YaHei;font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
address,cite,dfn,em,var{font-style:normal;}
code,kbd,pre,samp{font-family:courier,courier,monospace;}
li{list-style:none;}
a,a:hover,a:link,a:visited,a:active{text-decoration:none;}
img{border:0;}
button,input,select,textarea{font-size:100%;outline: none}
table{border-collapse:collapse;border-spacing:0;}
div{box-sizing: border-box;}
@font-face {
  font-family: 'sy';
  src: url('font/sy.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'sy1';
  src: url('font/normal.otf');
  font-weight: normal;
  font-style: normal;
}
body{
    font-family: "sy1",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
}
*,*::before,*::after{box-sizing:border-box;}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
select {
border: 1px solid #000;
appearance:none;-moz-appearance:none;-webkit-appearance:none;}
select::-ms-expand { display: none; }
.fn-clear:after {visibility:hidden; display:block; font-size:0;	content:" "; clear:both; height:0;}
.fn-clear {zoom:1; /* for IE6 IE7 */}.clear:after{display: table; line-height: 0; content: ""; height:0; clear: both;}
.float-tl {float:  left !important;}
.float-tr {float: right !important;}
.one-text{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.two-text{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.three-text{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.commom-top{
	margin-top: 140px;
}
.commom-top h1{
	font-size: 60px;
	margin-bottom: 35px;
	color: #FFFFFF;
	text-align: center;
	font-weight: normal;
}
.commom-top p{
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 60px;
	text-align: center;
	color: #FFFFFF;
}
.block-img img{
	display: block;
	width: 100%;
}
body {
    min-width: 1200px;
}
.inner{
	width: 1200px;
	margin:0 auto;
}
/* img{
	width: 100%;
} */
.BMap_cpyCtrl {
            display: none;
	}
	.anchorBL {
		display: none;
	}
/*分页*/
.page {
    margin:50px 0 50px 0;
    padding:8px;
    text-align:center;
}
.page a {
    display:inline-block;
    margin:0 2px;
    width: 48px;
    line-height: 42px;
    background-color: #2a2a2a;
    vertical-align:top;
    color: #fff;
    font-size: 16px
}
.page a.hover {font-weight:bold;color:#C00;}
.page .current {
    background-color: #cccccc;
    width: 48px;
    line-height: 42px;
    font-size: 16px;
    display:inline-block;
    color: #fff
}