.header-hd {
  height: 36px;
  overflow: hidden;
  border-bottom: 1px solid #ced5d4;
  line-height: 35px;
  font-size: 18px;
  color: #666;
}
.header-hd .w1500 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-form {
  padding-top: 13px;
}
.header-form .search-key {
  border: none;
  border-right: 1px solid #838383;
  font-size: 18px;
  outline: none;
  margin-right: 20px;
  vertical-align: top;
  color: #666;
  width: 200px;
}
.header-form .search-button {
  border: none;
  outline: none;
  cursor: pointer;
  width: 23px;
  vertical-align: top;
  height: 23px;
  background: url(../image/hbtn.png) no-repeat center;
}
.header-bd {
  height: 88px;
  background: #fff;
  transition: all .3s;
}
.header-bd .header-logo img{
	transition: all .3s;
}
.header-bd .w1500 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.header-bd .header-logo {
  position: relative;
  z-index: 99;
}
.header-bd.hfixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 58px;
  z-index: 999;
  box-shadow: 0 2px 5px #999;
    background: rgba(255,255,255,.9);
}
.header-bd.hfixed .header-logo{
	width: 100px;
}
.header-bd.hfixed .header-logo img{
	width: 100%;
}
.header-bd.hfixed .navbar{
	height: 58px;
}
.header-bd.hfixed .navbar li a{
	line-height: 58px;
}
.header-bd.hfixed .nav li ul{
	top: 58px !important;
}


.header-bd.hfixed .nav li ul li a{
	line-height: 40px;
}
.about-region {
  margin-top: 43px;
  background: #f2f2f2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-region .about-content {
  width: 50%;
  background: #fff;
  padding: 24px 58px 16px 10.6%;
}
.about-region .about-content .about-con-img {
  width: 926px;
  height: 260px;
  padding: 19px 19px 19px 0;
  background: #fff;
  line-height: 0;
  position: relative;
  z-index: 9;
  margin-bottom: 20px;
}
.about-region .about-content .about-con-img img {
  width: 100%;
}
.about-region .about-content .about-tit {
  font-size: 30px;
  color: #333;
  font-weight: bold;
}
.about-region .about-content .about-desc {
  font-size: 16px;
  line-height: 30px;
  height: 120px;
  color: #666;
  overflow: hidden;
  margin: 20px 0;
}
.about-region .about-content .about-list {
  width: 695px;
  height: 111px;
  background: #f2f2f2;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.about-region .about-content .about-list i {
  font-size: 36px;
  font-weight: bold;
  color: #555;
  font-family: arial;
  line-height: 1.4;
}
.about-region .about-content .about-list i::before {
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  background: #339933;
  margin-left: 3px;
}
.about-region .about-content .about-list p {
  font-size: 14px;
  color: #666;
}
.about-region .about-content .about-link a {
  margin-top: 27px;
  display: block;
  width: 170px;
  height: 44px;
  background: #339933;
  line-height: 44px;
  text-align: center;
  color: #fff;
  font-size: 20px;
}
.about-region .about-img {
  width: 50%;
  line-height: 0;
}
.about-region .about-img img {
  width: 100%;
}
.product-region {
  padding: 100px 0 85px;
}
.product-region .product-tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
}
.product-region .product-tit li {
  display: inline-block;
}
.product-region .product-tit li a {
  display: block;
  border-right: 2px solid #339933;
  padding: 0 20px;
  font-size: 18px;
  line-height: 15px;
}
.product-region .product-tit li:last-of-type a {
  padding-right: 0;
  border-right: 0;
}
.product-region .product-tit h2 {
  font-size: 30px;
  color: #444;
}
.product-region .product-tit h2 span {
  font-size: 12px;
  color: #666;
  text-transform: uppercase;
  font-weight: normal;
}
.product-region .product-tit h2 span::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  background: #339933;
  margin: 0 4px 0 10px;
}
.product-bd {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.product-bd .hd li {
  width: 264px;
  height: 122px;
  background: #f2f2f2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
    border-bottom: 1px solid #cacaca;
}
.product-bd .hd li:last-of-type{
	border: none;
}
.product-bd .hd li h3 {
  font-size: 20px;
  color: #666;
  font-weight: normal;
  margin-top: 6px;
}
.product-bd .hd li .h {
  display: none;
}
.product-bd .hd li .desc {
  position: absolute;
  left: 100%;
  height: 122px;
  background: rgba(51, 153, 51, 0.6);
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 0;
  overflow: hidden;
  z-index: 9;
  transition: all 0.3s;
}
.product-bd .hd li .desc p {
  font-size: 18px;
  line-height: 31px;
  color: #fff;
  height: 62px;
  overflow: hidden;
  width: 60%;
}
.product-bd .hd li .desc a {
  width: 33px;
  height: 33px;
  border: 1px solid #fff;
  border-radius: 50%;
  line-height: 31px;
  text-align: center;
  color: #fff;
  font-family: "宋体";
  font-size: 30px;
}
.product-bd .hd li.on {
  background: #339933;
}
.product-bd .hd li.on .h {
  display: block;
}
.product-bd .hd li.on .s {
  display: none;
}
.product-bd .hd li.on h3 {
  color: #fff;
}
.product-bd .hd li.on .desc {
  width: 856px;
}
.product-bd .bd {
  width: 1234px;
}
.product-bd .bd li {
  position: relative;
}
.product-bd .bd li img {
  width: 100%;
  display: block;
}
.product-bd .bd li p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 40px;
  width: 100%;
  font-size: 18px;
  line-height: 34px;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
}
.region-tit {
  text-align: center;
  line-height: 1.6;
}
.region-tit h2 {
  font-size: 30px;
  color: #444;
  display: inline-block;
  padding: 0 100px;
  position: relative;
}
.region-tit h2::after,
.region-tit h2::before {
  content: "";
  width: 78px;
  height: 1px;
  background: #999;
  position: absolute;
  top: 50%;
}
.region-tit h2::after {
  right: 0;
}
.region-tit h2::before {
  left: 0;
}
.region-tit p {
  font-size: 18px;
  color: #666;
}
.case-region {
  background: #f2f2f2;
  overflow: hidden;
  padding: 50px 0 45px;
}
.case-region .case-bd {
  margin-top: 40px;
  position: relative;
}

.case-region .case-bd .hd a{
	position: absolute;
  top: 0;
  height:388px;
  width: 200px;
  background: rgba(255,255,255,.6);
  z-index:99;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: '宋体';
  font-size: 60px;
  font-weight: bold;
  color:#000;
}
.case-region .case-bd .hd .prev{
	left: 0;
}
.case-region .case-bd .hd .next{
	right: 0;
}

.case-region .case-bd li {
  margin: 0 5px;
  width: 25%;
  position: relative;
}
.case-region .case-bd li img {
  width: 100%;
  display: block;
}
.case-region .case-bd li p {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: rgba(51, 153, 51, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  overflow: hidden;
  width: 0;
  height: 0;
  transition: all 0.3s;
}
.case-region .case-bd li:hover p {
  width: 85%;
  height: 85%;
}
.avant-region {
  padding: 60px 0;
}
.avant-region .avant-bd {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.avant-region .avant-desc {
  width: 630px;
}
.avant-region .avant-desc dl {
  margin-bottom: 35px;
}
.avant-region .avant-desc dl:last-of-type {
  margin-bottom: 0;
}
.avant-region .avant-desc dt {
  line-height: 56px;
}
.avant-region .avant-desc dt i {
  font-size: 60px;
  color: #339933;
}
.avant-region .avant-desc dt span {
  background: #339933;
  color: #fff;
  padding: 0 20px;
  border-radius: 16px;
  font-size: 22px;
  display: inline-block;
  vertical-align: top;
  margin-left: 14px;
  font-weight: bold;
}
.avant-region .avant-desc dd {
  font-size: 14px;
  line-height: 31px;
  color: #7d7d7d;
  border-left: 1px dashed #dedede;
  margin-left: 56px;
  padding-left: 29px;
}
.avant-region .avant-img {
  width: 854px;
}
.partner-region {
  background: #f2f2f2;
  padding: 60px 0;
}
.partner-region .partner-bd {
  margin-top: 40px;
  position: relative;
}
.partner-region .partner-bd .hd a {
  position: absolute;
  top: 50%;
  width: 53px;
  height: 53px;
  background: #fff;
  border-radius: 50%;
  line-height: 53px;
  text-align: center;
  font-family: "宋体";
  font-size: 30px;
  transform: translateY(-50%);
}
.partner-region .partner-bd .hd .prev {
  left: -100px;
}
.partner-region .partner-bd .hd .next {
  right: -100px;
}
.partner-region .partner-bd .bd {
  overflow: hidden;
}
.partner-region .partner-bd .bd ul {
  width: 615px;
  float: left;
}
.partner-region .partner-bd .bd ul li {
  width: 269px;
  margin-right: 38px;
  margin-bottom: 34px;
  float: left;
}
.partner-region .partner-bd .bd ul li:nth-of-type(1n+3) {
  margin-bottom: 0;
}
.partner-region .partner-bd .bd ul li img {
  width: 100%;
  display: block;
}
.serve-region .region-tit {
  padding-top: 35px;
  height: 161px;
  background: url(../image/serbg.png) center;
}
.serve-region .region-tit h2,
.serve-region .region-tit p {
  color: #fff;
}
.serve-region .region-tit h2::before,
.serve-region .region-tit h2::after {
  background: #fff;
}
.serve-bd {
  margin: 100px 0 85px;
}
.serve-bd ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.serve-bd li {
  width: 195px;
  height: 194px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url(../image/serli.png) no-repeat center;
  font-size: 16px;
  color: #666;
}
.serve-bd li img {
  margin-bottom: 11px;
}
.serve-bd li i {
  font-size: 26px;
  color: #999;
  font-family: arial;
}
.serve-bd li .h {
  display: none;
}
.serve-bd li:hover {
  background: url(../image/serlih.png) no-repeat center;
  color: #fff;
}
.serve-bd li:hover i {
  color: #fff;
}
.serve-bd li:hover .h {
  display: block;
}
.serve-bd li:hover .s {
  display: none;
}
.news-region {
  height: 783px;
  padding-top: 44px;
  background: url(../image/newsbg.jpg) no-repeat center;
}
.news-bd {
  margin: 37px 0 49px;
  overflow: hidden;
}
.news-bd .li1 {
  float: left;
  width: 668px;
}
.news-bd .li1 img {
  width: 100%;
  display: block;
}
.news-bd .li1 .desc {
  height: 119px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.5);
}
.news-bd .li1 .desc h5 {
  font-size: 18px;
  color: #333;
  font-weight: normal;
}
.news-bd .li1 .desc p {
    font-size: 16px;
  line-height: 24px;
  height: 48px;
  color: #666;
  overflow: hidden;
  margin-top: 4px;
}
.news-bd .li2 {
  float: right;
  width: 776px;
  overflow: hidden;
  margin-bottom: 27px;
}
.news-bd .li2:last-of-type {
  margin-bottom: 0;
}
.news-bd .li2 .time {
  width: 99px;
  height: 99px;
  background: url(../image/newstime.png) no-repeat center;
  color: #fff;
  text-align: center;
  font-size: 23px;
  line-height: 1.2;
  padding-top: 21px;
  float: left;
  margin-right: 16px;
}
.news-bd .li2 .time b {
  display: block;
  font-size: 26px;
  font-weight: normal;
}
.news-bd .li2 h5 {
  font-size: 18px;
  color: #333;
  font-weight: normal;
  line-height: 34px;
}
.news-bd .li2 p {
    font-size: 16px;
    line-height: 24px;
    height: 53px;
    overflow: hidden;
    color: #808080;
  border-bottom: 1px solid #b4b2af;
}
.news-link a {
  display: block;
  width: 135px;
  height: 38px;
  background: #339933;
  color: #fff;
  line-height: 38px;
  text-align: center;
  font-size: 20px;
  margin: 0 auto;
}
.footer-hd {
  padding: 32px 0 22px;
}
.footer-hd .w1500 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer-hd .footer-hd-contact .tit {
    font-sizE: 27px;
  color: #333;
  margin-bottom: 10px;
}
.footer-hd .footer-hd-contact .footer-hd-desc {
  font-size: 16px;
  line-height: 33px;
  color: #666;
}
.footer-hd .footer-hd-nav {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  border: 1px solid #a8a9a8;
  border-top: 0;
  border-bottom: 0;
  width: 50%;
  padding: 0 5%;
  min-height: 245px;
}
.footer-hd .footer-hd-nav dl a {
  display: block;
  font-size: 16px;
  line-height: 34px;
  color: #666;
}
.footer-hd .footer-hd-code {
  text-align: center;
  align-self: center;
  font-size: 16px;
  color: #666;
}
.footer-hd .footer-hd-code img {
  max-width: 153px;
}
.footer-ft {
  background: #339933;
  text-align: center;
  color: #fff;
  font-sizE: 13px;
  font-family: arial;
  line-height: 18px;
  padding: 20px 0;
}


@media screen and (max-width: 1440px){
  body{
    zoom: 0.79;
    -moz-transform: scale(0.8);
    -moz-transform-origin: top left;
    min-width: 1800px;
}
}

@media screen and (max-width: 1366px){
  body{
    zoom: 0.74;
    -moz-transform: scale(0.75);
    -moz-transform-origin: top left;
    min-width: 1800px;
}

