﻿@charset "UTF-8";
/* CSS Document */
body {
  font: 14px/24px "微软雅黑","黑体", Arial,"宋体";
  color: #666;
  margin: 0;
  padding: 0;
  min-width: 1200px;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, input, button, textarea, select, p, span {
  margin: 0;
  padding: 0; }

img {
  border: 0; }

ul, li, ol, ul {
  list-style: none; }

 i,em{
  font-style: normal; }
.clear {
  clear: both;
  height: 0; }

a:hover {
  text-decoration: underline;
  color: #378f54; }

a {
  text-decoration: none;
  color: #666; }

.fr {
  float: right; }

.fl {
  float: left; }

.mid {
  float: left; }

.center {
  width: 1200px;
  margin: 0 auto; }

/* public css */
/* head css */
.header {
  background: url(../images/headbg.jpg) repeat left top transparent;
  height: 34px;
  line-height: 34px;
  font-size: 13px;
  border-bottom: 1px solid #eaeaea;
  position: relative;
  z-index: 4;
  color: #888888; }
  .header .fr span {
    padding: 0 8px; }
  .header .fr b {
    color: #378f54; }
  .header .fr a {
    position: relative;
    color: #888888; }
    .header .fr a:hover {
      color: #fff;
      text-decoration: none; }
  .header .fr .ewmtip {
    display: block;
    border-radius: 3px;
    width: 160px;
    background-color: #fff;
    padding: 10px;
    display: none;
    position: absolute;
    left: 50%;
    margin-left: -90px;
    top: 30px;
    text-align: center;
    line-height: 20px;
    border: 1px solid #eee; }
    .header .fr .ewmtip img {
      display: block; }
    .header .fr .ewmtip i {
      display: block;
      width: 0;
      height: 0;
      position: absolute;
      left: 50%;
      border: 10px solid transparent;
      border-bottom: 10px solid #fff;
      top: -20px;
      margin-left: -10px; }
  .header .fr .wechat:hover .ewmtip {
    display: block; }

.top {
  height: 135px;
  width: 100%;
  position: relative;
  z-index: 3; }
  .top .center {
    position: relative;
    height: 135px;
    z-index: 3;
    height: 94px; }
  .top .fl {
    overflow: hidden;
    width: 241px;
    padding-top: 17px;
    position: relative;
    z-index: 2; }
    .top .fl a.logo img {
      display: block; 
	  margin-left:40px;
	 }
    .top .fl .dwy {
      padding-top: 3px;
      line-height: 25px;
      font-size: 17px;
      color: #000000;
	  padding-left:6px;
      font-weight: bold;
	  font-family:"Microsoft JhengHei";
      letter-spacing: 3px; }
  .top .menu {
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: 44px;
    z-index: 3;
    width: 856px;
    float: right;
    right: 0; }
  .top .menu > ul {
    position: relative;
    z-index: 9; }
  .top .menulihover {
    width: 107px;
    overflow: hidden;
    background: #222;
    z-index: 4;
    height: 50px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    display: none; }
  .top .menu > ul li {
    width: 107px;
    float: left;
    position: relative;
    z-index: 4; }
  .top .menu > ul li a {
    display: block;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    line-height: 50px;
    height: 50px;
    font-size: 17px;
    color: #fff;
    font-family: arial;
    font-weight: normal;
    text-align: center;
    position: relative;
    font-family: "微软雅黑"; }
  .top .menu > ul li a em {
    float: left;
    width: 1px;
    height: 12px;
    margin-top: 20px;
    display: block;
    background-color: #e0abb4; }
  .top .menu > ul li a:hover {
    color: #fff;
    text-decoration: none; }
  .top .menu > ul li a.over {
    color: #fff; }
  .top .menu > ul li a.hover {
    color: #fff; }
  .top .menu > ul ul {
    position: absolute;
    z-index: 9999;
    width: 107px;
    padding-left: 0;
    left: 0px;
    margin-left: 0;
    top: 64px;
    height: auto;
    background-color: #fff;
    display: none;
    overflow: hidden; }
  .top .menu > ul ul li {
    border-left: 0;
    width: 100%;
    padding: 0; }
  .top .menu > ul ul a {
    font-size: 14px;
    line-height: 38px;
    -webkit-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
    background: none;
    height: 38px;
    border-left: 0;
    border-right: 0;
    overflow: hidden;
    text-align: center;
    font-family: "微软雅黑";
    padding-left: 0;
    padding: 0;
    font-weight: normal;
    display: block; }
  .top .menu > ul ul a:hover {
    color: #fff;
    font-weight: normal;
    background-color: #000; }
  .top .menu > ul ul li {
    overflow: hidden;
    background: none; }

.menuline {
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 44px;
  left: 0;
  height: 102px;
  z-index: 2; }

.menuline .line {
  height: 50px;
  width: 2000px;
  background-color: #378f54;
  left: 50%;
  margin-left: -257px;
  top: 0;
  position: absolute;
  border-radius: 4px 0 0 0;
}

.menuline .line i {
  display: block;
  width: 30px;
  height: 50px;
  position: absolute;
  left: -29px;
  top: 0;
  background: url(../images/ico2.png) no-repeat -156px 0 transparent; }

.menuline ul {
  width: 1200px;
  margin: 0 auto; }

.menunlist {
  position: absolute;
  width: 100%;
  display: none;
  background-color: #222222;
  position: absolute;
  left: 0;
  height: 52px;
  line-height: 52px;
  top: 50px; }
  .menunlist ul {
    width: 1200px;
    margin: 0 auto;
    text-align: center; }
    .menunlist ul li {
      display: inline;
      padding: 0 40px; }
      .menunlist ul li a {
        color: #ccc;
        font-size: 15px; }
        .menunlist ul li a:hover {
          color: #fff;
          text-decoration: none;
          font-weight: bold; }

/* head css end*/
/* menu css */
/* banner css */
.banner {
  position: relative;
  z-index: 1;
  height: 720px; }
  .banner span.prev, .banner span.next {
    background: url(../images/ico.png) no-repeat left top transparent;
    width: 46px;
    height: 46px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -24px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }
    .banner span.prev:hover, .banner span.next:hover {
      opacity: 0.6;
      filter: alpha(opacity=60); }
  .banner span.next {
    left: 50%;
    margin-left: 600px;
    background-position: -88px -185px; }
  .banner span.prev {
    right: 50%;
    margin-right: 600px;
    background-position: -40px -185px; }

.banner .bannerpic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
  height: 700px;
 /*  opacity: 0; */
  filter: alpha(opacity=0); }

.banner_icon {
  position: absolute;
  overflow: hidden;
  left: 50%;
  bottom: 30px;
  z-index: 3;
  height: 16px;
  width: 60px;
  margin-left: -30px;
  z-index: 6; }

.banner ul li {
  float: left;
  width: 8px;
  margin: 3px 6px 0;
  height: 8px;
  overflow: hidden;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  background-color: #2e3940;
  font-weight: normal; }

.banner ul .banner_icon_active {
  background-color: #378f54;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg); }

.nybanner {
  height: 400px;
  overflow: hidden; }

.nybanner .bannernav a {
  height: 400px; }

.nybanner .banner_icon {
  bottom: 30px; }

.bannerhb {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: url(../images/bannerzz.png) repeat-x 0 0 transparent;
  height: 7px;
  z-index: 8; }

.search {
  width: 1200px;
  position: absolute;
  height: 56px;
  line-height: 56px;
  z-index: 9;
  left: 50%;
  margin-left: -600px;
  bottom: 24px; }
  .search .bg {
    background-color: #fff;
    width: 1200px;
    height: 56px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.8;
    filter: alpha(opacity=80);
    z-index: 1; }
  .search .fl {
    position: relative;
    z-index: 2;
    width: 800px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
    padding-left: 15px; }
  .search #form1 {
    position: relative;
    z-index: 3;
    padding-top: 14px;
    float: right;
    padding-right: 15px; }
  .search input[type=text] {
    width: 280px;
    height: 15px;
    color: #666;
    line-height: 15px;
    float: left;
    padding: 6px 0 6px 15px;
    background: none;
    border: 0;
    font-family: "微软雅黑";
    font-size: 14px;
    outline: none; }
  .search input[type=submit] {
    height: 27px;
    float: left;
    width: 35px;
    background: url(../images/ico.png) no-repeat 7px -182px transparent;
    border: 0;
    outline: none;
    cursor: pointer; }

/* banner css END*/
/*main css*/
.product {
  margin: 60px auto 73px;
  position: relative;
  overflow: hidden;
  width: 100%; }
  .product .center {
    position: relative;
    z-index: 3; }
  .product i.ico {
    display: block;
    background: url(../images/ico2.png) no-repeat left top transparent;
    position: absolute; }
    .product i.ico.no1 {
      width: 194px;
      height: 328px;
      background-position: -186px 0;
      top: 200px;
      left: 0; }
    .product i.ico.no2 {
      width: 215px;
      height: 390px;
      background-position: -382px 0;
      top: 200px;
      right: 0; }
  .product dl {
    height: 410px; }
    .product dl dt {
      float: left;
      padding: 30px;
      width: 260px;
      background: url(../images/probg.jpg) no-repeat left top transparent;
      height: 350px;
      color: #378f54; }
      .product dl dt i {
       /*  background: url(../images/ico.png) no-repeat left top transparent; */
	   font-size:30px;
	   color:#ffffff;
	   font-family:"宋体";
	   font-weight:bold;
        width: auto;
        height: 35px;
        display: block;
        margin-top: 5px; }
      .product dl dt .line {
        margin: 29px 0 25px;
        width: 30px;
        height: 3px;
        background-color: #999999; }
      .product dl dt b {
        display: block;
        font-size: 24px;
        line-height: 32px; }
      .product dl dt p {
        padding-top: 10px;
        height: 70px;
        overflow: hidden; }
      .product dl dt ul {
        height: 111px;
        overflow: hidden; }
        .product dl dt ul li {
          width: 33.33%;
         /*  *width: 33%; */
          float: left;
          line-height: 42px;
		  white-space: nowrap;
		  text-overflow: ellipsis;
          overflow: hidden; }
          .product dl dt ul li a {
            color: #7d7d7d; }
            .product dl dt ul li a:hover {
              color: #fff;
              text-decoration: none; }
      .product dl dt .promore:hover {
        color: #fff;
        text-decoration: none; }
    .product dl dd {
      float: right;
      width: 878px;
      height: 410px;
      overflow: hidden;
      position: relative;
      text-align: center;
      overflow: hidden; }
      .product dl dd a:hover {
        text-decoration: none; }
      .product dl dd img {
        display: block;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s; }
      .product dl dd:hover img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        display: block; }
      .product dl dd:hover .prodes {
        color: #378f54;
        border-color: #378f54; }
        .product dl dd:hover .prodes .line {
          background-color: #378f54; }
  .product ul.no2 {
    overflow: hidden;
    padding-top: 2px; }
    .product ul.no2 li {
      width: 599px;
      height: 280px;
      float: left;
      position: relative;
      overflow: hidden; }
      .product ul.no2 li img {
        display: block;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s; }
      .product ul.no2 li:hover img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        display: block; }
      .product ul.no2 li:hover .prodes {
        color: #378f54;
        border-color: #378f54; }
        .product ul.no2 li:hover .prodes .line {
          background-color: #378f54; }
      .product ul.no2 li a:hover {
        text-decoration: none; }

.prodes {
  border: 1px solid #fff;
  width: 242px;
  height: 102px;
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  left: 50%;
  top: 50%;
  margin-left: -121px;
  margin-top: -51px;
  color: #fff;
  z-index: 9;
  text-align: center; }
  .prodes b {
    display: block;
    height: 55px;
    line-height: 55px;
    font-size: 18px; }
  .prodes .line {
    width: 30px;
    height: 3px;
    background-color: #fff;
    margin: 0 auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }
  .prodes em {
    font-style: normal;
    text-transform: uppercase;
    display: block;
    margin-top: 14px;
    font-family: arial;
    font-size: 18px; }

.youshi {
  background: url(../images/ysbg.jpg) no-repeat center bottom transparent;
  height: 680px; }
  .youshi .fl {
    width: 710px;
    height: 366px;
    position: relative; }
    .youshi  b.ystitle {
      color: #fff;
      display: block;
      padding-left: 18px;
      padding-top: 48px;
      line-height: 54px;
      font-size: 30px;
      padding-bottom: 117px; }
    .youshi dl.fl  {
      height: 155px;
      overflow: hidden;
      padding-bottom: 60px; }
      .youshi  dl.fl dt {
        float: left;
        width: 278px;
        overflow: hidden;
        height: 155px; }
        .youshi  dl.fl dt img {
          display: block;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          transition: all 0.3s; }
      .youshi dl.fl  dd {
        float: right;
        width: 415px;
        color: #666666; }
        .youshi  dl.fl dd b {
          display: block;
          padding-top: 20px;
          position: relative; }
          .youshi  dl.fl dd b a {
            display: inline-block;
            padding-right: 10px;
            height: 53px;
            line-height: 60px;
            font-size: 18px;
            font-weight: bold;
            border: 1px solid #ffffff;
            padding-left: 20px;
            color: #ffffff; }
            .youshi  dl.fl dd b a:hover {
              text-decoration: none;
              opacity: 0.9;
              filter: alpha(opacity=90); }
          .youshi  dl.fl dd b em {
            display: block;
            width: 52px;
            text-align: center;
            height: 48px;
            line-height: 48px;
            font-family: "宋体";
            position: absolute;
            left: 14px;
            top: -4px;
            background-color: #191919;
            color: #ffffff;
            font-size: 48px;
            font-style: normal;
            font-weight: normal; }
        .youshi  dl.fl dd p {
          font-size: 13px;
          height: 72px;
          overflow: hidden;
          padding-top: 10px; }
      .youshi dl:hover dt img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); }
  .youshi dl.fr {
    width: 440px;
    background-color: #fff;
    margin-top: 48px;
    height: 525px;
    position: relative;
    top: -400px;
  }
    .youshi dl.fr .frimg {
      display: block;
      bottom: 0;
      width: 92%;
      height: 346px;
      position: absolute; }
      .youshi dl.fr .frimg img {
        display: block;
        padding-top: 18px;
        margin: 0 auto; }
    .youshi dl.fr {
      overflow: hidden;
      padding: 45px 20px 0; }
      .youshi dl.fr  dt {
        height: 36px;
        line-height: 36px;
        font-size: 48px;
        display: block;
        font-family: "宋体";
        color: #222;
        position: relative;
        width: 55px; }
        .youshi dl.fr  dt .line {
          height: 2px;
          width: 30px;
          height: 3px;
          background-color: #222222;
          position: absolute;
          right: -30px;
          top: 50%;
          margin-top: -2px; }
      .youshi dl.fr  dd a {
        display: block;
        font-size: 18px;
        color: #222;
        font-weight: bold;
        line-height: 32px; }
        .youshi dl.fr dd a:hover {
          text-decoration: none;
          color: #378f54; }
      .youshi dl.fr  dd p {
        line-height: 22px;
        font-size: 13px; }

.hzhb {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 604px;
  padding-top: 44px; }
  .hzhb .title {
    background-position: -597px -246px;}
    .hzhb .title b {
      background-position: 0 -67px;
      width: 185px;
      height: 44px;
	  color:#ffffff;
      margin-top: 32px; }
  .hzhb i.no1 {
    display: block;
    width: 115px;
    height: 117px;
    background: url(../images/ico2.png) no-repeat -732px -368px;
    position: absolute;
    right: 0;
    top: 46px; }
  .hzhb i.no2 {
    display: block;
    width: 117px;
    height: 162px;
    background: url(../images/ico2.png) no-repeat -733px -500px;
    position: absolute;
    left: 0;
    bottom: 20px; }
  .hzhb .center {
    overflow: hidden;
    width: 1200px;
    position: relative;
    z-index: 2; }
  .hzhb ul {
    overflow: hidden;
    width: 1300px; }
    .hzhb ul li {
      float: left;
      width: 278px;
      height: 98px;
      margin-right: 26px;
      margin-bottom: 26px;
      overflow: hidden;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s;
      border: 1px solid #dcdcdc;
      line-height: 98px;
      text-align: center;
      font-size: 30px;
      font-weight: bold; }
      .hzhb ul li a {
        color: #dad9d9;
        display: block;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s; }
        .hzhb ul li a:hover {
          color: #ff5252;
          text-decoration: none; }
      .hzhb ul li img {
        display: block;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s; }
      .hzhb ul li:hover {
        border-color: #378f54; }
        .hzhb ul li:hover img {
          -webkit-transform: scale(1.1);
          -moz-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1); }
  .hzhb .hzhbnr {
    padding-top: 32px; }

.title {
  background: url(../images/ico2.png) no-repeat -597px top transparent;
  width: 266px;
  height: 120px;
  overflow: hidden;
  margin: 0 auto; }
  .title b {
    display: block;
    width: 224px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    color: #378f54;
	font-size:30px;
    margin: 34px auto 0;
    /* background: url(../images/ico.png) no-repeat left top transparent; */ }

.about {
  background: url(../images/gywmbg.png) no-repeat center top transparent;
  height: 900px;
  overflow: hidden;
  padding-top: 53px; 
  margin-top:50px;}
  .about .title {
    background-position: -597px -124px; }
    .about .title b {
      background-position: -242px -67px;
      width: 182px;
      height: 46px; }
  .about .aboutmain {
    width: 1200px;
    margin: 43px auto 0;
    overflow: hidden; }
    .about .aboutmain .mid {
      width: 720px;
      margin-left: 36px;
      padding-top: 36px;
      font-size: 13px;
      height: 210px;
      background-color: #222222;
      color: #fff;
      padding: 33px;
      overflow: hidden; }
      .about .aboutmain .mid h3 {
        font-size: 18px;
        color: #fff;
        padding-bottom: 10px; }
      .about .aboutmain .mid .aboutnr {
        height: 168px;
        overflow: hidden; }
    .about .aboutmain .fl {
      width: 362px;
      height: 262px;
      overflow: hidden;
      border: 7px solid #e7e7e7;
      background-color: #fff; }
    .about .aboutmain .fr {
      width: 324px;
      margin-top: 38px;
      position: relative;
      height: 214px; }
  .about .ryzzmain {
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 20px; }
  .about .ryzzul {
    height: 280px;
    overflow: hidden;
    margin-bottom: 58px; }
  .about .ryzzbtn {
    height: 1px;
    background-color: #d1d1d1;
    position: relative;
    text-align: center; }
    .about .ryzzbtn a {
      display: block;
      width: 80px;
      background-color: #378f54;
      border-right: 10px solid #fff;
      border-left: 10px solid #fff;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s;
      height: 32px;
      line-height: 32px;
      text-align: center;
      color: #fff;
      left: 50%;
      margin-left: -50px;
      top: -14px;
      position: absolute; }
      .about .ryzzbtn a:hover {
        text-decoration: none;
        background-color: #cd2c30; }
    .about .ryzzbtn span.prev, .about .ryzzbtn span.next {
      position: absolute;
      background-color: #fff;
      display: block;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s;
      left: 50%;
      width: 30px;
      height: 30px;
      border: 1px solid #d1d1d1;
      cursor: pointer;
      top: -14px;
      z-index: 3; }
      .about .ryzzbtn span.prev i, .about .ryzzbtn span.next i {
        display: block;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
        width: 0;
        height: 0;
        border: 8px solid transparent;
        position: absolute;
        position: absolute;
        top: 50%;
        margin-top: -8px;
        left: 50%; }
      .about .ryzzbtn span.prev:hover, .about .ryzzbtn span.next:hover {
        border-color: #378f54;
        background-color: #378f54; }
    .about .ryzzbtn span.prev {
      margin-left: -80px; }
      .about .ryzzbtn span.prev i {
        border-right: 8px solid #d1d1d1;
        border-left: 0;
        margin-left: -5px; }
      .about .ryzzbtn span.prev:hover i {
        border-right-color: #fff; }
    .about .ryzzbtn span.next {
      margin-left: 48px; }
      .about .ryzzbtn span.next i {
        border-left: 8px solid #d1d1d1;
        border-right: 0;
        margin-left: -3px; }
      .about .ryzzbtn span.next:hover i {
        border-left-color: #fff; }
  .about ul {
    overflow: hidden;
    width: 2000px;
    margin: 0 auto; }
    .about ul li {
      width: 278px;
      height: 278px;
      border: 1px solid #dddddd;
      background-color: #f6f6f6;
      float: left;
      margin-right: 26px; }
      .about ul li img {
        display: block;
        margin: 58px auto 0; }
      .about ul li:hover {
        border-color: #378f54; }

.gsfc {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #000;
  height: 700px;
  background: url(../images/gsfcbg.jpg) no-repeat center top transparent; }
  .gsfc .center {
    overflow: hidden;
    position: relative;
    height: 700px; }
  .gsfc .gsfctop {
    overflow: hidden;
    padding-top: 60px;
    text-align: center;
    color: #999; }
    .gsfc .gsfctop b {
      display: block;
      font-size: 30px;
      height: 35px;
      line-height: 35px;
      color: #fff;
      padding-bottom: 14px; }
    .gsfc .gsfctop .youshidwy {
      border: 1px solid #404040;
      width: 498px;
      height: 51px;
      line-height: 51px;
      overflow: hidden;
      text-align: center;
      color: #e6393e;
      font-size: 24px;
      margin: 15px auto 40px;
      font-weight: bold; }
  .gsfc ul {
    overflow: hidden;
    width: 1300px; }
    .gsfc ul li {
      width: 380px;
      height: 270px;
      overflow: hidden;
      float: left;
      margin-right: 30px; }
      .gsfc ul li img {
        display: block;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s; }
      .gsfc ul li:hover img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); }
  .gsfc .gsfcbtm {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px; }
  .gsfc .gsfcnr {
    padding-top: 20px; }
    .gsfc .gsfcnr div {
      overflow: hidden;
      position: relative;
      height: 33px;
      padding-top: 16px;
      float: left;
      width: 320px;
      margin-right: 53px; }
      .gsfc .gsfcnr div i {
        display: block;
        width: 24px;
        height: 24px;
        top: 18px;
        position: absolute;
        left: 0;
        background: url(../images/ico.png) no-repeat left top transparent; }
        .gsfc .gsfcnr div i.no1 {
          background-position: -145px -193px; }
        .gsfc .gsfcnr div i.no2 {
          background-position: -176px -193px; }
        .gsfc .gsfcnr div i.no3 {
          background-position: -208px -193px; }
      .gsfc .gsfcnr div input[type=text] {
        height: 32px;
        *height: 31px;
        line-height: 32px;
        border: 0;
        border-bottom: 1px solid #de4852;
        background: none;
        padding-left: 28px;
        color: #fff;
        font-family: "微软雅黑";
        outline: none;
        width: 320px; }
        .gsfc .gsfcnr div input[type=text]:focus {
          border-color: #fff; }
        .gsfc .gsfcnr div input[type=text]::-webkit-input-placeholder {
          color: #fff; }
        .gsfc .gsfcnr div input[type=text]:-moz-placeholder {
          color: #fff; }
        .gsfc .gsfcnr div input[type=text]::-moz-placeholder {
          color: #fff; }
        .gsfc .gsfcnr div input[type=text]:-ms-input-placeholder {
          color: #fff; }
      .gsfc .gsfcnr div input[type=submit] {
        width: 100px;
        height: 100px;
        border: 0;
        background-color: #000;
        text-align: center;
        line-height: 24px;
        display: block;
        outline: none;
        font-size: 14px;
        font-weight: bold;
        font-family: "微软雅黑";
        padding: 0 30px;
        color: #378f54;
        cursor: pointer;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
        white-space: normal;
        font-weight: normal; }
        .gsfc .gsfcnr div input[type=submit]:hover {
          opacity: 0.8;
          filter: alpha(opacity=80); }

.new {
  padding-top: 57px;
  padding-bottom: 92px;
  position: relative;
  height: 533px; }
  .new .dzlctitle {
    height: 1px;
    background-color: #ccc;
    position: relative; }
    .new .dzlctitle b {
      background-color: #fff;
      width: 114px;
      position: absolute;
      display: block;
      left: 50%;
      margin-left: -57px;
      top: -16px;
      text-align: center;
      color: #378f54;
      font-size: 24px;
      line-height: 28px; }
  .new .dzlc {
    width: 1200px;
    margin: 0 auto 0;
    overflow: hidden;
    position: relative;
    z-index: 2;
    height: 327px; }
    .new .dzlc li {
      width: 190px;
      float: left;
      margin-right: 62px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s;
      margin-top: 50px;
      margin-bottom: 55px; }
      .new .dzlc li a {
        display: block;
        text-align: center;
        font-weight: bold;
        font-weight: bold;
        color: #333;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s; }
        .new .dzlc li a img {
          display: block;
          border: 5px solid #ebebeb;
          border-radius: 50%;
          margin-bottom: 8px;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          transition: all 0.3s; }
        .new .dzlc li a:hover {
          color: #ff5252;
          text-decoration: none; }
          .new .dzlc li a:hover img {
            border-color: #ff5252; }
      .new .dzlc li.no5 {
        margin-right: 0; }
      .new .dzlc li:hover {
        margin-top: 45px; }
  .new i.ico {
    display: block;
    width: 530px;
    height: 363px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../images/ico2.png) no-repeat 0 -329px; }
  .new i.ico2 {
    display: block;
    width: 200px;
    height: 504px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/ico2.png) no-repeat -531px -368px; }
  .new .newbg {
    background: url(../images/bannerzz.png) repeat-x left top transparent;
    height: 7px;
    position: absolute;
    top: -7px;
    left: 0;
    width: 100%; }
  .new .title b {
    background-position: 0 -113px;
    width: 155px;
    height: 30px;
	color:#ffffff;
    margin-top: 34px; }
  .new .newmain {
    width: 1200px;
    margin: 0 auto;
    padding-top: 48px;
    overflow: hidden;
    position: relative;
    z-index: 2; }
    .new .newmain .fl {
      width: 378px; }
      .new .newmain .fl dl {
        overflow: hidden;
        display: none; }
        .new .newmain .fl dl dt {
          overflow: hidden;
          width: 378px;
          height: 160px; }
          .new .newmain .fl dl dt img {
            display: block;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
            transition: all 0.3s; }
        .new .newmain .fl dl dd {
          overflow: hidden;
          font-size: 13px; }
          .new .newmain .fl dl dd a.newfltitle {
            display: block;
            padding-top: 21px;
            line-height: 23px;
            padding-bottom: 5px;
            color: #333;
            font-weight: bold;
            font-size: 14px; }
            .new .newmain .fl dl dd a.newfltitle:hover {
              color: #378f54;
              text-decoration: none; }
          .new .newmain .fl dl dd .newflnr {
            height: 72px;
            overflow: hidden;
            margin-bottom: 30px; }
        .new .newmain .fl dl:hover dt img {
          -webkit-transform: scale(1.1);
          -moz-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1); }
        .new .newmain .fl dl .newtime {
          height: 37px;
          line-height: 37px;
          border-top: 1px solid #e2e2e2;
          border-bottom: 1px solid #e2e2e2;
          color: #ccc; }
          .new .newmain .fl dl .newtime a {
            float: right;
            color: #ccc; }
            .new .newmain .fl dl .newtime a:hover {
              color: #378f54; }
    .new .newmain .fr {
      width: 782px;
      overflow: hidden; }
      .new .newmain .fr .newtab {
        overflow: hidden;
        height: 45px;
        line-height: 45px;
        border-top: 1px solid #e2e2e2;
        border-bottom: 1px solid #e2e2e2; }
        .new .newmain .fr .newtab a {
          display: block;
          width: 87px;
          text-align: center;
          float: left;
          font-size: 16px;
          color: #000; }
          .new .newmain .fr .newtab a span {
            float: right;
            color: #000;
            font-weight: normal; }
          .new .newmain .fr .newtab a:hover {
            text-decoration: none;
            color: #378f54; }
          .new .newmain .fr .newtab a.on {
            font-weight: bold;
            color: #378f54; }
        .new .newmain .fr .newtab .newmore {
          float: right;
          color: #ccc;
          width: auto; }
      .new .newmain .fr ul {
        overflow: hidden;
        display: none; }
        .new .newmain .fr ul li {
          padding: 18px 0 14px;
          overflow: hidden; }
          .new .newmain .fr ul li a {
            display: block;
            line-height: 30px;
            color: #000; }
            .new .newmain .fr ul li a:hover {
              text-decoration: none;
              color: #378f54; }
          .new .newmain .fr ul li p {
            height: 44px;
            overflow: hidden;
            font-size: 13px; }

.foot {
  background: url(../images/footbg.png) repeat-x center top transparent;
  height: 335px;
  padding-top: 80px;
  margin-top: -10px;
  position: relative;
  z-index: 2; }
  .foot .center {
    overflow: hidden;
    height: 242px; }
    .foot .center .fl {
      width: 482px;
      padding-right: 40px;
      color: #cccccc;
      line-height: 30px; }
      .foot .center .fl a {
        color: #cccccc; }
        .foot .center .fl a:hover {
          color: #378f54; }
    .foot .center .mid {
      width: 162px;
      overflow: hidden;
      color: #999999;
      text-align: center;
      padding-top: 19px; }
      .foot .center .mid img {
        display: block;
        border: 1px solid #999999;
        margin-bottom: 7px;
        width: 160px;
        height: 160px; }
    .foot .center .fr {
      width: 398px;
      overflow: hidden; }
      .foot .center .fr b {
        height: 32px;
        line-height: 32px;
        border-bottom: 1px solid #464646;
        display: block;
        margin-top: 48px;
        font-size: 14px;
        color: #999999; }
      .foot .center .fr ul {
        padding-top: 26px;
        overflow: hidden; }
      .foot .center .fr li {
        float: left;
        width: 25%;
        height: 34px;
        overflow: hidden;
        display: block; }
        .foot .center .fr li a {
          color: #999999;
          display: block;
          line-height: 34px;
          white-space: nowrap; }
          .foot .center .fr li a:hover {
            color: #378f54;
            text-decoration: none; }
  .foot .link {
    width: 1200px;
    margin: 0 auto;
    border-top: 1px solid #464646;
    line-height: 30px;
    font-size: 13px; }
    .foot .link span {
      padding: 0 10px; }
  .foot .footnav {
    width: 1200px;
    margin: 0 auto;
    background-color: #378f54;
    height: 61px;
    line-height: 61px;
    position: absolute;
    right: 50%;
    margin-right: -600px;
    top: -27px; }
    .foot .footnav a {
      display: block;
      float: left;
      color: #fff;
      width: 150px;
      text-align: center;
      font-size: 15px; }
      .foot .footnav a:hover {
        text-decoration: none;
        opacity: 0.8;
        filter: alpha(opacity=80); }

/*main css end*/
/* 内页 css */
.nyvideo {
  width: 800px;
  height: 500px;
  margin: 0 auto; }

.nymain {
  overflow: hidden;
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 80px;
  padding-top: 40px; }

/* main css */
/* left public css */
.prolist {
  height: auto;
  background-color: #f7f7f7;
  overflow: hidden; }

.prolist h3 {
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  background-color: #333;
  color: #fff;
  font-size: 18px;
  font-weight: normal; }

.prolist ul {
  padding: 10px 20px 20px; }

.prolist ul li {
  line-height: 46px; }

.prolist ul li a {
  display: block;
  font-size: 16px;
  border-bottom: 2px solid #fff; }

.prolist ul li a:hover {
  text-decoration: none; }

.prolist ul li a.on, .prolist ul li a.hover {
  color: #378f54; }

.prolist ul ul {
  background-color: #eee;
  display: none;
  padding: 10px 20px; }

.prolist ul ul li a {
  line-height: 40px;
  font-size: 14px;
  color: #555;
  border-bottom: 1px solid #f7f7f7; }

.prolist ul ul li:last-child a {
  border: 0; }

.prolist ul ul li a:hover {
  color: #378f54; }

.left {
  width: 270px;
  float: left; }

.contact {
  margin-top: 25px; }

.contacttitle {
  border-bottom: 8px solid #f7f7f7;
  height: 28px;
  line-height: 22px;
  position: relative;
  padding-bottom: 10px; }

.contacttitle h3 {
  color: #333;
  float: left;
  font-size: 18px;
  transition: all 0.3s ease 0s;
  font-weight: normal; }

.contacttitle .more {
  float: right; }

.contacttitle .more a {
  color: #999; }

.contacttitle .more a:hover {
  color: #378f54; }

.contactmain {
  padding-top: 10px;
  line-height: 26px;
  background-color: #f7f7f7;
  padding: 20px; }

/* right public css */
.right {
  float: right;
  width: 895px; }

.site {
  float: right; }

.site a:hover {
  color: #378f54;
  text-decoration: none; }

.righttitle {
  border-bottom: 8px solid #f7f7f7;
  height: 50px;
  line-height: 50px; }

.righttitle h3 {
  border-left: 3px solid #378f54;
  color: #378f54;
  cursor: pointer;
  float: left;
  font-size: 18px;
  font-weight: normal;
  height: 22px;
  line-height: 22px;
  margin-top: 10px;
  padding: 0 12px 0 15px; }

.nycenter { overflow: hidden; }
  
.nycenter .nycenternr a{ color:#337fe5}

.nycenter span{ white-space:normal;}


/*新闻列表 css */
.ArticleCategory li {
  height: 52px;
  line-height: 52px;
  border-bottom: 1px solid #f4f4f4;
  overflow: hidden; }

.ArticleCategory li em {
  float: right;
  font-style: normal;
  font-size: 12px;
  color: #999; }

.ArticleCategory li a {
  display: block; }

.ArticleCategory li a:hover {
  text-decoration: none;
  color: #378f54; }

.ArticleCategory li a:hover em {
  color: #378f54; }

.page {
  text-align: center;
  padding-top: 20px; }

/*新闻详细 css */
.nycenter h1 {
  font-size: 22px;
  text-align: center;
  padding-top: 10px;
  font-weight: normal;
  color: #000; }

.fbtime {
  line-height: 32px;
  text-align: center;
  padding: 10px 0 0;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 20px; }

/*产品列表 css */
.ProductCategory li {
  width: 281px;
  float: left;
  padding-right: 26px;
  text-align: center;
  line-height: 32px;
  padding-bottom: 20px; }

.ProductCategory {
  width: 950px; }

.ProductCategory li a {
  display: block;
  -webkit-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s; }

.ProductCategory li a img {
  display: block;
  -webkit-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  max-height: 105px;
  max-width: 100%;
}

.ProductCategory li a:hover {
  text-decoration: none;
  color: 378f54; }

.ProductCategory li a:hover img {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.nrproimg {
  width: 281px;
  height: 133px;
  position: relative;
  *z-index: -1;
  overflow: hidden;
  -webkit-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.ProductCategory li a:hover .nrproimg {
  border-color: #378f54; }

.gbookbg input[type="text"] {
  border: 1px solid #ccc;
  width: 350px;
  height: 32px;
  line-height: 32px;
  padding: 0 5px;
  margin-left: 10px;
  outline: none; }

.gbookbg td {
  padding-bottom: 5px; }

.gbookbg td em {
  color: red;
  font-style: normal; }

.gbookbg textarea {
  padding: 5px;
  font-size: 13px;
  outline: none;
  font-family: "微软雅黑";
  border: 1px solid #ccc;
  height: 88px;
  line-height: 22px;
  width: 350px;
  margin-left: 10px; }

.gbookbg td input[type="submit"], .gbookbg td input[type="reset"] {
  height: 32px;
  font-family: "微软雅黑";
  line-height: 32px;
  width: 100px;
  text-align: center;
  border: 0;
  background-color: #555;
  color: #fff;
  cursor: pointer;
  margin-top: 5px; }

.gbookbg td input[type="submit"] {
  background-color: #378f54; }

.gbooklist {
  overflow: hidden;
  padding-top: 40px; }

.gbooklist ul li {
  padding-bottom: 15px; }

.lytitle {
  overflow: hidden; }

.lytitle .time {
  float: right;
  color: #999; }

.lytitle span {
  padding: 0 20px; }

.lynr {
  padding: 20px;
  margin: 10px 0 0;
  background-color: #f4f4f4; }

.lyhf {
  padding-bottom: 10px;
  border: 1px solid #f4f4f4;
  padding: 20px;
  border-top: 0; }

.downlist {
  overflow: hidden;
  position: relative;
  border-bottom: 1px dashed #ccc;
  padding: 20px 150px 20px 0; }

.downlist dt {
  position: absolute;
  right: 0;
  height: 38px;
  width: 100px;
  text-align: center;
  color: #fff;
  line-height: 38px;
  top: 50%;
  margin-top: -19px; }

.downlist dt a {
  display: block;
  color: #fff;
  background-color: #378f54;
  border-radius: 10px; }

.downlist dt a:hover {
  background-color: #ff872c;
  text-decoration: none; }

.downlist dd a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #333; }

.downlist dd a:hover {
  text-decoration: none;
  color: #378f54; }

.downlist dd span {
  display: block;
  color: #999;
  font-size: 12px; }

.downlist dd p {
  height: 48px;
  overflow: hidden;
  padding-top: 5px;
  color: #666; }

.tabledown {
  margin: 0 auto; }

.tabledown td {
  line-height: 36px;
  border-bottom: 1px solid #ccc; }

.tabledown th {
  border-left: 1px solid #f4f4f4;
  background-color: #f4f4f4;
  height: 46px;
  line-height: 46px; }

.tabledown td span {
  color: #999;
  display: inline-block;
  width: 73px; }

#Count {
  color: red;
  width: auto; }

.tabledown td.last {
  line-height: 22px;
  padding: 20px 0; }

.khjzlist {
  overflow: hidden;
  background-color: #f4f4f4;
  padding: 10px;
  margin-bottom: 15px;
  width: 420px;
  margin-right: 15px;
  float: left; }

.khjzlist:hover {
  background-color: #eee; }

.khjzlist dt {
  float: left;
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%; }

.khjzlist dt img {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 50%; }

.khjzlist:hover dt img {
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg); }

.khjzlist dd {
  width: 285px;
  float: right; }

.khjzlist dd a.khjzmore {
  display: inline-block;
  line-height: 24px;
  width: 92px;
  text-align: center;
  background-color: #999;
  color: #fff;
  position: relative;
  overflow: hidden; }

.khjzlist dd a.khjzmore span {
  position: relative;
  z-index: 3; }

.khjzlist dd a.khjzmore:before {
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 0;
  top: 0;
  left: 0;
  width: 0;
  border: 0px solid transparent;
  border-top-color: #378f54;
  content: "";
  z-index: 2; }

.khjzlist:hover dd a.khjzmore:before {
  border-width: 120px 120px 0 0; }

.khjzlist dd p {
  height: 44px;
  overflow: hidden;
  padding-top: 5px;
  margin-bottom: 15px; }

.khjzlist dd h3 {
  line-height: 28px; }

.khjzlist dd h3 a {
  display: block; }

/*放大镜效果*/
.magnifier {
  width: 100%;
  overflow: hidden; }

.magnifier_rf {
  text-align: left; }

.magnifier_rf h1 {
  text-align: left; }

.magnifier_rf .fbtime {
  text-align: left; }

.magnifier_lf {
  float: left;
  width: 452px;
  position: relative;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none; }

/*去除选择效果*/
.magnifier_rf {
  float: right;
  width: 46%; }

#jqzoom {
  position: relative;
  width: 452px;
  height: 452px;
  cursor: move;
  margin-bottom: 10px; }

#jqzoom img {
  display: block;
  border: 1px solid #ddd; }

.jqzoomlist {
  overflow: hidden;
  position: relative;
  height: 74px; }

.jqzoomlist li {
  width: 74px;
  float: left;
  margin-right: 8px;
  height: 74px; }

.jqzoomlist li img {
  display: block;
  width: 72px;
  height: 72px;
  border: 1px solid transparent;
  -webkit-transition: all .3s;
  transition: all .3s; }

.jqzoomlist li.on img {
  border-color: #378f54; }

.jqzoomlist span {
  display: block;
  z-index: 3;
  position: absolute;
  left: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  top: 0;
  width: 18px;
  text-align: center;
  font-family: "宋体";
  background-color: #eee;
  height: 74px;
  line-height: 74px;
  margin-right: 10px;
  cursor: pointer; }

.jqzoomlist span:hover {
  color: #fff;
  background-color: #ccc; }

.jqzoomlist span.next {
  right: 0;
  left: auto;
  margin-right: 0; }

.jqzoomlist ul {
  left: 25px;
  width: 3000px;
  position: absolute;
  top: 0; }

#bigzoomimg {
  position: absolute;
  right: -447px;
  top: 0;
  width: 430px;
  height: 430px;
  border: 1px solid #ddd;
  overflow: hidden;
  display: none; }

#bigzoomimg img {
  position: absolute;
  left: 0;
  top: 0; }

#zoommark2 {
  background: url(../images/zoom.png) repeat left top transparent;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 200px;
  height: 200px; }

/*详细页切换标签*/
.ProductContent a{ color:#378f54}
.ProductContent {
  overflow: hidden;
  padding-top: 40px; }

.ProductContenttab {
  overflow: hidden;
  background-color: #f6f6f6;
  padding-left: 1px;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none; }

.ProductContenttab span {
  display: block;
  cursor: pointer;
  width: 131px;
  float: left;
  color: #333;
  font-size: 15px;
  text-align: center;
  line-height: 42px;
  border-top: 2px solid transparent; }

.ProductContenttab span.on {
  background-color: #fff;
  color: #378f54;
  border-top-color: #378f54;
  font-weight: bold; }

.ProductContentlistnr {
  padding-top: 20px;
  display: none; }
.ProductContent .ProductContentlistnr a{ color:#337fe5}
/* 内页 css END*/
.nyhzhb li {
  width: 163px;
  margin-bottom: 15px;
  margin-right: 20px;
  -webkit-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  padding: 0; }

.nyhzhb li .nrproimg {
  border: 1px solid #F6F6F6; }

.ProductCategory.nyryzz li {
  width: 204px;
  padding-right: 25px; }
  .ProductCategory.nyryzz li .nrproimg {
    border: 1px solid #ccc; }
  .ProductCategory.nyryzz li:hover {
    border-color: #378f54; }
.nyprobtn {
    overflow: hidden; border-top:1px solid #f5f5f5; padding-top:15px; margin-top:10px;
}
.nyprobtn  a{
    display: inline-block;
    line-height: 32px;
    background-color: #333;
    color: #fff;
    padding: 0 20px;
    margin-right: 15px;
    border-radius: 3px; -webkit-transition:all 0.3s; transition:all 0.3s;
}
.nyprobtn  a.no2{ background-color:#e60202}
.nyprobtn  a:hover{ text-decoration:none; opacity:0.8; filter:alpha(opacity=80)}

.caigou_popup{
margin-left: -320px; width:600px;
    margin-top: -200px;
    background-color: #fff; -webkit-transition:all .3s; transition:all .3s; opacity:0; filter:alpha(opacity=0);
    border: 1px solid #ccc;
    position: fixed;
    z-index: 999;
    left: 50%;
    top:-400px;
    padding: 30px;
    height: 340px;
}
.caigou_popup.on{opacity:1; filter:alpha(opacity=100);
 top:50%;}
.caigou_popup h3{ font-size:16px; color:#333; text-align:center; padding-bottom:20px;}
.caigou_popup em{ font-style:normal; color:red;}
.caigou_popup input[type=text], .caigou_popup textarea{ border:1px solid #eee; height:16px; line-height:16px; padding:8px 5px; outline:none;  font-family:"微软雅黑"; margin-left:8px; width:210px;}
.caigou_popup textarea{ height:100px; width:509px;}
.caigou_popup input[type=text]:focus, .caigou_popup textarea:focus{ border-color:#e2494d}
.caigou_popup td{ padding-bottom:10px;}
.caigou_popup input[type=submit], .caigou_popup input[type=reset]{
 padding:0 35px; height:32px; line-height:32px; outline:none; background-color:#333; cursor:pointer; border:0; -webkit-transition:all .3s; transition:all .3s; color:#fff; font-family:"微软雅黑"; margin-right:10px; 
border-radius:3px;
}
.caigou_popup input[type=submit]:hover, .caigou_popup input[type=reset]:hover{ opacity:0.8; filter:alpha(opacity=80);}
.caigou_popup input[type=submit]{ background-color:#e60202}
.cgpopupname{ padding-left:10px; color:#e2494d}
.caigou_popup .close {
    background-color: #000;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    line-height: 30px;
    border-radius: 50%;
    position: absolute;
    right: -15px;
    top: -15px;
    border: 2px solid #eee;
    cursor: pointer;
}
.caigou_popup .close:hover{ background-color:#e60202}
.top .menu > ul li .son-nav{
  background: #378f54;
  display: none;
  overflow: hidden;
}
.top .menu > ul li .son-nav a{
  font-size: 13px;
  height: 40px;
  line-height: 40px;

}
.top .menu > ul li .son-nav a:hover{
  color: #000;
}
.top .menu > ul li:nth-child(4) .son-nav{
  width: 400px;

}
.top .menu > ul li:nth-child(4) .son-nav a{
  background: url('../images/nav_item_hover.jpg') no-repeat 9px center;
  text-align: left;
  text-indent: 20px;
}
.top .menu > ul li:nth-child(4) .son-nav dt{
  width: 50%;
  float: left;
}