@import url("./../alice/base.css");
@import url("./../alice/iconfont.css");
@import url("./../alice/grid.css");
@import url("./../alice/box.css");
@import url("./../alice/list.css");
@import url("./../alice/slide.css");
@import url("./../alice/paging.css");
@import url("./../alice/form.css");
@import url("./../alice/input.css");
@import url("./../alice/label.css");
@import url("./../alice/button.css");
@import url("./../alice/tab.css");
@import url("./../alice/table.css");
@import url("./top.css");
@import url("./flooter.css");

body {
  color: #555;
  font-size: 12px;
  font-family: Arial, "microsoft yahei", "微软雅黑";
  background: #fff;
}

/* 正常链接 未访问 */
a {
  color: #06c;
}

/* 鼠标悬停 */
a:hover {
  color: #f60;
  text-decoration: none;
}

.wrap {
  width: 1200px;
  margin: 0 auto; /*background:#efefef;*/
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mb20 {
  margin-bottom: 20px;
}
.w730 {
  width: 930px;
}
.w250 {
  width: 250px;
}

.main-b {
  position: relative;
  overflow: hidden;
  padding-bottom: 1px;
}
.main-b:after {
  position: absolute;
  top: 36px;
  right: 0;
  bottom: 0;
  width: 928px;
  content: "";
  border: 1px solid #d8d8d8;
  border-top: none;
  z-index: 1;
}
.slider,
.main {
  padding-bottom: 2000px;
  margin-bottom: -2000px;
  position: relative;
  z-index: 2;
}

.main .ui-box {
  border: none;
  position: relative;
  /*position:relative;z-index:2;*/
}
.main .ui-box-head {
  height: 36px;
  line-height: 36px;
  background: #005ac3;
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.main .ui-box-head-title {
  padding-left: 12px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  font-weight: normal;
}
.main .ui-box-head-more {
  font-size: 12px;
  color: #fff;
  margin-right: 10px;
}
.main .ui-box-head-more a {
  color: #ffffbf;
}
.main .ui-box-head-more a:hover {
  text-decoration: underline;
}
.main .ui-box-container {
  margin: 0 1px;
  border: none;
  border-top: none;
}
.main .ui-box-content {
  padding: 0;
  min-height: 450px;
  _height: 450px;
}

.contact {
  margin-top: 20px;
}
.contact .ui-box {
  border: none;
}
.contact .ui-box-head {
  height: 36px;
  line-height: 36px;
  background: #005ac3;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 5px 5px 0 0;
}
.contact .ui-box-head-title {
  float: none;
  display: block;
  font-size: 16px;
  color: #fff;
  text-align: center;
  font-weight: normal;
}
.contact .ui-box-container {
  border: 1px solid #005ac3;
  border-top: none;
}
.contact .ui-box-content {
  padding: 10px;
  background: url("../../images/contact-bg.png") center 0 no-repeat;
}
.contact .ui-box-content .text {
  font-size: 12px;
  padding-top: 95px;
}
.contact .ui-box-content .text p {
  margin: 0;
  line-height: 24px;
}

.onepage {
  overflow: hidden;
  font-size: 14px;
  line-height: 28px;
  padding: 20px 20px 0 20px;
  font-family: "宋体";
}
.onepage p {
  margin: 0 0 2em;
}

.webinfo {
  overflow: hidden;
  font-size: 14px;
  line-height: 28px;
  padding: 2em 2em 0 2em;
}
.webinfo p {
  margin: 0 0 2em;
}

.product {
  padding: 20px;
}
.product h3 {
  height: 1em;
  line-height: 1em;
  text-align: center;
  font-size: 18px;
  background: #efefef;
  margin: 0 0 20px;
  padding: 0.5em 0;
  color: #000;
  font-weight: bold;
}
.product ul {
  margin: 0 -10px;
}
.product ul:after {
  clear: both;
  display: table;
  content: "";
}
.product li {
  float: left;
  width: 33.33%;
  padding: 0 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.product li a {
  display: block;
  width: 100%;
  text-align: center;
}
.product li a .img {
  display: block;
  width: 100%;
  padding-bottom: 72%;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid #d8d8d8;
  overflow: hidden;
}
.product li a .img img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.product li a .txt {
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  overflow: hidden;
}
.product li a:hover .img {
  border-color: #005ac3;
}

.photo {
  padding: 20px;
}
.photo h3 {
  height: 1em;
  line-height: 1em;
  text-align: center;
  font-size: 18px;
  background: #efefef;
  margin: 0 0 20px;
  padding: 0.5em 0;
  color: #000;
  font-weight: bold;
}
.photo ul {
  width: auto;
  overflow: hidden;
  margin: 0 -10px;
}
.photo li {
  float: left;
  width: 33.33%;
  padding: 0 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.photo li p {
  display: block;
  width: 100%;
  text-align: center;
}
.photo li p .img {
  display: block;
  position: relative;
  width: 100%;
  height: 165px;
  border: 5px solid #d8d8d8;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.photo li p .img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 155px;
}
.photo li p .txt {
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  overflow: hidden;
}
.photo li p:hover .img {
  border-color: #005ac3;
}

.photo_220_165 li {
  width: 33.33%;
}
.photo_220_165 li a {
  width: 100%;
}
.photo_220_165 li a .img {
  width: 100%;
  height: 165px;
}
.photo_220_165 li a .img img {
  max-width: 100%;
  max-height: 155px;
}

.news {
  padding: 40px 40px;
}
.news ul {
  width: auto;
  overflow: hidden;
  padding: 0 40px;
}
.news ul li {
  display: block;
  height: 35px;
  line-height: 35px;
  border-bottom: 1px dotted #b5b5b5;
}
.news ul li .title {
  margin-right: 100px;
  display: block;
  padding-left: 15px;
  font-size: 14px;
  background: url(../../images/n2.gif) left 13px no-repeat;
}
/*.news ul li .title a:visited {color:#D90000;}*/
.news ul li .date {
  float: right;
  width: 100px;
  font-size: 14px;
  color: #888;
  text-align: center;
}

.news_11 ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px dashed #e8e8e8;
}
.news_11 ul li {
  height: auto;
  line-height: auto;
  border-bottom: 1px dashed #e8e8e8;
  display: flex;
  padding: 2rem 1rem;
}
.news_11 ul li .flex-l {
  width: 200px;
}
.news_11 ul li .flex-l .img {
  display: block;
  padding-bottom: 65%;
  position: relative;
}
.news_11 ul li .flex-l .img-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.news_11 ul li .flex-l .img-block img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.news_11 ul li .flex-r {
  flex: 1;
  margin-left: 2rem;
}
.news_11 ul li .flex-r a {
  display: block;
}
.news_11 ul li .flex-r a .title {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  background: none;
  padding-left: 0;
  margin-right: 0;
}
.news_11 ul li .flex-r a:hover .title {
  color: #409eff;
}
.news_11 ul li .flex-r a .info {
  font-size: 15px;
  line-height: 1.5em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 4.5em;
  color: #999;
}

.tree-nav {
  padding: 30px 30px 0;
}
.tree-nav .ui-tab-items {
  border-color: #07540e;
  padding-left: 20px;
}
.tree-nav .ui-tab-item {
  margin-left: 0;
  margin-right: 16px;
}
.tree-nav .ui-tab-item-current a {
  border-color: #07540e;
  color: #07540e;
  font-weight: normal;
}

.gbookForm {
  width: auto;
  overflow: hidden;
  padding: 20px 20px 0 20px;
}
.gbookForm .ui-input {
  width: 200px;
}
.ui-checkcode-imgcode-img {
  cursor: pointer;
  border: 1px solid #555;
}
.gbookForm-title {
  line-height: 1em;
  padding: 12px 0;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  background: #005ac3;
  color: #fff;
  margin-bottom: 20px;
}

#allmap {
  width: 600px;
  height: 340px;
  margin: 0 auto;
  font-family: "微软雅黑";
  font-size: 14px;
  border: 1px solid #d8d8d8;
  margin-bottom: 20px;
}

.ui-paging {
  text-align: center;
  margin-top: 20px;
}

.ui-video {
  width: 600px;
  height: 450px;
  background: #000;
  margin: 0 auto 20px;
}

.ui-table td {
  border: 1px solid #d9d9d9;
}

.show {
  width: auto;
  overflow: hidden;
  padding: 20px;
}
.show-title {
  font-size: 18px;
  font-family: Verdana, "宋体";
  font-weight: bold;
  text-align: center;
  color: #000;
  line-height: 1.5em;
  padding: 10px 0;
  background: #efefef;
  margin-bottom: 20px;
}
.show-content * {
  font-size: 14px;
  line-height: 1.8em;
}
.show-content p {
  margin: 1em 0;
}
.show-content .ui-tab-items {
  border-bottom: 1px solid #0c8ef1;
  padding-left: 20px;
}
.show-content .ui-tab-item {
  margin-right: 10px;
}
.show-content .ui-tab-item a {
  border: 1px solid #0c8ef1;
  border-bottom: none;
  transition: none;
  background: #0c8ef1;
  color: #fff;
  padding: 0 20px;
}
.show-content .ui-tab-item a:hover {
  background: #0a72c1;
  color: #fff;
  text-decoration: none;
}
.show-content .ui-tab-item-current a {
  background: #fff;
  color: #0c8ef1;
}
.show-content .ui-tab-item-current a:hover {
  background: #fff;
  color: #0c8ef1;
}
.show-content .ui-tab-contents {
  width: auto;
  overflow: hidden;
  padding-top: 2em;
}
.show-content .ui-tab-content {
  top: 0;
}

.Tree {
  background-color: #1c6cca;
}
.Tree .ui-box {
  border: none;
}
.Tree .ui-box-head {
  height: 65px;
  line-height: 1em;
  border: none;
  margin: 0;
  padding: 0;
  background-color: #0050ad;
  position: relative;
  padding-left: 60px;
  padding-top: 25px;
}
.Tree .ui-box-head:before {
  position: absolute;
  top: 50%;
  left: 20px;
  color: #fff;
  width: auto;
  line-height: 1em;
  font-size: 50px;
  font-family: "微软雅黑";
  content: "P";
  margin-top: -25px;
}
.Tree .ui-box-head-title {
  float: none;
  display: block;
  line-height: 1em;
  font-size: 20px;
  color: #fff;
  font-weight: normal;
}
.Tree .ui-box-head-text {
  float: none;
  display: block;
  font-size: 12px;
  line-height: 1em;
  color: #fff;
  margin: 8px 0 0 0;
}
.Tree .ui-box-container {
  background: none;
  border: none;
}
.Tree .ui-box-content {
  padding: 0;
}
.Tree .ClassList {
}
.Tree .ClassList ul {
  position: relative;
  margin-bottom: -1px;
}
.Tree .ClassList ul li {
  position: relative;
  display: block;
  border-bottom: 1px solid #4788d4;
}
.Tree .ClassList ul li:last-child {
  border: none;
}
.Tree .ClassList ul li .title {
  display: block;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.Tree .ClassList ul li .title a {
  position: relative;
  padding-left: 32px;
  display: block;
  height: 50px;
  line-height: 48px;
  font-size: 13px;
  color: #fff;
}
.Tree .ClassList ul li .title a:before {
  position: absolute;
  top: 50%;
  left: 12px;
  width: 10px;
  height: 9px;
  font-size: 0;
  line-height: none;
  content: "";
  background: url("../../images/icon-1.png") 0 0 no-repeat;
  margin-top: -5px;
}
.Tree .ClassList ul li .title a:hover {
  background-color: #ffa63e;
  color: #fff;
}
.Tree .ClassList ul li:hover .title a {
  background-color: #ffa63e;
  color: #fff;
}
