@charset "utf-8";
/**
深圳市国人伟业信息技术有限公司
http://www.grwy.net/
**/
html,
body,
ol,
ul,
li,
a,
span,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
img,
fieldset,
legend,
blockquote,
input,
textarea,
select,
hr {
  margin: 0;
  padding: 0;
  list-style: none;
  word-wrap: break-word;
  outline: none;
  font-size: 100%;
  border: none;
}
input,
textarea {
  outline: 0;
  resize: none;
}
img {
  vertical-align: top;
  border: 0;
}
input,
textarea {
  font-size: 12px;
  border: none;
  resize: none;
  outline: none;
}
html {
  verflow: -Scroll;
  overflow-x: hidden;
  zoom: 1;
  overflow-y: scroll;
  overflow: -moz-scrollbars-vertical;
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.clearfix {
  zoom: 1;
}
body {
  font: 12px/24px "宋体", "微软雅黑", Arial, Helvetica, sans-serif;
  color: #666;
}
a {
  color: #666;
  text-decoration: none;
  outline: none;
  blr: expression(this.onFocus=this.blur());
}
a:hover {
  color: #5eb02a;
  text-decoration: none;
}
:focus {
  outline: none;
}

/* CSS活动的公共样式 */
.fl {
  float: left;
}
.fr {
  float: right;
}
.gr_center {
  text-align: center;
}
.grWidth {
  width: 1000px;
  margin: 0 auto;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}

/* 头部  */
.topbar {
  height: 30px;
  line-height: 30px;
  padding-top: 3px;
  border-bottom: 1px solid #ececec;
  background: url(../images/topbg.jpg) no-repeat center top;
  color: #999;
}
.topbar em {
  font-style: normal;
  margin: 0 6px;
}
.topRight .t2 {
  position: relative;
  z-index: 3;
}
.topRight .t2 span {
  position: absolute;
  top: 25px;
  left: -25px;
  display: none;
  border-radius: 5px;
  width: 100px;
  background: #fff;
  padding: 5px;
  border: 1px solid #ccc;
}
.topRight .t2 span img {
  width: 100px;
  height: 100px;
}
.topRight .t2 span:before,
.topRight .top_wx span:after {
  content: "";
  position: absolute;
  top: -16px;
  right: 45px;
  width: 0px;
  height: 0px;
  border: 8px solid transparent;
  border-bottom-color: #ccc;
}
.header {
  background: #e6e4e4 url(../images/head_bg.jpg);
  height: 85px;
  padding-top: 23px;
}
.head_phone {
  margin-top: 5px;
  background: url(../images/head_phone.png) no-repeat left center;
  padding-left: 45px;
  font-family: "微软雅黑";
  color: #5eb02a;
}
.head_phone span {
  font-size: 22px;
  display: block;
  font-weight: bold;
}

/* 主导航  */
.nav {
  height: 50px;
  line-height: 50px;
  background: #51c332;
  font-family: "微软雅黑";
}
.navMain {
  height: 50px;
  width: 790px;
}
.navMain li {
  float: left;
  height: 50px;
  width: 98px;
  font-size: 14px;
  background: url(../images/nav_line.jpg) no-repeat right center;
}
.navMain li a {
  display: block;
  height: 50px;
  color: #fff;
  text-align: center;
  width: 98px;
  color: #fff;
}
.navMain li.last {
  background: none;
}
.navMain li a:hover,
.navMain li .current {
  background: #41b721;
  color: #fff;
}

.search {
  width: 200px;
  height: 30px;
  line-height: 30px;
  margin-top: 10px;
  background: #fff;
  overflow: hidden;
  border-radius: 5px;
}
.sear_text {
  width: 160px;
  height: 30px;
  line-height: 30px;
  float: left;
  color: #999;
  padding-left: 10px;
}
.sear_btn {
  float: left;
  background: url(../images/sear_btn.png) no-repeat center center;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

/*  广告轮播图 */
.banner {
  width: 1920px;
  margin: 0 auto;
  position: relative;
  height: 500px;
  left: 50%;
  margin-left: -960px;
}
.banner .bd {
  width: 1920px;
  height: 500px;
  overflow: hidden;
  z-index: 0;
}
.banner_ctr {
  height: 90px;
  width: 1000px;
  position: absolute;
  top: 45%;
  z-index: 2;
  left: 50%;
  margin-left: -500px;
}
.banner_ctr a {
  display: block;
  width: 60px;
  height: 90px;
  background: url(../images/ad_ctr.png) no-repeat 0 0;
  position: absolute;
  opacity: 0.2;
  filter: alpha(opacity=20);
  display: block;
}
.banner_ctr a.prev {
  left: -90px;
}
.banner_ctr a.next {
  right: -90px;
  background-position: 0 -90px;
}
.banner_ctr a:hover {
  filter: alpha(opacity=50) !important;
  opacity: 0.5 !important;
}
.banner .hd {
  position: absolute;
  bottom: 20px;
  text-align: center;
  z-index: 1;
  left: 50%;
  font-size: 0;
  line-height: 0;
  height: 0px;
  margin-left: -50px;
}
.banner .hd li {
  background: #fff;
  z-index: 2;
  cursor: pointer;
  margin-right: 5px;
  display: inline-block;
  width: 12px;
  height: 12px;
  *display: inline;
  zoom: 1;
  border-radius: 100%;
}
.banner .hd li:hover,
.banner .hd .on {
  background: #5eb02a;
  box-shadow: 1px 0 0 #51c332;
}

/*  产品展示 */
.product {
  height: 545px;
  padding-top: 25px;
  overflow: hidden;
  margin-bottom: 45px;
}
.proLeft {
  width: 204px;
  overflow: hidden;
}
.proLeft .title {
  background: #5eb02a;
  height: 54px;
  line-height: 54px;
  font-size: 22px;
  color: #fff;
  font-weight: normal;
  padding-left: 30px;
  border-bottom: 1px solid #519327;
  font-family: "微软雅黑";
}
.proLeft .proSide {
  background: #fff;
  border: 3px solid #5eb02a;
  border-top: none;
  padding: 10px 7px;
  height: 461px;
}
.proSide li {
}
.proSide li h3 {
  padding-left: 20px;
  height: 30px;
  font-size: 14px;
  background: url(../images/side_li.png) no-repeat 155px 7px;
  color: #5eaf2a;
}
.proSide li ul {
  margin-bottom: 15px;
  border-bottom: 1px dotted #ccc;
}
.proSide li ul li {
  height: 44px;
  line-height: 44px;
  border-top: 1px dotted #ccc;
  margin-bottom: 0;
}
.proSide li ul li.first {
  border-top: none;
}
.proSide li ul a {
  background: url(../images/side_li2.png) no-repeat 158px center;
  font-size: 12px;
  padding-left: 30px;
  color: #666;
  display: block;
  border-radius: 5px;
}
.proSide li ul a:hover {
  color: #fff;
  background: #5eaf2a url(../images/side_li2h.png) no-repeat 158px center;
}

.proRight {
  width: 780px;
  overflow: hidden;
  margin-bottom: 45px;
}
.proTop {
  height: 260px;
  padding: 4px;
  border: 1px solid #e6e6e6;
  background: #f5f5f5 url(../images/proTop_line.jpg) repeat-x;
  overflow: hidden;
  font-family: "微软雅黑";
  margin-bottom: 20px;
}
.proTop .fl {
  width: 330px;
  height: 260px;
  margin-right: 20px;
}
.proTop ul {
  margin-top: 24px;
}
.proTop li {
  float: left;
  width: 180px;
  height: 210px;
  margin-right: 16px;
}
.proTop li:nth-child(4) {
  margin-right: 0;
}
.proTop li a {
  display: block;
  width: 178px;
  background: #dadada;
  border: 1px solid #dadada;
}
.proTop li img {
  width: 178px;
  height: 178px;
}
.proTop li span {
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 5px;
}
.proTop li a:hover {
  background: #5eb02a;
  color: #fff;
  border: 1px solid #5eb02a;
}

.proRight .tie {
  background: url(../images/proR_tie.jpg) repeat-x left 6px;
  font-size: 18px;
  color: #333;
  font-weight: normal;
  font-family: "微软雅黑";
  margin-bottom: 15px;
}
.proRight .tie span {
  background: #fff;
  padding-right: 15px;
}
.proMain {
  height: 210px;
  width: 780px;
  overflow: hidden;
}
.proMain ul {
  width: 810px;
}
.proMain li {
  float: left;
  width: 180px;
  height: 210px;
  margin-right: 20px;
}
.proMain li a {
  display: block;
  width: 178px;
  background: #dadada;
  border: 1px solid #dadada;
}
.proMain li img {
  width: 178px;
  height: 178px;
}
.proMain li span {
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 5px;
}
.proMain li a:hover {
  background: #5eb02a;
  color: #fff;
  border: 1px solid #5eb02a;
}

/*  现状 */
.status {
  background: url(../images/status.jpg) no-repeat center top;
  height: 347px;
  border-top: 3px solid #e2e2e2;
  font-family: "微软雅黑";
}
.status .grWidth {
  position: relative;
  height: 530px;
}
.status li {
  font-size: 24px;
  color: #333;
  width: ;
  line-height: 30px;
  position: absolute;
}
.status li span {
  font-weight: bold;
  color: #5eb02a;
}
.status li.s1 {
  top: 65px;
  left: 365px;
}
.status li.s2 {
  top: 155px;
  left: 370px;
}
.status li.s3 {
  top: 245px;
  left: 365px;
}

.pageBan1 {
  height: 200px;
  background: #5eb02a;
  font-family: "微软雅黑";
  color: #fff;
}
.pageBan1 h2 {
  padding-top: 30px;
  font-size: 24px;
}
.pageBan1 .p1 {
  margin: 10px 0;
  font-size: 14px;
}
.pageBan1 h3 {
  font-size: 34px;
  font-weight: normal;
}
.pageBan1 .right {
  width: 255px;
  text-align: center;
}
.pageBan1 .right p {
  line-height: 20px;
  margin-bottom: 10px;
  background: url(../images/foot_phone.png) no-repeat left center;
  padding-left: 45px;
  text-align: left;
  margin-left: 10px;
}
.pageBan1 .right p span {
  display: block;
  font-size: 24px;
  font-weight: bold;
}

/*  我们的优势 */
.odds {
  background: url(../images/odds_bg1.jpg?v=1) no-repeat;
  font-family: "微软雅黑";
  font-size: 14px;
  verflow: hidden;
}
.odds .odds_title {
  text-align: center;
  padding-top: 55px;
  font-size: 48px;
  color: #5eb02a;
  line-height: 48px;
  margin-bottom: 50px;
}
.odds .odds_title span {
  display: block;
  font-size: 24px;
  color: #333;
  line-height: 36px;
  font-weight: normal;
}
.odds h3 {
  font-size: 30px;
  font-weight: normal;
  color: #5eb02a;
  line-height: 30px;
  height: 54px;
  border-bottom: 1px solid #dadada;
}
.odds h3 span {
  display: block;
  font-size: 12px;
  font-family: Arial;
  color: #c2c2c2;
  line-height: 20px;
}
.odds p {
  background: url(../images/odds_li.png) no-repeat left 5px;
  line-height: 18px;
  margin-top: 10px;
  padding-left: 15px;
}
.odds p span {
  color: #5eb02a;
}
.odds .more {
  background: #e4e4e4;
  display: inline-block;
  border-radius: 3px;
  padding: 0 15px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  color: #333;
  margin-top: 20px;
}
.odds .more:hover {
  color: #fff;
  background: #5eb02a;
  transition: all 0.3s;
}
.odds .odds1 {
  height: 240px;
  padding: 20px 35px 10px 560px;
}
.odds .odds2 {
  background: url(../images/odds_bg2.jpg) no-repeat;
  height: 260px;
  padding: 40px 495px 0 105px;
}
.odds .odds_phone {
  margin-top: 15px;
  background: url(../images/head_phone.png) no-repeat left center;
  padding-left: 45px;
  color: #5eb02a;
}
.odds .odds_phone span {
  font-size: 24px;
  display: block;
  font-weight: bold;
  line-height: 24px;
}
.odds .odds3 {
  background: url(../images/odds_bg3.jpg) no-repeat;
  height: 264px;
  padding: 70px 35px 10px 560px;
}
.odds .odds4 {
  background: url(../images/odds_bg4.jpg) no-repeat;
  height: 265px;
  padding: 31px 495px 0 105px;
}
.odds .odds5 {
  background: url(../images/odds_bg5.jpg) no-repeat;
  height: 214px;
  padding: 60px 30px 10px 560px;
}

/*  品控流程  */
.process {
  background: url(../images/process_bg.jpg) no-repeat center top;
  padding-top: 70px;
  height: 360px;
  font-family: "微软雅黑";
}
.process .title {
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  color: #5eb02a;
  margin-bottom: 30px;
}
.processMain {
  width: 1005px;
  height: 250px;
  overflow: hidden;
}
.processMain li {
  float: left;
  position: relative;
  width: 85px;
  height: 250px;
  overflow: hidden;
  cursor: pointer;
  margin-right: 2px;
  background: #000;
}
.processMain li img {
  width: 388px;
  height: 250px;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.processMain li h3 {
  position: absolute;
  width: 100%;
  height: 250px;
  bottom: 0;
  left: 0;
  text-align: center;
  line-height: 250px;
  font-weight: normal;
}
.processMain li h3 i {
  font-style: normal;
  font-family: Arial;
  font-size: 30px;
  color: #bebcba;
}
.processMain li h3 span {
  display: none;
}

.processMain li.current {
  width: 388px;
  height: 250px;
  overflow: hidden;
}
.processMain li.current img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.processMain li.current h3 {
  bottom: 0;
  height: 40px;
  line-height: 40px;
  text-align: left;
  color: #fff;
  font-size: 18px;
  background: url(../images/opc.png) repeat-x;
}
.processMain li.current h3 i {
  font-size: 24px;
  float: left;
  width: 50px;
  height: 40px;
  text-align: center;
  color: #fff;
  border-right: 1px solid #fff;
  margin-right: 10px;
}
.processMain li.current h3 span {
  display: block;
}

/*  关于我们 */
.homeTitle {
  font-size: 36px;
  font-family: Arial;
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
  color: #d8d9da;
  background: url(../images/homeTie.jpg) no-repeat left 46px;
  line-height: 36px;
}
.homeTitle span {
  color: #5eb02a;
  display: block;
  font-family: "微软雅黑";
  font-size: 24px;
  line-height: 24px;
}
.about {
  margin: 40px auto 30px auto;
  overflow: hidden;
}
.aboutBtn {
  text-align: center;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 25px;
}
.aboutBtn a {
  display: inline-block;
  height: 30px;
  padding: 0 15px;
  background: #999;
  color: #fff;
  font-size: 14px;
  font-family: "微软雅黑";
  margin-right: 5px;
  line-height: 30px;
}
.aboutBtn a:hover {
  background: #5eb02a;
}

.aboutTop {
  height: 235px;
  padding: 15px;
  background: #f6f6f6;
  margin-bottom: 10px;
  overflow: hidden;
  font-size: 14px;
  font-family: "微软雅黑";
}
.aboutTop img {
  width: 350px;
  height: 235px;
  padding: 4px;
  margin-right: 25px;
}
.aboutTop h3 {
  font-size: 24px;
  color: #333;
  height: 45px;
  line-height: 30px;
}
.aboutTop .font {
  height: 150px;
  margin-bottom: 10px;
  overflow: hidden;
}
.aboutTop .more {
  color: #5eb02a;
}
.aboutTop .more:hover {
  text-decoration: underline;
}

/*  公司环境 */
.setting {
  height: 180px;
  width: 1000px;
  overflow: hidden;
}
.setting ul {
  width: 1030px;
}
.setting li {
  float: left;
  width: 185px;
  height: 180px;
  margin-right: 19px;
}
.setting li img {
  width: 185px;
  height: 140px;
}
.setting li span {
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*  新闻资讯 */
.news {
  padding: 20px 0 40px 0;
  overflow: hidden;
  background: #ededed;
  font-family: "微软雅黑";
}
.newsMain {
  float: left;
  width: 310px;
  height: 300px;
  overflow: hidden;
}
.news_title {
  height: 35px;
  font-weight: normal;
  border-bottom: 1px solid #dedede;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.news_title span {
  display: inline-block;
  border-bottom: 1px solid #5eb02a;
  height: 35px;
  margin-right: 5px;
  color: #333;
  font-size: 18px;
}
.newsMain img {
  width: 310px;
  height: 105px;
}
.newsMain ul {
  margin-top: 15px;
}
.newsMain li {
  height: 30px;
  line-height: 30px;
}
.newsMain li span {
  float: right;
  color: #999;
  font-size: 12px;
}
.newsMain li a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  width: 230px;
  background: url(../images/news_li.png) no-repeat 5px center;
  padding-left: 23px;
}
.industry {
  margin: 0 35px;
}

/*  合作伙伴 */
.partner {
  padding-top: 30px;
  margin-bottom: 40px;
  overflow: hidden;
}
.partner .title {
  height: 80px;
  border: 3px solid #5eb02a;
  width: 194px;
  text-align: center;
  color: #dadada;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: normal;
  font-family: Arial;
  line-height: 36px;
  padding-top: 14px;
}
.partner .title span {
  display: block;
  font-size: 24px;
  color: #5eb02a;
  line-height: 30px;
}
.partnerBox {
  position: relative;
  zoom: 1;
  height: 100px;
  width: 800px;
}
.partnerBox .ohbox {
  overflow: hidden;
  position: relative;
  width: 800px;
  left: 50px;
}
.partnerBox .piclist {
  overflow: hidden;
  zoom: 1;
  height: 100px;
  width: 890px;
}
.partnerBox .piclist li {
  float: left;
  width: 170px;
  height: 98px;
  position: relative;
  margin-right: 20px;
  background: #e8e8e8;
  border: 1px solid #ccc;
}
.partnerBox .piclist li img {
  width: 170px;
  height: 98px;
  position: absolute;
  z-index: 2;
  transform: rotateY(0deg);
  transition: all 0.6s ease 0s;
  backface-visibility: hidden;
}
.partnerBox li span {
  position: absolute;
  width: 160px;
  height: 98px;
  background: #fff;
  line-height: 98px;
  text-align: center;
  transform: rotateY(-180deg);
  transition: all 0.5s ease 0s;
  backface-visibility: hidden;
  color: #333;
  font-size: 14px;
  padding: 0 5px;
}
.partnerBox li:hover img {
  transform: rotateY(180deg);
}
.partnerBox li:hover span {
  transform: rotateY(0deg);
}
.partnerBox .pageBtn span {
  background: url(../images/partner_btn.jpg) no-repeat 0 0px;
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 35px;
  cursor: pointer;
  overflow: hidden;
  text-indent: -9999px;
  left: 0;
  top: 0;
}
.partnerBox .pageBtn .next {
  left: 0;
  top: 35px;
  background-position: -30px 0;
}
.partnerBox .pageBtn span:hover {
  background-position: -60px 0;
}
.partnerBox .pageBtn .next:hover {
  background-position: -90px 0;
}

/*  尾部 */
.footer {
  background: url(../images/foot_bg.jpg);
  color: #fff;
  padding: 40px 0 50px 0;
  overflow: hidden;
}
.footLeft {
  width: 530px;
  overflow: hidden;
}
.footLeft .footMenu {
  float: left;
  width: 130px;
}
.footLeft .footMenu h3 {
  height: 35px;
  font-size: 14px;
  font-family: "微软雅黑";
  font-weight: normal;
}
.footConatct {
  width: 360px;
  overflow: hidden;
}
.footConatct .p1 {
  line-height: 20px;
  margin-bottom: 10px;
  background: url(../images/foot_phone.png) no-repeat left center;
  padding-left: 45px;
  font-family: "微软雅黑";
}
.footConatct .p1 span {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
.footConatct .p2 {
  font-family: Arial;
}
.footConatct span {
  margin-right: 15px;
}
.footConatct a {
  color: #fff;
}
.footConatct a:hover {
  text-decoration: underline;
}
.footWx {
  width: 100px;
  overflow: hidden;
  text-align: center;
}
.footWx img {
  margin-bottom: 5px;
}
.footIcon {
  height: 30px;
  margin-top: 15px;
}
.footIcon a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../images/footIcon.png) no-repeat;
  margin-right: 5px;
}
.footIcon .icon2 {
  background-position: -30px 0;
}
.footIcon a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.firendLink {
  background: url(../images/footLink.jpg) repeat-x;
  height: 100px;
  line-height: 50px;
  color: #fff;
}
.firendLink a {
  margin: 0 8px;
}
.footer a,
.firendLink a {
  color: #fff;
}
.footer a:hover,
.firendLink a:hover {
  text-decoration: underline;
}

/* 内页公用 */
.listBanner {
  width: 1440px;
  position: relative;
  left: 50%;
  margin-left: -720px;
  height: 200px;
}
.listWrapper {
  overflow: hidden;
  padding-bottom: 50px;
  padding-top: 30px;
}
.listLeft {
  width: 200px;
  float: left;
  overflow: hidden;
}
.listRight {
  width: 760px;
  float: right;
  overflow: hidden;
}
.breadCrumb {
  border-bottom: 1px solid #dadada;
  height: 30px;
  font-family: "宋体";
}
.breadCrumb strong {
  color: #333;
  font-size: 18px;
  font-family: "微软雅黑";
  height: 29px;
  border-bottom: 2px solid #5eb02a;
  display: inline-block;
  font-weight: normal;
}
.breadCrumb p {
  background: url(../images/mapIcon.png) no-repeat left center;
  padding-left: 20px;
}
.breadCrumb p span {
  margin: 0 8px;
}
.listBox {
  margin-top: 25px;
  overflow: hidden;
  width: 760px;
}

/* 内页公用菜单 */
.sidebar {
  margin-bottom: 15px;
  font-size: 14px;
}
.sidebar .side_title {
  background: #5eb02a;
  height: 54px;
  line-height: 54px;
  font-size: 22px;
  color: #fff;
  font-weight: normal;
  border-bottom: 1px solid #519327;
  font-family: "微软雅黑";
  text-align: center;
}
.sidebar .sidebarMenu {
  background: #fff;
  border: 3px solid #5eb02a;
  border-top: none;
  padding: 5px 7px;
}
.sidebarMenu li {
  border-bottom: 1px dotted #ccc;
  padding: 3px 0;
}
.sidebarMenu li a {
  background: url(../images/side_li2.png) no-repeat 158px center;
  font-size: 12px;
  padding-left: 20px;
  color: #666;
  display: block;
  border-radius: 5px;
  height: 30px;
  line-height: 30px;
}
.sidebarMenu li a:hover,
.sidebarMenu li .current {
  color: #fff;
  background: #5eaf2a url(../images/side_li2h.png) no-repeat 158px center;
}
.sidebarMenu li ul {
  display: none;
}
.sidebarMenu li ul li {
  padding: 0;
  border: none;
}
.sidebarMenu li ul a {
  background: #fff url(../images/side_li2.jpg) no-repeat 20px center;
  border-bottom: 1px dotted #cdcdcd;
  color: #666;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  padding-left: 30px;
}
.sidebarMenu li ul a:hover,
.sidebarMenu li ul a.current {
  color: #eb3c00;
  background: #fff url(../images/side_li2.jpg) no-repeat 20px center;
}

/*  推荐产品 */
.listLeft .left_title {
  background: #5eb02a;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  font-family: "微软雅黑";
  text-align: center;
}
.recommend_slide {
  height: 430px;
  overflow: hidden;
  padding: 9px;
  border: 1px solid #bcbcbc;
  background: #fff;
  border-top: none;
}
.recommend_pro li {
  width: 180px;
  overflow: hidden;
  height: 210px;
}
.recommend_pro li img {
  width: 178px;
  height: 178px;
  border: 1px solid #ddd;
}
.recommend_pro li span {
  height: 30px;
  line-height: 30px;
  position: relative;
  text-align: center;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.recommend_pro li:hover img {
  border: 1px solid #5eb02a;
}

/*  左侧联系我们 */
.sidebarThree {
  margin-top: 15px;
}
.twoCont {
  padding: 15px;
  overflow: hidden;
  background: #f4f4f4;
}
.sidebarThree h3 {
  font-size: 15px;
  margin-bottom: 10px;
  font-family: "微软雅黑";
}
.sidebarThree h3 span {
  display: block;
  font-size: 22px;
  color: #5eb02a;
  font-family: arial;
}
.sidebarThree p {
  line-height: 22px;
  font-family: "宋体";
}
.sidebarThree p span {
  padding-left: 3em;
}
.pageTitle {
  height: 46px;
  line-height: 40px;
  background: url(../images/conti.jpg) no-repeat left bottom;
}
.pageTitle h2 {
  display: block;
  float: left;
  height: 46px;
  text-align: left;
  font-size: 16px;
  overflow: hidden;
}
.pageTitle span {
  height: 46px;
  float: right;
}

/* 喷涂工艺 */
.productList,
.caseList,
.partnerList,
.honorList,
.settingList,
.deviceList {
  width: 770px;
  overflow: hidden;
}
.productList ul,
.caseList ul,
.partnerList ul,
.honorList ul,
.settingList ul,
.deviceList ul {
  width: 800px;
}
.craftsList li {
  height: 180px;
  overflow: hidden;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #dedede;
}
.craftsList li.last {
  border-bottom: none;
}
.craftsList li .fl {
  width: 220px;
  height: 175px;
  padding: 2px;
  background: #fff;
  border: 1px solid #e1e1e1;
  box-shadow: 0 0 3px #e1e1e1;
  margin-right: 25px;
}
.craftsList li img {
  width: 220px;
  height: 175px;
}
.craftsList li h3 {
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 30px;
  font-weight: normal;
  font-family: "微软雅黑";
}
.craftsList li h3 a {
  color: #269430;
}
.craftsList li h3 a:hover {
  text-decoration: underline;
}
.craftsList li .font {
  height: 100px;
  overflow: hidden;
}
.craftsList li .btn {
  margin-top: 15px;
  height: 24px;
  line-height: 24px;
}
.craftsList li .btn a {
  display: inline-block;
  width: 80px;
  height: 24px;
  color: #fff;
  text-align: center;
  margin-right: 10px;
  background: #78ca43;
}
.craftsList li .btn .btn2 {
  background: #5eb02a;
}
.craftsList li .btn a:hover {
  background: #333;
  transition: all 0.3s;
}

/* 喷涂案例 */
.productList ul li {
  width: 227px;
  margin-right: 39px;
  margin-bottom: 20px;
  float: left;
}
.productList ul li a {
  padding: 1px 1px 0 1px;
  background: #e5e5e5;
  width: 225px;
  display: block;
}
.productList ul li img {
  width: 225px;
  height: 225px;
}
.productList ul li span {
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.productList ul li a:hover {
  background: #5eb02a;
  color: #fff;
}

/* 左侧图片放大镜样式 */
.prodetail_box {
  padding: 20px 10px 40px 10px;
  width: 710px;
  overflow: hidden;
  border-top: 1px solid #ccc;
}
.rec-title {
  padding-left: 20px;
  height: 35px;
  line-height: 35px;
  background: url(../images/page_line.jpg) no-repeat 10px 10px #e8e8e8;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
.product-show-pic {
  width: 402px;
  height: 500px;
}
.jqzoom {
  float: left;
  border: none;
  position: relative;
  padding: 0px;
  cursor: pointer;
  margin: 0px;
  display: block;
}
.zoomdiv {
  z-index: 100;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 350px;
  height: 310px;
  background: #ffffff;
  border: 1px solid #cccccc;
  display: none;
  text-align: center;
  overflow: hidden;
}
.jqZoomPup {
  z-index: 10;
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  border: 1px solid #aaa;
  background: #ffffff;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  filter: alpha(Opacity=50);
}
/* 图片小图样式 */
.spec-preview {
  width: 400px;
  height: 400px;
  border: 1px solid #ccc;
}
.spec-scroll {
  margin-top: 10px;
  width: 402px;
  height: 75px;
  overflow: hidden;
  position: relative;
}
.spec-scroll a.prev {
  display: block;
  width: 12px;
  height: 21px;
  position: absolute;
  top: 15px;
  left: 10px;
  background: url(../images/proshow_btn.png) no-repeat 0 0px;
  overflow: hidden;
  cursor: pointer;
}
.spec-scroll a.prev:hover {
  background-position: 0 -21px;
}
.spec-scroll a.next {
  display: block;
  width: 12px;
  height: 21px;
  position: absolute;
  top: 15px;
  right: 10px;
  background: url(../images/proshow_btn.png) no-repeat 0 -42px;
  overflow: hidden;
  cursor: pointer;
}
.spec-scroll a.next:hover {
  background-position: 0 -63px;
}
.spec-scroll .items {
  position: relative;
  width: 336px;
  height: 75px;
  margin: 0 auto;
  overflow: hidden;
}
.spec-scroll .items ul {
  position: absolute;
  width: 999999px;
  height: 75px;
}
.spec-scroll .items ul li {
  width: 85px;
  height: 75px;
  float: left;
}
.spec-scroll .items ul li img {
  width: 73px;
  height: 73px;
  cursor: pointer;
  border: 1px solid #ccc;
}
.spec-scroll .items ul li img:hover,
.spec-scroll .items ul .on img {
  border: 1px solid #5eb02a;
}

/* 产品右侧简介样式 */
.product-show-title {
  width: 325px;
  height: 500px;
  overflow: hidden;
  float: right;
  font-family: "微软雅黑";
}
.product-show-title h2 {
  line-height: 24px;
  border-bottom: 1px dashed #ccc;
  font-size: 18px;
  color: #5eb02a;
  padding: 10px 0;
}
.gr-description {
  padding: 10px 0;
}
.prodcut-tel {
  padding-left: 45px;
  margin-bottom: 20px;
  line-height: 22px;
  background: url(../images/head_phone.png) no-repeat left center;
}
.prodcut-tel span {
  font-family: arial;
  font-size: 24px;
  color: #5eb02a;
  display: block;
}
.product-order a {
  display: block;
  width: 120px;
  height: 40px;
  background: #5eb02a;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  border-radius: 5px;
}
.product-order a:hover {
  background: #555;
  transition: all 0.5s;
}

/* 产品说明标签切换样式 */
.gr-tab-list {
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
}
.gr-tab-list .hd {
  height: 29px;
  line-height: 29px;
  border-bottom: 1px solid #dadada;
}
.gr-tab-list .hd li {
  width: 100px;
  float: left;
  text-align: center;
  background: #dadada;
  margin-right: 5px;
  cursor: pointer;
}
.gr-tab-list .hd li.on {
  background: #5eb02a;
  color: #fff;
}
.gr-tab-list .bd {
  overflow: hidden;
  padding-top: 15px;
}

/* 采购表单样式 */
.recTitle {
  padding-left: 20px;
  height: 35px;
  line-height: 35px;
  background: url(../images/page_line.jpg) no-repeat 10px 12px #e8e8e8;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  margin-top: 15px;
}
.order {
  width: 615px;
  border: none;
  background: none;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
.orderTable {
  padding: 20px;
  margin-top: 2px;
  background: #efefef;
  overflow: hidden;
}
.tableRow {
  width: 236px;
  height: 24px;
  float: left;
}
.tableRow span {
  display: inline-block;
  float: left;
  width: 65px;
  height: 24px;
  line-height: 24px;
  text-align: center;
}
.rowInput {
  float: left;
  padding: 3px 5px;
  width: 159px;
  height: 16px;
  line-height: 16px;
  border: 1px solid #d0d0d0;
  background: #fff;
  color: #999;
}
.tableRowA {
  margin-top: 15px;
  margin-bottom: 15px;
  height: 80px;
}
.tableRowA span {
  display: inline-block;
  float: left;
  width: 65px;
  height: 80px;
  line-height: 22px;
  text-align: center;
}
.rowTextarea {
  float: left;
  padding: 3px 5px;
  width: 633px;
  height: 72px;
  line-height: 20px;
  border: 1px solid #d0d0d0;
  background: #fff;
  color: #999;
}
.grCode {
  width: 500px;
}
.pt15 {
  margin-top: 15px;
}
.checkcode {
  margin-left: 10px;
  float: left;
  width: 63px;
  height: 22px;
  border: 1px solid #d0d0d0;
}
.rowInput:focus,
.rowTextarea:focus {
  border: 1px solid #333;
}
.subtA {
  margin-left: 65px;
  width: 65px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border: none;
  background: #666;
  cursor: pointer;
  float: left;
  color: #fff;
  border-radius: 2px;
}
.subtA:hover {
  background: #888;
}
.subtB {
  margin-left: 10px;
  width: 65px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border: none;
  background: #999;
  cursor: pointer;
  float: left;
  color: #fff;
  border-radius: 2px;
}
.subtB:hover {
  background: #666;
}

/* 相关产品样式 */
.related-product {
  overflow: hidden;
  padding-bottom: 20px;
}
.related-product .title {
  background: #dedede;
  height: 35px;
  line-height: 35px;
}
.related-product .title span {
  display: inline-block;
  color: #fff;
  background: #5eb02a;
  width: 120px;
  height: 35px;
  text-align: center;
  font-size: 14px;
}
.related-product ul {
  width: 860px;
  margin-top: 20px;
}
.related-product ul li {
  width: 235px;
  margin-right: 27px;
  float: left;
}
.related-product ul li a {
  padding: 5px 5px 0 5px;
  background: #e5e5e5;
  width: 225px;
  display: block;
}
.related-product ul li img {
  width: 225px;
  height: 225px;
}
.related-product ul li span {
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.related-product ul li a:hover {
  background: #5eb02a;
  color: #fff;
}

/* 喷涂设备 */
.settingList ul li {
  width: 230px;
  float: left;
  margin-right: 35px;
  margin-bottom: 15px;
  text-align: center;
}
.settingList ul li img {
  display: block;
  width: 220px;
  height: 165px;
  padding: 4px;
  border: 1px solid #e3e3e3;
  background: #fff;
}
.settingList ul li img:hover {
  border: 1px solid #5eb02a;
  background: #5eb02a;
}
.settingList ul li span {
  height: 30px;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

/* 荣誉资质 */
.honorList ul li {
  width: 230px;
  float: left;
  margin-right: 35px;
  margin-bottom: 15px;
  text-align: center;
}
.honorList ul li img {
  display: block;
  width: 220px;
  height: 165px;
  padding: 4px;
  border: 1px solid #e3e3e3;
  background: #fff;
}
.honorList ul li img:hover {
  border: 1px solid #5eb02a;
  background: #5eb02a;
}
.honorList ul li span {
  height: 30px;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.fr-caption {
  text-align: center;
}

/* 客户见证 */
.clientList ul li {
  overflow: hidden;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
  height: 140px;
}
.clientList ul li .fl {
  width: 200px;
  height: 135px;
  padding: 2px;
  background: #fff;
  border: 1px solid #d2d2d2;
  margin-right: 20px;
}
.clientList ul li h3 {
  font-family: "微软雅黑";
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  font-size: 16px;
}
.clientList ul li h3 span {
  display: inline-block;
  margin-left: 10px;
}
.clientList ul li h3 a {
  color: #333;
}
.clientList ul li p {
  height: 70px;
  overflow: hidden;
  margin-bottom: 10px;
}
.clientList ul li .more {
  width: 100px;
  height: 25px;
  display: inline-block;
  text-align: center;
  line-height: 25px;
  color: #fff;
  background: #999;
}
.clientList ul li .more:hover {
  background: #5eb02a;
}
.clientList ul li h3 a:hover {
  color: #5eb02a;
}

/* 合作伙伴 */
.partnerList li {
  float: left;
  width: 170px;
  margin-right: 26px;
  margin-bottom: 10px;
}
.partnerList li img {
  width: 160px;
  height: 95px;
  background: #e5e5e5;
  padding: 4px;
  border: 1px solid #d4d4d4;
  box-shadow: 1px 1px 0 #fff inset, -1px -1px 0 #fff inset;
}
.partnerList li span {
  height: 35px;
  line-height: 35px;
  display: block;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.partnerList li:hover img {
  border: 1px solid #5eb02a;
}

/* 客户案例 */
.caseList ul li {
  width: 235px;
  float: left;
  margin-right: 27px;
  margin-bottom: 30px;
  text-align: center;
  border-bottom: 2px solid #666;
  background: #ebebeb;
  position: relative;
}
.caseList ul li .s1 {
  display: block;
  width: 235px;
  height: 160px;
  overflow: hidden;
}
.caseList ul li img {
  width: 235px;
  height: 160px;
  transform: scale(1, 1);
  transition: all 0.8s;
}
.caseList ul li .s2 {
  height: 40px;
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  padding: 0 10px;
}
.fr-caption {
  text-align: center;
}
.caseList ul li:hover {
  border-bottom: 2px solid #333;
}
.caseList ul li::after,
.caseList ul li::before {
  background: #5eb02a none repeat scroll 0 0;
  bottom: -2px;
  content: "";
  height: 2px;
  position: absolute;
  transition: all 0.4s ease 0s;
  width: 0;
}
.caseList ul li::before {
  left: 0;
}
.caseList ul li::after {
  right: 0;
}
.caseList ul li:hover::after,
.caseList ul li:hover::before {
  width: 50%;
}
.caseList ul li:hover img {
  transform: scale(1.1, 1.1);
  transition: all 0.8s;
}

/* 客户案例详情 */
.caseShow_title {
  text-align: center;
  font-size: 18px;
  color: #5eb02a;
}
.caseShow_img {
  text-align: center;
  margin: 30px 0;
}
.caseShow_img img {
  width: 500px;
}
.caseShow_font {
  margin-bottom: 40px;
}
.under {
  padding-top: 15px;
  border-top: 1px dashed #d3d1d1;
}
.under_left {
  color: #b6b4b4;
  line-height: 24px;
  float: left;
}
.under .under_right {
  float: right;
  display: inline-block;
  width: 80px;
  height: 25px;
  background: #5eb02a;
  text-align: center;
  line-height: 25px;
  color: #fff;
  transition: all 0.5s;
}
.under .under_right:hover {
  background: #333;
  transition: all 0.5s;
}

/*  新闻列表 */
.newsList li {
  overflow: hidden;
  height: 130px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  color: #888;
}
.newsList li .fl {
  width: 190px;
  height: 125px;
  background: #fff;
  padding: 2px;
  border: 1px solid #d0d0d0;
  margin-right: 20px;
}
.newsList li .fl img {
  width: 190px;
  height: 125px;
}
.newsList li h3 {
  font-family: "微软雅黑";
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  height: 30px;
}
.newsList li h3 a {
  color: #333;
}
.newsList li h3 a:hover {
  color: #5eb02a;
}
.newsList li .p01 {
  color: #ccc;
  height: 25px;
  line-height: 25px;
}
.newsList li .time,
.newsList li .author {
  background: url(../images/date.jpg) no-repeat left center;
  display: inline-block;
  padding-left: 20px;
}
.newsList li .author {
  background: url(../images/author.jpg) no-repeat left center;
  margin-left: 35px;
}
.newsList li .more {
  color: #5eb02a;
}
.newsList li .more:hover {
  text-decoration: underline;
}

/* 新闻详细样式 */
.gr-news-show {
  width: 760px;
  overflow: hidden;
}
.gr-news-show h2 {
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  color: #5eb02a;
  position: relative;
  font-family: "微软雅黑";
}
.gr-news-show h3 {
  text-align: center;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px dashed #d2d2d2;
}
.gr-news-show h3 span {
  margin: 8px 8px 0 8px;
  color: #999;
  text-decoration: none;
}
.fontResizer a {
  padding: 0 5px;
}
.curFont {
  font-weight: bold;
  color: #5eb02a;
}
.news-show-box {
  padding-top: 15px;
  line-height: 26px;
  padding-bottom: 10px;
}
.news-message {
  padding-bottom: 10px;
  border-bottom: 1px dashed #d2d2d2;
  overflow: hidden;
}
.news-message div {
  padding: 10px 0;
}
.news-message h3 {
  width: 100%;
  text-align: right;
  font-weight: bold;
  color: #333;
  text-decoration: underline;
  overflow: hidden;
}
.gr-fenx {
  height: 35px;
  background: #ddd;
  padding: 0 10px;
  margin-top: 15px;
}
.prew {
  background: url(../images/pre_info.gif) no-repeat left center;
  float: left;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  padding-left: 15px;
  text-align: left;
  width: 46%;
}
.nextw {
  background: url(../images/next_info.gif) no-repeat right center;
  float: right;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  padding-right: 15px;
  text-align: right;
  width: 46%;
}
.gr-keyword {
  border: 1px solid #dadada;
  padding: 5px 10px;
  margin: 10px 0;
  overflow: hidden;
}
.gr-keyword a {
  padding: 0 5px;
}

/* 推荐资讯样式 */
.gr-rec-news {
  width: 760px;
  margin-top: 10px;
  overflow: hidden;
}
.gr-rec-news ul {
  width: 800px;
  padding-top: 10px;
}
.gr-rec-news ul li {
  float: left;
  margin-right: 35px;
  width: 360px;
  height: 28px;
  line-height: 28px;
}
.gr-rec-news ul li a {
  display: block;
  width: 225px;
  line-height: 28px;
  background: url(../images/icona.jpg) no-repeat left center;
  padding-left: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: left;
}
.gr-rec-news ul li span {
  float: right;
  color: #999;
}
.rec-title {
  padding-left: 20px;
  height: 35px;
  line-height: 35px;
  background: url(../images/page_line.jpg) no-repeat 10px 10px #ddd;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}

/* 常见问题 */
.faqList {
  font-size: 13px;
  word-spacing: 3px;
  padding-bottom: 30px;
}
.faqList li .p01 {
  border-bottom: 1px solid #dfdfdf;
  background: url(../images/a.png) no-repeat 5px 15px;
  cursor: pointer;
  padding: 10px;
  padding-left: 30px;
}
.faqList li .answer {
  padding: 15px 25px 10px 35px;
  border-bottom: 1px dotted #a0906e;
  color: #666;
  display: none;
  border-left: 3px solid #5eb02a;
}
.faqList .current .answer {
  display: block;
}
.faqList p.bg {
  background: #fff url(../images/a.png) no-repeat 5px 15px;
}

/* 下载中心 */
.downList li {
  height: 35px;
  line-height: 35px;
  border-bottom: 1px dotted #ddd;
  background: url(../images/ly_li.png) no-repeat left center;
  padding-left: 15px;
}
.downList li a {
  float: right;
  background: url(../images/downIcon.png) no-repeat right center;
  padding-right: 25px;
}
.downList li a:hover {
  background: url(../images/downIconh.png) no-repeat right center;
}

/* 内页留言样式 */
#contactlb {
  width: 760px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  font-family: "微软雅黑";
  font-weight: normal;
  margin-bottom: 20px;
}
#contactlb span {
  font-weight: normal;
  font-size: 13px;
  font-family: arial;
  display: block;
  color: #999;
}
#leavetable {
  margin-top: 35px;
}
#leavetable tr {
  height: 40px;
}
