body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
lengend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}
body,
button,
input,
select,
textarea {
  font: 12px/1 "宋体", Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
  word-break: break-all;
}
h1 {
  font-size: 18px;
}
h2 {
  font-size: 16px;
}
h3 {
  font-size: 14px;
}
h4,
h5,
h6 {
  font-size: 100%;
}
address,
cite,
dfn,
em,
var {
  font-style: normal;
}
code,
kbd,
pre,
samp,
tt {
  font-family: "Courier New", Courier, monospace;
}
small {
  font-size: 12px;
}
ul,
ol {
  list-style: none;
}
a {
  text-decoration: none;
}
abbr[title],
acronym[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
q:before,
q:after {
  content: '';
}
legend {
  color: #000;
}
fieldset,
img {
  border: none;
}
button,
input,
select,
textarea {
  font-size: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  border: none;
  height: 1px;
}
html {
  overflow-y: scroll;
}
.fl {
  float: left;
  display: inline;
}
.fr {
  float: right;
  display: inline;
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix:after {
  clear: both;
}
a {
  transition: color 0.1s ease-in-out;
}
a:link {
  transition: color 0.1s ease-in-out;
}
#fixedBox {
  display: none;
}
body {
  font-family: "微软雅黑", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1";
  font-size: 13px;
}
.inner {
  width: 1000px;
  margin: 0 auto;
}
#header {
  background: url(../images/header-bg.png) top repeat-x;
}
#header .top-content {
  position: relative;
  overflow: hidden;
  padding: 5px 0 10px 0;
}
#header .logo {
  float: left;
  display: block;
}
#header .top-links {
  position: absolute;
  top: 15px;
  right: 0;
}
#header .top-links a {
  margin: 0 5px;
  color: #737373;
}
#header .phone {
  position: absolute;
  right: 0;
  top: 45px;
  display: block;
  width: 256px;
  height: 48px;
}
#header .top-nav {
  background: #7acafb;
  border-bottom: 1px solid #0568a4;
  line-height: 40px;
  height: 40px;
}
#header .top-nav li.m-li {
  box-sizing: border-box;
  text-align: center;
  font-size: 16px;
  float: left;
  border-left: 1px solid #acdefc;
  width: 11%;
  border-right: 1px solid #0568a4;
  position: relative;
}
#header .top-nav li ul {
  position: absolute;
  z-index: 100;
  width: 100%;
  background: rgba(62, 144, 193, 0.82);
  display: none;
}
#header .top-nav li ul li{
  border-bottom: 1px solid rgba(62, 144, 193, 1);
}
#header .top-nav li ul li:hover{
  background: rgba(62, 144, 193, 1);
}
#header .top-nav li.m-li:hover {
  background: #48b6fa;
}
#header .top-nav li.m-li:hover ul{
  display: block;
}
#header .top-nav li.m-li:last-child {
  border-right: 0;
}
#header .top-nav li.m-li:first-child {
  border-left: 0;
}
#header .top-nav a {
  color: white;
}
.tools-bar {
  padding: 6px 0px;
  line-height: 22px;
  overflow: hidden;
}
.tools-bar .time {
  float: left;
  color: #6c90c0;
  line-height: 26px;
}
.search-box {
  float: right;
}
.search-box .input-txt {
  background: url(../images/search.png) 3px 2px no-repeat;
  padding-left: 26px;
  border: 1px solid #999999;
  line-height: 20px;
  width: 180px;
  height: 20px;
}
.search-box .input-btn {
  background: url(../images/search-btn.png);
  border: none;
  width: 57px;
  height: 22px;
  text-indent: -9999px;
}
.banner {
  height: 394px;
  clear: both;
  margin-bottom: 10px;
  overflow: hidden;
}
.banner .bd li {
  width: 100%;
  height: 394px;
}
.banner .bd a {
  display: block;
  height: 394px;
}
.banner .page_button {
  display: none;
}
.class-box {
  border-radius: 8px;
  margin-bottom: 10px;
}
.class-box .header {
  background: url(../images/class-title-header.png) repeat-x;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  border: 1px solid #d0d0d0;
  border-radius: 8px 8px 0 0;
  border-bottom: 0;
}
.class-box .header h2 {
  font-size: 16px;
  color: white;
  background: #7acafb url(../images/class-blue.png) right center no-repeat;
  float: left;
  padding: 0 40px 0 20px;
  border-radius: 8px 0 0 0;
  font-weight: normal;
}
.class-box .header .more {
  float: right;
  color: black;
  font-size: 12px;
  font-family: "宋体";
  margin-right: 10px;
}
.class-box .content {
  background: url(../images/class-box-content.png) center repeat-x;
  border: 1px solid #d0d0d0;
  border-top: 0;
  border-radius: 0 0 8px 8px;
  padding: 10px;
}
.about {
  overflow: hidden;
  float: left;
  width: 535px;
  height: 252px;
}
.about img {
  float: left;
  margin-right: 10px;
}
.about .description {
  font-size: 14px;
  color: #8d8d8d;
  line-height: 25px;
}
.honor {
  height: 252px;
  overflow: hidden;
  width: 460px;
  float: right;
}
.honor .content {
  height: 200px;
}
.honor #honorJS {
  position: relative;
  margin-top: 30px;
}
.honor #honorJS .bd {
  position: absolute;
  left: 30px;
}
.honor #honorJS .prev,
.honor #honorJS .next {
  width: 22px;
  height: 25px;
  position: absolute;
  top: 50px;
  text-indent: -9999px;
  cursor: pointer;
}
.honor #honorJS .prev {
  left: 0;
  background: url(../images/prev.png) center no-repeat;
}
.honor #honorJS .next {
  right: 0;
  background: url(../images/next.png) center no-repeat;
}
.honor .bd li {
  width: 180px;
  margin-right: 12px;
  text-align: center;
}
.honor .bd .pic {
  width: 180px;
  height: 130px;
}
.honor .bd .txt {
  color: #8d8d8d;
  line-height: 24px;
}
.honor .control_hd {
  display: none;
}
.news {
  width: 600px;
  float: left;
}
.news .header {
  border-right: 0;
  border-radius: 8px 0 0 0;
}
.news .content {
  overflow: hidden;
  border-radius: 0 0 0 8px;
  border-right: 0;
}
.news #newsJs {
  position: relative;
  width: 220px;
  height: 145px;
  float: left;
  margin-right: 10px;
}
.news #newsJs .page_button {
  display: none;
}
.news #newsJs .pic {
  width: 220px;
  height: 145px;
}
.news #newsJs .control_hd {
  position: absolute;
  bottom: 3px;
  right: 0px;
  z-index: 100;
}
.news #newsJs .control_hd li {
  float: left;
  width: 18px;
  height: 16px;
  background: black;
  color: white;
  border: 1px solid white;
  text-align: center;
  line-height: 16px;
  margin-right: 3px;
}
.news .news-list {
  float: left;
  width: 340px;
}
.notice {
  width: 400px;
  float: left;
}
.notice .header {
  border-left: 0;
  border-radius: 0;
}
.notice .header h2 {
  border-radius: 0;
}
.notice .content {
  border-left: 0;
  border-radius: 0 0 8px 0;
  padding-left: 0;
}
.notice .news-list {
  border-left: 1px solid #d0d0d0;
  padding-left: 10px;
  width: 380px;
}
.news-list {
  line-height: 24px;
}
.news-list li {
  padding-left: 15px;
  background: url(../images/listy1.png) left center no-repeat;
  border-bottom: 1px dotted #8d8d8d;
}
.news-list a {
  color: #8d8d8d;
}
.news-list a:hover {
  color: #7acafb;
}
.news-list .time {
  float: right;
  color: #8d8d8d;
  margin-right: 10px;
}
.case {
  width: 790px;
  float: right;
}
.case .content {
  padding: 10px 15px;
}
.case ul {
  margin-right: -40px;
  overflow: hidden;
}
.case li {
  float: left;
  width: 225px;
  margin-right: 40px;
  margin-bottom: 30px;
}
.case .pic {
  width: 225px;
  height: 130px;
  margin-bottom: 5px;
}
.case .txt {
  height: 27px;
  line-height: 27px;
  text-align: center;
  color: white;
  background: #7acafb;
  display: block;
}
.inset-aside {
  width: 196px;
  float: left;
}
.inset-aside .nav-list a {
  background: #0094ed url(../images/listy2.png) 21px 13px no-repeat;
  color: white;
  height: 157px;
  height: 31px;
  line-height: 31px;
  text-align: center;
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}
.inset-aside .nav-list a:hover {
  background: #0074ba url(../images/listy2.png) 21px 13px no-repeat;
}
.inset-content {
  width: 790px;
  float: right;
}
.inset-content .content {
  background-color: #f0eff7;
  background-position: top;
}
.inset-content .crumbs {
  float: right;
  font-family: "宋体";
  color: #9d9d9d;
}
.inset-content .crumbs a {
  color: #9d9d9d;
}
.left-bar {
  width: 196px;
  float: left;
}
.left-bar .honor-link {
  display: block;
  margin-bottom: 20px;
}
.left-bar p {
  line-height: 26px;
}
.left-bar .qqs {
  margin-top: 10px;
}
.left-bar .content {
  height: 250px;
}
.case .content {
  height: 381px;
}
.footer {
  background: #f0f0f0;
  overflow: hidden;
}
.friend {
  border-top: 1px solid white;
  margin-top: 1px;
  padding: 10px 0;
  overflow: hidden;
  color: #959595;
  line-height: 30px;
}
.friend a {
  margin: 0 5px;
  color: #959595;
}
.friend a:hover {
  color: #7acafb;
}
.friend .title {
  background: url(../images/friend-title.png);
  width: 74px;
  height: 63px;
  float: left;
  margin-right: 10px;
  text-indent: -9999px;
}
.bottom-nav {
  background: #7acafb;
  text-align: center;
}
.bottom-nav a {
  color: black;
  display: inline-block;
  padding: 10px 25px;
}
.bottom-nav a:hover {
  background: #48b6fa;
}
.copyright {
  line-height: 24px;
}
.copyright {
  color: black;
}
.daoqi .listpage {
  font-family: "微软雅黑", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1";
  color: #222;
  text-align: right;
}
.daoqi .listpage a,
.daoqi .listpage span {
  background: url(../images/page.png) center no-repeat;
  text-align: center;
  display: inline-block;
  width: 21px;
  height: 19px;
  line-height: 19px;
  margin-right: 4px;
  color: #222;
}
.daoqi .listpage a.page-note,
.daoqi .listpage a.page-frist,
.daoqi .listpage a.page-last {
  display: none;
}
.daoqi .listpage a.page-next,
.daoqi .listpage a.page-last,
.daoqi .listpage a.page-next,
.daoqi .listpage a.page-pre,
.daoqi .listpage a.page-frist {
  text-indent: -9999px;
}
.daoqi .listpage a.page-next {
  background: url(../images/page_n.png);
}
.daoqi .listpage a.page-pre {
  background: url(../images/page_p.png);
}
.daoqi .listpage span {
  background: url(../images/page_on.png);
  color: white;
}
.no-svg .pro-text-li {
  background: none !important;
  padding-left: 0 !important;
}
.no-csstransitions .pro-text-li .txt:hover {
  text-indent: 0px !important;
}
/*
.toggle {
  cursor: pointer;
  border-radius: 1px;
  height: 1px;
  width: 7px;
  background: #333;
  position: absolute;
  display: block;
  content: '';
}
.toggle:before, .toggle:after{
	width:1px;
	height: 3px;
	background: #333;
	position: absolute;
	display: block;
	content: '';
	border-radius: 1px 1px 0 0 ;
	top: -3px;
	left: 3px;
}
.toggle:after{
	top: 1px;
	border-radius: 0px 0px 1px 1px ;
}

.toggle, .toggle:before, .toggle:after {
  transition: all 250ms ease-in-out;
}
.toggle.active {
	width: 12px;
}
.toggle.active:before, .toggle.active:after {
  top: 0;
}
.toggle.active:before {
	width: 0;
	height: 0;
	border-top: 4px solid #333;
	border-right: 3px solid #FFF;
	top: 1px;
	left: 8px;
}
.toggle.active:after {
	width: 0;
	height: 0;
	border-bottom: 4px solid #333;
	border-right: 3px solid #FFF;
	top: -4px;
	left: 8px;
}
.pro-text-li{
	a{
		margin-left: 20px;
	}
	.toggle{
		position:absolute;
		left: 5px;
		top: 15px;
	}
}
*/
.comment {
  line-height: 190%;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
  background: #f8f8f8;
  padding: 5px 20px 30px;
  color: #666666;
  margin-bottom: 10px;
}
/*---回复人数块---*/
.comment .more {
  padding: 10px 0 10px 0;
  margin: 0;
  width: auto;
  background: none;
  height: auto;
  text-align: left;
  margin-bottom: -10px;
}
/*---100815增加的颜色块---*/
.comment .more a {
  background: #5FA6FF;
  color: #fff;
  padding: 3px 5px;
}
.comment .more a:hover {
  background: #c90;
  color: #fff;
  text-decoration: none;
}
/*---回复人数---*/
.comment .more b {
  position: relative;
  height: 1px;
}
/*---回复人数---*/
.comment .more b span {
  position: absolute;
  width: 300px;
  top: -17px;
  *top: 16px;
  font-size: 30pt;
  font-family: Georgia;
  font-weight: 300;
}
/*---块---*/
.comment dl {
  padding-bottom: 10px;
  /*padding-left:115px;*/
  padding-top: 10px;
}
/*---标题---*/
.comment dt {
  line-height: 25px;
  height: 25px;
  background: #fff;
  border: 1px solid #D2D9E3;
  padding-top: 1px;
}
/*---标题加粗---*/
.comment dt strong {
  padding-left: 33px;
  background: url(../images/system/common_user.png) no-repeat 10px center;
  color: #c00;
  padding-right: 20px;
  font-size: 14px;
  letter-spacing: 1px;
}
/*---时间---*/
.comment dt span {
  font-size: 12px;
  letter-spacing: 1px;
}
/*---计数---*/
.comment dd .n {
  position: relative;
  text-align: right;
  height: 1px;
}
/*---计数---*/
.comment .n em {
  font-size: 30pt;
  font-family: Georgia;
  position: absolute;
  top: -15px;
  right: 12px;
  height: 40px;
  line-height: 50px;
  color: #d2d9e3;
}
/*---计数---*/
.comment .n em span {
  font-size: 14pt;
  font-style: italic;
}
/*---内容---*/
.comment dd {
  line-height: 180%;
  font-size: 10.5pt;
  padding: 9px 0 10px 14px;
  background: #fefefe;
  border: 1px solid #D2D9E3;
  color: #202F46;
  min-height: 103px;
  _height: 103px;
}
/*---用户内容---*/
.comment dd .u {
  padding-right: 110px;
}
/*---回复---*/
.comment dd .a {
  border-top: 1px dashed #D2D9E3;
  margin: 13px 0 0 32px;
  padding: 8px 8px 0 70px;
  min-height: 55px;
  _height: 55px;
  font-weight: 700;
  background: url(../images/system/common_administrator.png) no-repeat 1px 10px;
}
/*---回复内容---*/
.comment dd b {
  font-weight: 400;
  color: #ff0000;
}
.comment .post {
  margin: 0 auto;
  padding-top: 20px;
  letter-spacing: 1px;
}
.textarea_top {
  padding-top: 10px;
}
.comment label {
  font-size: 14px;
  height: 20px;
  line-height: 20px;
}
.comment .input,
.comment .input2 {
  padding: 4px;
  height: 14px;
  vertical-align: middle;
  border: 1px solid #d8dfe5;
  background: #fefefe;
  color: #555555;
}
.comment .textarea,
.comment .textarea2 {
  border: 1px solid #d8dfe5;
  background: #fff;
  float: left;
  height: 86px;
  /*width:520px;*/
  width: 98%;
  margin-top: 2px;
  padding: 6px;
  color: #555555;
}
.comment .input2,
.comment .textarea2 {
  border: 1px solid #efefef;
  background: #fff;
  color: #0099ff;
}
.comment .btn,
.comment .btn2 {
  float: right;
  height: 104px;
  width: 104px;
  background: #fff;
  border: none;
  font-size: 14px;
  font-weight: 700;
  color: #CC0000;
  cursor: pointer;
}
.comment .btn2,
.comment .btn:hover {
  background: #ffffff url(../images/btn.gif) no-repeat center bottom;
}
.comment .page a {
  color: #666666;
}
.pro-text-list {
  padding-bottom: 10px;
}
.pro-text-list .pro-text-li {
  height: 32px;
  line-height: 32px;
  border-bottom: 1px dotted #aaaaaa;
  position: relative;
  padding-left: 12px;
  background: url(../images/listy1.png) 0px 11px no-repeat;
}
.pro-text-list .pro-text-li .txt {
  color: #333333;
  text-decoration: none;
  display: block;
  transition: all .2s linear;
}
.pro-text-list .pro-text-li .txt:hover {
  color: red;
  text-decoration: underline;
  text-indent: 5px;
}
.pro-text-list .pro-text-li .time {
  position: absolute;
  right: 10px;
  top: 0;
  color: #CCC;
  font-family: verdana, arial, tahoma;
}
.listpage {
  padding: 2px;
  margin: 7px;
  font-family: "Lucida Sans Unicode", "Lucida Grande", LucidaGrande, "Lucida Sans", Geneva, Verdana, sans-serif;
  text-align: right;
}
.listpage a {
  padding: 0.5em 0.64em 0.43em;
  color: #fff !important;
  background: #7acafb;
  text-decoration: none;
  margin: 2px;
}
.listpage a:hover,
.listpage a a:active {
  padding: 0.5em 0.64em 0.43em;
  color: #fff;
  background: #48b6fa;
}
.listpage a.current {
  padding: 0.5em 0.64em 0.43em;
  color: #6d643c;
  background: #f6efcc;
}
.listpage a.disable {
  display: none;
}
.jogger {
  color: #333;
}
.pro-photo-list {
  margin-left: 15px;
}
.pro-photo-list .pro-photo-ul {
  margin: 15px -15px 0px 0px;
  zoom: 1;
  text-align: center;
}
.pro-photo-list .pro-photo-li {
  float: left;
  display: inline;
  margin-right: 15px;
  text-align: center;
  padding-bottom: 10px;
}
.pro-photo-list .pro-photo-li .pic {
  width: 235px;
  height: 180px;
  overflow: hidden;
  display: block;
  margin-bottom: 5px;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
}
.pro-photo-list .pro-photo-li .txt {
  text-align: center;
  line-height: 25px;
  color: #333;
}
.pro-photo-list .pro-photo-li .txt:hover {
  color: #7acafb;
}
.article {
  padding: 0;
  line-height: 200%;
  min-height: 300px;
}
.article img {
  max-width: 100%;
}
.article .article_title {
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  border-bottom: 1px dotted #e1e1e1;
}
.article .article_description {
  padding: 6px 0;
  text-align: center;
}
.article .page_link {
  margin-top: 10px;
}
.article .page_link a {
  line-height: 26px;
}
.article .page_link a:hover {
  color: #7acafb;
}
.article_title {
  color: #111;
}
.article_description {
  color: #333;
}
.page_link {
  color: #333;
}
.page_link a {
  color: #000;
}
.page_link a:hover {
  color: #7acafb;
}
.article_key {
  color: #333;
}
.article_key a {
  color: #7acafb;
}
.article_key a:hover {
  color: #000;
}
#bannerJs {
  overflow: hidden;
  position: relative;
}
#bannerJs .bd {
  overflow: hidden;
}
#bannerJs .bd li {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-image: url(../images/svg/loading-bubbles.svg);
  background-position: center;
  background-repeat: no-repeat;
}
#bannerJs .bd li.clone {
  background: none;
}
#bannerJs .bd li.clone img {
  opacity: 1;
}
#bannerJs .bd img {
  width: 100%;
  opacity: 0;
  transition: .3s;
}
#bannerJs .bd img.ok {
  opacity: 1;
}
#bannerJs .hd {
  position: absolute;
  bottom: 10px;
  z-index: 100;
  left: 50%;
  margin-left: -40px;
}
#bannerJs .hd li {
  text-indent: -9999px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  float: left;
  margin-right: 6px;
  background: white;
  cursor: pointer;
}
#bannerJs .hd li.on {
  background: #7acafb;
}
.no-svg #bannerJs .hd li {
  background: white;
}
.no-svg #bannerJs .hd.on {
  background: #fec865;
}
#resc {
  padding: 15px 0;
}
#results li {
  margin: 0 0 18px;
  overflow: hidden;
}
#results .tl em a {
  color: #808080;
}
.result-footer {
  line-height: 20px;
}
.result-footer cite {
  color: #0e774a;
}
.result-footer cite strong {
  font-weight: bolder;
}
.rs em {
  color: #2B2B2B;
  font-style: italic;
}
#results li p {
  line-height: 20px;
}
.result-error {
  font-size: 14px;
}
.result-error-tips {
  margin: 7px 0 30px;
}
.result-error-tips strong {
  font-weight: bold;
}
.result-error ul {
  margin: 10px 0 0 0;
  line-height: 1.9;
}
.result-error ul li {
  list-style: disc inside none;
}
.pic {
  overflow: hidden;
  display: block;
}
.pic.loading {
  background: #e1e1e1 url(../images/svg/loading-bars.svg) center no-repeat;
}
.pic.loading img {
  display: none;
}
.pic.effect {
  background: #FC7474;
}
.pic img {
  opacity: 0.95;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.pic.effect:hover img {
  -webkit-transform: scale3d(0.98, 0.98, 1);
  transform: scale3d(0.98, 0.98, 1);
}
.weather iframe {
  float: left;
}
/*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=style.css.map */