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 {
  font-size: 14px;
  margin: 0;
  padding: 0;
}
body,
button,
input,
select,
textarea {
  font-size: 12px;
  font-family: "å¾®è½¯é›…é»‘";
}
address,
cite,
dfn,
em,
var {
  font-style: normal;
}
code,
kbd,
pre,
samp {
  font-family: courier new, curier, monospace;
}
samll {
  font-size: 12px;
}
ul,
ol {
  list-style: none;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
legend {
  color: #000;
}
fieldset,
img {
  border: 0;
}
button,
input,
select,
textarea {
  font-size: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clear {
  clear: both;
  float: none;
  height: 0;
  overflow: hidden;
}
* {
  box-sizing: border-box;
}
body {
  background: #f2f2f2;
}
.top {
  background: #fff;
}
.top .top_center {
  height: 30px;
  line-height: 30px;
  width: 1200px;
  margin: 0 auto;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  color: #333;
}
.top strong {
  font-weight: normal;
}
.top span {
  display: flex;
}
.top span a {
  color: #666;
  padding-left: 10px;
}
.header .header_center {
  width: 1200px;
  margin: 0 auto;
  align-items: center;
  display: flex;
  padding: 25px 0;
  justify-content: space-between;position: relative;min-height: 80px;
}
.header .header_center span {
  height: 80px;
}
.header .header_center span a {
  height: 80px;
}
.header .header_center span a img {
  max-height: 80px;
  display: block;
  overflow: hidden;
  max-width: 400px;
}
.header .header_center form {
  width: 400px;
  height: 35px;
  justify-content: space-between;
  display: flex;margin-top:20px;
}
.header .header_center form input {
  border: 1px solid #ddd;
  flex: 3;
  font-size: 14px;
  padding: 0 5px;
}
.header .header_center form button {
  border: none;
  background: #346cc6;
  color: #fff;
  flex: 1;
  padding: 0 10px;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
}
.header .header_center strong {
  color: #ff6d00;
  font-size: 22px;
  font-weight: 100;
  font-family: "微软雅黑";
  position: absolute;
  right: 0px;
  top: 13px;
  font-weight: bold;
}
.menu {
  background: #346cc6;
}
.menu .menu_center {
  display: flex;
  width: 1200px;
  margin: 0 auto;
  align-items: center;
  height: 45px;
  line-height: 45px;
}
.menu .menu_center a {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  background: #2c5ca8;
  border-right: 1px solid #346cc6;
}
.menu .menu_center a:hover {
  background: #1d3b6d;
  color: #fff;
}
.menu .menu_center .active {
  background: #1D3B6D;
}
.icolist {
  width: 1200px;
  margin: 0 auto 25px;
  display: flex;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.icolist a {
  flex: 1;
  font-size: 12px;
  color: #333;
  text-align: center;
  padding: 10px 0;
  background: #fff;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.icolist a:hover {
  background: #FF6D00;
  color: #fff;
}
.banner {
  margin-bottom: 20px;
  height: 450px;
}
.banner .swiper-slide {
  height: 450px;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.banner .swiper-slide a{height: 450px;display:block;width:100%;}
.prolist {
  margin: 0 auto;
  display: flex;
  width: 1200px;
}
.prolist #list {
  height: 756px!important;
}
.prolist #page {
  height: 694px!important;
}
.prolist .left_nav {
  background: #fff;
  width: 220px;
  min-height: 550px;
  /*max-height:480px;*/

}

.prolist .left_nav .dlx1 {
  padding: 15px 0;
  padding-left: 20px;
  background: #2C5CA8;
  color: #fff;
}
.prolist .left_nav .dlx1 dt {
  font-size: 22px;
  font-weight: bold;
}
.prolist .left_nav .dlx1 dd {
  padding-top: 5px;
  font-size: 14px;
  font-weight: 200;
}
.prolist .left_nav .dlx2 {
  padding: 15px 0;
  padding-left: 20px;
  background: #2C5CA8;
  color: #fff;
}
.prolist .left_nav .dlx2 dt {
  font-size: 14px;
}
.prolist .left_nav .dlx2 dd {
  padding-top: 5px;
  font-size: 22px;
  color: #ff6d00;
  font-weight: bold;
}
.prolist .left_nav ul {
  padding: 20px;
}
.prolist .left_nav ul li {
  display: block;
  margin-bottom: 15px;
}
.prolist .left_nav ul li:last-child {
  margin-bottom: 0;
}
.prolist .left_nav ul li a {
  background: #f9f9f9;
  display: block;
  border: 1px solid #ddd;
  padding: 15px 10px;
  color: #666;
  font-size: 12px;
}
.prolist .left_nav ul li a i {
  color: #ff6d00;
  margin-right: 10px;
}
.prolist .left_nav ul li a:hover {
  border: 1px solid #2C5CA8;
  background: #2C5CA8;
  color: #fff;
}
.prolist .left_nav ul li a:hover i {
  color: #ff6d00;
}
.prolist .right_box {
  flex: 1;
  margin-left: 20px;
  min-height: 550px;
  padding: 15px 15px 0 15px;
  background: #fff;
  overflow: hidden;
  /*max-height:480px;*/
}
.prolist .right_box .proli {
  float: left;
  border: 1px solid #ddd;
  width: 221px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.prolist .right_box .proli:hover {
  border: 1px solid #2C5CA8;
}
.prolist .right_box .proli a {
  width: 221px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prolist .right_box .proli a img {
  max-width: 150px;
  max-height: 150px;
}
.prolist .right_box .proli:nth-child(4n) {
  margin-right: 0;
}
.prolist .right_box .proli:hover span {
  border-top: 1px solid #2C5CA8;
  background: #2C5CA8;
  color: #fff;
}
.prolist .right_box .proli:hover small {
  background: #2C5CA8;
  color: #fff;
}
.prolist .right_box .proli span {
  border-top: 1px solid #ddd;
  display: block;
  font-size: 14px;
  font-weight: normal;
  color: #333;
  background: #F9F9F9;
  padding: 0px 15px 0 15px;
  height:35px;line-height:35px;
  overflow:hidden;
}
.prolist .right_box .proli small {
  padding: 4px 15px;
  display: block;
  background: #F9F9F9;
  font-size: 12px;
  color: #666;
}
.title_prohot {
  padding-bottom: 25px;
  border-bottom: 1px solid #ddd;
  padding-top: 35px;
  margin-bottom: 25px;
  text-align: center;
}
.title_prohot h2,
.title_prohot h3,
.title_prohot h4,
.title_prohot h5 {
  font-size: 36px;
  font-family: "å¾®è½¯é›…é»‘";
  color: #346cc6;
  font-weight: bold;
}
.title_prohot p {
  padding-top: 10px;
  font-size: 14px;
  color: #666;
}
.hotlist {
  width: 1200px;
  margin: 0 auto;
}
.hotlist .swiper-container-hotlist .swiper-slide {
  height: 297px;
  border: 1px solid #fff;
  background: #fff;
}
.hotlist .swiper-container-hotlist .swiper-slide:hover {
  border: 1px solid #2C5CA8;
}
.hotlist .swiper-container-hotlist .swiper-slide:hover span {
  border-top: 1px solid #2C5CA8;
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background: #2C5CA8;
}
.hotlist .swiper-container-hotlist .swiper-slide a {
  height: 245px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hotlist .swiper-container-hotlist .swiper-slide a img {
  display: block;
  max-height: 200px;
  max-width: 200px;
}
.hotlist .swiper-container-hotlist .swiper-slide span {
  border-top: 1px solid #ddd;
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #666;
  text-align: center;
  background: #fff;
}
.abouts {
  width: 1200px;
  text-align: justify;
  font-size: 14px;
  margin: 0 auto;
  color: #666;
  display: flex;
}

.abouts dl {
  background: #fff;
  margin-left: 25px;
  padding: 15px 25px 15px 25px;
}
.abouts dl dt {
  font-size: 24px;
  font-weight: 400;
  padding-bottom: 10px;
  color: #666;
}
.abouts dl dd p {
  line-height: 1.5;
  font-size: 14px;
  margin-bottom: 10px;
}
.abouts dl dd p a {
  color: #007AFF;
}
.abouts dl dd li {
  list-style: none;
  font-size: 14px;
  color: #666;
  padding-bottom: 10px;
}
.footer {
  background: #1D3B6D;
}
.footer .randerbox {
  border-bottom: 1px solid #346CC6;
  width: 1200px;
  margin: 0 auto;
}
.footer .randerbox .address {
  overflow: hidden;
  padding: 15px 0;
}
.footer .randerbox .address span {
  width: 25%;
  float: left;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
}
.caselist {
  padding: 40px 0;
  background: #fff;
  margin: 0 auto;
}
.caselist img {
  margin: 0 auto;
  display: block;
  width: 1200px;
}
.news {
  padding: 25px 0;
  background: #fff;
}
.news > a {
  display: block;
  margin: 0 auto;
  text-align: center;
  height: 40px;
  width: 150px;
  line-height: 40px;
  font-size: 14px;
  border: 1px solid #ddd;
  color: #333;
}
.news > a:hover {
  background: #FF6D00;
  color: #fff;
}
.hotnews {
  margin: 0 auto 25px;
  overflow: hidden;
}
.hotnews li {
  background: #fff;
  border-bottom: 1px solid #ddd;
  height: 45px;
  line-height: 45px;
  overflow: hidden;
}
.hotnews li:hover {
  background: #f9f9f9;
}
.hotnews a {
  overflow: hidden;
  margin-right: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
  display: block;
  max-width: 620px;
  height: 45px;
  line-height: 45px;
  float: left;
}
.hotnews span {
  flex: 1;
  color: #666;
  float: right;
}
.copyright {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  display: block;
  align-items: center;line-height:35px;
 
}
.copyright span {
  margin: 5px 0;
}
.copyright div {
  width: 150px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  border: 1px solid #f2f2f2;
  margin: 5px 0;
  text-align: center;
  position: relative;
}
.copyright div:hover ul {
  display: block;
}
.copyright div ul {
  display: none;
  z-index: 999;
  position: absolute;
  background: #fff;
  bottom: 28px;
  left: -1px;
  width: 150px;
  border: 1px solid #ddd;
}
.copyright div ul li {
  border-bottom: 1px solid #ddd;
}
.copyright div ul li a {
  font-size: 12px;
  color: #666;
  display: block;
}
.copyright div ul li a:hover {
  background: #f2f2f2;
}
.breadnav {
  margin: 0 auto;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  background: #f9f9f9;
  padding-left: 20px;
  margin-bottom: 20px;
  border-left: 5px solid #2C5CA8;
}
.breadnav a {
  color: #333333;
}
.libox {
  overflow: hidden;
}
.fanye {
  padding-bottom: 15px;
}
.fanye ul {
  font-size: 0;
  overflow: hidden;
}
.fanye ul li {
  margin-right: 5px;
  float: left;
}
.fanye ul li a,
.fanye ul li span {
  background: #f9f9f9;
  padding: 10px 15px;
  border: 1px solid #ddd;
  display: block;
  color: #666;
}
.fanye ul li a:hover,
.fanye ul li span:hover {
  background: #f2f2f2;
}
.changfang {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin-bottom: 15px;
  overflow: hidden;
}
.changfang a {
  float: left;
  width: 20%;
  height: 45px;
  text-align: left;
  line-height: 45px;
  display: block;
  color: #333;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.changfang a:hover {
  background: #FF6D00;
  color: #fff;
}
.changfang a i {
  margin-left: 15px;
  margin-right: 15px;
}
.list_arc {
  min-height: 650px;
  margin-bottom: 15px;
  padding: 15px;
  border: 1px solid #ddd;
}
.list_arc h2 {
  font-size: 28px;
  color: #333;
  text-align: center;
      margin-bottom: 5px;
}
.list_arc p.info {
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding: 5px 0 10px;
  color: #666;
}
.list_arc .box {
  display: flex;
  padding-top: 20px;
}
.list_arc .imgbox {
  width: 360px;
  height: 392px;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_arc .imgbox img {
  max-height: 360px;
  max-width: 360px;
}
.list_arc dl {
  padding-left: 30px;
  padding-bottom: 10px;
}
.list_arc dl dt {
  font-size: 18px;
  color: #333;
  padding-bottom: 10px;
  font-weight: bold;
}
.list_arc dl dd {
  color: #666;
  padding-bottom: 10px;
}
.list_arc dl dd a {
  background: #2C5CA8;
  color: #fff;
  padding: 10px 25px;
  display: inline-block;
}
.list_arc dl dd a:hover {
  background: #FF6D00;
}

/*.maininfo {*/

  /*font-size: 14px;*/
  /*color: #333;*/
  /*line-height: 1.7;*/
  /*!*width: 530px;*!*/
/*}*/
/*.maininfo * {*/
  /*max-width: 100%;*/
/*}*/
/*.maininfo table {*/
  /*border: 1px solid #ddd;*/
  /*width: 100%;*/
/*}*/
/*.maininfo table td {*/
  /*padding: 5px;*/
  /*border: 1px solid #ddd;*/
/*}*/


.prolist .right_box .honorli {
  float: left;
  border: 1px solid #ddd;
  width: 221px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.prolist .right_box .honorli:hover {
  border: 1px solid #2C5CA8;
}
.prolist .right_box .honorli a {
  width: 221px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prolist .right_box .honorli a img {
  max-width: 180px;
  max-height: 180px;
}
.prolist .right_box .honorli:nth-child(4n) {
  margin-right: 0;
}
.prolist .right_box .honorli:hover span {
  border-top: 1px solid #2C5CA8;
  background: #2C5CA8;
  color: #fff;
}
.prolist .right_box .honorli span {
  border-top: 1px solid #ddd;
  display: block;
  font-size: 16px;
  font-weight: normal;
  color: #333;
  text-align: center;
  background: #F9F9F9;
  padding: 0px 15px 0px 15px;
  height: 35px;line-height:35px;
  overflow: hidden;
}
.join_zp{
	width: 898px;
	text-align: center;
	margin: 10px auto;
}
.join_zp .join_zp_t{
	background-color: #ebedef;
	height: 50px;
	line-height: 50px;
}
.join_zp .join_zp_c{
	color: #fd8448;
	cursor: pointer;
	height: 50px;
}
.join_zp .join_zp_c:hover{
	color: #bd0000;
}
.join_zp .join_zp_n{
	text-align: left;
	background-color: #ebedef;
	font-size: 14px;
	display: none;
}
.join_zp .join_zp_n td{
	padding-bottom: 50px;
}
.join_zp_n .join_ms{
	width: 882px;
	height: 60px;
	margin: 0 auto;
	line-height: 60px;
}
.join_zp_n .join_ms i{
	display: inline-block;
	width: 1px;
	height: 14px;
	background-color: #fc9151;
	margin-right: 10px;
}
.join_zp_n .join_cn{
	width: 882px;
	margin: 0 auto;
	background-color: #fff;
	padding-left: 35px;
	padding: 10px 35px;
}
.join_zp .join_active{
	display: table-row;
}

.cont-left{
	margin-left:1%;
	line-height:34px;
	font-size:16px;
	color:#666;
}
.cont-left strong{color: #ff6d00;}
.cont-left a{ color: #ff6d00;}
.cont-maps{ margin-left: 1%; margin-top: 2%; }

.liuyan-title{
	
	height:80px;
	background:#2C5CA8;
}
.liuyan-title ul{
	width:720px;
	height:60px;
	padding-top:10px;
}
.liuyan-title ul li{
	height:20px;
	line-height:25px;
	font-family:"Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	color:#FFF;
	margin-left:20px;
}
.liuyan-title ul li h3{
	font-size:20px;
}
.liuyan-con{
	width:720px;
	height:260px;
	margin-top:20px;height:auto !important; 
}
.liuyan-con ul li{
	width:720px;
	height:65px;
}
.liuyan-con ul li span{
	font-size:14px;
	width:100px;
	height:40px;
	line-height: 40px;
	float:left;
}
.liuyan-con ul li p{float: left;position: relative;}
.liuyan-con ul li p label{position:absolute;left:0px;bottom: -18px;font-size: 12px;}
.error{color:#ff0000;}
.liuyan-con ul li em{
	float:left;margin-left: 5px; margin-top: 10px;color: red;
}
.liuyan-con ul li p input{
	width:300px;
	height:40px;
	border:1px solid #CCC;padding-left:10px;
}
.liuyan-con ul li p textarea{
	width:450px;
	height:80px;
	border:1px solid #CCC;
}
.liuyan-con ul li p span{
	color:#F00;
	line-height:30px;
}
#BtSendMessage{
	width:104px;
	height:40px;
	border:none;
	background-color:#ff6d00;
	cursor:pointer;
	margin-right:20px;
	margin-top: 10px;
	color:#fff;
	font-size:14px;
	
}
#BtSendMessage:hover{
	background:#2C5CA8;
	color:#FFF;
	text-decoration:underline;
	font-weight:bold;
}
#rbnt{
	width:104px;
	height:40px;
	border:none;
	background-color:#ff6d00;
	cursor:pointer;
		color:#fff;
	font-size:14px;
	margin-right:10px;
	margin-top: 10px;
}
#rbnt:hover{
	background:#2C5CA8;
	color:#FFF;
	text-decoration:underline;
	font-weight:bold;
}

.copyright a{
  color:#fff;
  margin-right: 10px;
}

.abouts img {
  max-width: 500px;
  max-height: 293px;
}

.detail_contact{
  margin-top: 20px;
  margin-left: 40%;
  height:45px;
  width:140px;
  line-height:45px;
}
.detail_contact .contact_btn{
  vertical-align: middle;
  border-radius:5%;
  width:100%;
  height:45px;
  display: inline-block;
  background-color: #009140;
  text-align: center;
  color: #fff;
}

.pr_detai_top{overflow:hidden;margin-bottom:25px;width: 900px;}
.pr_dtail_left{width: 280px;float:left;margin-right:25px;display:inline;_margin-right:15px;}
.zoombox{width:280px;position:relative;}
.zoompicg{position:absolute;left:285px;top:-10px;z-index:9;display:none;}
.zoompic{width:278px;height:278px;margin-bottom:28px;border:1px solid #eaeaea;}
.zoompic img{padding:0px;margin:0px;}
.slider{width:280px;}
.slider ul li{float:left;border:1px solid #fff;width:58px;height:58px;margin-right:10px;}
.pr_dtail_right{float:right;width: 595px;}
.slider ul li a img{margin:0px;}
.slider ul li.current{border:1px solid #eaeaea;}
.dtai_titl{font-weight:bold;font-size:16px;color:#000000;line-height:30px;}
.dtai_pmt{background:#f9f9f9;padding:5px 0px;margin:6px 0px;width: 595px;margin-bottom:10px;}
.dtai_pmt dl dd{line-height:29px;border-bottom:1px dashed #e9e9e9;overflow:hidden;height:29px;}
.dtai_pmt dl dd em{color:#808080;font-size:12px;margin-left:10px;float:left;}
.dtai_pmt dl dd span{float:left;color:#575757;font-size:12px;}
.air{width:21px; display:inline-block;}
.air_t{width:6px; display:inline-block;}
.dth_pme{background:#f9f9f9;padding:0px;width: 596px !important;}
.dth_pme dl dd{line-height:36px;overflow:hidden;}
.dth_pme dl dd span{color:#5f5f5f;font-size:12px;width:170px;display:block;float:left;padding-left:15px;font-weight:bold;}
.dth_pme dl dd em{width:170px;display:block;float:left;padding-left:15px;color:#434343;font-size:12px;}
.dth_pme dl dd i{width:170px;display:block;float:left;padding-left:15px;color:#ff7e00;font-size:12px;}
.dth_pme dl dd i strong{font-family:"å¾®è½¯é›…é»‘";}
.prof_send{background:#f9f9f9;width: 595px;padding:15px 0px;margin-top:10px;}
.prof_send a{background:url(../images/send.png) left center no-repeat;display:block;width:133px;height:43px;line-height:43px;margin:0 auto;color:#ffffff;font-weight:bold;font-size:14px;padding-left:73px;}
.prof_send a:hover{text-decoration:none;}
.prof_send a{width: 212px !important;}
.prof_all{height:38px;line-height:38px;background:#ededed;margin-bottom:10px;}
.prof_all span{display:block;padding:0px 8px;background:#56a113;font-size:12px;font-weight:bold;color:#fff;width:auto;float: left;}
.pr_deti_main{width: 900px;margin:0 auto;padding:20px 0px;}
.prog_le{border:1px solid #fef7c2;background:#fff9d2;padding:8px 9px;overflow:hidden;margin-bottom:15px;height:20px;line-height:20px;}
.prog_le dl dd{float:left;color:#a59841;margin-right:16px;}
.prog_le dl dd em{color:#434343;}
.ntf_pcde{font-size:12px;color:#333;line-height:25px;margin-top:15px;}
.prog_leg span{color:#6d6d6d;}
.prog_leg{margin-bottom:15px;color:#2d2d2d;font-size:12px;border:1px solid #f1f1f1;border-right:none;border-top:none;}
.prog_leg table tr td{border-right:1px solid #f1f1f1;padding-left:10px;border-top:1px solid #f1f1f1;}



.abouts_rew{float:left;}
.abouts dl{float:left;}

.list_arc img{
  max-width: 100%;
}
.links{margin: 0 auto; width:1200px;}
.links a{ color:#fff;display: inline-block; margin-right: 10px;}
.maininfo{padding:20px;font-size:12px;line-height:25px;}
.maininfo img{max-width:100%;}

.links{line-height:35px;padding:10px 0px;color:#666;font-size:14px;}
.links a{color:#666;font-size:14px;}


.dlr_prt::-webkit-scrollbar {
  /*æ»šåŠ¨æ¡æ•´ä½“æ ·å¼*/
  width: 3px; /*é«˜å®½åˆ†åˆ«å¯¹åº”æ¨ªç«–æ»šåŠ¨æ¡çš„å°ºå¯¸*/
  height: 1px;
}
.dlr_prt::-webkit-scrollbar-thumb {
  /*æ»šåŠ¨æ¡é‡Œé¢å°æ–¹å—*/
  background: #999;
}
.dlr_prt::-webkit-scrollbar-track {
  /*æ»šåŠ¨æ¡é‡Œé¢è½¨é“*/
  background: #ccc;}

.dlr_prt{margin-bottom:15px;height: 532px;overflow-y: scroll;}
.dlr_prt dd{list-style:none;border-bottom:1px solid #ddd;background:#f6f6f6;}
.ew_t_r{display:block;height:45px;line-height:45px;padding-left:25px;color:#333;font-size:12px;overflow:hidden;}
.me_mp{display:block;height:45px;line-height:45px;position:relative;padding-right:50px;}
.me_mp em{display:block;position:absolute;right:10px;width:30px;top:0px;height:45px;background:url(../imgs/up_t.jpg) right center no-repeat;cursor:pointer !important;}
.mew_tep{display:none;}
.me_mp em.omm{background:url(../imgs/up_b.jpg) right center no-repeat;}
.mew_tep a{display:block;padding-left:40px;border-top:1px solid #ddd;color:#333;font-size:12px;height:45px;line-height:45px;overflow:hidden;}

/* åˆ†é¡µ */
a{text-decoration:none;}
*{padding:0; margin:0; list-style:none;}
address,cite,em {font-style:normal;}
.page_tp{margin:27px auto;text-align:center;height:32px;line-height:32px;display:inline-block;width:100%;}
.page_op_txt{background:#fff;border:1px solid #ccc;height:30px;line-height:30px;padding:0px 10px !important;display:inline-block;color:#333333;font-size:12px;font-family:"å¾®è½¯é›…é»‘";margin-right:10px;display:inline-block;margin-left:10px;outline:none;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;}
.page_tp span{color:#6d6d6d;font-size:12px;font-family:"å¾®è½¯é›…é»‘";display:inline-block;padding:0px !important;border:0px !important;background:none;}
.red_pcd{width:40px;height:28px;line-height:28px;color:#6d6d6d;font-size:12px;font-family:"å¾®è½¯é›…é»‘";border:1px solid #ccc;padding-left:5px;margin-right:10px;margin-left:10px;display:inline-block;margin-top:1px;outline:none;text-align:center;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;}
.red_pcd1{width:46px;height:30px;border:1px solid #e5e5e5;color:#333;font-size:12px;font-family:"å¾®è½¯é›…é»‘";background:none;cursor:pointer !important;margin-left:10px;display:inline-block;margin-top:1px;background:#efefef;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;}
.page_tp em{display:inline-block;margin-right:10px;}
.page_op_txtu{color:#bbb;}
.page_tp em a{background:#fff;border:1px solid #e5e5e5;padding:0px;height:30px;line-height:30px;width:36px;display:inline-block;color:#333333;font-size:13px;font-family:"å¾®è½¯é›…é»‘";text-align:center;margin:0px 5px;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;}
.page_tp em a.on{border:1px solid #b6b6b6;color:#fff;background:#b6b6b6;font-weight:bold;}
.page_tp em a.on_last{border-right:1px solid #e5e5e5;}


.hot_news{max-width:1200px;margin:0px auto 20px;}
.hot_news li{line-height:45px;height:45px;border-bottom: 1px solid #ddd;}
.hot_news li a{overflow: hidden;margin-right: 15px;text-overflow: ellipsis;white-space: nowrap;color: #666;display: block;max-width: 620px;height: 45px;line-height: 45px;float: left;}
.hot_news li span{color: #666;float: right;}

