@import "bootstrap.css";
@import "../font/iconfont.css";
.header{
  position: fixed;
  top:0;
  width:100%;
  z-index: 500;
  background-color: #fff;
}
#searchModal {
  position: fixed;
  visibility: hidden;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
#searchModal .form-group {
  top: 20px;
  right: 40px;
  opacity: 0;
  position: absolute;
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
}
#searchModal b {
  position: absolute;
  top: -24px;
  left: 135px;
  width: 24px;
  height: 24px;
  border: 12px solid transparent;
  border-bottom-color: #fff;
}
#searchModal input {
  outline: none;
  border: none;
  border-radius: 20px;
  width: 240px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  padding-left: 15px;
  padding-right: 80px;
}
#searchModal a {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  border-radius: 20px;
  width: 70px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background-color: #2A853A;
}
#searchModal.show {
  visibility: inherit;
  z-index: 10000;
}
#searchModal.show .form-group {
  top: 12px;
  opacity: 1;
}
.my-login {
  border-top: 2px solid #288439;
  background-color: #EAEAEA;
  height: 39px;
  line-height: 38px;
  z-index: 100;
}
.my-login ul {
  float: right;
}
.my-login li {
  float: left;
  margin-left: 18px;
}
.hello{
  margin-right:10px;
}
.my-login i {
  margin-right: 7px;
  color: #2A853A;
  font-weight: bold;
}
.my-login a:hover{
  color:#298339;
}
.my-login .countColor {
  color: #EB7828;
}
#search {
  position: relative;
}
#search input[type="text"] {
  border: none;
  border-radius: 10px;
  height: 25px;
  line-height: 25px;
  width: 216px;
  outline: none;
  padding-left: 10px;
  padding-right: 25px;
  vertical-align: middle;
  margin-top: -3px;
}
#search input[type="submit"] {
  margin: 0;
  border:none;
  outline:none;
  position: absolute;
  right: 5px;
  top: 10px;
  font-weight: normal;
  height:18px;
  width: 18px;
  background-image: url(../images/search.png);
}
.nav-toggle {
  cursor: pointer;
  z-index: 120;
  margin-top: 10px;
  -webkit-user-select: none;
  display: none;
}
.nav-toggle i {
  width: 28px;
  height: 3px;
  display: block;
  background: #656565;
  margin-bottom: 4px;
  transition: all .2s linear;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all 0.2s linear;
}
.nav-toggle i:nth-child(3) {
  margin-bottom: 0;
}
.nav-toggle.active i:nth-child(1) {
  transform: translate3d(0, 7px, 0) rotate(-135deg);
  -webkit-transform: translate3d(0, 7px, 0) rotate(-135deg);
  -moz-transform: translate3d(0, 7px, 0) rotate(-135deg);
  -ms-transform: translate3d(0, 7px, 0) rotate(-135deg);
}
.nav-toggle.active i:nth-child(2) {
  opacity: 0;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
}
.nav-toggle.active i:nth-child(3) {
  transform: translate3d(0, -7px, 0) rotate(135deg);
  -webkit-transform: translate3d(0, -7px, 0) rotate(135deg);
  -moz-transform: translate3d(0, -7px, 0) rotate(135deg);
  -ms-transform: translate3d(0, -7px, 0) rotate(135deg);
}
.my-nav-listBox {
  padding: 8px 0;
  position: relative;
}
#nav-list {
  height: 32px;
}
#nav-list > li {
  float: left;
  position: relative;
  margin-left: 5px;
  height: 77px;
}
#nav-list > li > a {
  font-size: 16px;
  display: block;
  line-height: inherit;
  padding: 5px 12px;
  cursor: pointer;
}
#nav-list > li.active > a {
  color:#298339;
  font-weight: bold;
}
#nav-list > li.active > a {
  color:#298339;
  font-weight: bold;
}
#nav-list > li:hover > a {
  color:#298339;
}
.son-list {
  background-color: #288439;
  overflow: hidden;
  position: absolute;
  z-index: 1000;
  height:0;
  line-height: 35px;
  text-align: left;
  top: 62px;
  left: -10px;
}

.son-list li {
  padding-left: 18px;
  border-bottom:1px solid #89C826;
}
.son-list li:hover {
  background-color: #8FC320;
}
.son-list a {
  color: #fff !important;
  display: block;
  width: 100%;
  white-space:nowrap;
  padding-right:18px;
}
@media screen and (min-width: 992px) {
  .logo {
    float: left;
  }
  #nav-list {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 100;
  }
  #nav-list > li {
    border-radius: 15px;
  }
  #searchModal {
    visibility: hidden !important;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .my-nav-listBox {
    text-align: center;
  }
  .my-nav-listBox .logo {
    display: inline-block;
    width: 100%;
    float: none;
  }
  .my-nav-listBox #nav-list {
    display: inline-block;
    float: none;
    margin-top: 15px;
  }
  .my-nav-listBox .son-list {
    top: 45px;
  }
}
@media screen and (max-width: 767px) {
  .my-login {
    position: fixed;
    width: 100%;
    height: 40px;
    line-height: 40px;
  }
  .logo img{
    height:45px;
    width:220px;
  }
  .my-login li {
    margin-left: 15px;
  }
  .my-login i {
    font-size: 24px;
  }
  .nav-toggle {
    margin-top: 10px;
  }
  .my-nav-listBox {
    text-align: center;
  }
  .my-nav-listBox .logo {
    margin-top: 36px;
    display: inline-block;
    width: 100%;
    float: none;
  }
  #nav-list {
    position: fixed;
    right: -250px;
    top: 40px;
    width: 250px;
    line-height: 48px;
    background-color: #288439;
    text-align: left;
    font-size: 15px;
    transition: all .3s;
    -webkit-transition: right .3s ;
    z-index: 50;
    height: 100%;
  }
  #nav-list > li {
    float: none;
    border-bottom: 1px solid #89C826;
    margin: 0;
    height: auto;
  }
  #nav-list > li a {
    color: #fff !important;
    font-weight: bold;
    font-size: 15px;
    padding-left: 20px;
  }
  #nav-list .son-list {
    position: static;
    width: 100%;
  }
  #nav-list .son-list li{
    border-bottom:1px solid #2E973F;
  }
  #nav-list.in {
    right: 0;
  }
  #search input {
    display: none;
  }
  #search i {
    position: static;
  }
  .nav-toggle {
    display: block;
  }
}

body{margin:0;}
*{font-family:"微软雅黑";}
ul{list-style:none;}
a{text-decoration:none;}
.clearfix{float:none;clear:both;}
.banner img{width:100%;display:block;}
.main p{width:475px;margin-top:25px;}
.main h4{font-size:18px;color:#288439;font-weight:bold;}
.main{font-size:14px;margin-top:80px;}
.infor{margin: 60px auto;}
.certificates{width:100%;}
.certificates-pics{margin-top:20px;padding:0 20px;}
@media screen and (max-width: 1200px){
  .infor p{width:100%;}
}

.footer {
  background-color: #288439;
  color: #afdcb7;
  margin-top: 40px;
}
.footer a {
  color: #AFDCB7;
}
.subscription {
  height: 119px;
  background-image: url(../images/footer-bg.jpg);
  background-position: center;
  margin-bottom: 25px;
  text-align: center;
  color: #656565;
}
.subscription .container {
  padding-top: 35px;
}
.subscription .container > div {
  display: inline-block;
  position: relative;
}
.subscription .container > div > * {
  float: left;
  line-height: 44px;
  margin: 0;
}
.subscription .container > div p {
  font-size: 18px;
}

@media screen and (min-width: 992px) {
  .subscription .container > div p {
    margin-right:18px;
  }
}
.subscription .container > div input {
  width: 444px;
  border: none;
  outline: none;
  border-radius: 20px;
  padding: 0 120px 0 20px;
}
.subscription .container > div button {
  width: 115px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  outline: none;
  position: absolute;
  right: 2px;
  bottom: 2px;
  border: none;
  background-color: #eb6100;
  border-radius: 20px;
  transition: all .3s linear;
  -webkit-transition: all .1s linear;
}
.subscription .container > div button:hover {
  background-color: #CA5400;
}
.subscription + div {
  font-size: 14px;
}
.footer-title {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.footer-line {
  width: 64px;
  height: 1px;
  background-color: #69a975;
  margin: 20px 0;
  display: block;
}
.footer-list li {
  margin-bottom: 10px;
}
.footer-list.first li {
  float: left;
  width: 50%;
  padding-right:5px;
}
.footer-list.last li {
  line-height: normal;
  margin-bottom: 8px;
}
.codeTwo {
  text-align: center;
  display: inline-block;
}
.codeTwo p {
  margin-top: 10px;
}
.footer-copyright {
  border-top: 1px solid #69A975;
  color:#fff;
}
.footer-copyright a{
  color:#fff;
}
.footer-copyright > * {
  margin: 10px 0;
}
.footer-copyright > :first-child {
  float: left;
}
.footer-copyright > :last-child {
  float: right;
}
.footer-copyright li {
  display: inline-block;
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  #nav-list > li:hover {
    background-color: #89C826;
  }
  .subscription + div {
    text-align: center;
  }
  .subscription + div div {
    margin-bottom: 15px;
  }
  .subscription {
    height: auto;
  }
  .subscription .container > div {
    width: 100%;
  }
  .subscription .container > div > * {
    float: none;
    display: block;
  }
  .subscription .container > div input {
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .subscription .container > div button {
    position: static;
    width: 100%;
    margin-bottom: 30px;
  }
  .footer-line {
    display: inline-block;
    margin: 10px 0;
  }
  .codeTwo {
    display: block;
  }
  .footer-list li {
    margin-bottom: 10px;
  }
  .footer-list.first li {
    float: none;
    width: auto;
  }
  .footer-copyright > * {
    float: none !important;
  }
}
body {
  color: #656565;
  font-size: 14px;
  overflow-x: hidden;
  font-family: "Arial", "Microsoft YaHei", "宋体", "黑体", sans-serif !important;
  padding-top:132px;
}
@media screen and (min-width: 768px ) and (max-width: 991px){
  body{
    padding-top:184px;
  }
}
p {
  line-height: 170%;
}
a {
  color: #656565;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
a:focus {
  text-decoration: none;
}
[class*="col"] {
  padding: 0;
}
h5.commonTitle {
  font-size: 16px;
  color: #288439;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  body{
    padding-top:97px;
  }
  .xs-hide {
    display: none;
  }
}
.order-banner {
  height: 169px;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 45px;
  text-align: center;
}
.order-banner h2 {
  line-height: 169px;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
}
.goKnow {
  width: 113px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  background-color: #8FC320;
  color: #fff;
  display: block;
  margin: 0 auto;
  text-align: center;
  transition: all .3s linear;
  -webkit-transition: all .2s linear;
}
.goKnow:hover {
  background-color: #288439;
  color: #fff;
}
.nav3Box {
  margin-bottom: 40px;
}
.nav3 {
  padding: 15px;
  background-color: #EBF7ED;
  border-top: 1px solid #288539;
}
.nav3 li {
  float: left;
  border-radius: 15px;
  margin:3px;
}
.nav3 a {
  display: block;
  padding: 5px 18px;
  color: #378D47;
}
.nav3 li.active {
  background-color: #8FC320;
}
.nav3 li.active a {
  color: #fff;
}
.nav3 li:hover {
  background-color: #8FC320;
}
.nav3 li:hover a {
  color: #fff;
}
.commonControlBox h5 {
  border-bottom: 1px solid #308941;
  padding-bottom: 15px;
  padding-left: 15px;
}
.commonControl {
  padding: 0 25px 25px 25px;
  background-color: #EBF7ED;
}
.commonControl h6 {
  padding: 15px 0;
  line-height: 170%;
}
.commonControl input {
  width: 100%;
  height: 40px;
  outline: none;
  border-radius: 20px;
  border: 1px solid #A8D157;
  margin-bottom: 12px;
  padding-left: 20px;
}
.commonControl textarea {
  width: 100%;
  height: 200px;
  resize: none;
  border-radius: 20px;
  border: 1px solid #8FC320;
  outline: none;
  margin-bottom: 6px;
  padding-left: 20px;
}
.commonControl .verify {
  padding-bottom: 6px;
  border-bottom: 1px dotted #9EC3A4;
}
.commonControl .verifyCode {
  width: 100px;
  text-align: center;
  padding: 0;
}
.commonControl .verifyPic {
  height: 24px;
  width: 50px;
  margin-left: 10px;
}
.commonControl .submitBtn {
  width: 120px;
  height: 35px;
  border-radius: 20px;
  background-color: #288539;
  color: #fff;
  border: none;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.commonControl .submitBtn b {
  margin: 0 5px;
}
.commonControl .submitBtn:hover {
  background-color: #89C826;
}
.news {
  margin-bottom: 20px;
}
.news i {
  font-size: 12px;
  font-weight: bold;
  color: #8FC320;
}
.news > a {
  border: 1px solid #E8E8E8;
  padding: 20px;
  height: 100%;
  display: block;
  transition: all .1s linear;
  -webkit-transition: all .1s linear;
}
.news > a:hover {
  background-color: #EBF7ED;
}
.news h4 {
  font-size: 16px;
  margin-bottom: 20px;
}
.news h4 span:nth-child(1) {
  float: left;
  color: #A1CD44;
  font-weight: bold;
  font-size:14px;
}
.news h4 span:nth-child(2) {
  float: right;
  color: #a2a1a1;
  font-size:14px;
}
.news .news-text {
  padding: 0 10px 0 20px;
}
.news .news-text h4 {
  color: #288439;
  margin-bottom: 10px;
  line-height: 20px;
}
.news .news-text p {
  font-size: 14px;
}
.news img {
  width: 100%;
}
.newsMain .news:nth-child(odd) {
  padding-right: 10px;
}
.newsMain .news:nth-child(even) {
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .news img {
    margin: 0 auto 20px auto;
  }
  .newsMain .news:nth-child(odd) {
    padding-right: 0;
  }
  .newsMain .news:nth-child(even) {
    padding-left: 0;
  }
  .nav3{
    padding:8px !important;
  }
  .nav3 a {
    padding: 3px 10px !important;
  }
  .news .news-text {
    padding: 0;
  }
}
.pageBtnBox {
  text-align: center;
  margin-top: 30px;
}
.pageBtn {
  display: inline-block;
}
.pageBtn a {
  float: left;
  margin: 0 3px;
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border: 1px solid #D1DAE4;
}
.pageBtn a:hover {
  background-color: #288439;
  color: #fff;
}
.pageBtn a.hover {
  background-color: #288439;
  color: #fff;
}
/*.banner {*/
  /*margin-bottom: 38px;*/
/*}*/
.bannerBg {
  height: 318px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.bannerBg-text {
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.bannerBg-text h2 {
  font-size: 38px;
  font-weight: bold;
  text-shadow: 0 6px 6px rgba(0,0,0,.2);
}
.bannerBg-text h3 {
  font-size: 16px;
  line-height: 170%;
  text-shadow: 0 6px 6px rgba(0,0,0,.2);
}
@media screen and (max-width: 991px){
  .bannerBg-text h2 {
    font-size: 26px;
  }
  .bannerBg-text h3 {
    font-size: 14px;
  }
  .bannerBg{
    height:270px;
  }
}
.bannerBg-text .line {
  display: block;
  height: 2px;
  width: 81px;
  background-color: #fff;
  margin: 20px auto 30px auto;
}
.nav2 {
  line-height: 45px;
  border-bottom: 1px solid #ddd;
}
.nav2 i {
  width: 40px;
  background-color: #DDDDDD;
  text-align: center;
  float: left;
  font-size: 20px;
  color: #A9A9A9;
  font-weight: bold;
}
.nav2 li {
  float: left;
}
.nav2 .nav2-list {
  float: left;
}
@media screen and (max-width: 767px){
  .nav2 .nav2-list {
    left:50%;
    position:relative;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
.nav2 .nav2-list li {
  border-left: 1px solid #ddd;
}
.nav2 .nav2-list li:last-child {
  border-right: 1px solid #ddd;
}
.nav2 .nav2-list a {
  font-size: 16px;
  display: block;
  padding: 0 24px;
  text-align: center;
}
.nav2 .nav2-list li.active a {
  background-color: #288439;
  color: #fff;
}
.nav2 .nav2-list li:hover {
  background-color: #288439;
  color: #fff;
}
.nav2 .nav2-path {
  float: right;
  font-size: 12px;
}
.nav2 .nav2-path a,
.nav2 .nav2-path span {
  color: #b1b1b1;
}
.nav2 .nav2-path a:hover {
  color: inherit;
}
@media screen and (max-width: 767px) {
  .nav2-path {
    display: none;
  }
  .nav2 i {
    display: none;
  }
  .nav2-list a {
    font-size: 14px !important;
  }
  .nav2 .nav2-list a {
    padding:0 12px;
  }
}
.certificateMain {
  text-align: center;
}
.certificateMain li {
  margin-bottom: 40px;
  padding: 0 5px;
}
.certificateMain .certificate-pic {
  background-color: #F1F1F1;
  margin-bottom: 15px;
  height: 360px;
  position: relative;
}
.certificateMain img {
  max-width: 80%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.certificateMain .certificate-text {
  margin: 0;
}
.companyInfo [class*="col"] {
  height: 100%;
  padding: 15px;
}
.companyInfo p{
  line-height: 200%;
}
@media screen and (max-width: 767px) {
  .companyInfo img {
    margin: 0 auto;
  }
}
.contactInformation h5 {
  font-weight: bold;
  color: #288439;
}
.contactInformation h5 a{
  color: #288439;
}
.contactInformation .map {
  height: 340px;
  background-color: #EBF7ED;
}
.contactInformation .map-text {
  padding: 35px;
}
.contactInformation .map-text h5 {
  font-size: 18px;
  margin-bottom: 33px;
}
.contactInformation .map-pic {
  height: 100%;
}
.contactInformation .cardBox {
  margin-top: 20px;
}
.contactInformation .cardBox > div {
  padding: 0 10px;
  margin-bottom: 20px;
}
.contactInformation .card {
  border: 1px solid #DDDDDD;
  height: 270px;
}
.contactInformation .card-title {
  height: 100px;
  padding: 20px 0 0 25px;
}
.contactInformation .card-title h3 {
  font-size: 22px;
  font-weight: bold;
}
.contactInformation .card-title h3 p {
  font-size: 14px;
  color: #9f9f9f;
}
.contactInformation .card-text {
  padding: 20px 0 0 25px;
  height: 170px;
  background-color: #EBF7ED;
}
.contactInformation .card-text li {
  margin-bottom: 10px;
}
.contactInformation .message {
  background-color: #EFF4F7;
  height: 398px;
}
.contactInformation .message > div {
  height: 100%;
}
.contactInformation .message .msg-bg {
  background: url(../images/message.jpg) no-repeat;
  background-size: 100% 100%;
}
.contactInformation .msg-form {
  padding: 20px;
}
.contactInformation .msg-form .title {
  padding-bottom: 20px;
}
.contactInformation .msg-form .title span {
  font-size: 18px;
  font-weight: bold;
  color: #3b4f68;
  margin-right: 20px;
}
.contactInformation .my-form-group:nth-child(odd) {
  padding-right: 5px;
}
.contactInformation .my-form-group:nth-child(even) {
  padding-left: 5px;
}
.my-form-group input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  border-radius: 20px;
  border: 1px solid #C0D5E1;
  margin-bottom: 10px;
  outline: none;
}
.my-form-group textarea {
  width: 100%;
  padding-left: 20px;
  border-radius: 20px;
  border: 1px solid #C0D5E1;
  margin-bottom: 10px;
  resize: none;
  outline: none;
  height: 130px;
}
.my-form-group.verify input {
  width: 100px;
  text-align: center;
  padding: 0;
}
.my-form-group.verify img {
  width: 52px;
  height: 24px;
}
.my-form-group.verify a {
  float: right;
  width: 121px;
  height: 35px;
  line-height: 35px;
  background-color: #3B4F68;
  text-align: center;
  color: #fff;
  border-radius: 15px;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.my-form-group.verify a:hover {
  background-color: #1E2B3B;
}
@media screen and (min-width: 992px) {
  .cardBox > :nth-child(1) {
    padding-left: 0 !important;
  }
  .cardBox > :nth-child(4) {
    padding-left: 0 !important;
  }
  .cardBox > :nth-child(3) {
    padding-right: 0 !important;
  }
  .cardBox > :nth-child(6) {
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 991px) {
  .cardBox > div {
    padding: 0!important;
  }
}
@media screen and (max-width: 767px) {
  .map {
    height: auto !important;
  }
  .message {
    height: auto !important;
  }
  .msg-bg {
    display: none;
  }
  .my-form-group {
    padding: 0 !important;
  }
  .my-form-group.verify a {
    display: block;
    float: none;
    width: 100%;
  }
  #BDMap {
    height: 300px;
  }
}
.culture > div {
  padding: 0 5px;
}
.culture > :nth-child(1) > div {
  background: url(../images/culture-1.jpg) no-repeat center;
  background-size: 100% 100%;
  margin-bottom: 20px;
}
.culture > :nth-child(2) > div {
  background: url(../images/culture-2.jpg) no-repeat center;
  background-size: 100% 100%;
  margin-bottom: 20px;
}
.culture > :nth-child(3) > div {
  background: url(../images/culture-3.jpg) no-repeat center;
  background-size: 100% 100%;
  margin-bottom: 20px;
}
.culture > :nth-child(3) p {
  margin: 0;
  text-align: center;
}
.culture > :nth-child(4) > div {
  background: url(../images/culture-4.jpg) no-repeat center;
  background-size: 100% 100%;
  margin-bottom: 20px;
}
.culture > :nth-child(4) p {
  margin: 0;
  text-align: center;
}
.culture > :nth-child(5) > div {
  background: url(../images/culture-5.jpg) no-repeat center;
  background-size: 100% 100%;
  margin-bottom: 20px;
}
.culture > :nth-child(5) p {
  margin: 0;
  text-align: center;
}
.culture-chunk {
  height: 415px;
  padding: 50px 30px 0 30px;
  color: #fff;
}
.culture-chunk h3 {
  font-weight: bold;
  text-align: center;
  padding-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .culture > div {
    width: 20%;
    float: left;
  }
}
.detail-pic img {
  width: 100%;
}
.detail-pic a {
  display: block;
  line-height: 31px;
  background-color: #EB6100;
  text-align: center;
  color: #fff;
  border-radius: 20px;
  margin: 35px auto 35px auto;
  transition: all .2s linear;
  -webkit-transition: all .2s linear;
}
.detail-pic a:hover {
  background-color: #CA5400;
}
.detail-text {
  padding-left: 50px;
}
.detail-text h2 {
  margin-bottom: 40px;
}
.detail-text .pname {
  color: #288439;
  font-size: 30px;
  font-weight: bold;
}
.detail-text .pname a{
  color: #288439;
}
.detail-text .outBtn {
  float: right;
  font-size: 14px;
  border-radius: 15px;
  border: 1px solid #A5CF4C;
  padding: 8px 15px;
  color: #a2a1a1;
  transition: all .2s linear;
  -webkit-transition: all .2s linear;
}
.detail-text .outBtn:hover {
  background-color: #8FC320;
  color: #fff;
}
.detail-text h3 {
  font-weight: normal;
  font-size: 14px;
  color: #288439;
  padding-bottom: 5px;
  border-bottom: 1px solid #E1E1E1;
  margin-bottom: 8px;
}
.detail-text p {
  margin-bottom: 20px;
}
.detail-text table {
  width: 100%;
  margin-bottom: 20px;
}
.detail-text table tr:nth-child(1) td {
  text-align: center;
  background-color: #288439;
  color: #fff;
  padding-left:0;
}
.detail-text table td {
  background-color: #DEEDE0;
  padding-left: 15px;
  border: 1px solid #fff;
  height: 35px;
}
@media screen and (max-width: 767px) {
  .detail-text {
    padding: 0;
  }
  .detail-text .pname {
    font-size: 20px;
  }
}
.jobMain h5 {
  border-bottom: 1px solid #308941;
  padding-bottom: 15px;
  padding-left: 15px;
}
.job-presentation {
  padding-right: 50px;
}
.job-presentation h5 {
  margin-bottom: 15px;
}
.job-presentation-text {
  padding-left: 15px;
}
.job-presentation-text p {
  margin-bottom: 20px;
}
.jonListMain .caption {
  margin-bottom: 15px;
}
.jonListMain h5 {
  font-weight: inherit;
  float: left;
}
.jonListMain h5 + span {
  float: right;
  color: #a2a1a1;
}
.jonListMain h5 + span i {
  font-size: 12px;
  font-weight: bold;
  color: #8FC320;
}
.jonListMain [class*="col"]:nth-child(odd) {
  padding-right: 7px;
}
.jonListMain [class*="col"]:nth-child(even) {
  padding-left: 8px;
}
.work {
  display: block;
  height: 160px;
  padding: 20px;
  overflow: hidden;
  border: 1px solid #E6E6E6;
  margin-bottom: 15px;
  transition: all .2s linear;
  -webkit-transition: all .2s linear;
}
.work:hover {
  background-color: #EBF7ED;
}
@media screen and (max-width: 767px) {
  .work {
    height: auto;
  }
  .jonListMain [class*="col"] {
    padding: 0 !important;
  }
}
.login .commonControl {
  padding: 30px 50px 30px 50px;
  width: 520px;
  margin: 0 auto;
}
.login .btn {
  line-height: 35px;
}
.login .btn > * {
  float: left;
}
.login .btn span {
  margin: 0 10px;
}
.login .submitBtn {
  margin: 0 30px 0 0;
}
@media screen and (max-width: 767px) {
  .submitBtn {
    width: 100% !important;
  }
  .commonControl {
    width: 100% !important;
  }
}
.netWorkMain {
  margin-bottom: 50px;
}
.netWorkMain img {
  margin: 0 auto 30px auto;
}
.netWorkMain .commonTitle {
  padding-bottom: 5px;
  border-bottom: 1px solid #8FC320;
  margin-bottom: 10px;
}
.netWorkMain dt {
  color: #288439;
  font-weight: normal;
  margin-bottom: 5px;
}
.netWorkMain .netWork-text {
  padding-right: 30px;
}
.order > div:first-child {
  padding-right: 33px;
}
.order > div:first-child h5 {
  margin-bottom: 15px;
  padding-left: 15px;
}
.order-product {
  padding: 25px;
  padding-left: 30px;
  border-top: 1px solid #E4E4E4;
}
.order-product:last-child {
  border-bottom: 1px solid #e4e4e4;
}
.order-product-text {
  padding-left: 25px;
  padding-top: 10px;
}
.order-product-text i {
  font-size: 10px;
  color: #959595;
}
.order-product-text h6 {
  color: #2D873D;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 25px;
  font-weight: bold;
}
.order-product-text h6 a{
  color: #2D873D;
}
.order-product-text span:nth-child(1) {
  float: left;
}
.order-product-text span:nth-child(2) {
  float: right;
  font-size: 14px;
  background-color: #EBEBEB;
  padding: 2px 5px;
}
.subtotal {
  margin: 25px 0;
  text-align: center;
}
.subtotal span {
  margin: 0 3px;
}
.subtotal b {
  font-weight: bold;
  color: #40924F;
}
.introduce {
  line-height: 29px;
  margin-bottom: 60px;
}
.introduceText {
  margin-top: 22px;
  line-height: 170%;
}
.introduce + ul {
  margin-bottom: 50px;
}
.introduce + ul .text {
  padding-left: 20px;
  padding-right: 50px;
}
.introduce + ul .text h5 {
  margin-top: 22px;
}
.introduce + ul > li:nth-child(1) {
  height: 350px;
  background: url(../images/introducePic-1.jpg) no-repeat center;
  background-size: 100% 100%;
}
.introduce + ul > li:nth-child(2) {
  height: 350px;
  background-color: #EBF7ED;
}
.introduce + ul > :nth-child(3) {
  margin: 50px 0;
  height: 365px;
}
.introduce + ul > :nth-child(3) img {
  margin: 0 auto;
}
.introduce + ul > li:nth-child(4) {
  margin: 50px 0;
  height: 365px;
}
@media screen and (max-width: 991px) {
  .introduce + ul > li:nth-child(2) {
    height: auto !important;
    padding: 20px;
    margin-top: 20px;
  }
  .introduce + ul > li:nth-child(3) {
    height: auto !important;
  }
  .introduce + ul > li:nth-child(4) {
    height: auto !important;
  }
}
.productList {
  font-size: 13px;
}
.productList img {
  margin: 0 auto;
}
@media screen and (max-width: 767px){
  .productList img {
    width:100%;
  }
  .productList .product-text {
    padding:15px 0;
  }
}
.productList > div {
  margin-bottom: 15px;
}
.productList .goKnow {
  background-color: #D9ECDD;
  color: #288439;
}
.productList .goKnow:hover {
  background-color: #288439;
  color: #D9ECDD;
}
.product-text {
  height: 100%;
  padding: 15px 15px 0 25px;
}
.product-text h3 {
  font-weight: bold;
  font-size: 18px;
  color: #288439;
  margin-bottom: 15px;
}
.product-text h3 a{
  color: #288439;
}
.product-text h3:after {
  content:"";
  display:table;
  clear:both;
}
.product-text p {
  height: 100px;
  margin-bottom: 20px;
}
.product-text a {
  float: left;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.product-text a:nth-child(2) {
  border-radius: 50%;
  width: 30px;
  background-color: #EB6100;
  color: #fff;
  margin-left: 5px;
  transition: all .2s;
  -webkit-transition: all .2s;
}
.product-text a:nth-child(2):hover {
  background-color: #EB0900;
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
}
@media screen and (max-width: 767px) {
  .productList > div {
    margin-bottom: 25px;
  }
  .product-text p {
    height: auto;
  }
}
.register {
  width: 520px;
  margin: 0 auto;
}
.register .commonControl {
  padding: 0 50px 50px 50px;
}
@media screen and (max-width: 767px) {
  .register {
    width: 100%;
  }
}
.strengthMain > div:first-child {
  margin-bottom: 30px;
}
.strengthMain dl {
  padding: 0 10px;
}
.strengthMain dd {
  margin-top: 20px;
  padding: 0 20px;
}
.strength-pic-b {
  margin-bottom: 20px;
}
.strength-text p {
  margin-bottom: 65px;
}
.strength-text + div {
  margin-bottom: 35px;
}
@media screen and (max-width: 991px) {
  .strengthMain dl {
    text-align: center;
  }
  .strengthMain dl:last-child{
    margin:0;
  }
  .strengthMain img {
    margin: 0 auto;
  }
  .strength-text p {
    margin-bottom: 20px;
  }
}
.undergo dt {
  font-size: 26px;
  border-bottom: 2px solid #288439;
  display: inline-block;
  margin-bottom: 10px;
}
.undergo dd {
  margin-bottom: 5px;
}



/*产品列表页的模态框*/
.modal-bg{
  position:fixed;
  top:0;left:0;right:0;bottom:0;
  background-color:rgba(0,0,0,.4);
  z-index: 1000;
  display: none;
}
.modal-main{
  width:500px;
  height:300px;
  background-color:#fff;
  position:absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  text-align: center;
  padding-top:45px;
}

.modal-main a{
  display: block;
  background-color:#E50010;
  color:#fff;
  height:35px;
  line-height:35px;
  width: 110px;
  border-radius: 20px;
  text-align: center;
  margin:0 auto;
  transition: all .1s linear;
  -webkit-transition: all .1s linear;
}
.modal-main a:hover{
  background-color:#C6000D
}

.modal-main h4{
  text-align: center;
  font-weight:bold;
}
.modal-main i{
  text-align: center;
  font-size:100px;
}

@media screen and (max-width: 767px){
  .modal-main{
    width: 80%;
  }
}

/*新闻详情页*/
.news-detail{
  font-size:16px;
}

.news-detail a{
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
}

.news-detail a:hover{
  transition: all .2s linear;
  -webkit-transition: all .2s linear;
  color:#288439;
  text-decoration: underline;
}

.news-detail-title{
  margin-bottom:30px;
}

.news-detail-title h2{
  font-weight:bold;
  color:#288439;
  font-size:24px;
  margin-bottom:20px;
}

.news-detail-title p{
  color:#aaa;
  font-weight:bold;
  font-size:14px;
}

.news-detail-content{
  margin-bottom:50px;
}

.news-footer-btn p{
  width:50%;
  text-align: left;
  color:#838383;
}

.news-footer-btn a{
  width:50%;
  text-align: left;
  color:#838383;
}

.news-detail-extend{
  background-color:#E7E7E7;
  padding:30px;
}

.news-detail-extend h3{
  font-size:18px;
  color:#000;
  font-weight:bold;
  margin-bottom:20px;
}

.news-detail-extend li{
  margin-bottom:5px;
}
.news-detail-extend li:before{
  content: "•";
  display: inline-block;
  margin:0 5px;
}

.news-key a{
  float:left;
  padding:0 3px;
}

@media screen and (max-width: 991px){
  .news-detail-content img{
    width:100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px){
  .news-detail{
    font-size:14px;
  }
  .news-detail-extend>div:nth-child(2){
    margin-top:30px;
  }
}


/**************************************************/
/*补上的列表页*/
.orderList-title{
  background-color: #8FC320;
  padding:10px 40px;
  color:#fff;
}
.orderList{
  padding:0;
}

.orderList input{
  width:52px;
  outline:none;
  border:1px solid #b9b9b9;
  margin:0 5px;
}

.orderList-product{
  padding:20px 40px;
  border-bottom:1px solid #E8E8E8;

}

.orderList-product>:nth-child(3){
  margin-top:60px;
}
.orderList-product>:nth-child(3) i{
  color:#848484
}
.orderList-product>:nth-child(4){
  margin-top:45px;
}
.orderList-product>:nth-child(4) i{
  font-size:36px;
  color:#B9B9B9
}

.orderList+div p{
  text-align: right;
}

.subtotal .submitBtn{
  width: 129px;
  height:35px;
  background-color: #288539;
  color:#fff;
  border-radius: 20px;
  padding:5px 15px;
  margin-left:15px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.subtotal .submitBtn:hover{
  background-color: #247335;

}

@media screen and (max-width: 767px){
  .orderList-product img{
    margin:0 auto;
  }
  .orderList-product .product-text{
    padding-left:0;
  }
  .orderList+div p{
    text-align: center;
  }
}


#addcart{z-index:999999999;position:relative;}
#maskloading{text-align:center;}
#maskloading img{padding:40px 0 0;}
#maskloading a.aclsd1{position:absolute;height:24px;width:24px;right:14px;top:15px;background:url(../images/b13.gif) no-repeat;}
#maskloading p{line-height:22px;color:#666666;padding:3px 0 0; font-size:15px;}
a.aclsd2{display:block;border:2px solid #000;HEIGHT:22PX;width:106px;line-height:22px;margin:18px auto 0;font-size:14px;color:#000000; font-weight:bold;}
a.aclsd2:hover{color:#fff; background-color:#000; border-color:#000;}


/************************************/
/*搜索结果页面*/
.resultHint{
  margin-bottom:25px;
}
.resultHint p{
  margin:0;
}
.resultHint span{
  font-size:16px;
  color:#288439;
  padding:0 10px;
}
.resultMain h4{
  margin:0;
  font-size:18px;
  color:#288439;
  font-weight:bold;
  padding-bottom:5px;
  display: inline-block;
}
.resultMain h4:hover{
  color:#216830;
}
.resultMain p{
  margin:0;
}
.resultMain p span{
  padding-right:5px;
}
.resultMain .result{
  padding-bottom:8px;
  border-bottom:1px solid #89C826;
}
.resultMain .result:not(:first-child){
  padding-top:8px;
}

/*************************************************************************/
/*个人信息修改页面*/
.personalMain{
  width: 50%;
  margin:0 auto;
}

@media screen and (max-width: 767px){
  .personalMain{
    width: 100%;
  }
  .personalMain .commonControl .btn input{
    display: block !important;
  }
}

.personalMain dl>*{
  display: inline-block;
}

.personalMain .commonControl form>:nth-child(1),.personalMain .commonControl form>:nth-child(2),.personalMain .commonControl form>:nth-child(3),.personalMain .commonControl form>:nth-child(4){
  color:#29853A;
  margin:5px 0;
  text-align: center;
}

.personalMain .commonControl form>:nth-child(1),.personalMain .commonControl form>:nth-child(2){
  font-size:22px;
  color:#29853A;
  font-weight:bold;
}

.personalMain .commonControl form>:nth-child(2){
  margin-bottom:15px;
}

.personalMain .commonControl input:not(.verifyCode){
  /*width: 50%;*/
}

.personalMain .commonControl input[type="radio"]{
  width: auto;
  height: auto;
  vertical-align: top;
}

.personalMain .commonControl .verify{
  border:none;
}

.personalMain .commonControl{
  padding:30px;
}
.personalMain .commonControl div>span{
  display: block;
}
.personalMain .commonControl div>span+input{
  height:35px;
  border-radius: 10px;
  padding-left:10px;
  margin-right:5px;
  /*margin-left:20px;*/
  margin-top:4px;
  margin-bottom: 0;
}
.personalMain .commonControl div{
  margin-bottom:15px;
}
.personalMain .commonControl div>[type="radio"]{
  margin-right:5px;
}
.personalMain .commonControl .verifyCode{
  padding: 0;
}
.personalMain .commonControl .btn{
  width:100%
}
.personalMain .commonControl .btn input{
  text-align: center;
  padding: 2px 30px;
  display: inline-block;
  width: 120px;
  margin-left:5px;
  margin-right:5px;
}