@charset "UTF-8";
.banner-area {
  display: block;
  height: 780px;
  width: 100%;
  position: relative;
  margin-top: -70px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .banner-area {
    height: 700px;
  }
}

.banner-bg {
  display: block;
  height: 780px;
  width: 100%;
  background: #000;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 768px) {
  .banner-bg {
    height: 100%;
    background: #000 url(../images/banner_bg.jpg) no-repeat center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
  }
}

.video1 {
  width: 1920px;
  height: 780px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -960px;
  z-index: 1;
  object-fit: cover;
}

.banner-txt {
  display: block;
  width: 640px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  text-align: center;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-family: 'custom-n';
  letter-spacing: 18px;
}

.banner-txt .txtbox {
  font-size: 54px;
  color: #fff;
  display: inline-table;
}

.slide-tips {
  display: block;
  width: 30px;
  height: 57px;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: 62px;
  z-index: 2;
}

.slide-tips .s-line {
  display: block;
  width: 2px;
  height: 32px;
  border-radius: 2px;
  position: absolute;
  left: 50%;
  margin-left: -1px;
  top: 0;
  background: #fff;
  animation: a-banner-s-line 3s 0.3s linear both infinite;
  -webkit-animation: a-banner-s-line 3s 0.3s linear both infinite;
  -ms-animation: a-banner-s-line 3s 0.3s linear both infinite;
  -moz-animation: a-banner-s-line 3s 0.3s linear both infinite;
  -o-animation: a-banner-s-line 3s 0.3s linear both infinite;
}

.slide-tips .txt {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  text-align: center;
  font-size: 12px;
  letter-spacing: 2px;
}

@keyframes a-banner-s-line {
  0% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    opacity: 1;
  }
  20% {
    transform: scale(1, 0.01);
    -webkit-transform: scale(1, 0.01);
    -ms-transform: scale(1, 0.01);
    -moz-transform: scale(1, 0.01);
    -o-transform: scale(1, 0.01);
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    opacity: 1;
  }
  30% {
    transform: scale(1, 0.01);
    -webkit-transform: scale(1, 0.01);
    -ms-transform: scale(1, 0.01);
    -moz-transform: scale(1, 0.01);
    -o-transform: scale(1, 0.01);
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    opacity: 0;
  }
  31% {
    transform: scale(1, 0.01);
    -webkit-transform: scale(1, 0.01);
    -ms-transform: scale(1, 0.01);
    -moz-transform: scale(1, 0.01);
    -o-transform: scale(1, 0.01);
    transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    opacity: 0;
  }
  50% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    opacity: 1;
  }
}

/*以下隐藏的是4格布局
.iproduct-area {
	display: block;
	width: 100%;
}
.iproduct-list{
	display:block;
	height: 200px;
	margin-bottom: 70px;
	li{
		display:inline-block;
		float: left;
		height: 100%;
		width: 24.25%;
		text-align: center;
		margin-right:1%;
		position: relative;
		overflow: hidden;
		a{
			display:block;
			height: 100%;
			width: 100%;
			&:after{
				display:block;
				content: "";
				height: 100%;
				width: 100%;
				background:rgba(114,175,38,0.7);
				position: absolute;
				left: 0;
				top: 0;
				z-index: 2;
				opacity: 0;
				transition: opacity 0.3s ease-out;
			}
		}
		p{
			display:block;
			float: left;
			font-size: 30px;
			height: 35px;
			text-align: center;
			padding-bottom: 5px;
			position: absolute;
			left: 50%;
			top: 50%;
			margin-top: -20px;
			z-index: 3;
			color: #fff;
			border-bottom: 1px solid rgba(255,255,255,0);
			transform: translate(-50%,0);
			transition: border-bottom 0.3s ease-out;
			-webkit-transition: width 1s linear;
			&:after{
				content: ' ';
				width: 0;
				height: 2px;
				background: #fff;
				bottom: -2px;
				left: 0;
				position: absolute;
				opacity: 0;
				-webkit-transition: all 0.2s linear;
			}
		}
		img{
			display:block;
			height:100%;;
			width: 100%;
			position: absolute;
			left: 0;
			top: 0;
			z-index: 1;
			transform:scale(1);
			transition: transform 0.3s ease-out;
		}
		&.last{ margin-right:0;}
		a:hover:after{opacity:1;}
		a:hover p:after{ opacity: 1; left: 0; width: 100%;  }
		a:hover img{ transform:scale(1.024);}
	}
}
@media (max-width:768px) {
	.iproduct-list {
		height: 100px;
		li {
			box-sizing:border-box;
			-moz-box-sizing:border-box;
			-webkit-box-sizing:border-box;
			width:48%;
			margin-bottom: 2%;
			&:nth-of-type(odd) {
				margin-right: 3%;
			}
			p {
				width: 100%;
				font-size: 20px;
				margin-top: -15px;
				&:after {
					height: 0;
				}
			}
		}
	}
}
@media screen and (min-width: 769px) and (max-width : 991px) {
	.iproduct-list {
		height: 100px;
		margin-bottom: 40px;
		li {
			p {
				width: 60%;
				font-size: 20px;
			}
		}
	}
}
@media screen and (min-width: 992px) and (max-width : 1199px) {
	.iproduct-list {
		height: 140px;
		margin-bottom: 40px;
		li {
			p {
				width: 60%;
				font-size: 20px;
			}
		}
	}
}
@media screen and (min-width: 1200px) and (max-width : 1599px) {
	.iproduct-list {
		height: 140px;
		li {
			p {
				font-size: 20px;
			}
		}
	}
}
@media screen and (min-width: 1600px){
	.iproduct-list {
		li {
			p {
				height: 45px;
			}
		}
	}
}
*/
.iproduct-area {
  display: block;
  width: 100%;
  margin-bottom: 70px;
}

.iproduct-list li {
  display: inline-block;
  float: left;
  height: 200px;
  width: 32.6666%;
  text-align: center;
  margin-right: 1%;
  position: relative;
  overflow: hidden;
}

.iproduct-list li a {
  display: block;
  height: 100%;
  width: 100%;
}

.iproduct-list li a:after {
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(114, 175, 38, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

.iproduct-list li p {
  display: block;
  float: left;
  font-size: 30px;
  height: 35px;
  text-align: center;
  white-space: nowrap;
  padding-bottom: 5px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -20px;
  z-index: 3;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  transform: translate(-50%, 0);
  transition: border-bottom 0.3s ease-out;
  -webkit-transition: width 1s linear;
}

.iproduct-list li p:after {
  content: ' ';
  width: 0;
  height: 2px;
  background: #fff;
  bottom: -2px;
  left: 0;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
}

.iproduct-list li img {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transform: scale(1);
  transition: transform 0.3s ease-out;
}

.iproduct-list li.last {
  margin-right: 0;
}

.iproduct-list li a:hover:after {
  opacity: 1;
}

.iproduct-list li a:hover p:after {
  opacity: 1;
  left: 0;
  width: 100%;
}

.iproduct-list li a:hover img {
  transform: scale(1.024);
}

@media (max-width: 767px) {
  .iproduct-area {
    margin-bottom: 10px;
  }
  .iproduct-list li {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 48%;
    height: 100px;
  }
  .iproduct-list li:nth-of-type(odd) {
    margin-right: 3%;
  }
  .iproduct-list li p {
    width: 80%;
    font-size: 20px;
    margin-top: -15px;
    white-space: inherit;
  }
  .iproduct-list li p.text-mid {
    margin-top: -30px;
  }
  .iproduct-list li p:after {
    height: 0;
  }
  .iproduct-list li.last {
    display: none;
    height: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .iproduct-list {
    margin-bottom: 20px;
  }
  .iproduct-list li {
    height: 130px;
  }
  .iproduct-list li p {
    width: 60%;
    font-size: 20px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .iproduct-list {
    margin-bottom: 20px;
  }
  .iproduct-list li {
    height: 150px;
  }
  .iproduct-list li p {
    font-size: 20px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .iproduct-list li p {
    font-size: 24px;
  }
}

@media screen and (min-width: 1600px) {
  .iproduct-list li p {
    height: 45px;
  }
}

.iabout-box {
  width: 100%;
  min-height: 600px;
  padding: 70px 0;
  background: #fff url("../images/iabout_bg.jpg") no-repeat center top;
  background-size: cover;
}

.iabout-box .icompany h2 {
  color: #2b2b2b;
  font-size: 36px;
  margin: 0;
}

.iabout-box .icompany .txt {
  font-size: 28px;
  color: #5f6464;
  line-height: 30px;
  padding: 0 0 30px;
}

.iabout-box .icompany p {
  font-size: 16px;
  text-indent: 2em;
  line-height: 30px;
}

.iabout-box .icompany-r {
  width: 100%;
  display: block;
  padding-left: 52%;
}

.iabout-box .icompany-pic {
  float: left;
  width: 50%;
  height: 400px;
  margin: 0 30px 20px 0;
  background: url("../images/iabout_cpic.jpg") center no-repeat;
  background-size: cover;
}

.iabout-box .icompany-channel li {
  float: left;
  width: 32%;
  margin: 2% 2% 0 0;
  position: relative;
  overflow: hidden;
}

.iabout-box .icompany-channel li a {
  display: block;
  width: 100%;
  height: 100%;
}

.iabout-box .icompany-channel li img {
  width: 100%;
}

.iabout-box .icompany-channel li.last {
  margin-right: 0;
}

.iabout-box .icompany-channel li label {
  position: absolute;
  left: 26%;
  top: 25%;
  z-index: 2;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  font-weight: normal;
}

@media (max-width: 768px) {
  .iabout-box {
    min-height: inherit;
    padding: 20px 0;
  }
  .iabout-box .icompany {
    width: 100%;
    float: none;
    margin-top: 15px;
  }
  .iabout-box .icompany h2 {
    font-size: 30px;
  }
  .iabout-box .icompany .txt {
    font-size: 16px;
    line-height: 40px;
    padding: 30px 0;
    font-weight: 600;
  }
  .iabout-box .icompany p {
    font-size: 14px;
  }
  .iabout-box .icompany-r {
    padding-left: 0;
  }
  .iabout-box .icompany-channel li label {
    left: 23%;
    font-weight: normal;
    font-size: 18px;
  }
}

@media screen and (min-width: 769px) and (max-width: 991px) {
  .iabout-box {
    padding: 40px 0;
  }
  .iabout-box .icompany {
    width: 100%;
    float: none;
    margin-top: 15px;
  }
  .iabout-box .icompany h2 {
    font-size: 30px;
  }
  .iabout-box .icompany .txt {
    font-size: 24px;
    line-height: 50px;
    padding: 30px 0;
  }
  .iabout-box .icompany p {
    font-size: 14px;
  }
  .iabout-box .icompany-r {
    padding-left: 0;
  }
  .iabout-box .icompany-pic {
    display: none;
    height: 0;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .iabout-box {
    padding: 40px 0;
  }
  .iabout-box .icompany {
    margin-top: 0;
  }
  .iabout-box .icompany h2 {
    font-size: 30px;
  }
  .iabout-box .icompany .txt {
    font-size: 16px;
    line-height: 40px;
    padding: 30px 0;
    font-weight: 600;
  }
  .iabout-box .icompany p {
    font-size: 14px;
    line-height: 28px;
  }
  .iabout-box .icompany-channel li label {
    left: 23%;
    font-weight: normal;
    font-size: 18px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .iabout-box .icompany .txt {
    font-size: 20px;
    line-height: 40px;
    padding: 25px 0;
  }
  .iabout-box .icompany p {
    line-height: 28px;
  }
  .iabout-box .icompany-channel li label {
    left: 23%;
    font-size: 22px;
  }
}

.icase-box {
  width: 100%;
  min-height: 600px;
}

.icase-area {
  position: relative;
}

.icase-area .icase-title {
  padding: 50px 0 0 0;
}

.icase-area .icase-title h2 {
  color: #2b2b2b;
  font-size: 36px;
  line-height: 60px;
  margin-top: 0;
  margin-bottom: 20px;
}

.icase-list {
  width: 100%;
  padding-bottom: 80px;
}

.icase-list .img-thumbnail {
  padding: 0;
  border: none;
  border-radius: 0;
}

.icase-list .item {
  box-sizing: border-box;
  float: left;
  padding: 40px;
  height: 320px;
  position: relative;
  overflow: hidden;
  background-size: cover;
}

.icase-list .item a {
  display: block;
  width: 100%;
  height: 100%;
}

.icase-list .item .title {
  font-size: 24px;
  color: #FFFFFF;
  letter-spacing: 0;
  margin-bottom: 25px;
  position: relative;
}

.icase-list .item .title .icon-arrow-r {
  display: block;
  height: 14px;
  width: 31px;
  background: url(../images/icon_arrow_r_s.png) no-repeat 0 0;
  position: absolute;
  right: 71px;
  top: 10px;
  opacity: 0;
  transition: all 0.3s ease-out;
  background-size: 100% 100%;
}

.icase-list .item:hover .icon-arrow-r {
  opacity: 1;
  animation: a-arrow-r 0.3s linear forwards;
}

.icase-list .item .mask-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  transform: translate(0, 375px);
  transform-origin: bottom;
  transition: all 0.5s cubic-bezier(0.2, 0, 0.2, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.2, 0, 0.2, 1);
  -moz-transition: all 0.5s cubic-bezier(0.2, 0, 0.2, 1);
  -ms-transition: all 0.5s cubic-bezier(0.2, 0, 0.2, 1);
  -o-transition: all 0.5s cubic-bezier(0.2, 0, 0.2, 1);
}

.icase-list .item:hover .mask-bg {
  transform: translate(0, 0px);
  -webkit-transform: translate(0, 0px);
  -moz-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  -o-transform: translate(0, 0px);
}

.icase-list .item .label {
  font-size: 16px;
  color: #FFFFFF;
  font-weight: normal;
  text-align: left;
  white-space: normal;
  padding: 0;
  letter-spacing: 0;
  line-height: 26px;
  margin-top: 25px;
  margin-right: 40px;
  position: relative;
  opacity: 0;
  transform: translate(0, 80px);
  transform-origin: bottom;
  -webkit-transform-origin: bottom;
  -moz-transform-origin: bottom;
  -ms-transform-origin: bottom;
  -o-transform-origin: bottom;
  transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.2, 0, 0.2, 1);
  -webkit-transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.2, 0, 0.2, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.2, 0, 0.2, 1);
  -ms-transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.2, 0, 0.2, 1);
  -o-transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.2, 0, 0.2, 1);
}

.icase-list .item:hover .label {
  opacity: 1;
  transform: translate(0, 0px);
  -webkit-transform: translate(0, 0px);
  -moz-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  -o-transform: translate(0, 0px);
}

.icase-list .item-1, .icase-list .item-2, .icase-list .item-3, .icase-list .item-4 {
  width: 33.33333333%;
}

.icase-list .item-5 {
  width: 66.66666666%;
}

.icase-list .item-1 .mask-bg {
  background: #79C000;
}

.icase-list .item-2 .mask-bg {
  background: #9B26B6;
}

.icase-list .item-3 .mask-bg {
  background: #00A9CE;
}

.icase-list .item-4 .mask-bg {
  background: #0052D9;
}

.icase-list .item-5 .mask-bg {
  background: #FF671F;
}

@keyframes a-arrow-r {
  0% {
    opacity: 0;
    right: 71px;
  }
  100% {
    opacity: 1;
    right: 51px;
  }
}

@media screen and (max-width: 1199px) {
  .icase-box {
    min-height: inherit;
  }
  .icase-area .icase-title {
    padding: 30px 0 0 0;
  }
  .icase-area .icase-title h2 {
    font-size: 30px;
    line-height: 50px;
    margin-bottom: 20px;
  }
  .icase-list {
    padding-left: 0;
    padding-bottom: 20px;
  }
  .icase-list .item {
    padding: 20px;
    height: 280px;
  }
  .icase-list .item .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .icase-list .item .label {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .icase-list .item {
    height: 200px;
  }
  .icase-list .item .title {
    margin-top: 40px;
    margin-bottom: 0;
  }
  .icase-list .item .title .icon-arrow-r {
    display: none;
  }
  .icase-list .item .label {
    display: none;
    height: 0;
  }
}

.news-area h2 {
  font-size: 36px;
  line-height: 60px;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: 'custom-b';
}

.news-area .thumbnail {
  float: left;
  width: 23%;
  margin-right: 2%;
  margin-bottom: 100px;
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  position: relative;
  overflow: hidden;
}

.news-area .thumbnail .img-thumbnail {
  width: 100%;
  height: auto;
  padding: 0;
  border: none;
  border-radius: 0;
  position: relative;
  overflow: hidden;
}

.news-area .thumbnail .img-thumbnail:after {
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(114, 175, 38, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

.news-area .thumbnail .img-thumbnail img {
  display: block;
  width: 100%;
  min-width: 100%;
  height: 175px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.news-area .thumbnail .img-thumbnail .mask {
  width: 49px;
  height: 49px;
  position: absolute;
  z-index: 3;
  top: 41%;
  left: 44%;
  cursor: pointer;
}

.news-area .thumbnail .img-thumbnail .mask:after {
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  background: url("../images/inews-icon.png") 0 0 no-repeat;
}

.news-area .thumbnail a {
  display: block;
  width: 100%;
  height: 100%;
}

.news-area .thumbnail a:hover .img-thumbnail img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  transition: transform 0.3s ease-out;
}

.news-area .thumbnail a:hover .img-thumbnail:after,
.news-area .thumbnail a:hover .mask:after {
  opacity: 1;
}

.news-area .thumbnail .caption {
  padding: 0;
  color: #909090;
}

.news-area .thumbnail .caption h3 {
  font-size: 18px;
  line-height: 28px;
  height: 56px;
  color: #333;
  overflow: hidden;
  margin-bottom: 15px;
}

.news-area .thumbnail .caption p {
  font-size: 14px;
  min-height: 72px;
  line-height: 24px;
  margin-bottom: 40px;
}

.news-area .thumbnail .caption .btn {
  font-size: 16px;
  padding: 6px 20px;
  border-radius: 2px;
}

.news-area .thumbnail .caption .btn-default {
  color: #3D8941;
  border-color: #e5e5e5;
}

.news-area .thumbnail .caption .btn-default:hover {
  color: #fff;
  background-color: #72AF26;
  border-color: #72AF26;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

@media screen and (max-width: 767px) {
  .news-area {
    padding-top: 0;
  }
  .news-area h2 {
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .news-area .thumbnail {
    width: 48%;
    margin-bottom: 20px;
  }
  .news-area .thumbnail .img-thumbnail img {
    height: 120px;
  }
  .news-area .thumbnail .img-thumbnail .mask:after {
    display: none;
  }
  .news-area .thumbnail .caption h3 {
    margin-top: 5px;
    font-size: 16px;
  }
  .news-area .thumbnail .caption p {
    display: none;
  }
  .news-area .thumbnail .caption .btn {
    font-size: 14px;
    padding: 3px 15px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .news-area h2 {
    font-size: 30px;
  }
  .news-area .thumbnail {
    margin-bottom: 40px;
  }
  .news-area .thumbnail .img-thumbnail img {
    height: 110px;
  }
  .news-area .thumbnail .caption .btn {
    font-size: 14px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .news-area h2 {
    font-size: 30px;
  }
  .news-area .thumbnail {
    margin-bottom: 40px;
  }
  .news-area .thumbnail .img-thumbnail img {
    height: 150px;
  }
}

.about {
  padding: 30px 0;
  font-size: 18px;
  line-height: 1.6;
}

.about p {
  margin-bottom: 24px;
  text-indent: 2em;
}

.about img {
  width: 100%;
  height: auto;
}

.culture-list li {
  float: left;
  width: 19%;
  height: 200px;
  margin-right: 1%;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
}

.culture-list li span {
  display: block;
}

.culture-list .fore1 {
  width: 39%;
}

.culture-list .style-font {
  padding: 50px 15px 0;
  background-color: #8EBF51;
  color: #fff;
  border: 2px solid #8EBF51;
  text-align: center;
}

.culture-list .style-font:hover {
  color: #333;
  background-color: #fff;
  transition: background-color .5s,color .3s;
}

.culture-list .style-font2 {
  background-color: transparent;
  color: #333;
}

.culture-list .style-font2:hover {
  color: #fff;
  background-color: #8EBF51;
}

.culture-list .style-font3 {
  background-color: #FEC007;
  border-color: #FEC007;
}

.culture-list .style-font4 {
  background-color: transparent;
  color: #333;
  border-color: #FEC007;
}

.culture-list .style-font4:hover {
  color: #fff;
  background-color: #FEC007;
}

.culture-list .style-img {
  border: 1px solid #eee;
}

.culture-list .style-img.pbg1 {
  background: url("../images/culture_1.png") no-repeat center;
  background-size: cover;
}

.culture-list .style-img.pbg2 {
  background: url("../images/culture_2.png") no-repeat center;
  background-size: cover;
}

.culture-list .style-img.pbg3 {
  background: url("../images/culture_3.png") no-repeat center;
  background-size: cover;
}

.culture-list .style-img.pbg4 {
  background: url("../images/culture_4.png") no-repeat center;
  background-size: cover;
}

.culture-list .txt-eng {
  font-size: 14px;
  margin-bottom: 8px;
  display: none;
}

.culture-list .txt-main {
  font-size: 24px;
  margin-bottom: 15px;
}

.culture-list .txt-para {
  font-size: 14px;
  line-height: 1.2;
}

@media (max-width: 991px) {
  .culture-list {
    margin: 20px 0;
  }
  .culture-list li {
    width: 49%;
    margin-bottom: 1%;
  }
  .culture-list .fore1 {
    width: 100%;
  }
  .culture-list .style-font2 {
    width: 49%;
  }
  .culture-list .style-font3 {
    width: 100%;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .culture-list .style-font {
    padding-left: 10px;
    padding-right: 10px;
  }
  .culture-list .txt-main {
    font-size: 20px;
  }
}

.news-list {
  padding: 30px 0;
  position: relative;
}

.news-list .li {
  margin-bottom: 32px;
  line-height: 25px;
  color: #5F6464;
  display: none;
  float: left;
  width: 100%;
}

.news-list .li .img {
  float: left;
  width: 204px;
  height: 136px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.news-list .li .left {
  width: 100%;
  padding-left: 220px;
}

.news-list .li h3 {
  font-size: 20px;
  font-weight: 600;
  color: #2a2e2e;
  line-height: 30px;
  margin-top: 0;
}

.news-list .li h4 {
  font-size: 16px;
  font-weight: 600;
  color: #919797;
  line-height: 30px;
  margin-bottom: 0;
  padding-bottom: 9px;
}

@media (max-width: 768px) {
  .news-list .li {
    margin-bottom: 10px;
  }
  .news-list .li .img {
    width: 35%;
    max-width: 200px;
    height: auto;
    min-height: 80px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
  }
  .news-list .li .left {
    float: left;
    width: 62%;
    padding-left: 20px;
  }
  .news-list .li h3 {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 5px;
  }
  .news-list .li h4 {
    font-size: 14px;
  }
  .news-list .li p {
    display: none;
    height: 0;
    margin: 0;
  }
}

.news-content .title {
  margin-bottom: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid #D8D9DC;
}

.news-content .title h1 {
  font-size: 40px;
  line-height: 66px;
  padding-bottom: 7px;
}

.news-content .title .date {
  line-height: 25px;
  color: #919797;
}

.news-content .data {
  line-height: 200%;
  padding-bottom: 40px;
  font-size: 16px;
}

.news-content .data p {
  margin-bottom: 24px;
}

.news-content .data img {
  max-width: 100%;
  margin: 0 auto 32px;
  overflow: hidden;
  text-align: center;
}

.news-content .data a {
  color: #2A7E30;
  text-decoration: underline;
}

.news-content .goback {
  width: 200px;
  margin: 0 auto 40px;
  color: #3D8941;
  text-align: center;
  border: 1px solid #e5e5e5;
}

.news-content .goback a {
  display: block;
  padding: 10px 0;
  width: 100%;
}

.news-content .goback a:hover {
  color: #fff;
  background-color: #72AF26;
  border-color: #72AF26;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

@media (max-width: 768px) {
  .news-content .title h1 {
    font-size: 24px;
    line-height: 40px;
  }
  .news-content .data img {
    width: 100%;
    height: auto;
  }
}

.programa {
  background-color: #FBFBFB;
}

.programa dl {
  display: block;
  padding: 30px 0;
}

.programa dl dt {
  font-size: 20px;
  margin: 0 0 30px 30px;
}

.programa dl dd {
  font-size: 18px;
  display: inline-block;
  margin: 0 0 30px 30px;
  box-sizing: border-box;
  position: relative;
}

.programa dl dd.block {
  display: block;
  margin: 0 30px 30px 30px;
}

.programa dl dd a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px 40px;
  position: relative;
  z-index: 1;
  background-color: #badb90;
}

.programa dl dd .shadow {
  width: 100%;
  height: 100%;
  background: #ddd;
  position: absolute;
  left: 8px;
  top: 8px;
  z-index: 0;
}

@media (max-width: 767px) {
  .programa {
    background-color: transparent;
  }
  .programa dl {
    padding: 10px 0;
  }
  .programa dl dt {
    margin: 0 0 20px 0;
  }
  .programa dl dd {
    display: block;
    margin: 0 0 10px 0;
  }
  .programa dl dd a {
    padding: 15px 20px;
    border: 1px solid #f2f3f5;
    background-color: #f2f3f5;
  }
  .programa dl dd .shadow {
    display: none;
    height: 0;
  }
}

.product-cnt h1 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  padding: 20px 0;
}

.product-cnt .text {
  line-height: 200%;
  color: #666;
  font-size: 16px;
}

.product-cnt .text p {
  margin-bottom: 24px;
}

.product-cnt .text dfn {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  color: #333;
  border-left: 5px solid #B6D365;
  position: relative;
  display: block;
  margin: 50px 0 20px;
  padding-left: 15px;
}

.product-cnt .text img {
  max-width: 100%;
  margin: 0 auto 32px;
  overflow: hidden;
  text-align: center;
}

@media (max-width: 768px) {
  .product-cnt .text img {
    width: 100%;
    height: auto;
  }
}

.contact {
  width: 60%;
  margin: 0 auto;
  padding: 30px 0;
  line-height: 180%;
  font-size: 16px;
  color: #666;
}

.contact h6 {
  color: #72AF26;
  font-size: 26px;
  text-align: center;
}

.contact p {
  margin-bottom: 24px;
}

.contact img {
  margin: 20px 0;
  text-align: center;
}

.contact .add {
  padding: 30px 0;
  text-align: center;
}

.contact .ckdt {
  color: #72AF26;
  margin-left: 30px;
  padding-left: 25px;
  transition: all .3s linear;
  background: url(../images/ckdt.png) no-repeat left center;
}

.contact .contact-cnt {
  float: left;
  width: 250px;
  border-right: 1px solid #d6d6d6;
  text-indent: 20%;
}

.contact .contact-cnt.no-bor {
  border: none;
}

.contact .contact-cnt .num {
  font-family: arial;
  color: #2A7E30;
}

@media (max-width: 991px) {
  .contact {
    width: 100%;
    font-size: 14px;
  }
  .contact h6 {
    font-size: 24px;
  }
  .contact img {
    width: 100%;
    height: auto;
  }
  .contact .contact-cnt {
    width: 50%;
    text-indent: 10%;
  }
  .contact .contact-cnt:nth-child(4) {
    border: none;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .contact {
    width: 80%;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .contact {
    width: 70%;
  }
}

.result-tit {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #DFDFDF;
  margin: 50px 0 20px;
}

.result-tit h3 {
  margin: 0;
}

.result-list {
  padding-top: 20px;
  min-height: 600px;
}

.result-list li {
  padding-bottom: 30px;
}

.result-list h5 {
  font-size: 16px;
  font-weight: bold;
}

.result-list p {
  color: #999;
  padding: 10px 0;
}

.result-list .adds {
  color: #999;
  font-size: 12px;
}
