.banner {
  height: 638px !important;
}
.banner .ny-banner {
  width: 100%;
  height: 638px;
}
.banner .ny-banner .p1 {
  color: #ffffff;
  font-size: 46px;
  line-height: 1;
  text-align: center;
  opacity: 0.5;
  filter: alpha(opacity=50);
  padding-top: 250px;
}
.banner .ny-banner .p2 {
  text-align: center;
  margin-top: 12px;
}
.banner .ny-banner .p2 span {
  display: inline-block;
}
.banner .ny-banner .p2 .line {
  width: 39px;
  height: 1px;
  background: #01a03f;
  vertical-align: middle;
}
.banner .ny-banner .p2 .text {
  color: #ffffff;
  font-size: 40px;
  line-height: 1;
  font-weight: bold;
  vertical-align: middle;
  margin: 0 10px;
}
#content {
  /*表单*/
  /* all */
  /* firefox 19+ */
  /* ie */
  /* individual: webkit */
  /* individual: mozilla */
}
#content .list-nav {
  width: 100%;
  background: #f8f8f8;
  padding: 30px 0;
}
#content .list-nav .txtScroll-left {
  position: relative;
}
#content .list-nav .txtScroll-left > a {
  position: absolute;
  font-size: 30px;
  top: 0;
}
#content .list-nav .txtScroll-left .prev {
  left: 0;
  color: #00a13e;
}
#content .list-nav .txtScroll-left .next {
  right: 0;
  color: #b8b8b8;
}
#content .list-nav ul {
  text-align: center;
  font-size: 0px;
}
#content .list-nav ul li {
  display: inline-block;
  line-height: 40px;
  height: 40px;
  text-align: center;
  margin: 0 18px;
  transition: 0.7s;
  -o-transition: 0.7s;
  -moz-transition: 0.7s;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
}
#content .list-nav ul li a {
  color: #333333;
  font-size: 20px;
  line-height: 40px;
  padding: 0 25px;
  transition: 0.7s;
  -o-transition: 0.7s;
  -moz-transition: 0.7s;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
}
#content .list-nav ul li.on {
  background: #00a13e;
}
#content .list-nav ul li.on a {
  color: #ffffff;
}
#content .list-news > ul {
  font-size: 0px;
}
#content .list-news > ul li {
  height: 255px;
  margin-top: 60px;
  transition: 0.7s;
  -o-transition: 0.7s;
  -moz-transition: 0.7s;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
}
#content .list-news > ul li .pic {
  display: inline-block;
  vertical-align: top;
  width: 424px;
  height: 100%;
  margin-right: 60px;
  overflow: hidden;
}
#content .list-news > ul li .pic img {
  width: 100%;
  height: 100%;
  transition: 0.7s;
  -o-transition: 0.7s;
  -moz-transition: 0.7s;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
}
#content .list-news > ul li .info {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 816px;
  height: 100%;
  padding-top: 14px;
}
#content .list-news > ul li .info .title {
  line-height: 28px;
  position: relative;
}
#content .list-news > ul li .info .title span {
  color: #00a13e;
  font-size: 13px;
  text-transform: capitalize;
  font-style: italic;
  vertical-align: middle;
}
#content .list-news > ul li .info .title .tit {
  color: #333333;
  font-size: 20px;
  vertical-align: middle;
  transition: 0.7s;
  -o-transition: 0.7s;
  -moz-transition: 0.7s;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
}
#content .list-news > ul li .info .title .more {
  float: right;
  display: block;
  width: 110px;
  height: 28px;
  background: #00a13e;
  color: #ffffff;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  margin-right: 18px;
  transition: 0.7s;
  -o-transition: 0.7s;
  -moz-transition: 0.7s;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
}
#content .list-news > ul li .info .date {
  color: #999999;
  font-size: 13px;
  line-height: 1;
  margin-top: 17px;
}
#content .list-news > ul li .info .desc {
  color: #888888;
  font-size: 14px;
  line-height: 30px;
  margin-top: 44px;
}
#content .list-news > ul li .info .line {
  width: 100%;
  height: 1px;
  background: #00a13e;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 11px;
  transition: 0.7s;
  -o-transition: 0.7s;
  -moz-transition: 0.7s;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
}
#content .list-news > ul li:hover {
  background: #f5f5f5;
}
#content .list-news > ul li:hover .pic img {
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
#content .list-news > ul li:hover .info .title .tit {
  color: #00a13e;
}
#content .list-news > ul li:hover .info .title .more {
  margin-right: 51px;
}
#content .list-news > ul li:hover .info .line {
  width: 0;
}
#content .list-pro ul {
  margin-bottom: 64px;
}
#content .list-pro ul li {
  margin-top: 64px;
}
#content .list-pro ul li .pic {
  display: block;
  border: 1px solid #ceb19f;
  width: 595px;
  height: 550px;
}
#content .list-pro ul li .pic img {
  width: 100%;
  height: 100%;
}
#content .list-pro ul li .info {
  width: 705px;
  padding-left: 88px;
  padding-top: 96px;
}
#content .list-pro ul li .info .title {
  color: #333333;
  font-size: 46px;
  line-height: 1;
}
#content .list-pro ul li .info .specs {
  color: #666666;
  font-size: 30px;
  line-height: 1;
  margin-top: 32px;
}
#content .list-pro ul li .info .desc {
  color: #666666;
  font-size: 18px;
  line-height: 40px;
  margin-top: 60px;
}
#content .list-pro ul li:nth-child(odd) .pic {
  float: left;
}
#content .list-pro ul li:nth-child(odd) .info {
  float: right;
}
#content .list-pro ul li:nth-child(even) .pic {
  float: right;
}
#content .list-pro ul li:nth-child(even) .info {
  float: left;
}
#content .list-page {
  padding: 40px 0;
}
#content .list-page h3 {
  color: #555555;
  font-size: 24px;
  text-align: center;
}
#content .list-page .page-content {
  margin-top: 0px;
  color: #555555;
  font-size: 16px;
  line-height: 40px;
}
#content .form {
  width: 100%;
  padding-top: 0px;
}
#content .form_tit {
  width: 100%;
  text-align: center;
}
#content .form_tit .p1 {
  font-size: 36px;
  color: #efefef;
  text-transform: uppercase;
}
#content .form_tit .p2 {
  font-size: 24px;
  color: #333333;
  height: 68px;
  line-height: 68px;
}
#content .form_tit .p3 {
  width: 800px;
  height: 43px;
  line-height: 43px;
  background: #efefef;
  margin: 0 auto;
  font-size: 12px;
  color: #9c9c9c;
}
#content .layui-form {
  width: 830px;
  margin: 50px auto 0;
}
#content .layui-form td span {
  font-size: 16px;
  color: #333333;
  margin: 0 15px;
  float: left;
  line-height: 46px;
}
#content .layui-form table {
  width: 100%;
}
#content .layui-form td {
  width: 50%;
  padding-bottom: 25px;
  position: relative;
}
#content .layui-form td input {
  height: 46px;
  text-indent: 25px;
  font-size: 16px;
  line-height: 46px;
  border-radius: 5px;
  background: none;
  outline: none;
  border: 1px solid #cccccc;
  width: 264px;
}
#content .layui-form .new input {
  width: 674px;
}
#content .layui-form td .s1 {
  color: red;
  float: right;
  margin-right: 10px;
}
#content .layui-form textarea {
  resize: none;
  border: 1px solid #cccccc;
  border-radius: 5px;
  width: 670px;
  padding: 5px;
  outline: none;
  background: none;
  height: 153px;
}
#content .form ul {
  width: 100%;
  text-align: center;
}
#content .form ul li {
  display: inline-block;
  width: 120px;
  height: 35px;
  line-height: 35px;
  margin: 0 15px;
}
#content .form ul li input {
  width: 100%;
  height: 100%;
}
#content ::-webkit-input-placeholder {
  color: #dedede;
}
#content ::-moz-placeholder {
  color: #dedede;
}
#content :-ms-input-placeholder {
  color: #dedede;
}
#content input:-moz-placeholder {
  color: #dedede;
}
#content .form td input::-webkit-input-placeholder {
  color: #dedede;
}
#content .form td input::-webkit-input-placeholder {
  color: #dedede;
}
#content .form td input::-webkit-input-placeholder {
  color: #dedede;
}
#content .form td input::-moz-placeholder {
  color: #dedede;
}
#content .form td input::-moz-placeholder {
  color: #dedede;
}
#content .form td input::-moz-placeholder {
  color: #dedede;
}
