/*--全局样式--*/
body {
  background: #fff;
  font: 12px/1.5 Microsoft Yahei, STHeiti, "宋体";
}
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;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
section,
article,
aside,
header,
footer,
nav,
dialog,
figure {
  display: block;
}
a {
  text-decoration: none;
  color:#1C7FBB;
}
a:hover {
  text-decoration: underline;
}
img {
  border: 0;
  vertical-align: middle;
}
ul,
ol {
  list-style: none;
}
em,
i {
  font-style: normal;
}
.clear {
  clear: both;
  margin: 0;
  padding: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  clear: both;
  height: 0;
  overflow: hidden;
  display: block;
  visibility: hidden;
  content: ".";
}
.hidden {
  display: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.hide {
  display: none;
}
.tc {
  text-align: center;
}
*:focus {
  outline: none;
}
.ad-1000{ width: 1000px; margin:auto;}
.wid50{ width:50px!important;}
.mg0{ margin:0!important;}
.lightgray{color: #868686!important}
.gray{ color: #545454!important}
.mt5{ margin-top: 5px!important;}
.red {color: #FC5252!important;}
.widthfull{ width: 100%!important}
/*--全局样式 END--*/

.top {
  height: 90px;
  width: 1000px;
  margin: auto;
}
.top .logo {
  width: 310px;
  height: 52px;
  margin-top: 20px;
  background: url("../images/logo2.png?v=2") no-repeat;
  float: left;
  margin-left:10px;
}
.top .logoextra {
  width: 283px;
  height: 52px;
  margin-top: 24px;
  float: left;
  font-size: 26px;
  margin-left:10px;
  color: #1A588E;
}
.top .logo3 {
  width: 166px;
  height: 52px;
  margin-top: 20px;
  background: url("../images/logo3.jpg") no-repeat;
  float: left;
}
.top .logo a,
.top .logo3 a {
  width: 100%;
  height: 100%;
  display: block;
}
.top .top-r {
  float: right;
  width: 500px;
  margin-top: 20px;
}
.top .top-r div {
  float: right;
  padding: 0 5px;
}
.top .top-r div em {
  display: block;
  width: 30px;
  height: 30px;
  margin: auto;
  text-align: center;
  background: url("../images/sprite1.png") -61px 0 no-repeat;
}
.top .top-r .ico{width:30px;}
.top .top-r .ico em.ico2 {
  background-position: -30px 0;
}
.top .top-r .ico em.ico3 {
  background-position: 0 0;
}
.top .top-r .ico em.ico5 {
  background-position: 0 -98px;
}
.top .top-r .ico a {
  display: block;
  cursor:pointer;
  padding: 0;
  text-align: center;
  color: #6e6e6e;
}
.top .login-status .logined,.top .login-status .logins {
  height: 50px;
  line-height: 50px;
  color: #6e6e6e;
  font-size: 14px;
}
.top .login-status .logined img {
  margin-left: 10px;
  width: 48px;
  height: 48px;
  overflow: hidden;
}
.top .login-status .logins a{
color: #333;
background: #fff;
padding: 4px 8px;
border: #DCDCDC 1px solid;
margin-left: 8px;
font-size:12px;
}
.top .login-status .logins a:hover{ background:#f2f2f2; text-decoration:none;}
.top .login-status .logins a.login{background:#1A588E; color:#fff; border-color:#1A588E;}
.top .login-status .logins a.login:hover{ background:#008ea4; text-decoration:none;}
/*nav*/
.nav {
  height: 50px;
  width: 100%;
  background: #1A588E;
}
.nav .nav-in {
  width: 1000px;
  
  margin: auto;
}
.nav .nav-in .nav-in-fl{ width:600px; float:left;line-height: 50px;}
.nav .nav-in ul li {
  float: left;
  width: 90px;
  text-align: center;
}
.nav .nav-in ul li.active a,.nav .nav-in ul li.hover a,.nav .nav-in ul li:hover a {
  background: #2b6fa1;
  text-decoration:none;
}
.nav .nav-in ul li a {
  color: #ffffff;
  font-size: 16px;
  display: block;
  width: 100%;
  height: 100%;
}
.nav .nav-in ul li.last {
  position: relative;
  text-align: left;
}
.nav .nav-in ul li.last a {
  padding-left: 20%;
  width: 80%;
}
.nav .nav-in ul li.last em {
  width: 30px;
  height: 30px;
  position: absolute;
  right: -2px;
  bottom: 11px;
  background: url("../images/sprite1.png?v1") -30px -65px no-repeat;
}

/*search*/
.nav-find {
float: right;
width: 262px;
height: 28px;
padding: 12px 0 0 2px;
position: relative;
z-index: 80;

}
.nav-find .text {
width: 160px;
height: 21px;
_height: 20px;
line-height: 21px;
_line-height: 20px;
padding: 1px 0 0 6px;
margin-top: 2px;
background: #fff;
border: none;
color: #646464;
font-size: 12px;
border-left:#ccc 1px solid;
}
.nav-find span {
float: left;
}
#search-form {
position: relative;
float: left;
z-index: 80;
background:#fff;
}	
.sel {
width: 47px;
height: 22px;
line-height: 18px;
margin: 3px 0 0 0;
padding: 1px 9px 0 10px;
_padding: 2px 0 0 14px;
border: none;
font-size: 12px;
color: #646464;
cursor: default;
background:url(../images/txt_search.png) right -24px no-repeat;
}
.sel.toggle{ background-position:right -51px;}  
#more-search-list {
	position: absolute;
	border: 1px solid #DFDFDF;
	top: 25px;
	left: 0px;
	width: 65px;
	_width: 54px;
	background: #fff;
	z-index: 99;
	display: none;
	} 
#more-search-list li {
line-height: 24px;
height: 24px;
width:65px;
cursor: default;
text-align:center;

}
#more-search-list li a {
line-height: 24px;
height: 24px;
text-decoration: none;
color: #000000;
width:55px;
padding-left: 10px;
display: block;
background: #fff;
cursor: pointer;
font-size:12px;
text-align:left;
}	
#more-search-list li a:hover{ background:#E7E7E7}
.nav-find .button{
line-height: 21px;
margin-top: 1px;
background: url(../images/txt_search.png) 0 0 no-repeat;
border: none 0;
width: 29px;
height: 21px;
cursor: pointer;
}

.tt-tips {
  line-height: 40px;
  width: 1000px;
  margin: auto;
  background: #FCF2D0;
  border: #EFD5A2 1px solid;
  border-top: none;
  text-align: center;
  position: relative;
}
.tt-tips p {
  font-size: 14px;
  color: #975c1c;
}
.tt-tips p a{
    color: #975c1c;
}
.tt-counts{
    color:red;
}
.tt-tips em {
  width: 30px;
  height: 20px;
  display: inline-block;
  background: url("../images/sprite1.png") 0 -72px no-repeat;
  vertical-align:middle;
}
.tt-tips .clo {
  width: 30px;
  height: 30px;
  cursor:pointer;
  background: url("../images/sprite1.png") -30px -35px no-repeat;
  position: absolute;
  right: 10px;
  top: 5px;
}
.tt-tips .nearby{ color: #975c1c}
/*头条*/
.focus {
  width: 1000px;
  margin: 20px auto 35px;
}
.focus .focus-fl {
  width: 550px;
  float: left;
  position: relative;
}
.focus .focus-fl .in {
  padding: 0px 50px;
}
.focus .focus-fl .in-ico {
  position: absolute;
  top: 0;
  left: -15px;
  width: 58px;
  height: 200px;
  background: url("../images/sprite1.png") -90px 0 no-repeat;
}
.focus .focus-fl h2,
.focus .focus-fl h2 a {
  font-size: 24px;
  font-family: '微软雅黑';
  color: #333333;
}
.focus .focus-fl .des {
  height: 100px;
  padding-bottom: 35px;
  margin-top: 5px;
  line-height: 2.2em;
  overflow: hidden;
  color: #999999;
  font-size: 14px;
}
.focus .focus-fl ul {
  padding-top: 10px;
  border-top: #cccccc 1px dashed;
}
.focus .focus-fl ul li {
  width: 50%;
  height: 21px;
  float: left;
  overflow: hidden;
  font-size: 14px;
  margin: 5px 0;
}
.focus .focus-fl ul li a {
  color: #333;
}
.focus .focus-fr {
  width: 450px;
  float: right;
}
.focus .focus-fr img{
transition: all .3s ease;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;

}
.focus .focus-fr img:hover{transform:scale(1.05);-o-transform:scale(1.05);-webkit-transform:scale(1.05);-moz-transform:scale(1.05);}
.focus .focus-fr a {
  position: relative;
  overflow: hidden;
  display: block;
}
.focus .focus-fr a .txtbg {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40px;
  width: 100%;
  z-index: 1;
  opacity: 0.4;
  filter: alpha(opacity=40);
  background: #000000;
}
.focus .focus-fr a .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40px;
  width: 100%;
  line-height: 40px;
  z-index: 2;
  color: #fff;
  text-align: center;
  font-size: 18px;
  cursor:pointer;
}
/*主体*/
.ft12 {
  font-size: 12px !important;
}
.main {
  width: 100%;
  background: #F1F3F7;
}
.main .blue {
  color: #0083ce;
}
.main .comhei {
  height: 15px;
  width: 100%;
  display: block;
  background: #f1f3f7;
}
.main .main-top-bg {
  width: 100%;
  height: 19px;
  background: url("../images/main_top_bg.png") repeat-x;
}
.main .main-in {
  width: 1000px;
  margin: auto;
}
.main .main-fl {
  float: left;
  width: 728px;
}
.main .main-fl .main-fl-in {
  padding: 20px 28px 0;
  background: #ffffff;
}
.main .main-fl .box-tit {
  height: 50px;
  line-height: 50px;
  background: url("../images/box_tit_bg.png") 0 bottom no-repeat;
}
.main .main-fl .box-tit h2 {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  font-family: '微软雅黑';
}
.main .main-fl .box-tit .more {
  margin-left: 20px;
  color: #999999;
  font-weight: normal;
  font-size: 14px;
}
.main .main-fl .box-lists {
  float: left;
  padding-right: 50px;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 45%;
  border-bottom: #cccccc 1px dashed;
}
.main .main-fl .box-lists.nomr {
  padding-right: 0 !important;
}
.main .main-fl .box-lists h2,
.main .main-fl .box-lists h2 a {
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 10px;
  color: #333333;
}
.main .main-fl .box-lists .des {
  height: 80px;
  line-height: 1.9em;
  font-size: 14px;
  overflow: hidden;
  color: #6e6e6e;
  overflow:hidden;
}
.main .main-fl .box-lists .des img {
  float: left;
  margin-right: 10px;
}
.main .main-fl .box-lists .des p {
  line-height: 1.9em;
  display: -webkit-box;
-webkit-box-orient;
text-overflow: ellipsis;
overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
.main .main-fl .box-lists .box-gj {
  margin-top: 15px;
}
.main .main-fl .box-lists .box-gj span {
  padding: 4px;
  color: #fff;
  background: #147cb9;
  border-radius: 2px;
}
.main .main-fl .box-lists .box-gj span.green {
  background: #2baf7e;
}
.main .main-fl .nobb {
  border-bottom: none;
}
.main .main-fr {
  float: right;
  width: 250px;
  background: #fff;
  overflow: hidden;
}
.main .main-fr .wantbl {
  width: 264px;
  height: 69px;
  border-bottom: #cfcfcf 1px solid;
}
.main .main-fr .wantbl a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/slide1.png") -5px 0 no-repeat;
  cursor: pointer;
}
.main .main-fr .wantbl a:hover {
  background-position: 0 -69px;
}
.main .main-fr .box-items {
  border-bottom: #cfcfcf 1px solid;
}
.main .main-fr .ercode {
  width: 100%;
  height: 320px;
  background: url("../images/ercode.jpg") center center no-repeat;
}
.main .main-fr .nobb {
  border-bottom: none;
}
.main .main-fr .items-phone {
  width: 100%;
  height: 96px;
  background: url("../images/slide2.jpg") 0 0 no-repeat;
}
.main .main-fr .items-phone p,
.main .main-fr .items-email p {
  margin-left: 80px;
  padding-top: 50px;
  font-size: 17px;
  font-family: Arial;
}
.main .main-fr .items-hujiao {
  width: 100%;
  height: 123px;
  background: url("../images/slide2.jpg") 0 -98px no-repeat;
}
.main .main-fr .items-hujiao p {
  margin-left: 80px;
  padding-top: 45px;
  font-size: 24px;
  font-family: Arial;
  color: #0083ce;
}
.main .main-fr .items-email {
  width: 100%;
  height: 78px;
  background: url("../images/slide2.jpg") 0 -223px no-repeat;
}
.main .main-fr .items-email p {
  padding-top: 40px;
}
.main .main-fr .box-title {
  line-height: 60px;
  color: #000;
  font-weight: bold;
  font-size: 18px;
}
.main .main-fr .box-title h3 {
  padding-left: 20px;
}
.main .main-fr .media-focus {
  height: auto;
  overflow: hidden;
}
.main .main-fr .media-focus ul,
.main .main-fr .baoliao-daren ul {
  padding: 0 20px;
}
.main .main-fr .media-focus ul li {
  padding: 14px 0;
  font-size: 14px;
  font-family: '微软雅黑';
  color: #333;
  border-bottom: #cccccc 1px dashed;
}
.main .main-fr .media-focus ul li p {
  line-height: 1.5em;
  overflow: hidden;
}
.main .main-fr .media-focus ul li p.blue{margin-bottom:4px;}
.main .main-fr .media-focus ul li p a {
  float: right;
}
.main .main-fr .baoliao-daren ul{ width:250px;}
.main .main-fr .baoliao-daren ul li {
  float: left;
  font-size: 14px;
  font-family: '微软雅黑';
  color: #333;
  border-bottom: none;
  margin-right: 14px;
  padding: 14px 0 0;
}
.main .main-fr .baoliao-daren ul li a {
  color: #333333;
}
.main .main-fr .baoliao-daren ul li div {
  width: 60px;
  height: 60px;
  padding: 1px;
  background: #ccc;
}
.main .main-fr .baoliao-daren ul li div img {
  margin-right: 0;
}
.main .main-fr .baoliao-daren ul li a p {
  width: 60px;
  height: 35px;
  line-height: 1.2em;
  margin-top: 5px;
  overflow: hidden;
}
/*网站底部*/
.footer {
  line-height: 22px;
  overflow: hidden;
  padding: 30px 0 20px;
  color: #666;
  background: #f1f3f7;
}
.footer a {
  color: #666;
}
.footer .w {
  width: 1000px;
  margin: 0 auto;
}
.footer .foot-nav {
  float: left;
  width: 490px;
  color: #999;
}
.footer .foot-nav a {
  padding: 5px;
}
.footer .copyright {
  float: right;
  width: 500px;
  text-align: right;
  font-family: Arial, "宋体";
}
/*网站底部 END*/
/*返回顶部*/
html{_text-overflow:ellipsis;} /*解决IE6下图片抖动*/
#backtop {width:50px; height:50px; position:fixed; right:50%; margin-right: -600px; bottom:50px; z-index:100011;display:none;_position:absolute; /*兼容IE6*/
    _top: expression(eval(document.documentElement.scrollTop)+700);}
#backtop a {background:url(../images/top.png) no-repeat #1A588E; opacity: 0.4; filter: "alpha(opacity=40)"; filter: alpha(opacity=40); background-position:15px 22px;  display:block; width:60px; height:60px;}
#backtop a:hover {opacity:1; filter: "alpha(opacity=100)"; filter: alpha(opacity=100);}

/*翻页控件*/
.fanye {height:auto; margin:30px 0 30px 0; margin-left: 220px; font-family:Arial;}
.fanye a.prev {background: url(http://oeimg2.cache.oeeee.com/Public/Images/channel/fallsprite.png) repeat scroll 0 0 transparent;*margin-top: 17px;}
.fanye a.prev:hover {background: url(http://oeimg2.cache.oeeee.com/Public/Images/channel/fallsprite.png) repeat scroll 0 -35px transparent;}
.fanye a.next {background: url(http://oeimg2.cache.oeeee.com/Public/Images/channel/fallsprite.png) repeat scroll -38px 0 transparent;}
.fanye a.next:hover {background: url(http://oeimg2.cache.oeeee.com/Public/Images/channel/fallsprite.png) repeat scroll -38px 35px transparent;}
.fanye a, .fanye b, .fanye span {display: block; float: left; font-size: 24px; font-weight: normal; height: 35px; line-height: 35px; overflow: hidden; text-align: center; margin-right:4px; color: #000}
.fanye b {background: none repeat scroll 0 0 #F0F0F0; color: #006bc5;}

/*位置填写弹层*/
#popDivInput{ position: absolute; left: 50%; top: 250px; margin-left: -160px; width: 320px; z-index: 100; padding:10px; background:#F1F3F7; border-radius: 5px;display:none}
#popDivInput p{ text-align: left; color: #333;margin:0 0 10px; font-size:16px;}
#popDivInput input{ padding: 5px; width: 300px;display: block;
font-size: 14px;
line-height: 1.4;
color: #555;
background-color: #fff;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);}
#popDivInput input.btn{
     margin: 10px auto;
     text-shadow: 0 -1px 0 rgba(0,0,0,.2);
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
    border-color:#ccc;
    text-shadow: 0 1px 0 #fff;
    color: #333;
    width: 100px;
}
#popDivShade{ position: absolute; left: 0; top: 0; width: 100%;  z-index: 99; background: #000; opacity:0.5; filter:alpha(opacity=50);display:none} 
.closeDivPop {font-size: 15px;width: 20px;cursor: pointer;text-align: center;color: #333;}
.main .main-fr .wrmap ul li{ float: left; width: 40%; color: #0083ce; font-size: 14px; padding-left: 10%}
.main .main-fr .wrmap{
height: auto;
overflow: hidden;
padding-bottom:15px; 
}


.progressbar{ width:280px; padding-top:16px; margin:0 auto;}
.progressbar div{ width:280px; height:16px; overflow:hidden; background:url(../images/progress_bar.png) no-repeat;}
.progressbar ul{ height:22px; overflow:hidden;}
.progressbar ul li{ width:70px; height:22px; line-height:22px; float:left; color:#666; font-size:12px; text-align:center;}
.progressbar.bar-2 div{ background-position:0 -16px;}
.progressbar.bar-3 div{ background-position:0 -32px;}
.progressbar.bar-4 div{ background-position:0 -48px;}