@charset "utf-8";
/*通用头部*/
* {
  margin: 0;
  padding: 0;
}
body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div,
tr {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
}
input,
select {
  font-size: 14px;
  vertical-align: middle;
}
ul,
ol,
li {
  list-style: none;
}
a:link {
  color: #333333;
  text-decoration: none;
}
a:visited {
  text-decoration: none;
  color: #333333;
}
a:hover {
  text-decoration: none;
  color: #4E667B;
}
a:active {
  text-decoration: none;
}
.clearfix::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
body {
  font-family: "microsoft yahei";
  font-size: 14px;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.header {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.header .header-bar {
  width: 100%;
  height: 30px;
  background: #14539C;
}
.header .header-bar .welcome-language {
  width: 1200px;
  height: 30px;
  margin: 0 auto;
}
.header .header-bar .welcome-language .welcome {
  float: left;
  line-height: 30px;
  font-size: 12px;
  color: #fff;
}
.header .header-bar .welcome-language .language {
  float: right;
  width: 78px;
  height: 24px;
  margin: 3px 0;
}
.header .header-bar .welcome-language .language a {
  display: block;
  width: 78px;
  height: 24px;
  line-height: 24px;
  background: #0F3E76;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
.header .header-list {
  width: 100%;
  height: 140px;
}
.header .header-list .logo-tel-search-menu {
  width: 1200px;
  height: 140px;
  margin: 0 auto;
  background: #fff;
}
.header .header-list .logo-tel-search-menu .logo {
  float: left;
  width: 370px;
  height: 80px;
  margin: 30px 0;
}
.header .header-list .logo-tel-search-menu .logo a {
  display: block;
  width: 370px;
  height: 80px;
  background: url("../images/logo.jpg") no-repeat center;
}
.header .header-list .logo-tel-search-menu .tel-search-menu {
  float: right;
  width: 800px;
  height: 140px;
}
.header .header-list .logo-tel-search-menu .tel-search-menu .tel-search {
  width: 800px;
  height: 35px;
  margin: 30px 0 20px 0;
}
.header .header-list .logo-tel-search-menu .tel-search-menu .tel-search .tel {
  float: left;
  width: 191px;
  height: 33px;
  background: url("../images/tel.jpg") no-repeat left center;
  margin: 0 40px 0 250px;
}
.header .header-list .logo-tel-search-menu .tel-search-menu .tel-search .search {
  float: left;
  width: 215px;
  height: 24px;
  background: url("../images/search.jpg") no-repeat center;
  margin: 4px 0;
}
.header .header-list .logo-tel-search-menu .tel-search-menu .menu {
  width: 100%;
  height: 50px;
}
.about {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
}
.about .about-head {
  width: 1200px;
  height: 120px;
  background: url("../images/about.jpg") no-repeat center;
}
.about .about-list {
  width: 1200px;
  height: 200px;
  margin: 0 auto 45px;
}
.about .about-list .about-title {
  float: left;
  width: 880px;
  height: 200px;
}
.about .about-list .about-img {
  float: right;
  width: 282px;
  height: 192px;
}
.about .about-list .about-img span {
  display: none;
}
.type-list {
  width: 100%;
  height: 567px;
  background: url("../images/sbg.jpg") no-repeat center;
  clear: both;
  overflow: hidden;
}
.type-list .left-middle-right {
  width: 1200px;
  height: 567px;
  margin: 40px auto;
}
.type-list .left-middle-right .type-left {
  float: left;
  width: 297px;
}
.type-list .left-middle-right .type-left ul li {
  width: 297px;
  height: 229px;
  margin: 0 0 18px;
  overflow: hidden;
}
.type-list .left-middle-right .type-left ul li a {
  display: block;
  width: 297px;
  height: 229px;
  position: relative;
}
.type-list .left-middle-right .type-left ul li a span {
  display: block;
  width: 100%;
  height: 75px;
  line-height: 75px;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  font-size: 30px;
  color: #1f1a17;
  position: absolute;
  top: 77px;
}
.type-list .left-middle-right .type-left ul li.type1 a {
  background: url("../images/t1.jpg") no-repeat center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.type-list .left-middle-right .type-left ul li.type1 a:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.type-list .left-middle-right .type-left ul li.type2 a {
  background: url("../images/t2.jpg") no-repeat center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.type-list .left-middle-right .type-left ul li.type2 a:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.type-list .left-middle-right .type-middle {
  float: left;
  width: 567px;
  height: 476px;
  margin: 0 19px;
  overflow: hidden;
}
.type-list .left-middle-right .type-middle a {
  display: block;
  width: 567px;
  height: 476px;
  background: url("../images/t3.jpg") no-repeat center;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.type-list .left-middle-right .type-middle a:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.type-list .left-middle-right .type-middle a span {
  display: block;
  width: 100%;
  height: 75px;
  line-height: 75px;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  font-size: 30px;
  color: #1f1a17;
  position: absolute;
  top: 200px;
}
.type-list .left-middle-right .type-right {
  float: right;
  width: 297px;
}
.type-list .left-middle-right .type-right ul li {
  width: 297px;
  height: 229px;
  margin: 0 0 18px;
  overflow: hidden;
}
.type-list .left-middle-right .type-right ul li a {
  display: block;
  width: 297px;
  height: 229px;
  position: relative;
}
.type-list .left-middle-right .type-right ul li a span {
  display: block;
  width: 100%;
  height: 75px;
  line-height: 75px;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  font-size: 30px;
  color: #1f1a17;
  position: absolute;
  top: 77px;
}
.type-list .left-middle-right .type-right ul li.type4 a {
  background: url("../images/t4.jpg") no-repeat center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.type-list .left-middle-right .type-right ul li.type4 a:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.type-list .left-middle-right .type-right ul li.type5 a {
  background: url("../images/t5.jpg") no-repeat center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.type-list .left-middle-right .type-right ul li.type5 a:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.products {
  width: 100%;
  height: 690px;
  background: url("../images/pro.jpg") no-repeat center;
  clear: both;
  overflow: hidden;
}
.products .products-head {
  width: 1200px;
  height: 140px;
  background: url("../images/phd.png") no-repeat center;
  margin: 0 auto;
}
.products .products-list {
  width: 1200px;
  height: auto;
  margin: 45px auto;
}
.products .products-list .pro-sort {
  float: left;
  width: 254px;
  height: 440px;
}
.products .products-list .pro-img {
  width: 920px;
  height: 440px;
  float: right;
  background: rgba(255, 255, 255, 0.5);
}
.public-pro-sort {
  width: 254px;
  height: auto;
  margin: 0 auto;
}
.public-pro-sort ul li {
  width: 254px;
  height: 58px;
  line-height: 58px;
  text-align: left;
  text-indent: 35px;
  background: #467DBD;
  margin: 0 0 18px 0;
}
.public-pro-sort ul li a {
  font-size: 22px;
  color: #fff;
}
.news {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.news .news-head {
  width: 1200px;
  height: 60px;
  background: url("../images/news.jpg") no-repeat center;
  margin: 40px auto;
}
.news .news-list {
  width: 1200px;
  height: 285px;
  margin: 0 auto 120px auto;
}
.news .news-list .news-scroll-img {
  float: left;
  width: 390px;
  height: 285px;
}
.news .news-list .news-title-intro {
  float: right;
  width: 780px;
  height: 285px;
}
.footer {
  width: 100%;
  height: 519px;
  background: url("../images/footer.jpg") no-repeat center;
}
.footer .footer-list {
  width: 1200px;
  height: 519px;
  clear: both;
  float: none;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
.footer .footer-list ul {
  width: 1200px;
  height: 390px;
  margin: 20px auto 40px auto;
}
.footer .footer-list ul li {
  float: left;
  width: auto;
  height: auto;
  margin: 0 40px;
}
.footer .footer-list ul li dl {
  width: auto;
  height: auto;
}
.footer .footer-list ul li dl dd {
  width: auto;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  color: #fff;
}
.footer .footer-list ul li.weChart {
  float: right;
  margin-right: 40px;
  width: 114px;
  height: 140px;
}
.footer .footer-list ul li.weChart img {
  display: block;
  width: 114px;
  height: 114px;
}
.footer .footer-list ul li.weChart span {
  display: block;
  width: 114px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  color: #E8E5E5;
  text-align: center;
}
.footer .footer-list ul li.footer-message {
  position: absolute;
  right: 0;
  top: 175px;
  width: 500px;
  height: auto;
}
.footer .footer-list ul li.footer-message h5 {
  font-weight: normal;
  width: 500px;
  height: 30px;
  line-height: 30px;
  text-align: left;
  font-size: 13px;
  color: #B9C3D2;
}
.footer .footer-list ul li.footer-message form {
  width: 500px;
  height: auto;
}
.footer .footer-list ul li.footer-message form label {
  display: block;
  height: 35px;
  line-height: 35px;
  background: #437BB7;
  margin: 10px 0;
}
.footer .footer-list ul li.footer-message form label span {
  display: block;
  float: left;
  width: 60px;
  line-height: 35px;
  font-size: 14px;
  color: #9CADC3;
  text-align: center;
}
.footer .footer-list ul li.footer-message form label input {
  width: 280px;
  height: 35px;
  line-height: 35px;
  display: block;
  float: left;
  background: none;
  border: None;
  outline: none;
  font-size: 13px;
  color: #fff;
}
.footer .footer-list ul li.footer-message form label input:focus {
  outline: none;
}
.footer .footer-list ul li.footer-message form label.contentList {
  height: 70px;
  line-height: 22px;
}
.footer .footer-list ul li.footer-message form label.contentList textarea {
  width: 260px;
  height: 70px;
  line-height: 22px;
  font-size: 13px;
  color: #fff;
  border: none;
  background: none;
}
.footer .footer-list ul li.footer-message form label.contentList textarea:focus {
  outline: none;
}
.footer .footer-list ul li.footer-message form label.btnList {
  width: 93px;
  height: 28px;
  line-height: 28px;
}
.footer .footer-list ul li.footer-message form label.btnList input {
  width: 93px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background: #437BB7;
  font-size: 14px;
  color: #fff;
}
.footer .footer-list .copy {
  width: 1200px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 12px;
  margin: 0 auto;
  text-align: left;
  text-indent: 40px;
}
.footer .footer-list .copy a {
  font-size: 12px;
  color: #fff;
}
/**公用部分**/
/*搜索*/
.search-list {
  width: 100%;
  height: 36px;
}
.search-list ul li {
  float: left;
}
.search-list ul li input {
  border: none;
  outline: none;
  background: none;
}
.search-list ul li input:focus {
  outline: none;
}
.search-list ul li.search-input {
  float: right;
  width: 190px;
  height: 24px;
  line-height: 24px;
}
.search-list ul li.search-input input {
  display: block;
  width: 190px;
  height: 24px;
  line-height: 24px;
  margin: 1px;
  font-size: 12px;
  color: #333;
  text-indent: 3px;
}
.search-list ul li.search-input input:focus {
  font-size: 12px;
  color: #333;
}
.search-list ul li.search-submit {
  float: left;
  cursor: pointer;
  width: 25px;
  height: 24px;
}
.search-list ul li.search-submit input {
  display: block;
  cursor: pointer;
  width: 25px;
  height: 24px;
}
.search-article-list {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.search-article-list ul li {
  width: 100%;
  height: 45px;
  line-height: 45px;
}
.search-article-list ul li h1 {
  float: left;
  font-size: 16px;
  font-weight: normal;
}
.search-article-list ul li h1 b {
  font-weight: normal;
}
.search-article-list ul li span {
  display: block;
  float: right;
  font-size: 13px;
  color: #333;
}
/*导航*/
#nav-menu {
  width: 100%;
  height: 50px;
  margin: 0 auto;
}
#nav-menu li {
  float: left;
  width: 100px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
#nav-menu li a {
  display: block;
  font-size: 15px;
  color: #1f1a17;
}
/*单篇*/
.page-intro {
  width: 100%;
  line-height: 30px;
  text-indent: 28px;
}
.page-intro a {
  font-size: 14px;
  color: #585858;
}
/*** list ***/
/*页面主体*/
.mainer {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.mainer .mainer-list-side {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
.mainer .mainer-list-side .mainer-side {
  float: left;
  width: 300px;
  height: auto;
  padding: 0 0 30px 0;
}
.mainer .mainer-list-side .mainer-square {
  float: right;
  width: 880px;
  height: auto;
  margin: 0 auto;
  padding: 30px 0 45px 20px;
}
.mainer .mainer-list-side .mainer-square .mainer-path {
  width: 880px;
  height: 35px;
  line-height: 35px;
  background: url(../images/home.png) no-repeat 6px center;
  text-indent: 34px;
  font-size: 14px;
  color: #888;
}
.mainer .mainer-list-side .mainer-square .mainer-path a {
  font-size: 14px;
  color: #888;
}
.mainer .mainer-list-side .mainer-square .mainer-page-list {
  width: 880px;
  height: auto;
  margin: 0 auto;
}
.mainer .mainer-list-side .mainer-square .mainer-page-list .caption {
  width: 96%;
  height: auto;
  margin: 0 auto 30px auto;
}
.mainer .mainer-list-side .mainer-square .mainer-page-list .caption h1 {
  width: 100%;
  color: #3A3937;
  line-height: 40px;
  text-align: center;
  font-size: 24px;
  margin: 25px auto;
}
.mainer .mainer-list-side .mainer-square .mainer-page-list .caption h3 {
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  color: #555552;
  margin: 25px auto;
}
.mainer .mainer-list-side .mainer-square .mainer-page-list .caption h5 {
  height: 36px;
  line-height: 36px;
  font-weight: normal;
  width: 580px;
  text-align: center;
  margin: 0 auto;
}
.mainer .mainer-list-side .mainer-square .mainer-page-list .caption h5 b {
  display: block;
  float: left;
  font-weight: normal;
  font-size: 12px;
  color: #5A5A5A;
}
.mainer .mainer-list-side .mainer-square .mainer-page-list .caption h5 .share {
  float: left;
  margin: 0 0 0 15px;
}
.mainer .mainer-list-side .mainer-square .mainer-page-list .caption h5 .share span {
  display: block;
  float: left;
  font-size: 12px;
  color: #5A5A5A;
}
.mainer .mainer-list-side .mainer-square .mainer-page-list .caption h5 .share .bdsharebuttonbox {
  float: left;
  height: 36px;
  line-height: 36px;
  width: auto;
}
.mainer .mainer-list-side .mainer-square .mainer-page-list .caption h5 .share .bdsharebuttonbox a {
  display: block;
}
.mainer .mainer-list-side .mainer-square .mainer-page-list .showText {
  width: 94%;
  height: auto;
  margin: 0 auto;
}
.mainer .mainer-list-side .mainer-square .mainer-page-list .page-content {
  width: 94%;
  height: auto;
  margin: 0 auto;
  padding-top: 15px;
}
.lump-title-list {
  width: 860px;
  height: 50px;
  line-height: 50px;
  background: #F2F2F2;
  padding: 0 10px;
  margin: 15px 0;
}
.lump-title-list .title-name {
  float: left;
  width: 85%;
  text-indent: 20px;
  line-height: 50px;
  background: url(../images/lumpNews.png) no-repeat 0 center;
}
.lump-title-list .title-name a {
  font-size: 18px;
  font-weight: normal;
  color: #102D53;
}
.lump-title-list .title-more {
  float: right;
  width: 15%;
  height: 50px;
  line-height: 50px;
  text-align: right;
}
.lump-title-list .title-more a {
  font-size: 14px;
  color: #666;
}
.public-title-list {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.public-title-list ul li {
  width: 98%;
  height: 39px;
  line-height: 40px;
  border-bottom: 1px dashed #CCCCCC;
  text-indent: 30px;
  text-align: left;
  background: url(../images/lumpArrow.png) no-repeat 10px center;
  font-size: 16px;
  color: #575757;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  margin: 0 auto;
}
.public-title-list ul li a {
  display: block;
  float: left;
  color: #575757;
  text-align: left;
  font-size: 16px;
}
.public-title-list ul li span {
  display: block;
  float: right;
  text-align: left;
  font-weight: 100;
  height: 40px;
  line-height: 40px;
  width: auto;
  font-size: 15px;
  color: #575757;
}
.public-title-list ul li:hover {
  border-color: #14539C;
  background: url("../images/lumpOn.png") no-repeat 10px center;
}
.public-title-list ul li:hover a {
  color: #14539C;
}
.public-pic-list {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.public-pic-list ul::after {
  content: '';
  display: table;
  overflow: hidden;
  clear: both;
  float: none;
  height: 0;
}
.public-pic-list ul li {
  float: left;
  width: 280px;
  height: 240px;
  margin: 15px 6px;
  z-index: 999;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.public-pic-list ul li span {
  display: block;
  width: 280px;
  height: 210px;
}
.public-pic-list ul li span a {
  display: block;
  width: 280px;
  height: 210px;
}
.public-pic-list ul li span a img {
  display: block;
  width: 280px;
  height: 210px;
}
.public-pic-list ul li h1 {
  width: 280px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-weight: normal;
}
.public-pic-list ul li h1 a {
  display: block;
  font-size: 14px;
  color: #444;
  background: #F4F4F4;
}
.public-pic-list ul li:hover {
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: translate3d(0px, -2px, 0px);
  -moz-transform: translate3d(0px, -2px, 0px);
  -ms-transform: translate3d(0px, -2px, 0px);
  -o-transform: translate3d(0px, -2px, 0px);
  transform: translate3d(0px, -2px, 0px);
}
.public-pic-list-son {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.public-pic-list-son ul::after {
  content: '';
  display: table;
  overflow: hidden;
  clear: both;
  float: none;
  height: 0;
}
.public-pic-list-son ul li {
  float: left;
  width: 280px;
  height: 240px;
  margin: 15px 6px;
  z-index: 999;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.public-pic-list-son ul li span {
  display: block;
  width: 280px;
  height: 210px;
}
.public-pic-list-son ul li span a {
  display: block;
  width: 280px;
  height: 210px;
}
.public-pic-list-son ul li span a img {
  display: block;
  width: 280px;
  height: 210px;
}
.public-pic-list-son ul li h1 {
  width: 280px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-weight: normal;
}
.public-pic-list-son ul li h1 a {
  display: block;
  font-size: 14px;
  color: #444;
  background: #F4F4F4;
}
.public-pic-list-son ul li:hover {
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: translate3d(0px, -2px, 0px);
  -moz-transform: translate3d(0px, -2px, 0px);
  -ms-transform: translate3d(0px, -2px, 0px);
  -o-transform: translate3d(0px, -2px, 0px);
  transform: translate3d(0px, -2px, 0px);
}
.public-side-name {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.public-side-name h1 {
  width: 100%;
  height: 80px;
  line-height: 80px;
  background: #14539C;
  text-align: center;
  font-size: 18px;
  color: #fff;
}
.public-side-name ul {
  width: 298px;
  height: auto;
  border: 1px solid #CBCBCB;
  margin: 6px auto;
}
.public-side-name ul li {
  width: 94%;
  height: 38px;
  line-height: 38px;
  float: none;
  clear: both;
  margin: 10px auto;
  border: 1px solid #DCDCDC;
  background: #F4F4F4;
  text-indent: 42px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.public-side-name ul li a {
  font-size: 15px;
  color: #222;
}
.public-side-name ul li:hover {
  border-color: #14539C;
}
.public-side-name ul li:hover a {
  color: #14539C;
}
.public-side-name ul li.onm {
  border-color: #14539C;
}
.public-side-name ul li.onm a {
  color: #14539C;
}
.public-mainer-sort {
  width: auto;
  height: auto;
  margin: 0 auto;
}
.public-mainer-sort ul::after {
  content: '';
  display: table;
  overflow: hidden;
  clear: both;
  float: none;
}
.public-mainer-sort ul li {
  float: left;
  margin: 0 25px;
  height: 59px;
  line-height: 59px;
}
.public-mainer-sort ul li a {
  display: block;
  font-size: 14px;
  color: #888;
}
.public-mainer-sort ul li.active a {
  color: #1C7B75;
  border-bottom: 1px solid #1C7B75;
}
.public-sort-name {
  width: auto;
  height: auto;
}
.public-sort-name dt {
  display: block;
  width: auto;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  color: #D3D6DB;
}
.public-sort-name dt a {
  font-size: 15px;
  color: #D3D6DB;
}
.public-sort-name dd {
  width: auto;
  height: 30px;
  line-height: 30px;
}
.public-sort-name dd a {
  font-size: 14px;
  color: #e8e5e5;
}
/*** show ***/
.public-pic {
  width: 100%;
  height: 210px;
  margin: 10px 0;
}
.public-pic ul li {
  float: left;
  width: 240px;
  height: 210px;
  margin: 0 10px;
}
.public-pic ul li span {
  display: block;
  width: 240px;
  height: 180px;
}
.public-pic ul li span a {
  display: block;
}
.public-pic ul li span a img {
  display: block;
  width: 240px;
  height: 180px;
}
.public-pic ul li h5 {
  width: 240px;
  height: 30px;
  line-height: 30px;
  font-weight: normal;
  text-align: center;
}
.public-pic ul li h5 a {
  font-size: 14px;
  color: #666;
}
.public-title {
  width: 92%;
  height: 40px;
  margin: 0 auto;
}
.public-title ul li {
  width: 100%;
  height: 42px;
  line-height: 42px;
  border-bottom: 1px dashed #C5C6C6;
  background: url("../images/dt.png") no-repeat left center;
  text-indent: 16px;
}
.public-title ul li a {
  font-size: 14px;
  color: #333;
}
.public-title-intro {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.public-title-intro ul li {
  float: none;
  clear: both;
  width: 100%;
  height: 80px;
  margin: 11px 0;
}
.public-title-intro ul li .intro-world {
  float: left;
  width: 630px;
  height: 80px;
}
.public-title-intro ul li .intro-world a {
  display: block;
  text-align: left;
}
.public-title-intro ul li .intro-world a.a-title {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  color: #585858;
}
.public-title-intro ul li .intro-world a.a-intro {
  width: 100%;
  height: 50px;
  line-height: 24px;
  font-size: 14px;
  color: #737373;
}
.public-title-intro ul li .intro-times {
  float: right;
  width: 100px;
  height: 80px;
  background: #E8E6E6;
}
.public-title-intro ul li .intro-times b {
  display: block;
  text-align: center;
  font-weight: normal;
  color: #1b5ba0;
  width: 100px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  margin-top: 15px;
}
.public-title-intro ul li .intro-times p {
  text-align: center;
  width: 100px;
  height: 30px;
  line-height: 30px;
  font-size: 24px;
  color: #1b5ba0;
}
#home-page {
  width: 98%;
  height: 30px;
  margin: 10px auto;
}
#home-page span {
  display: block;
}
#home-page span.home-page-prev {
  float: left;
}
#home-page span.home-page-next {
  float: right;
}
#home-page span a {
  display: block;
  font-size: 12px;
  color: #7E0308;
  height: 30px;
  line-height: 30px;
}
#pagelist {
  width: 100%;
  height: 32px;
  margin: 30px auto 10px auto;
  text-align: center;
}
#pagelist a {
  display: inline-block;
  width: 60px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 0 2px;
  font-size: 12px;
  color: #444;
  background: #EDEDED;
  border: #cccccc 1px solid;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#pagelist a#nowpage {
  display: inline-block;
  text-align: center;
  border: #14539C 1px solid;
  background-color: #14539C;
  color: #ffffff;
  font-size: 12px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#pagelist a#totalpage {
  display: inline-block;
  text-align: center;
  border: #dcdcdc 1px solid;
  background-color: #EDEDED;
  color: #666666;
  font-size: 12px;
}
.public-goods {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.public-goods ul li {
  float: left;
  width: 445px;
  height: 195px;
  position: relative;
  margin: 18px 5px 0 5px;
}
.public-goods ul li a {
  display: block;
  width: 445px;
  height: 195px;
}
.public-goods ul li a img {
  display: block;
  width: 445px;
  height: 195px;
}
.public-goods ul li a span {
  position: absolute;
  top: 80px;
  display: none;
  width: 445px;
  height: 50px;
  line-height: 50px;
  font-size: 22px;
  color: #FEFEFE;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
}
.public-goods ul li a:hover span {
  display: block;
}
.public-goods-list {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.public-goods-list ul::after {
  content: '';
  display: table;
  overflow: hidden;
  clear: both;
  float: none;
  height: 0;
}
.public-goods-list ul li {
  float: left;
  width: 280px;
  height: 240px;
  margin: 15px 6px;
  z-index: 999;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.public-goods-list ul li span {
  display: block;
  width: 280px;
  height: 210px;
}
.public-goods-list ul li span a {
  display: block;
  width: 280px;
  height: 210px;
}
.public-goods-list ul li span a img {
  display: block;
  width: 280px;
  height: 210px;
}
.public-goods-list ul li h1 {
  width: 280px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-weight: normal;
}
.public-goods-list ul li h1 a {
  display: block;
  font-size: 14px;
  color: #444;
  background: #F4F4F4;
}
.public-goods-list ul li:hover {
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: translate3d(0px, -2px, 0px);
  -moz-transform: translate3d(0px, -2px, 0px);
  -ms-transform: translate3d(0px, -2px, 0px);
  -o-transform: translate3d(0px, -2px, 0px);
  transform: translate3d(0px, -2px, 0px);
}
.production-detail-list {
  width: 98%;
  height: auto;
  margin: 30px auto;
}
.production-detail-list .production-detail {
  width: 100%;
  height: 300px;
}
.production-detail-list .production-detail .detail-pic {
  float: left;
  width: 400px;
  height: 300px;
}
.production-detail-list .production-detail .detail-pic img {
  display: block;
  width: 400px;
  height: 300px;
  border: 1px solid #E5E5E5;
}
.production-detail-list .production-detail .detail-desc {
  float: left;
  width: 400px;
  height: 300px;
  margin: 0 30px;
}
.production-detail-list .production-detail .detail-desc h1 {
  height: 45px;
  line-height: 45px;
  font-size: 24px;
}
.production-detail-list .production-detail .detail-desc p {
  width: 400px;
  height: 40px;
  line-height: 40px;
  margin: 10px auto;
}
.production-detail-list .production-detail .detail-desc p b {
  display: block;
  float: left;
  width: 90px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #124B93;
  font-size: 14px;
  color: #fff;
}
.production-detail-list .production-detail .detail-desc p span {
  display: block;
  float: left;
  height: 40px;
  line-height: 40px;
  width: 295px;
  margin: 0 0 0 15px;
  font-size: 13px;
  color: #666;
  overflow: hidden;
}
.production-detail-list .production-detail .detail-desc p.keywords b {
  background: #761F10;
}
.production-detail-list .production-detail .detail-desc p.keywords span {
  color: #761F10;
  font-weight: bold;
}
.production-detail-list .production-detail .relatedProducts {
  float: left;
  width: 300px;
  height: 300px;
  padding: 0 24px;
  border-left: 1px solid #9E9595;
}
.production-detail-list .production-detail .relatedProducts h2 {
  width: 300px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #999;
  margin: 0 0 10px 0;
}
.production-detail-list .production-detail .relatedProducts .relatedProductsList {
  width: 300px;
  height: 225px;
}
.production-detail-list .production-derail-intro {
  width: 100%;
  height: auto;
  margin: 10px auto 30px auto;
}
.production-detail-list .production-derail-intro .intro {
  display: block;
  font-size: 18px;
  color: #000;
  font-weight: bold;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: left!important;
  border-bottom: 1px solid #9E9595;
  margin-bottom: 35px;
}
/*# sourceMappingURL=index.css.map */