@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon/icomoon.eot');
  src: url('../fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'), url('../fonts/icomoon/icomoon.woff') format('woff'), url('../fonts/icomoon/icomoon.ttf') format('truetype'), url('../fonts/icomoon/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
.rm-toggle.rm-button {
  margin-top: 25px;
}
.rm-css-animate.rm-menu-expanded {
  max-height: none;
  display: block;
}
.rm-container.rm-layout-expanded {
  float: right;
}
.rm-nav li a,
.rm-top-menu a {
  padding: .75rem 0.5rem;
  font-size: 1em;
  line-height: 1.5rem;
  text-transform: uppercase;
}
.rm-layout-expanded .rm-nav > ul > li > a,
.rm-layout-expanded .rm-top-menu > .rm-menu-item > a {
  height: 100px;
  line-height: 100px;
}
.rm-nav ul li .gaoliang {
  padding: 0 0.5rem;
  border-bottom: 3px solid #db1525;
}
.rm-nav ul li .home-pic {
  background: #db1525 url(../images/home.png) no-repeat center center;
  padding: 1.5rem;
}
.tab {
  margin: 30px auto 0;
  width: 90%;
  overflow: hidden;
}
.tabBtn {
  height: 30px;
  border-bottom: 1px solid #CCC;
}
.tabBtn a {
  display: inline;
  float: left;
  font-size: 12px;
  text-align: center;
  margin-right: 10px;
  width: 114px;
  padding: 0 10px;
  background: url(../images/xy-9.jpg) no-repeat;
  line-height: 30px;
  text-decoration: none;
  color: #666;
  height:30px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.tabBtn a:hover,
.tabBtn a.active {
  background: url(../images/xy-8.jpg) no-repeat;
  line-height: 31px;
}
.tabSec {
  width: 100%;
  overflow: hidden;
}
.tabArt {
  padding: 10px 0;
  display: none;
  overflow: hidden;
  color: #333;
  font-size: 12px;
}
.tabArt figure {
  float: left;
  width: 42%;
  position: relative;
  height: 263px;
}
.tabArt figure img {
  max-height: 100%;
  max-width: 100%;
}
/*tab-pic-show*/
/*侧边下拉菜单*/
.ce {
  display: block;
  width: 100%;
  background: #d3d3d3;
  list-style: none;
}
.ce li {
  border-bottom: 1px solid #bebebe;
  border-top: 1px solid #bebebe;
}
/*.more {
  float: right;
  margin-top: 2%;
}*/
.ce li a i{
  float:right;
  display:block;
}
.ce li a span{
  display:inline-block;
  width:90%;
   overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ce li a {
  padding: 3% 4%;
  color: #666;
  display: flex;
  cursor: pointer;
  background: #eee;
  overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ce li a:hover {
  background: #db1525;
  color: #fff;
}
.ce li .dqian {
  background: none;
}
.ce li .xz {
  background: #db1525;
  color: #fff;
}
.er {
  display: none;
  width: 100%;
  background: #999;
  list-style: none;
}
.er li {
  width: 100%;
  border: solid #8c8c8c;
  border-width: 1px 0px 0px;
}
.er li a {
  display: block;
  padding: 10px 10px 10px 20px;
  color: #666;
  background: none;
  font-size: 15px;
  overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.er .e_li a {
  background: url(../images/more.png) no-repeat 95% center;
}
.er li a:hover,
.er li .sen_x {
  background: #b70211;
}
.er .e_li a:hover,
.er .e_li .sen_x {
  background: url(../images/more.png) no-repeat 95% center #b70211;
}
.thr {
  background: #ccc;
  display: none;
  list-style: none;
}
.thr li {
  margin-bottom: 1px;
  border-top: 1px solid #b4b4b4;
  position: relative;
}
.er .e_li .thr li a {
  background: none;
  color: #666;
}
.er .e_li .thr li a:hover {
  background: #b70211;
}
.er .e_li .thr li .xuan {
  background: #b70211;
  color: #fff !important;
}
.more1 {
  margin-left: 28px;
  margin-top: -4px;
}
/*搜索*/
.sb-search {
  position: relative;
  margin-top: 28px;
  width: 0%;
  min-width: 40px;
  height: 40px;
  float: right;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}
.sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: #eee;
  width: 100%;
  height: 40px;
  margin: 0;
  z-index: 10;
  padding-left: 4px;
  font-family: inherit;
  font-size: 16px;
  color: #2c3e50;
}
.sb-search-input::-webkit-input-placeholder {
  color: #b70211;
}
.sb-search-input:-moz-placeholder {
  color: #b70211;
}
.sb-search-input::-moz-placeholder {
  color: #b70211;
}
.sb-search-input:-ms-input-placeholder {
  color: #b70211;
}
.sb-icon-search,
.sb-search-submit {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
.sb-search-submit {
  background: #fff;/* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";/* IE 8 */
  filter: alpha(opacity=0);/* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}
.sb-icon-search {
  color: #fff;
  background: #db1525;
  z-index: 90;
  font-size: 16px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
.sb-icon-search:before {
  content: "\e000";
}
/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
  width: 100%;
}
.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
  background: #b70211;
  color: #fff;
  z-index: 11;
}
.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
  z-index: 90;
}
/*# sourceMappingURL=styles.css.map */
.new-case-bg .new-case .new-case-list .new-tillte dd a:hover{
   color:#3f9d3f;
}