﻿html {
  color: #000;
  background: #fff;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
textarea,
p,
th,
td,
hr,
button,
footer,
header {
  margin: 0;
  padding: 0;
}
ol,
ul,
li {
  list-style: none;
}
i,
em {
  font-style: normal;
}
a {
  text-decoration: none;
  color: #333;
  cursor: pointer;
}
img {
  border: none;
}
body {
  overflow-x: hidden;
  font-family: "microsoft yahei", "Verdana", "Tahoma", "Arial";
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.fl,
.fr {
  _display: inline;
}
.cf:after {
  display: block;
  height: 0;
  font-size: 0;
  content: ".";
  visibility: hidden;
  clear: both;
}
.cf {
  zoom: 1;
}

body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
form,
input,
p {
  margin: 0;
  padding: 0;
}
body {
  font: 12px "microsoft yahei", "Verdana", "Tahoma", "Arial";
  color: #333;
}
a {
  color: #333;
  text-decoration: none;
}
a:focus {
  outline: none;
}
img {
  border: 0 none;
  width: 100%;
  height: 100%;
}
i,
s,
u,
em {
  font-style: normal;
  text-decoration: none;
}
ul,
li {
  list-style: none;
}
input {
  text-indent: 10px;
}
form *:focus {
  outline: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.fl,
.fr {
  display: inline;
}
.cf:after {
  display: block;
  height: 0;
  font-size: 0;
  content: ".";
  visibility: hidden;
  clear: both;
}
.cf {
  zoom: 1;
}
.oh {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr25 {
  margin-right: 25px;
}
.mr30 {
  margin-right: 30px;
}
.pt5 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pr {
  position: relative;
}
.h5 {
  height: 5px;
  line-height: 5px;
}
.h10 {
  height: 10px;
  line-height: 10px;
}
.h20 {
  height: 20px;
  line-height: 20px;
}
.h5,
.h10,
.h20 {
  overflow: hidden;
  clear: both;
}

/* 网站顶部 */
.top-box {
  width: 100%;
  height: 36px;
  line-height: 36px;
  font-size: 12px;
  color: #999;
  background: #f6f6f6;
  border-bottom: 1px solid #e3e3e3;
}
.top-box a {
  font-size: 12px;
}
.top {
  width: 1200px;
  height: 36px;
  line-height: 36px;
  margin: 0 auto;
  position: relative;
}
.top-visit {
  float: left;
  width: 70px;
  height: 36px;
  line-height: 36px;
  text-align: center;
}

/* 顶部站群 */
.top-site {
  float: left;
  padding: 0 15px;
  height: 36px;
  line-height: 36px;
  font-size: 12px;
  text-align: center;
}
.top-site ul {
  display: none;
  position: absolute;
  top: 36px;
  left: 0;
  z-index: 99999999;
  width: 1178px;
  padding: 0 10px;
  color: #333;
  background: #fff;
  border: 1px solid #e3e3e3;
}
.top-site li {
  float: left;
  height: 36px;
  line-height: 36px;
  font-size: 12px;
}
.top-site li a {
  margin-top: 12px;
  padding: 0 5px;
  text-align: center;
  border-right: 1px solid #e3e3e3;
  color: #666;
}
.top-site li:last-child a {
  border-right: none;
}
.top-site li b a {
  border-right: none;
}
.top-site i,
.top-nav-box i {
  display: inline-block;
  *margin-top: -13px;
  *display: inline;
  zoom: 1;
}
.top-site i,
.top-nav-box i {
  width: 9px;
  height: 7px;
  margin-left: 5px;
  background: url(img/top-arrow.gif) no-repeat 0 -6px;
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.top-site:hover i,
.top-nav-box:hover i {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

/* 顶部菜单项 */
.top-menu,
.top-menu2 {
  float: left;
}
.top-menu2 form {
  width: 300px;
}
.top-menu {
  margin-top: 12px;
}
.top-menu li,
.top-menu2 li {
  float: left;
  display: block;
  line-height: 12px;
  padding: 0 12px;
  text-align: center;
  border-right: 1px solid #e3e3e3;
}
.top-menu li a,
.top-menu2 li a {
  color: #999;
}
.top-menu li a:hover,
.top-menu2 li a:hover,
.top-menu li a.red {
  color: #d60000;
}

/* 顶部栏目导航 */
.top-nav-box {
  float: left;
  position: relative;
  z-index: 99999;
  width: 80px;
  line-height: 36px;
  font-size: 12px;
  text-align: center;
}
.top-nav-box:hover {
  width: 78px;
  background: #fff;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
}
.top-nav {
  display: none;
  position: absolute;
  top: 36px;
  right: -37px;
  z-index: 99999999;
  width: 800px;
  padding: 14px 0;
  background: #fff;
  border: 1px solid #e3e3e3;
}
.top-nav dl {
  float: left;
  width: 110px;
  margin-left: 15px;
}
.top-nav dl dt {
  float: left;
  padding: 0 5px;
  color: #333;
  text-align: left;
  font: bold 14px "microsoft yahei";
}
.top-nav dl dd {
  float: left;
  width: 100%;
  line-height: 30px;
  color: #e3e3e3;
  text-align: left;
}
.top-nav dl dd a {
  padding: 0 5px;
  color: #666;
}
.top-nav dl dd a:hover {
  color: #d60000;
}
.top-nav dl.hyzq {
  float: left;
  width: 130px;
}
.top-nav dl.rmzq {
  width: 200px;
}
.top-nav dl.rmzq dt {
  padding: 0;
}
.top-nav dl.rmzq a {
  display: inline-block;
  width: 48%;
  padding: 0;
  *display: inline;
  zoom: 1;
}

.hd-index {
  width: 1200px;
  margin: 25px auto;
}
.hd-index .logo {
  float: left;
  display: block;
  width: 300px;
  height: 65px;
  background: url(img/logo.png) no-repeat;
}
.hd-index .ad-top10 {
  float: right;
  display: block;
  width: 220px;
  height: 65px;
  background: url(img/400.gif) no-repeat;
}

.search-index {
  float: left;
  position: relative;
  z-index: 999;
  width: 540px;
  height: 38px;
  margin: 0 0 0 15px;
}
.search-index select {
  float: left;
  height: 38px;
  padding: 0 5px;
  font: 14px "microsoft yahei";
  color: #666;
  border: 1px solid #e31f19;
  vertical-align: middle;
  *height: 34px;
}
.search-index input {
  float: left;
  width: 330px;
  height: 36px;
  font: 14px/36px "microsoft yahei";
  color: #666;
  border: 1px solid #e31f19;
  border-left: none;
  *height: 31px;
  *line-height: 31px;
}
.search-index input:focus {
  border: 1px solid #d60000;
}
.search-index button {
  float: left;
  width: 100px;
  height: 38px;
  font: 16px/38px "microsoft yahei";
  text-align: center;
  color: #fff;
  background: #d60000;
  border: 0 none;
  cursor: pointer;
  *height: 33px;
  *line-height: 33px;
}

.search-class li {
  float: left;
  margin: 10px 0 0;
  padding: 0 7px;
  color: #666;
}
.search-class li a {
  color: #333;
}

.search-top10 {
  display: none;
  position: absolute;
  top: 38px;
  left: 90px;
  width: 291px;
  padding: 4px;
  background: #fff;
  border: 1px solid #e31f19;
  border-top: none;
  *top: 34px;
}
.search-top10 a.more {
  margin-top: 10px;
  line-height: 26px;
  background: #f6f6f6;
  text-align: center;
  color: #666;
}
.search-top10 a {
  display: block;
  line-height: 26px;
  padding: 3px 0 3px 5px;
  font-size: 14px;
  text-decoration: none;
  color: #000;
  cursor: pointer;
  overflow: hidden;
}
.search-top10 a:hover {
  background: #f6f6f6;
  text-decoration: none;
}
.search-top10 span {
  float: left;
  line-height: 12px;
  margin: 6px 9px 0 0;
  padding: 2px;
  font-size: 12px;
  color: #fff;
  background: #7cbce4;
  border-radius: 2px;
}
.search-top10 span.t1 {
  background: #f58c85;
}
.search-top10 span.t2 {
  background: #fcbc4b;
}
.search-top10 span.t3 {
  background: #a1d958;
}

.nav-wrap {
  width: 100%;
  height: 45px;
}
.nav-wrap.nav-ul-two {
  padding-bottom: 10px;
}
.nav-new {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  font-size: 18px;
}
.nav-new ul {
  width: 1220px;
}
.nav-new li {
  float: left;
  color: #333;
  width: 131px;
}
.nav-new li dt {
  position: relative;
  height: 44px;
  text-align: center;
  border-left: 1px solid #e3e3e3;
}
.nav-wrap.nav-ul-two .nav-new ul li dt {
  border: 0;
}
.nav-new li dt:hover {
  border-bottom: 2px #d60000 solid;
}
.nav-wrap.nav-ul-two .nav-new ul li dt:hover {
  border-bottom: 2px #d60000 solid;
}
.nav-new li:last-child dt {
  border-right: 1px solid #e3e3e3;
}
.nav-new li dt em {
  display: none;
  position: absolute;
  bottom: -1px;
  left: 42%;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}
.nav-new li:hover em,
.nav-new li.on em {
  display: block;
}
.nav-new li:hover dd {
  display: block;
  z-index: 999;
}
.nav-new li.on dd {
  display: block;
  z-index: 998;
}
.nav-new li dd {
  display: none;
  position: absolute;
  top: 66px;
  left: 0;
  width: 1100px;
  height: 40px;
  line-height: 40px;
  padding: 0 50px;
  background: #fff;
  z-index: 99999;
}
.nav-new li dt a {
  display: block;
  padding: 0 28px;
  color: #333;
}
.nav-new li dt a.nav-sd {
  padding: 8px 32px;
}
.nav-new li dt i {
  display: block;
  font-size: 12px;
  color: #ccc;
}
.nav-new li dt.drg a {
  padding: 8px 5px;
}
.nav-new li dt.drg u {
  display: block;
  width: 120px;
  height: 39px;
  margin-top: 4px;
}
.nav-new li dt.yzs u {
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  width: 9px;
  height: 23px;
}
.nav-new li:hover dt.yzs u {
  display: none;
}
.nav-new li dd a {
  float: left;
  margin: 0 50px 0 0;
  font-size: 14px;
  color: #666;
}
.nav-new li dd a:hover,
.nav-new li dd a.cur {
  color: #db214c;
}
.nav-line {
  width: 100%;
  height: 5px;
  box-shadow: 0 3px 3px #eee;
  margin-bottom: 20px;
}
.nav-new a.news,
.nav-new a.brand {
  float: right;
  display: block;
  width: 110px;
  height: 50px;
  margin: 0 20px 0 0;
}
.nav-home {
  position: relative;
  z-index: 99;
}
.nav-new2 {
  position: absolute;
  top: -60px;
  left: 0;
  width: 1100px;
  height: 40px;
  line-height: 35px;
  margin: 0 auto;
  padding: 0 50px;
}
.nav-new2 a {
  height: 40px;
  line-height: 35px;
  margin: 0 35px 0 0;
  font-size: 12px;
  color: #666;
}

.nav-new li dd.d01,
.nav-new li dd.d02,
.nav-new li dd.d03 {
  width: 600px;
}
.nav-new li dd.d01 {
  padding-left: 450px;
}
.nav-new li dd.d02 {
  padding-left: 580px;
}
.nav-new li dd.d03 {
  padding-left: 650px;
}
.nav-new li dd.d04 {
  width: 900px;
  padding-left: 340px;
}
.nav-new li dd.d05 {
  padding-left: 520px;
  width: 680px;
}

.banner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.banner .hd {
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 100%;
  height: 15px;
  text-align: center;
}
.banner .hd li.on {
  opacity: 1;
}
.banner .hd li {
  display: inline-block;
  width: 30px;
  height: 5px;
  margin: 0 10px;
  background: #fff;
  opacity: 0.5;
  *display: inline;
  zoom: 1;
}

.jieshao-index {
  width: 1200px;
  margin: auto;
  margin-top: 30px;
}
.jieshao-index li,
.jieshao-index dt,
.jieshao-index dd {
  float: left;
}
.jieshao-index dd p {
  color: #e31f19;
  font-size: 18px;
}
.jieshao-index dd span {
  font-size: 14px;
  color: #666;
}
.jieshao-index li {
  padding: 33px 25px;
  width: 234px;
  height: 55px;
  margin-right: 21px;
}
.jieshao-index dt {
  margin-right: 5px;
}
.jieshao-index dt img {
  margin-top: 3px;
}
.jieshao-index li:hover {
  border: 1px solid #d6d6d6;
  width: 232px;
  height: 51px;
  border-bottom: 3px #d60000 solid;
}

.product-index {
  width: 1200px;
  margin: 10px auto 45px;
}
.product-index li {
  float: left;
}
.product-index .two {
  float: right;
}
.product-index > li {
  width: 571px;
  height: 552px;
  position: relative;
}
.product-index > li i {
  position: absolute;
  width: 134px;
  height: 134px;
  background: url(img/hot.png) no-repeat;
  top: 0;
  left: 0;
}
.product-index > li .price {
  position: absolute;
  width: 221px;
  height: 55px;
  background: url(img/message.png) no-repeat;
  right: 1px;
  bottom: 30px;
}
.product-index > li .price span {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 64px;
  margin-left: 25px;
  float: left;
}
.product-index > li .price a {
  float: left;
  width: 80px;
  height: 45px;
  margin: 9px 0px 0 61px;
}
.product-index > li .info {
  border: 1px #d7d6d6 solid;
  width: 528px;
  height: 60px;
  padding: 20px 0 20px 30px;
}
.product-index > li .picbox {
  display: block;
  width: 560px;
  height: 450px;
  overflow: hidden;
}
.product-index > li .info h5 {
  color: #e31f19;
  font-size: 16px;
  width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-index > li .info ul {
  width: 300px;
  margin-top: 5px;
}
.product-index > li .info li {
  width: 50%;
  margin: 3px 0;
  font-size: 14px;
  color: #333;
}

.common-title {
  width: 1200px;
  margin: auto;
  height: 24px;
  background: url(img/title_bg.png) center right no-repeat;
}
.common-title h2,
.common-title span {
  float: left;
  font-size: 24px;
  line-height: 24px;
  font-weight: normal;
}
.common-title span {
  color: #efc1c1;
  font-size: 20px;
  margin-left: 20px;
  font-family: "Arial";
}

.product-box {
  width: 1200px;
  margin: auto;
  margin-top: 30px;
}

.common-tabs {
  width: 100%;
}
.common-tabs .tabs-left {
  float: left;
}
.common-tabs .tabs-right {
  float: right;
}
.common-tabs .tabs-left li {
  width: 130px;
  text-align: center;
  float: left;
  font-size: 18px;
  cursor: pointer;
  padding: 15px 0;
  color: #666;
  font-family: "Microsoft YaHei";
}
.common-tabs .tabs-right li {
  float: left;
  margin: 0 10px;
  line-height: 58px;
}
.common-tabs .tabs-right li.more {
  font-size: 14px;
  font-weight: bold;
}
.common-tabs .tabs-left li.on {
  border-top: 4px #d60000 solid;
  padding-top: 11px;
  color: #e31f19;
}

.tabs-div {
  display: none;
}
.tabs-div.on {
  display: block;
}

.products {
  margin-top: 10px;
}
.products li {
  float: left;
  border: 1px #d6d6d6 solid;
  width: 380px;
  height: 381px;
  overflow: hidden;
  margin-right: 27px;
  margin-bottom: 20px;
}
.products li.nomargin {
  margin-right: 0;
}
.products li:hover {
  box-shadow: darkgrey 3px 3px 3px 1px;
  border-bottom: 2px #fa6d6d solid;
  height: 380px;
}
.products li .pic {
  display: block;
  width: 380px;
  height: 272px;
  overflow: hidden;
}
.products li p {
  padding: 10px;
}
.products li p .jine {
  font-size: 18px;
  color: #fa6d6d;
  font-weight: bold;
  float: left;
}
.products li p .chengjiao {
  float: right;
  color: #666;
  font-size: 12px;
}
.products li h2 a {
  color: #fa6d6d;
  padding: 0 10px;
  display: block;
  width: 350px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-weight: normal;
}
.products li .keys {
  padding: 10px;
}
.products li .keys a {
  float: left;
  padding: 3px 10px;
  border: 1px #d7d6d6 solid;
  border-radius: 5px;
  margin-right: 10px;
}
.products li .keys a:hover {
  border: 1px #d60000 solid;
}

.project-box {
  width: 1300px;
  background: url(img/preject_bg.jpg) no-repeat;
  margin: 30px auto 50px;
}
.project-box .project-main {
  width: 1200px;
  margin: auto;
  padding-top: 30px;
}
.project-box .project-main-left {
  float: left;
  width: 591px;
  height: 400px;
  overflow: hidden;
}
.project-box .project-main-right {
  float: left;
  margin-left: 40px;
  width: 569px;
}
.project-box .project-main-right h2 {
  font-size: 16px;
  color: #333;
}
.project-box .project-main-right .r-content {
  margin-top: 20px;
  border-right: 1px #d6d6d6 solid;
  border-bottom: 1px #eeeeee solid;
  padding: 0 20px 20px 0;
}
.project-box .project-main-right p {
  color: #666666;
  line-height: 26px;
  font-size: 14px;
}
.project-box .project-main-right a {
  display: block;
  margin-top: 15px;
}

.project-flash {
  width: 1180px;
  margin: auto;
  margin-top: 30px;
  padding: 0 10px;
  position: relative;
}
.project-flash li {
  float: left;
  border: 1px #d6d6d6 solid;
  margin: 20px;
}
.project-flash li a.pic {
  display: block;
  width: 251px;
  height: 176px;
  overflow: hidden;
}
.project-flash li p {
  text-align: center;
  line-height: 36px;
}
.project-flash li p a {
  color: #333;
  font-size: 16px;
  padding: 0 5px;
  display: block;
  width: 241px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.project-flash li:hover {
  border-bottom: 1px #fa6d6d solid;
}
.project-flash li:hover p a {
  color: #fa6d6d;
}

.purchase-box {
  width: 1198px;
  margin: auto;
  height: 523px;
  overflow: hidden;
  border: 1px #c2c2c2 solid;
  margin-top: 30px;
}
.purchase-box .purchare-box-left {
  float: left;
  width: 170px;
  height: 100%;
}
.purchase-box .purchare-box-left li.not {
  height: 50px;
  width: 100%;
  background: #eeeeee;
  border-top: 1px #fff solid;
  border-bottom: 1px #fff solid;
}
.purchase-box .purchare-box-left li p {
  text-align: center;
  font-size: 16px;
  line-height: 50px;
}
.purchase-box .purchare-box-left li.not .pbl-zi {
  display: none;
}
.purchase-box .purchare-box-left li.on {
  background: url(img/shejibg.jpg) left 90% no-repeat;
}
.purchase-box .purchare-box-left li.on p {
  line-height: 30px;
  padding-top: 10px;
  color: #333;
}
.purchase-box .purchare-box-left li.on .pbl-zi {
  display: block;
  text-align: center;
}
.purchase-box .purchare-box-left li.on .pbl-zi span {
  color: #999;
  font-size: 12px;
}
.purchase-box .purchare-box-left li.on .pbl-zi .pbl-zi-line {
  width: 20px;
  height: 1px;
  display: block;
  margin: 5px auto 0;
  background: #a7a7a7;
}
.purchase-box .purchare-box-left li.on .pbl-zi ul {
  margin-top: 20px;
}
.purchase-box .purchare-box-left li.on .pbl-zi li {
  line-height: 30px;
}
.purchase-box .purchare-box-left li.on .pbl-zi li a {
  font-size: 14px;
}
.purchase-box .purchare-box-left li.on .pbl-zi li.active a {
  color: #fa6d6d;
  padding-right: 8px;
  background: url(img/right-icon-01.gif) right center no-repeat;
}
.purchase-box .purchare-box-right {
  float: left;
  width: 1028px;
  height: 100%;
  overflow: hidden;
  display: none;
}
.purchase-box .purchare-box-right ul {
  width: 100%;
  margin-left: 15px;
}
.purchase-box .purchare-box-right li {
  float: left;
  margin: 10px 5px;
}
.purchase-box .purchare-box-right li a.pic {
  display: block;
  width: 240px;
  height: 160px;
  overflow: hidden;
}
.purchase-box .purchare-box-right li p {
  text-align: center;
  line-height: 56px;
  border: 1px #c2c2c2 solid;
  border-bottom: 2px #c2c2c2 solid;
}
.purchase-box .purchare-box-right li p a {
  font-size: 14px;
  display: block;
  width: 238px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.purchase-box .purchare-box-right li:hover {
  box-shadow: darkgrey 2px 2px 2px 2px;
}
.purchase-box .purchare-box-right li:hover p {
  border-bottom: 2px #fa6d6d solid;
}
.purchase-box .purchare-box-right .more {
  text-align: right;
  padding: 20px 20px 0 0;
}

.news {
  width: 1200px;
  margin: auto;
}
.news .news-left {
  float: left;
  border-top: 1px #a7a7a7 solid;
  width: 845px;
}
.news .news-left .tabs-left .on {
  color: #d60000;
  font-weight: bold;
}

.news .news-left .news-list li {
  height: 74px;
  overflow: hidden;
  margin-top: 10px;
  border: 1px #fff solid;
}
.news .news-left .news-list li dt {
  float: left;
  height: 74px;
  width: 60px;
  overflow: hidden;
  background: url(img/news-bg02.jpg) no-repeat;
  position: relative;
}
.news .news-left .news-list li dt i {
  position: absolute;
  left: 10px;
  top: 10px;
}
.news .news-left .news-list li dt i,
.news .news-left .news-list li dt span {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
.news .news-left .news-list li dt span {
  position: absolute;
  right: 5px;
  bottom: 8px;
  font-size: 16px;
}
.news .news-left .news-list li dd {
  float: right;
  width: 770px;
}
.news .news-left .news-list li dd h2 {
  font-weight: normal;
  line-height: 28px;
  font-size: 16px;
  color: #333;
}
.news .news-left .news-list li dd p {
  color: #999999;
  line-height: 20px;
  font-size: 14px;
}
.news .news-left .news-list li:hover {
  border: 1px #e3e0e0 solid;
}
.news .news-left .news-list li:hover dt {
  background: url(img/news-bg01.jpg) no-repeat;
}
.news .news-left .news-list li:hover dd h2 {
  color: #fa6d6d;
}

.news .news-right {
  width: 340px;
  height: 425px;
  overflow: hidden;
  background: url(img/news-right-bg.jpg) no-repeat;
  float: right;
  position: relative;
}
.news .news-right input {
  border: 0;
  display: none;
}
.news .news-right .n-jinshen {
  display: block;
  position: absolute;
  top: 85px;
  left: 82px;
  height: 27px;
  width: 50px;
}
.news .news-right .n-kaijian {
  display: block;
  position: absolute;
  top: 85px;
  left: 226px;
  height: 27px;
  width: 50px;
}
.news .news-right .n-mianji {
  display: block;
  position: absolute;
  top: 134px;
  left: 116px;
  height: 27px;
  width: 155px;
}
.news .news-right .n-phone {
  display: block;
  position: absolute;
  top: 182px;
  left: 116px;
  height: 27px;
  width: 175px;
}
.news .news-right .n-name {
  display: block;
  position: absolute;
  top: 231px;
  left: 116px;
  height: 27px;
  width: 175px;
}
.news .news-right .n-tijiao {
  border: 0;
  display: block;
  position: absolute;
  top: 276px;
  left: 35px;
  height: 34px;
  width: 129px;
  background: none;
  font-size: 0;
  cursor: pointer;
}
.news .news-right .n-zixun {
  display: block;
  position: absolute;
  top: 276px;
  left: 175px;
  height: 34px;
  width: 129px;
  background: none;
  font-size: 0;
  cursor: pointer;
}
.news .news-right p {
  position: absolute;
  top: 330px;
  width: 100%;
  text-align: center;
  font-size: 14px;
}
.news .news-right p i {
  color: #d60000;
}
.yqlj-list {
  width: 1200px;
  margin: 0 auto 50px;
}
.yqlj-list li {
  float: left;
  width: 120px;
  text-align: center;
}

.footer {
  width: 1920px;
  height: 268px;
  background: url(img/foot-bg.jpg) no-repeat;
}
.footer .footer-box {
  width: 1200px;
  margin: auto;
  height: 100%;
}
.footer-content {
  width: 980px;
  float: right;
  height: 100%;
}
.footer-content a,
.footer-content p {
  color: #818181;
  font-size: 12px;
}
.footer-content ul {
  margin-top: 30px;
  height: 155px;
  overflow: hidden;
}
.footer-content li {
  float: left;
  width: 100px;
  line-height: 32px;
}
.footer-content li a {
  display: block;
}
.footer-content li p {
  float: left;
  border-bottom: 1px #818181 solid;
}
.footer-content .banquan-01,
.footer-content .banquan-02 {
  line-height: 24px;
}
.footer-content img {
  width: auto;
  height: auto;
}

/*材料详细页*/
.cailiao-main {
  background: #f8f8f8;
}
.nav {
  width: 1200px;
  margin: auto;
  padding: 20px 0;
  font-size: 14px;
  color: #999999;
}
.nav a {
  color: #999;
}
.neirong-top {
  width: 1170px;
  height: 310px;
  overflow: hidden;
  border: 1px #d6d6d6 solid;
  margin: auto;
  padding: 14px;
}
.neirong-top .pic {
  width: 442px;
  height: 311px;
  overflow: hidden;
  float: left;
}
.neirong-top .neirong-right {
  width: 700px;
  float: right;
  height: 100%;
}
.neirong-top .neirong-right .neirong-keybox .keys {
  padding: 10px 0;
  float: left;
}
.neirong-top .neirong-right .neirong-keybox .keys a {
  float: left;
  padding: 3px 10px;
  border: 1px #d7d6d6 solid;
  border-radius: 5px;
  margin-right: 10px;
}
.neirong-top .neirong-right .neirong-keybox .keys a:hover {
  border: 1px #d60000 solid;
}
.neirong-top .neirong-right .neirong-keybox {
  background: url(img/cailiao-detail-title-bg.jpg) left bottom no-repeat;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.neirong-top .neirong-right .neirong-baojia {
  color: #fb6c64;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
.neirong-top .neirong-right.tuzhi .neirong-baojia {
  margin-bottom: 10px;
}
.neirong-top .neirong-right .neirong-shuxing .shuxing-left {
  float: left;
  width: 500px;
}
.neirong-top .neirong-right .neirong-shuxing .shuxing-left ul {
  width: 500px;
  margin-top: 5px;
  margin-bottom: 30px;
}
.neirong-top .neirong-right .neirong-shuxing .shuxing-left li {
  width: 50%;
  margin: 3px 0;
  float: left;
  font-size: 14px;
  color: #5d5d5d;
  line-height: 24px;
}
.neirong-top .neirong-right.tuzhi .neirong-shuxing .shuxing-left ul {
  margin-bottom: 10px;
}
.neirong-top .neirong-right .neirong-shuxing .shuxing-left .buttons input {
  width: 190px;
  height: 38px;
  border: 1px #f96d6c solid;
  background: #fff;
  color: #f96d6c;
  border-radius: 10px;
  margin-right: 40px;
}
.neirong-top .neirong-right .neirong-shuxing .shuxing-left .buttons input.two {
  background: #f96d6c;
  color: #fff;
}

.neirong-top .neirong-right .neirong-shuxing .shuxing-right {
  float: left;
  width: 94px;
  height: 131px;
  overflow: hidden;
}

.neirong-bottom {
  width: 1200px;
  margin: auto;
  overflow: hidden;
  margin-top: 10px;
}
.neirong-bottom .cl-nr-b-left {
  float: left;
  width: 938px;
}
.neirong-bottom .cl-nr-b-left .detail {
  border: 1px #d6d6d6 solid;
  padding: 13px;
}
.neirong-bottom .cl-nr-b-left .detail .jianjie {
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  margin-bottom: 15px;
}
.neirong-bottom .cl-nr-b-left .detail .jianjie span {
  font-weight: bold;
}
.neirong-bottom .cl-nr-b-left .detail .content img {
  width: auto;
  height: auto;
  max-width:910px;
}
.neirong-bottom .cl-nr-b-left .pre-next {
  line-height: 30px;
}
.neirong-bottom .cl-nr-b-left .pre-next a {
  font-size: 16px;
  color: #666666;
}
.neirong-bottom .cl-nr-b-left .pre-next a.pre {
  float: left;
}
.neirong-bottom .cl-nr-b-left .pre-next a.next {
  float: right;
}
.neirong-bottom .cl-nr-b-left .pre-next a:hover {
  color: #fa6d6d;
}
.neirong-bottom .cl-nr-b-right {
  width: 248px;
  float: right;
}
.neirong-bottom .cl-nr-b-right .nr-right {
  border: 1px #d6d6d6 solid;
  border-bottom: 0;
  margin-bottom: 10px;
  background: #fff;
}
.neirong-bottom .cl-nr-b-right .nr-right .nr-right-title {
  padding: 5px 10px;
  height: 25px;
  overflow: hidden;
  background: url(img/right-t-line.jpg) left bottom no-repeat;
}
.neirong-bottom .cl-nr-b-right .nr-right .nr-right-title h5 {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  float: left;
}
.neirong-bottom .cl-nr-b-right .nr-right .nr-right-title a {
  float: right;
  line-height: 24px;
}
.neirong-bottom .cl-nr-b-right .nr-right dl {
  padding: 13px 11px;
  border-bottom: 1px #d6d6d6 solid;
}
.neirong-bottom .cl-nr-b-right .nr-right dl dt {
  float: left;
  width: 123px;
  height: 78px;
  overflow: hidden;
}
.neirong-bottom .cl-nr-b-right .nr-right dl dd {
  float: right;
  width: 95px;
  position: relative;
  height: 78px;
}
.neirong-bottom .cl-nr-b-right .nr-right dl dd a,
.neirong-bottom .cl-nr-b-right .nr-right dl dd span {
  color: #fa6d6d;
  line-height: 20px;
}
.neirong-bottom .cl-nr-b-right .nr-right dl dd span {
  position: absolute;
  bottom: 0;
  left: 0;
}

.hot-keys {
  width: 1200px;
  margin: 50px auto 0;
  overflow: hidden;
  padding-bottom: 30px;
}
.hot-keys dt {
  float: left;
  color: #333;
  font-size: 16px;
  width: 90px;
}
.hot-keys dd ul li {
  float: left;
  width: 140px;
}
.hot-keys dd ul li a {
  font-size: 14px;
  color: #666;
}

/*图纸详细页*/

.neirong-bottom .cl-nr-b-left .detail table {
  width: 100%;
  border-right: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
}
.neirong-bottom .cl-nr-b-left .detail table td,
.neirong-bottom .cl-nr-b-left .detail table th {
  border-left: 1px solid #c7c7c7;
  border-top: 1px solid #c7c7c7;
}
.neirong-bottom .cl-nr-b-left .detail table th {
  background: #e9e9e9;
  line-height: 30px;
}
.neirong-bottom .cl-nr-b-left .detail table td {
  line-height: 30px;
  text-indent: 24px;
}
.neirong-bottom .cl-nr-b-left .detail table td span {
  font-weight: bold;
}
.neirong-bottom .cl-nr-b-left .detail table td.t-not {
  text-indent: 0;
  line-height: 20px;
  padding: 5px 10px;
}
/*
.yuding-tuzhi {
  width: 939px;
  height: 385px;
  overflow: hidden;
	 background: url(img/ydtz-bg.jpg) no-repeat;
  background: url(img/ydtz-bg.jpg) no-repeat;  
  margin-top: 10px;
  position: relative;
}
.yuding-tuzhi input,
.yuding-tuzhi textarea,
.yuding-tuzhi button {
  position: absolute;
}
.yuding-tuzhi input.input-text {
  display: block;
  color: #999999;
  font-size: 14px;
  width: 163px;
  height: 24px;
  border: 1px #d7d6d6 solid;
  border-radius: 5px;
}
.yuding-tuzhi input.input-text:focus {
  border: 1px #f96d6c solid;
}
.yuding-tuzhi input.name {
  top: 65px;
  left: 94px;
}
.yuding-tuzhi input.phone {
  top: 65px;
  left: 367px;
}
.yuding-tuzhi input.kaijian {
  top: 108px;
  left: 94px;
}
.yuding-tuzhi input.jinshen {
  top: 108px;
  left: 367px;
}
.yuding-tuzhi textarea {
  top: 153px;
  left: 98px;
  width: 412px;
  height: 125px;
  border: 0;
  padding: 10px;
}
.yuding-tuzhi .input-btn {
  background: none;
  border: 0;
  left: 94px;
  top: 315px;
  width: 163px;
  height: 29px;
  font-size: 0;
  cursor: pointer;
}
*/
/*图纸报名s*/
.yuding-tuzhi { width: 936px; height: 385px; overflow: hidden; margin-top: 10px; position: relative;border: 1px solid #ccc;background-color: #fff;margin: 10px 0px 10px 0px;}
			.yuding-tuzhi .tz-title{ width: 936px; height:42px; line-height: 42px; border-bottom: 1px solid #d6d6d6;}
			.yuding-tuzhi .tz-title h1{ width: 80px;  height:41px; line-height: 41px; font-size:14px; display: block; padding-left: 15px; border-bottom: 2px solid #dd0200; }
			.yuding-tuzhi .tz-main{  width: 936px;}
			.yuding-tuzhi .tz-main .tz-left{ width:540px ; height: 300px; float: left; } 
			.yuding-tuzhi .tz-main .tz-left li{ padding-top: 20px;  padding-left: 15px; line-height:25px;  }
			.yuding-tuzhi .tz-main .tz-left li span{ padding-right: 15px; }
			.yuding-tuzhi .tz-main .tz-left input{ width: 412px;color: #999999;font-size: 14px;height:24px;border: 1px #d7d6d6 solid;border-radius: 5px;}
			.yuding-tuzhi .tz-main .tz-left .tz-left-sp{ display:inline-block;  position:relative;bottom:35px;  }
			.yuding-tuzhi .tz-main .tz-left #tz-lefttxt{text-indent: 10px;height:80px; width: 412px;   line-height:25px;  border: 1px #d7d6d6 solid;border-radius: 5px;COLOR: #999999;}
			.yuding-tuzhi .tz-main .tz-right{ width: 395px; height: 300px; float: left; }
			.yuding-tuzhi .input-btn {background:#f76b6a;  width: 163px; height: 29px; display:block; margin:0 auto; font-size:14px; color: #fff;  cursor: pointer; border: none; border-radius: 5px;  }
.yuding-tuzhi .tz-main .tz-right img{ margin: 15px 10px;width: 375px;height: 300px}
/*图纸报名e*/
.comment-box {
  width: 938px;
  height: 377px;
  overflow: hidden;
  background: url(img/ydtz-bg-02.jpg) no-repeat;
  margin-top: 10px;
  position: relative;
}
.comment-box input,
.comment-box textarea,
.comment-box img,
.comment-box button {
  position: absolute;
}
.comment-box input.input-text {
  display: block;
  color: #999999;
  font-size: 14px;
  width: 163px;
  height: 24px;
  border: 1px #d7d6d6 solid;
  border-radius: 5px;
}
.comment-box input.input-text:focus {
  border: 1px #f96d6c solid;
}
.comment-box input.name {
  top: 65px;
  left: 94px;
}
.comment-box input.phone {
  top: 65px;
  left: 367px;
}
.comment-box input.code {
  top: 108px;
  left: 94px;
}
.comment-box img {
  width: 63px;
  height: 24px;
  top: 109px;
  left: 287px;
  cursor: pointer;
}

.comment-box textarea {
  top: 110px;
  left: 95px;
  width: 512px;
  height: 125px;
  border: 1px #d7d6d6 solid;
  border-radius: 5px;
  padding: 10px;
}
.comment-box .input-btn {
  background: none;
  border: 0;
  left: 95px;
  top: 278px;
  width: 163px;
  height: 29px;
  font-size: 0;
  cursor: pointer;
}
.comment-list {
  width: 936px;
  overflow: hidden;
  border: 1px #d6d6d6 solid;
  background: #fff;
  margin-top: 20px;
  border-bottom: 0;
}
.comment-list li {
  padding: 24px 14px;
  border-bottom: 1px #d6d6d6 solid;
  line-height: 28px;
}

.comment-list li .comment-list-title {
  color: #999;
  font-size: 14px;
}
.comment-list li .comment-list-title span {
  float: right;
}
.comment-list li .comment-list-desc,
.comment-list li .comment-list-huifu {
  font-size: 16px;
}
.comment-list li .comment-list-huifu {
  color: #fa6d6d;
}

/*新闻详细页*/
.news-tuzhi-submit {
  width: 940px;
  height: 230px;
  overflow: hidden;
  background: url(img/ndt-bg.jpg) no-repeat;
  position: relative;
}
.news-tuzhi-submit input,
.news-tuzhi-submit textarea,
.news-tuzhi-submit button {
  position: absolute;
}
.news-tuzhi-submit input.input-text {
  display: block;
  color: #999999;
  font-size: 14px;
  width: 127px;
  height: 24px;
  border: 1px #d7d6d6 solid;
  border-radius: 5px;
}
.news-tuzhi-submit input.input-text:focus {
  border: 1px #f96d6c solid;
}
.news-tuzhi-submit input.jinshen {
  top: 73px;
  left: 106px;
}
.news-tuzhi-submit input.mianji {
  top: 73px;
  left: 310px;
}
.news-tuzhi-submit input.phone {
  top: 182px;
  left: 140px;
  width: 297px;
}
.news-tuzhi-submit input.kaijian {
  top: 127px;
  left: 106px;
}
.news-tuzhi-submit input.name {
  top: 127px;
  left: 310px;
}
.news-tuzhi-submit textarea {
  top: 153px;
  left: 98px;
  width: 412px;
  height: 125px;
  border: 0;
  padding: 10px;
}
.news-tuzhi-submit .input-btn {
  background: none;
  border: 0;
  left: 477px;
  top: 82px;
  width: 113px;
  height: 113px;
  font-size: 0;
  cursor: pointer;
}

.neirong-bottom .cl-nr-b-left .news-detail {
  width: 938px;
  border: 1px #d4d4d4 solid;
  margin-top: 10px;
  background: #fff;
}
.neirong-bottom .cl-nr-b-left .news-detail .news-detail-title {
  padding: 33px 0 37px 69px;
  background: url(img/news-detail-line.jpg) left bottom no-repeat;
  position: relative;
}
.neirong-bottom .cl-nr-b-left .news-detail .news-detail-title h1 {
  padding: 0 0 12px;
}
.n-d-t-b-time,
.n-d-t-b-click,
.n-d-t-b-url {
  position: absolute;
  bottom: 24px;
}
.n-d-t-b-url {
  left: 330px;
}
.n-d-t-b-click {
  left: 200px;
}
.n-d-t-b-time {
  left: 85px;
}

.neirong-bottom .cl-nr-b-left .news-detail .news-detail-content {
  padding: 20px;
}
.neirong-bottom .cl-nr-b-left .news-detail .news-detail-content .n-d-content-remark {
  padding: 45px 78px;
  font-size: 14px;
  color: #666;
  line-height: 24px;
  width: 744px;
  height: 56px;
  overflow: hidden;
  background: url(img/news-detail-remark-bg.jpg) no-repeat;
}

.neirong-bottom .cl-nr-b-left .news-detail .news-detail-content .n-d-content-detail {
  padding: 20px 78px;
}
.neirong-bottom .cl-nr-b-left .news-detail .news-detail-content .n-d-content-detail p {
  font-size: 14px;
  color: #333;
  line-height: 24px;
  margin-bottom: 10px;
}

.neirong-bottom .cl-nr-b-left .news-detail .news-detail-content .n-d-content-detail .neirong-keybox .keys {
  padding: 10px 0;
  float: left;
}
.neirong-bottom .cl-nr-b-left .news-detail .news-detail-content .n-d-content-detail .neirong-keybox .keys a {
  float: left;
  padding: 3px 10px;
  border: 1px #d7d6d6 solid;
  border-radius: 5px;
  margin-right: 10px;
}
.neirong-bottom .cl-nr-b-left .news-detail .news-detail-content .n-d-content-detail .neirong-keybox .keys a:hover {
  border: 1px #d60000 solid;
}
.neirong-bottom .cl-nr-b-left .news-detail .news-detail-content .n-d-content-detail .pre,
.neirong-bottom .cl-nr-b-left .news-detail .news-detail-content .n-d-content-detail .next {
  font-size: 16px;
  color: #666666;
  display: block;
  margin: 15px 0;
}

.neirong-bottom .cl-nr-b-left .news-detail .news-detail-content .n-d-content-detail .pre:hover,
.neirong-bottom .cl-nr-b-left .news-detail .news-detail-content .n-d-content-detail .next:hover {
  color: #fa6d6d;
}

.neirong-bottom .cl-nr-list-left {
  width: 146px;
  border: 1px #d6d6d6 solid;
  background: #fff;
  float: left;
  padding: 19px;
}
.neirong-bottom .cl-nr-list-left dl {
  margin-bottom: 20px;
}
.neirong-bottom .cl-nr-list-left dl dt,
.neirong-bottom .cl-nr-list-left dl dd {
  float: left;
}
.neirong-bottom .cl-nr-list-left dl dt {
  width: 17px;
  overflow: hidden;
  padding-top: 5px;
}
.neirong-bottom .cl-nr-list-left dl dd {
  width: 120px;
}
.neirong-bottom .cl-nr-list-left dl dd h2 {
  font-size: 16px;
  font-weight: normal;
  color: #333;
}
.neirong-bottom .cl-nr-list-left dl dd a {
  display: block;
}
.neirong-bottom .cl-nr-list-left dl dd > a {
  color: #666666;
  font-size: 14px;
  line-height: 30px;
  margin-top: 5px;
}
.neirong-bottom .cl-nr-list-left dl dd > a.on {
  color: #fa6d6d;
}
.neirong-bottom .cl-nr-list-right {
  width: 1010px;
  overflow: hidden;
  float: right;
}

.neirong-bottom .cl-nr-list-right ul {
  width: 100%;
}
.neirong-bottom .cl-nr-list-right li {
  float: left;
  margin: 2px 0 20px 10px;
}
.neirong-bottom .cl-nr-list-right li a.pic {
  display: block;
  width: 240px;
  height: 160px;
  overflow: hidden;
}
.neirong-bottom .cl-nr-list-right li p {
  text-align: center;
  line-height: 28px;
  border: 1px #c2c2c2 solid;
}
.neirong-bottom .cl-nr-list-right li p a {
  font-size: 14px;
}
.neirong-bottom .cl-nr-list-right li:hover {
  box-shadow: darkgrey 2px 2px 2px 2px;
}
.neirong-bottom .cl-nr-list-right li:hover p {
  border-bottom: 1px #fa6d6d solid;
}
.neirong-bottom .cl-nr-list-right .more {
  text-align: right;
  padding: 20px 20px 0 0;
}

.pagestr {
  text-align: center;
  margin: 10px 0 50px;
}
.pagestr:after {
  display: block;
  height: 0;
  font-size: 0;
  content: ".";
  visibility: hidden;
  clear: both;
}
.cf {
  zoom: 1;
}
.pagestr li {
  display: initial;
}
.pagestr a,
.pagestr span {
  padding: 10px 20px;
  font-size: 18px;
  display: inline-block;
}
.pagestr a {
  border: 1px #d7d6d6 solid;
  background: #fff;
}
.pagestr span.page-link {
  border: 1px #f96d6c solid;
  background: #f96d6c;
  color: #fff;
}
.ad-box a,
.ad-box img {
  display: block;
}

/*新闻标签列表页*/
.neirong-bottom .nr-list-left {
  width: 758px;
  padding: 20px;
  background: #fff;
  overflow: hidden;
  border: 1px #d7d7d7 solid;
  float: left;
}
.neirong-bottom .nr-list-left h1 {
  padding-bottom: 10px;
  font-size: 24px;
  background: url(img/news-list-line.jpg) left bottom no-repeat;
}
.neirong-bottom .nr-list-left .tag-list {
  margin-top: 10px;
}
.neirong-bottom .nr-list-left .tag-list li {
  float: left;
  font-size: 18px;
  padding: 0 20px;
  border-left: 1px #d7d7d7 solid;
  text-align: center;
}
.neirong-bottom .nr-list-left .tag-list li.first {
  border: 0;
  text-align: left;
  padding-left: 0;
}
.neirong-bottom .nr-list-left .tag-list li.on a,
.neirong-bottom .nr-list-left .tag-list li:hover a {
  color: #d60000;
  font-weight: bold;
}

.neirong-bottom .nr-list-left .news-list dl {
  padding: 20px 0;
  border-bottom: 1px #d7d6d6 solid;
}

.neirong-bottom .nr-list-left .news-list dl dt {
  float: left;
  width: 188px;
  height: 140px;
}
.neirong-bottom .nr-list-left .news-list dl dd {
  float: right;
  width: 556px;
  overflow: hidden;
}
.neirong-bottom .nr-list-left .news-list dl dd h2 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.neirong-bottom .nr-list-left .news-list dl dd h2 a {
  font-size: 18px;
  color: #f96d6c;
}
.neirong-bottom .nr-list-left .news-list dl dd .n-l-time-click {
  margin: 5px 0;
  height: 11px;
  position: relative;
  background: url(img/news-list-time-bg.jpg) no-repeat;
}
.neirong-bottom .nr-list-left .news-list dl dd .n-l-time-click .n-l-shijian {
  position: absolute;
  left: 12px;
  top: -3px;
  color: #999;
}
.neirong-bottom .nr-list-left .news-list dl dd .n-l-time-click .n-l-click {
  position: absolute;
  left: 120px;
  top: -3px;
  color: #999;
}
.neirong-bottom .nr-list-left .news-list dl dd p {
  font-size: 14px;
  color: #666;
  line-height: 20px;
}
.neirong-bottom .nr-list-left .news-list dl dd .keys {
  padding: 10px 0;
}
.neirong-bottom .nr-list-left .news-list dl dd .keys a {
  float: left;
  padding: 3px 10px;
  border: 1px #d7d6d6 solid;
  border-radius: 5px;
  margin-right: 10px;
}
.neirong-bottom .nr-list-left .news-list dl dd .keys a:hover {
  border: 1px #d60000 solid;
}

.neirong-bottom .nr-list-left .pagestr {
  margin: 35px 0;
}

.neirong-bottom .nr-list-right {
  float: right;
  width: 378px;
}
.neirong-bottom .nr-list-right .nr-right {
  border: 1px #d6d6d6 solid;
  margin-bottom: 10px;
  background: #fff;
}
.neirong-bottom .nr-list-right .nr-right .nr-right-title {
  padding: 5px 10px;
  height: 25px;
  overflow: hidden;
  background: url(img/right-t-line-02.jpg) left bottom no-repeat;
}
.neirong-bottom .nr-list-right .nr-right .nr-right-title h5 {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  float: left;
}
.neirong-bottom .nr-list-right .nr-right .nr-right-title a {
  float: right;
  line-height: 24px;
}
.neirong-bottom .nr-list-right .nr-right dl {
  padding: 13px 11px;
  border-bottom: 1px #d6d6d6 solid;
}
.neirong-bottom .nr-list-right .nr-right dl dt {
  float: left;
  width: 123px;
  height: 78px;
  overflow: hidden;
}
.neirong-bottom .nr-list-right .nr-right dl dd {
  float: right;
  width: 95px;
  position: relative;
  height: 78px;
}
.neirong-bottom .nr-list-right .nr-right dl dd a,
.neirong-bottom .nr-list-right .nr-right dl dd span {
  color: #fa6d6d;
  line-height: 20px;
}
.neirong-bottom .nr-list-right .nr-right dl dd span {
  position: absolute;
  bottom: 0;
  left: 0;
}

.neirong-bottom .nr-list-right .nr-right .nr-right-tuzhi2 {
  padding: 10px;
}
.neirong-bottom .nr-list-right .nr-right .nr-right-tuzhi2 li {
  float: left;
  width: 160px;
  height: 114px;
  overflow: hidden;
  margin: 9px;
  position: relative;
}
.neirong-bottom .nr-list-right .nr-right .nr-right-tuzhi2 li p {
  height: 27px;
  background: #000;
  opacity: 0.6;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 24px;
}
.neirong-bottom .nr-list-right .nr-right .nr-right-tuzhi2 li p a {
  color: #fff;
}

.neirong-bottom .nr-list-right .nr-right-tags {
  padding: 10px 10px 10px 20px;
}
.neirong-bottom .nr-list-right .nr-right-tags li {
  float: left;
  padding: 0 10px;
  text-align: center;
  border: 1px #d7d6d6 solid;
  border-radius: 5px;
  margin: 10px 0;
  margin-right: 12px;
}
.neirong-bottom .nr-list-right .nr-right-tags li:hover {
  border: 1px #d60000 solid;
}

.neirong-bottom .nr-list-left .products li {
  float: left;
  border: 1px #d6d6d6 solid;
  width: 369px;
  height: 369px;
  overflow: hidden;
  margin-right: 16px;
  margin-bottom: 20px;
}
.neirong-bottom .nr-list-left .products li .pic {
  display: block;
  width: 369px;
  height: 260px;
  overflow: hidden;
}
.neirong-bottom .nr-list-left .products li.nomargin {
  margin-right: 0;
}

.neirong-tag-top {
  width: 1178px;
  border: 1px #c1bebe solid;
  overflow: hidden;
  padding: 10px;
  margin: auto;
}

.neirong-tag-top dl {
  border-bottom: 1px #c1bebe dashed;
}
.neirong-tag-top dl.hot {
  background: url(img/hot2.png) no-repeat;
}
.neirong-tag-top dl dt,
.neirong-tag-top dl dd {
  float: left;
}

.neirong-tag-top dl dt {
  color: #333;
  font-size: 16px;
  padding: 10px 20px;
}
.neirong-tag-top dl dd {
  width: 1070px;
}
.neirong-tag-top dl dd a {
  float: left;
  font-size: 14px;
  padding: 5px 10px;
  margin-top: 6px;
  margin-right: 20px;
}
.neirong-tag-top dl dd a.on {
  background: #f96d6c;
  border-radius: 5px;
  color: #fff;
}

.about-js {
  width: 1200px;
  margin: auto;
  background: url(img/about-bg.png) no-repeat;
  height: 477px;
  position: relative;
  padding-bottom: 50px;
}
.about-js h2 {
  font-size: 20px;
  color: #333;
  position: absolute;
  left: 490px;
  top: 105px;
}
.about-js div {
  width: 680px;
  height: 170px;
  position: absolute;
  left: 490px;
  top: 140px;
}
.about-js div p {
  line-height: 30px;
  font-size: 14px;
  color: #333;
  text-indent: 24px;
}

.about-youshi {
  width: 1920px;
  height: 440px;
  overflow: hidden;
  background: url(img/about-bg-03.png) 0 0 no-repeat;
  padding-top: 50px;
}
.about-youshi .about-nr {
  width: 1200px;
  height: 258px;
  margin: auto;
  background: url(img/about-bg-03.jpg) 0 0 no-repeat;
}

.shejishi-team {
  width: 1920px;
  height: 552px;
  overflow: hidden;
  background: url(img/about-bg-04.jpg) 0 0 no-repeat;
}
.shejishi-team .sjs-t-head {
  width: 1200px;
  height: 310px;
  overflow: hidden;
  margin: auto;
  background: url(img/shejishi-tit.jpg) right 50px no-repeat;
}
.shejishi-team .sjs-t-head a {
  float: left;
  width: 444px;
  height: 247px;
  overflow: hidden;
  background: url(img/team-head-02.jpg) 0 0 no-repeat;
  position: relative;
  margin-right: 30px;
  margin-top: 50px;
}
.shejishi-team .sjs-t-head a:hover {
  background: url(img/team-head-01.jpg) 0 0 no-repeat;
}
.shejishi-team .sjs-t-head a img {
  width: 207px;
  height: 156px;
  display: block;
  position: absolute;
  top: 47px;
}
.shejishi-team .sjs-t-head a span {
  font-size: 16px;
  color: #f96d6c;
  position: absolute;
  top: 45px;
  right: 175px;
  font-weight: bold;
}
.shejishi-team .sjs-t-head a p {
  width: 200px;
  position: absolute;
  font-size: 14px;
  color: #333;
  top: 75px;
  right: 25px;
  line-height: 24px;
}

.sjs-list {
  width: 1200px;
  margin: auto;
}
.sjs-list li {
  float: left;
  height: 200px;
  width: 157px;
  overflow: hidden;
  margin: 0 20px;
}
.sjs-list li img {
  width: 157px;
  height: 145px;
}
.sjs-list li a,
.sjs-list li p {
  display: block;
  text-align: center;
  background: #fff;
}
.sjs-list li p a {
  padding: 5px 0 10px;
}

.map-box {
  background: #fff;
  padding: 20px 0;
}

.map-box .map-main {
  width: 1200px;
  margin: auto;
  overflow: hidden;
  position: relative;
  padding-bottom: 140px;
}
.map-box .map-main .map {
  width: 1200px;
  height: 600px;
  overflow: hidden;
}
.map-box .map-main .gzsj {
  width: 1070px;
  height: 223px;
  overflow: hidden;
  background: url(img/map-gzsj-bg.jpg) 0 0 no-repeat;
  position: absolute;
  bottom: 30px;
  left: 65px;
}

.neirong-bottom .kfzxm-list-left {
  width: 800px;
  overflow: hidden;
  float: left;
}

.neirong-bottom .kfzxm-list-left dl {
  width: 768px;
  height: 220px;
  padding: 15px;
  border: 1px #d3d3d3 solid;
  overflow: hidden;
  margin-bottom: 20px;
}
.neirong-bottom .kfzxm-list-left dl dt {
  width: 342px;
  height: 220px;
  float: left;
}
.neirong-bottom .kfzxm-list-left dl dd {
  float: right;
  width: 400px;
  overflow: hidden;
}
.neirong-bottom .kfzxm-list-left dl dd h3 a {
  font-size: 16px;
  color: #f96d6c;
}
.neirong-bottom .kfzxm-list-left dl dd p {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}
.neirong-bottom .kfzxm-list-left dl dd p.area {
  padding: 10px 0 10px 15px;
  background: 0 center url(img/area-icon.jpg) no-repeat;
  color: #333;
}

.notpage {
  margin: auto;
  width: 1200px;
  height: 600px;
  overflow: hidden;
  position: relative;
  background: url(img/404-bg.jpg) no-repeat;
}
.notpage p {
  position: absolute;
  top: 190px;
  right: 380px;
  font-size: 20px;
  color: #333;
}
.notpage02 {
  margin: auto;
  width: 1200px;
  height: 600px;
  overflow: hidden;
  position: relative;
  background: url(img/zanwuneirong.jpg) no-repeat;
}

.srdz-box {
  margin: auto;
  width: 1200px;
}
.srdz-box img {
  display: block;
}

.srdz-box .submitbox {
  width: 1200px;
  height: 375px;
  margin: auto;
  background: url(img/srdz09.jpg) no-repeat;
  position: relative;
}

.srdz-box .submitbox input.input-text {
  display: block;
  color: #999999;
  font-size: 14px;
  width: 163px;
  height: 24px;
  border: 1px #d7d6d6 solid;
  border-radius: 5px;
}
.srdz-box .submitbox input.input-text:focus {
  border: 1px #f96d6c solid;
}
.srdz-box .submitbox input,
.srdz-box .submitbox textarea,
.srdz-box .submitbox button {
  position: absolute;
}

.srdz-box .submitbox input.name {
  top: 65px;
  left: 125px;
}
.srdz-box .submitbox input.phone {
  top: 65px;
  left: 400px;
}
.srdz-box .submitbox input.kaijian {
  top: 108px;
  left: 125px;
}
.srdz-box .submitbox input.jinshen {
  top: 108px;
  left: 400px;
}
.srdz-box .submitbox textarea {
  top: 153px;
  left: 129px;
  width: 410px;
  height: 123px;
  border: 0;
  padding: 10px;
}
.srdz-box .submitbox .input-btn {
  background: none;
  border: 0;
  left: 609px;
  top: 110px;
  width: 113px;
  height: 113px;
  font-size: 0;
  cursor: pointer;
}

.fudong-box {
  position: fixed;
  right: 50%;
  z-index: 10005;
  bottom: 20%;
  margin-right: -800px;
  display: none;
  height: 360px;
  width: 196px;
}
.fudong-box ul {
  border: 1px #d7d6d6 solid;
  background: #fff;
}
.fudong-box li {
  cursor: pointer;
  width: 70px;
  height: 60px;
  border-bottom: 1px #d7d6d6 solid;
  font-size: 12px;
  color: #999;
  text-align: center;
  padding-top: 10px;
}
.fudong-box li a {
  display: block;
  font-size: 12px;
  color: #999;
}
.fudong-box li span {
  color: #9a9a9a;
  font-size: 28px;
}
.fudong-box dt {
  float: left;
}
.fudong-box dd {
  padding-top: 71px;
  float: right;
  display: none;
}
.fudong-box dd.on {
  display: block;
}
.fudong-box dd div {
  width: 123px;
  height: 285px;
  background: url(img/right-erweima.gif) no-repeat;
  border-left: 1px #d7d6d6 solid;
}
.fudong-box li:hover,
.fudong-box li:hover a,
.fudong-box li:hover span {
  color: #fa6d6d;
}

/* 設計團隊 */

/* 列表 */
.list {
  overflow: hidden;
}
.list .item {
  float: left;
  width: 376px;
  margin-right: 36px;
  margin-bottom: 30px;
}
.list .item:nth-child(3n) {
  margin-right: 0;
}
.list .img {
  width: 100%;
  height: 280px;
}
.list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list .text {
  border: #dfdfdf 1px solid;
  border-top: none;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 16px 24px 24px;
}
.list .info {
  overflow: hidden;
  height: 28px;
}
.list .info h3 {
  float: left;
  line-height: 28px;
  font-size: 20px;
  color: #312927;
}
.list .info p {
  float: left;
  margin-left: 10px;
  line-height: 28px;
  color: #b3b3b3;
  font-size: 16px;
}
.list .info dl {
  float: right;
}
.list .info dt {
  float: left;
  line-height: 28px;
  color: #b3b3b3;
}
.list .info dd {
  float: left;
  margin-top: 7px;
  margin-right: 6px;
  color: #d60000;
  background: url(img/star.png);
  background-size: 100%;
  width: 14px;
  height: 14px;
}
.list .info dl dd:last-child {
  margin-right: 0;
}
.list .txt {
  line-height: 20px;
  margin-top: 24px;
  color: #b3b3b3;
	min-height: 40px;
}
.list .btn {
  overflow: hidden;
  padding-top: 16px;
}
.list .btn a {
  float: left;
  width: 156px;
  border: #dfdfdf 1px solid;
  border-radius: 4px;
  line-height: 38px;
  text-align: center;
  color: #b3b3b3;
}
.list .btn a.in {
  background-color: #d60000;
  color: #fff;
  border-color: #d60000;
  float: right;
}

/* 设计师 */
.designer {
  background-color: #f6f6f6;
  padding: 32px 40px;
  overflow: hidden;
}
.designer .designer-left {
  float: left;
  width: 220px;
}
.designer .img {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  overflow: hidden;
}
.designer .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.designer .btn {
  margin-top: 20px;
}
.designer .btn a {
  display: block;
  margin: 0 auto;
  width: 208px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  background-color: #d60000;
  font-size: 20px;
  border-radius: 4px;
}
.designer .designer-right {
  float: right;
  width: 840px;
}
.designer h1 {
  font-size: 26px;
  color: #312927;
  line-height: 36px;
}
.designer .tags {
  overflow: hidden;
  margin-top: 20px;
}
.designer .tags i {
  float: left;
  line-height: 22px;
  font-size: 20px;
  color: #d60000;
  margin: 0px 10px 0 0;

  background: url(img/brand.png);
  background-size: 100%;
  width: 24px;
  height: 24px;
}
.designer .tags span {
  color: #b3b3b3;
  font-size: 16px;
  line-height: 22px;
  margin-right: 24px;
  float: left;
}
.designer .star {
  overflow: hidden;
  margin-top: 16px;
}
.designer .star span,
.designer .star p {
  color: #b3b3b3;
  font-size: 16px;
  line-height: 22px;
  float: left;
}
.designer .star i {
  float: left;
  margin: 7px 6px 0 0;
  color: #d60000;
  background: url(img/star.png);
  background-size: 100%;
  width: 14px;
  height: 14px;
}
.designer .star p {
  padding-left: 30px;
}
.designer .txt {
  margin-top: 24px;
}
.designer .txt p {
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
}
/* 代表作品 */
.works {
  padding-top: 70px;
  padding-bottom: 40px;
}
.works .list {
  overflow: hidden;
  margin-top: 48px;
}
.works .list li {
  float: left;
  width: 376px;
  margin-right: 36px;
  margin-bottom: 30px;
}
.works .list li:nth-child(3n) {
  margin-right: 0;
}
.works .img {
  width: 100%;
  height: 280px;
}
.works .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.works .text {
  border: #dfdfdf 1px solid;
  border-top: none;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 16px 24px 24px;
}
.works .text h3 {
  line-height: 22px;
  height: 44px;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.works .btn {
  margin-top: 24px;
  display: flex;
  justify-content: center;
}
.works .btn a {
  display: block;
  width: 296px;
  line-height: 38px;
  border: #dfdfdf 1px solid;
  border-radius: 20px;
  text-align: center;
  margin: 0 auto;
  transition: none;
}
.works .btn a:hover {
  color: #fff;
  background-color: #d60000;
  border-color: #d60000;
}
.wrapper {
  width: 1200px;
  margin: 0 auto;
}
.wrapper::after {
  content: "";
  display: block;
  clear: both;
}

/* 公共标题 */
.base-tit {
  overflow: hidden;
  padding-bottom: 20px;
  position: relative;
}
.base-tit::before {
  content: "";
  position: absolute;
  width: 172px;
  height: 12px;
  border-radius: 6px;
  background-image: linear-gradient(to bottom, #de6564, #d60606);
  left: 0;
  bottom: 0;
}
.base-tit::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 12px;
  border-radius: 6px;
  background-image: linear-gradient(to bottom, #de6564, #d60606);
  left: 180px;
  bottom: 0;
}
.base-tit h2 {
  line-height: 44px;
  font-size: 32px;
  color: #312927;
  float: left;
}
