@charset "utf-8";

/* CSS Document */
html,
body {
  min-width: 1224px;
}

body {
  font-size: 12px;
  line-height: 2.4em;
  color: #555;
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, Tahoma;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

input,
textarea,
select {
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, Tahoma;
  font-size: 14px;
  -webkit-appearance: none;
  outline: none;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  vertical-align: top;
  border: 0;
  font-size: 0;
  line-height: 0;
  transition: all 0.3s linear;
}

a {
  color: #555;
  text-decoration: none;
  transition: all 0.3s linear;
}

a:hover {
  color: #dec76d;
  text-decoration: none;
}

/* public */

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.main {
  max-width: 1224px;
  margin: 0 auto;
  padding: 0 12px;
}

/* header */

.header {
  width: 100%;
}

.headertop {
  height: 40px;
  line-height: 40px;
  background-color: #393939;
}

.headertop .wel {
  color: #fff;
}

.headertop .set {
  color: #fff;
}

.headertop .set ul li {
  width: 80px;
  float: left;
  text-align: center;
}

.headertop .set ul li:first-of-type {
  background-color: #d1b32a;
}

.headertop .set ul li a {
  display: block;
  color: #fff;
}

.headcenter {
  height: 146px;
  line-height: 146px;
}

.headcenter .logo {
  width: 88px;
}

.headcenter .logo img {
  width: 88px;
  height: 112px;
  margin-top: 12px;
}

/* navigation */

.headcenter .navigation li {
  float: left;
  margin: 0 32px;
}

.headcenter .navigation li a {
  display: block;
  font-size: 16px;
}

.headcenter .navigation li a:hover {
  color: #d1b32a;
  font-weight: 600;
}

.headerbottom {
  background-image: url("../images/index_07.jpg");
  background-repeat: repeat-x;
}

.headerbottom li {
  float: left;
  width: 200px;
  height: 66px;
  line-height: 60px;
  text-align: center;
  background-image: url("../images/index_09.jpg");
  background-repeat: no-repeat;
  background-position: right top;
}

.headerbottom li:last-child {
  background: none;
}

.headerbottom li a {
  display: block;
  font-size: 18px;
  color: #fff;
}

/* banner */

#full-screen-slider {
  width: 100%;
  height: 512px;
  position: relative;
}

#slides {
  display: block;
  width: 100%;
  height: 512px;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: -1;
}

#slides li {
  display: block;
  width: 100%;
  height: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
}

#slides li a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}

#pagination {
  display: block;
  list-style: none;
  position: absolute;
  right: 50%;
  text-align: center;
  bottom: 30px;
  z-index: 1;
  margin: 0;
}

#pagination li {
  position: relative;
  right: -50%;
  display: block;
  list-style: none;
  width: 15px;
  height: 15px;
  float: left;
  margin: 0 10px;
  border-radius: 50%;
  border: 1px solid #fff;
}

#pagination li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  text-indent: -9999px;
}

#pagination li.current {
  background-color: #fff;
}

.pic-link {
  padding: 100px 0;
}

.pic-link li {
  float: left;
}

/* 首页图片 */

.picture {
  margin-bottom: 75px;
}

.picture-title {
  margin-bottom: 30px;
}

.picture-title .index-t {
  font-size: 22px;
  line-height: 34px;
  text-transform: uppercase;
}

.picture-title .index-list li {
  position: relative;
  height: 32px;
  float: left;
  padding: 0 15px;
}

.picture-title .index-list li::after {
  position: absolute;
  right: 0;
  content: "|";
  display: block;
  float: left;
}

.picture-title .index-list li:last-of-type::after {
  content: "";
}

.picture-title .index-list a {
  display: block;
  float: left;
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
}

.picture-title .index-list a:hover {
  color: #fff;
  background-color: #3488ea;
}

.picture-nr ul li {
  width: 388px;
  float: left;
  margin: 0 6px;
  transition: all 0.3s linear;
}

.picture-nr ul li .pro-img {
  width: 388px;
  height: 262px;
  overflow: hidden;
}

.picture-nr ul li .pro-img img {
  width: 100%;
}

.picture-nr ul li .pro-content {
  padding: 0 20px 10px;
  border-bottom: 1px solid #d7d7d7;
  line-height: 20px;
}

.picture-nr ul li .pro-content p:first-child {
  font-size: 16px;
  padding: 15px 0 5px 0;
}

.picture-nr ul li .pro-more {
  padding: 20px 20px 25px;
}

.picture-nr ul li .pro-more span {
  display: block;
  width: 90px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  text-align: center;
  background-color: #d7d7d7;
}

.picture-nr ul li:hover {
  background-color: #3488ea;
}

.picture-nr ul li:hover a {
  color: #fff;
}

.picture-nr ul li:hover .pro-img img {
  width: 100%;
  transform: scale(1.1);
}

.picture-nr ul li:hover .pro-content {
  border-bottom: 1px solid #71acf0;
}

.picture-nr ul li:hover .pro-more span {
  background-color: #fff;
  color: #808080;
}

/* 首页新闻 */

.news-wrapper {
  padding-bottom: 80px;
  background-color: #f8f8f8;
}

.news-title {
  height: 110px;
}

.news-title .news-title-text {
  font-size: 22px;
  line-height: 110px;
}

.news-title .news-title-more {
  margin-top: 40px;
  width: 90px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 15px;
  background-color: #d7d7d7;
}

.news-content {
  width: 100%;
}

.news-content .news-pic {
  width: 559px;
}

.news-content .news-info {
  width: 600px;
}

.news-content .news-info dl {
  border-bottom: 1px solid #e2e2e2;
}

.news-content .news-info dl dt {
  width: 100%;
  font-size: 14px;
  line-height: 40px;
}

.news-content .news-info dl dt a {
  display: block;
}

.news-content .news-info dl dt span {
  display: block;
  text-align: right;
  color: #a5a5a5;
}

.news-content .news-info dl dd {
  color: #a5a5a5;
  line-height: 24px;
  padding: 3px 0 28px;
}

/* 公司简介 */

.about-bg {
  padding-top: 145px;
  padding-bottom: 90px;
  background-image: url("../images/index_30.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #f8f8f8;
}

.about {
  position: relative;
  max-height: 322px;
  min-height: 322px;
  height: 322px;
  padding: 25px 0 0 65px;
  background-color: #fff;
}

.about-title {
  font-size: 24px;
  line-height: 64px;
}

.about-content {
  width: 680px;
  line-height: 26px;
  padding-bottom: 35px;
}

.about-more {
  width: 90px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 15px;
  background-color: #d7d7d7;
}

.about-more a {
  color: #fff;
}

.about-pic {
  position: absolute;
  top: 0;
  right: 0;
}

/* 底部信息 */

.bottom {
  border-bottom: 1px solid #656565;
  padding: 75px 0;
  color: #fff;
  background-color: #3e3e3e;
}

.bottom a {
  color: #fff;
}

.tel {
  width: 300px;
}

.tel p {
  height: 56px;
  padding: 30px 0 0 75px;
  margin-bottom: 10px;
  background: url("../images/index_33.jpg") no-repeat left top;
}

.tel h3 {
  font-weight: normal;
  color: #31bd00;
  font-size: 26px;
  line-height: 54px;
}

.blink {
  width: 900px;
}

.blink div {
  float: left;
  border-left: 1px solid #656565;
  padding: 0 70px;
  min-height: 190px;
  line-height: 24px;
}

.blink div h5 {
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  padding-bottom: 10px;
}


/* 网站底部 */

.foot {
  height: 86px;
  line-height: 86px;
  color: #fff;
  background-color: #3e3e3e;
}

.foot a {
  color: #fff;
}

/*----------------------------------------------end index-----------------------------------------*/

.content {
  padding: 50px 0;
}

.ny_left {
  width: 200px;
}

/*内页产品列表*/

.list {
  margin-bottom: 35px;
  width: 200px;
}

.list_t {
  position: relative;
  height: 150px;
  font-size: 22px;
  line-height: 150px;
  background: url(../images/about_04.jpg) no-repeat;
  color: #fff;
  text-align: center;
}

.list_t::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50px;
  display: block;
  content: '';
  width: 40px;
  height: 2px;
  background-color: #fff;
}

.list_nr {
  clear: both;
  overflow: hidden;
}

.list_nr ul li {
  font-size: 12px;
  line-height: 14px;
  margin-top: 1px;
  background-color: #e6e6e6;
}

.list_nr ul li a {
  display: block;
  padding: 12px 10px 12px 30px;
}

.list_nr ul li a:hover {
  background-color: #3488ea;
  color: #fff;
}

.list_nr ul li.erji {
  font-size: 12px;
  line-height: 12px;
  background-color: #f5f5f5;
}

.list_nr ul li.erji a {
  padding: 10px 10px 10px 50px;
}

/*内页联系我们*/

.lianxi {
  background-color: #dec76d;
  padding: 25px 10px 25px 15px;
  line-height: 20px;
  color: #fff;
}

.lianxi p {
  font-size: 46px;
  width: 46px;
  padding-top: 10px;
}

.word {
  width: 120px;
  font-size: 14px;
  font-weight: 900;
  font-style: italic;
}

.word h2 {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  padding-bottom: 5px;
}

/*内页右侧*/

.ny_right {
  width: 910px;
}

.ny_t {
  text-align: right;
  font-size: 14px;
  line-height: 38px;
}

.ny_t:before {
  content: "";
  background: url(../images/house.png) no-repeat center;
  width: 16px;
  height: 13px;
  display: inline-block;
  padding-right: 10px;
}

.name {
  font-size: 24px;
  line-height: 44px;
  border-bottom: 1px dashed #e2bd76;
  padding-bottom: 15px;
}

/*内页右侧单页面*/

.ny_nr {
  padding: 30px 0;
  line-height: 32px;
}

#demoa {}


#demob td {
  padding-right: 20px;
}

#demob td dd {
  border: 1px solid #d7d7d7;
}

#demob td dt {
  font-size: 16px;
  padding: 10px;
  border-bottom: 1px solid #d7d7d7;
}

#democ td {
  padding-right: 20px;
}

#democ td dt {
  font-size: 16px;
  padding: 10px;
  border-bottom: 1px solid #d7d7d7;
}