@charset "utf-8";
@font-face {font-family:'poppinsregular';	
src: url('font/poppinsregular.eot'); /* IE9 Compat Modes */
	src: url('font/poppinsregular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('font/poppinsregular.woff') format('woff'), /* Modern Browsers */
        url('font/poppinsregular.ttf')  format('truetype'), /* Safari, Android, iOS */
        url('font/poppinsregular.svg#poppinsregular') format('svg'); /* Legacy iOS */
}
@font-face {font-family:'Poppinslight';	
src: url('font/Poppinslight.eot'); /* IE9 Compat Modes */
	src: url('font/Poppinslight.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('font/Poppinslight.woff') format('woff'), /* Modern Browsers */
        url('font/Poppinslight.ttf')  format('truetype'), /* Safari, Android, iOS */
        url('font/Poppinslight.svg#Poppinslight') format('svg'); /* Legacy iOS */
}
* {margin:0;padding:0;transition-property: all;-ms-transition-property: all;-moz-transition-property: all; outline:none;-webkit-transition-property: all;-o-transition-property: all;}
.t_nav,.t_nav ul,.t_nav li dl{transition-duration:.5s;-ms-transition-duration:.5s;-moz-transition-duration:.5s; -webkit-transition-duration:.5s;}
body { font-size:14px; color:#444; padding:0;margin:0;font-family:'Poppinslight','poppinsregular','arial'; line-height: 150%; background:#fff}
img {border:0px; height:auto; padding:0; display:inline-block; vertical-align:middle; max-width:100%;}
placeholder{color:#999}
::-moz-placeholder{color:#999}
::-webkit-input-placeholder{color:#999}
a {color:#444; text-decoration: none;outline:none;}
a:Hover {color:#222;outline:none;text-decoration: none;}
.c{ display:block;clear:both;content:"";visibility:hidden;height:0}
input,button,select,textarea{ outline:none;font-family:'arial';resize:none;border:0;color:#595757;font-size:14px}
i{ font-style:normal;}
input[type="button"], input[type="submit"], input[type="reset"],input[type="text"] {-webkit-appearance: none;padding:0;margin:0;font-weight:normal;}
ul,li,dl,dt,dd,p { padding: 0; margin: 0; list-style:none;}
h1,h2,h3,h4,h5 { padding: 0; margin: 0; font-weight:normal}
hr {border:0;border-top:1px solid #d5975c; height:1px;margin:15px 0 12px 0}
/*清除浮动代码*/
.clearfix:after{display:block;clear:both;content:"";visibility:hidden;height:0}
.clearfix{zoom:1}
.fl{ float:left;}
.fr{ float:right;}
/*垂直居中*/
.flexBox {display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; flex-wrap: wrap; justify-content: space-between;}
/*百度位置*/
#map label,#map img{max-width:none}
#map div{box-sizing:initial}
/* 分页 */
/*分页样式*/
.newspage{ height:55px;margin-top:10px}
.propage{ text-align:center; height:55px;}
.pagination { display: inline-block; padding-left: 0; margin:5px 0; border-radius:2px;}
.pagination > li { display: inline;}
.pagination > li > a,
.pagination > li > span { position: relative; float: left; padding: 6px 12px; margin-left: -1px; line-height: 1.42857143; color: #10a14a; text-decoration: none; background-color: #fff; border: 1px solid #ddd;}
.pagination > li:first-child > a,
.pagination > li:first-child > span { margin-left: 0; border-top-left-radius: 2px; border-bottom-left-radius: 2px;}
.pagination > li:last-child > a,
.pagination > li:last-child > span { border-top-right-radius: 2px; border-bottom-right-radius: 2px;}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus { color: #ec9802; background-color: #eee; border-color: #ddd;}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus { z-index: 2; color: #fff; cursor: default; background-color: #ec9802; border-color: #ec9802;}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus { color: #777; cursor: not-allowed; background-color: #fff; border-color: #ddd;}
/* 放大 */
.hotImg{-o-transition: all 0.5s;-moz-transition: all 0.5s;-webkit-transition: all 0.5s;transition: all 0.5s;}
.hotImg:hover {transform: scale(1.1);}