@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-banner {
  width: 100%;
  height: 800px;
  margin: 0 auto;
  position: relative;
}
.header-banner .header {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  background: rgba(255, 255, 255, 0.95);
  z-index: 9999;
}
.header-banner .header .logo-menu {
  width: 1200px;
  height: 100px;
  margin: 0 auto;
}
.header-banner .header .logo-menu .logo {
  float: left;
  width: 225px;
  height: 60px;
  background: url("../images/logo.png") no-repeat center;
  margin: 20px 0;
}
.header-banner .header .logo-menu .logo a {
  display: block;
  width: 225px;
  height: 60px;
}
.header-banner .header .logo-menu .menu {
  float: right;
  width: 700px;
  height: 100px;
}
.header-banner .banner {
  width: 100%;
  height: 800px;
}
.header-banneron {
  width: 100%;
  height: 400px;
  margin: 0 auto;
  position: relative;
}
.header-banneron .header {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  background: rgba(255, 255, 255, 0.95);
  z-index: 9999;
}
.header-banneron .header .logo-menu {
  width: 1200px;
  height: 100px;
  margin: 0 auto;
}
.header-banneron .header .logo-menu .logo {
  float: left;
  width: 225px;
  height: 60px;
  background: url("../images/logo.png") no-repeat center;
  margin: 20px 0;
}
.header-banneron .header .logo-menu .logo a {
  display: block;
  width: 225px;
  height: 60px;
}
.header-banneron .header .logo-menu .menu {
  float: right;
  width: 700px;
  height: 100px;
}
.header-banneron .banneron {
  width: 100%;
  height: 400px;
}
.create-img {
  width: 100%;
  height: 660px;
  clear: both;
  overflow: hidden;
}
.create-img .scroll-list {
  width: 1200px;
  height: 500px;
  margin: 80px auto;
}
.create-img .scroll-list #goods-scroll {
  width: 100%;
  height: 500px;
  position: relative;
}
.create-img .scroll-list #goods-scroll .btnAll {
  position: absolute;
  bottom: 0;
  width: 82px;
  height: 32px;
  background: url("../images/arrow.png") no-repeat center;
  z-index: 999;
}
.create-img .scroll-list #goods-scroll .btnAll b {
  display: block!important;
  width: 41px;
  height: 32px;
  cursor: pointer;
  z-index: 9999;
}
.create-img .scroll-list #goods-scroll .btnAll b#btnLeft {
  float: left;
}
.create-img .scroll-list #goods-scroll .btnAll b#btnRight {
  float: right;
}
.create-img .scroll-list #goods-scroll .conbox {
  width: 1200px;
  height: 500px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.create-img .scroll-list #goods-scroll .conbox ul {
  position: relative;
  width: 1200px;
  height: 500px;
  overflow: hidden;
}
.create-img .scroll-list #goods-scroll .conbox ul li {
  float: left;
  width: 1200px;
  height: 500px;
  position: relative;
}
.create-img .scroll-list #goods-scroll .conbox ul li img {
  display: block;
  width: 1200px;
  height: 500px;
}
.create-img .scroll-list #goods-scroll .conbox ul li a {
  display: block;
  width: 160px;
  height: 46px;
  position: absolute;
  bottom: 107px;
  left: 45px;
}
.place {
  width: 100%;
  height: 450px;
  background: url("../images/place.jpg") no-repeat center;
}
.type-sort {
  width: 1200px;
  height: 310px;
  margin: 95px auto;
}
.type-sort ul li {
  float: left;
  width: 250px;
  height: 310px;
  margin: 0 75px;
}
.type-sort ul li a {
  display: block;
  width: 250px;
  height: 310px;
}
.type-sort ul li a span {
  display: block;
  width: 102px;
  height: 102px;
  margin: 0 auto;
}
.type-sort ul li a b {
  display: block;
  width: 250px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 24px;
  color: #666;
  font-weight: normal;
  margin: 40px 0 20px 0;
}
.type-sort ul li a h5 {
  font-weight: normal;
  width: 250px;
  line-height: 28px;
  font-size: 13px;
  color: #aaa;
  text-align: center;
}
.type-sort ul li.c1 span {
  background: url("../images/c1.png") no-repeat center;
}
.type-sort ul li.c1:hover span {
  background: url("../images/c1H.png") no-repeat center;
}
.type-sort ul li.c2 span {
  background: url("../images/c2.png") no-repeat center;
}
.type-sort ul li.c2:hover span {
  background: url("../images/c2H.png") no-repeat center;
}
.type-sort ul li.c3 span {
  background: url("../images/c3.png") no-repeat center;
}
.type-sort ul li.c3:hover span {
  background: url("../images/c3H.png") no-repeat center;
}
.type-sort ul li:hover b {
  color: #222;
}
.type-sort ul li:hover h5 {
  color: #666;
}
.about-list {
  width: 1200px;
  height: 600px;
  margin: 0 auto;
}
.about-list table tr {
  width: 1200px;
  height: 200px;
}
.about-list table tr td {
  width: 300px;
  height: 200px;
}
.about-list table tr td.about {
  width: 600px;
  height: 400px;
  background: url("../images/about.jpg") no-repeat center;
}
.about-list table tr td.about a {
  display: none;
  width: 600px;
  height: 400px;
  background: rgba(0, 0, 0, 0.45);
  clear: both;
  overflow: hidden;
}
.about-list table tr td.about a b {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 32px;
  color: #fff;
  font-weight: normal;
  margin: 90px 0 0 0;
}
.about-list table tr td.about a span {
  display: block;
  width: 440px;
  height: auto;
  margin: 30px auto 70px auto;
  line-height: 26px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.about-list table tr td.about a i {
  display: block;
  width: 22px;
  height: 22px;
  background: url("../images/cm.png") no-repeat center;
  margin: 0 auto;
}
.about-list table tr td.culture {
  width: 600px;
  height: 200px;
  background: url("../images/culture.jpg") no-repeat center;
}
.about-list table tr td.culture a {
  display: none;
  width: 600px;
  height: 200px;
  background: rgba(0, 0, 0, 0.45);
  clear: both;
  overflow: hidden;
}
.about-list table tr td.culture a b {
  display: block;
  width: 500px;
  height: 40px;
  line-height: 40px;
  font-size: 30px;
  color: #fff;
  font-weight: normal;
  margin: 50px auto 30px auto;
  text-align: left;
}
.about-list table tr td.culture a .title-more {
  width: 500px;
  height: 48px;
  margin: 0 auto;
}
.about-list table tr td.culture a .title-more span {
  display: block;
  float: left;
  width: 320px;
  height: 48px;
  line-height: 24px;
  text-align: left;
  font-size: 12px;
  color: #fff;
}
.about-list table tr td.culture a .title-more i {
  display: block;
  float: right;
  width: 22px;
  height: 48px;
  background: url("../images/cm.png") no-repeat center;
}
.about-list table tr td.certificate {
  width: 300px;
  height: 200px;
  background: url("../images/certificate.jpg") no-repeat center;
}
.about-list table tr td.certificate a {
  display: none;
  width: 300px;
  height: 200px;
  clear: both;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.45);
}
.about-list table tr td.certificate a b {
  display: block;
  width: 300px;
  height: 40px;
  line-height: 40px;
  font-size: 30px;
  color: #fff;
  font-weight: normal;
  margin: 50px auto ;
  text-align: left;
  text-indent: 50px;
}
.about-list table tr td.certificate a i {
  display: block;
  width: 300px;
  height: 22px;
  background: url("../images/cm.png") no-repeat 50px center;
}
.about-list table tr td.logistics {
  width: 600px;
  height: 200px;
  background: url("../images/logistics.jpg") no-repeat center;
}
.about-list table tr td.logistics a {
  display: none;
  width: 600px;
  height: 200px;
  clear: both;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.45);
}
.about-list table tr td.logistics a b {
  display: block;
  width: 500px;
  height: 40px;
  line-height: 40px;
  font-size: 30px;
  color: #fff;
  font-weight: normal;
  margin: 50px auto 30px auto;
  text-align: left;
}
.about-list table tr td.logistics a .title-more {
  width: 500px;
  height: 48px;
  margin: 0 auto;
}
.about-list table tr td.logistics a .title-more span {
  display: block;
  float: left;
  width: 320px;
  height: 48px;
  line-height: 24px;
  text-align: left;
  font-size: 12px;
  color: #fff;
}
.about-list table tr td.logistics a .title-more i {
  display: block;
  float: right;
  width: 22px;
  height: 48px;
  background: url("../images/cm.png") no-repeat center;
}
.about-list table tr td.machining {
  width: 300px;
  height: 400px;
  background: url("../images/machining.jpg") no-repeat center;
}
.about-list table tr td.machining a {
  display: none;
  width: 300px;
  height: 400px;
  background: rgba(0, 0, 0, 0.45);
  clear: both;
  overflow: hidden;
}
.about-list table tr td.machining a b {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 32px;
  color: #fff;
  font-weight: normal;
  margin: 90px 0 0 0;
}
.about-list table tr td.machining a span {
  display: block;
  width: 200px;
  height: auto;
  margin: 30px auto 70px auto;
  line-height: 26px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.about-list table tr td.machining a i {
  display: block;
  width: 22px;
  height: 22px;
  background: url("../images/cm.png") no-repeat center;
  margin: 0 auto;
}
.about-list table tr td.amore {
  width: 300px;
  height: 200px;
  background: url("../images/amore.jpg") no-repeat center;
}
.about-list table tr td.amore a {
  display: none;
  width: 300px;
  height: 200px;
  background: rgba(0, 0, 0, 0.45);
}
.about-list table tr td:hover a {
  display: block;
}
.news {
  width: 100%;
  height: 700px;
  margin: 100px auto 0 auto;
  background: #F8F8F8;
  clear: both;
  overflow: hidden;
}
.news .news-head {
  width: 1200px;
  height: 80px;
  margin: 60px auto 40px auto;
  clear: both;
  overflow: hidden;
}
.news .news-head b {
  display: block;
  width: 1200px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 32px;
  color: #222222;
  font-weight: normal;
}
.news .news-head span {
  display: block;
  width: 1200px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  color: #aaa;
  margin: 15px auto 0 auto;
}
.news .news-list {
  width: 1200px;
  height: 405px;
  margin: 0 auto;
}
.news .news-list .public-title-intro {
  width: 1200px;
  height: 405px;
  margin: 0 auto;
}
.news .news-list .public-title-intro ul li {
  float: left;
  width: 360px;
  height: 405px;
  margin: 0 20px;
}
.news .news-list .public-title-intro ul li img {
  display: block;
  width: 360px;
  height: 250px;
}
.news .news-list .public-title-intro ul li .intro-world {
  width: 360px;
}
.news .news-list .public-title-intro ul li .intro-world a {
  width: 360px;
  display: block;
}
.news .news-list .public-title-intro ul li .intro-world a.a-title {
  height: 24px;
  line-height: 24px;
  text-align: left;
  font-size: 18px;
  color: #222;
  margin: 15px 0 5px 0;
}
.news .news-list .public-title-intro ul li .intro-world a.a-intro {
  height: 66px;
  line-height: 22px;
  font-size: 14px;
  color: #888;
  text-align: left;
}
.news .news-list .public-title-intro ul li .intro-world span {
  display: block;
  width: 360px;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  color: #fabe00;
  font-weight: bold;
  background: url("../images/times.png") no-repeat left center;
  text-indent: 24px;
  margin: 0 0 20px 0;
}
.footer {
  width: 100%;
  height: 740px;
  background: url("../images/footer.jpg") no-repeat center;
}
.footer .footer-head {
  width: 1200px;
  height: 160px;
  line-height: 160px;
  margin: 0 auto;
  text-align: center;
  font-size: 32px;
  color: #fff;
}
.footer .footer-list {
  width: 1200px;
  height: 500px;
  margin: 0 auto;
}
.footer .footer-list .content-message {
  width: 920px;
  height: 500px;
  margin: 0 auto;
}
.footer .footer-list .content-message .content {
  float: left;
  width: 350px;
}
.footer .footer-list .content-message .content h5 {
  width: 350px;
  height: 24px;
  line-height: 24px;
  text-align: left;
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  margin: 0 0 45px 0;
}
.footer .footer-list .content-message .content ul {
  width: 350px;
  height: 120px;
}
.footer .footer-list .content-message .content ul li {
  width: 350px;
  height: 40px;
  line-height: 40px;
  text-align: left;
  font-size: 14px;
  color: #BEBEBE;
  text-indent: 25px;
}
.footer .footer-list .content-message .content ul li.site {
  background: url("../images/site.png") no-repeat left center;
}
.footer .footer-list .content-message .content ul li.tel {
  background: url("../images/tel.png") no-repeat left center;
}
.footer .footer-list .content-message .content ul li.mail {
  background: url("../images/mail.png") no-repeat left center;
}
.footer .footer-list .content-message .content .foot-chart {
  width: 350px;
  height: 35px;
  margin: 35px 0;
}
.footer .footer-list .content-message .content .foot-chart span {
  display: block;
  float: left;
  width: 35px;
  height: 35px;
  margin: 0 30px 0 0;
}
.footer .footer-list .content-message .content .foot-chart span.f-wx {
  background: url("../images/wx.png") no-repeat center;
}
.footer .footer-list .content-message .content .foot-chart span.f-qq {
  background: url("../images/fqq.png") no-repeat center;
}
.footer .footer-list .content-message .content .foot-chart span.f-wb {
  background: url("../images/wb.png") no-repeat center;
}
.footer .footer-list .content-message .message {
  float: right;
  width: 380px;
}
.footer .footer-list .content-message .message form {
  width: 380px;
  height: auto;
}
.footer .footer-list .content-message .message form label {
  display: block;
  width: 380px;
  height: 40px;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.2);
  margin: 0 0 20px 0;
}
.footer .footer-list .content-message .message form label .Validform_checktip {
  display: none;
}
.footer .footer-list .content-message .message form label span {
  display: block;
  float: left;
  width: 60px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #766F6E;
  text-align: center;
}
.footer .footer-list .content-message .message form label input {
  background: none;
  outline: none;
  border: none;
  width: 320px;
  line-height: 40px;
  font-size: 13px;
  color: #E5E5E5;
}
.footer .footer-list .content-message .message form label.contentList {
  width: 380px;
  height: 100px;
}
.footer .footer-list .content-message .message form label.contentList span {
  height: 100px;
}
.footer .footer-list .content-message .message form label.contentList textarea {
  width: 320px;
  height: 100px;
  line-height: 20px;
  font-size: 13px;
  color: #E5E5E5;
  background: none;
  outline: none;
  border: none;
}
.footer .footer-list .content-message .message form label.btnList {
  width: 150px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #FABE00;
}
.footer .footer-list .content-message .message form label.btnList input {
  display: block;
  width: 150px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
.footer .footer-list .content-message .message form label.message-select select {
  background: none;
  outline: none;
  border: none;
  display: block;
  width: 380px;
  height: 40px;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.2);
  font-size: 14px;
  color: #fff;
  text-indent: 6px;
}
.footer .footer-list .content-message .message form label.message-select select option {
  background: none;
  font-size: 14px;
  color: #555;
}
.footer .footer-bar {
  width: 1200px;
  height: 80px;
  line-height: 80px;
  margin: 0 auto;
  font-size: 14px;
  color: #BBBBBA;
  text-align: center;
}
.footer .footer-bar a {
  font-size: 14px;
  color: #BBBBBA;
}
/**公用部分**/
/*搜索*/
.search-list {
  width: 100%;
  height: 36px;
}
.search-list ul li {
  float: left;
}
.search-list ul li input {
  border: none;
  outline: none;
}
.search-list ul li input:focus {
  outline: none;
}
.search-list ul li.search-input {
  width: 260px;
  height: 36px;
  line-height: 36px;
}
.search-list ul li.search-input input {
  display: block;
  width: 258px;
  height: 34px;
  line-height: 34px;
  margin: 1px;
  font-size: 12px;
  color: #aaa;
  text-indent: 6px;
}
.search-list ul li.search-input input:focus {
  font-size: 12px;
  color: #aaa;
}
.search-list ul li.search-submit {
  cursor: pointer;
  width: 40px;
  height: 36px;
}
.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: 100px;
  margin: 0 auto;
}
#nav-menu li {
  float: left;
  width: 100px;
  height: 100px;
  text-align: center;
}
#nav-menu li a {
  display: block;
}
#nav-menu li a b {
  display: block;
  font-size: 14px;
  color: #333;
  padding: 25px 0 5px 0;
}
#nav-menu li a span {
  display: block;
  font-size: 12px;
  color: #888;
}
#nav-menu li.navOn {
  background: #FABE00;
}
#nav-menu li:hover {
  background: #FABE00;
}
/*单篇*/
.page-intro {
  width: 100%;
  line-height: 26px;
  text-indent: 28px;
  margin: 5px 0 0 0;
}
.page-intro a {
  font-size: 14px;
  color: #333;
}
.page-intro a p {
  font-size: 14px;
  color: #333;
}
.page-intro a span {
  display: block;
  width: 120px;
  height: 30px;
  margin: 20px 0 0 0;
}
/*** 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;
  border-left: 1px solid #F1F1F1;
  padding: 30px 0 45px 19px;
}
.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: 640px;
  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: right;
  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 a {
  color: #FABE00;
}
.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: #FABE00;
  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: #803500;
}
.public-side-name ul li:hover a {
  color: #803500;
}
.public-side-name ul li.onm {
  border-color: #803500;
}
.public-side-name ul li.onm a {
  color: #803500;
}
.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;
}
/*** 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;
}
#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: #FABE00 1px solid;
  background-color: #FABE00;
  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;
}
.abouts{ width:1130px; margin: 0 auto; height:450px;}
#about_title {
    float:left;
    background: url(../images/about_title_bg.jpg) no-repeat left 42px;
    width: 596px;
    height: 75px;
    overflow: hidden;
	margin-top:56px;
}
#about_title h1 {
    line-height: 60px;
	color:#FFFFFF;
    font-weight: 500;
    font-size: 42px;
    cursor: pointer;
    text-align: left;
    font-family: Microsoft Yahei;
    overflow: hidden;
	letter-spacing: 5px;
}
#company {
    float:left;
    width: 546px;
    color: #FFFFFF;
    text-align: left;
    text-indent: 32px;
    line-height: 34px;
    font-size: 16px;
    font-weight: 500;
    font-family: Microsoft Yahei;
    overflow: hidden;
    cursor: pointer;
}
.company_more {
    float: left;
    width: 120px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}
.company_more a:link{COLOR:#000;text-align:center;font-size:15px;font-weight:500;font-family:Microsoft Yahei;}
.company_more a:visited{COLOR:#000;text-align:center;font-size:15px;font-weight:500;font-family:Microsoft Yahei;}
.company_more a:active{COLOR:#000;text-align:center;font-size:15px;font-weight:500;font-family:Microsoft Yahei;}
.company_more a:hover{display:block; COLOR: #ffffff;
	background: #FABE00;width:120px;height:40px;text-align:center;font-size:15px;font-weight:500;font-family:Microsoft Yahei;}
.company_more a {
    display: block;
 
    
    width: 120px;
    height: 40px;
  background-color:#EEEEEE;COLOR:#000;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    font-family: Microsoft Yahei;
}
/*# sourceMappingURL=index.css.map */