@charset "utf-8";
* {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:'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}
/*分页样式*/
.newspage{ height:55px;margin-top:10px}
.page{ text-align:center; height:40px;margin-top:10px}
.pagination { display: inline-block; padding-left: 0; border-radius: 4px;}
.pagination > li {  display: inline;}
.pagination > li > a,
.pagination > li > span {  position: relative;  float: left;  padding:5px 10px;  margin-left: -1px;  line-height:20px;  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: 4px;  border-bottom-left-radius: 4px;}
.pagination > li:last-child > a,
.pagination > li:last-child > span {  border-top-right-radius: 4px;  border-bottom-right-radius: 4px;}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {  color: #23527c;  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: #23527c;  border-color: #23527c;}
.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);}