﻿@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: '微软雅黑', Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}

a {
  text-decoration: none;
  color: #333;
}

a:hover {
  color: #328be5;
}

li {
  list-style: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.h290 {
  height: 220px;
}

.mr10 {
  margin-right: 50px;
}

.mt20 {
  margin-top: 20px;
}

.w135 {
  width: 120px;
}

.w155 {
  width: 120px;
}

.w170 {
  width: 130px;
}

.w285 {
  width: 285px;
}

.w380 {
  width: 350px;
}

.w580 {
  width: 580px;
}

.w590 {
  width: 590px;
}

.w885 {
  width: 885px;
}

.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: '';
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}

.news li{
     		overflow:hidden;
     		line-height:40px;
     		height:37px;
     		text-align:right;
     	}
		.news li em {
			color: #757575;
			margin-right: 15px;
		}
		.news li a{
			float:left;
			text-align:left;
			font-size: 16px;
			overflow:hidden;
			text-overflow:ellipsis;
			white-space:nowrap;
			max-width:80%
		}
		#noticeNews li{
			overflow:hidden;
     		line-height:40px;
     		height:36px;
     		text-align:right;
		}
		#noticeNews li em {
			color: #757575;
			margin-right: 10px;
		}
		#noticeNews li a{
			float:left;
			text-align:left;
			font-size: 16px;
			overflow:hidden;
			text-overflow:ellipsis;
			white-space:nowrap;
			max-width:80%
		}

		.np-nav{
			font-size:0;
			
		}
		.np-nav li{
			float:left;
			position:relative;
			font-size:0
			}
		.np-nav li a{
			width:100px;
			font-size:18px;
			color:#fff;
			line-height: 49px;
			height:46px;
			text-align:center;
			display:inline-block;
			
		}
	
		.np-nav li .nav-side a{
			background: url("<%=request.getContextPath()%>/smmh/cssNow/images/nav-bg.png") repeat-x;
		}
		.np-nav li>a{height:49px;line-height:normal}
		.np-nav li>.nav-side{
			position:absolute;
			top:49px;
			left:0;
			z-index:99;
			display:none}
		.np-nav li:hover .nav-side{display:block}
.np-table{width:100%;border:0}
.np-table th,
.np-table td{padding:6px 5px}
.np-table td{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.np-table th{background:#f4f4f4}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.container,
.header,
.main {
  width: 1200px;
  margin: 0 auto;
}

.container:before,
.header:before,
.main:before {
  content: '';
  display: block;
  margin-top: -1px;
  border-top: 0px solid transparent;
}

.topBar,
.navBar,
.footer {
  min-width: 1200px;
}

.topBar {
  height: 65px;
  line-height: 65px;
  background-color: #f3f3fa;
}

.topBar .enter {
  height: 30px;
  line-height: 28px;
  border: 1px solid #c9c9c9;
  border-radius: 4px;
  padding: 0 10px 0 40px;
  display: inline-block;
  color: #328be5;
   font-size: 10px;
  text-decoration: none;
  background: url(../images/i-enter.png) 10px center no-repeat;
  transition: all .3s ease-in-out;
}

.topBar .enter:hover {
  background-color: #fff;
  border-color: #328be5;
}

.guide {
  font-size: 0;
  color: #666;
  margin-left: 20px;
}

.guide a {
  font-size: 14px;
  color: #666;
}

.guide a + a:before {
  content: '/';
  padding: 0 5px;
  display: inline-block;
  color: #666;
}

.guide a:hover {
  color: #328be5;
}

.header {
  height: 120px;
  background: url(../images/hbg.png) right bottom no-repeat;
}

.header a {
  margin-top: 27px;
  display: block;
  width: 604px;
  height: 66px;
  background: url(../images/logo.png) no-repeat;
}

.navBar {
  background-color: #328be5;
  height: 50px;
}

.navBar > div {
  font-size: 0;
}

.navBar > div > a {
  display: inline-block;
  width: 109px;
  text-align: center;
  font-size: 15px;
  line-height: 49px;
  color: #fff;
  transition: background .3s ease-in-out;
}

.navBar > div > a.cur, .navBar > div > a:hover {
  background-color: #1f6ebe;
}

.fastEnter {
  margin-left: -10px;
}

.fastEnter li {
  display: inline-block;
  vertical-align: middle;
  width: 188px;
  height: 120px;
  border: solid 1px #d2d2d2;
  margin-left: 10px;
  margin-top: 20px;
}

.fastEnter li a {
  display: block;
  height: 118px;
  background-color: #fff;
  text-align: center;
  overflow: hidden;
}

.fastEnter li a img {
  margin: 10px auto 0;
}

.fastEnter li a p {
  font-size: 20px;
  font-weight: 600;
}

.title {
  padding-bottom: 10px;
  border-bottom: 1px solid #979bd3;
  *zoom: 1;
  margin-top: 20px;
}

.title:after {
  content: '';
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}

.title h3 {
  float: left;
  font-size: 18px;
  font-weight: 600;
}

.title h3 img {
  display: inline-block;
  margin-right: 8px;
  vertical-align: -5px;
}

.form {
  padding-top: 20px;
  margin-left: -20px;
}

.form .f-text,
.form .f-btn {
  height: 45px;
  line-height: 43px;
  display: inline-block;
  margin-left: 20px;
  border: 1px solid #dbdbdb;
  padding: 0 10px;
  font-size: 16px;
}

.form .f-text {
  width: 275px;
  outline: 0;
}

.form .f-text:focus {
  border-color: #328be5;
}

.form .f-btn {
  width: 130px;
  text-align: center;
  background-color: #328be5;
  border-color: #328be5;
  color: #fff;
}

.form .f-btn.f-btn2 {
  background-color: #dbdbdb;
  border-color: #dbdbdb;
  color: #333;
}

.scroll {
  position: relative;
  width: 580px;
  height: 320px !important;
  z-index: 1;
  overflow: hidden;
}

.scroll-pic {
  z-index: 1;
  width: 580px;
  height: 320px !important;
  overflow: hidden;
}

.scroll-pic li {
  width: 580px;
  height: 320px;
}

.scroll-pic li a {
  width: 580px;
  display: block;
  height: 320px;
}

.scroll-pic li a img {
  width: 100%;
  height: 100%;
}

.scroll-txt-bg {
  position: absolute;
  opacity: 0.6;
  height: 50px;
  z-index: 2;
  background: #000;
  left: 0;
  right: 0;
  bottom: 0;
}

.scroll-txt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  z-index: 3;
  height: 50px;
}

.scroll-txt li {
  height: 50px;
  line-height: 50px;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: -50px;
  z-index: 3;
}

.scroll-txt li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  padding: 0 230px 0 10px;
  font-size: 14px;
}

.scroll-num {
  position: absolute;
  height: 10px;
  right: 0;
  bottom: 25px;
  z-index: 4;
}

.scroll-num li {
  width: 36px;
  height: 6px;
  margin-right: 5px;
  display: inline-block;
  background: #fff;
  cursor: pointer;
  transition: all .3s ease-in-out;
}

.scroll-num li.on {
  background: #1e88e5;
}

.total-tit {
  color: #999;
  font-weight: 600;
  padding: 15px 0;
  font-size: 16px;
}

.total {
  position: relative;
  height: 30px;
  padding: 0 30px 0 80px;
  font-size: 0;
  text-align: right;
}

.total em {
  font-style: normal;
  width: 19px;
  height: 32px;
  line-height: 32px;
  display: inline-block;
  margin-left: -1px;
  font-size: 16px;
  color: #e6650e;
  font-weight: 600;
  vertical-align: middle;
  text-align: center;
  background: url(../images/num.png) center no-repeat;
}

.total + .total {
  margin-top: 10px;
}

.total:before, .total:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  width: 85px;
  line-height: 1;
  text-align: left;
}

.total:before {
  content: attr(data-name);
  left: 0;
}

.total:after {
  content: attr(data-info);
  width: 30px;
  text-align: center;
  right: 0;
}

.footer {
  margin-top: 20px;
  background-color: #f3f3f3;
  height: 85px;
}

.footer > div {
  position: relative;
}

.footer > div > p {
  line-height: 35px;
}

#zf {
  position: absolute;
  right: 0;
  top: 25%;
  margin-top: -15px;
}

.tabs {
  position: relative;
}

.tabs-more {
  position: absolute;
  z-index: 2;
  height: 40px;
  line-height: 40px;
  right: 5px;
  top: 0;
}

.tabs-more a {
  display: block;
}

.tabs-tit {
  position: relative;
  z-index: 1;
  font-size: 0;
  height: 40px;
  background: url(../images/tb.png) repeat-x;
}

.tabs-tit span {
  position: relative;
  width: 50%;
  font-size: 18px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}

.tabs-tit span + span:before {
  content: '';
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 0;
  width: 1px;
  background-color: #cee4ff;
}

.tabs-tit span.cur {
  font-weight: 600;
}

.tabs-tit span.cur:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -2px;
  height: 2px;
  background-color: #328be5;
}

.tabs-con {
  height: 280px;
}

.tabs-item {
  display: none;
}

.first-news {
  padding-top: 10px;
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #c9c9c9;
}

.first-news h3 {
  font-size: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 5px;
}

.list li a {
  padding: 5px 0;
  font-size: 16px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.scroll-left {
  margin-top: 20px;
  overflow: hidden;
  height: 85px;
}

.scroll-left_con {
  margin: 0 -20px;
}

.scroll-left a {
  display: inline-block;
  height: 85px;
  width: 590px;
  margin-right: 20px;
}

.scroll-left a img {
  width: 100%;
  max-height: 100%;
}

.fwpj > div > p {
  font-size: 16px;
  text-align: center;
}

.fwpj .bjs-total,
.fwpj .zgl-total {
  height: 115px;
  line-height: 115px;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  color: #1c99e1;
  margin-top: 30px;
  margin-bottom: 20px;
}

.fwpj .bjs-total > em,
.fwpj .zgl-total > em {
  font-style: normal;
  font-size: 14px;
  font-weight: 500;
}

.fwpj .zgl-total {
  background: url(../images/zgl.png) center no-repeat;
}



 .vistor-total {
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  font-weight: 100;
  color: #1c99e1;
  margin-top: 2px;
  margin-bottom: 2px;
}

.vistor-total > em {
  font-style: normal;
  font-size: 14px;
  font-weight: 100;
}

.vistor-total {
  background: url(../images/zgl.png) center no-repeat;
  background-size:20% 20%;
}

.fwpj .pgf {
  height: 115px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-top: 30px;
}

.fwpj .pgf > p {
  font-size: 22px;
  font-weight: 600;
  color: #1c99e1;
}

.fwpj .pgf > p em {
  font-style: normal;
  font-size: 14px;
  font-weight: 500;
}

.fwpj .pgf .star {
  display: block;
  width: 156px;
  height: 22px;
  margin: 5px auto 0;
  background: url(../images/s-1.png) center no-repeat;
}

.fwpj .pgf .star.star-1 {
  background-image: url(../images/s-1.png);
}

.fwpj .pgf .star.star-2 {
  background-image: url(../images/s-2.png);
}

.fwpj .pgf .star.star-3 {
  background-image: url(../images/s-3.png);
}

.fwpj .pgf .star.star-4 {
  background-image: url(../images/s-4.png);
}

.fwpj .pgf .star.star-5 {
  background-image: url(../images/s-5.png);
}
