﻿body {
  background: fixed;
}

.wrap {
  width: 1200px;
  margin: 0 auto;
}

.common-nav {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 22px;
  display: flex;
  justify-content: flex-end;
  margin-top: -20px;
  /*右对齐*/
}

.common-nav li {
  padding: 0 19px;
  border-right: 1px solid #d2d2d2;
}

.common-nav li.active a {
  color: #009944;
}

.common-nav a {
  color: #3d3d3d;
}

.hover-more:hover {
  color: #fff;
  border: none !important;
  background: #009944;
}

.hover-more:hover a {
  color: #fff !important;
}

.common-title .title {
  text-align: center;
  font-weight: 400;
  color: #009944;
  font-size: 30px;
}

.common-title .english_title {
  text-align: center;
  font-weight: 400;
  color: #6a6a6a;
  margin: 19px auto 0;
  display: flex;
  justify-content: center;
}

.common-title .english_title .text-title {
  margin: 0 10px;
}

.common-title .english_title>div {
  display: inline-block;
}

.common-title .english_title>div.line {
  width: 60px;
  height: 1px;
  background: #bfbfbf;
  margin-top: 7px;
}

.page {
  margin: 70px auto;
}

.page ul {
  display: flex;
  justify-content: center;
}

.page ul li {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #d2d2d2;
  margin-left: 25px;
  text-align: center;
}

.page ul li.active {
  background-color: #009944;
  color: #fff;
}

.page ul li.active a {
  color: #fff;
}

.page ul li a {
  color: #2c2c2c;
}

.property-list {
  /* display: none; */
}

.property-list.active {
  display: block;
}

.property-list ul {
  display: flex;
  flex-wrap: wrap;
}

.property-list ul li {
  width: 284px;
  margin-right: 20px;
  margin-top: 40px;
}

.property-list ul li:nth-of-type(4n) {
  margin-right: 0;
}

.property-list ul li div:nth-of-type(1) img {
  width: 284px;
  height: 230px;
}

.property-list ul li div.title {
  font-size: 18px;
  margin-top: 17px;
  text-align: center;
  color: #333333;
}

.project-list ul {
  display: flex;
  flex-wrap: wrap;
}

.project-list ul li {
  width: 380px;
  margin-right: 30px;
  margin-top: 40px;
  border-bottom: 1px solid #d0d0d0;
}

.project-list ul li:nth-of-type(3n) {
  margin-right: 0;
}

.project-list ul li div:nth-of-type(1) img {
  width: 379px;
  height: 230px;
}

.project-list ul li div.title {
  font-size: 16px;
  margin-top: 17px;
  text-align: left;
  color: #2e2e2e;
}

.project-list ul li div.time {
  margin-top: 10px;
  padding-bottom: 20px;
}

.header {
  height: 120px;
  line-height: 120px;
}

.header:hover {
  background: #fff;
}

.header .white-nav a {
  color: #fff !important;
}

.header .nav {
  height: 105px;
  line-height: 105px;
  display: flex;
  font-size: 16px;
}

.header .nav .nav-list {
  display: flex;
  width: 811px;
  font-weight: 400;
  margin-left: 100px;
}

.header .nav .nav-list a {
  color: #333;
}

.header .nav .nav-list a:hover {
  color: #009944;
}

.header .nav .logo {
 margin-left:-30px;  height: 105px;
  line-height: 105px;
}

.header .nav .logo img {
  width: 452px;
  height: 75px;
  margin-top: 27px;
}

.header .nav li {
  line-height: 120px;
  float: left;
  width: 149px;
  height: 120px;
  text-align: center;
  position: relative;
}

.header .nav li:hover .two {
  display: block;
}

.header .nav li .two {
  display: none;
  color: #009944;
  position: absolute;
  z-index: 100000;
  width: 100%;
  top: 78px;
  background: #009944;
  font-size: 14px;
}

.header .nav li .two li {
  background: #f5f5f5;
  width: 100%;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  border-bottom: 1px solid #ffffff;
}

.header .nav li .two li:hover {
  background: #009944;
  color: #fff;
}

.header .nav li .two li:hover a {
  color: #fff;
}

.section .about {
  margin-top: 60px;
}

.section .about .about-content {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  margin-top: 49px;
}

.section .about .about-content .left-content img {
  width: 510px;
  height: 340px;
}

.section .about .about-content .right-content {
  font-size: 16px;
  color: #3C3C3C;
  line-height: 20px;
  margin-left: 80px;
  margin-top: 22px;
}

.section .about .about-content .right-content .more {
  width: 220px;
  height: 48px;
  text-align: center;
  border: 1px solid #009944;
  font-size: 16px;
  line-height: 48px;
  margin-top: 55px;
}

.section .about .about-content .right-content .more:hover {
  background: #009944;
}

.section .about .about-content .right-content .more:hover a {
  color: #fff;
}

.section .about .about-content .right-content .more a {
  color: #009944;
}

.section .road {
  width: 100%;
  height: 900px;
  margin-top: 68px;
  position: relative;
  overflow: hidden;
}

.section .road .title {
  margin-top: 67px;
}

.section .road img {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
}

.section .road .road-content {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.section .road .road-content .right-number li p {
  text-align: left !important;
}

.section .road .road-content .right-number li p:nth-of-type(1) {
  text-align: right !important;
}

.section .road .road-content ul li {
  width: 350px;
  height: 180px;
  background: #ffffff;
  padding: 30px;
  margin-top: 49px;
  box-sizing: border-box;
}

.section .road .road-content ul li p:nth-of-type(1) {
  text-align: left;
  font-size: 60px;
  font-weight: bold;
  color: #009944;
  margin-top: -55px;
}

.section .road .road-content ul li p:nth-of-type(2) {
  font-size: 18px;
  margin-top: 20px;
  font-weight: bold;
  text-align: right;
  color: #353535;
}

.section .road .road-content ul li p:nth-of-type(3) {
  margin-top: 20px;
  font-size: 14px;
  text-align: right;
  font-weight: bold;
  color: #858585;
  line-height: 20px;
}

.section .property {
  margin-top: 60px;
}

.section .property .nav {
  margin-top: 36px;
}

.section .property .nav ul {
  display: flex;
  justify-content: center;
}

.section .property .nav ul li {
  width: 100px;
  height: 34px;
  font-size: 14px;
  color: #323232 3;
  line-height: 34px;
  text-align: center;
  margin-right: 10px;
}

.section .property .nav ul li.active {
  background: #009944;
  color: #fff;
}

.section .property .nav ul li.active a {
  color: #fff;
}

.section .news {
  width: 100%;
  height: 400px;
  background: #fafafa;
  overflow: hidden;
  margin-top: 67px;
}

.section .news .title {
  margin-top: 53px;
}

.section .news .news-content {
  display: flex;
  margin-top: 60px;
}

.section .news .news-content>div:nth-of-type(1) img {
  width: 260px;
  height: 160px;
}

.section .news .news-content>div:nth-of-type(2) {
  margin-left: 34px;
  width: 365px;
}

.section .news .news-content>div:nth-of-type(2) p:nth-of-type(1) {
  font-size: 18px;
  color: #3a3a3a;
}

.section .news .news-content>div:nth-of-type(2) p:nth-of-type(2) {
  margin-top: 25px;
  font-size: 14px;
  color: #7c7c7c;
  line-height: 20px;
  margin-top: 20px;
}

.section .news .news-content>div:nth-of-type(2) .more {
  width: 128px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #b5b5b5;
  margin-top: 28px;
}

.section .news .news-content>div:nth-of-type(2) .more a {
  color: #b5b5b5;
}

.section .news .news-content ul {
  width: 410px;
  margin-left: 130px;
}

.section .news .news-content ul li {
  height: 47px;
  line-height: 47px;
  font-size: 14px;
  font-weight: 400;
  border-bottom: 1px dashed #dcdcdc;
}

.section .news .news-content ul li a {
  color: #4b4b4b;
}

.section .news .news-content ul li a:hover {
  color: #009944;
}

.section .news .news-content ul li a span:nth-of-type(2) {
  margin-left: 25px;
}

.section .project {
  margin-top: 60px;
  height: 882px;
  background: #fff;
}

.section .project .project-list ul {
  display: flex;
  flex-wrap: wrap;
}

.section .project .project-list ul li {
  width: 380px;
  margin-right: 30px;
  margin-top: 40px;
  border-bottom: 1px solid #d0d0d0;
}

.section .project .project-list ul li:nth-of-type(3n) {
  margin-right: 0;
}

.section .project .project-list ul li div:nth-of-type(1) img {
  width: 379px;
  height: 230px;
}

.section .project .project-list ul li div.title {
  font-size: 16px;
  margin-top: 17px;
  text-align: left;
  color: #2e2e2e;
}

.section .project .project-list ul li div.time {
  margin-top: 10px;
  padding-bottom: 20px;
}

.footer {
  width: 100%;
  height: 280px;
  background: #f3f3f3;
  overflow: hidden;
  position: relative;
  padding: 60px 0;
  box-sizing: border-box;
}

.footer .footer-left>div:nth-of-type(1) {
  font-size: 30px;
  color: #009944;
}

.footer .footer-left>div:nth-of-type(2) {
  font-size: 18px;
  color: #6a6a6a;
  margin-top: 15px;
}

.footer .footer-left>div:nth-of-type(3) {
  margin-top: 30px;
}

.footer .footer-left>div:nth-of-type(3) span {
  margin-right: 24px;
  font-size: 28px;
}

.footer .footer-content {
  display: flex;
  color: #616161;
}

.footer .footer-content .footer-right {
  width: 860px;
  margin-left: 148px;
}

.footer .footer-content .footer-right .store-name {
  font-size: 18px;
  color: #252525;
}

.footer .footer-content .footer-right>ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 35px;
}

.footer .footer-content .footer-right>ul li {
  color: #616161;
  font-size: 16px;
  margin-top: 20px;
}

.footer .footer-content .footer-right>ul li:nth-of-type(2n+1) {
  width: 316px;
}

.footer .footer-content .footer-right>ul li:nth-of-type(2n) {
  width: 540px;
}

.footer .footer-content .pic {
  display: flex;
}

.footer .footer-content .pic img {
  width: 180px;
  height: 120px;
  margin-top: 25px;
  margin-right: 18px;
}

.copy-right {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #d3d3d3;
  background: #3e3e3e;
}

/*关于我们*/
.about-us {
  margin-top: 70px;
  margin-bottom: 65px;
}

.about-us .title-content {
  text-align: left;
  display: flex;
  justify-content: left;
  margin-top: 57px;
}

.about-us .title {
  text-align: left !important;
}

.about-us .english_title {
  text-align: left !important;
  margin: 11px 0 0 0 !important;
  vertical-align: bottom;
  padding-left: 14px;
}

.about-us .nav ul {
  display: flex;
  justify-content: left;
}

.about-us .nav ul li {
  width: 100px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border: 1px solid #009944;
  color: #009944;
  margin-right: 12px;
}

.about-us .nav ul li a {
  color: #009944;
}

.about-us .nav ul li.active {
  background: #009944;
}

.about-us .nav ul li.active a {
  color: #fff;
}

.about-us .story-content {
  margin-top: 41px;
}

.about-us .story-content p {
  font-size: 14px;
  color: #575757;
  line-height: 25px;
}

.about-us .story-content img {
 
}

.about-us .story-content img:nth-of-type(1) {

}

/*新闻*/
.new {
  margin-top: 60px;
}

.new .nav {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}

.new .nav li {
  width: 100px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border: 1px solid #009944;
  color: #009944;
  margin-right: 12px;
}

.new .nav li a {
  color: #009944;
}

.new .nav li.active {
  background: #009944;
}

.new .nav li.active a {
  color: #fff;
}

.new .new-list {
  height: 188px;
  border-bottom: 1px solid #e3e3e3;
  display: flex;
}

.new .new-list:hover .time {
  color: #009944;
}

.new .new-list:hover p:nth-of-type(1) {
  color: #009944 !important;
}

.new .new-list:hover p:nth-of-type(2) {
  color: #009944 !important;
}

.new .new-list:nth-of-type(1) {
  padding-top: 30px;
}

.new .new-list .time {
  font-size: 36px;
  color: #919191;
  line-height: 22px;
  margin-top: 50px;
}

.new .new-list .new-detail {
  width: 706px;
  margin-left: 50px;
  margin-top: 50px;
}

.new .new-list .new-detail>p:nth-of-type(1) {
  font-size: 20px;
  color: #242424;
  line-height: 22px;
}

.new .new-list .new-detail>p:nth-of-type(2) {
  font-size: 14px;
  color: #696969;
  line-height: 27px;
  margin-top: 30px;
}

.new .new-list .watch-img img {
  margin-top: 50px;
  width: 200px;
  height: 120px;
  margin-left: 134px;
}

.message {
  margin-top: 60px;
}

.message .message-content {
  margin-top: 60px;
  margin-bottom: 80px;
}

/*产品展示*/
.product-list {
  position: relative;
  text-align: center;
  margin-top: 60px;
}

.product-list .list-content ul {
  display: flex;
  flex-wrap: wrap;
}

.product-list .list-content ul li {
  width: 380px;
  margin-top: 45px;
  margin-right: 25px;
}

.product-list .list-content ul li:nth-of-type(3n) {
  margin-right: 0;
}

.product-list .list-content ul li .pic {
  position: relative;
}

.product-list .list-content ul li .pic .hover-detail {
  opacity: 0;
  width: 330px;
  height: 320px;
  background: rgba(255, 255, 255, 0.85);
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  padding: 38px;
  box-sizing: border-box;
  border-bottom: 4px solid #2B4CB3;
  text-align: left;
}

.product-list .list-content ul li .pic .hover-detail:hover {
  opacity: 1;
  transition: all 0.6s;
}

.product-list .list-content ul li .pic .hover-detail>p:nth-of-type(1) {
  font-size: 18px;
  color: #2b4cb3;
  margin-top: 40px;
}

.product-list .list-content ul li .pic .hover-detail>p:nth-of-type(2) {
  font-size: 14px;
  color: #5b5b5b;
  margin-top: 13px;
  padding-bottom: 16px;
  border-bottom: 1px solid #cdcdcd;
}

.product-list .list-content ul li .pic .hover-detail>p:nth-of-type(3) {
  font-size: 12px;
  color: #6b6b6b;
  line-height: 18px;
  margin-top: 10px;
}

.product-list .list-content ul li .pic .hover-detail .more {
  text-align: center;
  width: 80px;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  margin-top: 30px;
  background: #2b4cb3;
}

.product-list .list-content ul li .pic .hover-detail .more a {
  color: #fff;
}

.product-list .list-content ul li:last-child {
  margin-right: 0;
}

.product-list .list-content ul li img {
  width: 100%;
  height: 370px;
}

.product-list .list-content ul li .title {
  font-size: 18px;
  font-weight: 400;
  color: #303030;
  margin-top: 20px;
}

/*创始人简介*/
.pioneer {
  position: relative;
  margin-top: 63px;
}

.pioneer .english_title {
  margin-top: 10px;
}

.pioneer .pioneer-content {
  display: flex;
  margin-top: 60px;
}

.pioneer .pioneer-content .pioneer-left img {
  width: 300px;
  height: 260px;
}

.pioneer .pioneer-right {
  margin-left: 67px;
}

.pioneer .pioneer-right>p:nth-of-type(1) {
  margin-top: 29px;
  font-size: 22px;
  color: #3f3f3f;
}

.pioneer .pioneer-right>p:nth-of-type(2) {
  margin-top: 8px;
  font-size: 14px;
  color: #3f3f3f;
}

.pioneer .pioneer-right>p:nth-of-type(3) {
  margin-top: 18px;
  font-size: 40px;
  color: #e9e9e9;
}

.pioneer .pioneer-right>p:nth-of-type(4) {
  width: 17px;
  height: 3px;
  margin-top: 17px;
  background: #2b4cb3;
}

.pioneer .pioneer-right>p:nth-of-type(5) {
  margin-top: 20px;
  font-size: 14px;
  line-height: 22px;
  color: #505050;
}

.pioneer .speech {
  color: #2c2c2c;
  line-height: 22px;
  margin-top: 90px;
  text-align: left;
}

.pioneer .speech span {
  font-size: 14px;
  color: #6f6f6f;
  margin-left: 14px;
}

.pioneer .speech-detail {
  display: flex;
  margin-top: 30px;
  font-size: 14px;
  font-weight: 400;
  color: #505050;
  line-height: 27px;
  padding-bottom: 63px;
}

.pioneer .speech-detail>div {
  width: 578px;
}

.pioneer .speech-detail>div:nth-of-type(2n) {
  margin-left: 43px;
}

/*服务*/
.service .english_title {
  margin-top: 10px;
}

.service .repair-content {
  background: #fff !important;
}

.service .repair-content li {
  line-height: 25px;
}

.service .repair-title {
  margin-top: 33px;
}

.service .repair-service {
  margin-top: 35px;
  padding-bottom: 87px;
}

.service .repair-service ul {
  display: flex;
}

.service .repair-service ul li {
  width: 380px;
  height: 300px;
  margin-left: 30px;
}

.service .repair-service ul li:nth-of-type(1) {
  margin-left: 0;
}

.service .repair-service ul li img {
  width: 100%;
  height: 100%;
}

.contact {
  position: relative;
  margin-top: 60px;
}

.contact .contact-content {
   margin-top: 60px;
}

.contact .contact-content .contact-left {
  height: 440px;
}

.contact .contact-content .contact-left img {
  width: 600px;
  height: 440px;
}

.contact .contact-right {
  width: 600px;
  height: 440px;
  padding-left: 72px;
  margin-bottom: 70px;
  background: #fafafa;
  box-sizing: border-box;
}

.contact .contact-right>p {
  color: #2A2A2A;
  line-height: 22px;
  margin-top: 15px;
}

.contact .contact-right>p span {
  color: #626262;
}

.contact .contact-right>p:nth-of-type(1) {
  margin-top: 88px;
  font-size: 24px;
  color: #2a2a2a;
}

.contact .contact-right>p:nth-of-type(2) {
  width: 26px;
  height: 2px;
  background: #a4a4a4;
  margin-top: 24px;
}

.product-introduce {
  width: 100%;
  height: 255px;
  background: #fff;
  overflow: hidden;
}

.product-introduce .wrap {
  text-align: center;
}

.product-introduce .wrap p:nth-of-type(1) {
  font-size: 30px;
  color: #2f2f2f;
  margin-top: 83px;
}

.product-introduce .wrap p:nth-of-type(2) {
  margin-top: 40px;
  line-height: 22px;
}

.introduce-list {
  display: flex;
  min-height: 300px;
  margin-top: 42px;
}

.introduce-list ul {
  display: flex;
  flex-wrap: wrap;
}

.introduce-list ul li {
  margin-top: 20px;
  width: 285px;
  height: 500px;
  padding: 25px 45px;
  box-sizing: border-box;
  margin-right: 15px;
  background: #ffffff;
}

.introduce-list ul li .picture a {
  width: 100%;
  display: block;
  text-align: center;
}

.introduce-list ul li .picture a img {
  width: 173px;
  height: 273px;
}

.introduce-list ul li .picture a p.name {
  margin-top: 25px;
  font-size: 20px;
  color: #2f2f2f;
  line-height: 24px;
}

.introduce-list ul li .picture a p:nth-of-type(2) {
  font-size: 14px;
  color: #4f4f4f;
  line-height: 28px;
  margin-top: 17px;
}

.introduce-list ul li .picture a p:nth-of-type(3) {
  margin-top: 15px;
  font-size: 22px;
  color: #2b4cb3;
  line-height: 20px;
}

.new-detail {
  width:1200px;
  margin: 0 auto;
}

.new-detail h1 {
  padding-top: 60px;
  font-size: 22px;
  line-height: 40px;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
  font-weight: bold;
}

.new-detail .zxly {
  margin-top: 17px;
  text-align: center;
}

.new-detail .njzx_content {
  margin-top: 20px;
}

.form-group:nth-child(1){
	float: left;
}
.form-group{
	float: left;
	display: flex;
	margin: 23px auto 0;
}
.form-group input{
	border:1px solid rgba(210,210,210,1);
	height: 45px;
	width: 800px;
	line-height: 42px;
}
.form-group textarea{
	width: 800px;
	height: 192px;
	border:1px solid rgba(210,210,210,1);
}
.form-group  .label{
	color:rgba(80,80,80,1);
}
.form-group .help{
	opacity: 0;
}
 .met-message-submit{
	width: 974px;
	margin: 50px auto;
} 
.met-message-submit .btn-primary{
	width:250px;
		height:50px;
	border: none;
	font-size:18px;
	text-align: center;
	background:rgba(0,153,68,1);
	color:rgba(255,255,255,1);
	margin-top: 40px;
	line-height:35px;
}
.met-message-submit .btn-default{
	width:250px;
	height:50px;
	font-size:18px;
	border: none;
	margin-left: 35px;
	text-align: center;
	margin-top: 40px;
	background:rgba(170,170,170,1);
	color:rgba(255,255,255,1);
	line-height:35px;
}
.njzx_content{
	min-height: 365px;
}